Trace number 1072016

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sugar v1.13+minisat? (TO) 1800.1 1810.23

General information on the benchmark

Namecsp/rand-3-24-24-fcd/
normalized-rand-3-24-24-76-632-fcd-32_ext.xml
MD5SUM4090475ced81db94eda2eadfae3d450f
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark28.4337
Satisfiable
(Un)Satisfiability was proved
Number of variables24
Number of constraints72
Maximum constraint arity3
Maximum domain size24
Number of constraints which are defined in extension72
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.04	c 0	Sugar v1-13 + HOME/minisat
0.00/0.04	c 0	BEGIN Fri Jul  4 13:25:26 2008
0.00/0.04	c 0	PID 21805
0.00/0.05	c 0	HOST node49.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1072016-1215170726.xml TO HOME/temp.csp
0.00/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1072016-1215170726.xml' 'HOME/temp.csp'
1.15/1.25	c 1	1 domains, 24 variables, 0 predicates, 72 relations, 72 constraints
1.15/1.27	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.15/1.27	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
1.21/1.35	c 1	Parsing HOME/temp.csp
3.79/3.90	c 4	parsed 169 expressions
3.79/3.91	c 4	Heap : 42 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
3.79/3.91	c 4	Converting to clausal form CSP
3.79/3.93	c 4	converted 17 (10%) expressions
3.79/3.94	c 4	converted 34 (20%) expressions
3.79/3.97	c 4	converted 51 (30%) expressions
3.79/3.98	c 4	converted 68 (40%) expressions
3.89/4.02	c 4	converted 85 (50%) expressions
3.99/4.11	c 4	converted 102 (60%) expressions
4.19/4.34	c 4	converted 119 (70%) expressions
4.78/4.96	c 5	converted 136 (80%) expressions
4.98/5.19	c 5	converted 153 (90%) expressions
5.28/5.41	c 5	converted 169 (100%) expressions
5.28/5.41	c 5	CSP : 24 integers, 0 booleans, 72 clauses, largest domain size 24
5.28/5.41	c 5	Heap : 82 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
5.28/5.41	c 5	Propagation in CSP
5.28/5.41	c 5	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
5.28/5.41	c 5	CSP : 24 integers, 0 booleans, 72 clauses, largest domain size 24
5.28/5.41	c 5	Heap : 82 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
5.28/5.41	c 5	Simplifing CSP by introducing new Boolean variables
5.28/5.41	c 5	CSP : 24 integers, 0 booleans, 72 clauses, largest domain size 24
5.28/5.41	c 5	Heap : 82 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
5.47/5.63	c 6	Encoding CSP to SAT : HOME/temp.cnf
5.47/5.64	c 6	3 (10%) CSP integer variables are encoded (66 clauses, 641 bytes)
5.47/5.64	c 6	5 (20%) CSP integer variables are encoded (110 clauses, 1068 bytes)
5.47/5.65	c 6	8 (30%) CSP integer variables are encoded (176 clauses, 1794 bytes)
5.47/5.65	c 6	10 (40%) CSP integer variables are encoded (220 clauses, 2278 bytes)
5.47/5.65	c 6	12 (50%) CSP integer variables are encoded (264 clauses, 2762 bytes)
5.47/5.65	c 6	15 (60%) CSP integer variables are encoded (330 clauses, 3488 bytes)
5.47/5.65	c 6	17 (70%) CSP integer variables are encoded (374 clauses, 3972 bytes)
5.47/5.65	c 6	20 (80%) CSP integer variables are encoded (440 clauses, 4698 bytes)
5.47/5.65	c 6	22 (90%) CSP integer variables are encoded (484 clauses, 5182 bytes)
5.47/5.65	c 6	24 (100%) CSP integer variables are encoded (528 clauses, 5666 bytes)
5.87/6.06	c 6	8 (10%) CSP clauses are encoded (24050 clauses, 573617 bytes)
6.16/6.35	c 6	15 (20%) CSP clauses are encoded (44553 clauses, 1070545 bytes)
6.46/6.65	c 7	22 (30%) CSP clauses are encoded (65063 clauses, 1585188 bytes)
6.75/6.97	c 7	29 (40%) CSP clauses are encoded (86726 clauses, 2124367 bytes)
7.05/7.29	c 7	36 (50%) CSP clauses are encoded (108288 clauses, 2666717 bytes)
7.45/7.65	c 8	44 (60%) CSP clauses are encoded (132939 clauses, 3317117 bytes)
7.74/7.97	c 8	51 (70%) CSP clauses are encoded (154588 clauses, 3900728 bytes)
8.04/8.29	c 8	58 (80%) CSP clauses are encoded (176209 clauses, 4487095 bytes)
8.34/8.58	c 9	65 (90%) CSP clauses are encoded (196722 clauses, 5040870 bytes)
8.73/8.91	c 9	72 (100%) CSP clauses are encoded (218429 clauses, 5629423 bytes)
8.73/8.91	c 9	72 CSP clauses encoded
8.73/8.91	c 9	Writing map file : HOME/temp.map
8.73/8.91	c 9	Heap : 29 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
8.73/8.91	c 9	SAT : 552 SAT variables, 218429 SAT clauses, 5629423 bytes
8.73/8.91	c 9	Heap : 29 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
8.73/8.93	c 9	SOLVING HOME/temp.cnf
8.73/8.93	c 9	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
8.73/8.93	c 9	This is MiniSat 2.0 beta
8.73/8.93	c 9	WARNING: for repeatability, setting FPU to use double precision
8.73/8.93	c 9	============================[ Problem Statistics ]=============================
8.73/8.93	c 9	|                                                                             |
8.73/8.94	c 9	|  Number of variables:  552                                                  |
8.73/8.94	c 9	|  Number of clauses:    218429                                               |
8.78/9.08	c 9	|  Parsing time:         0.12         s                                       |
8.78/9.08	c 9	============================[ Search Statistics ]==============================
8.78/9.08	c 9	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
8.78/9.08	c 9	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
8.78/9.08	c 9	===============================================================================
8.78/9.08	c 9	|         0 |     552   218429  1215423 |    72809        0    nan |  0.000 % |
8.78/9.25	c 9	|       101 |     552   218429  1215423 |    80090      101      9 |  0.000 % |
8.78/9.43	c 9	|       251 |     552   218429  1215423 |    88099      251     10 |  0.008 % |
8.78/9.75	c 10	|       477 |     552   218429  1215423 |    96909      477     11 |  0.003 % |
9.92/10.14	c 10	|       814 |     552   218429  1215423 |   106600      814     12 |  0.008 % |
10.41/10.69	c 11	|      1320 |     552   218429  1215423 |   117260     1320     12 |  0.008 % |
11.30/11.58	c 12	|      2079 |     552   218429  1215423 |   128986     2079     12 |  0.008 % |
12.59/12.81	c 13	|      3218 |     552   218429  1215423 |   141885     3218     13 |  0.008 % |
14.28/14.55	c 15	|      4926 |     552   218429  1215423 |   156073     4926     14 |  0.002 % |
16.65/16.94	c 17	|      7488 |     552   218429  1215423 |   171681     7488     15 |  0.008 % |
20.32/20.64	c 21	|     11332 |     552   218429  1215423 |   188849    11332     16 |  0.007 % |
26.66/27.05	c 27	|     17099 |     552   218429  1215423 |   207734    17099     16 |  0.008 % |
36.07/36.50	c 37	|     25748 |     552   218429  1215423 |   228507    25748     17 |  0.007 % |
51.23/51.89	c 52	|     38722 |     552   218429  1215423 |   251358    38722     18 |  0.008 % |
76.98/77.85	c 78	|     58186 |     552   218429  1215423 |   276494    58186     17 |  0.008 % |
120.08/121.31	c 121	|     87378 |     552   218429  1215423 |   304144    87378     18 |  0.008 % |
198.33/200.39	c 200	|    131168 |     552   218429  1215423 |   334558   131168     18 |  0.006 % |
321.66/324.86	c 325	|    196852 |     552   218429  1215423 |   368014   196852     19 |  0.006 % |
569.71/575.22	c 575	|    295378 |     552   218429  1215423 |   404815   295378     19 |  0.008 % |
941.28/950.35	c 950	|    443167 |     552   218429  1215423 |   445297    58946     18 |  0.008 % |
1359.68/1369.65	c 1370	|    664850 |     552   218429  1215423 |   489827   280629     20 |  0.005 % |
1800.10/1810.21	c 1810	DECODING HOME/temp.out WITH HOME/temp.map
1800.10/1810.21	c 1810	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
1800.10/1810.22	c ERROR INTERRUPTED
1800.10/1810.22	s UNKNOWN
1800.10/1810.22	c 1810	CPU 8.5 (0.04 0.01 8.46 0.3)
1800.10/1810.22	c 1810	END Fri Jul  4 13:55:36 2008

