Trace number 2086262

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.02 1817.2

General information on the benchmark

Namecsp/bibdVariousK/
normalized-bibd-15-45-24-8-12_glb.xml
MD5SUM33f5f3048703dcb701fa932159cca596
Bench CategoryAlldiff+Elt+WSum (alldiff,element,weightedsum)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark516.369
Satisfiable
(Un)Satisfiability was proved
Number of variables5400
Number of constraints4890
Maximum constraint arity45
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension4725
Global constraints used (with number of constraints)weightedsum(165)

Solver Data

0.00/0.08	c 0	Sugar v1-14-6 + HOME/minisat
0.00/0.08	c 0	BEGIN Sun Jul 12 09:22:30 2009
0.00/0.08	c 0	PID 24885
0.07/0.08	c 0	HOST node12.alineos.net
0.07/0.08	c 0	CONVERTING HOME/instance-2086262-1247383350.xml TO HOME/temp.csp
0.07/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-2086262-1247383350.xml' 'HOME/temp.csp'
0.07/0.86	c 1	1 domains, 5400 variables, 1 predicates, 0 relations, 4890 constraints
0.07/0.88	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.07/0.88	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.84/0.96	c 1	Parsing HOME/temp.csp
1.13/1.25	c 1	parsed 10000 expressions
1.13/1.28	c 2	parsed 10292 expressions
1.13/1.29	c 2	Heap : 4 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.13/1.29	c 2	Converting to clausal form CSP
1.22/1.33	c 2	converted 1030 (10%) expressions
1.22/1.34	c 2	converted 2059 (20%) expressions
1.22/1.34	c 2	converted 3088 (30%) expressions
1.22/1.34	c 2	converted 4117 (40%) expressions
1.22/1.34	c 2	converted 5146 (50%) expressions
1.73/1.89	c 2	converted 6176 (60%) expressions
2.12/2.23	c 2	converted 7205 (70%) expressions
2.32/2.49	c 3	converted 8234 (80%) expressions
2.72/2.88	c 3	converted 9263 (90%) expressions
3.40/3.55	c 4	converted 10292 (100%) expressions
3.40/3.55	c 4	CSP : 17280 integers, 9450 booleans, 52440 clauses, largest domain size 16
3.40/3.55	c 4	Heap : 32 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
3.40/3.55	c 4	Propagation in CSP
3.61/3.71	c 4	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
3.61/3.72	c 4	CSP : 17280 integers, 9450 booleans, 52440 clauses, largest domain size 16
3.61/3.72	c 4	Heap : 32 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
3.61/3.74	c 4	Simplifing CSP by introducing new Boolean variables
3.61/3.77	c 4	CSP : 17280 integers, 9450 booleans, 52440 clauses, largest domain size 16
3.61/3.77	c 4	Heap : 33 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
3.80/3.97	c 4	Encoding CSP to SAT : HOME/temp.cnf
3.90/4.00	c 4	1728 (10%) CSP integer variables are encoded (0 clauses, 64 bytes)
3.90/4.01	c 4	3456 (20%) CSP integer variables are encoded (0 clauses, 64 bytes)
3.90/4.01	c 4	5184 (30%) CSP integer variables are encoded (0 clauses, 64 bytes)
3.90/4.01	c 4	6912 (40%) CSP integer variables are encoded (0 clauses, 64 bytes)
3.90/4.01	c 4	8640 (50%) CSP integer variables are encoded (0 clauses, 64 bytes)
3.90/4.02	c 4	10368 (60%) CSP integer variables are encoded (0 clauses, 64 bytes)
3.90/4.02	c 4	12096 (70%) CSP integer variables are encoded (0 clauses, 64 bytes)
3.90/4.02	c 4	13824 (80%) CSP integer variables are encoded (0 clauses, 64 bytes)
3.90/4.03	c 4	15552 (90%) CSP integer variables are encoded (4887 clauses, 73369 bytes)
3.90/4.05	c 4	17280 (100%) CSP integer variables are encoded (19575 clauses, 293689 bytes)
3.99/4.12	c 4	5244 (10%) CSP clauses are encoded (24819 clauses, 369013 bytes)
3.99/4.16	c 4	10488 (20%) CSP clauses are encoded (30063 clauses, 445413 bytes)
3.99/4.19	c 4	15732 (30%) CSP clauses are encoded (35307 clauses, 522974 bytes)
4.10/4.23	c 4	20976 (40%) CSP clauses are encoded (40551 clauses, 601636 bytes)
4.10/4.27	c 4	26220 (50%) CSP clauses are encoded (45795 clauses, 682873 bytes)
4.20/4.31	c 5	31464 (60%) CSP clauses are encoded (51039 clauses, 765730 bytes)
4.20/4.34	c 5	36708 (70%) CSP clauses are encoded (56283 clauses, 848587 bytes)
4.20/4.38	c 5	41952 (80%) CSP clauses are encoded (61527 clauses, 931439 bytes)
4.30/4.42	c 5	47196 (90%) CSP clauses are encoded (66771 clauses, 1014296 bytes)
10.42/10.62	c 11	52440 (100%) CSP clauses are encoded (759015 clauses, 19733737 bytes)
10.42/10.62	c 11	52440 CSP clauses encoded
10.42/10.62	c 11	Writing map file : HOME/temp.map
10.42/10.65	c 11	Heap : 30 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
10.42/10.65	c 11	SAT : 46305 SAT variables, 759015 SAT clauses, 19733737 bytes
10.42/10.65	c 11	Heap : 30 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
10.48/10.71	c 11	SOLVING HOME/temp.cnf
10.48/10.71	c 11	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
10.48/10.71	c 11	This is MiniSat 2.0 beta
10.48/10.71	c 11	WARNING: for repeatability, setting FPU to use double precision
10.48/10.71	c 11	============================[ Problem Statistics ]=============================
10.48/10.71	c 11	|                                                                             |
10.48/10.72	c 11	|  Number of variables:  46305                                                |
10.48/10.72	c 11	|  Number of clauses:    759015                                               |
10.87/11.20	c 11	|  Parsing time:         0.40         s                                       |
10.97/11.23	c 11	============================[ Search Statistics ]==============================
10.97/11.23	c 11	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
10.97/11.23	c 11	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
10.97/11.23	c 11	===============================================================================
10.97/11.23	c 11	|         0 |   46305   759015  3232575 |   253005        0    nan |  0.000 % |
10.97/11.24	c 11	|       100 |   46305   759015  3232575 |   278305      100     24 |  0.000 % |
10.97/11.27	c 11	|       250 |   46305   759015  3232575 |   306136      250     16 |  0.000 % |
11.07/11.35	c 12	|       475 |   46305   759015  3232575 |   336749      475     18 |  0.000 % |
11.17/11.42	c 12	|       814 |   46305   759015  3232575 |   370424      814     23 |  0.000 % |
11.27/11.58	c 12	|      1323 |   46305   759015  3232575 |   407467     1323     21 |  0.000 % |
11.37/11.67	c 12	|      2083 |   46305   759015  3232575 |   448213     2083     22 |  0.000 % |
11.67/11.95	c 12	|      3222 |   46305   759015  3232575 |   493035     3222     23 |  0.000 % |
11.96/12.22	c 12	|      4930 |   46305   759015  3232575 |   542338     4930     26 |  0.000 % |
12.56/12.87	c 13	|      7492 |   46305   759015  3232575 |   596572     7492     26 |  0.000 % |
13.45/13.70	c 14	|     11337 |   46305   759015  3232575 |   656229    11337     29 |  0.000 % |
14.44/14.79	c 15	|     17104 |   46305   759015  3232575 |   721852    17104     27 |  0.000 % |
16.52/16.89	c 17	|     25753 |   46305   759015  3232575 |   794038    25753     31 |  0.000 % |
19.58/19.92	c 20	|     38728 |   46305   759015  3232575 |   873441    38728     32 |  0.000 % |
23.94/24.37	c 25	|     58189 |   46305   759015  3232575 |   960786    58189     32 |  0.000 % |
33.16/33.61	c 34	|     87382 |   46305   759015  3232575 |  1056864    87382     32 |  0.000 % |
50.20/50.90	c 51	|    131171 |   46305   759015  3232575 |  1162551   131171     34 |  0.000 % |
82.70/83.64	c 84	|    196856 |   46305   759015  3232575 |  1278806   196856     38 |  0.000 % |
135.49/136.92	c 137	|    295382 |   46305   759015  3232575 |  1406686   295382     38 |  0.000 % |
253.59/256.14	c 256	|    443171 |   46305   759015  3232575 |  1547355   443171     40 |  0.000 % |
495.70/500.54	c 501	|    664854 |   46305   759015  3232575 |  1702091   664854     43 |  0.000 % |
920.78/929.62	c 930	|    997379 |   46305   759015  3232575 |  1872300   997379     47 |  0.000 % |
1626.66/1642.11	c 1642	|   1496168 |   46305   759015  3232575 |  2059530  1496168     51 |  0.000 % |
1800.02/1817.12	c ERROR INTERRUPTED
1800.02/1817.19	s UNKNOWN
1800.02/1817.19	c 1817	CPU 10.51 (0.06 0.02 10.13 0.3)
1800.02/1817.19	c 1817	END Sun Jul 12 09:52:47 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-2086262-1247383350/watcher-2086262-1247383350 -o /tmp/evaluation-result-2086262-1247383350/solver-2086262-1247383350 -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-2086262-1247383350.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 3/73 24885
/proc/meminfo: memFree=1826200/2055920 swapFree=4192812/4192956
[pid=24885] ppid=24883 vsize=12132 CPUtime=0
/proc/24885/stat : 24885 (sugar) R 24883 24885 23899 0 -1 4194304 221 0 0 0 0 0 0 0 20 0 1 0 25402045 12423168 189 996147200 4194304 4206940 548682068608 18446744073709551615 252429374177 0 0 4224 0 0 0 0 17 1 0 0
/proc/24885/statm: 3033 189 142 3 0 133 0

