Trace number 1066872

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 1806.95

General information on the benchmark

Namecsp/wordsVg/
normalized-crossword-m1c-words-vg7-9_ext.xml
MD5SUM2d89ce8f126ba5eb7d6a0c7b757929b3
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark205.883
Satisfiable
(Un)Satisfiability was proved
Number of variables63
Number of constraints16
Maximum constraint arity9
Maximum domain size26
Number of constraints which are defined in extension16
Number of constraints which are defined in intension0
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 07:29:32 2008
0.00/0.04	c 0	PID 27305
0.03/0.05	c 0	HOST node65.alineos.net
0.03/0.05	c 0	CONVERTING HOME/instance-1066872-1215149372.xml TO HOME/temp.csp
0.03/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1066872-1215149372.xml' 'HOME/temp.csp'
0.03/0.47	c 1	1 domains, 63 variables, 0 predicates, 2 relations, 16 constraints
0.03/0.52	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.52	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'
0.44/0.60	c 1	Parsing HOME/temp.csp
0.44/0.78	c 1	parsed 82 expressions
0.44/0.79	c 1	Heap : 3 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.44/0.79	c 1	Converting to clausal form CSP
0.44/0.81	c 1	converted 9 (10%) expressions
0.44/0.81	c 1	converted 17 (20%) expressions
0.44/0.82	c 1	converted 25 (30%) expressions
0.44/0.82	c 1	converted 33 (40%) expressions
0.44/0.82	c 1	converted 41 (50%) expressions
0.44/0.82	c 1	converted 50 (60%) expressions
0.44/0.82	c 1	converted 58 (70%) expressions
0.44/0.83	c 1	converted 66 (80%) expressions
1.49/1.61	c 2	converted 74 (90%) expressions
2.18/2.38	c 3	converted 82 (100%) expressions
2.18/2.38	c 3	CSP : 63 integers, 0 booleans, 16 clauses, largest domain size 26
2.18/2.38	c 3	Heap : 45 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
2.18/2.38	c 3	Propagation in CSP
2.18/2.38	c 3	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
2.18/2.38	c 3	CSP : 63 integers, 0 booleans, 16 clauses, largest domain size 26
2.18/2.38	c 3	Heap : 45 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
2.18/2.38	c 3	Simplifing CSP by introducing new Boolean variables
2.18/2.38	c 3	CSP : 63 integers, 0 booleans, 16 clauses, largest domain size 26
2.18/2.38	c 3	Heap : 45 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
2.48/2.62	c 3	Encoding CSP to SAT : HOME/temp.cnf
2.48/2.63	c 3	7 (10%) CSP integer variables are encoded (168 clauses, 1704 bytes)
2.48/2.64	c 3	13 (20%) CSP integer variables are encoded (312 clauses, 3288 bytes)
2.48/2.64	c 3	19 (30%) CSP integer variables are encoded (456 clauses, 4872 bytes)
2.48/2.64	c 3	26 (40%) CSP integer variables are encoded (624 clauses, 6720 bytes)
2.48/2.64	c 3	32 (50%) CSP integer variables are encoded (768 clauses, 8304 bytes)
2.48/2.65	c 3	38 (60%) CSP integer variables are encoded (912 clauses, 9888 bytes)
2.48/2.65	c 3	45 (70%) CSP integer variables are encoded (1080 clauses, 11977 bytes)
2.48/2.65	c 3	51 (80%) CSP integer variables are encoded (1224 clauses, 13849 bytes)
2.48/2.65	c 3	57 (90%) CSP integer variables are encoded (1368 clauses, 15721 bytes)
2.48/2.65	c 3	63 (100%) CSP integer variables are encoded (1512 clauses, 17593 bytes)
20.61/20.94	c 21	2 (10%) CSP clauses are encoded (102732 clauses, 4689603 bytes)
38.72/39.20	c 40	4 (20%) CSP clauses are encoded (203952 clauses, 9407856 bytes)
47.93/48.57	c 49	5 (30%) CSP clauses are encoded (254562 clauses, 11937202 bytes)
65.85/66.69	c 67	7 (40%) CSP clauses are encoded (355782 clauses, 16995894 bytes)
74.87/75.70	c 76	8 (50%) CSP clauses are encoded (406392 clauses, 19525240 bytes)
100.53/101.69	c 102	10 (60%) CSP clauses are encoded (523971 clauses, 25334135 bytes)
133.20/134.61	c 135	12 (70%) CSP clauses are encoded (657909 clauses, 33027403 bytes)
149.63/151.22	c 152	13 (80%) CSP clauses are encoded (724878 clauses, 36874037 bytes)
182.62/184.58	c 185	15 (90%) CSP clauses are encoded (858816 clauses, 45703931 bytes)
198.96/201.06	c 201	16 (100%) CSP clauses are encoded (925785 clauses, 50371035 bytes)
198.96/201.06	c 201	16 CSP clauses encoded
198.96/201.06	c 201	Writing map file : HOME/temp.map
198.96/201.06	c 201	Heap : 71 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
198.96/201.06	c 201	SAT : 1575 SAT variables, 925785 SAT clauses, 50371035 bytes
198.96/201.06	c 201	Heap : 71 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
199.02/201.13	c 201	SOLVING HOME/temp.cnf
199.02/201.13	c 201	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
199.02/201.14	c 201	This is MiniSat 2.0 beta
199.02/201.14	c 201	WARNING: for repeatability, setting FPU to use double precision
199.02/201.14	c 201	============================[ Problem Statistics ]=============================
199.02/201.14	c 201	|                                                                             |
199.02/201.14	c 201	|  Number of variables:  1575                                                 |
199.02/201.14	c 201	|  Number of clauses:    925785                                               |
200.09/202.29	c 203	|  Parsing time:         1.03         s                                       |
200.19/202.37	c 203	============================[ Search Statistics ]==============================
200.19/202.37	c 203	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
200.19/202.37	c 203	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
200.19/202.37	c 203	===============================================================================
200.19/202.37	c 203	|         0 |    1575   925785 10314885 |   308595        0    nan |  0.000 % |
200.29/202.43	c 203	|       100 |    1572   925785 10314885 |   339454       97      6 |  0.192 % |
200.29/202.48	c 203	|       252 |    1572   925785 10314885 |   373399      249      7 |  0.191 % |
200.39/202.55	c 203	|       478 |    1572   925785 10314885 |   410739      475      8 |  0.191 % |
200.59/202.71	c 203	|       816 |    1570   925785 10314885 |   451813      811      7 |  0.319 % |
200.69/202.80	c 203	|      1323 |    1570   925785 10314885 |   496995     1318      8 |  0.319 % |
200.79/202.93	c 203	|      2082 |    1570   925785 10314885 |   546694     2077      8 |  0.318 % |
200.99/203.11	c 203	|      3221 |    1570   925785 10314885 |   601364     3216      9 |  0.318 % |
201.29/203.42	c 204	|      4929 |    1570   925785 10314885 |   661500     4924      9 |  0.318 % |
201.88/204.08	c 204	|      7492 |    1570   925785 10314885 |   727650     7487      9 |  0.318 % |
206.43/208.67	c 209	|     11337 |    1570   925785 10314885 |   800415    11332     10 |  0.318 % |
217.73/220.05	c 220	|     17103 |    1570   925785 10314885 |   880457    17098     13 |  0.318 % |
236.65/239.18	c 240	|     25753 |    1570   925785 10314885 |   968503    25748     14 |  0.318 % |
264.68/267.49	c 268	|     38727 |    1570   925785 10314885 |  1065353    38722     15 |  0.318 % |
318.77/322.06	c 322	|     58190 |    1570   925785 10314885 |  1171888    58185     16 |  0.318 % |
402.49/406.56	c 407	|     87382 |    1570   925785 10314885 |  1289077    87377     16 |  0.318 % |
547.83/553.23	c 554	|    131173 |    1570   925785 10314885 |  1417985   131168     17 |  0.318 % |
776.68/783.27	c 784	|    196858 |    1570   924620 10303184 |  1559784   196852     18 |  0.318 % |
1167.14/1173.86	c 1174	|    295384 |    1570   924620 10303184 |  1715762   295378     19 |  0.318 % |
1800.00/1806.92	c ERROR INTERRUPTED
1800.00/1806.93	s UNKNOWN
1800.00/1806.93	c 1807	CPU 198.41 (0.04 0.01 198.37 0.65)
1800.00/1806.93	c 1807	END Fri Jul  4 07:59:39 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-1066872-1215149372/watcher-1066872-1215149372 -o /tmp/evaluation-result-1066872-1215149372/solver-1066872-1215149372 -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-1066872-1215149372.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.91 1.98 1.99 4/74 27305
/proc/meminfo: memFree=1701368/2055920 swapFree=4180796/4192956
[pid=27305] ppid=27303 vsize=12268 CPUtime=0
/proc/27305/stat : 27305 (sugar) R 27303 27305 23728 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 1993907028 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 257212595198 0 0 4224 0 0 0 0 17 1 0 0
/proc/27305/statm: 3067 316 241 3 0 167 0

