Trace number 2086372

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.08 1808.68

General information on the benchmark

Namecsp/bibdVariousK/
normalized-bibd-22-22-7-7-2_glb.xml
MD5SUMfe82314b302abaa46d389d44dd090e21
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 variables5566
Number of constraints5357
Maximum constraint arity22
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension5082
Global constraints used (with number of constraints)weightedsum(275)

Solver Data

0.03/0.07	c 0	Sugar v1-14-6 + HOME/minisat
0.03/0.07	c 0	BEGIN Sun Jul 12 09:25:06 2009
0.03/0.07	c 0	PID 25218
0.03/0.07	c 0	HOST node88.alineos.net
0.03/0.07	c 0	CONVERTING HOME/instance-2086372-1247383506.xml TO HOME/temp.csp
0.03/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-2086372-1247383506.xml' 'HOME/temp.csp'
0.06/0.84	c 1	1 domains, 5566 variables, 1 predicates, 0 relations, 5357 constraints
0.06/0.85	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.85	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.83/0.92	c 1	Parsing HOME/temp.csp
0.96/1.06	c 1	parsed 10000 expressions
0.96/1.10	c 1	parsed 10925 expressions
1.07/1.11	c 1	Heap : 3 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.07/1.11	c 1	Converting to clausal form CSP
1.07/1.14	c 1	converted 1093 (10%) expressions
1.07/1.15	c 1	converted 2185 (20%) expressions
1.07/1.15	c 1	converted 3278 (30%) expressions
1.07/1.15	c 1	converted 4370 (40%) expressions
1.07/1.20	c 2	converted 5463 (50%) expressions
1.66/1.73	c 2	converted 6555 (60%) expressions
1.96/2.07	c 2	converted 7648 (70%) expressions
2.35/2.46	c 3	converted 8740 (80%) expressions
2.65/2.70	c 3	converted 9833 (90%) expressions
3.16/3.24	c 4	converted 10925 (100%) expressions
3.16/3.24	c 4	CSP : 17380 integers, 10164 booleans, 54670 clauses, largest domain size 9
3.16/3.24	c 4	Heap : 33 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
3.16/3.24	c 4	Propagation in CSP
3.25/3.39	c 4	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
3.35/3.40	c 4	CSP : 17380 integers, 10164 booleans, 54670 clauses, largest domain size 9
3.35/3.40	c 4	Heap : 33 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
3.35/3.42	c 4	Simplifing CSP by introducing new Boolean variables
3.35/3.45	c 4	CSP : 17380 integers, 10164 booleans, 54670 clauses, largest domain size 9
3.35/3.45	c 4	Heap : 34 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
3.54/3.65	c 4	Encoding CSP to SAT : HOME/temp.cnf
3.54/3.68	c 4	1738 (10%) CSP integer variables are encoded (0 clauses, 64 bytes)
3.54/3.68	c 4	3476 (20%) CSP integer variables are encoded (0 clauses, 64 bytes)
3.54/3.68	c 4	5214 (30%) CSP integer variables are encoded (0 clauses, 64 bytes)
3.54/3.69	c 4	6952 (40%) CSP integer variables are encoded (0 clauses, 64 bytes)
3.54/3.69	c 4	8690 (50%) CSP integer variables are encoded (0 clauses, 64 bytes)
3.54/3.69	c 4	10428 (60%) CSP integer variables are encoded (0 clauses, 64 bytes)
3.54/3.69	c 4	12166 (70%) CSP integer variables are encoded (0 clauses, 64 bytes)
3.54/3.70	c 4	13904 (80%) CSP integer variables are encoded (0 clauses, 64 bytes)
3.64/3.70	c 4	15642 (90%) CSP integer variables are encoded (0 clauses, 64 bytes)
3.64/3.71	c 4	17380 (100%) CSP integer variables are encoded (6710 clauses, 100714 bytes)
3.64/3.78	c 4	5467 (10%) CSP clauses are encoded (12177 clauses, 178461 bytes)
3.75/3.81	c 4	10934 (20%) CSP clauses are encoded (17644 clauses, 257952 bytes)
3.75/3.85	c 4	16401 (30%) CSP clauses are encoded (23111 clauses, 337675 bytes)
3.75/3.88	c 4	21868 (40%) CSP clauses are encoded (28578 clauses, 418636 bytes)
3.84/3.91	c 4	27335 (50%) CSP clauses are encoded (34045 clauses, 504771 bytes)
3.84/3.95	c 4	32802 (60%) CSP clauses are encoded (39512 clauses, 591152 bytes)
3.84/3.98	c 4	38269 (70%) CSP clauses are encoded (44979 clauses, 677532 bytes)
3.94/4.01	c 4	43736 (80%) CSP clauses are encoded (50446 clauses, 763911 bytes)
3.94/4.05	c 4	49203 (90%) CSP clauses are encoded (55913 clauses, 850292 bytes)
8.02/8.13	c 8	54670 (100%) CSP clauses are encoded (443443 clauses, 11085978 bytes)
8.02/8.13	c 8	54670 CSP clauses encoded
8.02/8.13	c 8	Writing map file : HOME/temp.map
8.02/8.16	c 8	Heap : 31 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
8.02/8.16	c 8	SAT : 34254 SAT variables, 443443 SAT clauses, 11085978 bytes
8.02/8.16	c 8	Heap : 31 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
8.07/8.22	c 9	SOLVING HOME/temp.cnf
8.07/8.22	c 9	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
8.07/8.22	c 9	This is MiniSat 2.0 beta
8.07/8.22	c 9	WARNING: for repeatability, setting FPU to use double precision
8.07/8.22	c 9	============================[ Problem Statistics ]=============================
8.07/8.22	c 9	|                                                                             |
8.07/8.22	c 9	|  Number of variables:  34254                                                |
8.07/8.22	c 9	|  Number of clauses:    443443                                               |
8.09/8.48	c 9	|  Parsing time:         0.23         s                                       |
8.09/8.50	c 9	============================[ Search Statistics ]==============================
8.09/8.50	c 9	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
8.09/8.50	c 9	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
8.09/8.50	c 9	===============================================================================
8.09/8.50	c 9	|         0 |   34254   443443  1887391 |   147814        0    nan |  0.000 % |
8.09/8.51	c 9	|       100 |   34254   443443  1887391 |   162595      100     17 |  0.000 % |
8.09/8.54	c 9	|       251 |   34254   443443  1887391 |   178855      251     18 |  0.000 % |
8.09/8.64	c 9	|       476 |   34254   443443  1887391 |   196740      476     20 |  0.000 % |
8.56/8.76	c 9	|       813 |   34254   443443  1887391 |   216414      813     22 |  0.000 % |
8.76/8.93	c 9	|      1319 |   34254   443443  1887391 |   238056     1319     21 |  0.000 % |
8.95/9.14	c 9	|      2079 |   34254   443443  1887391 |   261862     2079     22 |  0.000 % |
9.35/9.55	c 10	|      3218 |   34254   443443  1887391 |   288048     3218     24 |  0.000 % |
10.04/10.28	c 11	|      4926 |   34254   443443  1887391 |   316853     4926     26 |  0.000 % |
11.04/11.21	c 12	|      7488 |   34254   443443  1887391 |   348538     7488     30 |  0.000 % |
12.24/12.40	c 13	|     11332 |   34254   443443  1887391 |   383392    11332     37 |  0.000 % |
14.53/14.77	c 15	|     17098 |   34254   443443  1887391 |   421731    17098     42 |  0.000 % |
18.11/18.37	c 19	|     25748 |   34254   443443  1887391 |   463904    25748     47 |  0.000 % |
23.39/23.61	c 24	|     38723 |   34254   443443  1887391 |   510295    38723     47 |  0.000 % |
34.33/34.63	c 35	|     58185 |   34254   443443  1887391 |   561324    58185     52 |  0.000 % |
52.55/52.98	c 53	|     87377 |   34254   443443  1887391 |   617457    87377     52 |  0.000 % |
82.80/83.31	c 84	|    131166 |   34254   443443  1887391 |   679202   131166     56 |  0.000 % |
131.76/132.57	c 133	|    196850 |   34254   443443  1887391 |   747123   196850     66 |  0.000 % |
237.15/238.42	c 239	|    295376 |   34254   443443  1887391 |   821835   295376     72 |  0.000 % |
435.19/437.41	c 438	|    443165 |   34254   443443  1887391 |   904019   443165     81 |  0.000 % |
822.62/826.72	c 827	|    664849 |   34254   443443  1887391 |   994420   664849     88 |  0.000 % |
1520.63/1528.06	c 1528	|    997374 |   34254   443443  1887391 |  1093863   997374     93 |  0.000 % |
1800.08/1808.61	c ERROR INTERRUPTED
1800.08/1808.68	s UNKNOWN
1800.08/1808.68	c 1809	CPU 8.1 (0.06 0.01 7.8 0.23)
1800.08/1808.68	c 1809	END Sun Jul 12 09:55:15 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-2086372-1247383506/watcher-2086372-1247383506 -o /tmp/evaluation-result-2086372-1247383506/solver-2086372-1247383506 -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-2086372-1247383506.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.16 2.07 2.08 4/82 25218
/proc/meminfo: memFree=1903648/2055920 swapFree=4192812/4192956
[pid=25218] ppid=25216 vsize=12272 CPUtime=0
/proc/25218/stat : 25218 (sugar) R 25216 25218 24754 0 -1 4194304 360 0 0 0 0 0 0 0 18 0 1 0 25415822 12566528 328 996147200 4194304 4206940 548682068608 18446744073709551615 270196063230 0 0 4224 0 0 0 0 17 1 0 0
/proc/25218/statm: 3068 328 246 3 0 168 0

