Trace number 1111963

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerNumber of falsified constraintsCPU timeWall clock time
Sugar++ v1.13+minisat-incMSAT (TO)3 3600.14 3623.23

General information on the benchmark

Namecsp/lexVg/
normalized-crossword-m1c-lex-vg5-9_ext.xml
MD5SUMcc349870ad14cc63690440668c347c92
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkMSAT TO
Best Number of falsified constraints3
Best CPU time to get the best result obtained on this benchmark3600.06
Satisfiable
(Un)Satisfiability was proved
Number of variables45
Number of constraints14
Maximum constraint arity9
Maximum domain size26
Number of constraints which are defined in extension14
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data (download as text)

0.00/0.07	c 0	Sugar++ v1-13 + HOME/minisat-inc
0.00/0.07	c 0	BEGIN Sat Jul 12 12:31:37 2008
0.00/0.07	c 0	PID 15401
0.06/0.08	c 0	HOST node29.alineos.net
0.06/0.08	c 0	CONVERTING HOME/instance-1111963-1215858696.xml TO HOME/temp.csp
0.06/0.08	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1111963-1215858696.xml' 'HOME/temp.csp'
0.06/0.50	c 0	1 domains, 45 variables, 0 predicates, 2 relations, 14 constraints
0.06/0.50	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.51	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -max -incremental -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.06/0.58	c 0	Parsing HOME/temp.csp
0.47/0.71	c 0	parsed 62 expressions
0.47/0.71	c 0	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.47/0.71	c 0	MAX CSP: 14 constraints
0.47/0.71	c 0	Converting to clausal form CSP
0.47/0.74	c 0	converted 8 (10%) expressions
0.47/0.74	c 0	converted 16 (20%) expressions
0.47/0.74	c 0	converted 24 (30%) expressions
0.47/0.74	c 0	converted 32 (40%) expressions
0.47/0.74	c 0	converted 40 (50%) expressions
0.47/0.76	c 0	converted 48 (60%) expressions
0.47/0.84	c 0	converted 56 (70%) expressions
0.47/0.94	c 0	converted 64 (80%) expressions
1.04/1.11	c 1	converted 72 (90%) expressions
1.13/1.28	c 1	converted 79 (100%) expressions
1.13/1.28	c 1	CSP : 73 integers, 0 booleans, 41 clauses, largest domain size 26
1.13/1.28	c 1	Heap : 16 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.13/1.28	c 1	Propagation in CSP
1.13/1.29	c 1	11 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.13/1.29	c 1	CSP : 73 integers, 0 booleans, 41 clauses, largest domain size 26
1.13/1.29	c 1	Heap : 16 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.13/1.29	c 1	Simplifing CSP by introducing new Boolean variables
1.13/1.29	c 1	CSP : 73 integers, 0 booleans, 41 clauses, largest domain size 26
1.13/1.29	c 1	Heap : 16 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.24/1.38	c 1	Encoding CSP to SAT : HOME/temp.cnf
1.34/1.40	c 1	8 (10%) CSP integer variables are encoded (192 clauses, 1968 bytes)
1.34/1.40	c 1	15 (20%) CSP integer variables are encoded (360 clauses, 3816 bytes)
1.34/1.41	c 1	22 (30%) CSP integer variables are encoded (528 clauses, 5664 bytes)
1.34/1.41	c 1	30 (40%) CSP integer variables are encoded (720 clauses, 7776 bytes)
1.34/1.41	c 1	37 (50%) CSP integer variables are encoded (888 clauses, 9624 bytes)
1.34/1.41	c 1	44 (60%) CSP integer variables are encoded (1056 clauses, 11665 bytes)
1.34/1.41	c 1	52 (70%) CSP integer variables are encoded (1080 clauses, 11977 bytes)
1.34/1.41	c 1	59 (80%) CSP integer variables are encoded (1080 clauses, 11977 bytes)
1.34/1.41	c 1	66 (90%) CSP integer variables are encoded (1125 clauses, 12562 bytes)
1.34/1.41	c 1	73 (100%) CSP integer variables are encoded (1152 clauses, 12913 bytes)
4.31/4.46	c 4	5 (10%) CSP clauses are encoded (59527 clauses, 2370356 bytes)
6.78/6.98	c 6	9 (20%) CSP clauses are encoded (106227 clauses, 4353648 bytes)
30.95/31.31	c 31	13 (30%) CSP clauses are encoded (262819 clauses, 13646957 bytes)
36.89/37.34	c 37	17 (40%) CSP clauses are encoded (301976 clauses, 16222827 bytes)
36.89/37.35	c 37	21 (50%) CSP clauses are encoded (301998 clauses, 16223168 bytes)
36.89/37.35	c 37	25 (60%) CSP clauses are encoded (302096 clauses, 16224758 bytes)
36.89/37.35	c 37	29 (70%) CSP clauses are encoded (302270 clauses, 16227675 bytes)
36.89/37.35	c 37	33 (80%) CSP clauses are encoded (302287 clauses, 16227936 bytes)
36.89/37.35	c 37	37 (90%) CSP clauses are encoded (302306 clauses, 16228226 bytes)
36.89/37.35	c 37	41 (100%) CSP clauses are encoded (302356 clauses, 16229011 bytes)
36.89/37.35	c 37	41 CSP clauses encoded
36.89/37.36	c 37	Writing map file : HOME/temp.map
36.89/37.36	c 37	Heap : 25 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
36.89/37.36	c 37	SAT : 1225 SAT variables, 302356 SAT clauses, 16229011 bytes
36.89/37.36	c 37	Heap : 25 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
36.89/37.38	c 37	OBJECTIVE minimize _COST
36.89/37.38	c 37	SOLVING HOME/temp.cnf
36.89/37.38	c 37	CMD HOME/minisat-inc -incremental HOME/temp.cnf HOME/temp.out
36.89/37.38	c 37	This is MiniSat 2.0 beta incremental
36.89/37.38	c 37	WARNING: for repeatability, setting FPU to use double precision
36.89/37.38	c 37	============================[ Problem Statistics ]=============================
36.89/37.38	c 37	|                                                                             |
36.89/37.39	c 37	|  Number of variables:  1225                                                 |
36.89/37.39	c 37	|  Number of clauses:    302356                                               |
36.96/37.76	c 37	|  Parsing time:         0.33         s                                       |
36.96/37.78	c 37	OK
36.96/37.78	c 37	OBJECTIVE BOUND: 0 <= _COST <= 
36.96/37.78	c 37	SEARCHING: _COST <= 7
36.96/37.78	c 37	============================[ Search Statistics ]==============================
36.96/37.78	c 37	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
36.96/37.78	c 37	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
36.96/37.78	c 37	===============================================================================
36.96/37.78	c 37	|         0 |    1225   302356  3405678 |   100785        0    nan |  0.000 % |
36.96/37.81	c 37	|       100 |    1225   302356  3405678 |   110863      100      7 |  0.002 % |
36.96/37.83	c 37	|       250 |    1225   302356  3405678 |   121950      250      7 |  0.002 % |
36.96/37.87	c 37	|       476 |    1225   302356  3405678 |   134145      476      7 |  0.002 % |
36.96/37.90	c 37	|       813 |    1225   302356  3405678 |   147559      813      8 |  0.002 % |
36.96/37.99	c 37	|      1320 |    1225   302356  3405678 |   162315     1320      9 |  0.002 % |
36.96/38.07	c 38	|      2079 |    1225   302356  3405678 |   178547     2079      8 |  0.002 % |
36.96/38.20	c 38	|      3218 |    1225   302356  3405678 |   196402     3218      9 |  0.002 % |
36.96/38.35	c 38	|      4926 |    1225   302356  3405678 |   216042     4926      9 |  0.002 % |
38.15/38.62	c 38	|      7488 |    1225   302356  3405678 |   237646     7488     10 |  0.002 % |
39.23/39.74	c 39	|     11332 |    1225   302356  3405678 |   261411    11332     10 |  0.002 % |
39.23/39.78	c 39	===============================================================================
39.23/39.78	c 39	restarts              : 11
39.23/39.78	c 39	conflicts             : 11515         (4951 /sec)
39.23/39.78	c 39	decisions             : 17963         (1.26 % random) (7724 /sec)
39.23/39.78	c 39	propagations          : 210045         (90317 /sec)
39.23/39.78	c 39	conflict literals     : 120224         (19.27 % deleted)
39.23/39.78	c 39	Memory used           : 27.56 MB
39.23/39.78	c 39	CPU time              : 2.32565 s
39.23/39.78	c 39	
39.23/39.78	c 39	SATISFIABLE
39.23/39.79	c 39	OK
39.23/39.79	c 39	FOUND: _COST <= 7
39.23/39.79	s SATISFIABLE
39.23/39.79	c 39	DECODING HOME/temp.out WITH HOME/temp.map
39.23/39.79	c 39	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
39.33/39.86	c 39	Decoding HOME/temp.out
39.33/39.90	c 39	OBJECTIVE _COST 7
39.33/39.90	o 7
39.33/39.90	v 25 22 25 18 25 25 18 16 19 25 20 25 0 25 25 22 20 20 22 7 8 19 4 19 0 8 11 11 0 25 24 1 14 13 4 18 25 13 25 17 25 25 10 19 0
39.33/39.91	c 39	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
39.33/39.95	c 39	OK
39.33/39.95	c 39	OBJECTIVE BOUND: 0 <= _COST <= 7
39.33/39.95	c 39	SEARCHING: _COST <= 3
39.33/39.96	c 39	============================[ Search Statistics ]==============================
39.33/39.96	c 39	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
39.33/39.96	c 39	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
39.33/39.96	c 39	===============================================================================
39.33/39.96	c 39	|     11515 |    1225   302356  3405678 |   100785    11515     10 |  0.002 % |
39.51/40.00	c 40	|     11616 |    1225   302356  3405678 |   110863    11616     10 |  2.287 % |
39.51/40.09	c 40	|     11766 |    1225   302356  3405678 |   121950    11766     10 |  2.287 % |
39.61/40.14	c 40	|     11991 |    1225   302356  3405678 |   134145    11991     10 |  2.287 % |
39.91/40.48	c 40	|     12329 |    1225   302356  3405678 |   147559    12329     10 |  2.287 % |
40.11/40.67	c 40	|     12835 |    1225   302356  3405678 |   162315    12835     10 |  2.287 % |
40.21/40.78	c 40	|     13594 |    1225   302356  3405678 |   178547    13594     10 |  2.287 % |
40.60/41.13	c 41	|     14733 |    1225   302356  3405678 |   196402    14733     10 |  2.287 % |
41.40/41.92	c 41	|     16441 |    1225   302356  3405678 |   216042    16441     11 |  2.287 % |
42.09/42.70	c 42	|     19005 |    1225   302356  3405678 |   237646    19005     11 |  2.287 % |
44.37/44.91	c 44	|     22849 |    1225   302356  3405678 |   261411    22849     12 |  2.287 % |
47.44/48.09	c 48	===============================================================================
47.44/48.09	c 48	restarts              : 22
47.44/48.09	c 48	conflicts             : 27501         (2648 /sec)
47.44/48.09	c 48	decisions             : 41679         (1.41 % random) (4013 /sec)
47.44/48.09	c 48	propagations          : 827575         (79679 /sec)
47.44/48.09	c 48	conflict literals     : 356290         (21.43 % deleted)
47.44/48.09	c 48	Memory used           : 29.66 MB
47.44/48.09	c 48	CPU time              : 10.3864 s
47.44/48.09	c 48	
47.44/48.09	c 48	SATISFIABLE
47.44/48.09	c 48	OK
47.44/48.09	c 48	FOUND: _COST <= 3
47.44/48.09	c 48	DECODING HOME/temp.out WITH HOME/temp.map
47.44/48.09	c 48	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
47.53/48.17	c 48	Decoding HOME/temp.out
47.53/48.21	c 48	OBJECTIVE _COST 3
47.53/48.21	o 3
47.53/48.21	v 22 7 8 19 4 7 0 11 11 25 20 21 14 17 0 3 0 4 15 17 14 15 0 6 0 19 4 18 19 17 0 19 4 6 8 2 25 24 24 25 14 17 4 13 7
47.53/48.22	c 48	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
47.53/48.25	c 48	OK
47.53/48.25	c 48	OBJECTIVE BOUND: 0 <= _COST <= 3
47.53/48.25	c 48	SEARCHING: _COST <= 1
47.53/48.25	c 48	============================[ Search Statistics ]==============================
47.53/48.25	c 48	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
47.53/48.25	c 48	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
47.53/48.25	c 48	===============================================================================
47.53/48.25	c 48	|     27501 |    1197   302356  3405678 |   100785    27501     13 |  2.287 % |
47.69/48.31	c 48	|     27601 |    1197   302356  3405678 |   110863    27601     13 |  4.083 % |
47.69/48.36	c 48	|     27751 |    1197   302356  3405678 |   121950    27751     13 |  4.083 % |
47.88/48.53	c 48	|     27977 |    1197   302356  3405678 |   134145    27977     13 |  4.083 % |
48.28/48.99	c 48	|     28314 |    1197   302356  3405678 |   147559    28314     13 |  4.083 % |
48.97/49.63	c 49	|     28822 |    1197   302356  3405678 |   162315    28822     13 |  4.083 % |
49.97/50.64	c 50	|     29581 |    1197   302356  3405678 |   178547    29581     13 |  4.083 % |
51.95/52.66	c 52	|     30721 |    1197   302356  3405678 |   196402    30721     13 |  4.083 % |
54.62/55.31	c 55	|     32429 |    1197   302356  3405678 |   216042    32429     14 |  4.083 % |
57.69/58.49	c 58	|     34991 |    1197   302356  3405678 |   237646    34991     14 |  4.083 % |
62.36/63.17	c 63	|     38835 |    1197   302356  3405678 |   261411    38835     15 |  4.083 % |
70.28/71.14	c 71	|     44602 |    1197   302356  3405678 |   287552    44602     15 |  4.083 % |
79.90/80.82	c 80	|     53252 |    1197   302356  3405678 |   316307    53252     16 |  4.083 % |
96.84/97.95	c 97	|     66226 |    1197   302356  3405678 |   347938    66226     17 |  4.083 % |
123.80/125.14	c 125	|     85688 |    1175   302065  3404944 |   382732    85639     18 |  4.083 % |
169.69/171.43	c 171	|    114881 |    1175   302065  3404944 |   421005   114832     19 |  4.083 % |
254.13/256.64	c 256	|    158671 |    1175   302065  3404944 |   463105   158622     21 |  4.083 % |
387.74/391.43	c 391	|    224355 |    1175   302065  3404944 |   509416   224306     23 |  4.083 % |
648.32/654.35	c 654	|    322882 |    1175   302065  3404944 |   560358   322833     24 |  4.083 % |
1186.32/1197.12	c 1197	|    470671 |    1175   302065  3404944 |   616393   470622     25 |  4.083 % |
2006.54/2024.60	c 2024	|    692354 |    1175   302065  3404944 |   678033   109052     25 |  4.083 % |
3032.16/3055.15	c 3055	|   1024879 |    1175   302065  3404944 |   745836   441577     28 |  4.083 % |
3600.08/3623.21	c ERROR INTERRUPTED
3600.08/3623.23	c 3623	CPU 3599.3 (0.06 0.02 3599.24 0.79)
3600.08/3623.23	c 3623	END Sat Jul 12 13:32:00 2008