[startup+0.086866 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 24885
/proc/meminfo: memFree=1826200/2055920 swapFree=4192812/4192956
[pid=24885] ppid=24883 vsize=16740 CPUtime=0.07
/proc/24885/stat : 24885 (sugar) S 24883 24885 23899 0 -1 4194304 1152 0 0 0 5 2 0 0 18 0 1 0 25402045 17141760 1107 996147200 4194304 4206940 548682068608 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24885/statm: 4185 1107 406 3 0 764 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16740

[startup+0.102431 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 24885
/proc/meminfo: memFree=1826200/2055920 swapFree=4192812/4192956
[pid=24885] ppid=24883 vsize=16868 CPUtime=0.07
/proc/24885/stat : 24885 (sugar) S 24883 24885 23899 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 25402045 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24885/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.302441 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 24885
/proc/meminfo: memFree=1826200/2055920 swapFree=4192812/4192956
[pid=24885] ppid=24883 vsize=16868 CPUtime=0.07
/proc/24885/stat : 24885 (sugar) S 24883 24885 23899 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 25402045 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24885/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.701479 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 24885
/proc/meminfo: memFree=1826200/2055920 swapFree=4192812/4192956
[pid=24885] ppid=24883 vsize=16868 CPUtime=0.07
/proc/24885/stat : 24885 (sugar) S 24883 24885 23899 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 25402045 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24885/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+1.50156 s]
/proc/loadavg: 2.00 2.00 2.00 5/84 24907
/proc/meminfo: memFree=1818304/2055920 swapFree=4192812/4192956
[pid=24885] ppid=24883 vsize=16868 CPUtime=0.84
/proc/24885/stat : 24885 (sugar) S 24883 24885 23899 0 -1 4194304 1309 8225 0 1 5 2 71 6 15 0 1 0 25402045 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24885/statm: 4217 1111 409 3 0 796 0
[pid=24898] ppid=24885 vsize=5356 CPUtime=0
/proc/24898/stat : 24898 (sh) S 24885 24885 23899 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 25402134 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24898/statm: 1339 233 193 169 0 50 0
[pid=24899] ppid=24898 vsize=867404 CPUtime=0.59
/proc/24899/stat : 24899 (java) S 24898 24885 23899 0 -1 0 6794 0 1 0 56 3 0 0 18 0 9 0 25402134 888221696 6081 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24899/statm: 216851 6081 2566 9 0 211356 0
[pid=24899/tid=24900] ppid=24898 vsize=867404 CPUtime=0.39
/proc/24899/task/24900/stat : 24900 (java) R 24898 24885 23899 0 -1 64 2665 0 1 0 38 1 0 0 18 0 9 0 25402135 888221696 6081 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24899/tid=24901] ppid=24898 vsize=867404 CPUtime=0.07
/proc/24899/task/24901/stat : 24901 (java) S 24898 24885 23899 0 -1 64 2368 0 0 0 7 0 0 0 16 0 9 0 25402136 888221696 6081 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24899/tid=24902] ppid=24898 vsize=867404 CPUtime=0
/proc/24899/task/24902/stat : 24902 (java) S 24898 24885 23899 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 25402136 888221696 6081 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24899/tid=24903] ppid=24898 vsize=867404 CPUtime=0
/proc/24899/task/24903/stat : 24903 (java) S 24898 24885 23899 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 25402136 888221696 6081 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24899/tid=24904] ppid=24898 vsize=867404 CPUtime=0
/proc/24899/task/24904/stat : 24904 (java) S 24898 24885 23899 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 25402138 888221696 6081 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24899/tid=24905] ppid=24898 vsize=867404 CPUtime=0.1
/proc/24899/task/24905/stat : 24905 (java) R 24898 24885 23899 0 -1 64 1062 0 0 0 10 0 0 0 16 0 9 0 25402138 888221696 6081 996147200 134512640 134550932 4294955936 18446744073709551615 101950657 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24899/tid=24906] ppid=24898 vsize=867404 CPUtime=0
/proc/24899/task/24906/stat : 24906 (java) S 24898 24885 23899 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 25402138 888221696 6081 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24899/tid=24907] ppid=24898 vsize=867404 CPUtime=0
/proc/24899/task/24907/stat : 24907 (java) S 24898 24885 23899 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 25402138 888221696 6081 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) 889628

