Trace number 2071291

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 NameAnswerCPU timeWall clock time
Sugar v1.14.6+minisatSAT 598.872 601.784

General information on the benchmark

Namecsp/lexHerald/
normalized-crossword-m1-lex-15-03.xml
MD5SUM575ffad3d2c09aae350b50b610fe8377
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.58191
Satisfiable
(Un)Satisfiability was proved
Number of variables189
Number of constraints1001
Maximum constraint arity16
Maximum domain size26
Number of constraints which are defined in extension78
Number of constraints which are defined in intension923
Global constraints used (with number of constraints)

Solver Data

0.00/0.08	c 0	Sugar v1-14-6 + HOME/minisat
0.00/0.08	c 0	BEGIN Sun Jul 12 01:01:17 2009
0.00/0.08	c 0	PID 14098
0.06/0.08	c 0	HOST node9.alineos.net
0.06/0.08	c 0	CONVERTING HOME/instance-2071291-1247353276.xml TO HOME/temp.csp
0.06/0.08	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2071291-1247353276.xml' 'HOME/temp.csp'
0.06/0.83	c 0	1 domains, 189 variables, 6 predicates, 5 relations, 1001 constraints
0.06/0.87	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.87	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.81/0.95	c 0	Parsing HOME/temp.csp
1.02/1.13	c 1	parsed 1202 expressions
1.02/1.14	c 1	Heap : 3 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.02/1.14	c 1	Converting to clausal form CSP
1.02/1.17	c 1	converted 121 (10%) expressions
1.51/1.64	c 1	converted 241 (20%) expressions
2.50/2.62	c 2	converted 361 (30%) expressions
2.61/2.79	c 2	converted 481 (40%) expressions
2.70/2.80	c 2	converted 601 (50%) expressions
2.70/2.85	c 2	converted 722 (60%) expressions
2.81/2.95	c 2	converted 842 (70%) expressions
2.92/3.05	c 3	converted 962 (80%) expressions
2.92/3.08	c 3	converted 1082 (90%) expressions
2.92/3.09	c 3	converted 1202 (100%) expressions
2.92/3.09	c 3	CSP : 189 integers, 0 booleans, 1001 clauses, largest domain size 26
2.92/3.09	c 3	Heap : 51 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.92/3.09	c 3	Propagation in CSP
3.01/3.10	c 3	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
3.01/3.10	c 3	CSP : 189 integers, 0 booleans, 1001 clauses, largest domain size 26
3.01/3.10	c 3	Heap : 51 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
3.01/3.11	c 3	Simplifing CSP by introducing new Boolean variables
3.01/3.15	c 3	CSP : 189 integers, 8032 booleans, 9033 clauses, largest domain size 26
3.01/3.15	c 3	Heap : 51 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
3.31/3.46	c 3	Encoding CSP to SAT : HOME/temp.cnf
3.31/3.47	c 3	19 (10%) CSP integer variables are encoded (456 clauses, 4872 bytes)
3.31/3.48	c 3	38 (20%) CSP integer variables are encoded (912 clauses, 9888 bytes)
3.31/3.48	c 3	57 (30%) CSP integer variables are encoded (1368 clauses, 15721 bytes)
3.31/3.48	c 3	76 (40%) CSP integer variables are encoded (1824 clauses, 21649 bytes)
3.31/3.48	c 3	95 (50%) CSP integer variables are encoded (2280 clauses, 27577 bytes)
3.31/3.48	c 3	114 (60%) CSP integer variables are encoded (2736 clauses, 33505 bytes)
3.31/3.48	c 3	133 (70%) CSP integer variables are encoded (3192 clauses, 39433 bytes)
3.31/3.49	c 3	152 (80%) CSP integer variables are encoded (3648 clauses, 45361 bytes)
3.31/3.49	c 3	171 (90%) CSP integer variables are encoded (4104 clauses, 51289 bytes)
3.31/3.49	c 3	189 (100%) CSP integer variables are encoded (4536 clauses, 56905 bytes)
36.33/36.61	c 36	904 (10%) CSP clauses are encoded (614296 clauses, 25271558 bytes)
41.70/42.03	c 41	1807 (20%) CSP clauses are encoded (672598 clauses, 27659234 bytes)
46.73/47.68	c 47	2710 (30%) CSP clauses are encoded (730925 clauses, 30123286 bytes)
46.83/47.80	c 47	3614 (40%) CSP clauses are encoded (751929 clauses, 30494868 bytes)
57.73/59.04	c 58	4517 (50%) CSP clauses are encoded (847605 clauses, 35419308 bytes)
75.23/76.76	c 76	5420 (60%) CSP clauses are encoded (980630 clauses, 42718278 bytes)
80.97/82.57	c 82	6324 (70%) CSP clauses are encoded (1039183 clauses, 45416147 bytes)
81.07/82.61	c 82	7227 (80%) CSP clauses are encoded (1060611 clauses, 45829470 bytes)
81.07/82.66	c 82	8130 (90%) CSP clauses are encoded (1082039 clauses, 46252443 bytes)
81.17/82.70	c 82	9033 (100%) CSP clauses are encoded (1103917 clauses, 46680138 bytes)
81.17/82.71	c 82	9033 CSP clauses encoded
81.17/82.71	c 82	Writing map file : HOME/temp.map
81.17/82.72	c 82	Heap : 59 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
81.17/82.72	c 82	SAT : 12757 SAT variables, 1103917 SAT clauses, 46680138 bytes
81.17/82.72	c 82	Heap : 59 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
81.17/82.74	c 82	SOLVING HOME/temp.cnf
81.17/82.74	c 82	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
81.17/82.75	c 82	This is MiniSat 2.0 beta
81.17/82.75	c 82	WARNING: for repeatability, setting FPU to use double precision
81.17/82.75	c 82	============================[ Problem Statistics ]=============================
81.17/82.75	c 82	|                                                                             |
81.17/82.75	c 82	|  Number of variables:  12757                                                |
81.17/82.75	c 82	|  Number of clauses:    1103917                                              |
82.23/83.87	c 83	|  Parsing time:         0.95         s                                       |
82.34/83.94	c 83	============================[ Search Statistics ]==============================
82.34/83.94	c 83	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
82.34/83.94	c 83	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
82.34/83.94	c 83	===============================================================================
82.34/83.94	c 83	|         0 |   12757  1103917  8318722 |   367972        0    nan |  0.000 % |
82.54/84.14	c 84	|       100 |   12757  1103917  8318722 |   404769      100      9 |  0.000 % |
82.64/84.20	c 84	|       250 |   12757  1103917  8318722 |   445246      250      9 |  0.000 % |
82.73/84.37	c 84	|       475 |   12757  1103917  8318722 |   489771      475      8 |  0.000 % |
82.83/84.49	c 84	|       812 |   12757  1103917  8318722 |   538748      812      9 |  0.000 % |
83.03/84.62	c 84	|      1318 |   12757  1103917  8318722 |   592623     1318      9 |  0.000 % |
83.33/84.91	c 84	|      2079 |   12757  1103917  8318722 |   651885     2079      9 |  0.000 % |
83.53/85.15	c 85	|      3219 |   12757  1103917  8318722 |   717073     3219      9 |  0.000 % |
83.82/85.46	c 85	|      4927 |   12757  1103917  8318722 |   788781     4927      9 |  0.000 % |
84.61/86.26	c 86	|      7490 |   12757  1103917  8318722 |   867659     7490     10 |  0.000 % |
85.10/86.72	c 86	|     11334 |   12757  1103917  8318722 |   954425    11334     10 |  0.000 % |
86.00/87.67	c 87	|     17100 |   12757  1103917  8318722 |  1049868    17100     10 |  0.000 % |
87.68/89.40	c 89	|     25749 |   12757  1103917  8318722 |  1154854    25749     11 |  0.000 % |
90.35/92.04	c 92	|     38724 |   12757  1103917  8318722 |  1270340    38724     11 |  0.000 % |
95.50/97.26	c 97	|     58185 |   12757  1103917  8318722 |  1397374    58185     12 |  0.000 % |
103.32/105.19	c 105	|     87377 |   12756  1103917  8318722 |  1537111    87376     12 |  0.008 % |
115.59/117.54	c 117	|    131166 |   12754  1103917  8318722 |  1690822   131163     13 |  0.024 % |
141.86/143.95	c 143	|    196851 |   12754  1103917  8318722 |  1859905   196848     14 |  0.024 % |
186.14/188.26	c 188	|    295379 |   12753  1103917  8318722 |  2045895   295375     15 |  0.031 % |
248.02/250.12	c 250	|    443168 |   12753  1103675  8317700 |  2250485   443147     15 |  0.031 % |
438.15/440.31	c 440	|    664852 |   12753  1103675  8317700 |  2475533   664831     17 |  0.031 % |
598.49/601.42	c 601	===============================================================================
598.49/601.42	c 601	restarts              : 21
598.49/601.42	c 601	conflicts             : 864237         (1672 /sec)
598.49/601.42	c 601	decisions             : 1162058        (1.69 % random) (2248 /sec)
598.49/601.42	c 601	propagations          : 52182152       (100966 /sec)
598.49/601.42	c 601	conflict literals     : 14784329       (24.38 % deleted)
598.49/601.42	c 601	Memory used           : 166.15 MB
598.49/601.42	c 601	CPU time              : 516.826 s
598.49/601.42	c 601	
598.49/601.43	c 601	SATISFIABLE
598.49/601.48	c 601	DECODING HOME/temp.out WITH HOME/temp.map
598.49/601.48	c 601	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -decode 'HOME/temp.out' 'HOME/temp.map'
598.56/601.56	c 601	Decoding HOME/temp.out
598.76/601.70	s SATISFIABLE
598.76/601.71	v 13 14 17 12 17 4 13 0 11 13 8 12 7 14 15 4 2 4 2 14 11 4 20 17 4 0 17 4 0 12 18 11 4 15 19 19 14 17 17 0 11 11 20 21 8 0 11 7 14 17 13 4 19 11 4 13 19 12 0 6 8 0 2 10 11 4 24 11 14 17 17 0 8 13 4 12 0 24 4 17 17 20 13 6 4 21 14 13 8 2 14 13 12 20 18 19 24 12 14 14 19 18 0 19 15 4 17 19 7 19 4 17 18 4 18 14 14 19 7 18 0 24 19 7 0 24 4 17 22 14 14 11 22 7 4 13 11 14 17 4 13 25 19 17 4 0 19 8 18 4 0 12 4 13 14 0 18 8 18 8 1 4 23 14 8 13 19 8 17 0 19 4 12 8 12 8 18 19 0 24 2 4 17 4 18 4 3 8 19
598.76/601.75	c 601	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
598.76/601.76	c 601	CPU 598.82 (0.06 0.02 597.54 1.2)
598.76/601.76	c 601	END Sun Jul 12 01:11:18 2009