[startup+0.035315 s]
/proc/loadavg: 2.16 2.07 2.08 4/82 25218
/proc/meminfo: memFree=1903648/2055920 swapFree=4192812/4192956
[pid=25218] ppid=25216 vsize=13336 CPUtime=0.03
/proc/25218/stat : 25218 (sugar) R 25216 25218 24754 0 -1 4194304 726 0 0 0 2 1 0 0 18 0 1 0 25415822 13656064 694 996147200 4194304 4206940 548682068608 18446744073709551615 270187008737 0 0 4224 0 0 0 0 17 1 0 0
/proc/25218/statm: 3334 695 338 3 0 434 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13336

[startup+0.102336 s]
/proc/loadavg: 2.16 2.07 2.08 4/82 25218
/proc/meminfo: memFree=1903648/2055920 swapFree=4192812/4192956
[pid=25218] ppid=25216 vsize=16868 CPUtime=0.06
/proc/25218/stat : 25218 (sugar) S 25216 25218 24754 0 -1 4194304 1227 128 0 0 5 1 0 0 16 0 1 0 25415822 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25218/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.301349 s]
/proc/loadavg: 2.16 2.07 2.08 4/82 25218
/proc/meminfo: memFree=1903648/2055920 swapFree=4192812/4192956
[pid=25218] ppid=25216 vsize=16868 CPUtime=0.06
/proc/25218/stat : 25218 (sugar) S 25216 25218 24754 0 -1 4194304 1227 128 0 0 5 1 0 0 16 0 1 0 25415822 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25218/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.701396 s]
/proc/loadavg: 2.16 2.07 2.08 4/82 25218
/proc/meminfo: memFree=1903648/2055920 swapFree=4192812/4192956
[pid=25218] ppid=25216 vsize=16868 CPUtime=0.06
/proc/25218/stat : 25218 (sugar) S 25216 25218 24754 0 -1 4194304 1227 128 0 0 5 1 0 0 16 0 1 0 25415822 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25218/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+1.50148 s]
/proc/loadavg: 2.15 2.06 2.08 3/93 25240
/proc/meminfo: memFree=1894664/2055920 swapFree=4192812/4192956
[pid=25218] ppid=25216 vsize=16868 CPUtime=0.83
/proc/25218/stat : 25218 (sugar) S 25216 25218 24754 0 -1 4194304 1309 8413 0 1 5 1 72 5 15 0 1 0 25415822 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25218/statm: 4217 1111 409 3 0 796 0
[pid=25231] ppid=25218 vsize=5356 CPUtime=0
/proc/25231/stat : 25231 (sh) S 25218 25218 24754 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 25415908 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25231/statm: 1339 233 193 169 0 50 0
[pid=25232] ppid=25231 vsize=868500 CPUtime=0.63
/proc/25232/stat : 25232 (java) S 25231 25218 24754 0 -1 0 7769 0 1 0 60 3 0 0 19 0 9 0 25415908 889344000 6978 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25232/statm: 217125 6978 2567 9 0 211630 0
[pid=25232/tid=25233] ppid=25231 vsize=868500 CPUtime=0.35
/proc/25232/task/25233/stat : 25233 (java) R 25231 25218 24754 0 -1 64 2660 0 1 0 34 1 0 0 22 0 9 0 25415909 889344000 6978 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25232/tid=25234] ppid=25231 vsize=868500 CPUtime=0.08
/proc/25232/task/25234/stat : 25234 (java) S 25231 25218 24754 0 -1 64 2914 0 0 0 8 0 0 0 16 0 9 0 25415910 889344000 6978 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25232/tid=25235] ppid=25231 vsize=868500 CPUtime=0
/proc/25232/task/25235/stat : 25235 (java) S 25231 25218 24754 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 25415910 889344000 6978 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25232/tid=25236] ppid=25231 vsize=868500 CPUtime=0
/proc/25232/task/25236/stat : 25236 (java) S 25231 25218 24754 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 25415910 889344000 6978 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25232/tid=25237] ppid=25231 vsize=868500 CPUtime=0
/proc/25232/task/25237/stat : 25237 (java) S 25231 25218 24754 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 25415912 889344000 6978 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25232/tid=25238] ppid=25231 vsize=868500 CPUtime=0.15
/proc/25232/task/25238/stat : 25238 (java) R 25231 25218 24754 0 -1 64 1495 0 0 0 15 0 0 0 16 0 9 0 25415912 889344000 6978 996147200 134512640 134550932 4294955936 18446744073709551615 102222748 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25232/tid=25239] ppid=25231 vsize=868500 CPUtime=0
/proc/25232/task/25239/stat : 25239 (java) S 25231 25218 24754 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 25415912 889344000 6978 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25232/tid=25240] ppid=25231 vsize=868500 CPUtime=0
/proc/25232/task/25240/stat : 25240 (java) S 25231 25218 24754 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 25415912 889344000 6978 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 890724

