Trace number 2068662

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.11 1808.26

General information on the benchmark

Namecsp/ukHerald/
normalized-crossword-m1-uk-19-05.xml
MD5SUM7673da9bb2ec89d6ebeb64aba0b3e8de
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.735887
Satisfiable
(Un)Satisfiability was proved
Number of variables291
Number of constraints2544
Maximum constraint arity32
Maximum domain size26
Number of constraints which are defined in extension126
Number of constraints which are defined in intension2418
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 Sat Jul 11 23:34:08 2009
0.00/0.08	c 0	PID 17571
0.07/0.08	c 0	HOST node15.alineos.net
0.07/0.08	c 0	CONVERTING HOME/instance-2068662-1247348048.xml TO HOME/temp.csp
0.07/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-2068662-1247348048.xml' 'HOME/temp.csp'
1.26/1.30	c 1	1 domains, 291 variables, 7 predicates, 7 relations, 2544 constraints
1.26/1.34	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.26/1.34	c 1	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'
1.28/1.42	c 1	Parsing HOME/temp.csp
2.02/2.13	c 2	parsed 2850 expressions
2.02/2.14	c 2	Heap : 13 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.02/2.14	c 2	Converting to clausal form CSP
2.02/2.16	c 2	converted 285 (10%) expressions
5.59/5.78	c 6	converted 570 (20%) expressions
9.57/9.79	c 10	converted 855 (30%) expressions
11.16/11.33	c 11	converted 1140 (40%) expressions
11.16/11.35	c 11	converted 1425 (50%) expressions
11.16/11.38	c 11	converted 1710 (60%) expressions
11.27/11.41	c 11	converted 1995 (70%) expressions
11.27/11.44	c 11	converted 2280 (80%) expressions
11.57/11.79	c 12	converted 2565 (90%) expressions
11.66/11.86	c 12	converted 2850 (100%) expressions
11.66/11.86	c 12	CSP : 291 integers, 0 booleans, 2544 clauses, largest domain size 26
11.66/11.86	c 12	Heap : 199 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
11.66/11.86	c 12	Propagation in CSP
11.66/11.89	c 12	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
11.66/11.89	c 12	CSP : 291 integers, 0 booleans, 2544 clauses, largest domain size 26
11.66/11.89	c 12	Heap : 200 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
11.66/11.89	c 12	Simplifing CSP by introducing new Boolean variables
11.86/12.08	c 12	CSP : 291 integers, 19364 booleans, 21908 clauses, largest domain size 26
11.86/12.08	c 12	Heap : 197 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
13.35/13.51	c 13	Encoding CSP to SAT : HOME/temp.cnf
13.35/13.54	c 13	30 (10%) CSP integer variables are encoded (720 clauses, 7776 bytes)
13.35/13.55	c 13	59 (20%) CSP integer variables are encoded (1416 clauses, 16345 bytes)
13.35/13.55	c 13	88 (30%) CSP integer variables are encoded (2112 clauses, 25393 bytes)
13.35/13.55	c 13	117 (40%) CSP integer variables are encoded (2808 clauses, 34441 bytes)
13.35/13.55	c 13	146 (50%) CSP integer variables are encoded (3504 clauses, 43489 bytes)
13.35/13.55	c 13	175 (60%) CSP integer variables are encoded (4200 clauses, 52537 bytes)
13.35/13.55	c 13	204 (70%) CSP integer variables are encoded (4896 clauses, 61585 bytes)
13.35/13.55	c 13	233 (80%) CSP integer variables are encoded (5592 clauses, 70633 bytes)
13.35/13.55	c 13	262 (90%) CSP integer variables are encoded (6288 clauses, 79681 bytes)
13.35/13.55	c 13	291 (100%) CSP integer variables are encoded (6984 clauses, 88729 bytes)
178.80/181.79	c 182	2191 (10%) CSP clauses are encoded (1412008 clauses, 59962894 bytes)
1272.90/1276.21	c 1276	4382 (20%) CSP clauses are encoded (3221678 clauses, 162432645 bytes)
1272.90/1276.30	c 1276	6573 (30%) CSP clauses are encoded (3272569 clauses, 163382735 bytes)
1272.99/1276.39	c 1276	8764 (40%) CSP clauses are encoded (3323435 clauses, 164342170 bytes)
1273.10/1276.48	c 1276	10954 (50%) CSP clauses are encoded (3374300 clauses, 165344887 bytes)
1273.19/1276.57	c 1277	13145 (60%) CSP clauses are encoded (3425191 clauses, 166348569 bytes)
1273.29/1276.66	c 1277	15336 (70%) CSP clauses are encoded (3476057 clauses, 167351792 bytes)
1273.39/1276.75	c 1277	17527 (80%) CSP clauses are encoded (3526948 clauses, 168355474 bytes)
1273.49/1276.85	c 1277	19718 (90%) CSP clauses are encoded (3578114 clauses, 169358657 bytes)
1304.49/1307.89	c 1308	21908 (100%) CSP clauses are encoded (3761812 clauses, 184706914 bytes)
1304.49/1307.89	c 1308	21908 CSP clauses encoded
1304.49/1307.89	c 1308	Writing map file : HOME/temp.map
1304.58/1307.91	c 1308	Heap : 239 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
1304.58/1307.91	c 1308	SAT : 26639 SAT variables, 3761812 SAT clauses, 184706914 bytes
1304.58/1307.91	c 1308	Heap : 239 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
1304.58/1307.97	c 1308	SOLVING HOME/temp.cnf
1304.58/1307.97	c 1308	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
1304.58/1307.98	c 1308	This is MiniSat 2.0 beta
1304.58/1307.98	c 1308	WARNING: for repeatability, setting FPU to use double precision
1304.58/1307.98	c 1308	============================[ Problem Statistics ]=============================
1304.58/1307.98	c 1308	|                                                                             |
1304.58/1307.98	c 1308	|  Number of variables:  26639                                                |
1304.58/1307.98	c 1308	|  Number of clauses:    3761812                                              |
1308.53/1311.90	c 1312	|  Parsing time:         3.47         s                                       |
1308.74/1312.16	c 1312	============================[ Search Statistics ]==============================
1308.74/1312.16	c 1312	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1308.74/1312.16	c 1312	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1308.74/1312.16	c 1312	===============================================================================
1308.74/1312.16	c 1312	|         0 |   26638  3760787 32725009 |  1253595        0    nan |  0.000 % |
1309.03/1312.43	c 1312	|       100 |   26638  3760787 32725009 |  1378955      100     11 |  0.004 % |
1309.03/1312.47	c 1312	|       250 |   26638  3760787 32725009 |  1516850      250      9 |  0.004 % |
1309.32/1312.72	c 1313	|       476 |   26638  3760787 32725009 |  1668535      476     10 |  0.004 % |
1309.53/1312.95	c 1313	|       813 |   26638  3760787 32725009 |  1835389      813      9 |  0.004 % |
1309.82/1313.22	c 1313	|      1319 |   26638  3760787 32725009 |  2018928     1319      9 |  0.004 % |
1310.11/1313.56	c 1313	|      2080 |   26638  3760787 32725009 |  2220821     2080      9 |  0.004 % |
1310.51/1313.94	c 1314	|      3220 |   26638  3760787 32725009 |  2442903     3220      9 |  0.004 % |
1310.81/1314.28	c 1314	|      4928 |   26638  3760787 32725009 |  2687193     4928     10 |  0.004 % |
1311.50/1314.95	c 1315	|      7490 |   26638  3760787 32725009 |  2955913     7490      9 |  0.004 % |
1312.40/1315.81	c 1316	|     11336 |   26638  3760787 32725009 |  3251504    11336     10 |  0.004 % |
1314.77/1318.26	c 1318	|     17103 |   26638  3760787 32725009 |  3576654    17103     11 |  0.004 % |
1317.05/1320.58	c 1321	|     25753 |   26638  3760787 32725009 |  3934320    25753     10 |  0.004 % |
1322.20/1325.76	c 1326	|     38727 |   26638  3760787 32725009 |  4327752    38727     10 |  0.004 % |
1330.63/1334.22	c 1334	|     58188 |   26638  3760787 32725009 |  4760527    58188     11 |  0.004 % |
1347.16/1350.96	c 1351	|     87380 |   26638  3760787 32725009 |  5236580    87380     11 |  0.004 % |
1372.32/1376.36	c 1376	|    131169 |   26638  3760787 32725009 |  5760238   131169     11 |  0.004 % |
1416.99/1421.47	c 1421	|    196854 |   26638  3760787 32725009 |  6336262   196854     12 |  0.004 % |
1504.26/1509.58	c 1510	|    295380 |   26638  3760787 32725009 |  6969888   295380     13 |  0.004 % |
1630.83/1637.38	c 1637	|    443169 |   26638  3760787 32725009 |  7666877   443169     13 |  0.004 % |
1800.04/1808.11	c ERROR INTERRUPTED
1800.04/1808.17	s UNKNOWN
1800.04/1808.17	c 1808	CPU 1304.66 (0.06 0.01 1302.54 2.05)
1800.04/1808.17	c 1808	END Sun Jul 12 00:04:16 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-2068662-1247348048/watcher-2068662-1247348048 -o /tmp/evaluation-result-2068662-1247348048/solver-2068662-1247348048 -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-2068662-1247348048.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