Verifier Data

OK

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2071291-1247353276/watcher-2071291-1247353276 -o /tmp/evaluation-result-2071291-1247353276/solver-2071291-1247353276 -C 1800 -W 2000 -M 900 HOME/sugar -c -vv -memlimit=900 -jar=HOME/sugar-v1-14-6.jar -solver=HOME/minisat -tmp=HOME/temp HOME/instance-2071291-1247353276.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2000 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
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.00 2.00 2.00 4/81 14098
/proc/meminfo: memFree=1681260/2055920 swapFree=4192952/4192956
[pid=14098] ppid=14096 vsize=4708 CPUtime=0
/proc/14098/stat : 14098 (sugar) R 14096 14098 13456 0 -1 4194304 55 0 0 0 0 0 0 0 21 0 1 0 22394761 4820992 40 996147200 4194304 4206940 548682068608 18446744073709551615 215416371244 0 0 4096 0 0 0 0 17 1 0 0
/proc/14098/statm: 1177 40 31 3 0 8 0

[startup+0.082736 s]
/proc/loadavg: 2.00 2.00 2.00 4/81 14098
/proc/meminfo: memFree=1681260/2055920 swapFree=4192952/4192956
[pid=14098] ppid=14096 vsize=16740 CPUtime=0.06
/proc/14098/stat : 14098 (sugar) S 14096 14098 13456 0 -1 4194304 1152 0 0 0 5 1 0 0 18 0 1 0 22394761 17141760 1107 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14098/statm: 4185 1107 406 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.102755 s]
/proc/loadavg: 2.00 2.00 2.00 4/81 14098
/proc/meminfo: memFree=1681260/2055920 swapFree=4192952/4192956
[pid=14098] ppid=14096 vsize=16868 CPUtime=0.06
/proc/14098/stat : 14098 (sugar) S 14096 14098 13456 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 22394761 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14098/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.30236 s]
/proc/loadavg: 2.00 2.00 2.00 4/81 14098
/proc/meminfo: memFree=1681260/2055920 swapFree=4192952/4192956
[pid=14098] ppid=14096 vsize=16868 CPUtime=0.06
/proc/14098/stat : 14098 (sugar) S 14096 14098 13456 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 22394761 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14098/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.702406 s]
/proc/loadavg: 2.00 2.00 2.00 4/81 14098
/proc/meminfo: memFree=1681260/2055920 swapFree=4192952/4192956
[pid=14098] ppid=14096 vsize=16868 CPUtime=0.06
/proc/14098/stat : 14098 (sugar) S 14096 14098 13456 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 22394761 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14098/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+1.5015 s]
/proc/loadavg: 1.92 1.98 1.99 4/92 14120
/proc/meminfo: memFree=1672980/2055920 swapFree=4192952/4192956
[pid=14098] ppid=14096 vsize=16868 CPUtime=0.81
/proc/14098/stat : 14098 (sugar) S 14096 14098 13456 0 -1 4194304 1309 6810 0 1 5 2 70 4 16 0 1 0 22394761 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14098/statm: 4217 1111 409 3 0 796 0
[pid=14111] ppid=14098 vsize=5356 CPUtime=0
/proc/14111/stat : 14111 (sh) S 14098 14098 13456 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22394848 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14111/statm: 1339 233 193 169 0 50 0
[pid=14112] ppid=14111 vsize=864332 CPUtime=0.6
/proc/14112/stat : 14112 (java) S 14111 14098 13456 0 -1 0 7760 0 1 0 55 5 0 0 19 0 9 0 22394848 885075968 7029 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14112/statm: 216083 7029 2566 9 0 210588 0
[pid=14112/tid=14113] ppid=14111 vsize=864332 CPUtime=0.34
/proc/14112/task/14113/stat : 14113 (java) R 14111 14098 13456 0 -1 64 2672 0 1 0 33 1 0 0 19 0 9 0 22394849 885075968 7029 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14112/tid=14114] ppid=14111 vsize=864332 CPUtime=0.19
/proc/14112/task/14114/stat : 14114 (java) R 14111 14098 13456 0 -1 64 4075 0 0 0 17 2 0 0 16 0 9 0 22394851 885075968 7029 996147200 134512640 134550932 4294955936 18446744073709551615 102547241 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14112/tid=14115] ppid=14111 vsize=864332 CPUtime=0
/proc/14112/task/14115/stat : 14115 (java) S 14111 14098 13456 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22394851 885075968 7029 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14112/tid=14116] ppid=14111 vsize=864332 CPUtime=0
/proc/14112/task/14116/stat : 14116 (java) S 14111 14098 13456 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 22394851 885075968 7029 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14112/tid=14117] ppid=14111 vsize=864332 CPUtime=0
/proc/14112/task/14117/stat : 14117 (java) S 14111 14098 13456 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 22394853 885075968 7029 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14112/tid=14118] ppid=14111 vsize=864332 CPUtime=0.05
/proc/14112/task/14118/stat : 14118 (java) S 14111 14098 13456 0 -1 64 313 0 0 0 5 0 0 0 16 0 9 0 22394853 885075968 7029 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14112/tid=14119] ppid=14111 vsize=864332 CPUtime=0
/proc/14112/task/14119/stat : 14119 (java) S 14111 14098 13456 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 22394853 885075968 7029 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14112/tid=14120] ppid=14111 vsize=864332 CPUtime=0
/proc/14112/task/14120/stat : 14120 (java) S 14111 14098 13456 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22394853 885075968 7029 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.41
Current children cumulated vsize (KiB) 886556

