Trace number 1064085

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.13+minisat? (TO) 1800.09 1809.76

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.577912
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 (download as text)

0.00/0.04	c 0	Sugar v1-13 + HOME/minisat
0.00/0.04	c 0	BEGIN Fri Jul  4 04:49:01 2008
0.00/0.04	c 0	PID 25819
0.00/0.04	c 0	HOST node27.alineos.net
0.00/0.04	c 0	CONVERTING HOME/instance-1064085-1215139741.xml TO HOME/temp.csp
0.00/0.04	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1064085-1215139741.xml' 'HOME/temp.csp'
1.06/1.17	c 1	1 domains, 291 variables, 7 predicates, 7 relations, 2544 constraints
1.13/1.20	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.13/1.20	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
1.13/1.28	c 1	Parsing HOME/temp.csp
2.03/2.16	c 2	parsed 2850 expressions
2.03/2.16	c 2	Heap : 14 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
2.03/2.16	c 2	Converting to clausal form CSP
2.03/2.19	c 2	converted 285 (10%) expressions
5.43/5.53	c 5	converted 570 (20%) expressions
10.42/10.54	c 10	converted 855 (30%) expressions
10.42/10.57	c 10	converted 1140 (40%) expressions
10.42/10.59	c 10	converted 1425 (50%) expressions
10.82/10.96	c 11	converted 1710 (60%) expressions
10.82/10.99	c 11	converted 1995 (70%) expressions
10.93/11.01	c 11	converted 2280 (80%) expressions
10.93/11.03	c 11	converted 2565 (90%) expressions
11.02/11.17	c 11	converted 2850 (100%) expressions
11.02/11.17	c 11	CSP : 291 integers, 0 booleans, 2544 clauses, largest domain size 26
11.02/11.17	c 11	Heap : 204 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
11.02/11.17	c 11	Propagation in CSP
11.12/11.20	c 11	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
11.12/11.20	c 11	CSP : 291 integers, 0 booleans, 2544 clauses, largest domain size 26
11.12/11.20	c 11	Heap : 206 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
11.12/11.21	c 11	Simplifing CSP by introducing new Boolean variables
11.12/11.25	c 11	CSP : 291 integers, 19364 booleans, 21908 clauses, largest domain size 26
11.12/11.25	c 11	Heap : 214 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
12.42/12.53	c 12	Encoding CSP to SAT : HOME/temp.cnf
12.42/12.57	c 12	30 (10%) CSP integer variables are encoded (720 clauses, 7776 bytes)
12.42/12.57	c 12	59 (20%) CSP integer variables are encoded (1416 clauses, 16345 bytes)
12.42/12.58	c 12	88 (30%) CSP integer variables are encoded (2112 clauses, 25393 bytes)
12.42/12.58	c 12	117 (40%) CSP integer variables are encoded (2808 clauses, 34441 bytes)
12.42/12.58	c 12	146 (50%) CSP integer variables are encoded (3504 clauses, 43489 bytes)
12.42/12.58	c 12	175 (60%) CSP integer variables are encoded (4200 clauses, 52537 bytes)
12.42/12.58	c 12	204 (70%) CSP integer variables are encoded (4896 clauses, 61585 bytes)
12.42/12.58	c 12	233 (80%) CSP integer variables are encoded (5592 clauses, 70633 bytes)
12.42/12.58	c 12	262 (90%) CSP integer variables are encoded (6288 clauses, 79681 bytes)
12.42/12.58	c 12	291 (100%) CSP integer variables are encoded (6984 clauses, 88729 bytes)
193.80/195.39	c 195	2191 (10%) CSP clauses are encoded (1412008 clauses, 59962894 bytes)
1361.65/1369.00	c 1369	4382 (20%) CSP clauses are encoded (3221678 clauses, 162432645 bytes)
1361.75/1369.10	c 1369	6573 (30%) CSP clauses are encoded (3272569 clauses, 163382735 bytes)
1361.75/1369.20	c 1369	8764 (40%) CSP clauses are encoded (3323435 clauses, 164342170 bytes)
1361.85/1369.29	c 1369	10954 (50%) CSP clauses are encoded (3374300 clauses, 165344887 bytes)
1361.95/1369.39	c 1369	13145 (60%) CSP clauses are encoded (3425191 clauses, 166348569 bytes)
1362.05/1369.49	c 1369	15336 (70%) CSP clauses are encoded (3476057 clauses, 167351792 bytes)
1362.16/1369.58	c 1369	17527 (80%) CSP clauses are encoded (3526948 clauses, 168355474 bytes)
1362.25/1369.68	c 1369	19718 (90%) CSP clauses are encoded (3578114 clauses, 169358657 bytes)
1397.55/1405.16	c 1405	21908 (100%) CSP clauses are encoded (3761812 clauses, 184706914 bytes)
1397.55/1405.16	c 1405	21908 CSP clauses encoded
1397.55/1405.16	c 1405	Writing map file : HOME/temp.map
1397.55/1405.18	c 1405	Heap : 243 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1397.55/1405.18	c 1405	SAT : 26639 SAT variables, 3761812 SAT clauses, 184706914 bytes
1397.55/1405.18	c 1405	Heap : 243 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1397.64/1405.29	c 1405	SOLVING HOME/temp.cnf
1397.64/1405.29	c 1405	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
1397.64/1405.30	c 1405	This is MiniSat 2.0 beta
1397.64/1405.30	c 1405	WARNING: for repeatability, setting FPU to use double precision
1397.64/1405.30	c 1405	============================[ Problem Statistics ]=============================
1397.64/1405.30	c 1405	|                                                                             |
1397.71/1405.30	c 1405	|  Number of variables:  26639                                                |
1397.71/1405.30	c 1405	|  Number of clauses:    3761812                                              |
1401.38/1409.10	c 1409	|  Parsing time:         3.40         s                                       |
1401.67/1409.36	c 1409	============================[ Search Statistics ]==============================
1401.67/1409.36	c 1409	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1401.67/1409.36	c 1409	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1401.67/1409.36	c 1409	===============================================================================
1401.67/1409.36	c 1409	|         0 |   26638  3760787 32725009 |  1253595        0    nan |  0.000 % |
1401.98/1409.60	c 1409	|       100 |   26638  3760787 32725009 |  1378955      100     11 |  0.004 % |
1401.98/1409.64	c 1409	|       250 |   26638  3760787 32725009 |  1516850      250      9 |  0.004 % |
1402.17/1409.89	c 1410	|       476 |   26638  3760787 32725009 |  1668535      476     10 |  0.004 % |
1402.37/1410.09	c 1410	|       813 |   26638  3760787 32725009 |  1835389      813      9 |  0.004 % |
1402.67/1410.35	c 1410	|      1319 |   26638  3760787 32725009 |  2018928     1319      9 |  0.004 % |
1402.97/1410.67	c 1410	|      2080 |   26638  3760787 32725009 |  2220821     2080      9 |  0.004 % |
1403.37/1411.03	c 1411	|      3220 |   26638  3760787 32725009 |  2442903     3220      9 |  0.004 % |
1403.67/1411.36	c 1411	|      4928 |   26638  3760787 32725009 |  2687193     4928     10 |  0.004 % |
1404.27/1411.99	c 1412	|      7490 |   26638  3760787 32725009 |  2955913     7490      9 |  0.004 % |
1405.16/1412.81	c 1413	|     11336 |   26638  3760787 32725009 |  3251504    11336     10 |  0.004 % |
1407.45/1415.13	c 1415	|     17103 |   26638  3760787 32725009 |  3576654    17103     11 |  0.004 % |
1409.64/1417.35	c 1417	|     25753 |   26638  3760787 32725009 |  3934320    25753     10 |  0.004 % |
1414.61/1422.38	c 1422	|     38727 |   26638  3760787 32725009 |  4327752    38727     10 |  0.004 % |
1422.77/1430.51	c 1430	|     58188 |   26638  3760787 32725009 |  4760527    58188     11 |  0.004 % |
1438.80/1446.66	c 1446	|     87380 |   26638  3760787 32725009 |  5236580    87380     11 |  0.004 % |
1463.18/1471.13	c 1471	|    131169 |   26638  3760787 32725009 |  5760238   131169     11 |  0.004 % |
1506.47/1514.61	c 1514	|    196854 |   26638  3760787 32725009 |  6336262   196854     12 |  0.004 % |
1591.25/1599.82	c 1600	|    295380 |   26638  3760787 32725009 |  6969888   295380     13 |  0.004 % |
1714.25/1723.48	c 1723	|    443169 |   26638  3760787 32725009 |  7666877   443169     13 |  0.004 % |
1800.04/1809.61	c ERROR INTERRUPTED
1800.04/1809.66	s UNKNOWN
1800.04/1809.66	c 1809	CPU 1395.84 (0.03 0.01 1395.81 1.86)
1800.04/1809.66	c 1809	END Fri Jul  4 05:19:10 2008

