Trace number 1056961

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.05 1810.22

General information on the benchmark

Namecsp/rand-3-24-24/
normalized-rand-3-24-24-76-632-32_ext.xml
MD5SUM8805480f3678cb88558dc50a18f30af9
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark1261.2
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.05	c 0	Sugar v1-13 + HOME/minisat
0.00/0.05	c 0	BEGIN Thu Jul  3 19:52:32 2008
0.00/0.05	c 0	PID 9734
0.00/0.05	c 0	HOST node23.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1056961-1215107552.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-1056961-1215107552.xml' 'HOME/temp.csp'
1.12/1.24	c 1	1 domains, 24 variables, 0 predicates, 72 relations, 72 constraints
1.12/1.24	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.12/1.24	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.17/1.33	c 2	Parsing HOME/temp.csp
3.40/3.57	c 4	parsed 169 expressions
3.40/3.57	c 4	Heap : 42 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
3.40/3.57	c 4	Converting to clausal form CSP
3.40/3.59	c 4	converted 17 (10%) expressions
3.49/3.61	c 4	converted 34 (20%) expressions
3.49/3.64	c 4	converted 51 (30%) expressions
3.49/3.64	c 4	converted 68 (40%) expressions
3.49/3.68	c 4	converted 85 (50%) expressions
3.59/3.79	c 4	converted 102 (60%) expressions
3.79/3.98	c 4	converted 119 (70%) expressions
4.39/4.57	c 5	converted 136 (80%) expressions
4.58/4.79	c 5	converted 153 (90%) expressions
4.78/4.99	c 5	converted 169 (100%) expressions
4.78/5.00	c 5	CSP : 24 integers, 0 booleans, 72 clauses, largest domain size 24
4.78/5.00	c 5	Heap : 82 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
4.78/5.00	c 5	Propagation in CSP
4.78/5.00	c 5	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
4.78/5.00	c 5	CSP : 24 integers, 0 booleans, 72 clauses, largest domain size 24
4.78/5.00	c 5	Heap : 82 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
4.78/5.00	c 5	Simplifing CSP by introducing new Boolean variables
4.78/5.00	c 5	CSP : 24 integers, 0 booleans, 72 clauses, largest domain size 24
4.78/5.00	c 5	Heap : 82 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
5.08/5.21	c 5	Encoding CSP to SAT : HOME/temp.cnf
5.08/5.22	c 5	3 (10%) CSP integer variables are encoded (66 clauses, 641 bytes)
5.08/5.22	c 5	5 (20%) CSP integer variables are encoded (110 clauses, 1068 bytes)
5.08/5.23	c 5	8 (30%) CSP integer variables are encoded (176 clauses, 1794 bytes)
5.08/5.23	c 5	10 (40%) CSP integer variables are encoded (220 clauses, 2278 bytes)
5.08/5.23	c 5	12 (50%) CSP integer variables are encoded (264 clauses, 2762 bytes)
5.08/5.23	c 5	15 (60%) CSP integer variables are encoded (330 clauses, 3488 bytes)
5.08/5.23	c 5	17 (70%) CSP integer variables are encoded (374 clauses, 3972 bytes)
5.08/5.23	c 5	20 (80%) CSP integer variables are encoded (440 clauses, 4698 bytes)
5.08/5.23	c 5	22 (90%) CSP integer variables are encoded (484 clauses, 5182 bytes)
5.08/5.24	c 5	24 (100%) CSP integer variables are encoded (528 clauses, 5666 bytes)
5.48/5.61	c 6	8 (10%) CSP clauses are encoded (24105 clauses, 574790 bytes)
5.67/5.90	c 6	15 (20%) CSP clauses are encoded (44577 clauses, 1070722 bytes)
5.97/6.17	c 6	22 (30%) CSP clauses are encoded (65083 clauses, 1585869 bytes)
6.27/6.47	c 7	29 (40%) CSP clauses are encoded (86714 clauses, 2123762 bytes)
6.58/6.77	c 7	36 (50%) CSP clauses are encoded (108329 clauses, 2667057 bytes)
6.97/7.11	c 7	44 (60%) CSP clauses are encoded (132955 clauses, 3316811 bytes)
7.26/7.41	c 8	51 (70%) CSP clauses are encoded (154466 clauses, 3896178 bytes)
7.57/7.71	c 8	58 (80%) CSP clauses are encoded (176114 clauses, 4483831 bytes)
7.77/7.99	c 8	65 (90%) CSP clauses are encoded (196610 clauses, 5037183 bytes)
8.06/8.29	c 8	72 (100%) CSP clauses are encoded (218153 clauses, 5621613 bytes)
8.06/8.29	c 8	72 CSP clauses encoded
8.06/8.29	c 8	Writing map file : HOME/temp.map
8.06/8.29	c 8	Heap : 28 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
8.06/8.29	c 8	SAT : 552 SAT variables, 218153 SAT clauses, 5621613 bytes
8.06/8.29	c 8	Heap : 28 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
8.15/8.34	c 9	SOLVING HOME/temp.cnf
8.15/8.34	c 9	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
8.15/8.34	c 9	This is MiniSat 2.0 beta
8.15/8.34	c 9	WARNING: for repeatability, setting FPU to use double precision
8.15/8.34	c 9	============================[ Problem Statistics ]=============================
8.15/8.34	c 9	|                                                                             |
8.15/8.34	c 9	|  Number of variables:  552                                                  |
8.15/8.34	c 9	|  Number of clauses:    218153                                               |
8.18/8.48	c 9	|  Parsing time:         0.11         s                                       |
8.18/8.48	c 9	============================[ Search Statistics ]==============================
8.18/8.48	c 9	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
8.18/8.48	c 9	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
8.18/8.48	c 9	===============================================================================
8.18/8.48	c 9	|         0 |     552   218153  1213803 |    72717        0    nan |  0.000 % |
8.18/8.65	c 9	|       102 |     552   218153  1213803 |    79989      102     10 |  0.000 % |
8.63/8.82	c 9	|       252 |     552   218153  1213803 |    87988      252     13 |  0.008 % |
8.83/9.03	c 9	|       478 |     552   218153  1213803 |    96787      478     12 |  0.007 % |
9.12/9.38	c 10	|       815 |     552   218153  1213803 |   106465      815     13 |  0.008 % |
9.62/9.87	c 10	|      1321 |     552   218153  1213803 |   117112     1321     13 |  0.008 % |
10.31/10.53	c 11	|      2080 |     552   218153  1213803 |   128823     2080     13 |  0.008 % |
11.41/11.64	c 12	|      3220 |     552   218153  1213803 |   141706     3220     13 |  0.007 % |
13.01/13.27	c 13	|      4928 |     552   218153  1213803 |   155876     4928     14 |  0.003 % |
15.58/15.89	c 16	|      7490 |     552   218153  1213803 |   171464     7490     14 |  0.008 % |
19.96/20.21	c 20	|     11334 |     552   218153  1213803 |   188610    11334     16 |  0.008 % |
25.93/26.25	c 26	|     17101 |     552   218153  1213803 |   207471    17101     16 |  0.008 % |
36.18/36.57	c 37	|     25753 |     552   218153  1213803 |   228219    25753     16 |  0.008 % |
52.69/53.29	c 53	|     38728 |     552   218153  1213803 |   251041    38728     16 |  0.008 % |
76.97/77.60	c 78	|     58190 |     552   218153  1213803 |   276145    58190     16 |  0.008 % |
122.66/123.51	c 124	|     87382 |     552   218153  1213803 |   303759    87382     17 |  0.007 % |
199.28/200.58	c 201	|    131171 |     552   218153  1213803 |   334135   131171     17 |  0.009 % |
335.44/337.64	c 338	|    196856 |     552   218153  1213803 |   367549   196856     18 |  0.009 % |
613.07/616.92	c 617	|    295382 |     552   218153  1213803 |   404304   295382     19 |  0.002 % |
1019.99/1026.00	c 1026	|    443171 |     552   218153  1213803 |   444734    58533     22 |  0.005 % |
1498.88/1507.52	c 1508	|    664854 |     552   218153  1213803 |   489208   280216     20 |  0.007 % |
1800.05/1810.21	c 1810	DECODING HOME/temp.out WITH HOME/temp.map
1800.05/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.05/1810.21	c ERROR INTERRUPTED
1800.05/1810.22	s UNKNOWN
1800.05/1810.22	c 1810	CPU 7.92 (0.03 0.01 7.89 0.25)
1800.05/1810.22	c 1810	END Thu Jul  3 20:22:42 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-1056961-1215107552/watcher-1056961-1215107552 -o /tmp/evaluation-result-1056961-1215107552/solver-1056961-1215107552 -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-1056961-1215107552.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.57 1.87 1.65 4/84 9734
/proc/meminfo: memFree=1585640/2055920 swapFree=4180000/4192956
[pid=9734] ppid=9732 vsize=4708 CPUtime=0
/proc/9734/stat : 9734 (sugar) R 9732 9734 9604 0 -1 4194304 58 0 0 0 0 0 0 0 20 0 1 0 1989729373 4820992 43 996147200 4194304 4206940 548682068608 18446744073709551615 238485042569 0 0 4096 0 0 0 0 17 1 0 0
/proc/9734/statm: 1177 43 33 3 0 8 0

