Trace number 1072407

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.12 1802.43

General information on the benchmark

Namecsp/rand-3-24-24-fcd/
normalized-rand-3-24-24-76-632-fcd-3_ext.xml
MD5SUM56caf5de8f40f26f47c907fd22d549d1
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 benchmark333.966
Satisfiable
(Un)Satisfiability was proved
Number of variables24
Number of constraints74
Maximum constraint arity3
Maximum domain size24
Number of constraints which are defined in extension74
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 14:21:48 2008
0.00/0.04	c 0	PID 29423
0.03/0.05	c 0	HOST node4.alineos.net
0.03/0.05	c 0	CONVERTING HOME/instance-1072407-1215174108.xml TO HOME/temp.csp
0.03/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1072407-1215174108.xml' 'HOME/temp.csp'
1.35/1.44	c 2	1 domains, 24 variables, 0 predicates, 74 relations, 74 constraints
1.35/1.47	c 2	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.35/1.47	c 2	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.40/1.55	c 2	Parsing HOME/temp.csp
3.88/4.00	c 4	parsed 173 expressions
3.88/4.01	c 4	Heap : 44 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
3.88/4.01	c 4	Converting to clausal form CSP
3.88/4.03	c 4	converted 18 (10%) expressions
3.88/4.04	c 4	converted 35 (20%) expressions
3.88/4.07	c 4	converted 52 (30%) expressions
3.99/4.11	c 4	converted 70 (40%) expressions
3.99/4.12	c 4	converted 87 (50%) expressions
4.08/4.24	c 4	converted 104 (60%) expressions
4.58/4.80	c 5	converted 122 (70%) expressions
4.97/5.11	c 5	converted 139 (80%) expressions
5.17/5.33	c 5	converted 156 (90%) expressions
5.37/5.56	c 6	converted 173 (100%) expressions
5.37/5.56	c 6	CSP : 24 integers, 0 booleans, 74 clauses, largest domain size 24
5.37/5.56	c 6	Heap : 86 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
5.37/5.56	c 6	Propagation in CSP
5.37/5.56	c 6	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
5.37/5.56	c 6	CSP : 24 integers, 0 booleans, 74 clauses, largest domain size 24
5.37/5.56	c 6	Heap : 86 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
5.37/5.56	c 6	Simplifing CSP by introducing new Boolean variables
5.37/5.56	c 6	CSP : 24 integers, 0 booleans, 74 clauses, largest domain size 24
5.37/5.56	c 6	Heap : 86 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
5.56/5.79	c 6	Encoding CSP to SAT : HOME/temp.cnf
5.66/5.80	c 6	3 (10%) CSP integer variables are encoded (66 clauses, 641 bytes)
5.66/5.81	c 6	5 (20%) CSP integer variables are encoded (110 clauses, 1068 bytes)
5.66/5.81	c 6	8 (30%) CSP integer variables are encoded (176 clauses, 1794 bytes)
5.66/5.81	c 6	10 (40%) CSP integer variables are encoded (220 clauses, 2278 bytes)
5.66/5.81	c 6	12 (50%) CSP integer variables are encoded (264 clauses, 2762 bytes)
5.66/5.82	c 6	15 (60%) CSP integer variables are encoded (330 clauses, 3488 bytes)
5.66/5.82	c 6	17 (70%) CSP integer variables are encoded (374 clauses, 3972 bytes)
5.66/5.82	c 6	20 (80%) CSP integer variables are encoded (440 clauses, 4698 bytes)
5.66/5.82	c 6	22 (90%) CSP integer variables are encoded (484 clauses, 5182 bytes)
5.66/5.82	c 6	24 (100%) CSP integer variables are encoded (528 clauses, 5666 bytes)
6.05/6.28	c 6	8 (10%) CSP clauses are encoded (25302 clauses, 612284 bytes)
6.45/6.62	c 7	15 (20%) CSP clauses are encoded (46843 clauses, 1142319 bytes)
6.75/6.98	c 7	23 (30%) CSP clauses are encoded (70288 clauses, 1723965 bytes)
7.14/7.33	c 7	30 (40%) CSP clauses are encoded (91895 clauses, 2269278 bytes)
7.44/7.67	c 8	37 (50%) CSP clauses are encoded (113432 clauses, 2817219 bytes)
7.83/8.05	c 8	45 (60%) CSP clauses are encoded (138076 clauses, 3480261 bytes)
8.13/8.40	c 9	52 (70%) CSP clauses are encoded (159655 clauses, 4065366 bytes)
8.53/8.77	c 9	60 (80%) CSP clauses are encoded (183273 clauses, 4703588 bytes)
8.92/9.11	c 9	67 (90%) CSP clauses are encoded (205030 clauses, 5293482 bytes)
9.22/9.46	c 10	74 (100%) CSP clauses are encoded (226722 clauses, 5882028 bytes)
9.22/9.46	c 10	74 CSP clauses encoded
9.22/9.46	c 10	Writing map file : HOME/temp.map
9.22/9.46	c 10	Heap : 30 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
9.22/9.46	c 10	SAT : 552 SAT variables, 226722 SAT clauses, 5882028 bytes
9.22/9.46	c 10	Heap : 30 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
9.29/9.51	c 10	SOLVING HOME/temp.cnf
9.29/9.51	c 10	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
9.29/9.51	c 10	This is MiniSat 2.0 beta
9.29/9.51	c 10	WARNING: for repeatability, setting FPU to use double precision
9.29/9.51	c 10	============================[ Problem Statistics ]=============================
9.29/9.51	c 10	|                                                                             |
9.29/9.52	c 10	|  Number of variables:  552                                                  |
9.29/9.52	c 10	|  Number of clauses:    226722                                               |
9.31/9.66	c 10	|  Parsing time:         0.13         s                                       |
9.31/9.67	c 10	============================[ Search Statistics ]==============================
9.31/9.67	c 10	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
9.31/9.67	c 10	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
9.31/9.67	c 10	===============================================================================
9.31/9.67	c 10	|         0 |     552   226722  1262954 |    75574        0    nan |  0.000 % |
9.31/9.78	c 10	|       101 |     552   226722  1262954 |    83131      101     12 |  0.000 % |
9.58/9.89	c 10	|       251 |     552   226722  1262954 |    91444      251     11 |  0.008 % |
9.77/10.08	c 10	|       478 |     552   226722  1262954 |   100588      478     11 |  0.008 % |
10.07/10.38	c 11	|       816 |     552   226722  1262954 |   110647      816     11 |  0.008 % |
10.46/10.79	c 11	|      1322 |     552   226722  1262954 |   121712     1322     12 |  0.008 % |
11.06/11.39	c 12	|      2082 |     552   226722  1262954 |   133883     2082     12 |  0.008 % |
11.95/12.27	c 12	|      3221 |     552   226722  1262954 |   147272     3221     12 |  0.007 % |
13.14/13.46	c 14	|      4929 |     552   226722  1262954 |   161999     4929     12 |  0.008 % |
15.12/15.42	c 16	|      7492 |     552   226722  1262954 |   178199     7492     12 |  0.008 % |
18.58/18.98	c 19	|     11336 |     552   226722  1262954 |   196019    11336     13 |  0.008 % |
24.14/24.54	c 25	|     17103 |     552   226722  1262954 |   215621    17103     14 |  0.008 % |
32.95/33.42	c 34	|     25754 |     552   226722  1262954 |   237183    25754     14 |  0.008 % |
46.41/47.02	c 47	|     38729 |     552   226722  1262954 |   260901    38729     14 |  0.007 % |
67.22/68.10	c 68	|     58190 |     552   226722  1262954 |   286992    58190     14 |  0.008 % |
101.20/102.39	c 103	|     87384 |     552   226722  1262954 |   315691    87384     15 |  0.009 % |
168.40/170.12	c 170	|    131173 |     552   226722  1262954 |   347260   131173     15 |  0.011 % |
289.45/291.27	c 291	|    196861 |     552   226722  1262954 |   381986   196861     15 |  0.011 % |
532.86/534.72	c 535	|    295387 |     552   226722  1262954 |   420185   295387     16 |  0.014 % |
875.52/877.58	c 878	|    443177 |     551   225549  1257486 |   462203   111124     16 |  0.181 % |
1364.62/1366.87	c 1367	|    664860 |     551   225549  1257486 |   508424   332807     17 |  0.189 % |
1800.06/1802.41	sh: line 1: 29447 Terminated              HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out' 2>&1
1800.06/1802.42	c 1803	DECODING HOME/temp.out WITH HOME/temp.map
1800.06/1802.42	c 1803	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.06/1802.42	c ERROR INTERRUPTED
1800.06/1802.42	s UNKNOWN
1800.06/1802.42	c 1803	CPU 1799.6 (0.04 0 1799.56 0.49)
1800.06/1802.42	c 1803	END Fri Jul  4 14:51:51 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-1072407-1215174108/watcher-1072407-1215174108 -o /tmp/evaluation-result-1072407-1215174108/solver-1072407-1215174108 -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-1072407-1215174108.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.92 1.98 1.99 4/81 29423
/proc/meminfo: memFree=1786904/2055920 swapFree=4180028/4192956
[pid=29423] ppid=29421 vsize=12268 CPUtime=0
/proc/29423/stat : 29423 (sugar) R 29421 29423 27880 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 1996386192 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 259913382501 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/29423/statm: 3067 316 241 3 0 167 0