Verifier Data (download as text)

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

Watcher Data (download as text)

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

command line: /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1064085-1215139741/watcher-1064085-1215139741 -o /tmp/evaluation-result-1064085-1215139741/solver-1064085-1215139741 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/sugar -c -vv -java=java -Xmx700M -jar=HOME/sugar-v1-13.jar -solver=HOME/minisat -tmp=HOME/temp HOME/instance-1064085-1215139741.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): 2200 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.92 2.04 2.07 4/80 25819
/proc/meminfo: memFree=1412368/2055920 swapFree=4192812/4192956
[pid=25819] ppid=25817 vsize=12268 CPUtime=0
/proc/25819/stat : 25819 (sugar) D 25817 25819 22361 0 -1 4194304 348 0 0 0 0 0 0 0 18 0 1 0 125644199 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 233588882021 0 2147483391 4224 0 18446744072099863542 0 0 17 0 0 0
/proc/25819/statm: 3067 316 241 3 0 167 0

[startup+0.0917271 s]
/proc/loadavg: 1.92 2.04 2.07 4/80 25819
/proc/meminfo: memFree=1412368/2055920 swapFree=4192812/4192956
[pid=25819] ppid=25817 vsize=13600 CPUtime=0.03
/proc/25819/stat : 25819 (sugar) S 25817 25819 22361 0 -1 4194304 900 127 0 0 3 0 0 0 18 0 1 0 125644199 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25819/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.101725 s]
/proc/loadavg: 1.92 2.04 2.07 4/80 25819
/proc/meminfo: memFree=1412368/2055920 swapFree=4192812/4192956
[pid=25819] ppid=25817 vsize=13600 CPUtime=0.03
/proc/25819/stat : 25819 (sugar) S 25817 25819 22361 0 -1 4194304 900 127 0 0 3 0 0 0 18 0 1 0 125644199 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25819/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.30174 s]
/proc/loadavg: 1.92 2.04 2.07 4/80 25819
/proc/meminfo: memFree=1412368/2055920 swapFree=4192812/4192956
[pid=25819] ppid=25817 vsize=13600 CPUtime=0.03
/proc/25819/stat : 25819 (sugar) S 25817 25819 22361 0 -1 4194304 900 127 0 0 3 0 0 0 18 0 1 0 125644199 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25819/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701781 s]
/proc/loadavg: 1.92 2.04 2.07 4/80 25819
/proc/meminfo: memFree=1412368/2055920 swapFree=4192812/4192956
[pid=25819] ppid=25817 vsize=13600 CPUtime=0.03
/proc/25819/stat : 25819 (sugar) S 25817 25819 22361 0 -1 4194304 900 127 0 0 3 0 0 0 18 0 1 0 125644199 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25819/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50186 s]
/proc/loadavg: 1.92 2.04 2.07 3/91 25831
/proc/meminfo: memFree=1385464/2055920 swapFree=4192812/4192956
[pid=25819] ppid=25817 vsize=13600 CPUtime=1.14
/proc/25819/stat : 25819 (sugar) S 25817 25819 22361 0 -1 4194304 973 10526 0 1 3 0 105 6 15 0 1 0 125644199 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25819/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 1.14
Current children cumulated vsize (KiB) 13600

