Trace number 2070158

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.03 1810.46

General information on the benchmark

Namecsp/wordsVg/
normalized-crossword-m1c-words-vg8-9_ext.xml
MD5SUM560094240c3c84be2d23874ade24f17a
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 benchmark155.263
Satisfiable
(Un)Satisfiability was proved
Number of variables72
Number of constraints17
Maximum constraint arity9
Maximum domain size26
Number of constraints which are defined in extension17
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data

0.00/0.07	c 0	Sugar v1-14-6 + HOME/minisat
0.00/0.07	c 0	BEGIN Sun Jul 12 00:25:30 2009
0.00/0.07	c 0	PID 16354
0.06/0.07	c 0	HOST node79.alineos.net
0.06/0.07	c 0	CONVERTING HOME/instance-2070158-1247351129.xml TO HOME/temp.csp
0.06/0.07	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2070158-1247351129.xml' 'HOME/temp.csp'
0.06/0.42	c 0	1 domains, 72 variables, 0 predicates, 2 relations, 17 constraints
0.06/0.44	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.44	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.40/0.52	c 0	Parsing HOME/temp.csp
0.40/0.79	c 0	parsed 92 expressions
0.40/0.80	c 0	Heap : 3 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.40/0.80	c 0	Converting to clausal form CSP
0.40/0.82	c 0	converted 10 (10%) expressions
0.40/0.82	c 0	converted 19 (20%) expressions
0.40/0.82	c 0	converted 28 (30%) expressions
0.40/0.82	c 0	converted 37 (40%) expressions
0.40/0.82	c 0	converted 46 (50%) expressions
0.40/0.82	c 0	converted 56 (60%) expressions
0.40/0.82	c 0	converted 65 (70%) expressions
0.40/0.83	c 0	converted 74 (80%) expressions
1.53/1.61	c 1	converted 83 (90%) expressions
2.24/2.39	c 2	converted 92 (100%) expressions
2.24/2.39	c 2	CSP : 72 integers, 0 booleans, 17 clauses, largest domain size 26
2.24/2.39	c 2	Heap : 51 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.24/2.39	c 2	Propagation in CSP
2.24/2.39	c 2	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
2.24/2.39	c 2	CSP : 72 integers, 0 booleans, 17 clauses, largest domain size 26
2.24/2.39	c 2	Heap : 51 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.24/2.39	c 2	Simplifing CSP by introducing new Boolean variables
2.24/2.39	c 2	CSP : 72 integers, 0 booleans, 17 clauses, largest domain size 26
2.24/2.39	c 2	Heap : 51 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.53/2.67	c 2	Encoding CSP to SAT : HOME/temp.cnf
2.53/2.68	c 2	8 (10%) CSP integer variables are encoded (192 clauses, 1968 bytes)
2.53/2.68	c 2	15 (20%) CSP integer variables are encoded (360 clauses, 3816 bytes)
2.53/2.68	c 2	22 (30%) CSP integer variables are encoded (528 clauses, 5664 bytes)
2.53/2.69	c 2	29 (40%) CSP integer variables are encoded (696 clauses, 7512 bytes)
2.53/2.69	c 2	36 (50%) CSP integer variables are encoded (864 clauses, 9360 bytes)
2.53/2.69	c 2	44 (60%) CSP integer variables are encoded (1056 clauses, 11665 bytes)
2.53/2.69	c 2	51 (70%) CSP integer variables are encoded (1224 clauses, 13849 bytes)
2.53/2.69	c 2	58 (80%) CSP integer variables are encoded (1392 clauses, 16033 bytes)
2.53/2.69	c 2	65 (90%) CSP integer variables are encoded (1560 clauses, 18217 bytes)
2.53/2.69	c 2	72 (100%) CSP integer variables are encoded (1728 clauses, 20401 bytes)
29.42/29.65	c 29	2 (10%) CSP clauses are encoded (128422 clauses, 6640589 bytes)
57.20/57.54	c 57	4 (20%) CSP clauses are encoded (255116 clauses, 13319709 bytes)
84.68/85.18	c 85	6 (30%) CSP clauses are encoded (381810 clauses, 20441745 bytes)
98.32/98.90	c 99	7 (40%) CSP clauses are encoded (445157 clauses, 24002763 bytes)
126.01/126.64	c 126	9 (50%) CSP clauses are encoded (571851 clauses, 31124799 bytes)
156.18/156.95	c 157	11 (60%) CSP clauses are encoded (705789 clauses, 38250982 bytes)
171.41/172.26	c 172	12 (70%) CSP clauses are encoded (772758 clauses, 42097616 bytes)
202.08/203.06	c 203	14 (80%) CSP clauses are encoded (906696 clauses, 50107040 bytes)
232.46/233.60	c 233	16 (90%) CSP clauses are encoded (1040634 clauses, 59441248 bytes)
247.60/248.74	c 248	17 (100%) CSP clauses are encoded (1107603 clauses, 64108352 bytes)
247.60/248.74	c 248	17 CSP clauses encoded
247.60/248.74	c 248	Writing map file : HOME/temp.map
247.60/248.74	c 248	Heap : 87 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
247.60/248.74	c 248	SAT : 1800 SAT variables, 1107603 SAT clauses, 64108352 bytes
247.60/248.74	c 248	Heap : 87 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
247.60/248.80	c 248	SOLVING HOME/temp.cnf
247.60/248.80	c 248	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
247.68/248.81	c 248	This is MiniSat 2.0 beta
247.68/248.81	c 248	WARNING: for repeatability, setting FPU to use double precision
247.68/248.81	c 248	============================[ Problem Statistics ]=============================
247.68/248.81	c 248	|                                                                             |
247.68/248.81	c 248	|  Number of variables:  1800                                                 |
247.68/248.81	c 248	|  Number of clauses:    1107603                                              |
248.95/250.18	c 250	|  Parsing time:         1.23         s                                       |
249.05/250.26	c 250	============================[ Search Statistics ]==============================
249.05/250.26	c 250	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
249.05/250.26	c 250	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
249.05/250.26	c 250	===============================================================================
249.05/250.26	c 250	|         0 |    1800  1107603 12935085 |   369201        0    nan |  0.000 % |
249.15/250.36	c 250	|       100 |    1796  1107603 12935085 |   406121       96      8 |  0.224 % |
249.25/250.44	c 250	|       250 |    1796  1107603 12935085 |   446733      246      8 |  0.223 % |
249.25/250.49	c 250	|       476 |    1796  1107603 12935085 |   491406      472      8 |  0.223 % |
249.35/250.59	c 250	|       813 |    1796  1107603 12935085 |   540547      809      8 |  0.223 % |
249.46/250.69	c 250	|      1319 |    1796  1107603 12935085 |   594601     1315      8 |  0.223 % |
249.56/250.78	c 250	|      2079 |    1796  1107603 12935085 |   654062     2075      9 |  0.223 % |
250.15/251.37	c 251	|      3218 |    1796  1107603 12935085 |   719468     3214      9 |  0.223 % |
250.94/252.17	c 252	|      4927 |    1796  1107603 12935085 |   791415     4923     10 |  0.223 % |
257.32/258.56	c 258	|      7489 |    1796  1107603 12935085 |   870556     7485     11 |  0.223 % |
266.98/268.21	c 268	|     11334 |    1796  1107603 12935085 |   957612    11330     12 |  0.223 % |
280.82/282.15	c 282	|     17100 |    1796  1107603 12935085 |  1053373    17096     14 |  0.223 % |
304.82/306.26	c 306	|     25749 |    1796  1107603 12935085 |  1158710    25745     15 |  0.222 % |
344.67/346.24	c 346	|     38724 |    1796  1107603 12935085 |  1274581    38720     15 |  0.223 % |
394.56/396.30	c 396	|     58185 |    1796  1107603 12935085 |  1402040    58181     15 |  0.223 % |
483.71/485.81	c 485	|     87377 |    1796  1107603 12935085 |  1542244    87373     17 |  0.222 % |
634.10/636.84	c 636	|    131167 |    1796  1107603 12935085 |  1696468   131163     17 |  0.222 % |
912.32/916.32	c 916	|    196852 |    1796  1107603 12935085 |  1866115   196848     18 |  0.223 % |
1361.88/1368.96	c 1369	|    295378 |    1796  1106811 12925043 |  2052727   295374     18 |  0.223 % |
1800.03/1810.41	c ERROR INTERRUPTED
1800.03/1810.43	s UNKNOWN
1800.03/1810.43	c 1810	CPU 247.68 (0.05 0.02 246.9 0.71)
1800.03/1810.43	c 1810	END Sun Jul 12 00:55:40 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-2070158-1247351129/watcher-2070158-1247351129 -o /tmp/evaluation-result-2070158-1247351129/solver-2070158-1247351129 -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-2070158-1247351129.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.10 2.26 2.43 4/73 16354
/proc/meminfo: memFree=1567904/2055920 swapFree=4192956/4192956
[pid=16354] ppid=16352 vsize=12268 CPUtime=0
/proc/16354/stat : 16354 (sugar) R 16352 16354 16143 0 -1 4194304 340 0 0 0 0 0 0 0 21 0 1 0 22178537 12562432 308 996147200 4194304 4206940 548682068608 18446744073709551615 234063545368 0 0 4224 0 0 0 0 17 0 0 0
/proc/16354/statm: 3067 308 233 3 0 167 0