[startup+0.050694 s]
/proc/loadavg: 1.92 1.98 1.99 4/81 29423
/proc/meminfo: memFree=1786904/2055920 swapFree=4180028/4192956
[pid=29423] ppid=29421 vsize=13600 CPUtime=0.03
/proc/29423/stat : 29423 (sugar) S 29421 29423 27880 0 -1 4194304 845 0 0 0 3 0 0 0 19 0 1 0 1996386192 13926400 793 996147200 4194304 4206940 548682068608 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29423/statm: 3400 793 367 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.101699 s]
/proc/loadavg: 1.92 1.98 1.99 4/81 29423
/proc/meminfo: memFree=1786904/2055920 swapFree=4180028/4192956
[pid=29423] ppid=29421 vsize=13600 CPUtime=0.03
/proc/29423/stat : 29423 (sugar) S 29421 29423 27880 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1996386192 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29423/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301717 s]
/proc/loadavg: 1.92 1.98 1.99 4/81 29423
/proc/meminfo: memFree=1786904/2055920 swapFree=4180028/4192956
[pid=29423] ppid=29421 vsize=13600 CPUtime=0.03
/proc/29423/stat : 29423 (sugar) S 29421 29423 27880 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1996386192 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29423/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701758 s]
/proc/loadavg: 1.92 1.98 1.99 4/81 29423
/proc/meminfo: memFree=1786904/2055920 swapFree=4180028/4192956
[pid=29423] ppid=29421 vsize=13600 CPUtime=0.03
/proc/29423/stat : 29423 (sugar) S 29421 29423 27880 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1996386192 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29423/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50284 s]
/proc/loadavg: 1.92 1.98 1.99 4/92 29435
/proc/meminfo: memFree=1761728/2055920 swapFree=4180028/4192956
[pid=29423] ppid=29421 vsize=13600 CPUtime=1.4
/proc/29423/stat : 29423 (sugar) S 29421 29423 27880 0 -1 4194304 956 9493 0 1 3 0 129 8 16 0 1 0 1996386192 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29423/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 1.4
Current children cumulated vsize (KiB) 13600