[startup+3.10202 s]
/proc/loadavg: 1.92 2.04 2.07 4/91 25841
/proc/meminfo: memFree=1388152/2055920 swapFree=4192812/4192956
[pid=25819] ppid=25817 vsize=13600 CPUtime=1.14
/proc/25819/stat : 25819 (sugar) S 25817 25819 22361 0 -1 4194304 973 10526 0 1 3 0 105 6 16 0 1 0 125644199 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25819/statm: 3400 797 370 3 0 500 0
[pid=25832] ppid=25819 vsize=5356 CPUtime=0
/proc/25832/stat : 25832 (sh) S 25819 25819 22361 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 125644319 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25832/statm: 1339 233 193 169 0 50 0
[pid=25833] ppid=25832 vsize=864496 CPUtime=1.88
/proc/25833/stat : 25833 (java) S 25832 25819 22361 0 -1 0 15380 0 1 0 181 7 0 0 20 0 9 0 125644319 885243904 14236 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25833/statm: 216124 14236 2540 9 0 210699 0
[pid=25833/tid=25834] ppid=25832 vsize=864496 CPUtime=0.96
/proc/25833/task/25834/stat : 25834 (java) R 25832 25819 22361 0 -1 64 2889 0 1 0 95 1 0 0 25 0 9 0 125644320 885243904 14236 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25833/tid=25835] ppid=25832 vsize=864496 CPUtime=0.8
/proc/25833/task/25835/stat : 25835 (java) R 25832 25819 22361 0 -1 64 11454 0 0 0 76 4 0 0 16 0 9 0 125644321 885243904 14236 996147200 134512640 134550740 4294955952 18446744073709551615 102721902 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=25833/tid=25836] ppid=25832 vsize=864496 CPUtime=0
/proc/25833/task/25836/stat : 25836 (java) S 25832 25819 22361 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 125644321 885243904 14236 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25833/tid=25837] ppid=25832 vsize=864496 CPUtime=0
/proc/25833/task/25837/stat : 25837 (java) S 25832 25819 22361 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 125644321 885243904 14236 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25833/tid=25838] ppid=25832 vsize=864496 CPUtime=0
/proc/25833/task/25838/stat : 25838 (java) S 25832 25819 22361 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 125644323 885243904 14236 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25833/tid=25839] ppid=25832 vsize=864496 CPUtime=0.08
/proc/25833/task/25839/stat : 25839 (java) S 25832 25819 22361 0 -1 64 340 0 0 0 8 0 0 0 16 0 9 0 125644323 885243904 14236 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25833/tid=25840] ppid=25832 vsize=864496 CPUtime=0
/proc/25833/task/25840/stat : 25840 (java) S 25832 25819 22361 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 125644323 885243904 14236 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25833/tid=25841] ppid=25832 vsize=864496 CPUtime=0
/proc/25833/task/25841/stat : 25841 (java) S 25832 25819 22361 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 125644323 885243904 14236 996147200 134512640 134550740 4294955952 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) 883452