[startup+0 s]
/proc/loadavg: 1.99 2.22 2.16 3/82 17571
/proc/meminfo: memFree=1698104/2055920 swapFree=4191900/4192956
[pid=17571] ppid=17569 vsize=18576 CPUtime=0
/proc/17571/stat : 17571 (runsolver) R 17569 15940 15940 0 -1 4194368 10 0 0 0 0 0 0 0 21 0 1 0 21871642 19021824 282 996147200 4194304 4302564 548682068304 18446744073709551615 240469964430 0 0 4096 24578 0 0 0 17 1 0 0
/proc/17571/statm: 4644 282 247 26 0 2626 0
Current StackSize limit: 10240 KiB


[startup+0.0837649 s]
/proc/loadavg: 1.99 2.22 2.16 3/82 17571
/proc/meminfo: memFree=1698104/2055920 swapFree=4191900/4192956
[pid=17571] ppid=17569 vsize=16740 CPUtime=0.07
/proc/17571/stat : 17571 (sugar) S 17569 17571 15940 0 -1 4194304 1152 0 0 0 6 1 0 0 18 0 1 0 21871642 17141760 1107 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17571/statm: 4185 1107 406 3 0 764 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16740

[startup+0.102311 s]
/proc/loadavg: 1.99 2.22 2.16 3/82 17571
/proc/meminfo: memFree=1698104/2055920 swapFree=4191900/4192956
[pid=17571] ppid=17569 vsize=16868 CPUtime=0.07
/proc/17571/stat : 17571 (sugar) S 17569 17571 15940 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 21871642 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17571/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.302325 s]
/proc/loadavg: 1.99 2.22 2.16 3/82 17571
/proc/meminfo: memFree=1698104/2055920 swapFree=4191900/4192956
[pid=17571] ppid=17569 vsize=16868 CPUtime=0.07
/proc/17571/stat : 17571 (sugar) S 17569 17571 15940 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 21871642 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17571/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.701366 s]
/proc/loadavg: 1.99 2.22 2.16 3/82 17571
/proc/meminfo: memFree=1698104/2055920 swapFree=4191900/4192956
[pid=17571] ppid=17569 vsize=16868 CPUtime=0.07
/proc/17571/stat : 17571 (sugar) S 17569 17571 15940 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 21871642 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17571/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+1.50143 s]
/proc/loadavg: 1.99 2.22 2.16 4/93 17583
/proc/meminfo: memFree=1670752/2055920 swapFree=4191900/4192956
[pid=17571] ppid=17569 vsize=16868 CPUtime=1.28
/proc/17571/stat : 17571 (sugar) S 17569 17571 15940 0 -1 4194304 1309 10596 0 1 6 1 112 9 15 0 1 0 21871642 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17571/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 1.28
Current children cumulated vsize (KiB) 16868