[startup+0.0752991 s]
/proc/loadavg: 2.10 2.26 2.43 4/73 16354
/proc/meminfo: memFree=1567904/2055920 swapFree=4192956/4192956
[pid=16354] ppid=16352 vsize=16740 CPUtime=0.06
/proc/16354/stat : 16354 (sugar) S 16352 16354 16143 0 -1 4194304 1152 0 0 0 5 1 0 0 18 0 1 0 22178537 17141760 1107 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16354/statm: 4185 1107 406 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.101482 s]
/proc/loadavg: 2.10 2.26 2.43 4/73 16354
/proc/meminfo: memFree=1567904/2055920 swapFree=4192956/4192956
[pid=16354] ppid=16352 vsize=16868 CPUtime=0.06
/proc/16354/stat : 16354 (sugar) S 16352 16354 16143 0 -1 4194304 1227 128 0 0 5 1 0 0 16 0 1 0 22178537 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16354/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.302502 s]
/proc/loadavg: 2.10 2.26 2.43 4/73 16354
/proc/meminfo: memFree=1567904/2055920 swapFree=4192956/4192956
[pid=16354] ppid=16352 vsize=16868 CPUtime=0.06
/proc/16354/stat : 16354 (sugar) S 16352 16354 16143 0 -1 4194304 1227 128 0 0 5 1 0 0 16 0 1 0 22178537 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16354/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.702543 s]
/proc/loadavg: 2.10 2.26 2.43 4/73 16354
/proc/meminfo: memFree=1567904/2055920 swapFree=4192956/4192956
[pid=16354] ppid=16352 vsize=16868 CPUtime=0.4
/proc/16354/stat : 16354 (sugar) S 16352 16354 16143 0 -1 4194304 1309 6610 0 1 5 1 30 4 15 0 1 0 22178537 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16354/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.4
Current children cumulated vsize (KiB) 16868