[startup+6.30234 s]
/proc/loadavg: 2.01 2.05 2.07 4/91 25841
/proc/meminfo: memFree=1303416/2055920 swapFree=4192812/4192956
[pid=25819] ppid=25817 vsize=13600 CPUtime=1.14
/proc/25819/stat : 25819 (sugar) S 25817 25819 22361 0 -1 4194304 973 10526 0 1 3 0 105 6 16 0 1 0 125644199 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25819/statm: 3400 797 370 3 0 500 0
[pid=25832] ppid=25819 vsize=5356 CPUtime=0
/proc/25832/stat : 25832 (sh) S 25819 25819 22361 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 125644319 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25832/statm: 1339 233 193 169 0 50 0
[pid=25833] ppid=25832 vsize=889120 CPUtime=5.08
/proc/25833/stat : 25833 (java) S 25832 25819 22361 0 -1 0 45788 0 1 0 488 20 0 0 20 0 9 0 125644319 910458880 39382 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25833/statm: 222280 39382 2540 9 0 216855 0
[pid=25833/tid=25834] ppid=25832 vsize=889120 CPUtime=2.2
/proc/25833/task/25834/stat : 25834 (java) R 25832 25819 22361 0 -1 64 3669 0 1 0 218 2 0 0 25 0 9 0 125644320 910458880 39382 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25833/tid=25835] ppid=25832 vsize=889120 CPUtime=2.67
/proc/25833/task/25835/stat : 25835 (java) R 25832 25819 22361 0 -1 64 39989 0 0 0 251 16 0 0 18 0 9 0 125644321 910458880 39382 996147200 134512640 134550740 4294955952 18446744073709551615 102721914 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=25833/tid=25836] ppid=25832 vsize=889120 CPUtime=0
/proc/25833/task/25836/stat : 25836 (java) S 25832 25819 22361 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 125644321 910458880 39382 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25833/tid=25837] ppid=25832 vsize=889120 CPUtime=0
/proc/25833/task/25837/stat : 25837 (java) S 25832 25819 22361 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 125644321 910458880 39382 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25833/tid=25838] ppid=25832 vsize=889120 CPUtime=0
/proc/25833/task/25838/stat : 25838 (java) S 25832 25819 22361 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 125644323 910458880 39382 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25833/tid=25839] ppid=25832 vsize=889120 CPUtime=0.17
/proc/25833/task/25839/stat : 25839 (java) S 25832 25819 22361 0 -1 64 1433 0 0 0 17 0 0 0 16 0 9 0 125644323 910458880 39382 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25833/tid=25840] ppid=25832 vsize=889120 CPUtime=0
/proc/25833/task/25840/stat : 25840 (java) S 25832 25819 22361 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 125644323 910458880 39382 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25833/tid=25841] ppid=25832 vsize=889120 CPUtime=0
/proc/25833/task/25841/stat : 25841 (java) S 25832 25819 22361 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 125644323 910458880 39382 996147200 134512640 134550740 4294955952 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) 908076