Verifier Data (download as text)

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

Watcher Data (download as text)

runsolver version 3.2.5 (c) roussel@cril.univ-artois.fr

command line: /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1072016-1215170726/watcher-1072016-1215170726 -o /tmp/evaluation-result-1072016-1215170726/solver-1072016-1215170726 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/sugar -c -vv -java=java -Xmx700M -jar=HOME/sugar-v1-13.jar -solver=HOME/minisat -tmp=HOME/temp HOME/instance-1072016-1215170726.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2200 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.99 1.98 1.99 4/81 21805
/proc/meminfo: memFree=1810848/2055920 swapFree=4180312/4192956
[pid=21805] ppid=21803 vsize=18572 CPUtime=0
/proc/21805/stat : 21805 (runsolver) R 21803 21805 20571 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 422689967 19017728 292 996147200 4194304 4296836 548682068272 18446744073709551615 224627584295 0 0 4096 24578 0 0 0 17 1 0 0
/proc/21805/statm: 4643 292 257 25 0 2626 0

[startup+0.0620419 s]
/proc/loadavg: 1.99 1.98 1.99 4/81 21805
/proc/meminfo: memFree=1810848/2055920 swapFree=4180312/4192956
[pid=21805] ppid=21803 vsize=13600 CPUtime=0.03
/proc/21805/stat : 21805 (sugar) S 21803 21805 20571 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 422689967 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21805/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.101223 s]
/proc/loadavg: 1.99 1.98 1.99 4/81 21805
/proc/meminfo: memFree=1810848/2055920 swapFree=4180312/4192956
[pid=21805] ppid=21803 vsize=13600 CPUtime=0.03
/proc/21805/stat : 21805 (sugar) S 21803 21805 20571 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 422689967 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21805/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301075 s]
/proc/loadavg: 1.99 1.98 1.99 4/81 21805
/proc/meminfo: memFree=1810848/2055920 swapFree=4180312/4192956
[pid=21805] ppid=21803 vsize=13600 CPUtime=0.03
/proc/21805/stat : 21805 (sugar) S 21803 21805 20571 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 422689967 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21805/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701134 s]
/proc/loadavg: 1.99 1.98 1.99 4/81 21805
/proc/meminfo: memFree=1810848/2055920 swapFree=4180312/4192956
[pid=21805] ppid=21803 vsize=13600 CPUtime=0.03
/proc/21805/stat : 21805 (sugar) S 21803 21805 20571 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 422689967 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21805/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50125 s]
/proc/loadavg: 1.99 1.98 1.99 3/92 21817
/proc/meminfo: memFree=1786056/2055920 swapFree=4180312/4192956
[pid=21805] ppid=21803 vsize=13600 CPUtime=1.21
/proc/21805/stat : 21805 (sugar) S 21803 21805 20571 0 -1 4194304 973 9186 0 1 3 0 109 9 16 0 1 0 422689967 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21805/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 1.21
Current children cumulated vsize (KiB) 13600