[startup+1.50163 s]
/proc/loadavg: 2.10 2.26 2.43 4/84 16376
/proc/meminfo: memFree=1550024/2055920 swapFree=4192956/4192956
[pid=16354] ppid=16352 vsize=16868 CPUtime=0.4
/proc/16354/stat : 16354 (sugar) S 16352 16354 16143 0 -1 4194304 1310 6610 0 1 5 1 30 4 15 0 1 0 22178537 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16354/statm: 4217 1111 409 3 0 796 0
[pid=16367] ppid=16354 vsize=5356 CPUtime=0
/proc/16367/stat : 16367 (sh) S 16354 16354 16143 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22178582 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16367/statm: 1339 233 193 169 0 50 0
[pid=16368] ppid=16367 vsize=864364 CPUtime=1.03
/proc/16368/stat : 16368 (java) S 16367 16354 16143 0 -1 0 10722 0 1 0 98 5 0 0 20 0 9 0 22178582 885108736 9983 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16368/statm: 216091 9983 2566 9 0 210596 0
[pid=16368/tid=16369] ppid=16367 vsize=864364 CPUtime=0.5
/proc/16368/task/16369/stat : 16369 (java) R 16367 16354 16143 0 -1 64 2798 0 1 0 49 1 0 0 25 0 9 0 22178583 885108736 9983 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16368/tid=16370] ppid=16367 vsize=864364 CPUtime=0.46
/proc/16368/task/16370/stat : 16370 (java) R 16367 16354 16143 0 -1 64 6912 0 0 0 43 3 0 0 17 0 9 0 22178584 885108736 9983 996147200 134512640 134550932 4294955936 18446744073709551615 104191050 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16368/tid=16371] ppid=16367 vsize=864364 CPUtime=0
/proc/16368/task/16371/stat : 16371 (java) S 16367 16354 16143 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22178584 885108736 9983 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16368/tid=16372] ppid=16367 vsize=864364 CPUtime=0
/proc/16368/task/16372/stat : 16372 (java) S 16367 16354 16143 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 22178585 885108736 9983 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16368/tid=16373] ppid=16367 vsize=864364 CPUtime=0
/proc/16368/task/16373/stat : 16373 (java) S 16367 16354 16143 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 22178586 885108736 9983 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16368/tid=16374] ppid=16367 vsize=864364 CPUtime=0.04
/proc/16368/task/16374/stat : 16374 (java) S 16367 16354 16143 0 -1 64 312 0 0 0 4 0 0 0 16 0 9 0 22178586 885108736 9983 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16368/tid=16375] ppid=16367 vsize=864364 CPUtime=0
/proc/16368/task/16375/stat : 16375 (java) S 16367 16354 16143 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 22178586 885108736 9983 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16368/tid=16376] ppid=16367 vsize=864364 CPUtime=0
/proc/16368/task/16376/stat : 16376 (java) S 16367 16354 16143 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22178587 885108736 9983 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.43
Current children cumulated vsize (KiB) 886588