[startup+12.703 s]
/proc/loadavg: 2.09 2.07 2.08 4/91 25841
/proc/meminfo: memFree=1159352/2055920 swapFree=4192812/4192956
[pid=25819] ppid=25817 vsize=13600 CPUtime=1.15
/proc/25819/stat : 25819 (sugar) S 25817 25819 22361 0 -1 4194304 974 10526 0 1 3 1 105 6 16 0 1 0 125644199 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25819/statm: 3400 797 370 3 0 500 0
[pid=25832] ppid=25819 vsize=5356 CPUtime=0
/proc/25832/stat : 25832 (sh) S 25819 25819 22361 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 125644319 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25832/statm: 1339 233 193 169 0 50 0
[pid=25833] ppid=25832 vsize=868492 CPUtime=11.47
/proc/25833/stat : 25833 (java) S 25832 25819 22361 0 -1 0 92001 0 2 0 1106 41 0 0 20 0 9 0 125644319 889335808 61800 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25833/statm: 217123 61800 2567 9 0 211670 0
[pid=25833/tid=25834] ppid=25832 vsize=868492 CPUtime=3.89
/proc/25833/task/25834/stat : 25834 (java) R 25832 25819 22361 0 -1 64 5903 0 2 0 385 4 0 0 25 0 9 0 125644320 889335808 61800 996147200 134512640 134550740 4294955952 18446744073709551615 4126982580 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25833/tid=25835] ppid=25832 vsize=868492 CPUtime=7.31
/proc/25833/task/25835/stat : 25835 (java) S 25832 25819 22361 0 -1 64 83923 0 0 0 696 35 0 0 16 0 9 0 125644321 889335808 61800 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25833/tid=25836] ppid=25832 vsize=868492 CPUtime=0
/proc/25833/task/25836/stat : 25836 (java) S 25832 25819 22361 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 125644321 889335808 61800 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25833/tid=25837] ppid=25832 vsize=868492 CPUtime=0
/proc/25833/task/25837/stat : 25837 (java) S 25832 25819 22361 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 125644321 889335808 61800 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25833/tid=25838] ppid=25832 vsize=868492 CPUtime=0
/proc/25833/task/25838/stat : 25838 (java) S 25832 25819 22361 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 125644323 889335808 61800 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25833/tid=25839] ppid=25832 vsize=868492 CPUtime=0.24
/proc/25833/task/25839/stat : 25839 (java) S 25832 25819 22361 0 -1 64 1478 0 0 0 24 0 0 0 16 0 9 0 125644323 889335808 61800 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25833/tid=25840] ppid=25832 vsize=868492 CPUtime=0
/proc/25833/task/25840/stat : 25840 (java) S 25832 25819 22361 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 125644323 889335808 61800 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25833/tid=25841] ppid=25832 vsize=868492 CPUtime=0
/proc/25833/task/25841/stat : 25841 (java) S 25832 25819 22361 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 125644323 889335808 61800 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.62
Current children cumulated vsize (KiB) 887448

[startup+25.5023 s]
/proc/loadavg: 2.07 2.06 2.08 3/91 25841
/proc/meminfo: memFree=1153464/2055920 swapFree=4192812/4192956
[pid=25819] ppid=25817 vsize=13600 CPUtime=1.15
/proc/25819/stat : 25819 (sugar) S 25817 25819 22361 0 -1 4194304 974 10526 0 1 3 1 105 6 16 0 1 0 125644199 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25819/statm: 3400 797 370 3 0 500 0
[pid=25832] ppid=25819 vsize=5356 CPUtime=0
/proc/25832/stat : 25832 (sh) S 25819 25819 22361 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 125644319 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25832/statm: 1339 233 193 169 0 50 0
[pid=25833] ppid=25832 vsize=868492 CPUtime=24.15
/proc/25833/stat : 25833 (java) S 25832 25819 22361 0 -1 0 92158 0 2 0 2364 51 0 0 20 0 9 0 125644319 889335808 61908 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25833/statm: 217123 61908 2567 9 0 211670 0
[pid=25833/tid=25834] ppid=25832 vsize=868492 CPUtime=16.35
/proc/25833/task/25834/stat : 25834 (java) R 25832 25819 22361 0 -1 64 5953 0 2 0 1622 13 0 0 25 0 9 0 125644320 889335808 61908 996147200 134512640 134550740 4294955952 18446744073709551615 102492672 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25833/tid=25835] ppid=25832 vsize=868492 CPUtime=7.5
/proc/25833/task/25835/stat : 25835 (java) S 25832 25819 22361 0 -1 64 84024 0 0 0 715 35 0 0 16 0 9 0 125644321 889335808 61908 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25833/tid=25836] ppid=25832 vsize=868492 CPUtime=0
/proc/25833/task/25836/stat : 25836 (java) S 25832 25819 22361 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 125644321 889335808 61908 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25833/tid=25837] ppid=25832 vsize=868492 CPUtime=0
/proc/25833/task/25837/stat : 25837 (java) S 25832 25819 22361 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 125644321 889335808 61908 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25833/tid=25838] ppid=25832 vsize=868492 CPUtime=0
/proc/25833/task/25838/stat : 25838 (java) S 25832 25819 22361 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 125644323 889335808 61908 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25833/tid=25839] ppid=25832 vsize=868492 CPUtime=0.25
/proc/25833/task/25839/stat : 25839 (java) S 25832 25819 22361 0 -1 64 1484 0 0 0 25 0 0 0 16 0 9 0 125644323 889335808 61908 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25833/tid=25840] ppid=25832 vsize=868492 CPUtime=0
/proc/25833/task/25840/stat : 25840 (java) S 25832 25819 22361 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 125644323 889335808 61908 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25833/tid=25841] ppid=25832 vsize=868492 CPUtime=0
/proc/25833/task/25841/stat : 25841 (java) S 25832 25819 22361 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 125644323 889335808 61908 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.3
Current children cumulated vsize (KiB) 887448

