Trace number 2072094

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.09 1805.61

General information on the benchmark

Namecsp/pseudoGLB/
normalized-chnl30-31-pb-cnf-cr.xml
MD5SUM7b5420399cb5bfc12036ec60b979a9b7
Bench CategoryAlldiff+Elt+WSum (alldiff,element,weightedsum)
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 variables1860
Number of constraints122
Maximum constraint arity31
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)weightedsum(122)

Solver Data

0.05/0.08	c 0	Sugar v1-14-6 + HOME/minisat
0.05/0.08	c 0	BEGIN Sun Jul 12 01:47:55 2009
0.05/0.08	c 0	PID 14989
0.05/0.08	c 0	HOST node48.alineos.net
0.05/0.08	c 0	CONVERTING HOME/instance-2072094-1247356075.xml TO HOME/temp.csp
0.05/0.08	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2072094-1247356075.xml' 'HOME/temp.csp'
0.06/0.53	c 0	1 domains, 1860 variables, 0 predicates, 0 relations, 122 constraints
0.06/0.56	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.56	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.49/0.64	c 1	Parsing HOME/temp.csp
0.49/0.75	c 1	parsed 1983 expressions
0.49/0.76	c 1	Heap : 1 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.49/0.76	c 1	Converting to clausal form CSP
0.49/0.78	c 1	converted 199 (10%) expressions
0.49/0.79	c 1	converted 397 (20%) expressions
0.49/0.79	c 1	converted 595 (30%) expressions
0.49/0.79	c 1	converted 794 (40%) expressions
0.49/0.79	c 1	converted 992 (50%) expressions
0.49/0.79	c 1	converted 1190 (60%) expressions
0.49/0.80	c 1	converted 1389 (70%) expressions
0.50/0.81	c 1	converted 1587 (80%) expressions
0.50/0.81	c 1	converted 1785 (90%) expressions
1.01/1.16	c 1	converted 1983 (100%) expressions
1.01/1.16	c 1	CSP : 2346 integers, 0 booleans, 1094 clauses, largest domain size 11
1.01/1.16	c 1	Heap : 2 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.01/1.16	c 1	Propagation in CSP
1.10/1.20	c 1	540 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.10/1.20	c 1	CSP : 2346 integers, 0 booleans, 1094 clauses, largest domain size 11
1.10/1.20	c 1	Heap : 2 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.10/1.21	c 1	Simplifing CSP by introducing new Boolean variables
1.10/1.21	c 1	CSP : 2346 integers, 0 booleans, 1094 clauses, largest domain size 11
1.10/1.21	c 1	Heap : 2 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.10/1.24	c 1	Encoding CSP to SAT : HOME/temp.cnf
1.10/1.25	c 1	235 (10%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.10/1.25	c 1	470 (20%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.10/1.26	c 1	704 (30%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.10/1.26	c 1	939 (40%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.10/1.26	c 1	1173 (50%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.10/1.26	c 1	1408 (60%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.10/1.27	c 1	1643 (70%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.10/1.27	c 1	1877 (80%) CSP integer variables are encoded (153 clauses, 2053 bytes)
1.10/1.27	c 1	2112 (90%) CSP integer variables are encoded (1674 clauses, 21826 bytes)
1.10/1.28	c 1	2346 (100%) CSP integer variables are encoded (1674 clauses, 21826 bytes)
3.58/3.70	c 4	110 (10%) CSP clauses are encoded (98874 clauses, 2826105 bytes)
5.86/6.08	c 6	219 (20%) CSP clauses are encoded (194029 clauses, 5685711 bytes)
8.34/8.58	c 8	329 (30%) CSP clauses are encoded (290207 clauses, 8993822 bytes)
10.71/10.98	c 11	438 (40%) CSP clauses are encoded (382330 clauses, 12219432 bytes)
11.21/11.45	c 11	547 (50%) CSP clauses are encoded (383885 clauses, 12236823 bytes)
11.70/11.93	c 12	657 (60%) CSP clauses are encoded (385455 clauses, 12254522 bytes)
12.19/12.41	c 12	766 (70%) CSP clauses are encoded (387024 clauses, 12272223 bytes)
12.69/12.94	c 13	876 (80%) CSP clauses are encoded (388594 clauses, 12292840 bytes)
13.18/13.46	c 13	985 (90%) CSP clauses are encoded (390143 clauses, 12313308 bytes)
13.68/13.98	c 14	1094 (100%) CSP clauses are encoded (391712 clauses, 12333986 bytes)
13.68/13.98	c 14	1094 CSP clauses encoded
13.68/13.98	c 14	Writing map file : HOME/temp.map
13.68/13.99	c 14	Heap : 2 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
13.68/13.99	c 14	SAT : 4020 SAT variables, 391712 SAT clauses, 12333986 bytes
13.68/14.00	c 14	Heap : 2 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
13.78/14.00	c 14	SOLVING HOME/temp.cnf
13.78/14.00	c 14	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
13.78/14.01	c 14	This is MiniSat 2.0 beta
13.78/14.01	c 14	WARNING: for repeatability, setting FPU to use double precision
13.78/14.01	c 14	============================[ Problem Statistics ]=============================
13.78/14.01	c 14	|                                                                             |
13.78/14.01	c 14	|  Number of variables:  4020                                                 |
13.78/14.01	c 14	|  Number of clauses:    391712                                               |
13.99/14.29	c 14	|  Parsing time:         0.24         s                                       |
14.08/14.31	c 14	============================[ Search Statistics ]==============================
14.08/14.31	c 14	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
14.08/14.31	c 14	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
14.08/14.31	c 14	===============================================================================
14.08/14.31	c 14	|         0 |    4020   391712  2309250 |   130570        0    nan |  0.000 % |
14.08/14.34	c 14	|       100 |    4020   391712  2309250 |   143627      100    104 |  0.000 % |
14.17/14.41	c 14	|       252 |    4020   391712  2309250 |   157990      252    159 |  0.000 % |
14.27/14.54	c 14	|       477 |    4020   391712  2309250 |   173789      477    187 |  0.000 % |
14.37/14.68	c 15	|       814 |    4020   391712  2309250 |   191168      814    175 |  0.000 % |
14.67/14.96	c 15	|      1320 |    4020   391712  2309250 |   210285     1320    202 |  0.000 % |
15.18/15.41	c 15	|      2079 |    4020   391712  2309250 |   231313     2079    240 |  0.000 % |
15.87/16.13	c 16	|      3218 |    4020   391712  2309250 |   254445     3218    279 |  0.000 % |
17.06/17.31	c 17	|      4926 |    4020   391712  2309250 |   279889     4926    284 |  0.000 % |
18.93/19.25	c 19	|      7488 |    4020   391712  2309250 |   307878     7488    284 |  0.000 % |
23.00/23.30	c 23	|     11332 |    4020   391712  2309250 |   338666    11332    300 |  0.000 % |
30.51/30.91	c 31	|     17098 |    4020   391712  2309250 |   372533    17098    322 |  0.000 % |
48.24/48.85	c 49	|     25748 |    4020   391712  2309250 |   409786    25748    342 |  0.000 % |
80.54/81.44	c 81	|     38723 |    4020   391712  2309250 |   450765    38723    356 |  0.000 % |
129.56/130.99	c 131	|     58184 |    4020   391712  2309250 |   495841    58184    367 |  0.000 % |
246.75/249.28	c 249	|     87376 |    4020   391712  2309250 |   545426    87376    388 |  0.000 % |
438.23/442.55	c 442	|    131165 |    4020   391712  2309250 |   599968   131165    395 |  0.000 % |
798.55/803.66	c 804	|    196849 |    4020   391712  2309250 |   659965   196849    417 |  0.000 % |
1441.91/1447.29	c 1447	|    295378 |    4020   391712  2309250 |   725962   295378    429 |  0.000 % |
1800.09/1805.51	c ERROR INTERRUPTED
1800.09/1805.60	s UNKNOWN
1800.09/1805.60	c 1805	CPU 13.82 (0.06 0.02 13.49 0.25)
1800.09/1805.60	c 1805	END Sun Jul 12 02:18:00 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-2072094-1247356075/watcher-2072094-1247356075 -o /tmp/evaluation-result-2072094-1247356075/solver-2072094-1247356075 -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-2072094-1247356075.xml 

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


[startup+0 s]
/proc/loadavg: 2.10 2.09 2.03 4/82 14989
/proc/meminfo: memFree=1415936/2055920 swapFree=4192812/4192956
[pid=14989] ppid=14987 vsize=12268 CPUtime=0
/proc/14989/stat : 14989 (sugar) R 14987 14989 13939 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 22671639 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 255539772005 0 0 4224 0 0 0 0 17 1 0 0
/proc/14989/statm: 3067 316 241 3 0 167 0

[startup+0.073945 s]
/proc/loadavg: 2.10 2.09 2.03 4/82 14989
/proc/meminfo: memFree=1415936/2055920 swapFree=4192812/4192956
[pid=14989] ppid=14987 vsize=16476 CPUtime=0.05
/proc/14989/stat : 14989 (sugar) R 14987 14989 13939 0 -1 4194304 1022 0 0 0 4 1 0 0 18 0 1 0 22671639 16871424 990 996147200 4194304 4206940 548682068608 18446744073709551615 255553109424 0 0 4224 0 0 0 0 17 1 0 0
/proc/14989/statm: 4119 990 380 3 0 698 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 16476

[startup+0.101948 s]
/proc/loadavg: 2.10 2.09 2.03 4/82 14989
/proc/meminfo: memFree=1415936/2055920 swapFree=4192812/4192956
[pid=14989] ppid=14987 vsize=16868 CPUtime=0.06
/proc/14989/stat : 14989 (sugar) S 14987 14989 13939 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 22671639 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14989/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.301966 s]
/proc/loadavg: 2.10 2.09 2.03 4/82 14989
/proc/meminfo: memFree=1415936/2055920 swapFree=4192812/4192956
[pid=14989] ppid=14987 vsize=16868 CPUtime=0.06
/proc/14989/stat : 14989 (sugar) S 14987 14989 13939 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 22671639 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14989/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.702 s]
/proc/loadavg: 2.10 2.09 2.03 4/82 14989
/proc/meminfo: memFree=1415936/2055920 swapFree=4192812/4192956
[pid=14989] ppid=14987 vsize=16868 CPUtime=0.49
/proc/14989/stat : 14989 (sugar) S 14987 14989 13939 0 -1 4194304 1309 4899 0 1 5 1 39 4 16 0 1 0 22671639 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14989/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 16868

[startup+1.50207 s]
/proc/loadavg: 2.10 2.09 2.03 3/93 15011
/proc/meminfo: memFree=1404968/2055920 swapFree=4192812/4192956
[pid=14989] ppid=14987 vsize=16868 CPUtime=0.5
/proc/14989/stat : 14989 (sugar) S 14987 14989 13939 0 -1 4194304 1310 4899 0 1 5 2 39 4 15 0 1 0 22671639 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14989/statm: 4217 1111 409 3 0 796 0
[pid=15002] ppid=14989 vsize=5356 CPUtime=0
/proc/15002/stat : 15002 (sh) S 14989 14989 13939 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22671696 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15002/statm: 1339 233 193 169 0 50 0
[pid=15003] ppid=15002 vsize=868620 CPUtime=0.91
/proc/15003/stat : 15003 (java) S 15002 14989 13939 0 -1 0 6738 0 1 0 86 5 0 0 18 0 9 0 22671696 889466880 5936 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15003/statm: 217155 5936 2589 9 0 211632 0
[pid=15003/tid=15004] ppid=15002 vsize=868620 CPUtime=0.62
/proc/15003/task/15004/stat : 15004 (java) R 15002 14989 13939 0 -1 64 2754 0 1 0 60 2 0 0 19 0 9 0 22671697 889466880 5936 996147200 134512640 134550932 4294955936 18446744073709551615 4126431445 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15003/tid=15005] ppid=15002 vsize=868620 CPUtime=0.06
/proc/15003/task/15005/stat : 15005 (java) S 15002 14989 13939 0 -1 64 1765 0 0 0 6 0 0 0 16 0 9 0 22671698 889466880 5936 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15003/tid=15006] ppid=15002 vsize=868620 CPUtime=0
/proc/15003/task/15006/stat : 15006 (java) S 15002 14989 13939 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22671698 889466880 5936 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15003/tid=15007] ppid=15002 vsize=868620 CPUtime=0
/proc/15003/task/15007/stat : 15007 (java) S 15002 14989 13939 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 22671698 889466880 5936 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15003/tid=15008] ppid=15002 vsize=868620 CPUtime=0
/proc/15003/task/15008/stat : 15008 (java) S 15002 14989 13939 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 22671700 889466880 5936 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15003/tid=15009] ppid=15002 vsize=868620 CPUtime=0.2
/proc/15003/task/15009/stat : 15009 (java) S 15002 14989 13939 0 -1 64 1520 0 0 0 19 1 0 0 16 0 9 0 22671700 889466880 5936 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15003/tid=15010] ppid=15002 vsize=868620 CPUtime=0
/proc/15003/task/15010/stat : 15010 (java) S 15002 14989 13939 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 22671700 889466880 5936 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15003/tid=15011] ppid=15002 vsize=868620 CPUtime=0
/proc/15003/task/15011/stat : 15011 (java) S 15002 14989 13939 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22671700 889466880 5936 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.41
Current children cumulated vsize (KiB) 890844

