Trace number 2080883

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sugar v1.14.6+minisat? (TO) 1800.1 1807.93

General information on the benchmark

Namecsp/langford3/
normalized-langford-3-40.xml
MD5SUMf5050c7234c03b258393dcf49c452457
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables120
Number of constraints7220
Maximum constraint arity2
Maximum domain size120
Number of constraints which are defined in extension0
Number of constraints which are defined in intension7220
Global constraints used (with number of constraints)

Solver Data

0.04/0.07	c 0	Sugar v1-14-6 + HOME/minisat
0.04/0.07	c 0	BEGIN Sun Jul 12 06:04:46 2009
0.04/0.07	c 0	PID 23376
0.04/0.07	c 0	HOST node8.alineos.net
0.04/0.07	c 0	CONVERTING HOME/instance-2080883-1247371486.xml TO HOME/temp.csp
0.04/0.07	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2080883-1247371486.xml' 'HOME/temp.csp'
0.06/0.74	c 1	1 domains, 120 variables, 2 predicates, 0 relations, 7220 constraints
0.06/0.75	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.75	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.71/0.83	c 1	Parsing HOME/temp.csp
0.71/0.99	c 1	parsed 7343 expressions
0.94/1.00	c 1	Heap : 2 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.94/1.00	c 1	Converting to clausal form CSP
1.14/1.21	c 1	converted 735 (10%) expressions
1.14/1.25	c 1	converted 1469 (20%) expressions
1.14/1.28	c 1	converted 2203 (30%) expressions
1.23/1.30	c 1	converted 2938 (40%) expressions
1.23/1.37	c 1	converted 3672 (50%) expressions
1.23/1.39	c 1	converted 4406 (60%) expressions
1.33/1.41	c 1	converted 5141 (70%) expressions
1.33/1.44	c 1	converted 5875 (80%) expressions
1.33/1.46	c 1	converted 6609 (90%) expressions
1.33/1.48	c 1	converted 7343 (100%) expressions
1.33/1.48	c 1	CSP : 120 integers, 0 booleans, 7300 clauses, largest domain size 118
1.33/1.48	c 1	Heap : 6 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.33/1.48	c 1	Propagation in CSP
1.43/1.54	c 1	860 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.43/1.54	c 1	CSP : 120 integers, 0 booleans, 7300 clauses, largest domain size 116
1.43/1.54	c 1	Heap : 7 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.43/1.55	c 1	Simplifing CSP by introducing new Boolean variables
1.53/1.68	c 2	CSP : 120 integers, 14280 booleans, 21580 clauses, largest domain size 116
1.53/1.68	c 2	Heap : 11 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.63/1.75	c 2	Encoding CSP to SAT : HOME/temp.cnf
1.63/1.78	c 2	12 (10%) CSP integer variables are encoded (1236 clauses, 13939 bytes)
1.63/1.78	c 2	24 (20%) CSP integer variables are encoded (2184 clauses, 26263 bytes)
1.63/1.78	c 2	36 (30%) CSP integer variables are encoded (2844 clauses, 34843 bytes)
1.63/1.78	c 2	48 (40%) CSP integer variables are encoded (3856 clauses, 47999 bytes)
1.63/1.78	c 2	60 (50%) CSP integer variables are encoded (4900 clauses, 61571 bytes)
1.63/1.78	c 2	72 (60%) CSP integer variables are encoded (5656 clauses, 71399 bytes)
1.63/1.79	c 2	84 (70%) CSP integer variables are encoded (6444 clauses, 81643 bytes)
1.63/1.79	c 2	96 (80%) CSP integer variables are encoded (7584 clauses, 96463 bytes)
1.63/1.79	c 2	108 (90%) CSP integer variables are encoded (8436 clauses, 107539 bytes)
1.63/1.79	c 2	120 (100%) CSP integer variables are encoded (9000 clauses, 114871 bytes)
1.92/2.02	c 2	2158 (10%) CSP clauses are encoded (115311 clauses, 2021910 bytes)
2.13/2.21	c 2	4316 (20%) CSP clauses are encoded (209850 clauses, 3843098 bytes)
2.23/2.36	c 2	6474 (30%) CSP clauses are encoded (289301 clauses, 5410994 bytes)
2.32/2.48	c 2	8632 (40%) CSP clauses are encoded (349085 clauses, 6587208 bytes)
2.43/2.56	c 3	10790 (50%) CSP clauses are encoded (389680 clauses, 7380556 bytes)
2.53/2.68	c 3	12948 (60%) CSP clauses are encoded (450022 clauses, 8566093 bytes)
2.72/2.85	c 3	15106 (70%) CSP clauses are encoded (547867 clauses, 10497132 bytes)
2.92/3.00	c 3	17264 (80%) CSP clauses are encoded (627790 clauses, 12070702 bytes)
3.02/3.11	c 3	19422 (90%) CSP clauses are encoded (688524 clauses, 13263111 bytes)
3.11/3.28	c 3	21580 (100%) CSP clauses are encoded (778112 clauses, 15038328 bytes)
3.11/3.28	c 3	21580 CSP clauses encoded
3.11/3.28	c 3	Writing map file : HOME/temp.map
3.11/3.29	c 3	Heap : 8 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
3.11/3.29	c 3	SAT : 23400 SAT variables, 778112 SAT clauses, 15038328 bytes
3.11/3.29	c 3	Heap : 8 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
3.20/3.31	c 3	SOLVING HOME/temp.cnf
3.20/3.31	c 3	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
3.20/3.32	c 3	This is MiniSat 2.0 beta
3.20/3.32	c 3	WARNING: for repeatability, setting FPU to use double precision
3.20/3.32	c 3	============================[ Problem Statistics ]=============================
3.20/3.32	c 3	|                                                                             |
3.20/3.32	c 3	|  Number of variables:  23400                                                |
3.20/3.32	c 3	|  Number of clauses:    778112                                               |
3.22/3.72	c 4	|  Parsing time:         0.34         s                                       |
3.22/3.75	c 4	============================[ Search Statistics ]==============================
3.22/3.75	c 4	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
3.22/3.75	c 4	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
3.22/3.75	c 4	===============================================================================
3.22/3.75	c 4	|         0 |   22812   777524  2289276 |   259174        0    nan |  0.000 % |
3.22/4.25	c 4	|       101 |   22812   777524  2289276 |   285092      101     26 |  2.513 % |
4.58/4.78	c 5	|       251 |   22812   777524  2289276 |   313601      251     35 |  2.513 % |
5.38/5.57	c 6	|       476 |   22812   777524  2289276 |   344961      476     32 |  2.513 % |
6.37/6.54	c 6	|       813 |   22812   777524  2289276 |   379457      813     33 |  2.513 % |
8.26/8.46	c 8	|      1319 |   22812   777524  2289276 |   417403     1319     34 |  2.513 % |
10.65/10.82	c 11	|      2078 |   22812   777524  2289276 |   459143     2078     35 |  2.513 % |
12.54/12.77	c 13	|      3217 |   22812   777524  2289276 |   505058     3217     33 |  2.513 % |
17.32/17.55	c 18	|      4925 |   22812   777524  2289276 |   555563     4925     33 |  2.513 % |
22.60/22.84	c 23	|      7490 |   22812   777524  2289276 |   611120     7490     35 |  2.513 % |
40.63/40.90	c 41	|     11334 |   22812   777524  2289276 |   672232    11334     40 |  2.513 % |
55.77/56.18	c 56	|     17101 |   22812   777524  2289276 |   739455    17101     38 |  2.513 % |
83.90/84.40	c 84	|     25751 |   22812   777524  2289276 |   813401    25751     38 |  2.513 % |
121.81/122.52	c 122	|     38726 |   22812   777524  2289276 |   894741    38726     39 |  2.513 % |
181.48/182.47	c 182	|     58189 |   22812   777524  2289276 |   984215    58189     41 |  2.513 % |
296.33/297.77	c 298	|     87381 |   22812   777524  2289276 |  1082636    87381     43 |  2.513 % |
484.98/487.16	c 487	|    131170 |   22812   777524  2289276 |  1190900   131170     46 |  2.513 % |
785.69/789.04	c 789	|    196856 |   22812   777524  2289276 |  1309990   196856     47 |  2.513 % |
1382.47/1388.35	c 1388	|    295383 |   22812   777524  2289276 |  1440989   295383     48 |  2.513 % |
1800.10/1807.91	c ERROR INTERRUPTED
1800.10/1807.92	s UNKNOWN
1800.10/1807.92	c 1808	CPU 3.22 (0.06 0.01 2.94 0.21)
1800.10/1807.92	c 1808	END Sun Jul 12 06:34:54 2009