[startup+51.1029 s]
/proc/loadavg: 2.04 2.06 2.07 3/91 25841
/proc/meminfo: memFree=1121400/2055920 swapFree=4192812/4192956
[pid=25819] ppid=25817 vsize=13600 CPUtime=1.15
/proc/25819/stat : 25819 (sugar) S 25817 25819 22361 0 -1 4194304 974 10526 0 1 3 1 105 6 16 0 1 0 125644199 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25819/statm: 3400 797 370 3 0 500 0
[pid=25832] ppid=25819 vsize=5356 CPUtime=0
/proc/25832/stat : 25832 (sh) S 25819 25819 22361 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 125644319 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25832/statm: 1339 233 193 169 0 50 0
[pid=25833] ppid=25832 vsize=868492 CPUtime=49.49
/proc/25833/stat : 25833 (java) S 25832 25819 22361 0 -1 0 97337 0 2 0 4889 60 0 0 20 0 9 0 125644319 889335808 67050 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0

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

[pid=25978] ppid=25819 vsize=5356 CPUtime=0
/proc/25978/stat : 25978 (sh) S 25819 25819 22361 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 125784728 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25978/statm: 1339 232 193 169 0 50 0
[pid=25979] ppid=25978 vsize=265892 CPUtime=16.9
/proc/25979/stat : 25979 (minisat) R 25978 25819 22361 0 -1 4194304 64308 0 0 0 1650 40 0 0 25 0 1 0 125784729 272273408 64294 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/25979/statm: 66473 64294 76 150 0 66320 0
Current children cumulated CPU time (s) 1414.61
Current children cumulated vsize (KiB) 284848