[startup+3.10222 s]
/proc/loadavg: 2.10 2.09 2.03 3/93 15011
/proc/meminfo: memFree=1397800/2055920 swapFree=4192812/4192956
[pid=14989] ppid=14987 vsize=16868 CPUtime=0.5
/proc/14989/stat : 14989 (sugar) S 14987 14989 13939 0 -1 4194304 1310 4899 0 1 5 2 39 4 15 0 1 0 22671639 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14989/statm: 4217 1111 409 3 0 796 0
[pid=15002] ppid=14989 vsize=5356 CPUtime=0
/proc/15002/stat : 15002 (sh) S 14989 14989 13939 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22671696 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15002/statm: 1339 233 193 169 0 50 0
[pid=15003] ppid=15002 vsize=868620 CPUtime=2.49
/proc/15003/stat : 15003 (java) S 15002 14989 13939 0 -1 0 6851 0 1 0 243 6 0 0 18 0 9 0 22671696 889466880 5936 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15003/statm: 217155 5936 2589 9 0 211632 0
[pid=15003/tid=15004] ppid=15002 vsize=868620 CPUtime=2.17
/proc/15003/task/15004/stat : 15004 (java) R 15002 14989 13939 0 -1 64 2867 0 1 0 214 3 0 0 25 0 9 0 22671697 889466880 5936 996147200 134512640 134550932 4294955936 18446744073709551615 4126966596 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15003/tid=15005] ppid=15002 vsize=868620 CPUtime=0.09
/proc/15003/task/15005/stat : 15005 (java) S 15002 14989 13939 0 -1 64 1765 0 0 0 8 1 0 0 16 0 9 0 22671698 889466880 5936 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15003/tid=15006] ppid=15002 vsize=868620 CPUtime=0
/proc/15003/task/15006/stat : 15006 (java) S 15002 14989 13939 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22671698 889466880 5936 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15003/tid=15007] ppid=15002 vsize=868620 CPUtime=0
/proc/15003/task/15007/stat : 15007 (java) S 15002 14989 13939 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 22671698 889466880 5936 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15003/tid=15008] ppid=15002 vsize=868620 CPUtime=0
/proc/15003/task/15008/stat : 15008 (java) S 15002 14989 13939 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 22671700 889466880 5936 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15003/tid=15009] ppid=15002 vsize=868620 CPUtime=0.2
/proc/15003/task/15009/stat : 15009 (java) S 15002 14989 13939 0 -1 64 1520 0 0 0 19 1 0 0 16 0 9 0 22671700 889466880 5936 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15003/tid=15010] ppid=15002 vsize=868620 CPUtime=0
/proc/15003/task/15010/stat : 15010 (java) S 15002 14989 13939 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 22671700 889466880 5936 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15003/tid=15011] ppid=15002 vsize=868620 CPUtime=0
/proc/15003/task/15011/stat : 15011 (java) S 15002 14989 13939 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22671700 889466880 5936 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.99
Current children cumulated vsize (KiB) 890844