[startup+3.10257 s]
/proc/loadavg: 1.99 2.22 2.16 3/93 17593
/proc/meminfo: memFree=1674720/2055920 swapFree=4191900/4192956
[pid=17571] ppid=17569 vsize=16868 CPUtime=1.28
/proc/17571/stat : 17571 (sugar) S 17569 17571 15940 0 -1 4194304 1309 10596 0 1 6 1 112 9 16 0 1 0 21871642 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17571/statm: 4217 1111 409 3 0 796 0
[pid=17584] ppid=17571 vsize=5356 CPUtime=0
/proc/17584/stat : 17584 (sh) S 17571 17571 15940 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 21871776 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17584/statm: 1339 233 193 169 0 50 0
[pid=17585] ppid=17584 vsize=864400 CPUtime=1.73
/proc/17585/stat : 17585 (java) S 17584 17571 15940 0 -1 0 14695 0 1 0 164 9 0 0 18 0 9 0 21871777 885145600 13636 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17585/statm: 216100 13636 2566 9 0 210605 0
[pid=17585/tid=17586] ppid=17584 vsize=864400 CPUtime=0.92
/proc/17585/task/17586/stat : 17586 (java) R 17584 17571 15940 0 -1 64 2875 0 1 0 90 2 0 0 25 0 9 0 21871778 885145600 13636 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17585/tid=17587] ppid=17584 vsize=864400 CPUtime=0.74
/proc/17585/task/17587/stat : 17587 (java) R 17584 17571 15940 0 -1 64 10806 0 0 0 69 5 0 0 16 0 9 0 21871779 885145600 13636 996147200 134512640 134550932 4294955936 18446744073709551615 102546934 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17585/tid=17588] ppid=17584 vsize=864400 CPUtime=0
/proc/17585/task/17588/stat : 17588 (java) S 17584 17571 15940 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 21871779 885145600 13636 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17585/tid=17589] ppid=17584 vsize=864400 CPUtime=0
/proc/17585/task/17589/stat : 17589 (java) S 17584 17571 15940 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 21871779 885145600 13636 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17585/tid=17590] ppid=17584 vsize=864400 CPUtime=0
/proc/17585/task/17590/stat : 17590 (java) S 17584 17571 15940 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 21871781 885145600 13636 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17585/tid=17591] ppid=17584 vsize=864400 CPUtime=0.04
/proc/17585/task/17591/stat : 17591 (java) S 17584 17571 15940 0 -1 64 311 0 0 0 4 0 0 0 16 0 9 0 21871781 885145600 13636 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17585/tid=17592] ppid=17584 vsize=864400 CPUtime=0
/proc/17585/task/17592/stat : 17592 (java) S 17584 17571 15940 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 21871781 885145600 13636 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17585/tid=17593] ppid=17584 vsize=864400 CPUtime=0
/proc/17585/task/17593/stat : 17593 (java) S 17584 17571 15940 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 21871781 885145600 13636 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.01
Current children cumulated vsize (KiB) 886624