[startup+0.0501541 s]
/proc/loadavg: 1.91 1.98 1.99 4/74 27305
/proc/meminfo: memFree=1701368/2055920 swapFree=4180796/4192956
[pid=27305] ppid=27303 vsize=13600 CPUtime=0.03
/proc/27305/stat : 27305 (sugar) S 27303 27305 23728 0 -1 4194304 837 0 0 0 3 0 0 0 18 0 1 0 1993907028 13926400 792 996147200 4194304 4206940 548682068608 18446744073709551615 257212592226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27305/statm: 3400 792 367 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.101375 s]
/proc/loadavg: 1.91 1.98 1.99 4/74 27305
/proc/meminfo: memFree=1701368/2055920 swapFree=4180796/4192956
[pid=27305] ppid=27303 vsize=13600 CPUtime=0.03
/proc/27305/stat : 27305 (sugar) S 27303 27305 23728 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1993907028 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 257212592226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27305/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301392 s]
/proc/loadavg: 1.91 1.98 1.99 4/74 27305
/proc/meminfo: memFree=1701368/2055920 swapFree=4180796/4192956
[pid=27305] ppid=27303 vsize=13600 CPUtime=0.03
/proc/27305/stat : 27305 (sugar) S 27303 27305 23728 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1993907028 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 257212592226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27305/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701426 s]
/proc/loadavg: 1.91 1.98 1.99 4/74 27305
/proc/meminfo: memFree=1701368/2055920 swapFree=4180796/4192956
[pid=27305] ppid=27303 vsize=13600 CPUtime=0.44
/proc/27305/stat : 27305 (sugar) S 27303 27305 23728 0 -1 4194304 973 6459 0 1 3 0 38 3 16 0 1 0 1993907028 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 257212592226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27305/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.44
Current children cumulated vsize (KiB) 13600