[startup+3.10267 s]
/proc/loadavg: 1.92 1.98 1.99 4/92 14120
/proc/meminfo: memFree=1642772/2055920 swapFree=4192952/4192956
[pid=14098] ppid=14096 vsize=16868 CPUtime=0.82
/proc/14098/stat : 14098 (sugar) S 14096 14098 13456 0 -1 4194304 1310 6810 0 1 6 2 70 4 15 0 1 0 22394761 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14098/statm: 4217 1111 409 3 0 796 0
[pid=14111] ppid=14098 vsize=5356 CPUtime=0
/proc/14111/stat : 14111 (sh) S 14098 14098 13456 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22394848 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14111/statm: 1339 233 193 169 0 50 0
[pid=14112] ppid=14111 vsize=868508 CPUtime=2.19
/proc/14112/stat : 14112 (java) S 14111 14098 13456 0 -1 0 19464 0 1 0 207 12 0 0 19 0 9 0 22394848 889352192 18675 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14112/statm: 217127 18675 2567 9 0 211632 0
[pid=14112/tid=14113] ppid=14111 vsize=868508 CPUtime=0.96
/proc/14112/task/14113/stat : 14113 (java) R 14111 14098 13456 0 -1 64 3252 0 1 0 94 2 0 0 24 0 9 0 22394849 889352192 18675 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14112/tid=14114] ppid=14111 vsize=868508 CPUtime=1.05
/proc/14112/task/14114/stat : 14114 (java) S 14111 14098 13456 0 -1 64 14053 0 0 0 96 9 0 0 16 0 9 0 22394851 889352192 18675 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14112/tid=14115] ppid=14111 vsize=868508 CPUtime=0
/proc/14112/task/14115/stat : 14115 (java) S 14111 14098 13456 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22394851 889352192 18675 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14112/tid=14116] ppid=14111 vsize=868508 CPUtime=0
/proc/14112/task/14116/stat : 14116 (java) S 14111 14098 13456 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 22394851 889352192 18675 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14112/tid=14117] ppid=14111 vsize=868508 CPUtime=0
/proc/14112/task/14117/stat : 14117 (java) S 14111 14098 13456 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 22394853 889352192 18675 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14112/tid=14118] ppid=14111 vsize=868508 CPUtime=0.16
/proc/14112/task/14118/stat : 14118 (java) R 14111 14098 13456 0 -1 64 1459 0 0 0 16 0 0 0 16 0 9 0 22394853 889352192 18675 996147200 134512640 134550932 4294955936 18446744073709551615 103931808 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14112/tid=14119] ppid=14111 vsize=868508 CPUtime=0
/proc/14112/task/14119/stat : 14119 (java) S 14111 14098 13456 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 22394853 889352192 18675 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14112/tid=14120] ppid=14111 vsize=868508 CPUtime=0
/proc/14112/task/14120/stat : 14120 (java) S 14111 14098 13456 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22394853 889352192 18675 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.01
Current children cumulated vsize (KiB) 890732