[startup+0.082404 s]
/proc/loadavg: 1.57 1.87 1.65 4/84 9734
/proc/meminfo: memFree=1585640/2055920 swapFree=4180000/4192956
[pid=9734] ppid=9732 vsize=13600 CPUtime=0.04
/proc/9734/stat : 9734 (sugar) S 9732 9734 9604 0 -1 4194304 900 127 0 0 3 1 0 0 18 0 1 0 1989729373 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9734/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.1014 s]
/proc/loadavg: 1.57 1.87 1.65 4/84 9734
/proc/meminfo: memFree=1585640/2055920 swapFree=4180000/4192956
[pid=9734] ppid=9732 vsize=13600 CPUtime=0.04
/proc/9734/stat : 9734 (sugar) S 9732 9734 9604 0 -1 4194304 900 127 0 0 3 1 0 0 18 0 1 0 1989729373 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9734/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.301426 s]
/proc/loadavg: 1.57 1.87 1.65 4/84 9734
/proc/meminfo: memFree=1585640/2055920 swapFree=4180000/4192956
[pid=9734] ppid=9732 vsize=13600 CPUtime=0.04
/proc/9734/stat : 9734 (sugar) S 9732 9734 9604 0 -1 4194304 900 127 0 0 3 1 0 0 18 0 1 0 1989729373 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9734/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.701476 s]
/proc/loadavg: 1.57 1.87 1.65 4/84 9734
/proc/meminfo: memFree=1585640/2055920 swapFree=4180000/4192956
[pid=9734] ppid=9732 vsize=13600 CPUtime=0.04
/proc/9734/stat : 9734 (sugar) S 9732 9734 9604 0 -1 4194304 900 127 0 0 3 1 0 0 18 0 1 0 1989729373 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9734/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+1.50156 s]
/proc/loadavg: 1.57 1.87 1.65 3/95 9746
/proc/meminfo: memFree=1559760/2055920 swapFree=4180000/4192956
[pid=9734] ppid=9732 vsize=13600 CPUtime=1.17
/proc/9734/stat : 9734 (sugar) S 9732 9734 9604 0 -1 4194304 973 9172 0 1 3 1 106 7 15 0 1 0 1989729373 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/9734/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 1.17
Current children cumulated vsize (KiB) 13600