[startup+1.5025 s]
/proc/loadavg: 1.91 1.98 1.99 4/85 27327
/proc/meminfo: memFree=1684960/2055920 swapFree=4180796/4192956
[pid=27305] ppid=27303 vsize=13600 CPUtime=0.44
/proc/27305/stat : 27305 (sugar) S 27303 27305 23728 0 -1 4194304 973 6459 0 1 3 0 38 3 15 0 1 0 1993907028 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 257212592226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27305/statm: 3400 797 370 3 0 500 0
[pid=27318] ppid=27305 vsize=5356 CPUtime=0
/proc/27318/stat : 27318 (sh) S 27305 27305 23728 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1993907081 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 257203692356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27318/statm: 1339 233 193 169 0 50 0
[pid=27319] ppid=27318 vsize=864324 CPUtime=0.96
/proc/27319/stat : 27319 (java) S 27318 27305 23728 0 -1 0 10406 0 1 0 91 5 0 0 18 0 9 0 1993907081 885067776 9679 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27319/statm: 216081 9679 2540 9 0 210656 0
[pid=27319/tid=27320] ppid=27318 vsize=864324 CPUtime=0.43
/proc/27319/task/27320/stat : 27320 (java) R 27318 27305 23728 0 -1 64 2746 0 1 0 42 1 0 0 20 0 9 0 1993907082 885067776 9679 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27319/tid=27321] ppid=27318 vsize=864324 CPUtime=0.44
/proc/27319/task/27321/stat : 27321 (java) R 27318 27305 23728 0 -1 64 6645 0 0 0 42 2 0 0 17 0 9 0 1993907083 885067776 9679 996147200 134512640 134550740 4294955952 18446744073709551615 104180102 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27319/tid=27322] ppid=27318 vsize=864324 CPUtime=0
/proc/27319/task/27322/stat : 27322 (java) S 27318 27305 23728 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1993907083 885067776 9679 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27319/tid=27323] ppid=27318 vsize=864324 CPUtime=0
/proc/27319/task/27323/stat : 27323 (java) S 27318 27305 23728 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1993907083 885067776 9679 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27319/tid=27324] ppid=27318 vsize=864324 CPUtime=0
/proc/27319/task/27324/stat : 27324 (java) S 27318 27305 23728 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1993907085 885067776 9679 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27319/tid=27325] ppid=27318 vsize=864324 CPUtime=0.04
/proc/27319/task/27325/stat : 27325 (java) S 27318 27305 23728 0 -1 64 323 0 0 0 4 0 0 0 16 0 9 0 1993907085 885067776 9679 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27319/tid=27326] ppid=27318 vsize=864324 CPUtime=0
/proc/27319/task/27326/stat : 27326 (java) S 27318 27305 23728 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1993907085 885067776 9679 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27319/tid=27327] ppid=27318 vsize=864324 CPUtime=0
/proc/27319/task/27327/stat : 27327 (java) S 27318 27305 23728 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1993907085 885067776 9679 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.4
Current children cumulated vsize (KiB) 883280