Verifier Data

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

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2080883-1247371486/watcher-2080883-1247371486 -o /tmp/evaluation-result-2080883-1247371486/solver-2080883-1247371486 -C 1800 -W 2000 -M 900 HOME/sugar -c -vv -memlimit=900 -jar=HOME/sugar-v1-14-6.jar -solver=HOME/minisat -tmp=HOME/temp HOME/instance-2080883-1247371486.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.00 2.00 2.00 4/75 23376
/proc/meminfo: memFree=1723816/2055920 swapFree=4192812/4192956
[pid=23376] ppid=23374 vsize=124 CPUtime=0
/proc/23376/stat : 23376 (sugar) R 23374 23376 21539 0 -1 4194304 38 0 0 0 0 0 0 0 20 0 1 0 24215844 126976 23 996147200 4194304 4206940 548682068608 18446744073709551615 228703925641 0 0 4096 0 0 0 0 17 1 0 0
/proc/23376/statm: 31 23 17 3 0 3 0

[startup+0.0546279 s]
/proc/loadavg: 2.00 2.00 2.00 4/75 23376
/proc/meminfo: memFree=1723816/2055920 swapFree=4192812/4192956
[pid=23376] ppid=23374 vsize=15948 CPUtime=0.04
/proc/23376/stat : 23376 (sugar) R 23374 23376 21539 0 -1 4194304 908 0 0 0 3 1 0 0 20 0 1 0 24215844 16330752 876 996147200 4194304 4206940 548682068608 18446744073709551615 228706389404 0 0 4224 0 0 0 0 17 0 0 0
/proc/23376/statm: 3987 876 380 3 0 566 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 15948