[startup+3.10299 s]
/proc/loadavg: 1.92 1.98 1.99 3/92 29445
/proc/meminfo: memFree=1765504/2055920 swapFree=4180028/4192956
[pid=29423] ppid=29421 vsize=13600 CPUtime=1.4
/proc/29423/stat : 29423 (sugar) S 29421 29423 27880 0 -1 4194304 973 9493 0 1 3 0 129 8 16 0 1 0 1996386192 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29423/statm: 3400 797 370 3 0 500 0
[pid=29436] ppid=29423 vsize=5356 CPUtime=0
/proc/29436/stat : 29436 (sh) S 29423 29423 27880 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1996386339 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29436/statm: 1339 233 193 169 0 50 0
[pid=29437] ppid=29436 vsize=864076 CPUtime=1.59
/proc/29437/stat : 29437 (java) S 29436 29423 27880 0 -1 0 11898 0 1 0 153 6 0 0 18 0 9 0 1996386339 884813824 11162 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29437/statm: 216019 11162 2532 9 0 210601 0
[pid=29437/tid=29438] ppid=29436 vsize=864076 CPUtime=0.92
/proc/29437/task/29438/stat : 29438 (java) R 29436 29423 27880 0 -1 64 2769 0 1 0 91 1 0 0 25 0 9 0 1996386340 884813824 11162 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29437/tid=29439] ppid=29436 vsize=864076 CPUtime=0.61
/proc/29437/task/29439/stat : 29439 (java) R 29436 29423 27880 0 -1 64 8116 0 0 0 57 4 0 0 16 0 9 0 1996386342 884813824 11162 996147200 134512640 134550740 4294955952 18446744073709551615 102723001 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=29437/tid=29440] ppid=29436 vsize=864076 CPUtime=0
/proc/29437/task/29440/stat : 29440 (java) S 29436 29423 27880 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1996386342 884813824 11162 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29437/tid=29441] ppid=29436 vsize=864076 CPUtime=0
/proc/29437/task/29441/stat : 29441 (java) S 29436 29423 27880 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1996386342 884813824 11162 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29437/tid=29442] ppid=29436 vsize=864076 CPUtime=0
/proc/29437/task/29442/stat : 29442 (java) S 29436 29423 27880 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1996386344 884813824 11162 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29437/tid=29443] ppid=29436 vsize=864076 CPUtime=0.04
/proc/29437/task/29443/stat : 29443 (java) S 29436 29423 27880 0 -1 64 316 0 0 0 4 0 0 0 16 0 9 0 1996386344 884813824 11162 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29437/tid=29444] ppid=29436 vsize=864076 CPUtime=0
/proc/29437/task/29444/stat : 29444 (java) S 29436 29423 27880 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1996386344 884813824 11162 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29437/tid=29445] ppid=29436 vsize=864076 CPUtime=0
/proc/29437/task/29445/stat : 29445 (java) S 29436 29423 27880 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1996386344 884813824 11162 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.99
Current children cumulated vsize (KiB) 883032