[startup+6.30203 s]
/proc/loadavg: 1.92 1.98 1.99 3/92 14120
/proc/meminfo: memFree=1605780/2055920 swapFree=4192952/4192956
[pid=14098] ppid=14096 vsize=16868 CPUtime=0.82
/proc/14098/stat : 14098 (sugar) S 14096 14098 13456 0 -1 4194304 1310 6810 0 1 6 2 70 4 15 0 1 0 22394761 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14098/statm: 4217 1111 409 3 0 796 0
[pid=14111] ppid=14098 vsize=5356 CPUtime=0
/proc/14111/stat : 14111 (sh) S 14098 14098 13456 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22394848 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14111/statm: 1339 233 193 169 0 50 0
[pid=14112] ppid=14111 vsize=868704 CPUtime=5.37
/proc/14112/stat : 14112 (java) S 14111 14098 13456 0 -1 0 20607 0 1 0 521 16 0 0 19 0 9 0 22394848 889552896 19731 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14112/statm: 217176 19731 2591 9 0 211653 0
[pid=14112/tid=14113] ppid=14111 vsize=868704 CPUtime=3.68
/proc/14112/task/14113/stat : 14113 (java) R 14111 14098 13456 0 -1 64 3594 0 1 0 363 5 0 0 25 0 9 0 22394849 889552896 19731 996147200 134512640 134550932 4294955936 18446744073709551615 4125952192 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14112/tid=14114] ppid=14111 vsize=868704 CPUtime=1.46
/proc/14112/task/14114/stat : 14114 (java) S 14111 14098 13456 0 -1 64 14827 0 0 0 137 9 0 0 16 0 9 0 22394851 889552896 19731 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14112/tid=14115] ppid=14111 vsize=868704 CPUtime=0
/proc/14112/task/14115/stat : 14115 (java) S 14111 14098 13456 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22394851 889552896 19731 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14112/tid=14116] ppid=14111 vsize=868704 CPUtime=0
/proc/14112/task/14116/stat : 14116 (java) S 14111 14098 13456 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 22394851 889552896 19731 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14112/tid=14117] ppid=14111 vsize=868704 CPUtime=0
/proc/14112/task/14117/stat : 14117 (java) S 14111 14098 13456 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 22394853 889552896 19731 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14112/tid=14118] ppid=14111 vsize=868704 CPUtime=0.19
/proc/14112/task/14118/stat : 14118 (java) S 14111 14098 13456 0 -1 64 1486 0 0 0 19 0 0 0 16 0 9 0 22394853 889552896 19731 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14112/tid=14119] ppid=14111 vsize=868704 CPUtime=0
/proc/14112/task/14119/stat : 14119 (java) S 14111 14098 13456 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 22394853 889552896 19731 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14112/tid=14120] ppid=14111 vsize=868704 CPUtime=0
/proc/14112/task/14120/stat : 14120 (java) S 14111 14098 13456 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22394853 889552896 19731 996147200 134512640 134550932 4294955936 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) 890928

