Trace number 2070301

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+minisat? (TO) 1800.06 1814.87

General information on the benchmark

Namecsp/wordsVg/
normalized-crossword-m1c-words-vg8-10_ext.xml
MD5SUMde5822cb9923e84aec59280fa3acb6b3
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark33.4479
Satisfiable
(Un)Satisfiability was proved
Number of variables80
Number of constraints18
Maximum constraint arity10
Maximum domain size26
Number of constraints which are defined in extension18
Number of constraints which are defined in intension0
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 00:29:11 2009
0.00/0.08	c 0	PID 17816
0.06/0.08	c 0	HOST node16.alineos.net
0.06/0.08	c 0	CONVERTING HOME/instance-2070301-1247351350.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-2070301-1247351350.xml' 'HOME/temp.csp'
0.06/0.60	c 0	1 domains, 80 variables, 0 predicates, 2 relations, 18 constraints
0.06/0.61	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.61	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.06/0.69	c 0	Parsing HOME/temp.csp
0.56/0.86	c 0	parsed 101 expressions
0.56/0.86	c 0	Heap : 3 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.56/0.86	c 0	Converting to clausal form CSP
0.56/0.89	c 0	converted 11 (10%) expressions
0.56/0.89	c 0	converted 21 (20%) expressions
0.56/0.89	c 0	converted 31 (30%) expressions
0.56/0.89	c 0	converted 41 (40%) expressions
0.56/0.89	c 0	converted 51 (50%) expressions
0.56/0.89	c 0	converted 61 (60%) expressions
0.56/0.89	c 0	converted 71 (70%) expressions
0.56/0.89	c 0	converted 81 (80%) expressions
1.63/1.77	c 1	converted 91 (90%) expressions
2.52/2.61	c 2	converted 101 (100%) expressions
2.52/2.61	c 2	CSP : 80 integers, 0 booleans, 18 clauses, largest domain size 26
2.52/2.61	c 2	Heap : 53 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.52/2.61	c 2	Propagation in CSP
2.52/2.61	c 2	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
2.52/2.61	c 2	CSP : 80 integers, 0 booleans, 18 clauses, largest domain size 26
2.52/2.61	c 2	Heap : 53 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.52/2.61	c 2	Simplifing CSP by introducing new Boolean variables
2.52/2.61	c 2	CSP : 80 integers, 0 booleans, 18 clauses, largest domain size 26
2.52/2.61	c 2	Heap : 53 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.82/2.93	c 2	Encoding CSP to SAT : HOME/temp.cnf
2.82/2.94	c 2	8 (10%) CSP integer variables are encoded (192 clauses, 1968 bytes)
2.82/2.94	c 2	16 (20%) CSP integer variables are encoded (384 clauses, 4080 bytes)
2.82/2.95	c 2	24 (30%) CSP integer variables are encoded (576 clauses, 6192 bytes)
2.82/2.95	c 2	32 (40%) CSP integer variables are encoded (768 clauses, 8304 bytes)
2.82/2.95	c 2	40 (50%) CSP integer variables are encoded (960 clauses, 10417 bytes)
2.82/2.95	c 2	48 (60%) CSP integer variables are encoded (1152 clauses, 12913 bytes)
2.82/2.95	c 2	56 (70%) CSP integer variables are encoded (1344 clauses, 15409 bytes)
2.82/2.95	c 2	64 (80%) CSP integer variables are encoded (1536 clauses, 17905 bytes)
2.82/2.95	c 2	72 (90%) CSP integer variables are encoded (1728 clauses, 20401 bytes)
2.82/2.95	c 2	80 (100%) CSP integer variables are encoded (1920 clauses, 22897 bytes)
32.65/33.01	c 32	2 (10%) CSP clauses are encoded (128614 clauses, 6843833 bytes)
61.77/62.34	c 62	4 (20%) CSP clauses are encoded (255308 clauses, 13723029 bytes)
89.69/90.38	c 90	6 (30%) CSP clauses are encoded (382002 clauses, 20845065 bytes)
117.97/118.63	c 118	8 (40%) CSP clauses are encoded (508696 clauses, 27967101 bytes)
131.87/132.58	c 132	9 (50%) CSP clauses are encoded (572043 clauses, 31528119 bytes)
157.57/158.23	c 158	11 (60%) CSP clauses are encoded (695109 clauses, 38290209 bytes)
183.16/183.87	c 183	13 (70%) CSP clauses are encoded (814547 clauses, 45707217 bytes)
208.36/209.07	c 209	15 (80%) CSP clauses are encoded (933985 clauses, 53917989 bytes)
233.85/234.50	c 234	17 (90%) CSP clauses are encoded (1053423 clauses, 62921625 bytes)
246.25/246.91	c 246	18 (100%) CSP clauses are encoded (1113142 clauses, 67423443 bytes)
246.25/246.91	c 246	18 CSP clauses encoded
246.25/246.91	c 246	Writing map file : HOME/temp.map
246.25/246.91	c 246	Heap : 66 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
246.25/246.91	c 246	SAT : 2000 SAT variables, 1113142 SAT clauses, 67423443 bytes
246.25/246.91	c 246	Heap : 66 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
246.25/246.97	c 246	SOLVING HOME/temp.cnf
246.25/246.97	c 246	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
246.25/246.97	c 246	This is MiniSat 2.0 beta
246.25/246.97	c 246	WARNING: for repeatability, setting FPU to use double precision
246.25/246.97	c 246	============================[ Problem Statistics ]=============================
246.25/246.97	c 246	|                                                                             |
246.25/246.97	c 246	|  Number of variables:  2000                                                 |
246.25/246.97	c 246	|  Number of clauses:    1113142                                              |
247.80/248.50	c 248	|  Parsing time:         1.35         s                                       |
247.80/248.59	c 248	============================[ Search Statistics ]==============================
247.80/248.59	c 248	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
247.80/248.59	c 248	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
247.80/248.59	c 248	===============================================================================
247.80/248.59	c 248	|         0 |    2000  1113142 13425762 |   371047        0    nan |  0.000 % |
247.90/248.64	c 248	|       100 |    2000  1113142 13425762 |   408152      100      5 |  0.000 % |
248.00/248.71	c 248	|       252 |    2000  1113142 13425762 |   448967      252      6 |  0.000 % |
248.00/248.79	c 248	|       477 |    2000  1113142 13425762 |   493864      477      7 |  0.001 % |
248.10/248.87	c 248	|       814 |    2000  1113142 13425762 |   543250      814      7 |  0.000 % |
248.20/248.99	c 248	|      1320 |    2000  1113142 13425762 |   597575     1320      7 |  0.001 % |
248.40/249.13	c 249	|      2079 |    2000  1113142 13425762 |   657332     2079      8 |  0.000 % |
248.60/249.32	c 249	|      3219 |    2000  1113142 13425762 |   723066     3219      8 |  0.000 % |
249.00/249.72	c 249	|      4929 |    2000  1113142 13425762 |   795372     4929      8 |  0.001 % |
249.49/250.28	c 250	|      7491 |    2000  1113142 13425762 |   874910     7491      9 |  0.001 % |
250.28/251.09	c 251	|     11335 |    2000  1113142 13425762 |   962401    11335      9 |  0.001 % |
251.48/252.25	c 252	|     17101 |    2000  1113142 13425762 |  1058641    17101     10 |  0.001 % |
254.64/255.40	c 255	|     25750 |    2000  1113142 13425762 |  1164505    25750     11 |  0.001 % |
262.57/263.42	c 263	|     38724 |    2000  1113142 13425762 |  1280956    38724     11 |  0.001 % |
315.89/317.25	c 317	|     58186 |    2000  1113142 13425762 |  1409051    58186     13 |  0.000 % |
406.08/408.25	c 408	|     87378 |    2000  1113142 13425762 |  1549956    87378     14 |  0.000 % |
566.82/570.40	c 570	|    131169 |    2000  1113142 13425762 |  1704952   131169     15 |  0.001 % |
819.93/825.84	c 825	|    196853 |    2000  1113142 13425762 |  1875447   196853     16 |  0.000 % |
1259.15/1269.10	c 1269	|    295382 |    2000  1113142 13425762 |  2062992   295382     17 |  0.001 % |
1800.06/1814.82	c ERROR INTERRUPTED
1800.06/1814.84	s UNKNOWN
1800.06/1814.84	c 1814	CPU 246.31 (0.06 0.02 245.42 0.81)
1800.06/1814.84	c 1814	END Sun Jul 12 00:59:25 2009