[startup+1482.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/84 25979
/proc/meminfo: memFree=876144/2055920 swapFree=4192812/4192956
[pid=25819] ppid=25817 vsize=13600 CPUtime=1397.71
/proc/25819/stat : 25819 (sugar) S 25817 25819 22361 0 -1 4194304 1034 158643 0 3 3 1 139581 186 16 0 1 0 125644199 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25819/statm: 3400 799 370 3 0 500 0
[pid=25978] ppid=25819 vsize=5356 CPUtime=0
/proc/25978/stat : 25978 (sh) S 25819 25819 22361 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 125784728 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25978/statm: 1339 232 193 169 0 50 0
[pid=25979] ppid=25978 vsize=289592 CPUtime=76.61
/proc/25979/stat : 25979 (minisat) R 25978 25819 22361 0 -1 4194304 69958 0 0 0 7617 44 0 0 25 0 1 0 125784729 296542208 69944 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/25979/statm: 72398 69944 76 150 0 72245 0
Current children cumulated CPU time (s) 1474.32
Current children cumulated vsize (KiB) 308548

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 25979
/proc/meminfo: memFree=865584/2055920 swapFree=4192812/4192956
[pid=25819] ppid=25817 vsize=13600 CPUtime=1397.71
/proc/25819/stat : 25819 (sugar) S 25817 25819 22361 0 -1 4194304 1034 158643 0 3 3 1 139581 186 16 0 1 0 125644199 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25819/statm: 3400 799 370 3 0 500 0
[pid=25978] ppid=25819 vsize=5356 CPUtime=0
/proc/25978/stat : 25978 (sh) S 25819 25819 22361 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 125784728 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25978/statm: 1339 232 193 169 0 50 0
[pid=25979] ppid=25978 vsize=300172 CPUtime=136.32
/proc/25979/stat : 25979 (minisat) R 25978 25819 22361 0 -1 4194304 72504 0 0 0 13585 47 0 0 25 0 1 0 125784729 307376128 72490 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/25979/statm: 75043 72490 76 150 0 74890 0
Current children cumulated CPU time (s) 1534.03
Current children cumulated vsize (KiB) 319128

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 25979
/proc/meminfo: memFree=858736/2055920 swapFree=4192812/4192956
[pid=25819] ppid=25817 vsize=13600 CPUtime=1397.71
/proc/25819/stat : 25819 (sugar) S 25817 25819 22361 0 -1 4194304 1034 158643 0 3 3 1 139581 186 16 0 1 0 125644199 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25819/statm: 3400 799 370 3 0 500 0
[pid=25978] ppid=25819 vsize=5356 CPUtime=0
/proc/25978/stat : 25978 (sh) S 25819 25819 22361 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 125784728 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25978/statm: 1339 232 193 169 0 50 0
[pid=25979] ppid=25978 vsize=307280 CPUtime=196.02
/proc/25979/stat : 25979 (minisat) R 25978 25819 22361 0 -1 4194304 74265 0 0 0 19553 49 0 0 25 0 1 0 125784729 314654720 74251 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/25979/statm: 76820 74251 76 150 0 76667 0
Current children cumulated CPU time (s) 1593.73
Current children cumulated vsize (KiB) 326236

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 25979
/proc/meminfo: memFree=850608/2055920 swapFree=4192812/4192956
[pid=25819] ppid=25817 vsize=13600 CPUtime=1397.71
/proc/25819/stat : 25819 (sugar) S 25817 25819 22361 0 -1 4194304 1034 158643 0 3 3 1 139581 186 16 0 1 0 125644199 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25819/statm: 3400 799 370 3 0 500 0
[pid=25978] ppid=25819 vsize=5356 CPUtime=0
/proc/25978/stat : 25978 (sh) S 25819 25819 22361 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 125784728 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25978/statm: 1339 232 193 169 0 50 0
[pid=25979] ppid=25978 vsize=315896 CPUtime=255.74
/proc/25979/stat : 25979 (minisat) R 25978 25819 22361 0 -1 4194304 76265 0 0 0 25523 51 0 0 25 0 1 0 125784729 323477504 76251 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/25979/statm: 78974 76251 76 150 0 78821 0
Current children cumulated CPU time (s) 1653.45
Current children cumulated vsize (KiB) 334852

[startup+1722.3 s]
/proc/loadavg: 2.08 2.02 2.01 3/84 25979
/proc/meminfo: memFree=841456/2055920 swapFree=4192812/4192956
[pid=25819] ppid=25817 vsize=13600 CPUtime=1397.71
/proc/25819/stat : 25819 (sugar) S 25817 25819 22361 0 -1 4194304 1034 158643 0 3 3 1 139581 186 16 0 1 0 125644199 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25819/statm: 3400 799 370 3 0 500 0
[pid=25978] ppid=25819 vsize=5356 CPUtime=0
/proc/25978/stat : 25978 (sh) S 25819 25819 22361 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 125784728 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25978/statm: 1339 232 193 169 0 50 0
[pid=25979] ppid=25978 vsize=324836 CPUtime=315.45
/proc/25979/stat : 25979 (minisat) R 25978 25819 22361 0 -1 4194304 78544 0 0 0 31493 52 0 0 25 0 1 0 125784729 332632064 78530 996147200 134512640 135127466 4294956272 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 1 0 0
/proc/25979/statm: 81209 78530 76 150 0 81056 0
Current children cumulated CPU time (s) 1713.16
Current children cumulated vsize (KiB) 343792

[startup+1782.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/84 25979
/proc/meminfo: memFree=831408/2055920 swapFree=4192812/4192956
[pid=25819] ppid=25817 vsize=13600 CPUtime=1397.71
/proc/25819/stat : 25819 (sugar) S 25817 25819 22361 0 -1 4194304 1034 158643 0 3 3 1 139581 186 16 0 1 0 125644199 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25819/statm: 3400 799 370 3 0 500 0
[pid=25978] ppid=25819 vsize=5356 CPUtime=0
/proc/25978/stat : 25978 (sh) S 25819 25819 22361 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 125784728 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25978/statm: 1339 232 193 169 0 50 0
[pid=25979] ppid=25978 vsize=335700 CPUtime=375.16
/proc/25979/stat : 25979 (minisat) R 25978 25819 22361 0 -1 4194304 81046 0 0 0 37462 54 0 0 25 0 1 0 125784729 343756800 81032 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/25979/statm: 83925 81032 76 150 0 83772 0
Current children cumulated CPU time (s) 1772.87
Current children cumulated vsize (KiB) 354656



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1809.6 s]
/proc/loadavg: 2.02 2.01 2.00 3/84 25979
/proc/meminfo: memFree=827632/2055920 swapFree=4192812/4192956
[pid=25819] ppid=25817 vsize=13600 CPUtime=1397.71
/proc/25819/stat : 25819 (sugar) S 25817 25819 22361 0 -1 4194304 1034 158643 0 3 3 1 139581 186 16 0 1 0 125644199 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25819/statm: 3400 799 370 3 0 500 0
[pid=25978] ppid=25819 vsize=5356 CPUtime=0
/proc/25978/stat : 25978 (sh) S 25819 25819 22361 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 125784728 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25978/statm: 1339 232 193 169 0 50 0
[pid=25979] ppid=25978 vsize=339184 CPUtime=402.33
/proc/25979/stat : 25979 (minisat) R 25978 25819 22361 0 -1 4194304 81964 0 0 0 40178 55 0 0 25 0 1 0 125784729 347324416 81950 996147200 134512640 135127466 4294956272 18446744073709551615 134530944 0 0 4096 3 0 0 0 17 1 0 0
/proc/25979/statm: 84796 81950 76 150 0 84643 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 358140

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

[startup+1809.6 s]
/proc/loadavg: 2.02 2.01 2.00 3/84 25979
/proc/meminfo: memFree=827632/2055920 swapFree=4192812/4192956
[pid=25819] ppid=25817 vsize=13600 CPUtime=1397.71
/proc/25819/stat : 25819 (sugar) S 25817 25819 22361 0 -1 4194304 1034 158643 0 3 3 1 139581 186 16 0 1 0 125644199 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25819/statm: 3400 799 370 3 0 500 0
[pid=25978] ppid=25819 vsize=5356 CPUtime=0
/proc/25978/stat : 25978 (sh) S 25819 25819 22361 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 125784728 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25978/statm: 1339 232 193 169 0 50 0
[pid=25979] ppid=25978 vsize=339184 CPUtime=402.33
/proc/25979/stat : 25979 (minisat) R 25978 25819 22361 0 -1 4194304 81964 0 0 0 40178 55 0 0 25 0 1 0 125784729 347324416 81950 996147200 134512640 135127466 4294956272 18446744073709551615 134530944 0 0 4096 3 0 0 0 17 1 0 0
/proc/25979/statm: 84796 81950 76 150 0 84643 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 358140

# WARNING:
# current cumulated CPU time (1397.77 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 samples just above and below)
# Adding the difference (402.27 s) to the 'lost time'.

[startup+1809.72 s]
/proc/loadavg: 2.02 2.01 2.00 3/84 25979
/proc/meminfo: memFree=827632/2055920 swapFree=4192812/4192956
[pid=25819] ppid=25817 vsize=13600 CPUtime=1397.77
/proc/25819/stat : 25819 (sugar) R 25817 25819 22361 0 -1 4194304 1069 158920 0 3 3 7 139581 186 16 0 1 0 125644199 13926400 800 996147200 4194304 4206940 548682068608 18446744073709551615 233588888617 0 0 4224 16386 0 0 0 17 1 0 0
/proc/25819/statm: 3400 800 371 3 0 500 0
Current children cumulated CPU time (s) 1397.77
Current children cumulated vsize (KiB) 13600

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

[startup+1809.72 s]
/proc/loadavg: 2.02 2.01 2.00 3/84 25979
/proc/meminfo: memFree=827632/2055920 swapFree=4192812/4192956
[pid=25819] ppid=25817 vsize=13600 CPUtime=1397.77
/proc/25819/stat : 25819 (sugar) R 25817 25819 22361 0 -1 4194304 1069 158920 0 3 3 7 139581 186 16 0 1 0 125644199 13926400 800 996147200 4194304 4206940 548682068608 18446744073709551615 233588888617 0 0 4224 16386 0 0 0 17 1 0 0
/proc/25819/statm: 3400 800 371 3 0 500 0
Current children cumulated CPU time (s) 1397.77
Current children cumulated vsize (KiB) 13600

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): 402.27
#  lost CPU user time (s): 401.78
#  lost CPU system time (s): 0.49