[startup+3.10275 s]
/proc/loadavg: 1.57 1.87 1.65 3/95 9756
/proc/meminfo: memFree=1559504/2055920 swapFree=4180000/4192956
[pid=9734] ppid=9732 vsize=13600 CPUtime=1.17
/proc/9734/stat : 9734 (sugar) S 9732 9734 9604 0 -1 4194304 973 9172 0 1 3 1 106 7 15 0 1 0 1989729373 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/9734/statm: 3400 797 370 3 0 500 0
[pid=9747] ppid=9734 vsize=5356 CPUtime=0
/proc/9747/stat : 9747 (sh) S 9734 9734 9604 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1989729498 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9747/statm: 1339 233 193 169 0 50 0
[pid=9748] ppid=9747 vsize=864076 CPUtime=1.82
/proc/9748/stat : 9748 (java) S 9747 9734 9604 0 -1 0 13857 0 1 0 176 6 0 0 18 0 9 0 1989729498 884813824 13115 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/9748/statm: 216019 13115 2532 9 0 210601 0
[pid=9748/tid=9749] ppid=9747 vsize=864076 CPUtime=1.12
/proc/9748/task/9749/stat : 9749 (java) R 9747 9734 9604 0 -1 64 2778 0 1 0 110 2 0 0 25 0 9 0 1989729499 884813824 13115 996147200 134512640 134550740 4294955952 18446744073709551615 4126463511 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9748/tid=9750] ppid=9747 vsize=864076 CPUtime=0.65
/proc/9748/task/9750/stat : 9750 (java) S 9747 9734 9604 0 -1 64 10068 0 0 0 62 3 0 0 16 0 9 0 1989729500 884813824 13115 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=9748/tid=9751] ppid=9747 vsize=864076 CPUtime=0
/proc/9748/task/9751/stat : 9751 (java) S 9747 9734 9604 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1989729500 884813824 13115 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9748/tid=9752] ppid=9747 vsize=864076 CPUtime=0
/proc/9748/task/9752/stat : 9752 (java) S 9747 9734 9604 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1989729501 884813824 13115 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9748/tid=9753] ppid=9747 vsize=864076 CPUtime=0
/proc/9748/task/9753/stat : 9753 (java) S 9747 9734 9604 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 1989729502 884813824 13115 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9748/tid=9754] ppid=9747 vsize=864076 CPUtime=0.04
/proc/9748/task/9754/stat : 9754 (java) S 9747 9734 9604 0 -1 64 315 0 0 0 4 0 0 0 16 0 9 0 1989729502 884813824 13115 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9748/tid=9755] ppid=9747 vsize=864076 CPUtime=0
/proc/9748/task/9755/stat : 9755 (java) S 9747 9734 9604 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 1989729502 884813824 13115 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9748/tid=9756] ppid=9747 vsize=864076 CPUtime=0
/proc/9748/task/9756/stat : 9756 (java) S 9747 9734 9604 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1989729502 884813824 13115 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.99
Current children cumulated vsize (KiB) 883032