[startup+0.101629 s]
/proc/loadavg: 2.00 2.00 2.00 4/75 23376
/proc/meminfo: memFree=1723816/2055920 swapFree=4192812/4192956
[pid=23376] ppid=23374 vsize=16868 CPUtime=0.06
/proc/23376/stat : 23376 (sugar) S 23374 23376 21539 0 -1 4194304 1227 128 0 0 5 1 0 0 18 0 1 0 24215844 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23376/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.301644 s]
/proc/loadavg: 2.00 2.00 2.00 4/75 23376
/proc/meminfo: memFree=1723816/2055920 swapFree=4192812/4192956
[pid=23376] ppid=23374 vsize=16868 CPUtime=0.06
/proc/23376/stat : 23376 (sugar) S 23374 23376 21539 0 -1 4194304 1227 128 0 0 5 1 0 0 18 0 1 0 24215844 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23376/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.701682 s]
/proc/loadavg: 2.00 2.00 2.00 4/75 23376
/proc/meminfo: memFree=1723816/2055920 swapFree=4192812/4192956
[pid=23376] ppid=23374 vsize=16868 CPUtime=0.06
/proc/23376/stat : 23376 (sugar) S 23374 23376 21539 0 -1 4194304 1227 128 0 0 5 1 0 0 18 0 1 0 24215844 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23376/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+1.50276 s]
/proc/loadavg: 2.00 2.00 2.00 3/86 23398
/proc/meminfo: memFree=1713360/2055920 swapFree=4192812/4192956
[pid=23376] ppid=23374 vsize=16868 CPUtime=0.71
/proc/23376/stat : 23376 (sugar) S 23374 23376 21539 0 -1 4194304 1310 8133 0 1 5 1 61 4 15 0 1 0 24215844 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23376/statm: 4217 1111 409 3 0 796 0
[pid=23389] ppid=23376 vsize=5356 CPUtime=0
/proc/23389/stat : 23389 (sh) S 23376 23376 21539 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24215920 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23389/statm: 1339 233 193 169 0 50 0
[pid=23390] ppid=23389 vsize=868512 CPUtime=0.72
/proc/23390/stat : 23390 (java) S 23389 23376 21539 0 -1 0 7824 0 1 0 68 4 0 0 20 0 9 0 24215920 889356288 7055 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23390/statm: 217128 7055 2566 9 0 211633 0
[pid=23390/tid=23391] ppid=23389 vsize=868512 CPUtime=0.45
/proc/23390/task/23391/stat : 23391 (java) R 23389 23376 21539 0 -1 64 2687 0 1 0 44 1 0 0 25 0 9 0 24215921 889356288 7055 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23390/tid=23392] ppid=23389 vsize=868512 CPUtime=0.11
/proc/23390/task/23392/stat : 23392 (java) R 23389 23376 21539 0 -1 64 2979 0 0 0 10 1 0 0 16 0 9 0 24215922 889356288 7055 996147200 134512640 134550932 4294955936 18446744073709551615 103774128 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=23390/tid=23393] ppid=23389 vsize=868512 CPUtime=0
/proc/23390/task/23393/stat : 23393 (java) S 23389 23376 21539 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24215922 889356288 7055 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23390/tid=23394] ppid=23389 vsize=868512 CPUtime=0
/proc/23390/task/23394/stat : 23394 (java) S 23389 23376 21539 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 24215922 889356288 7055 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23390/tid=23395] ppid=23389 vsize=868512 CPUtime=0
/proc/23390/task/23395/stat : 23395 (java) S 23389 23376 21539 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 24215924 889356288 7055 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23390/tid=23396] ppid=23389 vsize=868512 CPUtime=0.14
/proc/23390/task/23396/stat : 23396 (java) S 23389 23376 21539 0 -1 64 1460 0 0 0 14 0 0 0 16 0 9 0 24215924 889356288 7055 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23390/tid=23397] ppid=23389 vsize=868512 CPUtime=0
/proc/23390/task/23397/stat : 23397 (java) S 23389 23376 21539 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 24215924 889356288 7055 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23390/tid=23398] ppid=23389 vsize=868512 CPUtime=0
/proc/23390/task/23398/stat : 23398 (java) S 23389 23376 21539 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 24215924 889356288 7055 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.43
Current children cumulated vsize (KiB) 890736