Verifier Data

ERROR: Unexpected answer ! ('s SATISFIABLE'/'s UNSATISFIABLE' expected)
Got answer: UNKNOWN

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2070301-1247351350/watcher-2070301-1247351350 -o /tmp/evaluation-result-2070301-1247351350/solver-2070301-1247351350 -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-2070301-1247351350.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.01 1.97 1.96 4/80 17816
/proc/meminfo: memFree=1668776/2055920 swapFree=4192812/4192956
[pid=17816] ppid=17814 vsize=4708 CPUtime=0
/proc/17816/stat : 17816 (sugar) R 17814 17816 17188 0 -1 4194304 58 0 0 0 0 0 0 0 20 0 1 0 22201898 4820992 43 996147200 4194304 4206940 548682068608 18446744073709551615 231959722333 0 0 4096 0 0 0 0 17 1 0 0
/proc/17816/statm: 1177 43 33 3 0 8 0

[startup+0.0828421 s]
/proc/loadavg: 2.01 1.97 1.96 4/80 17816
/proc/meminfo: memFree=1668776/2055920 swapFree=4192812/4192956
[pid=17816] ppid=17814 vsize=16740 CPUtime=0.06
/proc/17816/stat : 17816 (sugar) S 17814 17816 17188 0 -1 4194304 1152 0 0 0 5 1 0 0 18 0 1 0 22201898 17141760 1107 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17816/statm: 4185 1107 406 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.102013 s]
/proc/loadavg: 2.01 1.97 1.96 4/80 17816
/proc/meminfo: memFree=1668776/2055920 swapFree=4192812/4192956
[pid=17816] ppid=17814 vsize=16868 CPUtime=0.06
/proc/17816/stat : 17816 (sugar) S 17814 17816 17188 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 22201898 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17816/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.301952 s]
/proc/loadavg: 2.01 1.97 1.96 4/80 17816
/proc/meminfo: memFree=1668776/2055920 swapFree=4192812/4192956
[pid=17816] ppid=17814 vsize=16868 CPUtime=0.06
/proc/17816/stat : 17816 (sugar) S 17814 17816 17188 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 22201898 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17816/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.701838 s]
/proc/loadavg: 2.01 1.97 1.96 4/80 17816
/proc/meminfo: memFree=1668776/2055920 swapFree=4192812/4192956
[pid=17816] ppid=17814 vsize=16868 CPUtime=0.56
/proc/17816/stat : 17816 (sugar) S 17814 17816 17188 0 -1 4194304 1309 6606 0 1 5 1 46 4 16 0 1 0 22201898 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17816/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.56
Current children cumulated vsize (KiB) 16868