[startup+3.10372 s]
/proc/loadavg: 2.00 2.00 2.00 4/84 24907
/proc/meminfo: memFree=1798272/2055920 swapFree=4192812/4192956
[pid=24885] ppid=24883 vsize=16868 CPUtime=0.84
/proc/24885/stat : 24885 (sugar) S 24883 24885 23899 0 -1 4194304 1309 8225 0 1 5 2 71 6 15 0 1 0 25402045 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24885/statm: 4217 1111 409 3 0 796 0
[pid=24898] ppid=24885 vsize=5356 CPUtime=0
/proc/24898/stat : 24898 (sh) S 24885 24885 23899 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 25402134 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24898/statm: 1339 233 193 169 0 50 0
[pid=24899] ppid=24898 vsize=868600 CPUtime=2.18
/proc/24899/stat : 24899 (java) S 24898 24885 23899 0 -1 0 14135 0 1 0 210 8 0 0 18 0 9 0 25402134 889446400 13002 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24899/statm: 217150 13002 2566 9 0 211655 0
[pid=24899/tid=24900] ppid=24898 vsize=868600 CPUtime=1.33
/proc/24899/task/24900/stat : 24900 (java) R 24898 24885 23899 0 -1 64 3021 0 1 0 131 2 0 0 25 0 9 0 25402135 889446400 13002 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24899/tid=24901] ppid=24898 vsize=868600 CPUtime=0.64
/proc/24899/task/24901/stat : 24901 (java) S 24898 24885 23899 0 -1 64 8954 0 0 0 60 4 0 0 15 0 9 0 25402136 889446400 13002 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24899/tid=24902] ppid=24898 vsize=868600 CPUtime=0
/proc/24899/task/24902/stat : 24902 (java) S 24898 24885 23899 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 25402136 889446400 13002 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24899/tid=24903] ppid=24898 vsize=868600 CPUtime=0
/proc/24899/task/24903/stat : 24903 (java) S 24898 24885 23899 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 25402136 889446400 13002 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24899/tid=24904] ppid=24898 vsize=868600 CPUtime=0
/proc/24899/task/24904/stat : 24904 (java) S 24898 24885 23899 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 25402138 889446400 13002 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24899/tid=24905] ppid=24898 vsize=868600 CPUtime=0.18
/proc/24899/task/24905/stat : 24905 (java) S 24898 24885 23899 0 -1 64 1461 0 0 0 18 0 0 0 16 0 9 0 25402138 889446400 13002 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24899/tid=24906] ppid=24898 vsize=868600 CPUtime=0
/proc/24899/task/24906/stat : 24906 (java) S 24898 24885 23899 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 25402138 889446400 13002 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24899/tid=24907] ppid=24898 vsize=868600 CPUtime=0
/proc/24899/task/24907/stat : 24907 (java) S 24898 24885 23899 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 25402138 889446400 13002 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) 890824