[startup+3.10291 s]
/proc/loadavg: 2.00 2.00 2.00 3/86 23398
/proc/meminfo: memFree=1694608/2055920 swapFree=4192812/4192956
[pid=23376] ppid=23374 vsize=16868 CPUtime=0.72
/proc/23376/stat : 23376 (sugar) S 23374 23376 21539 0 -1 4194304 1310 8133 0 1 6 1 61 4 15 0 1 0 24215844 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23376/statm: 4217 1111 409 3 0 796 0
[pid=23389] ppid=23376 vsize=5356 CPUtime=0
/proc/23389/stat : 23389 (sh) S 23376 23376 21539 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24215920 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23389/statm: 1339 233 193 169 0 50 0
[pid=23390] ppid=23389 vsize=868676 CPUtime=2.3
/proc/23390/stat : 23390 (java) S 23389 23376 21539 0 -1 0 9464 0 1 0 216 14 0 0 20 0 9 0 24215920 889524224 8274 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23390/statm: 217169 8274 2590 9 0 211646 0
[pid=23390/tid=23391] ppid=23389 vsize=868676 CPUtime=1.72
/proc/23390/task/23391/stat : 23391 (java) R 23389 23376 21539 0 -1 64 3119 0 1 0 163 9 0 0 25 0 9 0 24215921 889524224 8274 996147200 134512640 134550932 4294955936 18446744073709551615 4126863151 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23390/tid=23392] ppid=23389 vsize=868676 CPUtime=0.34
/proc/23390/task/23392/stat : 23392 (java) S 23389 23376 21539 0 -1 64 4138 0 0 0 31 3 0 0 16 0 9 0 24215922 889524224 8274 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=23390/tid=23393] ppid=23389 vsize=868676 CPUtime=0
/proc/23390/task/23393/stat : 23393 (java) S 23389 23376 21539 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24215922 889524224 8274 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23390/tid=23394] ppid=23389 vsize=868676 CPUtime=0
/proc/23390/task/23394/stat : 23394 (java) S 23389 23376 21539 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 24215922 889524224 8274 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23390/tid=23395] ppid=23389 vsize=868676 CPUtime=0
/proc/23390/task/23395/stat : 23395 (java) S 23389 23376 21539 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 24215924 889524224 8274 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23390/tid=23396] ppid=23389 vsize=868676 CPUtime=0.2
/proc/23390/task/23396/stat : 23396 (java) S 23389 23376 21539 0 -1 64 1509 0 0 0 20 0 0 0 16 0 9 0 24215924 889524224 8274 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23390/tid=23397] ppid=23389 vsize=868676 CPUtime=0
/proc/23390/task/23397/stat : 23397 (java) S 23389 23376 21539 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 24215924 889524224 8274 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23390/tid=23398] ppid=23389 vsize=868676 CPUtime=0
/proc/23390/task/23398/stat : 23398 (java) S 23389 23376 21539 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 24215924 889524224 8274 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.02
Current children cumulated vsize (KiB) 890900

[startup+6.30122 s]
/proc/loadavg: 2.00 2.00 2.00 3/78 23400
/proc/meminfo: memFree=1669072/2055920 swapFree=4192812/4192956
[pid=23376] ppid=23374 vsize=16868 CPUtime=3.22
/proc/23376/stat : 23376 (sugar) S 23374 23376 21539 0 -1 4194304 1376 17958 0 2 6 1 294 21 15 0 1 0 24215844 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23376/statm: 4217 1113 409 3 0 796 0
[pid=23399] ppid=23376 vsize=5356 CPUtime=0
/proc/23399/stat : 23399 (sh) S 23376 23376 21539 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24216176 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23399/statm: 1339 232 193 169 0 50 0
[pid=23400] ppid=23399 vsize=37932 CPUtime=2.95
/proc/23400/stat : 23400 (minisat) R 23399 23376 21539 0 -1 4194304 9073 0 0 0 289 6 0 0 25 0 1 0 24216176 38842368 9059 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/23400/statm: 9483 9059 75 150 0 9330 0
Current children cumulated CPU time (s) 6.17
Current children cumulated vsize (KiB) 60156