[startup+6.30285 s]
/proc/loadavg: 1.99 2.21 2.16 4/93 17593
/proc/meminfo: memFree=1594400/2055920 swapFree=4191900/4192956
[pid=17571] ppid=17569 vsize=16868 CPUtime=1.28
/proc/17571/stat : 17571 (sugar) S 17569 17571 15940 0 -1 4194304 1309 10596 0 1 6 1 112 9 16 0 1 0 21871642 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17571/statm: 4217 1111 409 3 0 796 0
[pid=17584] ppid=17571 vsize=5356 CPUtime=0
/proc/17584/stat : 17584 (sh) S 17571 17571 15940 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 21871776 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17584/statm: 1339 233 193 169 0 50 0
[pid=17585] ppid=17584 vsize=868520 CPUtime=4.92
/proc/17585/stat : 17585 (java) S 17584 17571 15940 0 -1 0 35310 0 1 0 469 23 0 0 18 0 9 0 21871777 889364480 34068 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17585/statm: 217130 34068 2567 9 0 211635 0
[pid=17585/tid=17586] ppid=17584 vsize=868520 CPUtime=2.24
/proc/17585/task/17586/stat : 17586 (java) R 17584 17571 15940 0 -1 64 3674 0 1 0 221 3 0 0 25 0 9 0 21871778 889364480 34068 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17585/tid=17587] ppid=17584 vsize=868520 CPUtime=2.49
/proc/17585/task/17587/stat : 17587 (java) R 17584 17571 15940 0 -1 64 29510 0 0 0 232 17 0 0 16 0 9 0 21871779 889364480 34068 996147200 134512640 134550932 4294955936 18446744073709551615 102709360 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17585/tid=17588] ppid=17584 vsize=868520 CPUtime=0
/proc/17585/task/17588/stat : 17588 (java) S 17584 17571 15940 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 21871779 889364480 34068 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17585/tid=17589] ppid=17584 vsize=868520 CPUtime=0
/proc/17585/task/17589/stat : 17589 (java) S 17584 17571 15940 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 21871779 889364480 34068 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17585/tid=17590] ppid=17584 vsize=868520 CPUtime=0
/proc/17585/task/17590/stat : 17590 (java) S 17584 17571 15940 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 21871781 889364480 34068 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17585/tid=17591] ppid=17584 vsize=868520 CPUtime=0.15
/proc/17585/task/17591/stat : 17591 (java) S 17584 17571 15940 0 -1 64 1423 0 0 0 14 1 0 0 16 0 9 0 21871781 889364480 34068 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17585/tid=17592] ppid=17584 vsize=868520 CPUtime=0
/proc/17585/task/17592/stat : 17592 (java) S 17584 17571 15940 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 21871781 889364480 34068 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17585/tid=17593] ppid=17584 vsize=868520 CPUtime=0
/proc/17585/task/17593/stat : 17593 (java) S 17584 17571 15940 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 21871781 889364480 34068 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.2
Current children cumulated vsize (KiB) 890744