[startup+1.50261 s]
/proc/loadavg: 2.01 1.97 1.96 4/91 17838
/proc/meminfo: memFree=1653712/2055920 swapFree=4192812/4192956
[pid=17816] ppid=17814 vsize=16868 CPUtime=0.57
/proc/17816/stat : 17816 (sugar) S 17814 17816 17188 0 -1 4194304 1309 6606 0 1 5 2 46 4 15 0 1 0 22201898 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17816/statm: 4217 1111 409 3 0 796 0
[pid=17829] ppid=17816 vsize=5356 CPUtime=0
/proc/17829/stat : 17829 (sh) S 17816 17816 17188 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22201960 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17829/statm: 1339 233 193 169 0 50 0
[pid=17830] ppid=17829 vsize=864356 CPUtime=0.86
/proc/17830/stat : 17830 (java) S 17829 17816 17188 0 -1 0 10278 0 1 0 80 6 0 0 18 0 9 0 22201960 885100544 9540 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17830/statm: 216089 9540 2566 9 0 210594 0
[pid=17830/tid=17831] ppid=17829 vsize=864356 CPUtime=0.42
/proc/17830/task/17831/stat : 17831 (java) R 17829 17816 17188 0 -1 64 2781 0 1 0 40 2 0 0 19 0 9 0 22201961 885100544 9540 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17830/tid=17832] ppid=17829 vsize=864356 CPUtime=0.38
/proc/17830/task/17832/stat : 17832 (java) R 17829 17816 17188 0 -1 64 6488 0 0 0 35 3 0 0 16 0 9 0 22201962 885100544 9540 996147200 134512640 134550932 4294955936 18446744073709551615 104194359 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17830/tid=17833] ppid=17829 vsize=864356 CPUtime=0
/proc/17830/task/17833/stat : 17833 (java) S 17829 17816 17188 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22201962 885100544 9540 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17830/tid=17834] ppid=17829 vsize=864356 CPUtime=0
/proc/17830/task/17834/stat : 17834 (java) S 17829 17816 17188 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 22201962 885100544 9540 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17830/tid=17835] ppid=17829 vsize=864356 CPUtime=0
/proc/17830/task/17835/stat : 17835 (java) S 17829 17816 17188 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 22201964 885100544 9540 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17830/tid=17836] ppid=17829 vsize=864356 CPUtime=0.04
/proc/17830/task/17836/stat : 17836 (java) S 17829 17816 17188 0 -1 64 311 0 0 0 4 0 0 0 16 0 9 0 22201964 885100544 9540 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17830/tid=17837] ppid=17829 vsize=864356 CPUtime=0
/proc/17830/task/17837/stat : 17837 (java) S 17829 17816 17188 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 22201964 885100544 9540 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17830/tid=17838] ppid=17829 vsize=864356 CPUtime=0
/proc/17830/task/17838/stat : 17838 (java) S 17829 17816 17188 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 22201964 885100544 9540 996147200 134512640 134550932 4294955936 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) 886580