Verifier Data (download as text)

OK	3	11
3 unsatisfied constraints, 11 satisfied constraints

Watcher Data (download as text)

runsolver version 3.2.5 (c) roussel@cril.univ-artois.fr

command line: /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1111963-1215858696/watcher-1111963-1215858696 -o /tmp/evaluation-result-1111963-1215858696/solver-1111963-1215858696 -C 3600 -W 4000 -M 900 --output-limit 1,15 HOME/sugar++ -max -incremental -c -vv -java=java -Xmx700M -decjava=java -Xmx50M -jar=HOME/sugar-v1-13.jar -solver=HOME/minisat-inc -tmp=HOME/temp HOME/instance-1111963-1215858696.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 3600 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 3630 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 4000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.92 1.99 1.99 4/80 15401
/proc/meminfo: memFree=1837536/2055920 swapFree=4180012/4192956
[pid=15401] ppid=15399 vsize=12000 CPUtime=0
/proc/15401/stat : 15401 (sugar++) R 15399 15401 14600 0 -1 4194304 178 0 0 0 0 0 0 0 20 0 1 0 42571360 12288000 146 996147200 4194304 4206940 548682068528 18446744073709551615 221794342320 0 0 4224 0 0 0 0 17 1 0 0
/proc/15401/statm: 3000 146 111 3 0 100 0