[startup+12.7027 s]
/proc/loadavg: 1.85 1.97 1.99 3/83 14149
/proc/meminfo: memFree=1631908/2055920 swapFree=4192952/4192956
[pid=14098] ppid=14096 vsize=16868 CPUtime=0.82
/proc/14098/stat : 14098 (sugar) S 14096 14098 13456 0 -1 4194304 1310 6810 0 1 6 2 70 4 15 0 1 0 22394761 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14098/statm: 4217 1111 409 3 0 796 0
[pid=14111] ppid=14098 vsize=5356 CPUtime=0
/proc/14111/stat : 14111 (sh) S 14098 14098 13456 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22394848 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14111/statm: 1339 233 193 169 0 50 0
[pid=14112] ppid=14111 vsize=868704 CPUtime=11.75
/proc/14112/stat : 14112 (java) S 14111 14098 13456 0 -1 0 22899 0 1 0 1153 22 0 0 19 0 9 0 22394848 889552896 21947 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14112/statm: 217176 21947 2591 9 0 211653 0
[pid=14112/tid=14113] ppid=14111 vsize=868704 CPUtime=9.82
/proc/14112/task/14113/stat : 14113 (java) R 14111 14098 13456 0 -1 64 3670 0 1 0 974 8 0 0 25 0 9 0 22394849 889552896 21947 996147200 134512640 134550932 4294955936 18446744073709551615 102094187 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14112/tid=14114] ppid=14111 vsize=868704 CPUtime=1.69
/proc/14112/task/14114/stat : 14114 (java) S 14111 14098 13456 0 -1 64 17038 0 0 0 158 11 0 0 16 0 9 0 22394851 889552896 21947 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14112/tid=14115] ppid=14111 vsize=868704 CPUtime=0
/proc/14112/task/14115/stat : 14115 (java) S 14111 14098 13456 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22394851 889552896 21947 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14112/tid=14116] ppid=14111 vsize=868704 CPUtime=0
/proc/14112/task/14116/stat : 14116 (java) S 14111 14098 13456 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 22394851 889552896 21947 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14112/tid=14117] ppid=14111 vsize=868704 CPUtime=0
/proc/14112/task/14117/stat : 14117 (java) S 14111 14098 13456 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 22394853 889552896 21947 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14112/tid=14118] ppid=14111 vsize=868704 CPUtime=0.2
/proc/14112/task/14118/stat : 14118 (java) S 14111 14098 13456 0 -1 64 1491 0 0 0 20 0 0 0 16 0 9 0 22394853 889552896 21947 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14112/tid=14119] ppid=14111 vsize=868704 CPUtime=0
/proc/14112/task/14119/stat : 14119 (java) S 14111 14098 13456 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 22394853 889552896 21947 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14112/tid=14120] ppid=14111 vsize=868704 CPUtime=0
/proc/14112/task/14120/stat : 14120 (java) S 14111 14098 13456 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22394853 889552896 21947 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.57
Current children cumulated vsize (KiB) 890928

[startup+25.5022 s]
/proc/loadavg: 1.87 1.97 1.99 4/83 14177
/proc/meminfo: memFree=1579052/2055920 swapFree=4192952/4192956
[pid=14098] ppid=14096 vsize=16868 CPUtime=0.82
/proc/14098/stat : 14098 (sugar) S 14096 14098 13456 0 -1 4194304 1310 6810 0 1 6 2 70 4 15 0 1 0 22394761 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14098/statm: 4217 1111 409 3 0 796 0
[pid=14111] ppid=14098 vsize=5356 CPUtime=0
/proc/14111/stat : 14111 (sh) S 14098 14098 13456 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22394848 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14111/statm: 1339 233 193 169 0 50 0
[pid=14112] ppid=14111 vsize=868704 CPUtime=24.47
/proc/14112/stat : 14112 (java) S 14111 14098 13456 0 -1 0 27489 0 1 0 2418 29 0 0 19 0 9 0 22394848 889552896 26412 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14112/statm: 217176 26412 2591 9 0 211653 0
[pid=14112/tid=14113] ppid=14111 vsize=868704 CPUtime=22.14
/proc/14112/task/14113/stat : 14113 (java) R 14111 14098 13456 0 -1 64 3796 0 1 0 2200 14 0 0 25 0 9 0 22394849 889552896 26412 996147200 134512640 134550932 4294955936 18446744073709551615 103210888 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14112/tid=14114] ppid=14111 vsize=868704 CPUtime=2.09
/proc/14112/task/14114/stat : 14114 (java) S 14111 14098 13456 0 -1 64 21499 0 0 0 196 13 0 0 16 0 9 0 22394851 889552896 26412 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14112/tid=14115] ppid=14111 vsize=868704 CPUtime=0
/proc/14112/task/14115/stat : 14115 (java) S 14111 14098 13456 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22394851 889552896 26412 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14112/tid=14116] ppid=14111 vsize=868704 CPUtime=0
/proc/14112/task/14116/stat : 14116 (java) S 14111 14098 13456 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 22394851 889552896 26412 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14112/tid=14117] ppid=14111 vsize=868704 CPUtime=0

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