[startup+6.30111 s]
/proc/loadavg: 1.60 1.88 1.65 3/95 9756
/proc/meminfo: memFree=1490832/2055920 swapFree=4180000/4192956
[pid=9734] ppid=9732 vsize=13600 CPUtime=1.17
/proc/9734/stat : 9734 (sugar) S 9732 9734 9604 0 -1 4194304 974 9172 0 1 3 1 106 7 15 0 1 0 1989729373 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/9734/statm: 3400 797 370 3 0 500 0
[pid=9747] ppid=9734 vsize=5356 CPUtime=0
/proc/9747/stat : 9747 (sh) S 9734 9734 9604 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1989729498 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9747/statm: 1339 233 193 169 0 50 0
[pid=9748] ppid=9747 vsize=864284 CPUtime=5
/proc/9748/stat : 9748 (java) S 9747 9734 9604 0 -1 0 25427 0 1 0 487 13 0 0 18 0 9 0 1989729498 885026816 24601 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/9748/statm: 216071 24601 2564 9 0 210618 0
[pid=9748/tid=9749] ppid=9747 vsize=864284 CPUtime=2.89
/proc/9748/task/9749/stat : 9749 (java) R 9747 9734 9604 0 -1 64 3691 0 1 0 285 4 0 0 25 0 9 0 1989729499 885026816 24601 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9748/tid=9750] ppid=9747 vsize=864284 CPUtime=1.99
/proc/9748/task/9750/stat : 9750 (java) S 9747 9734 9604 0 -1 64 20687 0 0 0 192 7 0 0 16 0 9 0 1989729500 885026816 24601 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=9748/tid=9751] ppid=9747 vsize=864284 CPUtime=0
/proc/9748/task/9751/stat : 9751 (java) S 9747 9734 9604 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1989729500 885026816 24601 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9748/tid=9752] ppid=9747 vsize=864284 CPUtime=0
/proc/9748/task/9752/stat : 9752 (java) S 9747 9734 9604 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1989729501 885026816 24601 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9748/tid=9753] ppid=9747 vsize=864284 CPUtime=0
/proc/9748/task/9753/stat : 9753 (java) S 9747 9734 9604 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 1989729502 885026816 24601 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9748/tid=9754] ppid=9747 vsize=864284 CPUtime=0.09
/proc/9748/task/9754/stat : 9754 (java) S 9747 9734 9604 0 -1 64 353 0 0 0 9 0 0 0 16 0 9 0 1989729502 885026816 24601 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9748/tid=9755] ppid=9747 vsize=864284 CPUtime=0
/proc/9748/task/9755/stat : 9755 (java) S 9747 9734 9604 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 1989729502 885026816 24601 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9748/tid=9756] ppid=9747 vsize=864284 CPUtime=0
/proc/9748/task/9756/stat : 9756 (java) S 9747 9734 9604 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1989729502 885026816 24601 996147200 134512640 134550740 4294955952 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) 883240

[startup+12.7028 s]
/proc/loadavg: 1.64 1.88 1.65 3/87 9758
/proc/meminfo: memFree=1559696/2055920 swapFree=4180000/4192956
[pid=9734] ppid=9732 vsize=13600 CPUtime=8.18
/proc/9734/stat : 9734 (sugar) S 9732 9734 9604 0 -1 4194304 1031 34946 0 2 3 1 789 25 16 0 1 0 1989729373 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/9734/statm: 3400 798 370 3 0 500 0
[pid=9757] ppid=9734 vsize=5356 CPUtime=0
/proc/9757/stat : 9757 (sh) S 9734 9734 9604 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1989730208 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9757/statm: 1339 232 193 169 0 50 0
[pid=9758] ppid=9757 vsize=15248 CPUtime=4.32
/proc/9758/stat : 9758 (minisat) R 9757 9734 9604 0 -1 4194304 3629 0 0 0 430 2 0 0 25 0 1 0 1989730208 15613952 3615 996147200 134512640 135127466 4294956272 18446744073709551615 134530644 0 0 4096 3 0 0 0 17 0 0 0
/proc/9758/statm: 3812 3615 75 150 0 3659 0
Current children cumulated CPU time (s) 12.5
Current children cumulated vsize (KiB) 34204