[startup+0.0804359 s]
/proc/loadavg: 1.92 1.99 1.99 4/80 15401
/proc/meminfo: memFree=1837536/2055920 swapFree=4180012/4192956
[pid=15401] ppid=15399 vsize=16740 CPUtime=0.06
/proc/15401/stat : 15401 (sugar++) S 15399 15401 14600 0 -1 4194304 1143 0 0 0 5 1 0 0 18 0 1 0 42571360 17141760 1099 996147200 4194304 4206940 548682068528 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15401/statm: 4185 1099 406 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.102136 s]
/proc/loadavg: 1.92 1.99 1.99 4/80 15401
/proc/meminfo: memFree=1837536/2055920 swapFree=4180012/4192956
[pid=15401] ppid=15399 vsize=16740 CPUtime=0.06
/proc/15401/stat : 15401 (sugar++) S 15399 15401 14600 0 -1 4194304 1219 128 0 0 5 1 0 0 19 0 1 0 42571360 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15401/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.301131 s]
/proc/loadavg: 1.92 1.99 1.99 4/80 15401
/proc/meminfo: memFree=1837536/2055920 swapFree=4180012/4192956
[pid=15401] ppid=15399 vsize=16740 CPUtime=0.06
/proc/15401/stat : 15401 (sugar++) S 15399 15401 14600 0 -1 4194304 1219 128 0 0 5 1 0 0 19 0 1 0 42571360 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15401/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.701159 s]
/proc/loadavg: 1.92 1.99 1.99 4/80 15401
/proc/meminfo: memFree=1837536/2055920 swapFree=4180012/4192956
[pid=15401] ppid=15399 vsize=16740 CPUtime=0.47
/proc/15401/stat : 15401 (sugar++) S 15399 15401 14600 0 -1 4194304 1296 4659 0 1 5 1 38 3 16 0 1 0 42571360 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15401/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.47
Current children cumulated vsize (KiB) 16740