[startup+6.3013 s]
/proc/loadavg: 1.93 1.98 1.99 3/92 29445
/proc/meminfo: memFree=1691968/2055920 swapFree=4180028/4192956
[pid=29423] ppid=29421 vsize=13600 CPUtime=1.4
/proc/29423/stat : 29423 (sugar) S 29421 29423 27880 0 -1 4194304 974 9493 0 1 3 0 129 8 15 0 1 0 1996386192 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29423/statm: 3400 797 370 3 0 500 0
[pid=29436] ppid=29423 vsize=5356 CPUtime=0
/proc/29436/stat : 29436 (sh) S 29423 29423 27880 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1996386339 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29436/statm: 1339 233 193 169 0 50 0
[pid=29437] ppid=29436 vsize=864332 CPUtime=4.75
/proc/29437/stat : 29437 (java) S 29436 29423 27880 0 -1 0 26226 0 1 0 462 13 0 0 18 0 9 0 1996386339 885075968 25428 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29437/statm: 216083 25428 2564 9 0 210630 0
[pid=29437/tid=29438] ppid=29436 vsize=864332 CPUtime=2.51
/proc/29437/task/29438/stat : 29438 (java) R 29436 29423 27880 0 -1 64 3692 0 1 0 249 2 0 0 25 0 9 0 1996386340 885075968 25428 996147200 134512640 134550740 4294955952 18446744073709551615 102064907 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29437/tid=29439] ppid=29436 vsize=864332 CPUtime=2.12
/proc/29437/task/29439/stat : 29439 (java) S 29436 29423 27880 0 -1 64 21482 0 0 0 202 10 0 0 16 0 9 0 1996386342 885075968 25428 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=29437/tid=29440] ppid=29436 vsize=864332 CPUtime=0
/proc/29437/task/29440/stat : 29440 (java) S 29436 29423 27880 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1996386342 885075968 25428 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29437/tid=29441] ppid=29436 vsize=864332 CPUtime=0
/proc/29437/task/29441/stat : 29441 (java) S 29436 29423 27880 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1996386342 885075968 25428 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29437/tid=29442] ppid=29436 vsize=864332 CPUtime=0
/proc/29437/task/29442/stat : 29442 (java) S 29436 29423 27880 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1996386344 885075968 25428 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29437/tid=29443] ppid=29436 vsize=864332 CPUtime=0.1
/proc/29437/task/29443/stat : 29443 (java) S 29436 29423 27880 0 -1 64 355 0 0 0 10 0 0 0 16 0 9 0 1996386344 885075968 25428 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29437/tid=29444] ppid=29436 vsize=864332 CPUtime=0
/proc/29437/task/29444/stat : 29444 (java) S 29436 29423 27880 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1996386344 885075968 25428 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29437/tid=29445] ppid=29436 vsize=864332 CPUtime=0
/proc/29437/task/29445/stat : 29445 (java) S 29436 29423 27880 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1996386344 885075968 25428 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.15
Current children cumulated vsize (KiB) 883288

[startup+12.7029 s]
/proc/loadavg: 1.93 1.98 1.99 3/84 29447
/proc/meminfo: memFree=1760512/2055920 swapFree=4180028/4192956
[pid=29423] ppid=29421 vsize=13600 CPUtime=9.31
/proc/29423/stat : 29423 (sugar) S 29421 29423 27880 0 -1 4194304 1031 36082 0 2 3 0 901 27 16 0 1 0 1996386192 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29423/statm: 3400 798 370 3 0 500 0
[pid=29446] ppid=29423 vsize=5356 CPUtime=0
/proc/29446/stat : 29446 (sh) S 29423 29423 27880 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1996387143 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29446/statm: 1339 232 193 169 0 50 0
[pid=29447] ppid=29446 vsize=15632 CPUtime=3.13
/proc/29447/stat : 29447 (minisat) R 29446 29423 27880 0 -1 4194304 3736 0 0 0 312 1 0 0 25 0 1 0 1996387143 16007168 3722 996147200 134512640 135127466 4294956256 18446744073709551615 134528598 0 0 4096 3 0 0 0 17 1 0 0
/proc/29447/statm: 3908 3722 75 150 0 3755 0
Current children cumulated CPU time (s) 12.44
Current children cumulated vsize (KiB) 34588