[startup+3.10115 s]
/proc/loadavg: 2.09 1.99 1.97 4/91 17838
/proc/meminfo: memFree=1621328/2055920 swapFree=4192812/4192956
[pid=17816] ppid=17814 vsize=16868 CPUtime=0.57
/proc/17816/stat : 17816 (sugar) S 17814 17816 17188 0 -1 4194304 1310 6606 0 1 5 2 46 4 15 0 1 0 22201898 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17816/statm: 4217 1111 409 3 0 796 0
[pid=17829] ppid=17816 vsize=5356 CPUtime=0
/proc/17829/stat : 17829 (sh) S 17816 17816 17188 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22201960 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17829/statm: 1339 233 193 169 0 50 0
[pid=17830] ppid=17829 vsize=864468 CPUtime=2.45
/proc/17830/stat : 17830 (java) S 17829 17816 17188 0 -1 0 19657 0 1 0 234 11 0 0 18 0 9 0 22201960 885215232 18866 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17830/statm: 216117 18866 2590 9 0 210594 0
[pid=17830/tid=17831] ppid=17829 vsize=864468 CPUtime=0.94
/proc/17830/task/17831/stat : 17831 (java) R 17829 17816 17188 0 -1 64 3553 0 1 0 91 3 0 0 18 0 9 0 22201961 885215232 18866 996147200 134512640 134550932 4294955936 18446744073709551615 4126608329 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17830/tid=17832] ppid=17829 vsize=864468 CPUtime=1.41
/proc/17830/task/17832/stat : 17832 (java) S 17829 17816 17188 0 -1 64 15074 0 0 0 134 7 0 0 16 0 9 0 22201962 885215232 18866 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17830/tid=17833] ppid=17829 vsize=864468 CPUtime=0
/proc/17830/task/17833/stat : 17833 (java) S 17829 17816 17188 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22201962 885215232 18866 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17830/tid=17834] ppid=17829 vsize=864468 CPUtime=0
/proc/17830/task/17834/stat : 17834 (java) S 17829 17816 17188 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 22201962 885215232 18866 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17830/tid=17835] ppid=17829 vsize=864468 CPUtime=0
/proc/17830/task/17835/stat : 17835 (java) S 17829 17816 17188 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 22201964 885215232 18866 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17830/tid=17836] ppid=17829 vsize=864468 CPUtime=0.08
/proc/17830/task/17836/stat : 17836 (java) S 17829 17816 17188 0 -1 64 332 0 0 0 8 0 0 0 16 0 9 0 22201964 885215232 18866 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17830/tid=17837] ppid=17829 vsize=864468 CPUtime=0
/proc/17830/task/17837/stat : 17837 (java) S 17829 17816 17188 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 22201964 885215232 18866 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17830/tid=17838] ppid=17829 vsize=864468 CPUtime=0
/proc/17830/task/17838/stat : 17838 (java) S 17829 17816 17188 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 22201964 885215232 18866 996147200 134512640 134550932 4294955936 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) 886692

[startup+6.30222 s]
/proc/loadavg: 2.09 1.99 1.97 3/91 17838
/proc/meminfo: memFree=1597392/2055920 swapFree=4192812/4192956
[pid=17816] ppid=17814 vsize=16868 CPUtime=0.57
/proc/17816/stat : 17816 (sugar) S 17814 17816 17188 0 -1 4194304 1310 6606 0 1 5 2 46 4 15 0 1 0 22201898 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17816/statm: 4217 1111 409 3 0 796 0
[pid=17829] ppid=17816 vsize=5356 CPUtime=0
/proc/17829/stat : 17829 (sh) S 17816 17816 17188 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22201960 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17829/statm: 1339 233 193 169 0 50 0
[pid=17830] ppid=17829 vsize=864468 CPUtime=5.62
/proc/17830/stat : 17830 (java) S 17829 17816 17188 0 -1 0 20124 0 1 0 551 11 0 0 18 0 9 0 22201960 885215232 19325 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17830/statm: 216117 19325 2590 9 0 210594 0
[pid=17830/tid=17831] ppid=17829 vsize=864468 CPUtime=4.09
/proc/17830/task/17831/stat : 17831 (java) R 17829 17816 17188 0 -1 64 3561 0 1 0 406 3 0 0 25 0 9 0 22201961 885215232 19325 996147200 134512640 134550932 4294955936 18446744073709551615 4126095863 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17830/tid=17832] ppid=17829 vsize=864468 CPUtime=1.43
/proc/17830/task/17832/stat : 17832 (java) S 17829 17816 17188 0 -1 64 15532 0 0 0 136 7 0 0 16 0 9 0 22201962 885215232 19325 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17830/tid=17833] ppid=17829 vsize=864468 CPUtime=0
/proc/17830/task/17833/stat : 17833 (java) S 17829 17816 17188 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22201962 885215232 19325 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17830/tid=17834] ppid=17829 vsize=864468 CPUtime=0
/proc/17830/task/17834/stat : 17834 (java) S 17829 17816 17188 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 22201962 885215232 19325 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17830/tid=17835] ppid=17829 vsize=864468 CPUtime=0
/proc/17830/task/17835/stat : 17835 (java) S 17829 17816 17188 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 22201964 885215232 19325 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17830/tid=17836] ppid=17829 vsize=864468 CPUtime=0.08
/proc/17830/task/17836/stat : 17836 (java) S 17829 17816 17188 0 -1 64 333 0 0 0 8 0 0 0 16 0 9 0 22201964 885215232 19325 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17830/tid=17837] ppid=17829 vsize=864468 CPUtime=0
/proc/17830/task/17837/stat : 17837 (java) S 17829 17816 17188 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 22201964 885215232 19325 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17830/tid=17838] ppid=17829 vsize=864468 CPUtime=0
/proc/17830/task/17838/stat : 17838 (java) S 17829 17816 17188 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 22201964 885215232 19325 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) 886692