[startup+1.50221 s]
/proc/loadavg: 1.92 1.99 1.99 4/91 15423
/proc/meminfo: memFree=1820104/2055920 swapFree=4180012/4192956
[pid=15401] ppid=15399 vsize=16740 CPUtime=0.47
/proc/15401/stat : 15401 (sugar++) S 15399 15401 14600 0 -1 4194304 1297 4659 0 1 5 1 38 3 15 0 1 0 42571360 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15401/statm: 4185 1104 409 3 0 764 0
[pid=15414] ppid=15401 vsize=5356 CPUtime=0
/proc/15414/stat : 15414 (sh) S 15401 15401 14600 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 42571411 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15414/statm: 1339 233 193 169 0 50 0
[pid=15415] ppid=15414 vsize=864276 CPUtime=0.96
/proc/15415/stat : 15415 (java) S 15414 15401 14600 0 -1 0 9051 0 1 0 92 4 0 0 18 0 9 0 42571411 885018624 8246 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15415/statm: 216069 8246 2564 9 0 210616 0
[pid=15415/tid=15416] ppid=15414 vsize=864276 CPUtime=0.43
/proc/15415/task/15416/stat : 15416 (java) R 15414 15401 14600 0 -1 64 2849 0 1 0 42 1 0 0 18 0 9 0 42571412 885018624 8246 996147200 134512640 134550740 4294955920 18446744073709551615 4126573896 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15415/tid=15417] ppid=15414 vsize=864276 CPUtime=0.43
/proc/15415/task/15417/stat : 15417 (java) S 15414 15401 14600 0 -1 64 5163 0 0 0 42 1 0 0 16 0 9 0 42571413 885018624 8246 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15415/tid=15418] ppid=15414 vsize=864276 CPUtime=0
/proc/15415/task/15418/stat : 15418 (java) S 15414 15401 14600 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 42571413 885018624 8246 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15415/tid=15419] ppid=15414 vsize=864276 CPUtime=0
/proc/15415/task/15419/stat : 15419 (java) S 15414 15401 14600 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 42571413 885018624 8246 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15415/tid=15420] ppid=15414 vsize=864276 CPUtime=0
/proc/15415/task/15420/stat : 15420 (java) S 15414 15401 14600 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 42571415 885018624 8246 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15415/tid=15421] ppid=15414 vsize=864276 CPUtime=0.08
/proc/15415/task/15421/stat : 15421 (java) S 15414 15401 14600 0 -1 64 347 0 0 0 8 0 0 0 16 0 9 0 42571415 885018624 8246 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15415/tid=15422] ppid=15414 vsize=864276 CPUtime=0
/proc/15415/task/15422/stat : 15422 (java) S 15414 15401 14600 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 42571415 885018624 8246 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15415/tid=15423] ppid=15414 vsize=864276 CPUtime=0
/proc/15415/task/15423/stat : 15423 (java) S 15414 15401 14600 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 42571415 885018624 8246 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.43
Current children cumulated vsize (KiB) 886372

[startup+3.10131 s]
/proc/loadavg: 1.92 1.99 1.99 3/91 15423
/proc/meminfo: memFree=1810504/2055920 swapFree=4180012/4192956
[pid=15401] ppid=15399 vsize=16740 CPUtime=0.47
/proc/15401/stat : 15401 (sugar++) S 15399 15401 14600 0 -1 4194304 1297 4659 0 1 5 1 38 3 15 0 1 0 42571360 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15401/statm: 4185 1104 409 3 0 764 0
[pid=15414] ppid=15401 vsize=5356 CPUtime=0
/proc/15414/stat : 15414 (sh) S 15401 15401 14600 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 42571411 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15414/statm: 1339 233 193 169 0 50 0
[pid=15415] ppid=15414 vsize=864276 CPUtime=2.55
/proc/15415/stat : 15415 (java) S 15414 15401 14600 0 -1 0 9524 0 1 0 249 6 0 0 18 0 9 0 42571411 885018624 8658 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15415/statm: 216069 8658 2564 9 0 210616 0
[pid=15415/tid=15416] ppid=15414 vsize=864276 CPUtime=1.93
/proc/15415/task/15416/stat : 15416 (java) R 15414 15401 14600 0 -1 64 2910 0 1 0 190 3 0 0 25 0 9 0 42571412 885018624 8658 996147200 134512640 134550740 4294955920 18446744073709551615 4126581404 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15415/tid=15417] ppid=15414 vsize=864276 CPUtime=0.5
/proc/15415/task/15417/stat : 15417 (java) S 15414 15401 14600 0 -1 64 5569 0 0 0 48 2 0 0 16 0 9 0 42571413 885018624 8658 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15415/tid=15418] ppid=15414 vsize=864276 CPUtime=0
/proc/15415/task/15418/stat : 15418 (java) S 15414 15401 14600 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 42571413 885018624 8658 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15415/tid=15419] ppid=15414 vsize=864276 CPUtime=0
/proc/15415/task/15419/stat : 15419 (java) S 15414 15401 14600 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 42571413 885018624 8658 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15415/tid=15420] ppid=15414 vsize=864276 CPUtime=0
/proc/15415/task/15420/stat : 15420 (java) S 15414 15401 14600 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 42571415 885018624 8658 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15415/tid=15421] ppid=15414 vsize=864276 CPUtime=0.09
/proc/15415/task/15421/stat : 15421 (java) S 15414 15401 14600 0 -1 64 353 0 0 0 9 0 0 0 16 0 9 0 42571415 885018624 8658 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15415/tid=15422] ppid=15414 vsize=864276 CPUtime=0
/proc/15415/task/15422/stat : 15422 (java) S 15414 15401 14600 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 42571415 885018624 8658 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15415/tid=15423] ppid=15414 vsize=864276 CPUtime=0
/proc/15415/task/15423/stat : 15423 (java) S 15414 15401 14600 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 42571415 885018624 8658 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.02
Current children cumulated vsize (KiB) 886372