[startup+3.10248 s]
/proc/loadavg: 1.99 1.98 1.99 3/92 21827
/proc/meminfo: memFree=1789704/2055920 swapFree=4180312/4192956
[pid=21805] ppid=21803 vsize=13600 CPUtime=1.21
/proc/21805/stat : 21805 (sugar) S 21803 21805 20571 0 -1 4194304 973 9186 0 1 3 0 109 9 16 0 1 0 422689967 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21805/statm: 3400 797 370 3 0 500 0
[pid=21818] ppid=21805 vsize=5356 CPUtime=0
/proc/21818/stat : 21818 (sh) S 21805 21805 20571 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 422690094 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21818/statm: 1339 233 193 169 0 50 0
[pid=21819] ppid=21818 vsize=864072 CPUtime=1.79
/proc/21819/stat : 21819 (java) S 21818 21805 20571 0 -1 0 12063 0 1 0 172 7 0 0 18 0 9 0 422690094 884809728 11326 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21819/statm: 216018 11326 2532 9 0 210600 0
[pid=21819/tid=21820] ppid=21818 vsize=864072 CPUtime=1.13
/proc/21819/task/21820/stat : 21820 (java) R 21818 21805 20571 0 -1 64 2787 0 1 0 111 2 0 0 25 0 9 0 422690095 884809728 11326 996147200 134512640 134550740 4294955952 18446744073709551615 103207042 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21819/tid=21821] ppid=21818 vsize=864072 CPUtime=0.6
/proc/21819/task/21821/stat : 21821 (java) S 21818 21805 20571 0 -1 64 8269 0 0 0 56 4 0 0 16 0 9 0 422690096 884809728 11326 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21819/tid=21822] ppid=21818 vsize=864072 CPUtime=0
/proc/21819/task/21822/stat : 21822 (java) S 21818 21805 20571 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 422690097 884809728 11326 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21819/tid=21823] ppid=21818 vsize=864072 CPUtime=0
/proc/21819/task/21823/stat : 21823 (java) S 21818 21805 20571 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 422690097 884809728 11326 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21819/tid=21824] ppid=21818 vsize=864072 CPUtime=0
/proc/21819/task/21824/stat : 21824 (java) S 21818 21805 20571 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 422690099 884809728 11326 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21819/tid=21825] ppid=21818 vsize=864072 CPUtime=0.03
/proc/21819/task/21825/stat : 21825 (java) S 21818 21805 20571 0 -1 64 310 0 0 0 3 0 0 0 16 0 9 0 422690099 884809728 11326 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21819/tid=21826] ppid=21818 vsize=864072 CPUtime=0
/proc/21819/task/21826/stat : 21826 (java) S 21818 21805 20571 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 422690099 884809728 11326 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21819/tid=21827] ppid=21818 vsize=864072 CPUtime=0
/proc/21819/task/21827/stat : 21827 (java) S 21818 21805 20571 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 422690099 884809728 11326 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3
Current children cumulated vsize (KiB) 883028