[startup+25.5013 s]
/proc/loadavg: 1.72 1.88 1.65 3/87 9758
/proc/meminfo: memFree=1558352/2055920 swapFree=4180000/4192956
[pid=9734] ppid=9732 vsize=13600 CPUtime=8.18
/proc/9734/stat : 9734 (sugar) S 9732 9734 9604 0 -1 4194304 1031 34946 0 2 3 1 789 25 16 0 1 0 1989729373 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/9734/statm: 3400 798 370 3 0 500 0
[pid=9757] ppid=9734 vsize=5356 CPUtime=0
/proc/9757/stat : 9757 (sh) S 9734 9734 9604 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1989730208 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9757/statm: 1339 232 193 169 0 50 0
[pid=9758] ppid=9757 vsize=16488 CPUtime=17.05
/proc/9758/stat : 9758 (minisat) R 9757 9734 9604 0 -1 4194304 3947 0 0 0 1703 2 0 0 25 0 1 0 1989730208 16883712 3933 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/9758/statm: 4122 3933 75 150 0 3969 0
Current children cumulated CPU time (s) 25.23
Current children cumulated vsize (KiB) 35444

[startup+51.1012 s]
/proc/loadavg: 1.88 1.91 1.67 3/87 9758
/proc/meminfo: memFree=1522064/2055920 swapFree=4180000/4192956
[pid=9734] ppid=9732 vsize=13600 CPUtime=8.18
/proc/9734/stat : 9734 (sugar) S 9732 9734 9604 0 -1 4194304 1031 34946 0 2 3 1 789 25 16 0 1 0 1989729373 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/9734/statm: 3400 798 370 3 0 500 0
[pid=9757] ppid=9734 vsize=5356 CPUtime=0
/proc/9757/stat : 9757 (sh) S 9734 9734 9604 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1989730208 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9757/statm: 1339 232 193 169 0 50 0
[pid=9758] ppid=9757 vsize=18632 CPUtime=42.42
/proc/9758/stat : 9758 (minisat) R 9757 9734 9604 0 -1 4194304 4463 0 0 0 4239 3 0 0 25 0 1 0 1989730208 19079168 4449 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/9758/statm: 4658 4449 75 150 0 4505 0
Current children cumulated CPU time (s) 50.6
Current children cumulated vsize (KiB) 37588

[startup+102.306 s]
/proc/loadavg: 2.02 1.94 1.69 3/87 9758
/proc/meminfo: memFree=1517776/2055920 swapFree=4180000/4192956
[pid=9734] ppid=9732 vsize=13600 CPUtime=8.18
/proc/9734/stat : 9734 (sugar) S 9732 9734 9604 0 -1 4194304 1031 34946 0 2 3 1 789 25 16 0 1 0 1989729373 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9734/statm: 3400 798 370 3 0 500 0
[pid=9757] ppid=9734 vsize=5356 CPUtime=0
/proc/9757/stat : 9757 (sh) S 9734 9734 9604 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1989730208 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9757/statm: 1339 232 193 169 0 50 0
[pid=9758] ppid=9757 vsize=22612 CPUtime=93.37
/proc/9758/stat : 9758 (minisat) R 9757 9734 9604 0 -1 4194304 5466 0 0 0 9333 4 0 0 25 0 1 0 1989730208 23154688 5452 996147200 134512640 135127466 4294956272 18446744073709551615 134530665 0 0 4096 3 0 0 0 17 1 0 0
/proc/9758/statm: 5653 5452 75 150 0 5500 0
Current children cumulated CPU time (s) 101.55
Current children cumulated vsize (KiB) 41568