[startup+6.30251 s]
/proc/loadavg: 1.93 1.99 1.99 3/91 15423
/proc/meminfo: memFree=1801864/2055920 swapFree=4180012/4192956
[pid=15401] ppid=15399 vsize=16740 CPUtime=0.47
/proc/15401/stat : 15401 (sugar++) S 15399 15401 14600 0 -1 4194304 1297 4659 0 1 5 1 38 3 16 0 1 0 42571360 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15401/statm: 4185 1104 409 3 0 764 0
[pid=15414] ppid=15401 vsize=5356 CPUtime=0
/proc/15414/stat : 15414 (sh) S 15401 15401 14600 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 42571411 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15414/statm: 1339 233 193 169 0 50 0
[pid=15415] ppid=15414 vsize=864360 CPUtime=5.72
/proc/15415/stat : 15415 (java) S 15414 15401 14600 0 -1 0 12415 0 1 0 563 9 0 0 18 0 9 0 42571411 885104640 10199 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15415/statm: 216090 10199 2564 9 0 210637 0
[pid=15415/tid=15416] ppid=15414 vsize=864360 CPUtime=4.85
/proc/15415/task/15416/stat : 15416 (java) R 15414 15401 14600 0 -1 64 3042 0 1 0 481 4 0 0 25 0 9 0 42571412 885104640 10199 996147200 134512640 134550740 4294955920 18446744073709551615 102064907 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15415/tid=15417] ppid=15414 vsize=864360 CPUtime=0.75
/proc/15415/task/15417/stat : 15417 (java) S 15414 15401 14600 0 -1 64 8327 0 0 0 72 3 0 0 16 0 9 0 42571413 885104640 10199 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15415/tid=15418] ppid=15414 vsize=864360 CPUtime=0
/proc/15415/task/15418/stat : 15418 (java) S 15414 15401 14600 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 42571413 885104640 10199 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15415/tid=15419] ppid=15414 vsize=864360 CPUtime=0
/proc/15415/task/15419/stat : 15419 (java) S 15414 15401 14600 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 42571413 885104640 10199 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15415/tid=15420] ppid=15414 vsize=864360 CPUtime=0
/proc/15415/task/15420/stat : 15420 (java) S 15414 15401 14600 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 42571415 885104640 10199 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15415/tid=15421] ppid=15414 vsize=864360 CPUtime=0.09
/proc/15415/task/15421/stat : 15421 (java) S 15414 15401 14600 0 -1 64 354 0 0 0 9 0 0 0 16 0 9 0 42571415 885104640 10199 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15415/tid=15422] ppid=15414 vsize=864360 CPUtime=0
/proc/15415/task/15422/stat : 15422 (java) S 15414 15401 14600 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 42571415 885104640 10199 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15415/tid=15423] ppid=15414 vsize=864360 CPUtime=0
/proc/15415/task/15423/stat : 15423 (java) S 15414 15401 14600 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 42571415 885104640 10199 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.19
Current children cumulated vsize (KiB) 886456

[startup+12.7019 s]
/proc/loadavg: 1.93 1.99 1.99 3/91 15423
/proc/meminfo: memFree=1798408/2055920 swapFree=4180012/4192956
[pid=15401] ppid=15399 vsize=16740 CPUtime=0.47
/proc/15401/stat : 15401 (sugar++) S 15399 15401 14600 0 -1 4194304 1297 4659 0 1 5 1 38 3 16 0 1 0 42571360 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15401/statm: 4185 1104 409 3 0 764 0
[pid=15414] ppid=15401 vsize=5356 CPUtime=0
/proc/15414/stat : 15414 (sh) S 15401 15401 14600 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 42571411 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15414/statm: 1339 233 193 169 0 50 0
[pid=15415] ppid=15414 vsize=864360 CPUtime=12.05
/proc/15415/stat : 15415 (java) S 15414 15401 14600 0 -1 0 12582 0 1 0 1195 10 0 0 18 0 9 0 42571411 885104640 10247 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15415/statm: 216090 10247 2564 9 0 210637 0
[pid=15415/tid=15416] ppid=15414 vsize=864360 CPUtime=11.07
/proc/15415/task/15416/stat : 15416 (java) R 15414 15401 14600 0 -1 64 3161 0 1 0 1102 5 0 0 25 0 9 0 42571412 885104640 10247 996147200 134512640 134550740 4294955920 18446744073709551615 4126593028 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15415/tid=15417] ppid=15414 vsize=864360 CPUtime=0.87
/proc/15415/task/15417/stat : 15417 (java) S 15414 15401 14600 0 -1 64 8375 0 0 0 83 4 0 0 16 0 9 0 42571413 885104640 10247 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15415/tid=15418] ppid=15414 vsize=864360 CPUtime=0
/proc/15415/task/15418/stat : 15418 (java) S 15414 15401 14600 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 42571413 885104640 10247 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15415/tid=15419] ppid=15414 vsize=864360 CPUtime=0
/proc/15415/task/15419/stat : 15419 (java) S 15414 15401 14600 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 42571413 885104640 10247 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15415/tid=15420] ppid=15414 vsize=864360 CPUtime=0
/proc/15415/task/15420/stat : 15420 (java) S 15414 15401 14600 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 42571415 885104640 10247 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15415/tid=15421] ppid=15414 vsize=864360 CPUtime=0.09
/proc/15415/task/15421/stat : 15421 (java) S 15414 15401 14600 0 -1 64 354 0 0 0 9 0 0 0 16 0 9 0 42571415 885104640 10247 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15415/tid=15422] ppid=15414 vsize=864360 CPUtime=0
/proc/15415/task/15422/stat : 15422 (java) S 15414 15401 14600 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 42571415 885104640 10247 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15415/tid=15423] ppid=15414 vsize=864360 CPUtime=0
/proc/15415/task/15423/stat : 15423 (java) S 15414 15401 14600 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 42571415 885104640 10247 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.52
Current children cumulated vsize (KiB) 886456