[startup+12.7024 s]
/proc/loadavg: 1.99 2.21 2.16 3/93 17593
/proc/meminfo: memFree=1464224/2055920 swapFree=4191900/4192956
[pid=17571] ppid=17569 vsize=16868 CPUtime=1.28
/proc/17571/stat : 17571 (sugar) S 17569 17571 15940 0 -1 4194304 1310 10596 0 1 6 1 112 9 15 0 1 0 21871642 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17571/statm: 4217 1111 409 3 0 796 0
[pid=17584] ppid=17571 vsize=5356 CPUtime=0
/proc/17584/stat : 17584 (sh) S 17571 17571 15940 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 21871776 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17584/statm: 1339 233 193 169 0 50 0
[pid=17585] ppid=17584 vsize=889060 CPUtime=11.27
/proc/17585/stat : 17585 (java) S 17584 17571 15940 0 -1 0 91505 0 1 0 1074 53 0 0 18 0 9 0 21871777 910397440 66534 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17585/statm: 222265 66534 2567 9 0 216770 0
[pid=17585/tid=17586] ppid=17584 vsize=889060 CPUtime=3.86
/proc/17585/task/17586/stat : 17586 (java) S 17584 17571 15940 0 -1 64 5822 0 1 0 382 4 0 0 16 0 9 0 21871778 910397440 66534 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17585/tid=17587] ppid=17584 vsize=889060 CPUtime=7.21
/proc/17585/task/17587/stat : 17587 (java) R 17584 17571 15940 0 -1 64 83548 0 0 0 675 46 0 0 25 0 9 0 21871779 910397440 66534 996147200 134512640 134550932 4294955936 18446744073709551615 104189893 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17585/tid=17588] ppid=17584 vsize=889060 CPUtime=0
/proc/17585/task/17588/stat : 17588 (java) S 17584 17571 15940 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 21871779 910397440 66534 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17585/tid=17589] ppid=17584 vsize=889060 CPUtime=0
/proc/17585/task/17589/stat : 17589 (java) S 17584 17571 15940 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 21871779 910397440 66534 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17585/tid=17590] ppid=17584 vsize=889060 CPUtime=0
/proc/17585/task/17590/stat : 17590 (java) S 17584 17571 15940 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 21871781 910397440 66534 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17585/tid=17591] ppid=17584 vsize=889060 CPUtime=0.17
/proc/17585/task/17591/stat : 17591 (java) S 17584 17571 15940 0 -1 64 1432 0 0 0 16 1 0 0 15 0 9 0 21871781 910397440 66534 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17585/tid=17592] ppid=17584 vsize=889060 CPUtime=0
/proc/17585/task/17592/stat : 17592 (java) S 17584 17571 15940 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 21871781 910397440 66534 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17585/tid=17593] ppid=17584 vsize=889060 CPUtime=0
/proc/17585/task/17593/stat : 17593 (java) S 17584 17571 15940 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 21871781 910397440 66534 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.55
Current children cumulated vsize (KiB) 911284

[startup+25.5025 s]
/proc/loadavg: 1.99 2.20 2.16 3/93 17593
/proc/meminfo: memFree=1438816/2055920 swapFree=4191900/4192956
[pid=17571] ppid=17569 vsize=16868 CPUtime=1.28
/proc/17571/stat : 17571 (sugar) S 17569 17571 15940 0 -1 4194304 1310 10596 0 1 6 1 112 9 16 0 1 0 21871642 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17571/statm: 4217 1111 409 3 0 796 0
[pid=17584] ppid=17571 vsize=5356 CPUtime=0
/proc/17584/stat : 17584 (sh) S 17571 17571 15940 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 21871776 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17584/statm: 1339 233 193 169 0 50 0
[pid=17585] ppid=17584 vsize=868684 CPUtime=24
/proc/17585/stat : 17585 (java) S 17584 17571 15940 0 -1 0 92370 0 1 0 2335 65 0 0 18 0 9 0 21871777 889532416 62214 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17585/statm: 217171 62214 2593 9 0 211648 0
[pid=17585/tid=17586] ppid=17584 vsize=868684 CPUtime=15.51
/proc/17585/task/17586/stat : 17586 (java) R 17584 17571 15940 0 -1 64 5929 0 1 0 1537 14 0 0 25 0 9 0 21871778 889532416 62214 996147200 134512640 134550932 4294955936 18446744073709551615 4126095885 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17585/tid=17587] ppid=17584 vsize=868684 CPUtime=8.23
/proc/17585/task/17587/stat : 17587 (java) S 17584 17571 15940 0 -1 64 84264 0 0 0 775 48 0 0 16 0 9 0 21871779 889532416 62214 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17585/tid=17588] ppid=17584 vsize=868684 CPUtime=0
/proc/17585/task/17588/stat : 17588 (java) S 17584 17571 15940 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 21871779 889532416 62214 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17585/tid=17589] ppid=17584 vsize=868684 CPUtime=0
/proc/17585/task/17589/stat : 17589 (java) S 17584 17571 15940 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 21871779 889532416 62214 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17585/tid=17590] ppid=17584 vsize=868684 CPUtime=0
/proc/17585/task/17590/stat : 17590 (java) S 17584 17571 15940 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 21871781 889532416 62214 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17585/tid=17591] ppid=17584 vsize=868684 CPUtime=0.23
/proc/17585/task/17591/stat : 17591 (java) S 17584 17571 15940 0 -1 64 1474 0 0 0 22 1 0 0 16 0 9 0 21871781 889532416 62214 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17585/tid=17592] ppid=17584 vsize=868684 CPUtime=0
/proc/17585/task/17592/stat : 17592 (java) S 17584 17571 15940 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 21871781 889532416 62214 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17585/tid=17593] ppid=17584 vsize=868684 CPUtime=0
/proc/17585/task/17593/stat : 17593 (java) S 17584 17571 15940 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 21871781 889532416 62214 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.28
Current children cumulated vsize (KiB) 890908