[startup+3.10264 s]
/proc/loadavg: 1.91 1.98 1.99 4/85 27327
/proc/meminfo: memFree=1655328/2055920 swapFree=4180796/4192956
[pid=27305] ppid=27303 vsize=13600 CPUtime=0.44
/proc/27305/stat : 27305 (sugar) S 27303 27305 23728 0 -1 4194304 974 6459 0 1 3 0 38 3 15 0 1 0 1993907028 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 257212592226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27305/statm: 3400 797 370 3 0 500 0
[pid=27318] ppid=27305 vsize=5356 CPUtime=0
/proc/27318/stat : 27318 (sh) S 27305 27305 23728 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1993907081 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 257203692356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27318/statm: 1339 233 193 169 0 50 0
[pid=27319] ppid=27318 vsize=864436 CPUtime=2.54
/proc/27319/stat : 27319 (java) S 27318 27305 23728 0 -1 0 17275 0 1 0 245 9 0 0 18 0 9 0 1993907081 885182464 16504 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27319/statm: 216109 16504 2564 9 0 210656 0
[pid=27319/tid=27320] ppid=27318 vsize=864436 CPUtime=1.14
/proc/27319/task/27320/stat : 27320 (java) R 27318 27305 23728 0 -1 64 3270 0 1 0 112 2 0 0 25 0 9 0 1993907082 885182464 16504 996147200 134512640 134550740 4294955952 18446744073709551615 4126565197 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27319/tid=27321] ppid=27318 vsize=864436 CPUtime=1.3
/proc/27319/task/27321/stat : 27321 (java) S 27318 27305 23728 0 -1 64 12969 0 0 0 124 6 0 0 16 0 9 0 1993907083 885182464 16504 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27319/tid=27322] ppid=27318 vsize=864436 CPUtime=0
/proc/27319/task/27322/stat : 27322 (java) S 27318 27305 23728 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1993907083 885182464 16504 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27319/tid=27323] ppid=27318 vsize=864436 CPUtime=0
/proc/27319/task/27323/stat : 27323 (java) S 27318 27305 23728 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1993907083 885182464 16504 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27319/tid=27324] ppid=27318 vsize=864436 CPUtime=0
/proc/27319/task/27324/stat : 27324 (java) S 27318 27305 23728 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1993907085 885182464 16504 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27319/tid=27325] ppid=27318 vsize=864436 CPUtime=0.08
/proc/27319/task/27325/stat : 27325 (java) S 27318 27305 23728 0 -1 64 344 0 0 0 8 0 0 0 16 0 9 0 1993907085 885182464 16504 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27319/tid=27326] ppid=27318 vsize=864436 CPUtime=0
/proc/27319/task/27326/stat : 27326 (java) S 27318 27305 23728 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1993907085 885182464 16504 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27319/tid=27327] ppid=27318 vsize=864436 CPUtime=0
/proc/27319/task/27327/stat : 27327 (java) S 27318 27305 23728 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1993907085 885182464 16504 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.98
Current children cumulated vsize (KiB) 883392

[startup+6.30189 s]
/proc/loadavg: 2.00 2.00 1.99 3/85 27327
/proc/meminfo: memFree=1641696/2055920 swapFree=4180796/4192956
[pid=27305] ppid=27303 vsize=13600 CPUtime=0.44
/proc/27305/stat : 27305 (sugar) S 27303 27305 23728 0 -1 4194304 974 6459 0 1 3 0 38 3 15 0 1 0 1993907028 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 257212592226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27305/statm: 3400 797 370 3 0 500 0
[pid=27318] ppid=27305 vsize=5356 CPUtime=0
/proc/27318/stat : 27318 (sh) S 27305 27305 23728 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1993907081 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 257203692356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27318/statm: 1339 233 193 169 0 50 0
[pid=27319] ppid=27318 vsize=864436 CPUtime=5.7
/proc/27319/stat : 27319 (java) S 27318 27305 23728 0 -1 0 17483 0 1 0 561 9 0 0 18 0 9 0 1993907081 885182464 16707 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27319/statm: 216109 16707 2564 9 0 210656 0
[pid=27319/tid=27320] ppid=27318 vsize=864436 CPUtime=4.29
/proc/27319/task/27320/stat : 27320 (java) R 27318 27305 23728 0 -1 64 3275 0 1 0 427 2 0 0 25 0 9 0 1993907082 885182464 16707 996147200 134512640 134550740 4294955952 18446744073709551615 4126564072 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27319/tid=27321] ppid=27318 vsize=864436 CPUtime=1.31
/proc/27319/task/27321/stat : 27321 (java) S 27318 27305 23728 0 -1 64 13172 0 0 0 125 6 0 0 16 0 9 0 1993907083 885182464 16707 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27319/tid=27322] ppid=27318 vsize=864436 CPUtime=0
/proc/27319/task/27322/stat : 27322 (java) S 27318 27305 23728 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1993907083 885182464 16707 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27319/tid=27323] ppid=27318 vsize=864436 CPUtime=0
/proc/27319/task/27323/stat : 27323 (java) S 27318 27305 23728 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1993907083 885182464 16707 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27319/tid=27324] ppid=27318 vsize=864436 CPUtime=0
/proc/27319/task/27324/stat : 27324 (java) S 27318 27305 23728 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1993907085 885182464 16707 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27319/tid=27325] ppid=27318 vsize=864436 CPUtime=0.08
/proc/27319/task/27325/stat : 27325 (java) S 27318 27305 23728 0 -1 64 344 0 0 0 8 0 0 0 16 0 9 0 1993907085 885182464 16707 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27319/tid=27326] ppid=27318 vsize=864436 CPUtime=0
/proc/27319/task/27326/stat : 27326 (java) S 27318 27305 23728 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1993907085 885182464 16707 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27319/tid=27327] ppid=27318 vsize=864436 CPUtime=0
/proc/27319/task/27327/stat : 27327 (java) S 27318 27305 23728 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1993907085 885182464 16707 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.14
Current children cumulated vsize (KiB) 883392