[startup+25.5011 s]
/proc/loadavg: 1.95 1.98 1.99 3/84 29447
/proc/meminfo: memFree=1759104/2055920 swapFree=4180028/4192956
[pid=29423] ppid=29421 vsize=13600 CPUtime=9.31
/proc/29423/stat : 29423 (sugar) S 29421 29423 27880 0 -1 4194304 1031 36082 0 2 3 0 901 27 16 0 1 0 1996386192 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29423/statm: 3400 798 370 3 0 500 0
[pid=29446] ppid=29423 vsize=5356 CPUtime=0
/proc/29446/stat : 29446 (sh) S 29423 29423 27880 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1996387143 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29446/statm: 1339 232 193 169 0 50 0
[pid=29447] ppid=29446 vsize=17152 CPUtime=15.82
/proc/29447/stat : 29447 (minisat) R 29446 29423 27880 0 -1 4194304 4107 0 0 0 1580 2 0 0 25 0 1 0 1996387143 17563648 4093 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/29447/statm: 4288 4093 75 150 0 4135 0
Current children cumulated CPU time (s) 25.13
Current children cumulated vsize (KiB) 36108

[startup+51.1016 s]
/proc/loadavg: 1.96 1.98 1.99 3/84 29447
/proc/meminfo: memFree=1757056/2055920 swapFree=4180028/4192956
[pid=29423] ppid=29421 vsize=13600 CPUtime=9.31
/proc/29423/stat : 29423 (sugar) S 29421 29423 27880 0 -1 4194304 1031 36082 0 2 3 0 901 27 16 0 1 0 1996386192 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29423/statm: 3400 798 370 3 0 500 0
[pid=29446] ppid=29423 vsize=5356 CPUtime=0
/proc/29446/stat : 29446 (sh) S 29423 29423 27880 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1996387143 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29446/statm: 1339 232 193 169 0 50 0
[pid=29447] ppid=29446 vsize=19260 CPUtime=41.18
/proc/29447/stat : 29447 (minisat) R 29446 29423 27880 0 -1 4194304 4636 0 0 0 4115 3 0 0 25 0 1 0 1996387143 19722240 4622 996147200 134512640 135127466 4294956256 18446744073709551615 134530802 0 0 4096 3 0 0 0 17 1 0 0
/proc/29447/statm: 4815 4622 75 150 0 4662 0
Current children cumulated CPU time (s) 50.49
Current children cumulated vsize (KiB) 38216

[startup+102.306 s]
/proc/loadavg: 1.98 1.98 1.99 3/84 29447
/proc/meminfo: memFree=1752832/2055920 swapFree=4180028/4192956
[pid=29423] ppid=29421 vsize=13600 CPUtime=9.31
/proc/29423/stat : 29423 (sugar) S 29421 29423 27880 0 -1 4194304 1031 36082 0 2 3 0 901 27 16 0 1 0 1996386192 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29423/statm: 3400 798 370 3 0 500 0
[pid=29446] ppid=29423 vsize=5356 CPUtime=0
/proc/29446/stat : 29446 (sh) S 29423 29423 27880 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1996387143 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29446/statm: 1339 232 193 169 0 50 0
[pid=29447] ppid=29446 vsize=23272 CPUtime=91.89
/proc/29447/stat : 29447 (minisat) R 29446 29423 27880 0 -1 4194304 5628 0 0 0 9185 4 0 0 25 0 1 0 1996387143 23830528 5614 996147200 134512640 135127466 4294956256 18446744073709551615 134521685 0 0 4096 3 0 0 0 17 1 0 0
/proc/29447/statm: 5818 5614 75 150 0 5665 0
Current children cumulated CPU time (s) 101.2
Current children cumulated vsize (KiB) 42228

[startup+162.301 s]
/proc/loadavg: 1.99 1.98 1.99 3/84 29447
/proc/meminfo: memFree=1748992/2055920 swapFree=4180028/4192956
[pid=29423] ppid=29421 vsize=13600 CPUtime=9.31
/proc/29423/stat : 29423 (sugar) S 29421 29423 27880 0 -1 4194304 1031 36082 0 2 3 0 901 27 16 0 1 0 1996386192 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29423/statm: 3400 798 370 3 0 500 0
[pid=29446] ppid=29423 vsize=5356 CPUtime=0
/proc/29446/stat : 29446 (sh) S 29423 29423 27880 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1996387143 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29446/statm: 1339 232 193 169 0 50 0
[pid=29447] ppid=29446 vsize=27080 CPUtime=151.33
/proc/29447/stat : 29447 (minisat) R 29446 29423 27880 0 -1 4194304 6568 0 0 0 15128 5 0 0 25 0 1 0 1996387143 27729920 6554 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/29447/statm: 6770 6554 75 150 0 6617 0
Current children cumulated CPU time (s) 160.64

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