[startup+6.30204 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 24907
/proc/meminfo: memFree=1772224/2055920 swapFree=4192812/4192956
[pid=24885] ppid=24883 vsize=16868 CPUtime=0.84
/proc/24885/stat : 24885 (sugar) S 24883 24885 23899 0 -1 4194304 1310 8225 0 1 5 2 71 6 15 0 1 0 25402045 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24885/statm: 4217 1111 409 3 0 796 0
[pid=24898] ppid=24885 vsize=5356 CPUtime=0
/proc/24898/stat : 24898 (sh) S 24885 24885 23899 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 25402134 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24898/statm: 1339 233 193 169 0 50 0
[pid=24899] ppid=24898 vsize=868712 CPUtime=5.33
/proc/24899/stat : 24899 (java) S 24898 24885 23899 0 -1 0 15623 0 1 0 519 14 0 0 18 0 9 0 25402134 889561088 14144 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24899/statm: 217178 14144 2590 9 0 211655 0
[pid=24899/tid=24900] ppid=24898 vsize=868712 CPUtime=4.1
/proc/24899/task/24900/stat : 24900 (java) R 24898 24885 23899 0 -1 64 3290 0 1 0 404 6 0 0 25 0 9 0 25402135 889561088 14144 996147200 134512640 134550932 4294955936 18446744073709551615 4126432633 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24899/tid=24901] ppid=24898 vsize=868712 CPUtime=0.93
/proc/24899/task/24901/stat : 24901 (java) S 24898 24885 23899 0 -1 64 10114 0 0 0 88 5 0 0 16 0 9 0 25402136 889561088 14144 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24899/tid=24902] ppid=24898 vsize=868712 CPUtime=0
/proc/24899/task/24902/stat : 24902 (java) S 24898 24885 23899 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 25402136 889561088 14144 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24899/tid=24903] ppid=24898 vsize=868712 CPUtime=0
/proc/24899/task/24903/stat : 24903 (java) S 24898 24885 23899 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 25402136 889561088 14144 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24899/tid=24904] ppid=24898 vsize=868712 CPUtime=0
/proc/24899/task/24904/stat : 24904 (java) S 24898 24885 23899 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 25402138 889561088 14144 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24899/tid=24905] ppid=24898 vsize=868712 CPUtime=0.27
/proc/24899/task/24905/stat : 24905 (java) S 24898 24885 23899 0 -1 64 1520 0 0 0 26 1 0 0 16 0 9 0 25402138 889561088 14144 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24899/tid=24906] ppid=24898 vsize=868712 CPUtime=0
/proc/24899/task/24906/stat : 24906 (java) S 24898 24885 23899 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 25402138 889561088 14144 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24899/tid=24907] ppid=24898 vsize=868712 CPUtime=0
/proc/24899/task/24907/stat : 24907 (java) S 24898 24885 23899 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 25402138 889561088 14144 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.17
Current children cumulated vsize (KiB) 890936