[startup+6.30152 s]
/proc/loadavg: 2.09 2.09 2.02 3/93 15011
/proc/meminfo: memFree=1393640/2055920 swapFree=4192812/4192956
[pid=14989] ppid=14987 vsize=16868 CPUtime=0.5
/proc/14989/stat : 14989 (sugar) S 14987 14989 13939 0 -1 4194304 1310 4899 0 1 5 2 39 4 16 0 1 0 22671639 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14989/statm: 4217 1111 409 3 0 796 0
[pid=15002] ppid=14989 vsize=5356 CPUtime=0
/proc/15002/stat : 15002 (sh) S 14989 14989 13939 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22671696 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15002/statm: 1339 233 193 169 0 50 0
[pid=15003] ppid=15002 vsize=868620 CPUtime=5.66
/proc/15003/stat : 15003 (java) S 15002 14989 13939 0 -1 0 7080 0 1 0 554 12 0 0 18 0 9 0 22671696 889466880 5938 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15003/statm: 217155 5938 2589 9 0 211632 0
[pid=15003/tid=15004] ppid=15002 vsize=868620 CPUtime=5.27
/proc/15003/task/15004/stat : 15004 (java) R 15002 14989 13939 0 -1 64 3094 0 1 0 521 6 0 0 25 0 9 0 22671697 889466880 5938 996147200 134512640 134550932 4294955936 18446744073709551615 4126679330 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15003/tid=15005] ppid=15002 vsize=868620 CPUtime=0.15
/proc/15003/task/15005/stat : 15005 (java) S 15002 14989 13939 0 -1 64 1765 0 0 0 12 3 0 0 16 0 9 0 22671698 889466880 5938 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15003/tid=15006] ppid=15002 vsize=868620 CPUtime=0
/proc/15003/task/15006/stat : 15006 (java) S 15002 14989 13939 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22671698 889466880 5938 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15003/tid=15007] ppid=15002 vsize=868620 CPUtime=0
/proc/15003/task/15007/stat : 15007 (java) S 15002 14989 13939 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 22671698 889466880 5938 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15003/tid=15008] ppid=15002 vsize=868620 CPUtime=0
/proc/15003/task/15008/stat : 15008 (java) S 15002 14989 13939 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 22671700 889466880 5938 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15003/tid=15009] ppid=15002 vsize=868620 CPUtime=0.2
/proc/15003/task/15009/stat : 15009 (java) S 15002 14989 13939 0 -1 64 1522 0 0 0 19 1 0 0 16 0 9 0 22671700 889466880 5938 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15003/tid=15010] ppid=15002 vsize=868620 CPUtime=0
/proc/15003/task/15010/stat : 15010 (java) S 15002 14989 13939 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 22671700 889466880 5938 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15003/tid=15011] ppid=15002 vsize=868620 CPUtime=0
/proc/15003/task/15011/stat : 15011 (java) S 15002 14989 13939 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22671700 889466880 5938 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.16
Current children cumulated vsize (KiB) 890844