[startup+12.7014 s]
/proc/loadavg: 2.00 2.00 1.99 3/85 27327
/proc/meminfo: memFree=1634720/2055920 swapFree=4180796/4192956
[pid=27305] ppid=27303 vsize=13600 CPUtime=0.44
/proc/27305/stat : 27305 (sugar) S 27303 27305 23728 0 -1 4194304 974 6459 0 1 3 0 38 3 15 0 1 0 1993907028 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 257212592226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27305/statm: 3400 797 370 3 0 500 0
[pid=27318] ppid=27305 vsize=5356 CPUtime=0
/proc/27318/stat : 27318 (sh) S 27305 27305 23728 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1993907081 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 257203692356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27318/statm: 1339 233 193 169 0 50 0
[pid=27319] ppid=27318 vsize=864436 CPUtime=12.04
/proc/27319/stat : 27319 (java) S 27318 27305 23728 0 -1 0 18865 0 1 0 1192 12 0 0 18 0 9 0 1993907081 885182464 18045 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27319/statm: 216109 18045 2564 9 0 210656 0
[pid=27319/tid=27320] ppid=27318 vsize=864436 CPUtime=10.53
/proc/27319/task/27320/stat : 27320 (java) R 27318 27305 23728 0 -1 64 3320 0 1 0 1049 4 0 0 25 0 9 0 1993907082 885182464 18045 996147200 134512640 134550740 4294955952 18446744073709551615 4126565231 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27319/tid=27321] ppid=27318 vsize=864436 CPUtime=1.4
/proc/27319/task/27321/stat : 27321 (java) S 27318 27305 23728 0 -1 64 14506 0 0 0 133 7 0 0 16 0 9 0 1993907083 885182464 18045 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27319/tid=27322] ppid=27318 vsize=864436 CPUtime=0
/proc/27319/task/27322/stat : 27322 (java) S 27318 27305 23728 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1993907083 885182464 18045 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27319/tid=27323] ppid=27318 vsize=864436 CPUtime=0
/proc/27319/task/27323/stat : 27323 (java) S 27318 27305 23728 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1993907083 885182464 18045 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27319/tid=27324] ppid=27318 vsize=864436 CPUtime=0
/proc/27319/task/27324/stat : 27324 (java) S 27318 27305 23728 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1993907085 885182464 18045 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27319/tid=27325] ppid=27318 vsize=864436 CPUtime=0.08
/proc/27319/task/27325/stat : 27325 (java) S 27318 27305 23728 0 -1 64 347 0 0 0 8 0 0 0 16 0 9 0 1993907085 885182464 18045 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27319/tid=27326] ppid=27318 vsize=864436 CPUtime=0
/proc/27319/task/27326/stat : 27326 (java) S 27318 27305 23728 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1993907085 885182464 18045 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27319/tid=27327] ppid=27318 vsize=864436 CPUtime=0
/proc/27319/task/27327/stat : 27327 (java) S 27318 27305 23728 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1993907085 885182464 18045 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.48
Current children cumulated vsize (KiB) 883392

[startup+25.5025 s]
/proc/loadavg: 2.00 2.00 1.99 3/85 27327
/proc/meminfo: memFree=1623200/2055920 swapFree=4180796/4192956
[pid=27305] ppid=27303 vsize=13600 CPUtime=0.44
/proc/27305/stat : 27305 (sugar) S 27303 27305 23728 0 -1 4194304 974 6459 0 1 3 0 38 3 16 0 1 0 1993907028 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 257212592226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27305/statm: 3400 797 370 3 0 500 0
[pid=27318] ppid=27305 vsize=5356 CPUtime=0
/proc/27318/stat : 27318 (sh) S 27305 27305 23728 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1993907081 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 257203692356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27318/statm: 1339 233 193 169 0 50 0
[pid=27319] ppid=27318 vsize=864436 CPUtime=24.73
/proc/27319/stat : 27319 (java) S 27318 27305 23728 0 -1 0 21024 0 1 0 2457 16 0 0 18 0 9 0 1993907081 885182464 20144 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27319/statm: 216109 20144 2564 9 0 210656 0
[pid=27319/tid=27320] ppid=27318 vsize=864436 CPUtime=23.05
/proc/27319/task/27320/stat : 27320 (java) R 27318 27305 23728 0 -1 64 3380 0 1 0 2299 6 0 0 25 0 9 0 1993907082 885182464 20144 996147200 134512640 134550740 4294955952 18446744073709551615 4126583504 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27319/tid=27321] ppid=27318 vsize=864436 CPUtime=1.56
/proc/27319/task/27321/stat : 27321 (java) S 27318 27305 23728 0 -1 64 16605 0 0 0 147 9 0 0 16 0 9 0 1993907083 885182464 20144 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27319/tid=27322] ppid=27318 vsize=864436 CPUtime=0
/proc/27319/task/27322/stat : 27322 (java) S 27318 27305 23728 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1993907083 885182464 20144 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27319/tid=27323] ppid=27318 vsize=864436 CPUtime=0
/proc/27319/task/27323/stat : 27323 (java) S 27318 27305 23728 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1993907083 885182464 20144 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