[startup+25.5027 s]
/proc/loadavg: 1.95 1.99 1.99 3/91 15423
/proc/meminfo: memFree=1789512/2055920 swapFree=4180012/4192956
[pid=15401] ppid=15399 vsize=16740 CPUtime=0.47
/proc/15401/stat : 15401 (sugar++) S 15399 15401 14600 0 -1 4194304 1297 4659 0 1 5 1 38 3 16 0 1 0 42571360 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15401/statm: 4185 1104 409 3 0 764 0
[pid=15414] ppid=15401 vsize=5356 CPUtime=0
/proc/15414/stat : 15414 (sh) S 15401 15401 14600 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 42571411 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15414/statm: 1339 233 193 169 0 50 0
[pid=15415] ppid=15414 vsize=864360 CPUtime=24.73
/proc/15415/stat : 15415 (java) S 15414 15401 14600 0 -1 0 14859 0 1 0 2455 18 0 0 18 0 9 0 42571411 885104640 10948 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15415/statm: 216090 10948 2564 9 0 210637 0
[pid=15415/tid=15416] ppid=15414 vsize=864360 CPUtime=23.36
/proc/15415/task/15416/stat : 15416 (java) R 15414 15401 14600 0 -1 64 3467 0 1 0 2327 9 0 0 25 0 9 0 42571412 885104640 10948 996147200 134512640 134550740 4294955920 18446744073709551615 102492658 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15415/tid=15417] ppid=15414 vsize=864360 CPUtime=1.24
/proc/15415/task/15417/stat : 15417 (java) S 15414 15401 14600 0 -1 64 10342 0 0 0 117 7 0 0 16 0 9 0 42571413 885104640 10948 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15415/tid=15418] ppid=15414 vsize=864360 CPUtime=0
/proc/15415/task/15418/stat : 15418 (java) S 15414 15401 14600 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 42571413 885104640 10948 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15415/tid=15419] ppid=15414 vsize=864360 CPUtime=0
/proc/15415/task/15419/stat : 15419 (java) S 15414 15401 14600 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 42571413 885104640 10948 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

################
# More data... #
################

[pid=15424] ppid=15401 vsize=113324 CPUtime=2802.21
/proc/15424/stat : 15424 (minisat-inc) R 15401 15401 14600 0 -1 4194304 27898 0 0 0 280178 43 0 0 25 0 1 0 42575098 116043776 27841 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/15424/statm: 28331 27841 80 151 0 28177 0
Current children cumulated CPU time (s) 2839.43
Current children cumulated vsize (KiB) 130064

[startup+2922.3 s]
/proc/loadavg: 2.06 2.02 2.00 3/83 15493
/proc/meminfo: memFree=1725064/2055920 swapFree=4180012/4192956
[pid=15401] ppid=15399 vsize=16740 CPUtime=37.22
/proc/15401/stat : 15401 (sugar++) S 15399 15401 14600 0 -1 4194304 1612 29405 0 4 6 2 3682 32 16 0 1 0 42571360 17141760 1114 996147200 4194304 4206940 548682068528 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15401/statm: 4185 1114 414 3 0 764 0
[pid=15424] ppid=15401 vsize=113324 CPUtime=2862.19
/proc/15424/stat : 15424 (minisat-inc) R 15401 15401 14600 0 -1 4194304 27901 0 0 0 286176 43 0 0 25 0 1 0 42575098 116043776 27844 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/15424/statm: 28331 27844 80 151 0 28177 0
Current children cumulated CPU time (s) 2899.41
Current children cumulated vsize (KiB) 130064

[startup+2982.3 s]
/proc/loadavg: 2.18 2.06 2.01 3/83 15493
/proc/meminfo: memFree=1725000/2055920 swapFree=4180012/4192956
[pid=15401] ppid=15399 vsize=16740 CPUtime=37.22
/proc/15401/stat : 15401 (sugar++) S 15399 15401 14600 0 -1 4194304 1612 29405 0 4 6 2 3682 32 16 0 1 0 42571360 17141760 1114 996147200 4194304 4206940 548682068528 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15401/statm: 4185 1114 414 3 0 764 0
[pid=15424] ppid=15401 vsize=113324 CPUtime=2922.16
/proc/15424/stat : 15424 (minisat-inc) R 15401 15401 14600 0 -1 4194304 27904 0 0 0 292173 43 0 0 25 0 1 0 42575098 116043776 27847 996147200 134512640 135134323 4294956192 18446744073709551615 134531900 0 0 4096 3 0 0 0 17 0 0 0
/proc/15424/statm: 28331 27847 80 151 0 28177 0
Current children cumulated CPU time (s) 2959.38
Current children cumulated vsize (KiB) 130064

[startup+3042.3 s]
/proc/loadavg: 2.10 2.06 2.01 3/83 15493
/proc/meminfo: memFree=1725000/2055920 swapFree=4180012/4192956
[pid=15401] ppid=15399 vsize=16740 CPUtime=37.22
/proc/15401/stat : 15401 (sugar++) S 15399 15401 14600 0 -1 4194304 1612 29405 0 4 6 2 3682 32 16 0 1 0 42571360 17141760 1114 996147200 4194304 4206940 548682068528 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15401/statm: 4185 1114 414 3 0 764 0
[pid=15424] ppid=15401 vsize=113324 CPUtime=2982.14
/proc/15424/stat : 15424 (minisat-inc) R 15401 15401 14600 0 -1 4194304 27904 0 0 0 298171 43 0 0 25 0 1 0 42575098 116043776 27847 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/15424/statm: 28331 27847 80 151 0 28177 0
Current children cumulated CPU time (s) 3019.36
Current children cumulated vsize (KiB) 130064