[startup+162.302 s]
/proc/loadavg: 2.13 1.98 1.71 3/87 9758
/proc/meminfo: memFree=1500112/2055920 swapFree=4180000/4192956
[pid=9734] ppid=9732 vsize=13600 CPUtime=8.18
/proc/9734/stat : 9734 (sugar) S 9732 9734 9604 0 -1 4194304 1031 34946 0 2 3 1 789 25 16 0 1 0 1989729373 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9734/statm: 3400 798 370 3 0 500 0
[pid=9757] ppid=9734 vsize=5356 CPUtime=0
/proc/9757/stat : 9757 (sh) S 9734 9734 9604 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1989730208 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9757/statm: 1339 232 193 169 0 50 0
[pid=9758] ppid=9757 vsize=26116 CPUtime=153.08
/proc/9758/stat : 9758 (minisat) R 9757 9734 9604 0 -1 4194304 6319 0 0 0 15303 5 0 0 25 0 1 0 1989730208 26742784 6305 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/9758/statm: 6529 6305 75 150 0 6376 0
Current children cumulated CPU time (s) 161.26

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

/proc/meminfo: memFree=1339408/2055920 swapFree=4180000/4192956
[pid=9734] ppid=9732 vsize=13600 CPUtime=8.18
/proc/9734/stat : 9734 (sugar) S 9732 9734 9604 0 -1 4194304 1031 34946 0 2 3 1 789 25 16 0 1 0 1989729373 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9734/statm: 3400 798 370 3 0 500 0
[pid=9757] ppid=9734 vsize=5356 CPUtime=0
/proc/9757/stat : 9757 (sh) S 9734 9734 9604 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1989730208 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9757/statm: 1339 232 193 169 0 50 0
[pid=9758] ppid=9757 vsize=61708 CPUtime=1286.63
/proc/9758/stat : 9758 (minisat) R 9757 9734 9604 0 -1 4194304 15085 0 0 0 128647 16 0 0 25 0 1 0 1989730208 63188992 15071 996147200 134512640 135127466 4294956272 18446744073709551615 134530682 0 0 4096 3 0 0 0 17 1 0 0
/proc/9758/statm: 15427 15071 75 150 0 15274 0
Current children cumulated CPU time (s) 1294.81
Current children cumulated vsize (KiB) 80664

[startup+1362.3 s]
/proc/loadavg: 2.00 2.02 1.97 3/87 9764
/proc/meminfo: memFree=1339344/2055920 swapFree=4180000/4192956
[pid=9734] ppid=9732 vsize=13600 CPUtime=8.18
/proc/9734/stat : 9734 (sugar) S 9732 9734 9604 0 -1 4194304 1031 34946 0 2 3 1 789 25 16 0 1 0 1989729373 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9734/statm: 3400 798 370 3 0 500 0
[pid=9757] ppid=9734 vsize=5356 CPUtime=0
/proc/9757/stat : 9757 (sh) S 9734 9734 9604 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1989730208 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9757/statm: 1339 232 193 169 0 50 0
[pid=9758] ppid=9757 vsize=61788 CPUtime=1346.34
/proc/9758/stat : 9758 (minisat) R 9757 9734 9604 0 -1 4194304 15092 0 0 0 134618 16 0 0 25 0 1 0 1989730208 63270912 15078 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/9758/statm: 15447 15078 75 150 0 15294 0
Current children cumulated CPU time (s) 1354.52
Current children cumulated vsize (KiB) 80744

[startup+1422.31 s]
/proc/loadavg: 2.00 2.02 1.97 3/87 9764
/proc/meminfo: memFree=1314448/2055920 swapFree=4180000/4192956
[pid=9734] ppid=9732 vsize=13600 CPUtime=8.18
/proc/9734/stat : 9734 (sugar) S 9732 9734 9604 0 -1 4194304 1031 34946 0 2 3 1 789 25 16 0 1 0 1989729373 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9734/statm: 3400 798 370 3 0 500 0
[pid=9757] ppid=9734 vsize=5356 CPUtime=0
/proc/9757/stat : 9757 (sh) S 9734 9734 9604 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1989730208 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9757/statm: 1339 232 193 169 0 50 0
[pid=9758] ppid=9757 vsize=61940 CPUtime=1405.92
/proc/9758/stat : 9758 (minisat) R 9757 9734 9604 0 -1 4194304 15121 0 0 0 140576 16 0 0 25 0 1 0 1989730208 63426560 15107 996147200 134512640 135127466 4294956272 18446744073709551615 134530692 0 0 4096 3 0 0 0 17 1 0 0
/proc/9758/statm: 15485 15107 75 150 0 15332 0
Current children cumulated CPU time (s) 1414.1
Current children cumulated vsize (KiB) 80896