[pid=29423] ppid=29421 vsize=13600 CPUtime=9.32
/proc/29423/stat : 29423 (sugar) S 29421 29423 27880 0 -1 4194304 1031 36082 0 2 4 0 901 27 16 0 1 0 1996386192 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/29423/statm: 3400 798 370 3 0 500 0
[pid=29446] ppid=29423 vsize=5356 CPUtime=0
/proc/29446/stat : 29446 (sh) S 29423 29423 27880 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1996387143 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29446/statm: 1339 232 193 169 0 50 0
[pid=29447] ppid=29446 vsize=53040 CPUtime=1230.85
/proc/29447/stat : 29447 (minisat) R 29446 29423 27880 0 -1 4194304 12843 0 0 0 123070 15 0 0 25 0 1 0 1996387143 54312960 12829 996147200 134512640 135127466 4294956256 18446744073709551615 134530692 0 0 4096 3 0 0 0 17 0 0 0
/proc/29447/statm: 13260 12829 75 150 0 13107 0
Current children cumulated CPU time (s) 1240.17
Current children cumulated vsize (KiB) 71996

[startup+1302.3 s]
/proc/loadavg: 2.00 1.98 1.99 3/77 29502
/proc/meminfo: memFree=1677432/2055920 swapFree=4180028/4192956
[pid=29423] ppid=29421 vsize=13600 CPUtime=9.32
/proc/29423/stat : 29423 (sugar) S 29421 29423 27880 0 -1 4194304 1031 36082 0 2 4 0 901 27 16 0 1 0 1996386192 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/29423/statm: 3400 798 370 3 0 500 0
[pid=29446] ppid=29423 vsize=5356 CPUtime=0
/proc/29446/stat : 29446 (sh) S 29423 29423 27880 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1996387143 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29446/statm: 1339 232 193 169 0 50 0
[pid=29447] ppid=29446 vsize=53380 CPUtime=1290.84
/proc/29447/stat : 29447 (minisat) R 29446 29423 27880 0 -1 4194304 12909 0 0 0 129068 16 0 0 25 0 1 0 1996387143 54661120 12895 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/29447/statm: 13345 12895 75 150 0 13192 0
Current children cumulated CPU time (s) 1300.16
Current children cumulated vsize (KiB) 72336

[startup+1362.3 s]
/proc/loadavg: 2.00 1.98 1.99 3/77 29502
/proc/meminfo: memFree=1676472/2055920 swapFree=4180028/4192956
[pid=29423] ppid=29421 vsize=13600 CPUtime=9.32
/proc/29423/stat : 29423 (sugar) S 29421 29423 27880 0 -1 4194304 1031 36082 0 2 4 0 901 27 16 0 1 0 1996386192 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/29423/statm: 3400 798 370 3 0 500 0
[pid=29446] ppid=29423 vsize=5356 CPUtime=0
/proc/29446/stat : 29446 (sh) S 29423 29423 27880 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1996387143 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29446/statm: 1339 232 193 169 0 50 0
[pid=29447] ppid=29446 vsize=54532 CPUtime=1350.8
/proc/29447/stat : 29447 (minisat) R 29446 29423 27880 0 -1 4194304 13159 0 0 0 135064 16 0 0 25 0 1 0 1996387143 55840768 13145 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/29447/statm: 13633 13145 75 150 0 13480 0
Current children cumulated CPU time (s) 1360.12
Current children cumulated vsize (KiB) 73488

[startup+1422.31 s]
/proc/loadavg: 2.00 1.98 1.99 3/77 29502
/proc/meminfo: memFree=1675256/2055920 swapFree=4180028/4192956
[pid=29423] ppid=29421 vsize=13600 CPUtime=9.32
/proc/29423/stat : 29423 (sugar) S 29421 29423 27880 0 -1 4194304 1031 36082 0 2 4 0 901 27 16 0 1 0 1996386192 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/29423/statm: 3400 798 370 3 0 500 0
[pid=29446] ppid=29423 vsize=5356 CPUtime=0
/proc/29446/stat : 29446 (sh) S 29423 29423 27880 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1996387143 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29446/statm: 1339 232 193 169 0 50 0
[pid=29447] ppid=29446 vsize=55644 CPUtime=1410.78
/proc/29447/stat : 29447 (minisat) R 29446 29423 27880 0 -1 4194304 13403 0 0 0 141062 16 0 0 25 0 1 0 1996387143 56979456 13389 996147200 134512640 135127466 4294956256 18446744073709551615 134530834 0 0 4096 3 0 0 0 17 0 0 0
/proc/29447/statm: 13911 13389 75 150 0 13758 0
Current children cumulated CPU time (s) 1420.1
Current children cumulated vsize (KiB) 74600