[startup+3102.3 s]
/proc/loadavg: 2.04 2.05 2.01 3/83 15493
/proc/meminfo: memFree=1724424/2055920 swapFree=4180012/4192956
[pid=15401] ppid=15399 vsize=16740 CPUtime=37.22
/proc/15401/stat : 15401 (sugar++) S 15399 15401 14600 0 -1 4194304 1612 29405 0 4 6 2 3682 32 16 0 1 0 42571360 17141760 1114 996147200 4194304 4206940 548682068528 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15401/statm: 4185 1114 414 3 0 764 0
[pid=15424] ppid=15401 vsize=113868 CPUtime=3042.12
/proc/15424/stat : 15424 (minisat-inc) R 15401 15401 14600 0 -1 4194304 28037 0 0 0 304169 43 0 0 25 0 1 0 42575098 116600832 27980 996147200 134512640 135134323 4294956192 18446744073709551615 134532158 0 0 4096 3 0 0 0 17 0 0 0
/proc/15424/statm: 28467 27980 80 151 0 28313 0
Current children cumulated CPU time (s) 3079.34
Current children cumulated vsize (KiB) 130608

[startup+3162.3 s]
/proc/loadavg: 2.01 2.04 2.00 3/83 15493
/proc/meminfo: memFree=1724104/2055920 swapFree=4180012/4192956
[pid=15401] ppid=15399 vsize=16740 CPUtime=37.22
/proc/15401/stat : 15401 (sugar++) S 15399 15401 14600 0 -1 4194304 1612 29405 0 4 6 2 3682 32 16 0 1 0 42571360 17141760 1114 996147200 4194304 4206940 548682068528 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15401/statm: 4185 1114 414 3 0 764 0
[pid=15424] ppid=15401 vsize=114272 CPUtime=3102.1
/proc/15424/stat : 15424 (minisat-inc) R 15401 15401 14600 0 -1 4194304 28110 0 0 0 310167 43 0 0 25 0 1 0 42575098 117014528 28053 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/15424/statm: 28568 28053 80 151 0 28414 0
Current children cumulated CPU time (s) 3139.32
Current children cumulated vsize (KiB) 131012