[startup+12.7028 s]
/proc/loadavg: 2.00 2.00 2.00 3/78 23400
/proc/meminfo: memFree=1668688/2055920 swapFree=4192812/4192956
[pid=23376] ppid=23374 vsize=16868 CPUtime=3.22
/proc/23376/stat : 23376 (sugar) S 23374 23376 21539 0 -1 4194304 1376 17958 0 2 6 1 294 21 16 0 1 0 24215844 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23376/statm: 4217 1113 409 3 0 796 0
[pid=23399] ppid=23376 vsize=5356 CPUtime=0
/proc/23399/stat : 23399 (sh) S 23376 23376 21539 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24216176 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23399/statm: 1339 232 193 169 0 50 0
[pid=23400] ppid=23399 vsize=38332 CPUtime=9.32
/proc/23400/stat : 23400 (minisat) R 23399 23376 21539 0 -1 4194304 9177 0 0 0 926 6 0 0 25 0 1 0 24216176 39251968 9163 996147200 134512640 135127466 4294956256 18446744073709551615 134530635 0 0 4096 3 0 0 0 17 0 0 0
/proc/23400/statm: 9583 9163 76 150 0 9430 0
Current children cumulated CPU time (s) 12.54
Current children cumulated vsize (KiB) 60556

[startup+25.501 s]
/proc/loadavg: 2.00 2.00 2.00 3/78 23400
/proc/meminfo: memFree=1667920/2055920 swapFree=4192812/4192956
[pid=23376] ppid=23374 vsize=16868 CPUtime=3.22
/proc/23376/stat : 23376 (sugar) S 23374 23376 21539 0 -1 4194304 1376 17958 0 2 6 1 294 21 16 0 1 0 24215844 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23376/statm: 4217 1113 409 3 0 796 0
[pid=23399] ppid=23376 vsize=5356 CPUtime=0
/proc/23399/stat : 23399 (sh) S 23376 23376 21539 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24216176 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23399/statm: 1339 232 193 169 0 50 0
[pid=23400] ppid=23399 vsize=39256 CPUtime=22.07
/proc/23400/stat : 23400 (minisat) R 23399 23376 21539 0 -1 4194304 9400 0 0 0 2201 6 0 0 25 0 1 0 24216176 40198144 9386 996147200 134512640 135127466 4294956256 18446744073709551615 134527107 0 0 4096 3 0 0 0 17 0 0 0
/proc/23400/statm: 9814 9386 76 150 0 9661 0
Current children cumulated CPU time (s) 25.29
Current children cumulated vsize (KiB) 61480

[startup+51.1015 s]
/proc/loadavg: 2.00 2.00 2.00 3/78 23400
/proc/meminfo: memFree=1666640/2055920 swapFree=4192812/4192956
[pid=23376] ppid=23374 vsize=16868 CPUtime=3.22
/proc/23376/stat : 23376 (sugar) S 23374 23376 21539 0 -1 4194304 1376 17958 0 2 6 1 294 21 16 0 1 0 24215844 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23376/statm: 4217 1113 409 3 0 796 0
[pid=23399] ppid=23376 vsize=5356 CPUtime=0
/proc/23399/stat : 23399 (sh) S 23376 23376 21539 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24216176 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23399/statm: 1339 232 193 169 0 50 0
[pid=23400] ppid=23399 vsize=40708 CPUtime=47.57
/proc/23400/stat : 23400 (minisat) R 23399 23376 21539 0 -1 4194304 9750 0 0 0 4750 7 0 0 25 0 1 0 24216176 41684992 9736 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/23400/statm: 10177 9736 76 150 0 10024 0
Current children cumulated CPU time (s) 50.79
Current children cumulated vsize (KiB) 62932

[startup+102.306 s]
/proc/loadavg: 2.10 2.03 2.01 3/77 23471
/proc/meminfo: memFree=1662672/2055920 swapFree=4192812/4192956
[pid=23376] ppid=23374 vsize=16868 CPUtime=3.22
/proc/23376/stat : 23376 (sugar) S 23374 23376 21539 0 -1 4194304 1376 17958 0 2 6 1 294 21 16 0 1 0 24215844 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23376/statm: 4217 1113 409 3 0 796 0
[pid=23399] ppid=23376 vsize=5356 CPUtime=0
/proc/23399/stat : 23399 (sh) S 23376 23376 21539 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24216176 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23399/statm: 1339 232 193 169 0 50 0
[pid=23400] ppid=23399 vsize=43708 CPUtime=98.48
/proc/23400/stat : 23400 (minisat) R 23399 23376 21539 0 -1 4194304 10516 0 0 0 9839 9 0 0 25 0 1 0 24216176 44756992 10502 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 1 0 0
/proc/23400/statm: 10927 10502 76 150 0 10774 0
Current children cumulated CPU time (s) 101.7
Current children cumulated vsize (KiB) 65932