[startup+51.1027 s]
/proc/loadavg: 1.99 2.18 2.15 3/93 17593
/proc/meminfo: memFree=1406304/2055920 swapFree=4191900/4192956
[pid=17571] ppid=17569 vsize=16868 CPUtime=1.28
/proc/17571/stat : 17571 (sugar) S 17569 17571 15940 0 -1 4194304 1310 10596 0 1 6 1 112 9 16 0 1 0 21871642 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17571/statm: 4217 1111 409 3 0 796 0
[pid=17584] ppid=17571 vsize=5356 CPUtime=0
/proc/17584/stat : 17584 (sh) S 17571 17571 15940 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 21871776 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17584/statm: 1339 233 193 169 0 50 0
[pid=17585] ppid=17584 vsize=868684 CPUtime=49.47
/proc/17585/stat : 17585 (java) S 17584 17571 15940 0 -1 0 97271 0 1 0 4871 76 0 0 18 0 9 0 21871777 889532416 67074 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17585/statm: 217171 67074 2593 9 0 211648 0

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

/proc/17762/stat : 17762 (minisat) R 17761 17571 15940 0 -1 4194304 71373 0 0 0 11272 50 0 0 25 0 1 0 22002440 302194688 71359 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/17762/statm: 73778 71359 76 150 0 73625 0
Current children cumulated CPU time (s) 1417.88
Current children cumulated vsize (KiB) 317336

[startup+1482.3 s]
/proc/loadavg: 2.00 2.02 2.06 3/85 17762
/proc/meminfo: memFree=948512/2055920 swapFree=4191900/4192956
[pid=17571] ppid=17569 vsize=16868 CPUtime=1304.66
/proc/17571/stat : 17571 (sugar) S 17569 17571 15940 0 -1 4194304 1376 159251 0 2 6 1 130254 205 16 0 1 0 21871642 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17571/statm: 4217 1113 409 3 0 796 0
[pid=17761] ppid=17571 vsize=5356 CPUtime=0
/proc/17761/stat : 17761 (sh) S 17571 17571 15940 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22002439 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17761/statm: 1339 232 193 169 0 50 0
[pid=17762] ppid=17761 vsize=303892 CPUtime=172.65
/proc/17762/stat : 17762 (minisat) R 17761 17571 15940 0 -1 4194304 73425 0 0 0 17214 51 0 0 25 0 1 0 22002440 311185408 73411 996147200 134512640 135127466 4294956256 18446744073709551615 134530739 0 0 4096 3 0 0 0 17 1 0 0
/proc/17762/statm: 75973 73411 76 150 0 75820 0
Current children cumulated CPU time (s) 1477.31
Current children cumulated vsize (KiB) 326116