[startup+3.10179 s]
/proc/loadavg: 2.09 2.26 2.43 4/84 16376
/proc/meminfo: memFree=1516360/2055920 swapFree=4192956/4192956
[pid=16354] ppid=16352 vsize=16868 CPUtime=0.4
/proc/16354/stat : 16354 (sugar) S 16352 16354 16143 0 -1 4194304 1310 6610 0 1 5 1 30 4 15 0 1 0 22178537 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16354/statm: 4217 1111 409 3 0 796 0
[pid=16367] ppid=16354 vsize=5356 CPUtime=0
/proc/16367/stat : 16367 (sh) S 16354 16354 16143 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22178582 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16367/statm: 1339 233 193 169 0 50 0
[pid=16368] ppid=16367 vsize=864476 CPUtime=2.62
/proc/16368/stat : 16368 (java) S 16367 16354 16143 0 -1 0 19605 0 1 0 254 8 0 0 20 0 9 0 22178582 885223424 18823 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16368/statm: 216119 18823 2590 9 0 210596 0
[pid=16368/tid=16369] ppid=16367 vsize=864476 CPUtime=1.22
/proc/16368/task/16369/stat : 16369 (java) R 16367 16354 16143 0 -1 64 3478 0 1 0 120 2 0 0 25 0 9 0 22178583 885223424 18823 996147200 134512640 134550932 4294955936 18446744073709551615 4126607436 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16368/tid=16370] ppid=16367 vsize=864476 CPUtime=1.31
/proc/16368/task/16370/stat : 16370 (java) S 16367 16354 16143 0 -1 64 15092 0 0 0 126 5 0 0 16 0 9 0 22178584 885223424 18823 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16368/tid=16371] ppid=16367 vsize=864476 CPUtime=0
/proc/16368/task/16371/stat : 16371 (java) S 16367 16354 16143 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22178584 885223424 18823 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16368/tid=16372] ppid=16367 vsize=864476 CPUtime=0
/proc/16368/task/16372/stat : 16372 (java) S 16367 16354 16143 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 22178585 885223424 18823 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16368/tid=16373] ppid=16367 vsize=864476 CPUtime=0
/proc/16368/task/16373/stat : 16373 (java) S 16367 16354 16143 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 22178586 885223424 18823 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16368/tid=16374] ppid=16367 vsize=864476 CPUtime=0.07
/proc/16368/task/16374/stat : 16374 (java) S 16367 16354 16143 0 -1 64 335 0 0 0 7 0 0 0 16 0 9 0 22178586 885223424 18823 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16368/tid=16375] ppid=16367 vsize=864476 CPUtime=0
/proc/16368/task/16375/stat : 16375 (java) S 16367 16354 16143 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 22178586 885223424 18823 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16368/tid=16376] ppid=16367 vsize=864476 CPUtime=0
/proc/16368/task/16376/stat : 16376 (java) S 16367 16354 16143 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22178587 885223424 18823 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.02
Current children cumulated vsize (KiB) 886700

[startup+6.30213 s]
/proc/loadavg: 2.09 2.26 2.43 3/84 16376
/proc/meminfo: memFree=1498184/2055920 swapFree=4192956/4192956
[pid=16354] ppid=16352 vsize=16868 CPUtime=0.4
/proc/16354/stat : 16354 (sugar) S 16352 16354 16143 0 -1 4194304 1310 6610 0 1 5 1 30 4 15 0 1 0 22178537 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16354/statm: 4217 1111 409 3 0 796 0
[pid=16367] ppid=16354 vsize=5356 CPUtime=0
/proc/16367/stat : 16367 (sh) S 16354 16354 16143 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22178582 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16367/statm: 1339 233 193 169 0 50 0
[pid=16368] ppid=16367 vsize=864476 CPUtime=5.82
/proc/16368/stat : 16368 (java) S 16367 16354 16143 0 -1 0 20037 0 1 0 573 9 0 0 20 0 9 0 22178582 885223424 19247 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16368/statm: 216119 19247 2590 9 0 210596 0
[pid=16368/tid=16369] ppid=16367 vsize=864476 CPUtime=4.37
/proc/16368/task/16369/stat : 16369 (java) R 16367 16354 16143 0 -1 64 3486 0 1 0 435 2 0 0 25 0 9 0 22178583 885223424 19247 996147200 134512640 134550932 4294955936 18446744073709551615 4126577215 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16368/tid=16370] ppid=16367 vsize=864476 CPUtime=1.34
/proc/16368/task/16370/stat : 16370 (java) S 16367 16354 16143 0 -1 64 15516 0 0 0 128 6 0 0 16 0 9 0 22178584 885223424 19247 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16368/tid=16371] ppid=16367 vsize=864476 CPUtime=0
/proc/16368/task/16371/stat : 16371 (java) S 16367 16354 16143 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22178584 885223424 19247 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16368/tid=16372] ppid=16367 vsize=864476 CPUtime=0
/proc/16368/task/16372/stat : 16372 (java) S 16367 16354 16143 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 22178585 885223424 19247 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16368/tid=16373] ppid=16367 vsize=864476 CPUtime=0
/proc/16368/task/16373/stat : 16373 (java) S 16367 16354 16143 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 22178586 885223424 19247 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16368/tid=16374] ppid=16367 vsize=864476 CPUtime=0.07
/proc/16368/task/16374/stat : 16374 (java) S 16367 16354 16143 0 -1 64 335 0 0 0 7 0 0 0 16 0 9 0 22178586 885223424 19247 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16368/tid=16375] ppid=16367 vsize=864476 CPUtime=0
/proc/16368/task/16375/stat : 16375 (java) S 16367 16354 16143 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 22178586 885223424 19247 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16368/tid=16376] ppid=16367 vsize=864476 CPUtime=0
/proc/16368/task/16376/stat : 16376 (java) S 16367 16354 16143 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22178587 885223424 19247 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.22
Current children cumulated vsize (KiB) 886700