[startup+12.7017 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 24909
/proc/meminfo: memFree=1762560/2055920 swapFree=4192812/4192956
[pid=24885] ppid=24883 vsize=16868 CPUtime=10.51
/proc/24885/stat : 24885 (sugar) S 24883 24885 23899 0 -1 4194304 1376 24303 0 2 6 2 1013 30 15 0 1 0 25402045 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24885/statm: 4217 1113 409 3 0 796 0
[pid=24908] ppid=24885 vsize=5356 CPUtime=0
/proc/24908/stat : 24908 (sh) S 24885 24885 23899 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25403117 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24908/statm: 1339 232 193 169 0 50 0
[pid=24909] ppid=24908 vsize=43780 CPUtime=1.95
/proc/24909/stat : 24909 (minisat) R 24908 24885 23899 0 -1 4194304 10337 0 0 0 188 7 0 0 25 0 1 0 25403117 44830720 10323 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 1 0 0
/proc/24909/statm: 10945 10323 76 150 0 10792 0
Current children cumulated CPU time (s) 12.46
Current children cumulated vsize (KiB) 66004

[startup+25.5029 s]
/proc/loadavg: 2.08 2.02 2.01 3/76 24909
/proc/meminfo: memFree=1751360/2055920 swapFree=4192812/4192956
[pid=24885] ppid=24883 vsize=16868 CPUtime=10.51
/proc/24885/stat : 24885 (sugar) S 24883 24885 23899 0 -1 4194304 1376 24303 0 2 6 2 1013 30 16 0 1 0 25402045 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24885/statm: 4217 1113 409 3 0 796 0
[pid=24908] ppid=24885 vsize=5356 CPUtime=0
/proc/24908/stat : 24908 (sh) S 24885 24885 23899 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25403117 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24908/statm: 1339 232 193 169 0 50 0
[pid=24909] ppid=24908 vsize=54604 CPUtime=14.62
/proc/24909/stat : 24909 (minisat) R 24908 24885 23899 0 -1 4194304 13007 0 0 0 1453 9 0 0 25 0 1 0 25403117 55914496 12993 996147200 134512640 135127466 4294956256 18446744073709551615 134530644 0 0 4096 3 0 0 0 17 1 0 0
/proc/24909/statm: 13651 12993 76 150 0 13498 0
Current children cumulated CPU time (s) 25.13
Current children cumulated vsize (KiB) 76828

[startup+51.1025 s]
/proc/loadavg: 2.05 2.01 2.00 3/76 24909
/proc/meminfo: memFree=1737792/2055920 swapFree=4192812/4192956
[pid=24885] ppid=24883 vsize=16868 CPUtime=10.51
/proc/24885/stat : 24885 (sugar) S 24883 24885 23899 0 -1 4194304 1376 24303 0 2 6 2 1013 30 16 0 1 0 25402045 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24885/statm: 4217 1113 409 3 0 796 0
[pid=24908] ppid=24885 vsize=5356 CPUtime=0
/proc/24908/stat : 24908 (sh) S 24885 24885 23899 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25403117 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24908/statm: 1339 232 193 169 0 50 0
[pid=24909] ppid=24908 vsize=68204 CPUtime=39.99
/proc/24909/stat : 24909 (minisat) R 24908 24885 23899 0 -1 4194304 16433 0 0 0 3987 12 0 0 25 0 1 0 25403117 69840896 16419 996147200 134512640 135127466 4294956256 18446744073709551615 134530679 0 0 4096 3 0 0 0 17 1 0 0
/proc/24909/statm: 17051 16419 76 150 0 16898 0
Current children cumulated CPU time (s) 50.5
Current children cumulated vsize (KiB) 90428

[startup+102.308 s]
/proc/loadavg: 2.02 2.01 2.00 3/76 24909
/proc/meminfo: memFree=1715584/2055920 swapFree=4192812/4192956
[pid=24885] ppid=24883 vsize=16868 CPUtime=10.51
/proc/24885/stat : 24885 (sugar) S 24883 24885 23899 0 -1 4194304 1376 24303 0 2 6 2 1013 30 16 0 1 0 25402045 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24885/statm: 4217 1113 409 3 0 796 0
[pid=24908] ppid=24885 vsize=5356 CPUtime=0

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

/proc/meminfo: memFree=1473352/2055920 swapFree=4192812/4192956
[pid=24885] ppid=24883 vsize=16868 CPUtime=10.51
/proc/24885/stat : 24885 (sugar) S 24883 24885 23899 0 -1 4194304 1376 24303 0 2 6 2 1013 30 16 0 1 0 25402045 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24885/statm: 4217 1113 409 3 0 796 0
[pid=24908] ppid=24885 vsize=5356 CPUtime=0
/proc/24908/stat : 24908 (sh) S 24885 24885 23899 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25403117 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24908/statm: 1339 232 193 169 0 50 0
[pid=24909] ppid=24908 vsize=347212 CPUtime=1338.94
/proc/24909/stat : 24909 (minisat) R 24908 24885 23899 0 -1 4194304 85878 0 0 0 133808 86 0 0 25 0 1 0 25403117 355545088 85864 996147200 134512640 135127466 4294956256 18446744073709551615 134527053 0 0 4096 3 0 0 0 17 1 0 0
/proc/24909/statm: 86803 85864 76 150 0 86650 0
Current children cumulated CPU time (s) 1349.45
Current children cumulated vsize (KiB) 369436

[startup+1422.31 s]
/proc/loadavg: 2.09 2.10 2.03 3/75 24938
/proc/meminfo: memFree=1459400/2055920 swapFree=4192812/4192956
[pid=24885] ppid=24883 vsize=16868 CPUtime=10.51
/proc/24885/stat : 24885 (sugar) S 24883 24885 23899 0 -1 4194304 1376 24303 0 2 6 2 1013 30 16 0 1 0 25402045 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24885/statm: 4217 1113 409 3 0 796 0
[pid=24908] ppid=24885 vsize=5356 CPUtime=0
/proc/24908/stat : 24908 (sh) S 24885 24885 23899 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25403117 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24908/statm: 1339 232 193 169 0 50 0
[pid=24909] ppid=24908 vsize=360864 CPUtime=1398.39
/proc/24909/stat : 24909 (minisat) R 24908 24885 23899 0 -1 4194304 89318 0 0 0 139749 90 0 0 25 0 1 0 25403117 369524736 89304 996147200 134512640 135127466 4294956256 18446744073709551615 134527131 0 0 4096 3 0 0 0 17 1 0 0
/proc/24909/statm: 90216 89304 76 150 0 90063 0
Current children cumulated CPU time (s) 1408.9
Current children cumulated vsize (KiB) 383088

[startup+1482.3 s]
/proc/loadavg: 2.31 2.16 2.05 3/75 24938
/proc/meminfo: memFree=1447304/2055920 swapFree=4192812/4192956
[pid=24885] ppid=24883 vsize=16868 CPUtime=10.51
/proc/24885/stat : 24885 (sugar) S 24883 24885 23899 0 -1 4194304 1376 24303 0 2 6 2 1013 30 16 0 1 0 25402045 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24885/statm: 4217 1113 409 3 0 796 0
[pid=24908] ppid=24885 vsize=5356 CPUtime=0
/proc/24908/stat : 24908 (sh) S 24885 24885 23899 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25403117 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24908/statm: 1339 232 193 169 0 50 0
[pid=24909] ppid=24908 vsize=372784 CPUtime=1457.83
/proc/24909/stat : 24909 (minisat) R 24908 24885 23899 0 -1 4194304 92332 0 0 0 145690 93 0 0 25 0 1 0 25403117 381730816 92318 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/24909/statm: 93196 92318 76 150 0 93043 0
Current children cumulated CPU time (s) 1468.34
Current children cumulated vsize (KiB) 395008

[startup+1542.3 s]
/proc/loadavg: 2.14 2.14 2.05 3/75 24938
/proc/meminfo: memFree=1435848/2055920 swapFree=4192812/4192956
[pid=24885] ppid=24883 vsize=16868 CPUtime=10.51
/proc/24885/stat : 24885 (sugar) S 24883 24885 23899 0 -1 4194304 1376 24303 0 2 6 2 1013 30 16 0 1 0 25402045 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24885/statm: 4217 1113 409 3 0 796 0
[pid=24908] ppid=24885 vsize=5356 CPUtime=0
/proc/24908/stat : 24908 (sh) S 24885 24885 23899 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25403117 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24908/statm: 1339 232 193 169 0 50 0
[pid=24909] ppid=24908 vsize=383900 CPUtime=1517.27
/proc/24909/stat : 24909 (minisat) R 24908 24885 23899 0 -1 4194304 95162 0 0 0 151630 97 0 0 25 0 1 0 25403117 393113600 95148 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/24909/statm: 95975 95148 76 150 0 95822 0
Current children cumulated CPU time (s) 1527.78
Current children cumulated vsize (KiB) 406124

[startup+1602.3 s]
/proc/loadavg: 2.05 2.11 2.04 3/75 24938
/proc/meminfo: memFree=1425096/2055920 swapFree=4192812/4192956
[pid=24885] ppid=24883 vsize=16868 CPUtime=10.51
/proc/24885/stat : 24885 (sugar) S 24883 24885 23899 0 -1 4194304 1376 24303 0 2 6 2 1013 30 16 0 1 0 25402045 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24885/statm: 4217 1113 409 3 0 796 0
[pid=24908] ppid=24885 vsize=5356 CPUtime=0
/proc/24908/stat : 24908 (sh) S 24885 24885 23899 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25403117 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24908/statm: 1339 232 193 169 0 50 0
[pid=24909] ppid=24908 vsize=394636 CPUtime=1576.72
/proc/24909/stat : 24909 (minisat) R 24908 24885 23899 0 -1 4194304 97866 0 0 0 157572 100 0 0 25 0 1 0 25403117 404107264 97852 996147200 134512640 135127466 4294956256 18446744073709551615 134521685 0 0 4096 3 0 0 0 17 1 0 0
/proc/24909/statm: 98659 97852 76 150 0 98506 0
Current children cumulated CPU time (s) 1587.23
Current children cumulated vsize (KiB) 416860

[startup+1662.3 s]
/proc/loadavg: 2.02 2.09 2.04 3/75 24938
/proc/meminfo: memFree=1415560/2055920 swapFree=4192812/4192956
[pid=24885] ppid=24883 vsize=16868 CPUtime=10.51
/proc/24885/stat : 24885 (sugar) S 24883 24885 23899 0 -1 4194304 1376 24303 0 2 6 2 1013 30 16 0 1 0 25402045 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24885/statm: 4217 1113 409 3 0 796 0
[pid=24908] ppid=24885 vsize=5356 CPUtime=0
/proc/24908/stat : 24908 (sh) S 24885 24885 23899 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25403117 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24908/statm: 1339 232 193 169 0 50 0
[pid=24909] ppid=24908 vsize=403816 CPUtime=1636.15
/proc/24909/stat : 24909 (minisat) R 24908 24885 23899 0 -1 4194304 100219 0 0 0 163512 103 0 0 25 0 1 0 25403117 413507584 100205 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/24909/statm: 100954 100205 76 150 0 100801 0
Current children cumulated CPU time (s) 1646.66
Current children cumulated vsize (KiB) 426040

[startup+1722.3 s]
/proc/loadavg: 2.00 2.07 2.03 3/75 24940
/proc/meminfo: memFree=1404680/2055920 swapFree=4192812/4192956
[pid=24885] ppid=24883 vsize=16868 CPUtime=10.51
/proc/24885/stat : 24885 (sugar) S 24883 24885 23899 0 -1 4194304 1376 24303 0 2 6 2 1013 30 16 0 1 0 25402045 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24885/statm: 4217 1113 409 3 0 796 0
[pid=24908] ppid=24885 vsize=5356 CPUtime=0
/proc/24908/stat : 24908 (sh) S 24885 24885 23899 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25403117 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24908/statm: 1339 232 193 169 0 50 0
[pid=24909] ppid=24908 vsize=414552 CPUtime=1695.59
/proc/24909/stat : 24909 (minisat) R 24908 24885 23899 0 -1 4194304 102923 0 0 0 169453 106 0 0 25 0 1 0 25403117 424501248 102909 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/24909/statm: 103638 102909 76 150 0 103485 0
Current children cumulated CPU time (s) 1706.1
Current children cumulated vsize (KiB) 436776

[startup+1782.3 s]
/proc/loadavg: 2.00 2.06 2.03 3/75 24940
/proc/meminfo: memFree=1392008/2055920 swapFree=4192812/4192956
[pid=24885] ppid=24883 vsize=16868 CPUtime=10.51
/proc/24885/stat : 24885 (sugar) S 24883 24885 23899 0 -1 4194304 1376 24303 0 2 6 2 1013 30 16 0 1 0 25402045 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24885/statm: 4217 1113 409 3 0 796 0
[pid=24908] ppid=24885 vsize=5356 CPUtime=0
/proc/24908/stat : 24908 (sh) S 24885 24885 23899 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25403117 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24908/statm: 1339 232 193 169 0 50 0
[pid=24909] ppid=24908 vsize=430044 CPUtime=1755.02
/proc/24909/stat : 24909 (minisat) R 24908 24885 23899 0 -1 4194304 106077 0 0 0 175392 110 0 0 25 0 1 0 25403117 440365056 106063 996147200 134512640 135127466 4294956256 18446744073709551615 134527508 0 0 4096 3 0 0 0 17 1 0 0
/proc/24909/statm: 107511 106063 76 150 0 107358 0
Current children cumulated CPU time (s) 1765.53
Current children cumulated vsize (KiB) 452268



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1817.1 s]
/proc/loadavg: 2.00 2.05 2.02 4/75 24940
/proc/meminfo: memFree=1383752/2055920 swapFree=4192812/4192956
[pid=24885] ppid=24883 vsize=16868 CPUtime=10.51
/proc/24885/stat : 24885 (sugar) S 24883 24885 23899 0 -1 4194304 1376 24303 0 2 6 2 1013 30 16 0 1 0 25402045 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24885/statm: 4217 1113 409 3 0 796 0
[pid=24908] ppid=24885 vsize=5356 CPUtime=0
/proc/24908/stat : 24908 (sh) S 24885 24885 23899 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25403117 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24908/statm: 1339 232 193 169 0 50 0
[pid=24909] ppid=24908 vsize=437988 CPUtime=1789.51
/proc/24909/stat : 24909 (minisat) R 24908 24885 23899 0 -1 4194304 108094 0 0 0 178839 112 0 0 25 0 1 0 25403117 448499712 108080 996147200 134512640 135127466 4294956256 18446744073709551615 134530679 0 0 4096 3 0 0 0 17 1 0 0
/proc/24909/statm: 109497 108080 76 150 0 109344 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 460212

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

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