[startup+162.302 s]
/proc/loadavg: 2.04 2.02 2.00 3/77 23471
/proc/meminfo: memFree=1658832/2055920 swapFree=4192812/4192956
[pid=23376] ppid=23374 vsize=16868 CPUtime=3.22
/proc/23376/stat : 23376 (sugar) S 23374 23376 21539 0 -1 4194304 1376 17958 0 2 6 1 294 21 16 0 1 0 24215844 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23376/statm: 4217 1113 409 3 0 796 0
[pid=23399] ppid=23376 vsize=5356 CPUtime=0
/proc/23399/stat : 23399 (sh) S 23376 23376 21539 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24216176 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0

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

/proc/meminfo: memFree=1602760/2055920 swapFree=4192812/4192956
[pid=23376] ppid=23374 vsize=16868 CPUtime=3.22
/proc/23376/stat : 23376 (sugar) S 23374 23376 21539 0 -1 4194304 1376 17958 0 2 6 1 294 21 16 0 1 0 24215844 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23376/statm: 4217 1113 409 3 0 796 0
[pid=23399] ppid=23376 vsize=5356 CPUtime=0
/proc/23399/stat : 23399 (sh) S 23376 23376 21539 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24216176 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23399/statm: 1339 232 193 169 0 50 0
[pid=23400] ppid=23399 vsize=102832 CPUtime=1353.37
/proc/23400/stat : 23400 (minisat) R 23399 23376 21539 0 -1 4194304 25273 0 0 0 135309 28 0 0 25 0 1 0 24216176 105299968 25259 996147200 134512640 135127466 4294956256 18446744073709551615 134528424 0 0 4096 3 0 0 0 17 1 0 0
/proc/23400/statm: 25708 25259 76 150 0 25555 0
Current children cumulated CPU time (s) 1356.59
Current children cumulated vsize (KiB) 125056

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/78 23472
/proc/meminfo: memFree=1600328/2055920 swapFree=4192812/4192956
[pid=23376] ppid=23374 vsize=16868 CPUtime=3.22
/proc/23376/stat : 23376 (sugar) S 23374 23376 21539 0 -1 4194304 1376 17958 0 2 6 1 294 21 16 0 1 0 24215844 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23376/statm: 4217 1113 409 3 0 796 0
[pid=23399] ppid=23376 vsize=5356 CPUtime=0
/proc/23399/stat : 23399 (sh) S 23376 23376 21539 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24216176 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23399/statm: 1339 232 193 169 0 50 0
[pid=23400] ppid=23399 vsize=105348 CPUtime=1413.11
/proc/23400/stat : 23400 (minisat) R 23399 23376 21539 0 -1 4194304 25899 0 0 0 141282 29 0 0 25 0 1 0 24216176 107876352 25885 996147200 134512640 135127466 4294956256 18446744073709551615 134530686 0 0 4096 3 0 0 0 17 1 0 0
/proc/23400/statm: 26337 25885 76 150 0 26184 0
Current children cumulated CPU time (s) 1416.33
Current children cumulated vsize (KiB) 127572

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/79 23473
/proc/meminfo: memFree=1597376/2055920 swapFree=4192812/4192956
[pid=23376] ppid=23374 vsize=16868 CPUtime=3.22
/proc/23376/stat : 23376 (sugar) S 23374 23376 21539 0 -1 4194304 1376 17958 0 2 6 1 294 21 16 0 1 0 24215844 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23376/statm: 4217 1113 409 3 0 796 0
[pid=23399] ppid=23376 vsize=5356 CPUtime=0
/proc/23399/stat : 23399 (sh) S 23376 23376 21539 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24216176 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23399/statm: 1339 232 193 169 0 50 0
[pid=23400] ppid=23399 vsize=108728 CPUtime=1472.83
/proc/23400/stat : 23400 (minisat) R 23399 23376 21539 0 -1 4194304 26627 0 0 0 147253 30 0 0 25 0 1 0 24216176 111337472 26613 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 1 0 0
/proc/23400/statm: 27182 26613 76 150 0 27029 0
Current children cumulated CPU time (s) 1476.05
Current children cumulated vsize (KiB) 130952

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/79 23473
/proc/meminfo: memFree=1594368/2055920 swapFree=4192812/4192956
[pid=23376] ppid=23374 vsize=16868 CPUtime=3.22
/proc/23376/stat : 23376 (sugar) S 23374 23376 21539 0 -1 4194304 1376 17958 0 2 6 1 294 21 16 0 1 0 24215844 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23376/statm: 4217 1113 409 3 0 796 0
[pid=23399] ppid=23376 vsize=5356 CPUtime=0
/proc/23399/stat : 23399 (sh) S 23376 23376 21539 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24216176 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23399/statm: 1339 232 193 169 0 50 0
[pid=23400] ppid=23399 vsize=111640 CPUtime=1532.54
/proc/23400/stat : 23400 (minisat) R 23399 23376 21539 0 -1 4194304 27355 0 0 0 153223 31 0 0 25 0 1 0 24216176 114319360 27341 996147200 134512640 135127466 4294956256 18446744073709551615 134530933 0 0 4096 3 0 0 0 17 1 0 0
/proc/23400/statm: 27910 27341 76 150 0 27757 0
Current children cumulated CPU time (s) 1535.76
Current children cumulated vsize (KiB) 133864

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/79 23473
/proc/meminfo: memFree=1591424/2055920 swapFree=4192812/4192956
[pid=23376] ppid=23374 vsize=16868 CPUtime=3.22
/proc/23376/stat : 23376 (sugar) S 23374 23376 21539 0 -1 4194304 1376 17958 0 2 6 1 294 21 16 0 1 0 24215844 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23376/statm: 4217 1113 409 3 0 796 0
[pid=23399] ppid=23376 vsize=5356 CPUtime=0
/proc/23399/stat : 23399 (sh) S 23376 23376 21539 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24216176 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23399/statm: 1339 232 193 169 0 50 0
[pid=23400] ppid=23399 vsize=114552 CPUtime=1592.25
/proc/23400/stat : 23400 (minisat) R 23399 23376 21539 0 -1 4194304 28095 0 0 0 159193 32 0 0 25 0 1 0 24216176 117301248 28081 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/23400/statm: 28638 28081 76 150 0 28485 0
Current children cumulated CPU time (s) 1595.47
Current children cumulated vsize (KiB) 136776

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/79 23473
/proc/meminfo: memFree=1588736/2055920 swapFree=4192812/4192956
[pid=23376] ppid=23374 vsize=16868 CPUtime=3.22
/proc/23376/stat : 23376 (sugar) S 23374 23376 21539 0 -1 4194304 1376 17958 0 2 6 1 294 21 16 0 1 0 24215844 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23376/statm: 4217 1113 409 3 0 796 0
[pid=23399] ppid=23376 vsize=5356 CPUtime=0
/proc/23399/stat : 23399 (sh) S 23376 23376 21539 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24216176 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23399/statm: 1339 232 193 169 0 50 0
[pid=23400] ppid=23399 vsize=117060 CPUtime=1651.96
/proc/23400/stat : 23400 (minisat) R 23399 23376 21539 0 -1 4194304 28726 0 0 0 165164 32 0 0 25 0 1 0 24216176 119869440 28712 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/23400/statm: 29265 28712 76 150 0 29112 0
Current children cumulated CPU time (s) 1655.18
Current children cumulated vsize (KiB) 139284

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/80 23474
/proc/meminfo: memFree=1586360/2055920 swapFree=4192812/4192956
[pid=23376] ppid=23374 vsize=16868 CPUtime=3.22
/proc/23376/stat : 23376 (sugar) S 23374 23376 21539 0 -1 4194304 1376 17958 0 2 6 1 294 21 16 0 1 0 24215844 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23376/statm: 4217 1113 409 3 0 796 0
[pid=23399] ppid=23376 vsize=5356 CPUtime=0
/proc/23399/stat : 23399 (sh) S 23376 23376 21539 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24216176 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23399/statm: 1339 232 193 169 0 50 0
[pid=23400] ppid=23399 vsize=119312 CPUtime=1711.68
/proc/23400/stat : 23400 (minisat) R 23399 23376 21539 0 -1 4194304 29320 0 0 0 171135 33 0 0 25 0 1 0 24216176 122175488 29306 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 1 0 0
/proc/23400/statm: 29828 29306 76 150 0 29675 0
Current children cumulated CPU time (s) 1714.9
Current children cumulated vsize (KiB) 141536

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/80 23474
/proc/meminfo: memFree=1583736/2055920 swapFree=4192812/4192956
[pid=23376] ppid=23374 vsize=16868 CPUtime=3.22
/proc/23376/stat : 23376 (sugar) S 23374 23376 21539 0 -1 4194304 1376 17958 0 2 6 1 294 21 16 0 1 0 24215844 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23376/statm: 4217 1113 409 3 0 796 0
[pid=23399] ppid=23376 vsize=5356 CPUtime=0
/proc/23399/stat : 23399 (sh) S 23376 23376 21539 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24216176 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23399/statm: 1339 232 193 169 0 50 0
[pid=23400] ppid=23399 vsize=121832 CPUtime=1771.39
/proc/23400/stat : 23400 (minisat) R 23399 23376 21539 0 -1 4194304 29924 0 0 0 177106 33 0 0 25 0 1 0 24216176 124755968 29910 996147200 134512640 135127466 4294956256 18446744073709551615 134530828 0 0 4096 3 0 0 0 17 1 0 0
/proc/23400/statm: 30458 29910 76 150 0 30305 0
Current children cumulated CPU time (s) 1774.61
Current children cumulated vsize (KiB) 144056



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1807.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/80 23474
/proc/meminfo: memFree=1582648/2055920 swapFree=4192812/4192956
[pid=23376] ppid=23374 vsize=16868 CPUtime=3.22
/proc/23376/stat : 23376 (sugar) S 23374 23376 21539 0 -1 4194304 1376 17958 0 2 6 1 294 21 16 0 1 0 24215844 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23376/statm: 4217 1113 409 3 0 796 0
[pid=23399] ppid=23376 vsize=5356 CPUtime=0
/proc/23399/stat : 23399 (sh) S 23376 23376 21539 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24216176 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23399/statm: 1339 232 193 169 0 50 0
[pid=23400] ppid=23399 vsize=122756 CPUtime=1796.88
/proc/23400/stat : 23400 (minisat) R 23399 23376 21539 0 -1 4194304 30190 0 0 0 179654 34 0 0 25 0 1 0 24216176 125702144 30176 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/23400/statm: 30689 30176 76 150 0 30536 0
Current children cumulated CPU time (s) 1800.1
Current children cumulated vsize (KiB) 144980

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

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