/proc/meminfo: memFree=1592280/2055920 swapFree=4180796/4192956
[pid=27305] ppid=27303 vsize=13600 CPUtime=199.07
/proc/27305/stat : 27305 (sugar) S 27303 27305 23728 0 -1 4194304 1031 49746 0 2 4 1 19837 65 16 0 1 0 1993907028 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 257212592226 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27305/statm: 3400 798 370 3 0 500 0
[pid=27329] ppid=27305 vsize=5356 CPUtime=0
/proc/27329/stat : 27329 (sh) S 27305 27305 23728 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1993927142 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 257203692356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27329/statm: 1339 232 193 169 0 50 0
[pid=27330] ppid=27329 vsize=119072 CPUtime=1156.49
/proc/27330/stat : 27330 (minisat) R 27329 27305 23728 0 -1 4194304 29094 0 0 0 115620 29 0 0 25 0 1 0 1993927142 121929728 29080 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/27330/statm: 29768 29080 75 150 0 29615 0
Current children cumulated CPU time (s) 1355.56
Current children cumulated vsize (KiB) 138028

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 1.96 3/87 27542
/proc/meminfo: memFree=1590744/2055920 swapFree=4180796/4192956
[pid=27305] ppid=27303 vsize=13600 CPUtime=199.07
/proc/27305/stat : 27305 (sugar) S 27303 27305 23728 0 -1 4194304 1031 49746 0 2 4 1 19837 65 16 0 1 0 1993907028 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 257212592226 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27305/statm: 3400 798 370 3 0 500 0
[pid=27329] ppid=27305 vsize=5356 CPUtime=0
/proc/27329/stat : 27329 (sh) S 27305 27305 23728 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1993927142 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 257203692356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27329/statm: 1339 232 193 169 0 50 0
[pid=27330] ppid=27329 vsize=120748 CPUtime=1216.47
/proc/27330/stat : 27330 (minisat) R 27329 27305 23728 0 -1 4194304 29470 0 0 0 121618 29 0 0 25 0 1 0 1993927142 123645952 29456 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/27330/statm: 30187 29456 75 150 0 30034 0
Current children cumulated CPU time (s) 1415.54
Current children cumulated vsize (KiB) 139704

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/87 27542
/proc/meminfo: memFree=1589272/2055920 swapFree=4180796/4192956
[pid=27305] ppid=27303 vsize=13600 CPUtime=199.07
/proc/27305/stat : 27305 (sugar) S 27303 27305 23728 0 -1 4194304 1031 49746 0 2 4 1 19837 65 16 0 1 0 1993907028 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 257212592226 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27305/statm: 3400 798 370 3 0 500 0
[pid=27329] ppid=27305 vsize=5356 CPUtime=0
/proc/27329/stat : 27329 (sh) S 27305 27305 23728 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1993927142 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 257203692356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27329/statm: 1339 232 193 169 0 50 0
[pid=27330] ppid=27329 vsize=121968 CPUtime=1276.45
/proc/27330/stat : 27330 (minisat) R 27329 27305 23728 0 -1 4194304 29804 0 0 0 127615 30 0 0 25 0 1 0 1993927142 124895232 29790 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/27330/statm: 30492 29790 75 150 0 30339 0
Current children cumulated CPU time (s) 1475.52
Current children cumulated vsize (KiB) 140924

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/87 27542
/proc/meminfo: memFree=1587992/2055920 swapFree=4180796/4192956
[pid=27305] ppid=27303 vsize=13600 CPUtime=199.07
/proc/27305/stat : 27305 (sugar) S 27303 27305 23728 0 -1 4194304 1031 49746 0 2 4 1 19837 65 16 0 1 0 1993907028 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 257212592226 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27305/statm: 3400 798 370 3 0 500 0
[pid=27329] ppid=27305 vsize=5356 CPUtime=0
/proc/27329/stat : 27329 (sh) S 27305 27305 23728 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1993927142 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 257203692356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27329/statm: 1339 232 193 169 0 50 0
[pid=27330] ppid=27329 vsize=123360 CPUtime=1336.42
/proc/27330/stat : 27330 (minisat) R 27329 27305 23728 0 -1 4194304 30137 0 0 0 133612 30 0 0 25 0 1 0 1993927142 126320640 30123 996147200 134512640 135127466 4294956272 18446744073709551615 134530837 0 0 4096 3 0 0 0 17 0 0 0
/proc/27330/statm: 30840 30123 75 150 0 30687 0
Current children cumulated CPU time (s) 1535.49
Current children cumulated vsize (KiB) 142316

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/87 27542
/proc/meminfo: memFree=1586968/2055920 swapFree=4180796/4192956
[pid=27305] ppid=27303 vsize=13600 CPUtime=199.07
/proc/27305/stat : 27305 (sugar) S 27303 27305 23728 0 -1 4194304 1031 49746 0 2 4 1 19837 65 16 0 1 0 1993907028 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 257212592226 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27305/statm: 3400 798 370 3 0 500 0
[pid=27329] ppid=27305 vsize=5356 CPUtime=0
/proc/27329/stat : 27329 (sh) S 27305 27305 23728 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1993927142 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 257203692356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27329/statm: 1339 232 193 169 0 50 0
[pid=27330] ppid=27329 vsize=124436 CPUtime=1396.4
/proc/27330/stat : 27330 (minisat) R 27329 27305 23728 0 -1 4194304 30424 0 0 0 139609 31 0 0 25 0 1 0 1993927142 127422464 30410 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/27330/statm: 31109 30410 75 150 0 30956 0
Current children cumulated CPU time (s) 1595.47
Current children cumulated vsize (KiB) 143392

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/87 27542
/proc/meminfo: memFree=1585752/2055920 swapFree=4180796/4192956
[pid=27305] ppid=27303 vsize=13600 CPUtime=199.07
/proc/27305/stat : 27305 (sugar) S 27303 27305 23728 0 -1 4194304 1031 49746 0 2 4 1 19837 65 16 0 1 0 1993907028 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 257212592226 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27305/statm: 3400 798 370 3 0 500 0
[pid=27329] ppid=27305 vsize=5356 CPUtime=0
/proc/27329/stat : 27329 (sh) S 27305 27305 23728 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1993927142 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 257203692356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27329/statm: 1339 232 193 169 0 50 0
[pid=27330] ppid=27329 vsize=125564 CPUtime=1456.38
/proc/27330/stat : 27330 (minisat) R 27329 27305 23728 0 -1 4194304 30695 0 0 0 145607 31 0 0 25 0 1 0 1993927142 128577536 30681 996147200 134512640 135127466 4294956272 18446744073709551615 134530692 0 0 4096 3 0 0 0 17 0 0 0
/proc/27330/statm: 31391 30681 75 150 0 31238 0
Current children cumulated CPU time (s) 1655.45
Current children cumulated vsize (KiB) 144520

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/87 27542
/proc/meminfo: memFree=1584536/2055920 swapFree=4180796/4192956
[pid=27305] ppid=27303 vsize=13600 CPUtime=199.07
/proc/27305/stat : 27305 (sugar) S 27303 27305 23728 0 -1 4194304 1031 49746 0 2 4 1 19837 65 16 0 1 0 1993907028 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 257212592226 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27305/statm: 3400 798 370 3 0 500 0
[pid=27329] ppid=27305 vsize=5356 CPUtime=0
/proc/27329/stat : 27329 (sh) S 27305 27305 23728 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1993927142 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 257203692356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27329/statm: 1339 232 193 169 0 50 0
[pid=27330] ppid=27329 vsize=126656 CPUtime=1516.36
/proc/27330/stat : 27330 (minisat) R 27329 27305 23728 0 -1 4194304 30982 0 0 0 151604 32 0 0 25 0 1 0 1993927142 129695744 30968 996147200 134512640 135127466 4294956272 18446744073709551615 134530686 0 0 4096 3 0 0 0 17 0 0 0
/proc/27330/statm: 31664 30968 75 150 0 31511 0
Current children cumulated CPU time (s) 1715.43
Current children cumulated vsize (KiB) 145612

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/87 27542
/proc/meminfo: memFree=1583064/2055920 swapFree=4180796/4192956
[pid=27305] ppid=27303 vsize=13600 CPUtime=199.07
/proc/27305/stat : 27305 (sugar) S 27303 27305 23728 0 -1 4194304 1031 49746 0 2 4 1 19837 65 16 0 1 0 1993907028 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 257212592226 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27305/statm: 3400 798 370 3 0 500 0
[pid=27329] ppid=27305 vsize=5356 CPUtime=0
/proc/27329/stat : 27329 (sh) S 27305 27305 23728 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1993927142 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 257203692356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27329/statm: 1339 232 193 169 0 50 0
[pid=27330] ppid=27329 vsize=128068 CPUtime=1576.33
/proc/27330/stat : 27330 (minisat) R 27329 27305 23728 0 -1 4194304 31327 0 0 0 157601 32 0 0 25 0 1 0 1993927142 131141632 31313 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/27330/statm: 32017 31313 75 150 0 31864 0
Current children cumulated CPU time (s) 1775.4
Current children cumulated vsize (KiB) 147024



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1806.9 s]
/proc/loadavg: 2.00 2.00 1.96 3/87 27542
/proc/meminfo: memFree=1582552/2055920 swapFree=4180796/4192956
[pid=27305] ppid=27303 vsize=13600 CPUtime=199.07
/proc/27305/stat : 27305 (sugar) S 27303 27305 23728 0 -1 4194304 1031 49746 0 2 4 1 19837 65 16 0 1 0 1993907028 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 257212592226 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27305/statm: 3400 798 370 3 0 500 0
[pid=27329] ppid=27305 vsize=5356 CPUtime=0
/proc/27329/stat : 27329 (sh) S 27305 27305 23728 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1993927142 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 257203692356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27329/statm: 1339 232 193 169 0 50 0
[pid=27330] ppid=27329 vsize=128684 CPUtime=1600.93
/proc/27330/stat : 27330 (minisat) R 27329 27305 23728 0 -1 4194304 31472 0 0 0 160061 32 0 0 25 0 1 0 1993927142 131772416 31458 996147200 134512640 135127466 4294956272 18446744073709551615 134530654 0 0 4096 3 0 0 0 17 0 0 0
/proc/27330/statm: 32171 31458 75 150 0 32018 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 147640

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

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