[startup+6.30294 s]
/proc/loadavg: 1.99 1.98 1.99 3/92 21827
/proc/meminfo: memFree=1716424/2055920 swapFree=4180312/4192956
[pid=21805] ppid=21803 vsize=13600 CPUtime=1.21
/proc/21805/stat : 21805 (sugar) S 21803 21805 20571 0 -1 4194304 974 9186 0 1 3 0 109 9 15 0 1 0 422689967 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21805/statm: 3400 797 370 3 0 500 0
[pid=21818] ppid=21805 vsize=5356 CPUtime=0
/proc/21818/stat : 21818 (sh) S 21805 21805 20571 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 422690094 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21818/statm: 1339 233 193 169 0 50 0
[pid=21819] ppid=21818 vsize=864476 CPUtime=4.95
/proc/21819/stat : 21819 (java) S 21818 21805 20571 0 -1 0 25433 0 1 0 481 14 0 0 18 0 9 0 422690094 885223424 24639 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21819/statm: 216119 24639 2564 9 0 210666 0
[pid=21819/tid=21820] ppid=21818 vsize=864476 CPUtime=2.78
/proc/21819/task/21820/stat : 21820 (java) R 21818 21805 20571 0 -1 64 3697 0 1 0 274 4 0 0 25 0 9 0 422690095 885223424 24639 996147200 134512640 134550740 4294955952 18446744073709551615 4126628767 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21819/tid=21821] ppid=21818 vsize=864476 CPUtime=2.05
/proc/21819/task/21821/stat : 21821 (java) S 21818 21805 20571 0 -1 64 20690 0 0 0 196 9 0 0 16 0 9 0 422690096 885223424 24639 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21819/tid=21822] ppid=21818 vsize=864476 CPUtime=0
/proc/21819/task/21822/stat : 21822 (java) S 21818 21805 20571 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 422690097 885223424 24639 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21819/tid=21823] ppid=21818 vsize=864476 CPUtime=0
/proc/21819/task/21823/stat : 21823 (java) S 21818 21805 20571 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 422690097 885223424 24639 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21819/tid=21824] ppid=21818 vsize=864476 CPUtime=0
/proc/21819/task/21824/stat : 21824 (java) S 21818 21805 20571 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 422690099 885223424 24639 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21819/tid=21825] ppid=21818 vsize=864476 CPUtime=0.1
/proc/21819/task/21825/stat : 21825 (java) S 21818 21805 20571 0 -1 64 349 0 0 0 10 0 0 0 16 0 9 0 422690099 885223424 24639 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21819/tid=21826] ppid=21818 vsize=864476 CPUtime=0
/proc/21819/task/21826/stat : 21826 (java) S 21818 21805 20571 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 422690099 885223424 24639 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21819/tid=21827] ppid=21818 vsize=864476 CPUtime=0
/proc/21819/task/21827/stat : 21827 (java) S 21818 21805 20571 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 422690099 885223424 24639 996147200 134512640 134550740 4294955952 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) 883432

[startup+12.7029 s]
/proc/loadavg: 1.99 1.98 1.99 4/84 21829
/proc/meminfo: memFree=1785224/2055920 swapFree=4180312/4192956
[pid=21805] ppid=21803 vsize=13600 CPUtime=8.78
/proc/21805/stat : 21805 (sugar) S 21803 21805 20571 0 -1 4194304 1031 34976 0 2 3 0 846 29 16 0 1 0 422689967 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21805/statm: 3400 798 370 3 0 500 0
[pid=21828] ppid=21805 vsize=5356 CPUtime=0
/proc/21828/stat : 21828 (sh) S 21805 21805 20571 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 422690860 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21828/statm: 1339 232 193 169 0 50 0
[pid=21829] ppid=21828 vsize=15100 CPUtime=3.71
/proc/21829/stat : 21829 (minisat) R 21828 21805 20571 0 -1 4194304 3610 0 0 0 369 2 0 0 25 0 1 0 422690861 15462400 3596 996147200 134512640 135127466 4294956256 18446744073709551615 134528598 0 0 4096 3 0 0 0 17 1 0 0
/proc/21829/statm: 3775 3596 75 150 0 3622 0
Current children cumulated CPU time (s) 12.49
Current children cumulated vsize (KiB) 34056