[startup+3.10167 s]
/proc/loadavg: 2.15 2.06 2.08 3/93 25240
/proc/meminfo: memFree=1871432/2055920 swapFree=4192812/4192956
[pid=25218] ppid=25216 vsize=16868 CPUtime=0.83
/proc/25218/stat : 25218 (sugar) S 25216 25218 24754 0 -1 4194304 1309 8413 0 1 5 1 72 5 16 0 1 0 25415822 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25218/statm: 4217 1111 409 3 0 796 0
[pid=25231] ppid=25218 vsize=5356 CPUtime=0
/proc/25231/stat : 25231 (sh) S 25218 25218 24754 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 25415908 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25231/statm: 1339 233 193 169 0 50 0
[pid=25232] ppid=25231 vsize=868588 CPUtime=2.22
/proc/25232/stat : 25232 (java) S 25231 25218 24754 0 -1 0 15084 0 1 0 214 8 0 0 19 0 9 0 25415908 889434112 13895 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25232/statm: 217147 13895 2566 9 0 211652 0
[pid=25232/tid=25233] ppid=25231 vsize=868588 CPUtime=1.33
/proc/25232/task/25233/stat : 25233 (java) R 25231 25218 24754 0 -1 64 3018 0 1 0 131 2 0 0 25 0 9 0 25415909 889434112 13895 996147200 134512640 134550932 4294955936 18446744073709551615 4126579524 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25232/tid=25234] ppid=25231 vsize=868588 CPUtime=0.67
/proc/25232/task/25234/stat : 25234 (java) S 25231 25218 24754 0 -1 64 9843 0 0 0 63 4 0 0 16 0 9 0 25415910 889434112 13895 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25232/tid=25235] ppid=25231 vsize=868588 CPUtime=0
/proc/25232/task/25235/stat : 25235 (java) S 25231 25218 24754 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 25415910 889434112 13895 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25232/tid=25236] ppid=25231 vsize=868588 CPUtime=0
/proc/25232/task/25236/stat : 25236 (java) S 25231 25218 24754 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 25415910 889434112 13895 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25232/tid=25237] ppid=25231 vsize=868588 CPUtime=0
/proc/25232/task/25237/stat : 25237 (java) S 25231 25218 24754 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 25415912 889434112 13895 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25232/tid=25238] ppid=25231 vsize=868588 CPUtime=0.19
/proc/25232/task/25238/stat : 25238 (java) S 25231 25218 24754 0 -1 64 1523 0 0 0 19 0 0 0 16 0 9 0 25415912 889434112 13895 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25232/tid=25239] ppid=25231 vsize=868588 CPUtime=0
/proc/25232/task/25239/stat : 25239 (java) S 25231 25218 24754 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 25415912 889434112 13895 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25232/tid=25240] ppid=25231 vsize=868588 CPUtime=0
/proc/25232/task/25240/stat : 25240 (java) S 25231 25218 24754 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 25415912 889434112 13895 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 890812