[startup+12.7021 s]
/proc/loadavg: 2.08 2.09 2.02 3/93 15011
/proc/meminfo: memFree=1386024/2055920 swapFree=4192812/4192956
[pid=14989] ppid=14987 vsize=16868 CPUtime=0.5
/proc/14989/stat : 14989 (sugar) S 14987 14989 13939 0 -1 4194304 1310 4899 0 1 5 2 39 4 15 0 1 0 22671639 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14989/statm: 4217 1111 409 3 0 796 0
[pid=15002] ppid=14989 vsize=5356 CPUtime=0
/proc/15002/stat : 15002 (sh) S 14989 14989 13939 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22671696 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15002/statm: 1339 233 193 169 0 50 0
[pid=15003] ppid=15002 vsize=868620 CPUtime=11.99
/proc/15003/stat : 15003 (java) S 15002 14989 13939 0 -1 0 7455 0 1 0 1181 18 0 0 18 0 9 0 22671696 889466880 5943 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15003/statm: 217155 5943 2589 9 0 211632 0
[pid=15003/tid=15004] ppid=15002 vsize=868620 CPUtime=11.48
/proc/15003/task/15004/stat : 15004 (java) R 15002 14989 13939 0 -1 64 3465 0 1 0 1138 10 0 0 25 0 9 0 22671697 889466880 5943 996147200 134512640 134550932 4294955936 18446744073709551615 4126553900 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15003/tid=15005] ppid=15002 vsize=868620 CPUtime=0.27
/proc/15003/task/15005/stat : 15005 (java) S 15002 14989 13939 0 -1 64 1765 0 0 0 21 6 0 0 16 0 9 0 22671698 889466880 5943 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15003/tid=15006] ppid=15002 vsize=868620 CPUtime=0
/proc/15003/task/15006/stat : 15006 (java) S 15002 14989 13939 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22671698 889466880 5943 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15003/tid=15007] ppid=15002 vsize=868620 CPUtime=0
/proc/15003/task/15007/stat : 15007 (java) S 15002 14989 13939 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 22671698 889466880 5943 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15003/tid=15008] ppid=15002 vsize=868620 CPUtime=0
/proc/15003/task/15008/stat : 15008 (java) S 15002 14989 13939 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 22671700 889466880 5943 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15003/tid=15009] ppid=15002 vsize=868620 CPUtime=0.21
/proc/15003/task/15009/stat : 15009 (java) S 15002 14989 13939 0 -1 64 1526 0 0 0 20 1 0 0 16 0 9 0 22671700 889466880 5943 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15003/tid=15010] ppid=15002 vsize=868620 CPUtime=0
/proc/15003/task/15010/stat : 15010 (java) S 15002 14989 13939 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 22671700 889466880 5943 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15003/tid=15011] ppid=15002 vsize=868620 CPUtime=0
/proc/15003/task/15011/stat : 15011 (java) S 15002 14989 13939 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22671700 889466880 5943 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.49
Current children cumulated vsize (KiB) 890844