[pid=14216] ppid=14098 vsize=5356 CPUtime=0
/proc/14216/stat : 14216 (sh) S 14098 14098 13456 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22403035 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14216/statm: 1339 232 193 169 0 50 0
[pid=14217] ppid=14216 vsize=143180 CPUtime=318.95
/proc/14217/stat : 14217 (minisat) R 14216 14098 13456 0 -1 4194304 35050 0 0 0 31856 39 0 0 25 0 1 0 22403036 146616320 35036 996147200 134512640 135127466 4294956256 18446744073709551615 134530676 0 0 4096 3 0 0 0 17 0 0 0
/proc/14217/statm: 35795 35036 76 150 0 35642 0
Current children cumulated CPU time (s) 400.16
Current children cumulated vsize (KiB) 165404

[startup+462.303 s]
/proc/loadavg: 2.07 2.12 2.06 4/84 14259
/proc/meminfo: memFree=1078876/2055920 swapFree=4192952/4192956
[pid=14098] ppid=14096 vsize=16868 CPUtime=81.21
/proc/14098/stat : 14098 (sugar) S 14096 14098 13456 0 -1 4194304 1376 45823 0 2 6 2 8048 65 16 0 1 0 22394761 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14098/statm: 4217 1113 409 3 0 796 0
[pid=14216] ppid=14098 vsize=5356 CPUtime=0
/proc/14216/stat : 14216 (sh) S 14098 14098 13456 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22403035 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14216/statm: 1339 232 193 169 0 50 0
[pid=14217] ppid=14216 vsize=151000 CPUtime=378.93
/proc/14217/stat : 14217 (minisat) R 14216 14098 13456 0 -1 4194304 37034 0 0 0 37852 41 0 0 25 0 1 0 22403036 154624000 37020 996147200 134512640 135127466 4294956256 18446744073709551615 134530846 0 0 4096 3 0 0 0 17 0 0 0
/proc/14217/statm: 37750 37020 76 150 0 37597 0
Current children cumulated CPU time (s) 460.14
Current children cumulated vsize (KiB) 173224

[startup+522.303 s]
/proc/loadavg: 2.02 2.10 2.05 3/84 14259
/proc/meminfo: memFree=1091164/2055920 swapFree=4192952/4192956
[pid=14098] ppid=14096 vsize=16868 CPUtime=81.21
/proc/14098/stat : 14098 (sugar) S 14096 14098 13456 0 -1 4194304 1376 45823 0 2 6 2 8048 65 16 0 1 0 22394761 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14098/statm: 4217 1113 409 3 0 796 0
[pid=14216] ppid=14098 vsize=5356 CPUtime=0
/proc/14216/stat : 14216 (sh) S 14098 14098 13456 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22403035 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14216/statm: 1339 232 193 169 0 50 0
[pid=14217] ppid=14216 vsize=159412 CPUtime=438.91
/proc/14217/stat : 14217 (minisat) R 14216 14098 13456 0 -1 4194304 38856 0 0 0 43848 43 0 0 25 0 1 0 22403036 163237888 38842 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/14217/statm: 39853 38842 76 150 0 39700 0
Current children cumulated CPU time (s) 520.12
Current children cumulated vsize (KiB) 181636

[startup+582.302 s]
/proc/loadavg: 1.94 2.05 2.03 3/86 14339
/proc/meminfo: memFree=1406620/2055920 swapFree=4192952/4192956
[pid=14098] ppid=14096 vsize=16868 CPUtime=81.21
/proc/14098/stat : 14098 (sugar) S 14096 14098 13456 0 -1 4194304 1376 45823 0 2 6 2 8048 65 16 0 1 0 22394761 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14098/statm: 4217 1113 409 3 0 796 0
[pid=14216] ppid=14098 vsize=5356 CPUtime=0
/proc/14216/stat : 14216 (sh) S 14098 14098 13456 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22403035 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14216/statm: 1339 232 193 169 0 50 0
[pid=14217] ppid=14216 vsize=167824 CPUtime=498.35
/proc/14217/stat : 14217 (minisat) R 14216 14098 13456 0 -1 4194304 41035 0 0 0 49788 47 0 0 25 0 1 0 22403036 171851776 41021 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/14217/statm: 41956 41021 76 150 0 41803 0
Current children cumulated CPU time (s) 579.56
Current children cumulated vsize (KiB) 190048

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