[startup+6.30203 s]
/proc/loadavg: 2.15 2.06 2.08 3/93 25240
/proc/meminfo: memFree=1847496/2055920 swapFree=4192812/4192956
[pid=25218] ppid=25216 vsize=16868 CPUtime=0.83
/proc/25218/stat : 25218 (sugar) S 25216 25218 24754 0 -1 4194304 1310 8413 0 1 5 1 72 5 15 0 1 0 25415822 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25218/statm: 4217 1111 409 3 0 796 0
[pid=25231] ppid=25218 vsize=5356 CPUtime=0
/proc/25231/stat : 25231 (sh) S 25218 25218 24754 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 25415908 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25231/statm: 1339 233 193 169 0 50 0
[pid=25232] ppid=25231 vsize=868700 CPUtime=5.4
/proc/25232/stat : 25232 (java) S 25231 25218 24754 0 -1 0 16037 0 1 0 526 14 0 0 19 0 9 0 25415908 889548800 14512 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25232/statm: 217175 14512 2590 9 0 211652 0
[pid=25232/tid=25233] ppid=25231 vsize=868700 CPUtime=4.2
/proc/25232/task/25233/stat : 25233 (java) R 25231 25218 24754 0 -1 64 3313 0 1 0 413 7 0 0 25 0 9 0 25415909 889548800 14512 996147200 134512640 134550932 4294955936 18446744073709551615 4127112768 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25232/tid=25234] ppid=25231 vsize=868700 CPUtime=0.92
/proc/25232/task/25234/stat : 25234 (java) S 25231 25218 24754 0 -1 64 10461 0 0 0 87 5 0 0 16 0 9 0 25415910 889548800 14512 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25232/tid=25235] ppid=25231 vsize=868700 CPUtime=0
/proc/25232/task/25235/stat : 25235 (java) S 25231 25218 24754 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 25415910 889548800 14512 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25232/tid=25236] ppid=25231 vsize=868700 CPUtime=0
/proc/25232/task/25236/stat : 25236 (java) S 25231 25218 24754 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 25415910 889548800 14512 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25232/tid=25237] ppid=25231 vsize=868700 CPUtime=0
/proc/25232/task/25237/stat : 25237 (java) S 25231 25218 24754 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 25415912 889548800 14512 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25232/tid=25238] ppid=25231 vsize=868700 CPUtime=0.25
/proc/25232/task/25238/stat : 25238 (java) S 25231 25218 24754 0 -1 64 1563 0 0 0 25 0 0 0 16 0 9 0 25415912 889548800 14512 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25232/tid=25239] ppid=25231 vsize=868700 CPUtime=0
/proc/25232/task/25239/stat : 25239 (java) S 25231 25218 24754 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 25415912 889548800 14512 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25232/tid=25240] ppid=25231 vsize=868700 CPUtime=0
/proc/25232/task/25240/stat : 25240 (java) S 25231 25218 24754 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 25415912 889548800 14512 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 890924