[startup+25.5013 s]
/proc/loadavg: 2.06 2.09 2.02 3/85 15013
/proc/meminfo: memFree=1359912/2055920 swapFree=4192812/4192956
[pid=14989] ppid=14987 vsize=16868 CPUtime=13.81
/proc/14989/stat : 14989 (sugar) S 14987 14989 13939 0 -1 4194304 1376 12700 0 2 6 2 1349 24 16 0 1 0 22671639 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14989/statm: 4217 1113 409 3 0 796 0
[pid=15012] ppid=14989 vsize=5356 CPUtime=0
/proc/15012/stat : 15012 (sh) S 14989 14989 13939 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22673040 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15012/statm: 1339 232 193 169 0 50 0
[pid=15013] ppid=15012 vsize=41284 CPUtime=11.37
/proc/15013/stat : 15013 (minisat) R 15012 14989 13939 0 -1 4194304 10147 0 0 0 1132 5 0 0 25 0 1 0 22673040 42274816 10133 996147200 134512640 135127466 4294956256 18446744073709551615 134530772 0 0 4096 3 0 0 0 17 1 0 0
/proc/15013/statm: 10321 10133 75 150 0 10168 0
Current children cumulated CPU time (s) 25.18
Current children cumulated vsize (KiB) 63508

[startup+51.1017 s]
/proc/loadavg: 2.04 2.08 2.02 3/85 15013
/proc/meminfo: memFree=1310568/2055920 swapFree=4192812/4192956
[pid=14989] ppid=14987 vsize=16868 CPUtime=13.81
/proc/14989/stat : 14989 (sugar) S 14987 14989 13939 0 -1 4194304 1376 12700 0 2 6 2 1349 24 16 0 1 0 22671639 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14989/statm: 4217 1113 409 3 0 796 0

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