[startup+12.7018 s]
/proc/loadavg: 2.08 2.25 2.43 3/84 16376
/proc/meminfo: memFree=1492488/2055920 swapFree=4192956/4192956
[pid=16354] ppid=16352 vsize=16868 CPUtime=0.4
/proc/16354/stat : 16354 (sugar) S 16352 16354 16143 0 -1 4194304 1310 6610 0 1 5 1 30 4 15 0 1 0 22178537 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16354/statm: 4217 1111 409 3 0 796 0
[pid=16367] ppid=16354 vsize=5356 CPUtime=0
/proc/16367/stat : 16367 (sh) S 16354 16354 16143 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22178582 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16367/statm: 1339 233 193 169 0 50 0
[pid=16368] ppid=16367 vsize=864476 CPUtime=12.18
/proc/16368/stat : 16368 (java) S 16367 16354 16143 0 -1 0 21142 0 1 0 1209 9 0 0 20 0 9 0 22178582 885223424 20333 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16368/statm: 216119 20333 2590 9 0 210596 0
[pid=16368/tid=16369] ppid=16367 vsize=864476 CPUtime=10.68
/proc/16368/task/16369/stat : 16369 (java) R 16367 16354 16143 0 -1 64 3505 0 1 0 1066 2 0 0 25 0 9 0 22178583 885223424 20333 996147200 134512640 134550932 4294955936 18446744073709551615 4126576496 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16368/tid=16370] ppid=16367 vsize=864476 CPUtime=1.4
/proc/16368/task/16370/stat : 16370 (java) S 16367 16354 16143 0 -1 64 16602 0 0 0 134 6 0 0 16 0 9 0 22178584 885223424 20333 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16368/tid=16371] ppid=16367 vsize=864476 CPUtime=0
/proc/16368/task/16371/stat : 16371 (java) S 16367 16354 16143 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22178584 885223424 20333 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16368/tid=16372] ppid=16367 vsize=864476 CPUtime=0
/proc/16368/task/16372/stat : 16372 (java) S 16367 16354 16143 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 22178585 885223424 20333 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16368/tid=16373] ppid=16367 vsize=864476 CPUtime=0
/proc/16368/task/16373/stat : 16373 (java) S 16367 16354 16143 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 22178586 885223424 20333 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16368/tid=16374] ppid=16367 vsize=864476 CPUtime=0.07
/proc/16368/task/16374/stat : 16374 (java) S 16367 16354 16143 0 -1 64 335 0 0 0 7 0 0 0 16 0 9 0 22178586 885223424 20333 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16368/tid=16375] ppid=16367 vsize=864476 CPUtime=0
/proc/16368/task/16375/stat : 16375 (java) S 16367 16354 16143 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 22178586 885223424 20333 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16368/tid=16376] ppid=16367 vsize=864476 CPUtime=0
/proc/16368/task/16376/stat : 16376 (java) S 16367 16354 16143 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22178587 885223424 20333 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.58
Current children cumulated vsize (KiB) 886700