[startup+12.7014 s]
/proc/loadavg: 2.15 2.01 1.97 3/91 17838
/proc/meminfo: memFree=1593040/2055920 swapFree=4192812/4192956
[pid=17816] ppid=17814 vsize=16868 CPUtime=0.57
/proc/17816/stat : 17816 (sugar) S 17814 17816 17188 0 -1 4194304 1310 6606 0 1 5 2 46 4 15 0 1 0 22201898 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17816/statm: 4217 1111 409 3 0 796 0
[pid=17829] ppid=17816 vsize=5356 CPUtime=0
/proc/17829/stat : 17829 (sh) S 17816 17816 17188 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22201960 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17829/statm: 1339 233 193 169 0 50 0
[pid=17830] ppid=17829 vsize=864468 CPUtime=11.96
/proc/17830/stat : 17830 (java) S 17829 17816 17188 0 -1 0 21407 0 1 0 1184 12 0 0 18 0 9 0 22201960 885215232 20587 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17830/statm: 216117 20587 2590 9 0 210594 0
[pid=17830/tid=17831] ppid=17829 vsize=864468 CPUtime=10.35
/proc/17830/task/17831/stat : 17831 (java) R 17829 17816 17188 0 -1 64 3582 0 1 0 1032 3 0 0 25 0 9 0 22201961 885215232 20587 996147200 134512640 134550932 4294955936 18446744073709551615 4126590036 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17830/tid=17832] ppid=17829 vsize=864468 CPUtime=1.5
/proc/17830/task/17832/stat : 17832 (java) S 17829 17816 17188 0 -1 64 16794 0 0 0 143 7 0 0 16 0 9 0 22201962 885215232 20587 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17830/tid=17833] ppid=17829 vsize=864468 CPUtime=0
/proc/17830/task/17833/stat : 17833 (java) S 17829 17816 17188 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22201962 885215232 20587 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17830/tid=17834] ppid=17829 vsize=864468 CPUtime=0
/proc/17830/task/17834/stat : 17834 (java) S 17829 17816 17188 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 22201962 885215232 20587 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17830/tid=17835] ppid=17829 vsize=864468 CPUtime=0
/proc/17830/task/17835/stat : 17835 (java) S 17829 17816 17188 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 22201964 885215232 20587 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17830/tid=17836] ppid=17829 vsize=864468 CPUtime=0.08
/proc/17830/task/17836/stat : 17836 (java) S 17829 17816 17188 0 -1 64 333 0 0 0 8 0 0 0 16 0 9 0 22201964 885215232 20587 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17830/tid=17837] ppid=17829 vsize=864468 CPUtime=0
/proc/17830/task/17837/stat : 17837 (java) S 17829 17816 17188 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 22201964 885215232 20587 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17830/tid=17838] ppid=17829 vsize=864468 CPUtime=0
/proc/17830/task/17838/stat : 17838 (java) S 17829 17816 17188 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 22201964 885215232 20587 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.53
Current children cumulated vsize (KiB) 886692