[startup+12.7018 s]
/proc/loadavg: 2.21 2.08 2.08 3/85 25242
/proc/meminfo: memFree=1861592/2055920 swapFree=4192812/4192956
[pid=25218] ppid=25216 vsize=16868 CPUtime=8.1
/proc/25218/stat : 25218 (sugar) S 25216 25218 24754 0 -1 4194304 1376 24813 0 2 6 1 780 23 16 0 1 0 25415822 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25218/statm: 4217 1113 409 3 0 796 0
[pid=25241] ppid=25218 vsize=5356 CPUtime=0
/proc/25241/stat : 25241 (sh) S 25218 25218 24754 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25416645 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25241/statm: 1339 232 193 169 0 50 0
[pid=25242] ppid=25241 vsize=28720 CPUtime=4.45
/proc/25242/stat : 25242 (minisat) R 25241 25218 24754 0 -1 4194304 6968 0 0 0 441 4 0 0 25 0 1 0 25416645 29409280 6954 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 1 0 0
/proc/25242/statm: 7180 6954 76 150 0 7027 0
Current children cumulated CPU time (s) 12.55
Current children cumulated vsize (KiB) 50944

[startup+25.5022 s]
/proc/loadavg: 2.17 2.08 2.08 3/85 25242
/proc/meminfo: memFree=1853472/2055920 swapFree=4192812/4192956
[pid=25218] ppid=25216 vsize=16868 CPUtime=8.1
/proc/25218/stat : 25218 (sugar) S 25216 25218 24754 0 -1 4194304 1376 24813 0 2 6 1 780 23 16 0 1 0 25415822 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25218/statm: 4217 1113 409 3 0 796 0
[pid=25241] ppid=25218 vsize=5356 CPUtime=0
/proc/25241/stat : 25241 (sh) S 25218 25218 24754 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25416645 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25241/statm: 1339 232 193 169 0 50 0
[pid=25242] ppid=25241 vsize=36600 CPUtime=17.17
/proc/25242/stat : 25242 (minisat) R 25241 25218 24754 0 -1 4194304 8924 0 0 0 1712 5 0 0 25 0 1 0 25416645 37478400 8910 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 1 0 0
/proc/25242/statm: 9150 8910 76 150 0 8997 0
Current children cumulated CPU time (s) 25.27
Current children cumulated vsize (KiB) 58824