[startup+1807.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/80 23474
/proc/meminfo: memFree=1582648/2055920 swapFree=4192812/4192956
[pid=23376] ppid=23374 vsize=16868 CPUtime=3.22
/proc/23376/stat : 23376 (sugar) S 23374 23376 21539 0 -1 4194304 1376 17958 0 2 6 1 294 21 16 0 1 0 24215844 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23376/statm: 4217 1113 409 3 0 796 0
[pid=23399] ppid=23376 vsize=5356 CPUtime=0
/proc/23399/stat : 23399 (sh) S 23376 23376 21539 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24216176 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23399/statm: 1339 232 193 169 0 50 0
[pid=23400] ppid=23399 vsize=122756 CPUtime=1796.88
/proc/23400/stat : 23400 (minisat) R 23399 23376 21539 0 -1 4194304 30190 0 0 0 179654 34 0 0 25 0 1 0 24216176 125702144 30176 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/23400/statm: 30689 30176 76 150 0 30536 0
Current children cumulated CPU time (s) 1800.1
Current children cumulated vsize (KiB) 144980

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 23376 and gives
#  childrusage.ru_utime.tv_sec=3
#  childrusage.ru_utime.tv_usec=7542
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=248962
# CPU time returned by wait4() is 3.2565
# while last known CPU time is 1800.1
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1807.93
CPU time (s): 1800.1
CPU user time (s): 1799.54
CPU system time (s): 0.56
CPU usage (%): 99.5666
Max. virtual memory (cumulated for all children) (KiB): 890976

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3.00754
system time used= 0.248962
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 19717
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= 5909
involuntary context switches= 5812

runsolver used 1.89171 second user time and 4.71328 second system time

The end

Launcher Data

Begin job on node8 at 2009-07-12 06:04:46
IDJOB=2080883
IDBENCH=57187
IDSOLVER=739
FILE ID=node8/2080883-1247371486
PBS_JOBID= 9507121
Free space on /tmp= 66288 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/langford3/normalized-langford-3-40.xml
COMMAND LINE= DIR/sugar -c -vv -memlimit=MEMLIMIT -jar="DIR/sugar-v1-14-6.jar" -solver="DIR/minisat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2080883-1247371486/watcher-2080883-1247371486 -o /tmp/evaluation-result-2080883-1247371486/solver-2080883-1247371486 -C 1800 -W 2000 -M 900  HOME/sugar -c -vv -memlimit=900 -jar="HOME/sugar-v1-14-6.jar" -solver="HOME/minisat" -tmp="HOME/temp" HOME/instance-2080883-1247371486.xml

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

MD5SUM BENCH= f5050c7234c03b258393dcf49c452457
RANDOM SEED=1474009552

node8.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.213
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.213
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1724296 kB
Buffers:         45444 kB
Cached:         188748 kB
SwapCached:          0 kB
Active:         157708 kB
Inactive:        98776 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1724296 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2132 kB
Writeback:           0 kB
Mapped:          32956 kB
Slab:            60316 kB
Committed_AS:   245560 kB
PageTables:       1732 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66284 MiB
End job on node8 at 2009-07-12 06:34:56