[startup+25.5027 s]
/proc/loadavg: 2.12 2.01 1.97 3/91 17838
/proc/meminfo: memFree=1582736/2055920 swapFree=4192812/4192956
[pid=17816] ppid=17814 vsize=16868 CPUtime=0.57
/proc/17816/stat : 17816 (sugar) S 17814 17816 17188 0 -1 4194304 1310 6606 0 1 5 2 46 4 15 0 1 0 22201898 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17816/statm: 4217 1111 409 3 0 796 0
[pid=17829] ppid=17816 vsize=5356 CPUtime=0
/proc/17829/stat : 17829 (sh) S 17816 17816 17188 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22201960 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17829/statm: 1339 233 193 169 0 50 0
[pid=17830] ppid=17829 vsize=864468 CPUtime=24.65
/proc/17830/stat : 17830 (java) S 17829 17816 17188 0 -1 0 23174 0 1 0 2450 15 0 0 18 0 9 0 22201960 885215232 22305 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17830/statm: 216117 22305 2590 9 0 210594 0
[pid=17830/tid=17831] ppid=17829 vsize=864468 CPUtime=22.9
/proc/17830/task/17831/stat : 17831 (java) R 17829 17816 17188 0 -1 64 3631 0 1 0 2285 5 0 0 25 0 9 0 22201961 885215232 22305 996147200 134512640 134550932 4294955936 18446744073709551615 4126569552 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17830/tid=17832] ppid=17829 vsize=864468 CPUtime=1.63
/proc/17830/task/17832/stat : 17832 (java) S 17829 17816 17188 0 -1 64 18508 0 0 0 155 8 0 0 16 0 9 0 22201962 885215232 22305 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17830/tid=17833] ppid=17829 vsize=864468 CPUtime=0
/proc/17830/task/17833/stat : 17833 (java) S 17829 17816 17188 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22201962 885215232 22305 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17830/tid=17834] ppid=17829 vsize=864468 CPUtime=0
/proc/17830/task/17834/stat : 17834 (java) S 17829 17816 17188 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 22201962 885215232 22305 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17830/tid=17835] ppid=17829 vsize=864468 CPUtime=0

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

/proc/meminfo: memFree=1597232/2055920 swapFree=4192812/4192956
[pid=17816] ppid=17814 vsize=16868 CPUtime=246.31
/proc/17816/stat : 17816 (sugar) S 17814 17816 17188 0 -1 4194304 1376 59116 0 2 6 2 24542 81 16 0 1 0 22201898 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17816/statm: 4217 1113 409 3 0 796 0
[pid=18085] ppid=17816 vsize=5356 CPUtime=0
/proc/18085/stat : 18085 (sh) S 17816 17816 17188 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22226595 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18085/statm: 1339 232 193 169 0 50 0
[pid=18086] ppid=18085 vsize=135172 CPUtime=1045.84
/proc/18086/stat : 18086 (minisat) R 18085 17816 17188 0 -1 4194304 32807 0 0 0 104558 26 0 0 25 0 1 0 22226596 138416128 32793 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/18086/statm: 33793 32793 75 150 0 33640 0
Current children cumulated CPU time (s) 1292.15
Current children cumulated vsize (KiB) 157396

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/84 18088
/proc/meminfo: memFree=1595824/2055920 swapFree=4192812/4192956
[pid=17816] ppid=17814 vsize=16868 CPUtime=246.31
/proc/17816/stat : 17816 (sugar) S 17814 17816 17188 0 -1 4194304 1376 59116 0 2 6 2 24542 81 16 0 1 0 22201898 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17816/statm: 4217 1113 409 3 0 796 0
[pid=18085] ppid=17816 vsize=5356 CPUtime=0
/proc/18085/stat : 18085 (sh) S 17816 17816 17188 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22226595 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18085/statm: 1339 232 193 169 0 50 0
[pid=18086] ppid=18085 vsize=136836 CPUtime=1105.3
/proc/18086/stat : 18086 (minisat) R 18085 17816 17188 0 -1 4194304 33109 0 0 0 110504 26 0 0 25 0 1 0 22226596 140120064 33095 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/18086/statm: 34209 33095 75 150 0 34056 0
Current children cumulated CPU time (s) 1351.61
Current children cumulated vsize (KiB) 159060

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 1.93 3/84 18088
/proc/meminfo: memFree=1594416/2055920 swapFree=4192812/4192956
[pid=17816] ppid=17814 vsize=16868 CPUtime=246.31
/proc/17816/stat : 17816 (sugar) S 17814 17816 17188 0 -1 4194304 1376 59116 0 2 6 2 24542 81 16 0 1 0 22201898 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17816/statm: 4217 1113 409 3 0 796 0
[pid=18085] ppid=17816 vsize=5356 CPUtime=0
/proc/18085/stat : 18085 (sh) S 17816 17816 17188 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22226595 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18085/statm: 1339 232 193 169 0 50 0
[pid=18086] ppid=18085 vsize=138080 CPUtime=1164.76
/proc/18086/stat : 18086 (minisat) R 18085 17816 17188 0 -1 4194304 33419 0 0 0 116449 27 0 0 25 0 1 0 22226596 141393920 33405 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/18086/statm: 34520 33405 75 150 0 34367 0
Current children cumulated CPU time (s) 1411.07
Current children cumulated vsize (KiB) 160304

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/84 18088
/proc/meminfo: memFree=1593456/2055920 swapFree=4192812/4192956
[pid=17816] ppid=17814 vsize=16868 CPUtime=246.31
/proc/17816/stat : 17816 (sugar) S 17814 17816 17188 0 -1 4194304 1376 59116 0 2 6 2 24542 81 16 0 1 0 22201898 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17816/statm: 4217 1113 409 3 0 796 0
[pid=18085] ppid=17816 vsize=5356 CPUtime=0
/proc/18085/stat : 18085 (sh) S 17816 17816 17188 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22226595 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18085/statm: 1339 232 193 169 0 50 0
[pid=18086] ppid=18085 vsize=139152 CPUtime=1224.22
/proc/18086/stat : 18086 (minisat) R 18085 17816 17188 0 -1 4194304 33683 0 0 0 122394 28 0 0 25 0 1 0 22226596 142491648 33669 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/18086/statm: 34788 33669 75 150 0 34635 0
Current children cumulated CPU time (s) 1470.53
Current children cumulated vsize (KiB) 161376