[startup+588.702 s]
/proc/loadavg: 1.94 2.05 2.03 3/86 14339
/proc/meminfo: memFree=1405276/2055920 swapFree=4192952/4192956
[pid=14098] ppid=14096 vsize=16868 CPUtime=81.21
/proc/14098/stat : 14098 (sugar) S 14096 14098 13456 0 -1 4194304 1376 45823 0 2 6 2 8048 65 16 0 1 0 22394761 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14098/statm: 4217 1113 409 3 0 796 0
[pid=14216] ppid=14098 vsize=5356 CPUtime=0
/proc/14216/stat : 14216 (sh) S 14098 14098 13456 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22403035 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14216/statm: 1339 232 193 169 0 50 0
[pid=14217] ppid=14216 vsize=169160 CPUtime=504.7
/proc/14217/stat : 14217 (minisat) R 14216 14098 13456 0 -1 4194304 41366 0 0 0 50422 48 0 0 25 0 1 0 22403036 173219840 41352 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/14217/statm: 42290 41352 76 150 0 42137 0
Current children cumulated CPU time (s) 585.91
Current children cumulated vsize (KiB) 191384

[startup+595.107 s]
/proc/loadavg: 1.95 2.05 2.03 5/86 14339
/proc/meminfo: memFree=1379548/2055920 swapFree=4192952/4192956
[pid=14098] ppid=14096 vsize=16868 CPUtime=81.21
/proc/14098/stat : 14098 (sugar) S 14096 14098 13456 0 -1 4194304 1376 45823 0 2 6 2 8048 65 16 0 1 0 22394761 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14098/statm: 4217 1113 409 3 0 796 0
[pid=14216] ppid=14098 vsize=5356 CPUtime=0
/proc/14216/stat : 14216 (sh) S 14098 14098 13456 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22403035 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14216/statm: 1339 232 193 169 0 50 0
[pid=14217] ppid=14216 vsize=169556 CPUtime=511.04
/proc/14217/stat : 14217 (minisat) R 14216 14098 13456 0 -1 4194304 41462 0 0 0 51056 48 0 0 25 0 1 0 22403036 173625344 41448 996147200 134512640 135127466 4294956256 18446744073709551615 134530644 0 0 4096 3 0 0 0 17 1 0 0
/proc/14217/statm: 42389 41448 76 150 0 42236 0
Current children cumulated CPU time (s) 592.25
Current children cumulated vsize (KiB) 191780

[startup+598.302 s]
/proc/loadavg: 1.95 2.05 2.03 5/86 14339
/proc/meminfo: memFree=1367580/2055920 swapFree=4192952/4192956
[pid=14098] ppid=14096 vsize=16868 CPUtime=81.21
/proc/14098/stat : 14098 (sugar) S 14096 14098 13456 0 -1 4194304 1376 45823 0 2 6 2 8048 65 16 0 1 0 22394761 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14098/statm: 4217 1113 409 3 0 796 0
[pid=14216] ppid=14098 vsize=5356 CPUtime=0
/proc/14216/stat : 14216 (sh) S 14098 14098 13456 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22403035 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14216/statm: 1339 232 193 169 0 50 0
[pid=14217] ppid=14216 vsize=169820 CPUtime=514.21
/proc/14217/stat : 14217 (minisat) R 14216 14098 13456 0 -1 4194304 41515 0 0 0 51373 48 0 0 25 0 1 0 22403036 173895680 41501 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/14217/statm: 42455 41501 76 150 0 42302 0
Current children cumulated CPU time (s) 595.42
Current children cumulated vsize (KiB) 192044

[startup+599.902 s]
/proc/loadavg: 1.95 2.05 2.03 3/86 14339
/proc/meminfo: memFree=1359388/2055920 swapFree=4192952/4192956
[pid=14098] ppid=14096 vsize=16868 CPUtime=81.21
/proc/14098/stat : 14098 (sugar) S 14096 14098 13456 0 -1 4194304 1376 45823 0 2 6 2 8048 65 16 0 1 0 22394761 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14098/statm: 4217 1113 409 3 0 796 0
[pid=14216] ppid=14098 vsize=5356 CPUtime=0
/proc/14216/stat : 14216 (sh) S 14098 14098 13456 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22403035 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14216/statm: 1339 232 193 169 0 50 0
[pid=14217] ppid=14216 vsize=169820 CPUtime=515.79
/proc/14217/stat : 14217 (minisat) R 14216 14098 13456 0 -1 4194304 41542 0 0 0 51531 48 0 0 25 0 1 0 22403036 173895680 41528 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/14217/statm: 42455 41528 76 150 0 42302 0
Current children cumulated CPU time (s) 597
Current children cumulated vsize (KiB) 192044

[startup+600.701 s]
/proc/loadavg: 1.95 2.05 2.03 3/86 14339
/proc/meminfo: memFree=1355292/2055920 swapFree=4192952/4192956
[pid=14098] ppid=14096 vsize=16868 CPUtime=81.21
/proc/14098/stat : 14098 (sugar) S 14096 14098 13456 0 -1 4194304 1376 45823 0 2 6 2 8048 65 16 0 1 0 22394761 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14098/statm: 4217 1113 409 3 0 796 0
[pid=14216] ppid=14098 vsize=5356 CPUtime=0
/proc/14216/stat : 14216 (sh) S 14098 14098 13456 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22403035 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14216/statm: 1339 232 193 169 0 50 0
[pid=14217] ppid=14216 vsize=169952 CPUtime=516.58
/proc/14217/stat : 14217 (minisat) R 14216 14098 13456 0 -1 4194304 41557 0 0 0 51610 48 0 0 25 0 1 0 22403036 174030848 41543 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/14217/statm: 42488 41543 76 150 0 42335 0
Current children cumulated CPU time (s) 597.79
Current children cumulated vsize (KiB) 192176