[startup+51.1022 s]
/proc/loadavg: 2.11 2.07 2.08 3/85 25242
/proc/meminfo: memFree=1843040/2055920 swapFree=4192812/4192956
[pid=25218] ppid=25216 vsize=16868 CPUtime=8.1
/proc/25218/stat : 25218 (sugar) S 25216 25218 24754 0 -1 4194304 1376 24813 0 2 6 1 780 23 16 0 1 0 25415822 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25218/statm: 4217 1113 409 3 0 796 0
[pid=25241] ppid=25218 vsize=5356 CPUtime=0
/proc/25241/stat : 25241 (sh) S 25218 25218 24754 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25416645 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25241/statm: 1339 232 193 169 0 50 0
[pid=25242] ppid=25241 vsize=47280 CPUtime=42.65
/proc/25242/stat : 25242 (minisat) R 25241 25218 24754 0 -1 4194304 11577 0 0 0 4256 9 0 0 25 0 1 0 25416645 48414720 11563 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 1 0 0
/proc/25242/statm: 11820 11563 76 150 0 11667 0
Current children cumulated CPU time (s) 50.75
Current children cumulated vsize (KiB) 69504

[startup+102.306 s]
/proc/loadavg: 2.04 2.05 2.07 3/85 25242
/proc/meminfo: memFree=1817696/2055920 swapFree=4192812/4192956
[pid=25218] ppid=25216 vsize=16868 CPUtime=8.1
/proc/25218/stat : 25218 (sugar) S 25216 25218 24754 0 -1 4194304 1376 24813 0 2 6 1 780 23 16 0 1 0 25415822 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25218/statm: 4217 1113 409 3 0 796 0
[pid=25241] ppid=25218 vsize=5356 CPUtime=0

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