[startup+1542.3 s]
/proc/loadavg: 2.04 2.01 1.94 3/84 18088
/proc/meminfo: memFree=1592304/2055920 swapFree=4192812/4192956
[pid=17816] ppid=17814 vsize=16868 CPUtime=246.31
/proc/17816/stat : 17816 (sugar) S 17814 17816 17188 0 -1 4194304 1376 59116 0 2 6 2 24542 81 16 0 1 0 22201898 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17816/statm: 4217 1113 409 3 0 796 0
[pid=18085] ppid=17816 vsize=5356 CPUtime=0
/proc/18085/stat : 18085 (sh) S 17816 17816 17188 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22226595 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18085/statm: 1339 232 193 169 0 50 0
[pid=18086] ppid=18085 vsize=140092 CPUtime=1283.68
/proc/18086/stat : 18086 (minisat) R 18085 17816 17188 0 -1 4194304 33942 0 0 0 128340 28 0 0 25 0 1 0 22226596 143454208 33928 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/18086/statm: 35023 33928 75 150 0 34870 0
Current children cumulated CPU time (s) 1529.99
Current children cumulated vsize (KiB) 162316

[startup+1602.3 s]
/proc/loadavg: 2.01 2.01 1.94 3/84 18088
/proc/meminfo: memFree=1591024/2055920 swapFree=4192812/4192956
[pid=17816] ppid=17814 vsize=16868 CPUtime=246.31
/proc/17816/stat : 17816 (sugar) S 17814 17816 17188 0 -1 4194304 1376 59116 0 2 6 2 24542 81 16 0 1 0 22201898 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17816/statm: 4217 1113 409 3 0 796 0
[pid=18085] ppid=17816 vsize=5356 CPUtime=0
/proc/18085/stat : 18085 (sh) S 17816 17816 17188 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22226595 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18085/statm: 1339 232 193 169 0 50 0
[pid=18086] ppid=18085 vsize=141552 CPUtime=1343.15
/proc/18086/stat : 18086 (minisat) R 18085 17816 17188 0 -1 4194304 34288 0 0 0 134286 29 0 0 25 0 1 0 22226596 144949248 34274 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/18086/statm: 35388 34274 75 150 0 35235 0
Current children cumulated CPU time (s) 1589.46
Current children cumulated vsize (KiB) 163776

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/84 18088
/proc/meminfo: memFree=1590000/2055920 swapFree=4192812/4192956
[pid=17816] ppid=17814 vsize=16868 CPUtime=246.31
/proc/17816/stat : 17816 (sugar) S 17814 17816 17188 0 -1 4194304 1376 59116 0 2 6 2 24542 81 16 0 1 0 22201898 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17816/statm: 4217 1113 409 3 0 796 0
[pid=18085] ppid=17816 vsize=5356 CPUtime=0
/proc/18085/stat : 18085 (sh) S 17816 17816 17188 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22226595 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18085/statm: 1339 232 193 169 0 50 0
[pid=18086] ppid=18085 vsize=142524 CPUtime=1402.61
/proc/18086/stat : 18086 (minisat) R 18085 17816 17188 0 -1 4194304 34511 0 0 0 140232 29 0 0 25 0 1 0 22226596 145944576 34497 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/18086/statm: 35631 34497 75 150 0 35478 0
Current children cumulated CPU time (s) 1648.92
Current children cumulated vsize (KiB) 164748

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/84 18088
/proc/meminfo: memFree=1588848/2055920 swapFree=4192812/4192956
[pid=17816] ppid=17814 vsize=16868 CPUtime=246.31
/proc/17816/stat : 17816 (sugar) S 17814 17816 17188 0 -1 4194304 1376 59116 0 2 6 2 24542 81 16 0 1 0 22201898 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17816/statm: 4217 1113 409 3 0 796 0
[pid=18085] ppid=17816 vsize=5356 CPUtime=0
/proc/18085/stat : 18085 (sh) S 17816 17816 17188 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22226595 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18085/statm: 1339 232 193 169 0 50 0
[pid=18086] ppid=18085 vsize=143556 CPUtime=1462.07
/proc/18086/stat : 18086 (minisat) R 18085 17816 17188 0 -1 4194304 34785 0 0 0 146178 29 0 0 25 0 1 0 22226596 147001344 34771 996147200 134512640 135127466 4294956256 18446744073709551615 134530775 0 0 4096 3 0 0 0 17 1 0 0
/proc/18086/statm: 35889 34771 75 150 0 35736 0
Current children cumulated CPU time (s) 1708.38
Current children cumulated vsize (KiB) 165780