[startup+1542.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/85 17762
/proc/meminfo: memFree=941088/2055920 swapFree=4191900/4192956
[pid=17571] ppid=17569 vsize=16868 CPUtime=1304.66
/proc/17571/stat : 17571 (sugar) S 17569 17571 15940 0 -1 4194304 1376 159251 0 2 6 1 130254 205 16 0 1 0 21871642 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17571/statm: 4217 1113 409 3 0 796 0
[pid=17761] ppid=17571 vsize=5356 CPUtime=0
/proc/17761/stat : 17761 (sh) S 17571 17571 15940 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22002439 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17761/statm: 1339 232 193 169 0 50 0
[pid=17762] ppid=17761 vsize=311956 CPUtime=232.09
/proc/17762/stat : 17762 (minisat) R 17761 17571 15940 0 -1 4194304 75275 0 0 0 23156 53 0 0 25 0 1 0 22002440 319442944 75261 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/17762/statm: 77989 75261 76 150 0 77836 0
Current children cumulated CPU time (s) 1536.75
Current children cumulated vsize (KiB) 334180

[startup+1602.3 s]
/proc/loadavg: 2.00 2.01 2.04 3/85 17762
/proc/meminfo: memFree=931232/2055920 swapFree=4191900/4192956
[pid=17571] ppid=17569 vsize=16868 CPUtime=1304.66
/proc/17571/stat : 17571 (sugar) S 17569 17571 15940 0 -1 4194304 1376 159251 0 2 6 1 130254 205 16 0 1 0 21871642 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17571/statm: 4217 1113 409 3 0 796 0
[pid=17761] ppid=17571 vsize=5356 CPUtime=0
/proc/17761/stat : 17761 (sh) S 17571 17571 15940 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22002439 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17761/statm: 1339 232 193 169 0 50 0
[pid=17762] ppid=17761 vsize=321880 CPUtime=291.53
/proc/17762/stat : 17762 (minisat) R 17761 17571 15940 0 -1 4194304 77815 0 0 0 29098 55 0 0 25 0 1 0 22002440 329605120 77801 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/17762/statm: 80470 77801 76 150 0 80317 0
Current children cumulated CPU time (s) 1596.19
Current children cumulated vsize (KiB) 344104

[startup+1662.3 s]
/proc/loadavg: 2.04 2.02 2.04 3/85 17768
/proc/meminfo: memFree=963160/2055920 swapFree=4191900/4192956
[pid=17571] ppid=17569 vsize=16868 CPUtime=1304.66
/proc/17571/stat : 17571 (sugar) S 17569 17571 15940 0 -1 4194304 1376 159251 0 2 6 1 130254 205 16 0 1 0 21871642 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17571/statm: 4217 1113 409 3 0 796 0
[pid=17761] ppid=17571 vsize=5356 CPUtime=0
/proc/17761/stat : 17761 (sh) S 17571 17571 15940 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22002439 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17761/statm: 1339 232 193 169 0 50 0
[pid=17762] ppid=17761 vsize=331896 CPUtime=350.95
/proc/17762/stat : 17762 (minisat) R 17761 17571 15940 0 -1 4194304 80087 0 0 0 35039 56 0 0 25 0 1 0 22002440 339861504 80073 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/17762/statm: 82974 80073 76 150 0 82821 0
Current children cumulated CPU time (s) 1655.61
Current children cumulated vsize (KiB) 354120

[startup+1722.3 s]
/proc/loadavg: 2.01 2.01 2.04 3/85 17768
/proc/meminfo: memFree=956056/2055920 swapFree=4191900/4192956
[pid=17571] ppid=17569 vsize=16868 CPUtime=1304.66
/proc/17571/stat : 17571 (sugar) S 17569 17571 15940 0 -1 4194304 1376 159251 0 2 6 1 130254 205 16 0 1 0 21871642 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17571/statm: 4217 1113 409 3 0 796 0
[pid=17761] ppid=17571 vsize=5356 CPUtime=0
/proc/17761/stat : 17761 (sh) S 17571 17571 15940 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22002439 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17761/statm: 1339 232 193 169 0 50 0
[pid=17762] ppid=17761 vsize=338788 CPUtime=410.38
/proc/17762/stat : 17762 (minisat) R 17761 17571 15940 0 -1 4194304 81883 0 0 0 40980 58 0 0 25 0 1 0 22002440 346918912 81869 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/17762/statm: 84697 81869 76 150 0 84544 0
Current children cumulated CPU time (s) 1715.04
Current children cumulated vsize (KiB) 361012

[startup+1782.3 s]
/proc/loadavg: 2.00 2.01 2.03 3/85 17768
/proc/meminfo: memFree=948632/2055920 swapFree=4191900/4192956
[pid=17571] ppid=17569 vsize=16868 CPUtime=1304.66
/proc/17571/stat : 17571 (sugar) S 17569 17571 15940 0 -1 4194304 1376 159251 0 2 6 1 130254 205 16 0 1 0 21871642 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17571/statm: 4217 1113 409 3 0 796 0
[pid=17761] ppid=17571 vsize=5356 CPUtime=0
/proc/17761/stat : 17761 (sh) S 17571 17571 15940 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22002439 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17761/statm: 1339 232 193 169 0 50 0
[pid=17762] ppid=17761 vsize=345840 CPUtime=469.83
/proc/17762/stat : 17762 (minisat) R 17761 17571 15940 0 -1 4194304 83688 0 0 0 46923 60 0 0 25 0 1 0 22002440 354140160 83674 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/17762/statm: 86460 83674 76 150 0 86307 0
Current children cumulated CPU time (s) 1774.49
Current children cumulated vsize (KiB) 368064



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1808.1 s]
/proc/loadavg: 2.00 2.00 2.03 3/85 17768
/proc/meminfo: memFree=945624/2055920 swapFree=4191900/4192956
[pid=17571] ppid=17569 vsize=16868 CPUtime=1304.66
/proc/17571/stat : 17571 (sugar) S 17569 17571 15940 0 -1 4194304 1376 159251 0 2 6 1 130254 205 16 0 1 0 21871642 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17571/statm: 4217 1113 409 3 0 796 0
[pid=17761] ppid=17571 vsize=5356 CPUtime=0
/proc/17761/stat : 17761 (sh) S 17571 17571 15940 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22002439 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17761/statm: 1339 232 193 169 0 50 0
[pid=17762] ppid=17761 vsize=348784 CPUtime=495.38
/proc/17762/stat : 17762 (minisat) R 17761 17571 15940 0 -1 4194304 84430 0 0 0 49477 61 0 0 25 0 1 0 22002440 357154816 84416 996147200 134512640 135127466 4294956256 18446744073709551615 134530692 0 0 4096 3 0 0 0 17 1 0 0
/proc/17762/statm: 87196 84416 76 150 0 87043 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 371008

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