[startup+1806.9 s]
/proc/loadavg: 2.00 2.00 1.96 3/87 27542
/proc/meminfo: memFree=1582552/2055920 swapFree=4180796/4192956
[pid=27305] ppid=27303 vsize=13600 CPUtime=199.07
/proc/27305/stat : 27305 (sugar) S 27303 27305 23728 0 -1 4194304 1031 49746 0 2 4 1 19837 65 16 0 1 0 1993907028 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 257212592226 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27305/statm: 3400 798 370 3 0 500 0
[pid=27329] ppid=27305 vsize=5356 CPUtime=0
/proc/27329/stat : 27329 (sh) S 27305 27305 23728 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1993927142 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 257203692356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27329/statm: 1339 232 193 169 0 50 0
[pid=27330] ppid=27329 vsize=128684 CPUtime=1600.93
/proc/27330/stat : 27330 (minisat) R 27329 27305 23728 0 -1 4194304 31472 0 0 0 160061 32 0 0 25 0 1 0 1993927142 131772416 31458 996147200 134512640 135127466 4294956272 18446744073709551615 134530654 0 0 4096 3 0 0 0 17 0 0 0
/proc/27330/statm: 32171 31458 75 150 0 32018 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 147640

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 27305 and gives
#  childrusage.ru_utime.tv_sec=198
#  childrusage.ru_utime.tv_usec=422835
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=690894
# CPU time returned by wait4() is 199.114
# while last known CPU time is 1800
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1806.95
CPU time (s): 1800
CPU user time (s): 1799.02
CPU system time (s): 0.98
CPU usage (%): 99.6151
Max. virtual memory (cumulated for all children) (KiB): 894144

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 198.423
system time used= 0.690894
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 51121
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= 11775
involuntary context switches= 15701

runsolver used 2.58561 second user time and 5.54916 second system time

The end

Launcher Data (download as text)

Begin job on node65 at 2008-07-04 07:29:32
IDJOB=1066872
IDBENCH=55149
IDSOLVER=346
FILE ID=node65/1066872-1215149372
PBS_JOBID= 7877275
Free space on /tmp= 66556 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/wordsVg/normalized-crossword-m1c-words-vg7-9_ext.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-1066872-1215149372/watcher-1066872-1215149372 -o /tmp/evaluation-result-1066872-1215149372/solver-1066872-1215149372 -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-1066872-1215149372.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 2d89ce8f126ba5eb7d6a0c7b757929b3
RANDOM SEED=1316609790

node65.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.231
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.231
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1701848 kB
Buffers:         33448 kB
Cached:         139100 kB
SwapCached:       5952 kB
Active:         230184 kB
Inactive:        65864 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1701848 kB
SwapTotal:     4192956 kB
SwapFree:      4180796 kB
Dirty:            1544 kB
Writeback:           0 kB
Mapped:         130016 kB
Slab:            42876 kB
Committed_AS:  4058108 kB
PageTables:       2160 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= 66532 MiB
End job on node65 at 2008-07-04 07:59:41