[startup+1482.3 s]
/proc/loadavg: 2.00 1.98 1.99 3/77 29502
/proc/meminfo: memFree=1674808/2055920 swapFree=4180028/4192956
[pid=29423] ppid=29421 vsize=13600 CPUtime=9.32
/proc/29423/stat : 29423 (sugar) S 29421 29423 27880 0 -1 4194304 1031 36082 0 2 4 0 901 27 16 0 1 0 1996386192 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/29423/statm: 3400 798 370 3 0 500 0
[pid=29446] ppid=29423 vsize=5356 CPUtime=0
/proc/29446/stat : 29446 (sh) S 29423 29423 27880 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1996387143 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29446/statm: 1339 232 193 169 0 50 0
[pid=29447] ppid=29446 vsize=55908 CPUtime=1470.76
/proc/29447/stat : 29447 (minisat) R 29446 29423 27880 0 -1 4194304 13500 0 0 0 147059 17 0 0 25 0 1 0 1996387143 57249792 13486 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/29447/statm: 13977 13486 75 150 0 13824 0
Current children cumulated CPU time (s) 1480.08
Current children cumulated vsize (KiB) 74864

[startup+1542.3 s]
/proc/loadavg: 2.00 1.98 1.99 3/77 29502
/proc/meminfo: memFree=1673080/2055920 swapFree=4180028/4192956
[pid=29423] ppid=29421 vsize=13600 CPUtime=9.32
/proc/29423/stat : 29423 (sugar) S 29421 29423 27880 0 -1 4194304 1031 36082 0 2 4 0 901 27 16 0 1 0 1996386192 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/29423/statm: 3400 798 370 3 0 500 0
[pid=29446] ppid=29423 vsize=5356 CPUtime=0
/proc/29446/stat : 29446 (sh) S 29423 29423 27880 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1996387143 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29446/statm: 1339 232 193 169 0 50 0
[pid=29447] ppid=29446 vsize=57512 CPUtime=1530.73
/proc/29447/stat : 29447 (minisat) R 29446 29423 27880 0 -1 4194304 13908 0 0 0 153056 17 0 0 25 0 1 0 1996387143 58892288 13894 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/29447/statm: 14378 13894 75 150 0 14225 0
Current children cumulated CPU time (s) 1540.05
Current children cumulated vsize (KiB) 76468

[startup+1602.3 s]
/proc/loadavg: 2.00 1.98 1.99 3/77 29502
/proc/meminfo: memFree=1670712/2055920 swapFree=4180028/4192956
[pid=29423] ppid=29421 vsize=13600 CPUtime=9.32
/proc/29423/stat : 29423 (sugar) S 29421 29423 27880 0 -1 4194304 1031 36082 0 2 4 0 901 27 16 0 1 0 1996386192 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/29423/statm: 3400 798 370 3 0 500 0
[pid=29446] ppid=29423 vsize=5356 CPUtime=0
/proc/29446/stat : 29446 (sh) S 29423 29423 27880 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1996387143 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29446/statm: 1339 232 193 169 0 50 0
[pid=29447] ppid=29446 vsize=59240 CPUtime=1590.72
/proc/29447/stat : 29447 (minisat) R 29446 29423 27880 0 -1 4194304 14362 0 0 0 159054 18 0 0 25 0 1 0 1996387143 60661760 14348 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/29447/statm: 14810 14348 75 150 0 14657 0
Current children cumulated CPU time (s) 1600.04
Current children cumulated vsize (KiB) 78196

[startup+1662.3 s]
/proc/loadavg: 2.00 1.98 1.99 3/77 29502
/proc/meminfo: memFree=1668472/2055920 swapFree=4180028/4192956
[pid=29423] ppid=29421 vsize=13600 CPUtime=9.32
/proc/29423/stat : 29423 (sugar) S 29421 29423 27880 0 -1 4194304 1031 36082 0 2 4 0 901 27 16 0 1 0 1996386192 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/29423/statm: 3400 798 370 3 0 500 0
[pid=29446] ppid=29423 vsize=5356 CPUtime=0
/proc/29446/stat : 29446 (sh) S 29423 29423 27880 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1996387143 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29446/statm: 1339 232 193 169 0 50 0
[pid=29447] ppid=29446 vsize=60904 CPUtime=1650.69
/proc/29447/stat : 29447 (minisat) R 29446 29423 27880 0 -1 4194304 14776 0 0 0 165050 19 0 0 25 0 1 0 1996387143 62365696 14762 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/29447/statm: 15226 14762 75 150 0 15073 0
Current children cumulated CPU time (s) 1660.01
Current children cumulated vsize (KiB) 79860