[startup+3222.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/83 15493
/proc/meminfo: memFree=1723848/2055920 swapFree=4180012/4192956
[pid=15401] ppid=15399 vsize=16740 CPUtime=37.22
/proc/15401/stat : 15401 (sugar++) S 15399 15401 14600 0 -1 4194304 1612 29405 0 4 6 2 3682 32 16 0 1 0 42571360 17141760 1114 996147200 4194304 4206940 548682068528 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15401/statm: 4185 1114 414 3 0 764 0
[pid=15424] ppid=15401 vsize=114272 CPUtime=3162.09
/proc/15424/stat : 15424 (minisat-inc) R 15401 15401 14600 0 -1 4194304 28114 0 0 0 316165 44 0 0 25 0 1 0 42575098 117014528 28057 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/15424/statm: 28568 28057 80 151 0 28414 0
Current children cumulated CPU time (s) 3199.31
Current children cumulated vsize (KiB) 131012

[startup+3282.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/83 15493
/proc/meminfo: memFree=1723784/2055920 swapFree=4180012/4192956
[pid=15401] ppid=15399 vsize=16740 CPUtime=37.22
/proc/15401/stat : 15401 (sugar++) S 15399 15401 14600 0 -1 4194304 1612 29405 0 4 6 2 3682 32 16 0 1 0 42571360 17141760 1114 996147200 4194304 4206940 548682068528 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15401/statm: 4185 1114 414 3 0 764 0
[pid=15424] ppid=15401 vsize=114272 CPUtime=3222.07
/proc/15424/stat : 15424 (minisat-inc) R 15401 15401 14600 0 -1 4194304 28115 0 0 0 322163 44 0 0 25 0 1 0 42575098 117014528 28058 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/15424/statm: 28568 28058 80 151 0 28414 0
Current children cumulated CPU time (s) 3259.29
Current children cumulated vsize (KiB) 131012

[startup+3342.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/83 15493
/proc/meminfo: memFree=1723784/2055920 swapFree=4180012/4192956
[pid=15401] ppid=15399 vsize=16740 CPUtime=37.22
/proc/15401/stat : 15401 (sugar++) S 15399 15401 14600 0 -1 4194304 1612 29405 0 4 6 2 3682 32 16 0 1 0 42571360 17141760 1114 996147200 4194304 4206940 548682068528 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15401/statm: 4185 1114 414 3 0 764 0
[pid=15424] ppid=15401 vsize=114272 CPUtime=3282.05
/proc/15424/stat : 15424 (minisat-inc) R 15401 15401 14600 0 -1 4194304 28119 0 0 0 328161 44 0 0 25 0 1 0 42575098 117014528 28062 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/15424/statm: 28568 28062 80 151 0 28414 0
Current children cumulated CPU time (s) 3319.27
Current children cumulated vsize (KiB) 131012

[startup+3402.31 s]
/proc/loadavg: 2.00 2.01 2.00 3/83 15493
/proc/meminfo: memFree=1723656/2055920 swapFree=4180012/4192956
[pid=15401] ppid=15399 vsize=16740 CPUtime=37.22
/proc/15401/stat : 15401 (sugar++) S 15399 15401 14600 0 -1 4194304 1612 29405 0 4 6 2 3682 32 16 0 1 0 42571360 17141760 1114 996147200 4194304 4206940 548682068528 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15401/statm: 4185 1114 414 3 0 764 0
[pid=15424] ppid=15401 vsize=114416 CPUtime=3342.03
/proc/15424/stat : 15424 (minisat-inc) R 15401 15401 14600 0 -1 4194304 28156 0 0 0 334159 44 0 0 25 0 1 0 42575098 117161984 28099 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/15424/statm: 28604 28099 80 151 0 28450 0
Current children cumulated CPU time (s) 3379.25
Current children cumulated vsize (KiB) 131156

[startup+3462.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 15493
/proc/meminfo: memFree=1723336/2055920 swapFree=4180012/4192956
[pid=15401] ppid=15399 vsize=16740 CPUtime=37.22
/proc/15401/stat : 15401 (sugar++) S 15399 15401 14600 0 -1 4194304 1612 29405 0 4 6 2 3682 32 16 0 1 0 42571360 17141760 1114 996147200 4194304 4206940 548682068528 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15401/statm: 4185 1114 414 3 0 764 0
[pid=15424] ppid=15401 vsize=114772 CPUtime=3402.01
/proc/15424/stat : 15424 (minisat-inc) R 15401 15401 14600 0 -1 4194304 28242 0 0 0 340157 44 0 0 25 0 1 0 42575098 117526528 28185 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/15424/statm: 28693 28185 80 151 0 28539 0
Current children cumulated CPU time (s) 3439.23
Current children cumulated vsize (KiB) 131512

[startup+3522.3 s]
/proc/loadavg: 2.06 2.01 2.00 3/83 15493
/proc/meminfo: memFree=1723144/2055920 swapFree=4180012/4192956
[pid=15401] ppid=15399 vsize=16740 CPUtime=37.22
/proc/15401/stat : 15401 (sugar++) S 15399 15401 14600 0 -1 4194304 1612 29405 0 4 6 2 3682 32 16 0 1 0 42571360 17141760 1114 996147200 4194304 4206940 548682068528 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15401/statm: 4185 1114 414 3 0 764 0
[pid=15424] ppid=15401 vsize=114996 CPUtime=3461.98
/proc/15424/stat : 15424 (minisat-inc) R 15401 15401 14600 0 -1 4194304 28295 0 0 0 346154 44 0 0 25 0 1 0 42575098 117755904 28238 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/15424/statm: 28749 28238 80 151 0 28595 0
Current children cumulated CPU time (s) 3499.2
Current children cumulated vsize (KiB) 131736

[startup+3582.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/83 15493
/proc/meminfo: memFree=1723016/2055920 swapFree=4180012/4192956
[pid=15401] ppid=15399 vsize=16740 CPUtime=37.22
/proc/15401/stat : 15401 (sugar++) S 15399 15401 14600 0 -1 4194304 1612 29405 0 4 6 2 3682 32 16 0 1 0 42571360 17141760 1114 996147200 4194304 4206940 548682068528 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15401/statm: 4185 1114 414 3 0 764 0
[pid=15424] ppid=15401 vsize=114996 CPUtime=3521.97
/proc/15424/stat : 15424 (minisat-inc) R 15401 15401 14600 0 -1 4194304 28301 0 0 0 352153 44 0 0 25 0 1 0 42575098 117755904 28244 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/15424/statm: 28749 28244 80 151 0 28595 0
Current children cumulated CPU time (s) 3559.19
Current children cumulated vsize (KiB) 131736



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3623.2 s]
/proc/loadavg: 2.01 2.00 2.00 3/83 15493
/proc/meminfo: memFree=1721992/2055920 swapFree=4180012/4192956
[pid=15401] ppid=15399 vsize=16740 CPUtime=37.22
/proc/15401/stat : 15401 (sugar++) S 15399 15401 14600 0 -1 4194304 1612 29405 0 4 6 2 3682 32 16 0 1 0 42571360 17141760 1114 996147200 4194304 4206940 548682068528 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15401/statm: 4185 1114 414 3 0 764 0
[pid=15424] ppid=15401 vsize=115932 CPUtime=3562.86
/proc/15424/stat : 15424 (minisat-inc) R 15401 15401 14600 0 -1 4194304 28552 0 0 0 356241 45 0 0 25 0 1 0 42575098 118714368 28495 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/15424/statm: 28983 28495 80 151 0 28829 0
Current children cumulated CPU time (s) 3600.08
Current children cumulated vsize (KiB) 132672

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended. Dumping a history of the last processes samples

Child status: 0
Real time (s): 3623.23
CPU time (s): 3600.14
CPU user time (s): 3599.31
CPU system time (s): 0.826874
CPU usage (%): 99.3626
Max. virtual memory (cumulated for all children) (KiB): 889276

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3599.31
system time used= 0.826874
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 59648
page faults= 4
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 8099
involuntary context switches= 69130

runsolver used 3.99139 second user time and 10.1745 second system time

The end

Launcher Data (download as text)

Begin job on node29 at 2008-07-12 12:31:36
IDJOB=1111963
IDBENCH=61345
IDSOLVER=367
FILE ID=node29/1111963-1215858696
PBS_JOBID= 7903416
Free space on /tmp= 66496 MiB

SOLVER NAME= Sugar++ v1.13+minisat-inc
BENCH NAME= CPAI08/csp/lexVg/normalized-crossword-m1c-lex-vg5-9_ext.xml
COMMAND LINE= DIR/sugar++ -max -incremental -c -vv -java="java -Xmx700M" -decjava="java -Xmx50M" -jar="DIR/sugar-v1-13.jar" -solver="DIR/minisat-inc" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1111963-1215858696/watcher-1111963-1215858696 -o /tmp/evaluation-result-1111963-1215858696/solver-1111963-1215858696 -C 3600 -W 4000 -M 900 --output-limit 1,15  HOME/sugar++ -max -incremental -c -vv -java="java -Xmx700M" -decjava="java -Xmx50M" -jar="HOME/sugar-v1-13.jar" -solver="HOME/minisat-inc" -tmp="HOME/temp" HOME/instance-1111963-1215858696.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= cc349870ad14cc63690440668c347c92
RANDOM SEED=682491770

node29.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.242
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.242
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1838016 kB
Buffers:         42108 kB
Cached:          85924 kB
SwapCached:       6744 kB
Active:         105184 kB
Inactive:        69996 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1838016 kB
SwapTotal:     4192956 kB
SwapFree:      4180012 kB
Dirty:             928 kB
Writeback:           0 kB
Mapped:          63368 kB
Slab:            27796 kB
Committed_AS:   963336 kB
PageTables:       1980 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66496 MiB
End job on node29 at 2008-07-12 13:32:02