/proc/meminfo: memFree=1501600/2055920 swapFree=4192812/4192956
[pid=25218] ppid=25216 vsize=16868 CPUtime=8.1
/proc/25218/stat : 25218 (sugar) S 25216 25218 24754 0 -1 4194304 1376 24813 0 2 6 1 780 23 16 0 1 0 25415822 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25218/statm: 4217 1113 409 3 0 796 0
[pid=25241] ppid=25218 vsize=5356 CPUtime=0
/proc/25241/stat : 25241 (sh) S 25218 25218 24754 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25416645 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25241/statm: 1339 232 193 169 0 50 0
[pid=25242] ppid=25241 vsize=387392 CPUtime=1287.83
/proc/25242/stat : 25242 (minisat) R 25241 25218 24754 0 -1 4194304 96429 0 0 0 128685 98 0 0 25 0 1 0 25416645 396689408 96415 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/25242/statm: 96848 96415 76 150 0 96695 0
Current children cumulated CPU time (s) 1295.93
Current children cumulated vsize (KiB) 409616

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 25367
/proc/meminfo: memFree=1507320/2055920 swapFree=4192812/4192956
[pid=25218] ppid=25216 vsize=16868 CPUtime=8.1
/proc/25218/stat : 25218 (sugar) S 25216 25218 24754 0 -1 4194304 1376 24813 0 2 6 1 780 23 16 0 1 0 25415822 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25218/statm: 4217 1113 409 3 0 796 0
[pid=25241] ppid=25218 vsize=5356 CPUtime=0
/proc/25241/stat : 25241 (sh) S 25218 25218 24754 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25416645 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25241/statm: 1339 232 193 169 0 50 0
[pid=25242] ppid=25241 vsize=397964 CPUtime=1347.51
/proc/25242/stat : 25242 (minisat) R 25241 25218 24754 0 -1 4194304 99090 0 0 0 134650 101 0 0 25 0 1 0 25416645 407515136 99076 996147200 134512640 135127466 4294956256 18446744073709551615 134530581 0 0 4096 3 0 0 0 17 0 0 0
/proc/25242/statm: 99491 99076 76 150 0 99338 0
Current children cumulated CPU time (s) 1355.61
Current children cumulated vsize (KiB) 420188

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 25367
/proc/meminfo: memFree=1496760/2055920 swapFree=4192812/4192956
[pid=25218] ppid=25216 vsize=16868 CPUtime=8.1
/proc/25218/stat : 25218 (sugar) S 25216 25218 24754 0 -1 4194304 1376 24813 0 2 6 1 780 23 16 0 1 0 25415822 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25218/statm: 4217 1113 409 3 0 796 0
[pid=25241] ppid=25218 vsize=5356 CPUtime=0
/proc/25241/stat : 25241 (sh) S 25218 25218 24754 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25416645 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25241/statm: 1339 232 193 169 0 50 0
[pid=25242] ppid=25241 vsize=408156 CPUtime=1407.26
/proc/25242/stat : 25242 (minisat) R 25241 25218 24754 0 -1 4194304 101646 0 0 0 140623 103 0 0 25 0 1 0 25416645 417951744 101632 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/25242/statm: 102039 101632 76 150 0 101886 0
Current children cumulated CPU time (s) 1415.36
Current children cumulated vsize (KiB) 430380

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 25367
/proc/meminfo: memFree=1486072/2055920 swapFree=4192812/4192956
[pid=25218] ppid=25216 vsize=16868 CPUtime=8.1
/proc/25218/stat : 25218 (sugar) S 25216 25218 24754 0 -1 4194304 1376 24813 0 2 6 1 780 23 16 0 1 0 25415822 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25218/statm: 4217 1113 409 3 0 796 0
[pid=25241] ppid=25218 vsize=5356 CPUtime=0
/proc/25241/stat : 25241 (sh) S 25218 25218 24754 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25416645 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25241/statm: 1339 232 193 169 0 50 0
[pid=25242] ppid=25241 vsize=418748 CPUtime=1467.02
/proc/25242/stat : 25242 (minisat) R 25241 25218 24754 0 -1 4194304 104324 0 0 0 146596 106 0 0 25 0 1 0 25416645 428797952 104310 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/25242/statm: 104687 104310 76 150 0 104534 0
Current children cumulated CPU time (s) 1475.12
Current children cumulated vsize (KiB) 440972

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 25367
/proc/meminfo: memFree=1476856/2055920 swapFree=4192812/4192956
[pid=25218] ppid=25216 vsize=16868 CPUtime=8.1
/proc/25218/stat : 25218 (sugar) S 25216 25218 24754 0 -1 4194304 1376 24813 0 2 6 1 780 23 16 0 1 0 25415822 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25218/statm: 4217 1113 409 3 0 796 0
[pid=25241] ppid=25218 vsize=5356 CPUtime=0
/proc/25241/stat : 25241 (sh) S 25218 25218 24754 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25416645 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25241/statm: 1339 232 193 169 0 50 0
[pid=25242] ppid=25241 vsize=427896 CPUtime=1526.77
/proc/25242/stat : 25242 (minisat) R 25241 25218 24754 0 -1 4194304 106601 0 0 0 152569 108 0 0 25 0 1 0 25416645 438165504 106587 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/25242/statm: 106974 106587 76 150 0 106821 0
Current children cumulated CPU time (s) 1534.87
Current children cumulated vsize (KiB) 450120

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 25369
/proc/meminfo: memFree=1467192/2055920 swapFree=4192812/4192956
[pid=25218] ppid=25216 vsize=16868 CPUtime=8.1
/proc/25218/stat : 25218 (sugar) S 25216 25218 24754 0 -1 4194304 1376 24813 0 2 6 1 780 23 16 0 1 0 25415822 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25218/statm: 4217 1113 409 3 0 796 0
[pid=25241] ppid=25218 vsize=5356 CPUtime=0
/proc/25241/stat : 25241 (sh) S 25218 25218 24754 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25416645 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25241/statm: 1339 232 193 169 0 50 0
[pid=25242] ppid=25241 vsize=437496 CPUtime=1586.53
/proc/25242/stat : 25242 (minisat) R 25241 25218 24754 0 -1 4194304 109022 0 0 0 158542 111 0 0 25 0 1 0 25416645 447995904 109008 996147200 134512640 135127466 4294956256 18446744073709551615 134530641 0 0 4096 3 0 0 0 17 0 0 0
/proc/25242/statm: 109374 109008 76 150 0 109221 0
Current children cumulated CPU time (s) 1594.63
Current children cumulated vsize (KiB) 459720

[startup+1662.3 s]
/proc/loadavg: 2.04 2.01 2.00 3/76 25369
/proc/meminfo: memFree=1457144/2055920 swapFree=4192812/4192956
[pid=25218] ppid=25216 vsize=16868 CPUtime=8.1
/proc/25218/stat : 25218 (sugar) S 25216 25218 24754 0 -1 4194304 1376 24813 0 2 6 1 780 23 16 0 1 0 25415822 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25218/statm: 4217 1113 409 3 0 796 0
[pid=25241] ppid=25218 vsize=5356 CPUtime=0
/proc/25241/stat : 25241 (sh) S 25218 25218 24754 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25416645 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25241/statm: 1339 232 193 169 0 50 0
[pid=25242] ppid=25241 vsize=449352 CPUtime=1646.27
/proc/25242/stat : 25242 (minisat) R 25241 25218 24754 0 -1 4194304 111492 0 0 0 164513 114 0 0 25 0 1 0 25416645 460136448 111478 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/25242/statm: 112338 111478 76 150 0 112185 0
Current children cumulated CPU time (s) 1654.37
Current children cumulated vsize (KiB) 471576