/proc/meminfo: memFree=1290112/2055920 swapFree=4192812/4192956
[pid=14989] ppid=14987 vsize=16868 CPUtime=13.81
/proc/14989/stat : 14989 (sugar) S 14987 14989 13939 0 -1 4194304 1376 12700 0 2 6 2 1349 24 16 0 1 0 22671639 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14989/statm: 4217 1113 409 3 0 796 0
[pid=15012] ppid=14989 vsize=5356 CPUtime=0
/proc/15012/stat : 15012 (sh) S 14989 14989 13939 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22673040 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15012/statm: 1339 232 193 169 0 50 0
[pid=15013] ppid=15012 vsize=528152 CPUtime=1343.24
/proc/15013/stat : 15013 (minisat) R 15012 14989 13939 0 -1 4194304 130847 0 0 0 134188 136 0 0 25 0 1 0 22673040 540827648 130833 996147200 134512640 135127466 4294956256 18446744073709551615 134530752 0 0 4096 3 0 0 0 17 0 0 0
/proc/15013/statm: 132038 130833 75 150 0 131885 0
Current children cumulated CPU time (s) 1357.05
Current children cumulated vsize (KiB) 550376

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 15186
/proc/meminfo: memFree=1272704/2055920 swapFree=4192812/4192956
[pid=14989] ppid=14987 vsize=16868 CPUtime=13.81
/proc/14989/stat : 14989 (sugar) S 14987 14989 13939 0 -1 4194304 1376 12700 0 2 6 2 1349 24 16 0 1 0 22671639 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14989/statm: 4217 1113 409 3 0 796 0
[pid=15012] ppid=14989 vsize=5356 CPUtime=0
/proc/15012/stat : 15012 (sh) S 14989 14989 13939 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22673040 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15012/statm: 1339 232 193 169 0 50 0
[pid=15013] ppid=15012 vsize=545312 CPUtime=1403.21
/proc/15013/stat : 15013 (minisat) R 15012 14989 13939 0 -1 4194304 135153 0 0 0 140180 141 0 0 25 0 1 0 22673040 558399488 135139 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/15013/statm: 136328 135139 75 150 0 136175 0
Current children cumulated CPU time (s) 1417.02
Current children cumulated vsize (KiB) 567536

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 15186
/proc/meminfo: memFree=1258752/2055920 swapFree=4192812/4192956
[pid=14989] ppid=14987 vsize=16868 CPUtime=13.81
/proc/14989/stat : 14989 (sugar) S 14987 14989 13939 0 -1 4194304 1376 12700 0 2 6 2 1349 24 16 0 1 0 22671639 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14989/statm: 4217 1113 409 3 0 796 0
[pid=15012] ppid=14989 vsize=5356 CPUtime=0
/proc/15012/stat : 15012 (sh) S 14989 14989 13939 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22673040 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15012/statm: 1339 232 193 169 0 50 0
[pid=15013] ppid=15012 vsize=559508 CPUtime=1463.19
/proc/15013/stat : 15013 (minisat) R 15012 14989 13939 0 -1 4194304 138655 0 0 0 146174 145 0 0 25 0 1 0 22673040 572936192 138641 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/15013/statm: 139877 138641 75 150 0 139724 0
Current children cumulated CPU time (s) 1477
Current children cumulated vsize (KiB) 581732

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 15186
/proc/meminfo: memFree=1243392/2055920 swapFree=4192812/4192956
[pid=14989] ppid=14987 vsize=16868 CPUtime=13.81
/proc/14989/stat : 14989 (sugar) S 14987 14989 13939 0 -1 4194304 1376 12700 0 2 6 2 1349 24 16 0 1 0 22671639 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14989/statm: 4217 1113 409 3 0 796 0
[pid=15012] ppid=14989 vsize=5356 CPUtime=0
/proc/15012/stat : 15012 (sh) S 14989 14989 13939 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22673040 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15012/statm: 1339 232 193 169 0 50 0
[pid=15013] ppid=15012 vsize=574636 CPUtime=1523.17
/proc/15013/stat : 15013 (minisat) R 15012 14989 13939 0 -1 4194304 142435 0 0 0 152168 149 0 0 25 0 1 0 22673040 588427264 142421 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/15013/statm: 143659 142421 75 150 0 143506 0
Current children cumulated CPU time (s) 1536.98
Current children cumulated vsize (KiB) 596860

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 15186
/proc/meminfo: memFree=1229312/2055920 swapFree=4192812/4192956
[pid=14989] ppid=14987 vsize=16868 CPUtime=13.81
/proc/14989/stat : 14989 (sugar) S 14987 14989 13939 0 -1 4194304 1376 12700 0 2 6 2 1349 24 16 0 1 0 22671639 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14989/statm: 4217 1113 409 3 0 796 0
[pid=15012] ppid=14989 vsize=5356 CPUtime=0
/proc/15012/stat : 15012 (sh) S 14989 14989 13939 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22673040 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15012/statm: 1339 232 193 169 0 50 0
[pid=15013] ppid=15012 vsize=589368 CPUtime=1583.15
/proc/15013/stat : 15013 (minisat) R 15012 14989 13939 0 -1 4194304 145967 0 0 0 158161 154 0 0 25 0 1 0 22673040 603512832 145953 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/15013/statm: 147342 145953 75 150 0 147189 0
Current children cumulated CPU time (s) 1596.96
Current children cumulated vsize (KiB) 611592

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 15186
/proc/meminfo: memFree=1216128/2055920 swapFree=4192812/4192956
[pid=14989] ppid=14987 vsize=16868 CPUtime=13.81
/proc/14989/stat : 14989 (sugar) S 14987 14989 13939 0 -1 4194304 1376 12700 0 2 6 2 1349 24 16 0 1 0 22671639 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14989/statm: 4217 1113 409 3 0 796 0
[pid=15012] ppid=14989 vsize=5356 CPUtime=0
/proc/15012/stat : 15012 (sh) S 14989 14989 13939 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22673040 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15012/statm: 1339 232 193 169 0 50 0
[pid=15013] ppid=15012 vsize=602440 CPUtime=1643.13
/proc/15013/stat : 15013 (minisat) R 15012 14989 13939 0 -1 4194304 149230 0 0 0 164156 157 0 0 25 0 1 0 22673040 616898560 149216 996147200 134512640 135127466 4294956256 18446744073709551615 134530766 0 0 4096 3 0 0 0 17 0 0 0
/proc/15013/statm: 150610 149216 75 150 0 150457 0
Current children cumulated CPU time (s) 1656.94
Current children cumulated vsize (KiB) 624664

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 15186
/proc/meminfo: memFree=1204288/2055920 swapFree=4192812/4192956
[pid=14989] ppid=14987 vsize=16868 CPUtime=13.81
/proc/14989/stat : 14989 (sugar) S 14987 14989 13939 0 -1 4194304 1376 12700 0 2 6 2 1349 24 16 0 1 0 22671639 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14989/statm: 4217 1113 409 3 0 796 0
[pid=15012] ppid=14989 vsize=5356 CPUtime=0
/proc/15012/stat : 15012 (sh) S 14989 14989 13939 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22673040 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15012/statm: 1339 232 193 169 0 50 0
[pid=15013] ppid=15012 vsize=614460 CPUtime=1703.11
/proc/15013/stat : 15013 (minisat) R 15012 14989 13939 0 -1 4194304 152177 0 0 0 170151 160 0 0 25 0 1 0 22673040 629207040 152163 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/15013/statm: 153615 152163 75 150 0 153462 0
Current children cumulated CPU time (s) 1716.92
Current children cumulated vsize (KiB) 636684

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 15186
/proc/meminfo: memFree=1190784/2055920 swapFree=4192812/4192956
[pid=14989] ppid=14987 vsize=16868 CPUtime=13.81
/proc/14989/stat : 14989 (sugar) S 14987 14989 13939 0 -1 4194304 1376 12700 0 2 6 2 1349 24 16 0 1 0 22671639 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14989/statm: 4217 1113 409 3 0 796 0
[pid=15012] ppid=14989 vsize=5356 CPUtime=0
/proc/15012/stat : 15012 (sh) S 14989 14989 13939 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22673040 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15012/statm: 1339 232 193 169 0 50 0
[pid=15013] ppid=15012 vsize=627744 CPUtime=1763.08
/proc/15013/stat : 15013 (minisat) R 15012 14989 13939 0 -1 4194304 155475 0 0 0 176145 163 0 0 25 0 1 0 22673040 642809856 155461 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/15013/statm: 156936 155461 75 150 0 156783 0
Current children cumulated CPU time (s) 1776.89
Current children cumulated vsize (KiB) 649968



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1805.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 15186
/proc/meminfo: memFree=1184512/2055920 swapFree=4192812/4192956
[pid=14989] ppid=14987 vsize=16868 CPUtime=13.81
/proc/14989/stat : 14989 (sugar) S 14987 14989 13939 0 -1 4194304 1376 12700 0 2 6 2 1349 24 16 0 1 0 22671639 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14989/statm: 4217 1113 409 3 0 796 0
[pid=15012] ppid=14989 vsize=5356 CPUtime=0
/proc/15012/stat : 15012 (sh) S 14989 14989 13939 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22673040 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15012/statm: 1339 232 193 169 0 50 0
[pid=15013] ppid=15012 vsize=633816 CPUtime=1786.28
/proc/15013/stat : 15013 (minisat) R 15012 14989 13939 0 -1 4194304 157007 0 0 0 178464 164 0 0 25 0 1 0 22673040 649027584 156993 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/15013/statm: 158454 156993 75 150 0 158301 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 656040

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

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