Real time (s): 1809.76
CPU time (s): 1800.09
CPU user time (s): 1797.63
CPU system time (s): 2.4657
CPU usage (%): 99.4661
Max. virtual memory (cumulated for all children) (KiB): 908076

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

runsolver used 2.09768 second user time and 5.79112 second system time

The end

Launcher Data (download as text)

Begin job on node27 at 2008-07-04 04:49:01
IDJOB=1064085
IDBENCH=54906
IDSOLVER=346
FILE ID=node27/1064085-1215139741
PBS_JOBID= 7877284
Free space on /tmp= 66480 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/ukHerald/normalized-crossword-m1-uk-19-05.xml
COMMAND LINE= DIR/sugar -c -vv -java="java -Xmx700M" -jar="DIR/sugar-v1-13.jar" -solver="DIR/minisat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1064085-1215139741/watcher-1064085-1215139741 -o /tmp/evaluation-result-1064085-1215139741/solver-1064085-1215139741 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/sugar -c -vv -java="java -Xmx700M" -jar="HOME/sugar-v1-13.jar" -solver="HOME/minisat" -tmp="HOME/temp" HOME/instance-1064085-1215139741.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 7673da9bb2ec89d6ebeb64aba0b3e8de
RANDOM SEED=1004924415

node27.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		: 2800.188
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	: 5521.40
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		: 2800.188
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:       1412848 kB
Buffers:         52920 kB
Cached:         454632 kB
SwapCached:          0 kB
Active:         244604 kB
Inactive:       329036 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1412848 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2960 kB
Writeback:           0 kB
Mapped:          87804 kB
Slab:            54916 kB
Committed_AS:  1078196 kB
PageTables:       1664 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264948 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66472 MiB
End job on node27 at 2008-07-04 05:19:12