[startup+1722.3 s]
/proc/loadavg: 2.00 1.98 1.99 3/77 29502
/proc/meminfo: memFree=1666808/2055920 swapFree=4180028/4192956
[pid=29423] ppid=29421 vsize=13600 CPUtime=9.32
/proc/29423/stat : 29423 (sugar) S 29421 29423 27880 0 -1 4194304 1031 36082 0 2 4 0 901 27 16 0 1 0 1996386192 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/29423/statm: 3400 798 370 3 0 500 0
[pid=29446] ppid=29423 vsize=5356 CPUtime=0
/proc/29446/stat : 29446 (sh) S 29423 29423 27880 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1996387143 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29446/statm: 1339 232 193 169 0 50 0
[pid=29447] ppid=29446 vsize=62452 CPUtime=1710.66
/proc/29447/stat : 29447 (minisat) R 29446 29423 27880 0 -1 4194304 15159 0 0 0 171047 19 0 0 25 0 1 0 1996387143 63950848 15145 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/29447/statm: 15613 15145 75 150 0 15460 0
Current children cumulated CPU time (s) 1719.98
Current children cumulated vsize (KiB) 81408

[startup+1782.3 s]
/proc/loadavg: 2.00 1.98 1.99 3/77 29502
/proc/meminfo: memFree=1664952/2055920 swapFree=4180028/4192956
[pid=29423] ppid=29421 vsize=13600 CPUtime=9.32
/proc/29423/stat : 29423 (sugar) S 29421 29423 27880 0 -1 4194304 1031 36082 0 2 4 0 901 27 16 0 1 0 1996386192 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/29423/statm: 3400 798 370 3 0 500 0
[pid=29446] ppid=29423 vsize=5356 CPUtime=0
/proc/29446/stat : 29446 (sh) S 29423 29423 27880 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1996387143 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29446/statm: 1339 232 193 169 0 50 0
[pid=29447] ppid=29446 vsize=63940 CPUtime=1770.64
/proc/29447/stat : 29447 (minisat) R 29446 29423 27880 0 -1 4194304 15541 0 0 0 177044 20 0 0 25 0 1 0 1996387143 65474560 15527 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/29447/statm: 15985 15527 75 150 0 15832 0
Current children cumulated CPU time (s) 1779.96
Current children cumulated vsize (KiB) 82896



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1802.4 s]
/proc/loadavg: 2.00 1.98 1.99 3/77 29502
/proc/meminfo: memFree=1664376/2055920 swapFree=4180028/4192956
[pid=29423] ppid=29421 vsize=13600 CPUtime=9.32
/proc/29423/stat : 29423 (sugar) S 29421 29423 27880 0 -1 4194304 1031 36082 0 2 4 0 901 27 16 0 1 0 1996386192 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/29423/statm: 3400 798 370 3 0 500 0
[pid=29446] ppid=29423 vsize=5356 CPUtime=0
/proc/29446/stat : 29446 (sh) S 29423 29423 27880 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1996387143 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29446/statm: 1339 232 193 169 0 50 0
[pid=29447] ppid=29446 vsize=64468 CPUtime=1790.74
/proc/29447/stat : 29447 (minisat) R 29446 29423 27880 0 -1 4194304 15683 0 0 0 179054 20 0 0 25 0 1 0 1996387143 66015232 15669 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/29447/statm: 16117 15669 75 150 0 15964 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 83424

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

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

Child status: 0
Real time (s): 1802.43
CPU time (s): 1800.12
CPU user time (s): 1799.61
CPU system time (s): 0.510922
CPU usage (%): 99.8715
Max. virtual memory (cumulated for all children) (KiB): 883288

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.61
system time used= 0.510922
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 53412
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= 3234
involuntary context switches= 13255

runsolver used 2.09768 second user time and 6.12007 second system time

The end

Launcher Data (download as text)

Begin job on node4 at 2008-07-04 14:21:48
IDJOB=1072407
IDBENCH=56251
IDSOLVER=346
FILE ID=node4/1072407-1215174108
PBS_JOBID= 7881399
Free space on /tmp= 66524 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 56caf5de8f40f26f47c907fd22d549d1
RANDOM SEED=1685410524

node4.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.213
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.213
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:       1787448 kB
Buffers:         36316 kB
Cached:         144436 kB
SwapCached:       6792 kB
Active:         165736 kB
Inactive:        48664 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1787448 kB
SwapTotal:     4192956 kB
SwapFree:      4180028 kB
Dirty:            4156 kB
Writeback:           0 kB
Mapped:          50012 kB
Slab:            39080 kB
Committed_AS:  3299068 kB
PageTables:       2036 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= 66516 MiB
End job on node4 at 2008-07-04 14:51:53