[startup+1805.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 15186
/proc/meminfo: memFree=1184512/2055920 swapFree=4192812/4192956
[pid=14989] ppid=14987 vsize=16868 CPUtime=13.81
/proc/14989/stat : 14989 (sugar) S 14987 14989 13939 0 -1 4194304 1376 12700 0 2 6 2 1349 24 16 0 1 0 22671639 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14989/statm: 4217 1113 409 3 0 796 0
[pid=15012] ppid=14989 vsize=5356 CPUtime=0
/proc/15012/stat : 15012 (sh) S 14989 14989 13939 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22673040 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15012/statm: 1339 232 193 169 0 50 0
[pid=15013] ppid=15012 vsize=633816 CPUtime=1786.28
/proc/15013/stat : 15013 (minisat) R 15012 14989 13939 0 -1 4194304 157007 0 0 0 178464 164 0 0 25 0 1 0 22673040 649027584 156993 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/15013/statm: 158454 156993 75 150 0 158301 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 656040

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 14989 and gives
#  childrusage.ru_utime.tv_sec=13
#  childrusage.ru_utime.tv_usec=555939
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=280957
# CPU time returned by wait4() is 13.8369
# while last known CPU time is 1800.09
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1805.61
CPU time (s): 1800.09
CPU user time (s): 1798.19
CPU system time (s): 1.9
CPU usage (%): 99.6943
Max. virtual memory (cumulated for all children) (KiB): 890844

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 13.5559
system time used= 0.280957
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 14459
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= 9094
involuntary context switches= 9485

runsolver used 2.10768 second user time and 6.11107 second system time

The end

Launcher Data

Begin job on node48 at 2009-07-12 01:47:55
IDJOB=2072094
IDBENCH=55580
IDSOLVER=739
FILE ID=node48/2072094-1247356075
PBS_JOBID= 9506844
Free space on /tmp= 66420 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/pseudoGLB/normalized-chnl30-31-pb-cnf-cr.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-2072094-1247356075/watcher-2072094-1247356075 -o /tmp/evaluation-result-2072094-1247356075/solver-2072094-1247356075 -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-2072094-1247356075.xml

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

MD5SUM BENCH= 7b5420399cb5bfc12036ec60b979a9b7
RANDOM SEED=885272272

node48.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.237
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.237
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:       1416416 kB
Buffers:         10980 kB
Cached:         117744 kB
SwapCached:          0 kB
Active:         562164 kB
Inactive:        29648 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1416416 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1432 kB
Writeback:           0 kB
Mapped:         484372 kB
Slab:            31972 kB
Committed_AS:   714136 kB
PageTables:       2808 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= 66460 MiB
End job on node48 at 2009-07-12 02:18:02