[startup+25.5017 s]
/proc/loadavg: 1.99 1.98 1.99 3/84 21829
/proc/meminfo: memFree=1783752/2055920 swapFree=4180312/4192956
[pid=21805] ppid=21803 vsize=13600 CPUtime=8.78
/proc/21805/stat : 21805 (sugar) S 21803 21805 20571 0 -1 4194304 1031 34976 0 2 3 0 846 29 16 0 1 0 422689967 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21805/statm: 3400 798 370 3 0 500 0
[pid=21828] ppid=21805 vsize=5356 CPUtime=0
/proc/21828/stat : 21828 (sh) S 21805 21805 20571 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 422690860 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21828/statm: 1339 232 193 169 0 50 0
[pid=21829] ppid=21828 vsize=16752 CPUtime=16.4
/proc/21829/stat : 21829 (minisat) R 21828 21805 20571 0 -1 4194304 4019 0 0 0 1637 3 0 0 25 0 1 0 422690861 17154048 4005 996147200 134512640 135127466 4294956256 18446744073709551615 134530700 0 0 4096 3 0 0 0 17 1 0 0
/proc/21829/statm: 4188 4005 75 150 0 4035 0
Current children cumulated CPU time (s) 25.18
Current children cumulated vsize (KiB) 35708

[startup+51.1013 s]
/proc/loadavg: 1.99 1.98 1.99 3/84 21829
/proc/meminfo: memFree=1781512/2055920 swapFree=4180312/4192956
[pid=21805] ppid=21803 vsize=13600 CPUtime=8.79
/proc/21805/stat : 21805 (sugar) S 21803 21805 20571 0 -1 4194304 1031 34976 0 2 4 0 846 29 16 0 1 0 422689967 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21805/statm: 3400 798 370 3 0 500 0
[pid=21828] ppid=21805 vsize=5356 CPUtime=0
/proc/21828/stat : 21828 (sh) S 21805 21805 20571 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 422690860 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21828/statm: 1339 232 193 169 0 50 0
[pid=21829] ppid=21828 vsize=19084 CPUtime=41.75
/proc/21829/stat : 21829 (minisat) R 21828 21805 20571 0 -1 4194304 4592 0 0 0 4172 3 0 0 25 0 1 0 422690861 19542016 4578 996147200 134512640 135127466 4294956256 18446744073709551615 134530656 0 0 4096 3 0 0 0 17 1 0 0
/proc/21829/statm: 4771 4578 75 150 0 4618 0
Current children cumulated CPU time (s) 50.54
Current children cumulated vsize (KiB) 38040

[startup+102.307 s]
/proc/loadavg: 1.99 1.98 1.99 3/84 21829
/proc/meminfo: memFree=1777672/2055920 swapFree=4180312/4192956
[pid=21805] ppid=21803 vsize=13600 CPUtime=8.79
/proc/21805/stat : 21805 (sugar) S 21803 21805 20571 0 -1 4194304 1031 34976 0 2 4 0 846 29 16 0 1 0 422689967 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21805/statm: 3400 798 370 3 0 500 0
[pid=21828] ppid=21805 vsize=5356 CPUtime=0
/proc/21828/stat : 21828 (sh) S 21805 21805 20571 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 422690860 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21828/statm: 1339 232 193 169 0 50 0
[pid=21829] ppid=21828 vsize=22808 CPUtime=92.47
/proc/21829/stat : 21829 (minisat) R 21828 21805 20571 0 -1 4194304 5497 0 0 0 9243 4 0 0 25 0 1 0 422690861 23355392 5483 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/21829/statm: 5702 5483 75 150 0 5549 0
Current children cumulated CPU time (s) 101.26
Current children cumulated vsize (KiB) 41764

[startup+162.301 s]
/proc/loadavg: 1.99 1.98 1.99 3/84 21829
/proc/meminfo: memFree=1773832/2055920 swapFree=4180312/4192956
[pid=21805] ppid=21803 vsize=13600 CPUtime=8.79
/proc/21805/stat : 21805 (sugar) S 21803 21805 20571 0 -1 4194304 1031 34976 0 2 4 0 846 29 16 0 1 0 422689967 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21805/statm: 3400 798 370 3 0 500 0
[pid=21828] ppid=21805 vsize=5356 CPUtime=0
/proc/21828/stat : 21828 (sh) S 21805 21805 20571 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 422690860 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21828/statm: 1339 232 193 169 0 50 0
[pid=21829] ppid=21828 vsize=26636 CPUtime=151.9
/proc/21829/stat : 21829 (minisat) R 21828 21805 20571 0 -1 4194304 6449 0 0 0 15184 6 0 0 25 0 1 0 422690861 27275264 6435 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/21829/statm: 6659 6435 75 150 0 6506 0
Current children cumulated CPU time (s) 160.69

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