[startup+1722.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/76 25369
/proc/meminfo: memFree=1449336/2055920 swapFree=4192812/4192956
[pid=25218] ppid=25216 vsize=16868 CPUtime=8.1
/proc/25218/stat : 25218 (sugar) S 25216 25218 24754 0 -1 4194304 1376 24813 0 2 6 1 780 23 16 0 1 0 25415822 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25218/statm: 4217 1113 409 3 0 796 0
[pid=25241] ppid=25218 vsize=5356 CPUtime=0
/proc/25241/stat : 25241 (sh) S 25218 25218 24754 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25416645 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25241/statm: 1339 232 193 169 0 50 0
[pid=25242] ppid=25241 vsize=457048 CPUtime=1706.03
/proc/25242/stat : 25242 (minisat) R 25241 25218 24754 0 -1 4194304 113449 0 0 0 170488 115 0 0 25 0 1 0 25416645 468017152 113435 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/25242/statm: 114262 113435 76 150 0 114109 0
Current children cumulated CPU time (s) 1714.13
Current children cumulated vsize (KiB) 479272

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 25369
/proc/meminfo: memFree=1440824/2055920 swapFree=4192812/4192956
[pid=25218] ppid=25216 vsize=16868 CPUtime=8.1
/proc/25218/stat : 25218 (sugar) S 25216 25218 24754 0 -1 4194304 1376 24813 0 2 6 1 780 23 16 0 1 0 25415822 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25218/statm: 4217 1113 409 3 0 796 0
[pid=25241] ppid=25218 vsize=5356 CPUtime=0
/proc/25241/stat : 25241 (sh) S 25218 25218 24754 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25416645 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25241/statm: 1339 232 193 169 0 50 0
[pid=25242] ppid=25241 vsize=465284 CPUtime=1765.78
/proc/25242/stat : 25242 (minisat) R 25241 25218 24754 0 -1 4194304 115530 0 0 0 176461 117 0 0 25 0 1 0 25416645 476450816 115516 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/25242/statm: 116321 115516 76 150 0 116168 0
Current children cumulated CPU time (s) 1773.88
Current children cumulated vsize (KiB) 487508



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1808.6 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 25369
/proc/meminfo: memFree=1438712/2055920 swapFree=4192812/4192956
[pid=25218] ppid=25216 vsize=16868 CPUtime=8.1
/proc/25218/stat : 25218 (sugar) S 25216 25218 24754 0 -1 4194304 1376 24813 0 2 6 1 780 23 16 0 1 0 25415822 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25218/statm: 4217 1113 409 3 0 796 0
[pid=25241] ppid=25218 vsize=5356 CPUtime=0
/proc/25241/stat : 25241 (sh) S 25218 25218 24754 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25416645 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25241/statm: 1339 232 193 169 0 50 0
[pid=25242] ppid=25241 vsize=467288 CPUtime=1791.98
/proc/25242/stat : 25242 (minisat) R 25241 25218 24754 0 -1 4194304 116035 0 0 0 179079 119 0 0 25 0 1 0 25416645 478502912 116021 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/25242/statm: 116822 116021 76 150 0 116669 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 489512

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

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

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 25218 and gives
#  childrusage.ru_utime.tv_sec=7
#  childrusage.ru_utime.tv_usec=869803
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=263959
# CPU time returned by wait4() is 8.13376
# while last known CPU time is 1800.08
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1808.68
CPU time (s): 1800.08
CPU user time (s): 1798.65
CPU system time (s): 1.43
CPU usage (%): 99.5243
Max. virtual memory (cumulated for all children) (KiB): 891316

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 7.8698
system time used= 0.263959
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 26572
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= 4698
involuntary context switches= 4801

runsolver used 1.82772 second user time and 4.83127 second system time

The end

Launcher Data

Begin job on node88 at 2009-07-12 09:25:06
IDJOB=2086372
IDBENCH=58586
IDSOLVER=739
FILE ID=node88/2086372-1247383506
PBS_JOBID= 9507293
Free space on /tmp= 66156 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/bibdVariousK/normalized-bibd-22-22-7-7-2_glb.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-2086372-1247383506/watcher-2086372-1247383506 -o /tmp/evaluation-result-2086372-1247383506/solver-2086372-1247383506 -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-2086372-1247383506.xml

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

MD5SUM BENCH= fe82314b302abaa46d389d44dd090e21
RANDOM SEED=625135782

node88.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.222
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.222
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:       1904128 kB
Buffers:         10320 kB
Cached:          63596 kB
SwapCached:          0 kB
Active:          86204 kB
Inactive:        22224 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1904128 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2684 kB
Writeback:           0 kB
Mapped:          54920 kB
Slab:            28424 kB
Committed_AS:   245136 kB
PageTables:       1960 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= 66152 MiB
End job on node88 at 2009-07-12 09:55:17