[startup+1817.1 s]
/proc/loadavg: 2.00 2.05 2.02 4/75 24940
/proc/meminfo: memFree=1383752/2055920 swapFree=4192812/4192956
[pid=24885] ppid=24883 vsize=16868 CPUtime=10.51
/proc/24885/stat : 24885 (sugar) S 24883 24885 23899 0 -1 4194304 1376 24303 0 2 6 2 1013 30 16 0 1 0 25402045 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24885/statm: 4217 1113 409 3 0 796 0
[pid=24908] ppid=24885 vsize=5356 CPUtime=0
/proc/24908/stat : 24908 (sh) S 24885 24885 23899 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25403117 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24908/statm: 1339 232 193 169 0 50 0
[pid=24909] ppid=24908 vsize=437988 CPUtime=1789.51
/proc/24909/stat : 24909 (minisat) R 24908 24885 23899 0 -1 4194304 108094 0 0 0 178839 112 0 0 25 0 1 0 25403117 448499712 108080 996147200 134512640 135127466 4294956256 18446744073709551615 134530679 0 0 4096 3 0 0 0 17 1 0 0
/proc/24909/statm: 109497 108080 76 150 0 109344 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 460212

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 24885 and gives
#  childrusage.ru_utime.tv_sec=10
#  childrusage.ru_utime.tv_usec=198449
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=343947
# CPU time returned by wait4() is 10.5424
# while last known CPU time is 1800.02
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1817.2
CPU time (s): 1800.02
CPU user time (s): 1798.58
CPU system time (s): 1.44
CPU usage (%): 99.0545
Max. virtual memory (cumulated for all children) (KiB): 891328

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 10.1984
system time used= 0.343947
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 26062
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= 5410
involuntary context switches= 5268

runsolver used 2.07069 second user time and 6.21905 second system time

The end

Launcher Data

Begin job on node12 at 2009-07-12 09:22:30
IDJOB=2086262
IDBENCH=58576
IDSOLVER=739
FILE ID=node12/2086262-1247383350
PBS_JOBID= 9507199
Free space on /tmp= 66208 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/bibdVariousK/normalized-bibd-15-45-24-8-12_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-2086262-1247383350/watcher-2086262-1247383350 -o /tmp/evaluation-result-2086262-1247383350/solver-2086262-1247383350 -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-2086262-1247383350.xml

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

MD5SUM BENCH= 33f5f3048703dcb701fa932159cca596
RANDOM SEED=756850249

node12.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.240
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.240
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:       1826808 kB
Buffers:         15780 kB
Cached:         109268 kB
SwapCached:        140 kB
Active:         105108 kB
Inactive:        61508 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1826808 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2240 kB
Writeback:           0 kB
Mapped:          52112 kB
Slab:            47756 kB
Committed_AS:   257332 kB
PageTables:       1776 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= 66212 MiB
End job on node12 at 2009-07-12 09:52:49