/proc/meminfo: memFree=1670024/2055920 swapFree=4180312/4192956
[pid=21805] ppid=21803 vsize=13600 CPUtime=8.79
/proc/21805/stat : 21805 (sugar) S 21803 21805 20571 0 -1 4194304 1031 34976 0 2 4 0 846 29 16 0 1 0 422689967 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21805/statm: 3400 798 370 3 0 500 0
[pid=21828] ppid=21805 vsize=5356 CPUtime=0
/proc/21828/stat : 21828 (sh) S 21805 21805 20571 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 422690860 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21828/statm: 1339 232 193 169 0 50 0
[pid=21829] ppid=21828 vsize=59924 CPUtime=1283.62
/proc/21829/stat : 21829 (minisat) R 21828 21805 20571 0 -1 4194304 14647 0 0 0 128345 17 0 0 25 0 1 0 422690861 61362176 14633 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/21829/statm: 14981 14633 75 150 0 14828 0
Current children cumulated CPU time (s) 1292.41
Current children cumulated vsize (KiB) 78880

[startup+1362.3 s]
/proc/loadavg: 1.99 1.97 1.99 3/76 21882
/proc/meminfo: memFree=1650632/2055920 swapFree=4180312/4192956
[pid=21805] ppid=21803 vsize=13600 CPUtime=8.79
/proc/21805/stat : 21805 (sugar) S 21803 21805 20571 0 -1 4194304 1031 34976 0 2 4 0 846 29 16 0 1 0 422689967 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21805/statm: 3400 798 370 3 0 500 0
[pid=21828] ppid=21805 vsize=5356 CPUtime=0
/proc/21828/stat : 21828 (sh) S 21805 21805 20571 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 422690860 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21828/statm: 1339 232 193 169 0 50 0
[pid=21829] ppid=21828 vsize=60088 CPUtime=1343.59
/proc/21829/stat : 21829 (minisat) R 21828 21805 20571 0 -1 4194304 14687 0 0 0 134342 17 0 0 25 0 1 0 422690861 61530112 14673 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/21829/statm: 15022 14673 75 150 0 14869 0
Current children cumulated CPU time (s) 1352.38
Current children cumulated vsize (KiB) 79044

[startup+1422.31 s]
/proc/loadavg: 1.99 1.97 1.99 3/76 21882
/proc/meminfo: memFree=1644296/2055920 swapFree=4180312/4192956
[pid=21805] ppid=21803 vsize=13600 CPUtime=8.79
/proc/21805/stat : 21805 (sugar) S 21803 21805 20571 0 -1 4194304 1031 34976 0 2 4 0 846 29 16 0 1 0 422689967 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21805/statm: 3400 798 370 3 0 500 0
[pid=21828] ppid=21805 vsize=5356 CPUtime=0
/proc/21828/stat : 21828 (sh) S 21805 21805 20571 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 422690860 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21828/statm: 1339 232 193 169 0 50 0
[pid=21829] ppid=21828 vsize=60772 CPUtime=1403.57
/proc/21829/stat : 21829 (minisat) R 21828 21805 20571 0 -1 4194304 14835 0 0 0 140340 17 0 0 25 0 1 0 422690861 62230528 14821 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/21829/statm: 15193 14821 75 150 0 15040 0
Current children cumulated CPU time (s) 1412.36
Current children cumulated vsize (KiB) 79728

[startup+1482.3 s]
/proc/loadavg: 1.99 1.97 1.99 3/76 21882
/proc/meminfo: memFree=1640328/2055920 swapFree=4180312/4192956
[pid=21805] ppid=21803 vsize=13600 CPUtime=8.79
/proc/21805/stat : 21805 (sugar) S 21803 21805 20571 0 -1 4194304 1031 34976 0 2 4 0 846 29 16 0 1 0 422689967 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21805/statm: 3400 798 370 3 0 500 0
[pid=21828] ppid=21805 vsize=5356 CPUtime=0
/proc/21828/stat : 21828 (sh) S 21805 21805 20571 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 422690860 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21828/statm: 1339 232 193 169 0 50 0
[pid=21829] ppid=21828 vsize=60952 CPUtime=1463.54
/proc/21829/stat : 21829 (minisat) R 21828 21805 20571 0 -1 4194304 14852 0 0 0 146336 18 0 0 25 0 1 0 422690861 62414848 14838 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/21829/statm: 15238 14838 75 150 0 15085 0
Current children cumulated CPU time (s) 1472.33
Current children cumulated vsize (KiB) 79908