[startup+1482.3 s]
/proc/loadavg: 2.00 2.01 1.97 3/87 9764
/proc/meminfo: memFree=1314320/2055920 swapFree=4180000/4192956
[pid=9734] ppid=9732 vsize=13600 CPUtime=8.18
/proc/9734/stat : 9734 (sugar) S 9732 9734 9604 0 -1 4194304 1031 34946 0 2 3 1 789 25 16 0 1 0 1989729373 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9734/statm: 3400 798 370 3 0 500 0
[pid=9757] ppid=9734 vsize=5356 CPUtime=0
/proc/9757/stat : 9757 (sh) S 9734 9734 9604 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1989730208 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9757/statm: 1339 232 193 169 0 50 0
[pid=9758] ppid=9757 vsize=62072 CPUtime=1465.63
/proc/9758/stat : 9758 (minisat) R 9757 9734 9604 0 -1 4194304 15148 0 0 0 146547 16 0 0 25 0 1 0 1989730208 63561728 15134 996147200 134512640 135127466 4294956272 18446744073709551615 134530780 0 0 4096 3 0 0 0 17 1 0 0
/proc/9758/statm: 15518 15134 75 150 0 15365 0
Current children cumulated CPU time (s) 1473.81
Current children cumulated vsize (KiB) 81028

[startup+1542.3 s]
/proc/loadavg: 2.00 2.01 1.97 3/87 9764
/proc/meminfo: memFree=1313936/2055920 swapFree=4180000/4192956
[pid=9734] ppid=9732 vsize=13600 CPUtime=8.18
/proc/9734/stat : 9734 (sugar) S 9732 9734 9604 0 -1 4194304 1031 34946 0 2 3 1 789 25 16 0 1 0 1989729373 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9734/statm: 3400 798 370 3 0 500 0
[pid=9757] ppid=9734 vsize=5356 CPUtime=0
/proc/9757/stat : 9757 (sh) S 9734 9734 9604 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1989730208 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9757/statm: 1339 232 193 169 0 50 0
[pid=9758] ppid=9757 vsize=62496 CPUtime=1525.33
/proc/9758/stat : 9758 (minisat) R 9757 9734 9604 0 -1 4194304 15250 0 0 0 152517 16 0 0 25 0 1 0 1989730208 63995904 15236 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/9758/statm: 15624 15236 75 150 0 15471 0
Current children cumulated CPU time (s) 1533.51
Current children cumulated vsize (KiB) 81452

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 1.97 3/87 9764
/proc/meminfo: memFree=1313616/2055920 swapFree=4180000/4192956
[pid=9734] ppid=9732 vsize=13600 CPUtime=8.18
/proc/9734/stat : 9734 (sugar) S 9732 9734 9604 0 -1 4194304 1031 34946 0 2 3 1 789 25 16 0 1 0 1989729373 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9734/statm: 3400 798 370 3 0 500 0
[pid=9757] ppid=9734 vsize=5356 CPUtime=0
/proc/9757/stat : 9757 (sh) S 9734 9734 9604 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1989730208 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9757/statm: 1339 232 193 169 0 50 0
[pid=9758] ppid=9757 vsize=62776 CPUtime=1585.05
/proc/9758/stat : 9758 (minisat) R 9757 9734 9604 0 -1 4194304 15322 0 0 0 158489 16 0 0 25 0 1 0 1989730208 64282624 15308 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/9758/statm: 15694 15308 75 150 0 15541 0
Current children cumulated CPU time (s) 1593.23
Current children cumulated vsize (KiB) 81732

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 1.97 3/87 9764
/proc/meminfo: memFree=1313488/2055920 swapFree=4180000/4192956
[pid=9734] ppid=9732 vsize=13600 CPUtime=8.18
/proc/9734/stat : 9734 (sugar) S 9732 9734 9604 0 -1 4194304 1031 34946 0 2 3 1 789 25 16 0 1 0 1989729373 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9734/statm: 3400 798 370 3 0 500 0
[pid=9757] ppid=9734 vsize=5356 CPUtime=0
/proc/9757/stat : 9757 (sh) S 9734 9734 9604 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1989730208 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9757/statm: 1339 232 193 169 0 50 0
[pid=9758] ppid=9757 vsize=62776 CPUtime=1644.75
/proc/9758/stat : 9758 (minisat) R 9757 9734 9604 0 -1 4194304 15345 0 0 0 164459 16 0 0 25 0 1 0 1989730208 64282624 15331 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/9758/statm: 15694 15331 75 150 0 15541 0
Current children cumulated CPU time (s) 1652.93
Current children cumulated vsize (KiB) 81732

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 1.97 3/87 9764
/proc/meminfo: memFree=1313296/2055920 swapFree=4180000/4192956
[pid=9734] ppid=9732 vsize=13600 CPUtime=8.18
/proc/9734/stat : 9734 (sugar) S 9732 9734 9604 0 -1 4194304 1031 34946 0 2 3 1 789 25 16 0 1 0 1989729373 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9734/statm: 3400 798 370 3 0 500 0
[pid=9757] ppid=9734 vsize=5356 CPUtime=0
/proc/9757/stat : 9757 (sh) S 9734 9734 9604 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1989730208 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9757/statm: 1339 232 193 169 0 50 0
[pid=9758] ppid=9757 vsize=63072 CPUtime=1704.47
/proc/9758/stat : 9758 (minisat) R 9757 9734 9604 0 -1 4194304 15395 0 0 0 170431 16 0 0 25 0 1 0 1989730208 64585728 15381 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/9758/statm: 15768 15381 75 150 0 15615 0
Current children cumulated CPU time (s) 1712.65
Current children cumulated vsize (KiB) 82028

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 1.97 3/87 9764
/proc/meminfo: memFree=1290128/2055920 swapFree=4180000/4192956
[pid=9734] ppid=9732 vsize=13600 CPUtime=8.18
/proc/9734/stat : 9734 (sugar) S 9732 9734 9604 0 -1 4194304 1031 34946 0 2 3 1 789 25 16 0 1 0 1989729373 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9734/statm: 3400 798 370 3 0 500 0
[pid=9757] ppid=9734 vsize=5356 CPUtime=0
/proc/9757/stat : 9757 (sh) S 9734 9734 9604 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1989730208 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9757/statm: 1339 232 193 169 0 50 0
[pid=9758] ppid=9757 vsize=63204 CPUtime=1764.07
/proc/9758/stat : 9758 (minisat) R 9757 9734 9604 0 -1 4194304 15418 0 0 0 176391 16 0 0 25 0 1 0 1989730208 64720896 15404 996147200 134512640 135127466 4294956272 18446744073709551615 134530692 0 0 4096 3 0 0 0 17 0 0 0
/proc/9758/statm: 15801 15404 75 150 0 15648 0
Current children cumulated CPU time (s) 1772.25
Current children cumulated vsize (KiB) 82160



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1810.2 s]
/proc/loadavg: 2.00 2.00 1.97 3/75 9794
/proc/meminfo: memFree=1617840/2055920 swapFree=4180000/4192956
[pid=9734] ppid=9732 vsize=13600 CPUtime=8.18
/proc/9734/stat : 9734 (sugar) S 9732 9734 9604 0 -1 4194304 1031 34946 0 2 3 1 789 25 16 0 1 0 1989729373 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9734/statm: 3400 798 370 3 0 500 0
[pid=9757] ppid=9734 vsize=5356 CPUtime=0
/proc/9757/stat : 9757 (sh) S 9734 9734 9604 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1989730208 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9757/statm: 1339 232 193 169 0 50 0
[pid=9758] ppid=9757 vsize=63364 CPUtime=1791.87
/proc/9758/stat : 9758 (minisat) R 9757 9734 9604 0 -1 4194304 15446 0 0 0 179167 20 0 0 25 0 1 0 1989730208 64884736 15432 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/9758/statm: 15841 15432 75 150 0 15688 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 82320

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