[startup+601.502 s]
/proc/loadavg: 1.95 2.05 2.03 3/86 14339
/proc/meminfo: memFree=1355292/2055920 swapFree=4192952/4192956
[pid=14098] ppid=14096 vsize=16868 CPUtime=598.56
/proc/14098/stat : 14098 (sugar) S 14096 14098 13456 0 -1 4194304 1430 87707 0 2 6 2 59731 117 17 0 1 0 22394761 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14098/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 598.56
Current children cumulated vsize (KiB) 16868

[startup+601.707 s]
/proc/loadavg: 1.96 2.05 2.03 5/94 14349
/proc/meminfo: memFree=1507676/2055920 swapFree=4192952/4192956
[pid=14098] ppid=14096 vsize=16868 CPUtime=598.56
/proc/14098/stat : 14098 (sugar) S 14096 14098 13456 0 -1 4194304 1448 87707 0 2 6 2 59731 117 16 0 1 0 22394761 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14098/statm: 4217 1113 409 3 0 796 0
[pid=14340] ppid=14098 vsize=5356 CPUtime=0
/proc/14340/stat : 14340 (sh) S 14098 14098 13456 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22454908 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14340/statm: 1339 233 193 169 0 50 0
[pid=14341] ppid=14340 vsize=862012 CPUtime=0.2
/proc/14341/stat : 14341 (java) S 14340 14098 13456 0 -1 0 2889 0 1 0 18 2 0 0 18 0 9 0 22454909 882700288 2360 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14341/statm: 215503 2360 1248 9 0 210416 0
[pid=14341/tid=14342] ppid=14340 vsize=862012 CPUtime=0.18
/proc/14341/task/14342/stat : 14342 (java) R 14340 14098 13456 0 -1 64 1985 0 1 0 17 1 0 0 18 0 9 0 22454910 882700288 2360 996147200 134512640 134550932 4294955984 18446744073709551615 4125958478 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14341/tid=14343] ppid=14340 vsize=862012 CPUtime=0
/proc/14341/task/14343/stat : 14343 (java) S 14340 14098 13456 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 22454912 882700288 2360 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14341/tid=14344] ppid=14340 vsize=862012 CPUtime=0
/proc/14341/task/14344/stat : 14344 (java) S 14340 14098 13456 0 -1 64 11 0 0 0 0 0 0 0 19 0 9 0 22454912 882700288 2360 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14341/tid=14345] ppid=14340 vsize=862012 CPUtime=0
/proc/14341/task/14345/stat : 14345 (java) S 14340 14098 13456 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 22454912 882700288 2360 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14341/tid=14346] ppid=14340 vsize=862012 CPUtime=0
/proc/14341/task/14346/stat : 14346 (java) S 14340 14098 13456 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 22454914 882700288 2360 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14341/tid=14347] ppid=14340 vsize=862012 CPUtime=0
/proc/14341/task/14347/stat : 14347 (java) R 14340 14098 13456 0 -1 64 208 0 0 0 0 0 0 0 19 0 9 0 22454914 882700288 2360 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14341/tid=14348] ppid=14340 vsize=862012 CPUtime=0
/proc/14341/task/14348/stat : 14348 (java) S 14340 14098 13456 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 22454914 882700288 2360 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14341/tid=14349] ppid=14340 vsize=862012 CPUtime=0
/proc/14341/task/14349/stat : 14349 (java) S 14340 14098 13456 0 -1 64 1 0 0 0 0 0 0 0 16 0 9 0 22454914 882700288 2360 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 598.76
Current children cumulated vsize (KiB) 884236

Child status: 0
Real time (s): 601.784
CPU time (s): 598.872
CPU user time (s): 597.615
CPU system time (s): 1.25681
CPU usage (%): 99.5161
Max. virtual memory (cumulated for all children) (KiB): 901180

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 597.615
system time used= 1.25681
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 93051
page faults= 3
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 9283
involuntary context switches= 15051

runsolver used 0.740887 second user time and 2.02969 second system time

The end

Launcher Data

Begin job on node9 at 2009-07-12 01:01:16
IDJOB=2071291
IDBENCH=55465
IDSOLVER=739
FILE ID=node9/2071291-1247353276
PBS_JOBID= 9506960
Free space on /tmp= 66396 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/lexHerald/normalized-crossword-m1-lex-15-03.xml
COMMAND LINE= DIR/sugar -c -vv -memlimit=MEMLIMIT -jar="DIR/sugar-v1-14-6.jar" -solver="DIR/minisat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2071291-1247353276/watcher-2071291-1247353276 -o /tmp/evaluation-result-2071291-1247353276/solver-2071291-1247353276 -C 1800 -W 2000 -M 900  HOME/sugar -c -vv -memlimit=900 -jar="HOME/sugar-v1-14-6.jar" -solver="HOME/minisat" -tmp="HOME/temp" HOME/instance-2071291-1247353276.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB
MAX NB THREAD= 0

MD5SUM BENCH= 575ffad3d2c09aae350b50b610fe8377
RANDOM SEED=959047791

node9.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.216
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.216
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:       1681740 kB
Buffers:         37632 kB
Cached:         225116 kB
SwapCached:          4 kB
Active:         136444 kB
Inactive:       186500 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1681740 kB
SwapTotal:     4192956 kB
SwapFree:      4192952 kB
Dirty:            1804 kB
Writeback:           0 kB
Mapped:          80684 kB
Slab:            36460 kB
Committed_AS:   227352 kB
PageTables:       1924 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= 66396 MiB
End job on node9 at 2009-07-12 01:11:18