[startup+1542.3 s]
/proc/loadavg: 2.14 2.00 2.00 3/76 21882
/proc/meminfo: memFree=1636808/2055920 swapFree=4180312/4192956
[pid=21805] ppid=21803 vsize=13600 CPUtime=8.79
/proc/21805/stat : 21805 (sugar) S 21803 21805 20571 0 -1 4194304 1031 34976 0 2 4 0 846 29 16 0 1 0 422689967 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21805/statm: 3400 798 370 3 0 500 0
[pid=21828] ppid=21805 vsize=5356 CPUtime=0
/proc/21828/stat : 21828 (sh) S 21805 21805 20571 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 422690860 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21828/statm: 1339 232 193 169 0 50 0
[pid=21829] ppid=21828 vsize=60952 CPUtime=1523.52
/proc/21829/stat : 21829 (minisat) R 21828 21805 20571 0 -1 4194304 14869 0 0 0 152334 18 0 0 25 0 1 0 422690861 62414848 14855 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/21829/statm: 15238 14855 75 150 0 15085 0
Current children cumulated CPU time (s) 1532.31
Current children cumulated vsize (KiB) 79908

[startup+1602.3 s]
/proc/loadavg: 2.16 2.03 2.01 3/76 21882
/proc/meminfo: memFree=1634120/2055920 swapFree=4180312/4192956
[pid=21805] ppid=21803 vsize=13600 CPUtime=8.79
/proc/21805/stat : 21805 (sugar) S 21803 21805 20571 0 -1 4194304 1031 34976 0 2 4 0 846 29 16 0 1 0 422689967 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21805/statm: 3400 798 370 3 0 500 0
[pid=21828] ppid=21805 vsize=5356 CPUtime=0
/proc/21828/stat : 21828 (sh) S 21805 21805 20571 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 422690860 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21828/statm: 1339 232 193 169 0 50 0
[pid=21829] ppid=21828 vsize=60952 CPUtime=1583.49
/proc/21829/stat : 21829 (minisat) R 21828 21805 20571 0 -1 4194304 14869 0 0 0 158331 18 0 0 25 0 1 0 422690861 62414848 14855 996147200 134512640 135127466 4294956256 18446744073709551615 134530802 0 0 4096 3 0 0 0 17 0 0 0
/proc/21829/statm: 15238 14855 75 150 0 15085 0
Current children cumulated CPU time (s) 1592.28
Current children cumulated vsize (KiB) 79908

[startup+1662.3 s]
/proc/loadavg: 2.12 2.04 2.01 3/76 21882
/proc/meminfo: memFree=1631112/2055920 swapFree=4180312/4192956
[pid=21805] ppid=21803 vsize=13600 CPUtime=8.79
/proc/21805/stat : 21805 (sugar) S 21803 21805 20571 0 -1 4194304 1031 34976 0 2 4 0 846 29 16 0 1 0 422689967 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21805/statm: 3400 798 370 3 0 500 0
[pid=21828] ppid=21805 vsize=5356 CPUtime=0
/proc/21828/stat : 21828 (sh) S 21805 21805 20571 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 422690860 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21828/statm: 1339 232 193 169 0 50 0
[pid=21829] ppid=21828 vsize=61520 CPUtime=1643.46
/proc/21829/stat : 21829 (minisat) R 21828 21805 20571 0 -1 4194304 14991 0 0 0 164328 18 0 0 25 0 1 0 422690861 62996480 14977 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/21829/statm: 15380 14977 75 150 0 15227 0
Current children cumulated CPU time (s) 1652.25
Current children cumulated vsize (KiB) 80476

[startup+1722.3 s]
/proc/loadavg: 2.11 2.04 2.01 3/76 21882
/proc/meminfo: memFree=1626696/2055920 swapFree=4180312/4192956
[pid=21805] ppid=21803 vsize=13600 CPUtime=8.79
/proc/21805/stat : 21805 (sugar) S 21803 21805 20571 0 -1 4194304 1031 34976 0 2 4 0 846 29 16 0 1 0 422689967 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21805/statm: 3400 798 370 3 0 500 0
[pid=21828] ppid=21805 vsize=5356 CPUtime=0
/proc/21828/stat : 21828 (sh) S 21805 21805 20571 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 422690860 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21828/statm: 1339 232 193 169 0 50 0
[pid=21829] ppid=21828 vsize=63612 CPUtime=1703.45
/proc/21829/stat : 21829 (minisat) R 21828 21805 20571 0 -1 4194304 15507 0 0 0 170326 19 0 0 25 0 1 0 422690861 65138688 15493 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/21829/statm: 15903 15493 75 150 0 15750 0
Current children cumulated CPU time (s) 1712.24
Current children cumulated vsize (KiB) 82568