Real time (s): 1810.22
CPU time (s): 1800.05
CPU user time (s): 1799.59
CPU system time (s): 0.46
CPU usage (%): 99.438
Max. virtual memory (cumulated for all children) (KiB): 883240

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 7.93479
system time used= 0.279957
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 36501
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= 3223
involuntary context switches= 3156

runsolver used 2.38964 second user time and 5.85311 second system time

The end

Launcher Data (download as text)

Begin job on node23 at 2008-07-03 19:52:32
IDJOB=1056961
IDBENCH=53982
IDSOLVER=346
FILE ID=node23/1056961-1215107552
PBS_JOBID= 7877158
Free space on /tmp= 66544 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/rand-3-24-24/normalized-rand-3-24-24-76-632-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-1056961-1215107552/watcher-1056961-1215107552 -o /tmp/evaluation-result-1056961-1215107552/solver-1056961-1215107552 -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-1056961-1215107552.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 8805480f3678cb88558dc50a18f30af9
RANDOM SEED=1129318137

node23.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.216
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.216
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:       1586120 kB
Buffers:         18396 kB
Cached:         258136 kB
SwapCached:       6756 kB
Active:         234032 kB
Inactive:       173324 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1586120 kB
SwapTotal:     4192956 kB
SwapFree:      4180000 kB
Dirty:            7872 kB
Writeback:           0 kB
Mapped:         142144 kB
Slab:            47648 kB
Committed_AS:  4035464 kB
PageTables:       1988 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= 66544 MiB
End job on node23 at 2008-07-03 20:22:44