############
# WARNING:
# current cumulated CPU time (1304.72 s) is less than in the last sample (1800.04 s)
# The time of a child was probably not reported to its father.
# (see the two samples below)
# Adding the difference (495.32 s) to the 'lost time'.

[startup+1808.1 s]
/proc/loadavg: 2.00 2.00 2.03 3/85 17768
/proc/meminfo: memFree=945624/2055920 swapFree=4191900/4192956
[pid=17571] ppid=17569 vsize=16868 CPUtime=1304.66
/proc/17571/stat : 17571 (sugar) S 17569 17571 15940 0 -1 4194304 1376 159251 0 2 6 1 130254 205 16 0 1 0 21871642 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17571/statm: 4217 1113 409 3 0 796 0
[pid=17761] ppid=17571 vsize=5356 CPUtime=0
/proc/17761/stat : 17761 (sh) S 17571 17571 15940 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22002439 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17761/statm: 1339 232 193 169 0 50 0
[pid=17762] ppid=17761 vsize=348784 CPUtime=495.38
/proc/17762/stat : 17762 (minisat) R 17761 17571 15940 0 -1 4194304 84430 0 0 0 49477 61 0 0 25 0 1 0 22002440 357154816 84416 996147200 134512640 135127466 4294956256 18446744073709551615 134530692 0 0 4096 3 0 0 0 17 1 0 0
/proc/17762/statm: 87196 84416 76 150 0 87043 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 371008

[startup+1808.22 s]
/proc/loadavg: 2.00 2.00 2.03 3/85 17768
/proc/meminfo: memFree=945624/2055920 swapFree=4191900/4192956
[pid=17571] ppid=17569 vsize=16868 CPUtime=1304.72
/proc/17571/stat : 17571 (sugar) R 17569 17571 15940 0 -1 4194304 1423 159528 0 2 6 7 130254 205 16 0 1 0 21871642 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 240472790057 0 0 4224 16386 0 0 0 17 1 0 0
/proc/17571/statm: 4217 1114 410 3 0 796 0
Current children cumulated CPU time (s) 1304.72
Current children cumulated vsize (KiB) 16868
#
############


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

[startup+1808.22 s]
/proc/loadavg: 2.00 2.00 2.03 3/85 17768
/proc/meminfo: memFree=945624/2055920 swapFree=4191900/4192956
[pid=17571] ppid=17569 vsize=16868 CPUtime=1304.72
/proc/17571/stat : 17571 (sugar) R 17569 17571 15940 0 -1 4194304 1423 159528 0 2 6 7 130254 205 16 0 1 0 21871642 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 240472790057 0 0 4224 16386 0 0 0 17 1 0 0
/proc/17571/statm: 4217 1114 410 3 0 796 0
Current children cumulated CPU time (s) 1304.72
Current children cumulated vsize (KiB) 16868

Child status: 0

# WARNING:
# The CPU time of some children was not reported to their father
# (probably because of a missing or aborted wait()).
# This 'lost CPU time' is added to the watched process CPU time.
#  lost CPU time (s): 495.32
#  lost CPU user time (s): 494.77
#  lost CPU system time (s): 0.55

Real time (s): 1808.26
CPU time (s): 1800.11
CPU user time (s): 1797.38
CPU system time (s): 2.72267
CPU usage (%): 99.5491
Max. virtual memory (cumulated for all children) (KiB): 916520

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1302.61
system time used= 2.17267
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 161010
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= 34377
involuntary context switches= 37205

runsolver used 2.21766 second user time and 6.07508 second system time

The end

Launcher Data

Begin job on node15 at 2009-07-11 23:34:08
IDJOB=2068662
IDBENCH=54906
IDSOLVER=739
FILE ID=node15/2068662-1247348048
PBS_JOBID= 9506770
Free space on /tmp= 66268 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/ukHerald/normalized-crossword-m1-uk-19-05.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-2068662-1247348048/watcher-2068662-1247348048 -o /tmp/evaluation-result-2068662-1247348048/solver-2068662-1247348048 -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-2068662-1247348048.xml

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

MD5SUM BENCH= 7673da9bb2ec89d6ebeb64aba0b3e8de
RANDOM SEED=2143004210

node15.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.220
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.220
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:       1698584 kB
Buffers:         19636 kB
Cached:          90268 kB
SwapCached:        392 kB
Active:         275496 kB
Inactive:        31164 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1698584 kB
SwapTotal:     4192956 kB
SwapFree:      4191900 kB
Dirty:            2788 kB
Writeback:           0 kB
Mapped:         216480 kB
Slab:            35408 kB
Committed_AS:   354628 kB
PageTables:       2312 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= 66264 MiB
End job on node15 at 2009-07-12 00:04:18