[startup+1782.3 s]
/proc/loadavg: 2.04 2.01 1.94 3/84 18088
/proc/meminfo: memFree=1587824/2055920 swapFree=4192812/4192956
[pid=17816] ppid=17814 vsize=16868 CPUtime=246.31
/proc/17816/stat : 17816 (sugar) S 17814 17816 17188 0 -1 4194304 1376 59116 0 2 6 2 24542 81 16 0 1 0 22201898 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17816/statm: 4217 1113 409 3 0 796 0
[pid=18085] ppid=17816 vsize=5356 CPUtime=0
/proc/18085/stat : 18085 (sh) S 17816 17816 17188 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22226595 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18085/statm: 1339 232 193 169 0 50 0
[pid=18086] ppid=18085 vsize=144508 CPUtime=1521.53
/proc/18086/stat : 18086 (minisat) R 18085 17816 17188 0 -1 4194304 35029 0 0 0 152124 29 0 0 25 0 1 0 22226596 147976192 35015 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/18086/statm: 36127 35015 75 150 0 35974 0
Current children cumulated CPU time (s) 1767.84
Current children cumulated vsize (KiB) 166732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1814.8 s]
/proc/loadavg: 2.02 2.01 1.94 3/84 18088
/proc/meminfo: memFree=1586992/2055920 swapFree=4192812/4192956
[pid=17816] ppid=17814 vsize=16868 CPUtime=246.31
/proc/17816/stat : 17816 (sugar) S 17814 17816 17188 0 -1 4194304 1376 59116 0 2 6 2 24542 81 16 0 1 0 22201898 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17816/statm: 4217 1113 409 3 0 796 0
[pid=18085] ppid=17816 vsize=5356 CPUtime=0
/proc/18085/stat : 18085 (sh) S 17816 17816 17188 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22226595 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18085/statm: 1339 232 193 169 0 50 0
[pid=18086] ppid=18085 vsize=145428 CPUtime=1553.75
/proc/18086/stat : 18086 (minisat) R 18085 17816 17188 0 -1 4194304 35228 0 0 0 155345 30 0 0 25 0 1 0 22226596 148918272 35214 996147200 134512640 135127466 4294956256 18446744073709551615 134530762 0 0 4096 3 0 0 0 17 1 0 0
/proc/18086/statm: 36357 35214 75 150 0 36204 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 167652

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

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

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 17816 and gives
#  childrusage.ru_utime.tv_sec=245
#  childrusage.ru_utime.tv_usec=487680
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=873867
# CPU time returned by wait4() is 246.362
# while last known CPU time is 1800.06
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1814.87
CPU time (s): 1800.06
CPU user time (s): 1798.93
CPU system time (s): 1.13
CPU usage (%): 99.184
Max. virtual memory (cumulated for all children) (KiB): 899504

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 245.488
system time used= 0.873867
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 60875
page faults= 2
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 14021
involuntary context switches= 12098

runsolver used 2.12268 second user time and 6.16306 second system time

The end

Launcher Data

Begin job on node16 at 2009-07-12 00:29:10
IDJOB=2070301
IDBENCH=55165
IDSOLVER=739
FILE ID=node16/2070301-1247351350
PBS_JOBID= 9506887
Free space on /tmp= 66444 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/wordsVg/normalized-crossword-m1c-words-vg8-10_ext.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-2070301-1247351350/watcher-2070301-1247351350 -o /tmp/evaluation-result-2070301-1247351350/solver-2070301-1247351350 -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-2070301-1247351350.xml

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

MD5SUM BENCH= de5822cb9923e84aec59280fa3acb6b3
RANDOM SEED=1470832322

node16.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.231
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.231
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:       1669256 kB
Buffers:         38960 kB
Cached:          98264 kB
SwapCached:          0 kB
Active:         286380 kB
Inactive:        50172 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1669256 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1612 kB
Writeback:           0 kB
Mapped:         217132 kB
Slab:            35008 kB
Committed_AS:   891780 kB
PageTables:       2220 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= 66448 MiB
End job on node16 at 2009-07-12 00:59:27