[startup+1782.3 s]
/proc/loadavg: 2.09 2.05 2.00 3/76 21882
/proc/meminfo: memFree=1622280/2055920 swapFree=4180312/4192956
[pid=21805] ppid=21803 vsize=13600 CPUtime=8.79
/proc/21805/stat : 21805 (sugar) S 21803 21805 20571 0 -1 4194304 1031 34976 0 2 4 0 846 29 16 0 1 0 422689967 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21805/statm: 3400 798 370 3 0 500 0
[pid=21828] ppid=21805 vsize=5356 CPUtime=0
/proc/21828/stat : 21828 (sh) S 21805 21805 20571 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 422690860 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21828/statm: 1339 232 193 169 0 50 0
[pid=21829] ppid=21828 vsize=65540 CPUtime=1763.42
/proc/21829/stat : 21829 (minisat) R 21828 21805 20571 0 -1 4194304 16001 0 0 0 176322 20 0 0 25 0 1 0 422690861 67112960 15987 996147200 134512640 135127466 4294956256 18446744073709551615 134530641 0 0 4096 3 0 0 0 17 0 0 0
/proc/21829/statm: 16385 15987 75 150 0 16232 0
Current children cumulated CPU time (s) 1772.21
Current children cumulated vsize (KiB) 84496



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1810.2 s]
/proc/loadavg: 2.06 2.04 2.00 3/76 21882
/proc/meminfo: memFree=1619848/2055920 swapFree=4180312/4192956
[pid=21805] ppid=21803 vsize=13600 CPUtime=8.79
/proc/21805/stat : 21805 (sugar) S 21803 21805 20571 0 -1 4194304 1031 34976 0 2 4 0 846 29 16 0 1 0 422689967 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21805/statm: 3400 798 370 3 0 500 0
[pid=21828] ppid=21805 vsize=5356 CPUtime=0
/proc/21828/stat : 21828 (sh) S 21805 21805 20571 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 422690860 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21828/statm: 1339 232 193 169 0 50 0
[pid=21829] ppid=21828 vsize=66464 CPUtime=1791.31
/proc/21829/stat : 21829 (minisat) R 21828 21805 20571 0 -1 4194304 16222 0 0 0 179111 20 0 0 25 0 1 0 422690861 68059136 16208 996147200 134512640 135127466 4294956256 18446744073709551615 134530686 0 0 4096 3 0 0 0 17 0 0 0
/proc/21829/statm: 16616 16208 75 150 0 16463 0
Current children cumulated CPU time (s) 1800.1
Current children cumulated vsize (KiB) 85420

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 21805 and gives
#  childrusage.ru_utime.tv_sec=8
#  childrusage.ru_utime.tv_usec=504707
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=319951
# CPU time returned by wait4() is 8.82466
# while last known CPU time is 1800.1
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1810.23
CPU time (s): 1800.1
CPU user time (s): 1799.61
CPU system time (s): 0.49
CPU usage (%): 99.4405
Max. virtual memory (cumulated for all children) (KiB): 884124

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 8.50471
system time used= 0.319951
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 36434
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= 3171
involuntary context switches= 3277

runsolver used 1.87471 second user time and 6.37303 second system time

The end

Launcher Data (download as text)

Begin job on node49 at 2008-07-04 13:25:26
IDJOB=1072016
IDBENCH=56219
IDSOLVER=346
FILE ID=node49/1072016-1215170726
PBS_JOBID= 7881403
Free space on /tmp= 66552 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/rand-3-24-24-fcd/normalized-rand-3-24-24-76-632-fcd-32_ext.xml
COMMAND LINE= DIR/sugar -c -vv -java="java -Xmx700M" -jar="DIR/sugar-v1-13.jar" -solver="DIR/minisat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1072016-1215170726/watcher-1072016-1215170726 -o /tmp/evaluation-result-1072016-1215170726/solver-1072016-1215170726 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/sugar -c -vv -java="java -Xmx700M" -jar="HOME/sugar-v1-13.jar" -solver="HOME/minisat" -tmp="HOME/temp" HOME/instance-1072016-1215170726.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 4090475ced81db94eda2eadfae3d450f
RANDOM SEED=1509823469

node49.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.249
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.249
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:       1811328 kB
Buffers:         26420 kB
Cached:         114692 kB
SwapCached:       5496 kB
Active:         154940 kB
Inactive:        39288 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1811328 kB
SwapTotal:     4192956 kB
SwapFree:      4180312 kB
Dirty:            4204 kB
Writeback:           0 kB
Mapped:          67112 kB
Slab:            35260 kB
Committed_AS:  1542776 kB
PageTables:       1924 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66532 MiB
End job on node49 at 2008-07-04 13:55:38