[startup+25.5022 s]
/proc/loadavg: 2.07 2.24 2.42 3/84 16376
/proc/meminfo: memFree=1480520/2055920 swapFree=4192956/4192956
[pid=16354] ppid=16352 vsize=16868 CPUtime=0.4
/proc/16354/stat : 16354 (sugar) S 16352 16354 16143 0 -1 4194304 1310 6610 0 1 5 1 30 4 15 0 1 0 22178537 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16354/statm: 4217 1111 409 3 0 796 0
[pid=16367] ppid=16354 vsize=5356 CPUtime=0
/proc/16367/stat : 16367 (sh) S 16354 16354 16143 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22178582 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16367/statm: 1339 233 193 169 0 50 0
[pid=16368] ppid=16367 vsize=864476 CPUtime=24.92
/proc/16368/stat : 16368 (java) S 16367 16354 16143 0 -1 0 23361 0 1 0 2480 12 0 0 20 0 9 0 22178582 885223424 22494 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16368/statm: 216119 22494 2590 9 0 210596 0
[pid=16368/tid=16369] ppid=16367 vsize=864476 CPUtime=23.28
/proc/16368/task/16369/stat : 16369 (java) R 16367 16354 16143 0 -1 64 3563 0 1 0 2324 4 0 0 25 0 9 0 22178583 885223424 22494 996147200 134512640 134550932 4294955936 18446744073709551615 4126576546 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16368/tid=16370] ppid=16367 vsize=864476 CPUtime=1.54
/proc/16368/task/16370/stat : 16370 (java) S 16367 16354 16143 0 -1 64 18759 0 0 0 147 7 0 0 16 0 9 0 22178584 885223424 22494 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16368/tid=16371] ppid=16367 vsize=864476 CPUtime=0
/proc/16368/task/16371/stat : 16371 (java) S 16367 16354 16143 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22178584 885223424 22494 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16368/tid=16372] ppid=16367 vsize=864476 CPUtime=0
/proc/16368/task/16372/stat : 16372 (java) S 16367 16354 16143 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 22178585 885223424 22494 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16368/tid=16373] ppid=16367 vsize=864476 CPUtime=0

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

/proc/meminfo: memFree=1392960/2055920 swapFree=4192956/4192956
[pid=16354] ppid=16352 vsize=16868 CPUtime=247.68
/proc/16354/stat : 16354 (sugar) S 16352 16354 16143 0 -1 4194304 1376 55321 0 2 5 2 24690 71 16 0 1 0 22178537 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16354/statm: 4217 1113 409 3 0 796 0
[pid=16377] ppid=16354 vsize=5356 CPUtime=0
/proc/16377/stat : 16377 (sh) S 16354 16354 16143 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22203417 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16377/statm: 1339 232 193 169 0 50 0
[pid=16378] ppid=16377 vsize=130392 CPUtime=1048.1
/proc/16378/stat : 16378 (minisat) R 16377 16354 16143 0 -1 4194304 31657 0 0 0 104784 26 0 0 25 0 1 0 22203418 133521408 31643 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/16378/statm: 32598 31643 75 150 0 32445 0
Current children cumulated CPU time (s) 1295.78
Current children cumulated vsize (KiB) 152616

[startup+1362.3 s]
/proc/loadavg: 2.00 2.01 2.08 3/77 16655
/proc/meminfo: memFree=1391872/2055920 swapFree=4192956/4192956
[pid=16354] ppid=16352 vsize=16868 CPUtime=247.68
/proc/16354/stat : 16354 (sugar) S 16352 16354 16143 0 -1 4194304 1376 55321 0 2 5 2 24690 71 16 0 1 0 22178537 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16354/statm: 4217 1113 409 3 0 796 0
[pid=16377] ppid=16354 vsize=5356 CPUtime=0
/proc/16377/stat : 16377 (sh) S 16354 16354 16143 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22203417 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16377/statm: 1339 232 193 169 0 50 0
[pid=16378] ppid=16377 vsize=131616 CPUtime=1107.65
/proc/16378/stat : 16378 (minisat) R 16377 16354 16143 0 -1 4194304 31974 0 0 0 110738 27 0 0 25 0 1 0 22203418 134774784 31960 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/16378/statm: 32904 31960 75 150 0 32751 0
Current children cumulated CPU time (s) 1355.33
Current children cumulated vsize (KiB) 153840

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.07 3/77 16655
/proc/meminfo: memFree=1389888/2055920 swapFree=4192956/4192956
[pid=16354] ppid=16352 vsize=16868 CPUtime=247.68
/proc/16354/stat : 16354 (sugar) S 16352 16354 16143 0 -1 4194304 1376 55321 0 2 5 2 24690 71 16 0 1 0 22178537 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16354/statm: 4217 1113 409 3 0 796 0
[pid=16377] ppid=16354 vsize=5356 CPUtime=0
/proc/16377/stat : 16377 (sh) S 16354 16354 16143 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22203417 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16377/statm: 1339 232 193 169 0 50 0
[pid=16378] ppid=16377 vsize=133508 CPUtime=1167.19
/proc/16378/stat : 16378 (minisat) R 16377 16354 16143 0 -1 4194304 32445 0 0 0 116692 27 0 0 25 0 1 0 22203418 136712192 32431 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/16378/statm: 33377 32431 75 150 0 33224 0
Current children cumulated CPU time (s) 1414.87
Current children cumulated vsize (KiB) 155732

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.07 3/77 16655
/proc/meminfo: memFree=1388416/2055920 swapFree=4192956/4192956
[pid=16354] ppid=16352 vsize=16868 CPUtime=247.68
/proc/16354/stat : 16354 (sugar) S 16352 16354 16143 0 -1 4194304 1376 55321 0 2 5 2 24690 71 16 0 1 0 22178537 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16354/statm: 4217 1113 409 3 0 796 0
[pid=16377] ppid=16354 vsize=5356 CPUtime=0
/proc/16377/stat : 16377 (sh) S 16354 16354 16143 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22203417 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16377/statm: 1339 232 193 169 0 50 0
[pid=16378] ppid=16377 vsize=135664 CPUtime=1226.73
/proc/16378/stat : 16378 (minisat) R 16377 16354 16143 0 -1 4194304 32838 0 0 0 122646 27 0 0 25 0 1 0 22203418 138919936 32824 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/16378/statm: 33916 32824 75 150 0 33763 0
Current children cumulated CPU time (s) 1474.41
Current children cumulated vsize (KiB) 157888

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.06 3/77 16657
/proc/meminfo: memFree=1387072/2055920 swapFree=4192956/4192956
[pid=16354] ppid=16352 vsize=16868 CPUtime=247.68
/proc/16354/stat : 16354 (sugar) S 16352 16354 16143 0 -1 4194304 1376 55321 0 2 5 2 24690 71 16 0 1 0 22178537 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16354/statm: 4217 1113 409 3 0 796 0
[pid=16377] ppid=16354 vsize=5356 CPUtime=0
/proc/16377/stat : 16377 (sh) S 16354 16354 16143 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22203417 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16377/statm: 1339 232 193 169 0 50 0
[pid=16378] ppid=16377 vsize=136984 CPUtime=1286.28
/proc/16378/stat : 16378 (minisat) R 16377 16354 16143 0 -1 4194304 33167 0 0 0 128601 27 0 0 25 0 1 0 22203418 140271616 33153 996147200 134512640 135127466 4294956256 18446744073709551615 134530941 0 0 4096 3 0 0 0 17 1 0 0
/proc/16378/statm: 34246 33153 75 150 0 34093 0
Current children cumulated CPU time (s) 1533.96
Current children cumulated vsize (KiB) 159208

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.06 3/77 16657
/proc/meminfo: memFree=1385664/2055920 swapFree=4192956/4192956
[pid=16354] ppid=16352 vsize=16868 CPUtime=247.68
/proc/16354/stat : 16354 (sugar) S 16352 16354 16143 0 -1 4194304 1376 55321 0 2 5 2 24690 71 16 0 1 0 22178537 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16354/statm: 4217 1113 409 3 0 796 0
[pid=16377] ppid=16354 vsize=5356 CPUtime=0
/proc/16377/stat : 16377 (sh) S 16354 16354 16143 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22203417 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16377/statm: 1339 232 193 169 0 50 0
[pid=16378] ppid=16377 vsize=138328 CPUtime=1345.83
/proc/16378/stat : 16378 (minisat) R 16377 16354 16143 0 -1 4194304 33514 0 0 0 134555 28 0 0 25 0 1 0 22203418 141647872 33500 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/16378/statm: 34582 33500 75 150 0 34429 0
Current children cumulated CPU time (s) 1593.51
Current children cumulated vsize (KiB) 160552

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.05 3/77 16657
/proc/meminfo: memFree=1384064/2055920 swapFree=4192956/4192956
[pid=16354] ppid=16352 vsize=16868 CPUtime=247.68
/proc/16354/stat : 16354 (sugar) S 16352 16354 16143 0 -1 4194304 1376 55321 0 2 5 2 24690 71 16 0 1 0 22178537 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16354/statm: 4217 1113 409 3 0 796 0
[pid=16377] ppid=16354 vsize=5356 CPUtime=0
/proc/16377/stat : 16377 (sh) S 16354 16354 16143 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22203417 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16377/statm: 1339 232 193 169 0 50 0
[pid=16378] ppid=16377 vsize=139976 CPUtime=1405.37
/proc/16378/stat : 16378 (minisat) R 16377 16354 16143 0 -1 4194304 33934 0 0 0 140509 28 0 0 25 0 1 0 22203418 143335424 33920 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/16378/statm: 34994 33920 75 150 0 34841 0
Current children cumulated CPU time (s) 1653.05
Current children cumulated vsize (KiB) 162200

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.05 3/77 16657
/proc/meminfo: memFree=1382592/2055920 swapFree=4192956/4192956
[pid=16354] ppid=16352 vsize=16868 CPUtime=247.68
/proc/16354/stat : 16354 (sugar) S 16352 16354 16143 0 -1 4194304 1376 55321 0 2 5 2 24690 71 16 0 1 0 22178537 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16354/statm: 4217 1113 409 3 0 796 0
[pid=16377] ppid=16354 vsize=5356 CPUtime=0
/proc/16377/stat : 16377 (sh) S 16354 16354 16143 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22203417 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16377/statm: 1339 232 193 169 0 50 0
[pid=16378] ppid=16377 vsize=141360 CPUtime=1464.92
/proc/16378/stat : 16378 (minisat) R 16377 16354 16143 0 -1 4194304 34303 0 0 0 146463 29 0 0 25 0 1 0 22203418 144752640 34289 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/16378/statm: 35340 34289 75 150 0 35187 0
Current children cumulated CPU time (s) 1712.6
Current children cumulated vsize (KiB) 163584

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.04 3/77 16657
/proc/meminfo: memFree=1381056/2055920 swapFree=4192956/4192956
[pid=16354] ppid=16352 vsize=16868 CPUtime=247.68
/proc/16354/stat : 16354 (sugar) S 16352 16354 16143 0 -1 4194304 1376 55321 0 2 5 2 24690 71 16 0 1 0 22178537 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16354/statm: 4217 1113 409 3 0 796 0
[pid=16377] ppid=16354 vsize=5356 CPUtime=0
/proc/16377/stat : 16377 (sh) S 16354 16354 16143 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22203417 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16377/statm: 1339 232 193 169 0 50 0
[pid=16378] ppid=16377 vsize=142816 CPUtime=1524.46
/proc/16378/stat : 16378 (minisat) R 16377 16354 16143 0 -1 4194304 34638 0 0 0 152417 29 0 0 25 0 1 0 22203418 146243584 34624 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/16378/statm: 35704 34624 75 150 0 35551 0
Current children cumulated CPU time (s) 1772.14
Current children cumulated vsize (KiB) 165040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1810.4 s]
/proc/loadavg: 2.00 2.00 2.04 3/77 16657
/proc/meminfo: memFree=1380416/2055920 swapFree=4192956/4192956
[pid=16354] ppid=16352 vsize=16868 CPUtime=247.68
/proc/16354/stat : 16354 (sugar) S 16352 16354 16143 0 -1 4194304 1376 55321 0 2 5 2 24690 71 16 0 1 0 22178537 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16354/statm: 4217 1113 409 3 0 796 0
[pid=16377] ppid=16354 vsize=5356 CPUtime=0
/proc/16377/stat : 16377 (sh) S 16354 16354 16143 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22203417 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16377/statm: 1339 232 193 169 0 50 0
[pid=16378] ppid=16377 vsize=143344 CPUtime=1552.35
/proc/16378/stat : 16378 (minisat) R 16377 16354 16143 0 -1 4194304 34795 0 0 0 155206 29 0 0 25 0 1 0 22203418 146784256 34781 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/16378/statm: 35836 34781 75 150 0 35683 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 165568

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 16354 and gives
#  childrusage.ru_utime.tv_sec=246
#  childrusage.ru_utime.tv_usec=955457
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=769882
# CPU time returned by wait4() is 247.725
# while last known CPU time is 1800.03
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1810.46
CPU time (s): 1800.03
CPU user time (s): 1799.01
CPU system time (s): 1.02
CPU usage (%): 99.4237
Max. virtual memory (cumulated for all children) (KiB): 900016

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 246.955
system time used= 0.769882
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 57080
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= 14679
involuntary context switches= 17915

runsolver used 1.9787 second user time and 5.06723 second system time

The end

Launcher Data

Begin job on node79 at 2009-07-12 00:25:30
IDJOB=2070158
IDBENCH=55142
IDSOLVER=739
FILE ID=node79/2070158-1247351129
PBS_JOBID= 9506900
Free space on /tmp= 66260 MiB

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

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

MD5SUM BENCH= 560094240c3c84be2d23874ade24f17a
RANDOM SEED=296414782

node79.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.229
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.229
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1568384 kB
Buffers:         58248 kB
Cached:         323776 kB
SwapCached:          0 kB
Active:         129996 kB
Inactive:       290408 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1568384 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            1936 kB
Writeback:           0 kB
Mapped:          49856 kB
Slab:            52564 kB
Committed_AS:   183572 kB
PageTables:       1768 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= 66256 MiB
End job on node79 at 2009-07-12 00:55:42