Trace number 1103112

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.01 1812.73

General information on the benchmark

Namecsp/tightness0.8/
normalized-rand-2-40-80-103-800-27_ext.xml
MD5SUM3f10b175e2b9687a93236a6609b0b974
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark53.0149
Satisfiable
(Un)Satisfiability was proved
Number of variables40
Number of constraints103
Maximum constraint arity2
Maximum domain size80
Number of constraints which are defined in extension103
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 Sun Jul  6 01:27:35 2008
0.00/0.05	c 0	PID 30554
0.03/0.05	c 0	HOST node58.alineos.net
0.03/0.05	c 0	CONVERTING HOME/instance-1103112-1215300455.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-1103112-1215300455.xml' 'HOME/temp.csp'
0.03/0.79	c 1	1 domains, 40 variables, 0 predicates, 103 relations, 103 constraints
0.03/0.84	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.84	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'
0.76/0.91	c 1	Parsing HOME/temp.csp
1.70/1.87	c 2	parsed 247 expressions
1.70/1.88	c 2	Heap : 13 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.70/1.88	c 2	Converting to clausal form CSP
1.79/1.90	c 2	converted 25 (10%) expressions
1.79/1.91	c 2	converted 50 (20%) expressions
1.79/1.92	c 2	converted 75 (30%) expressions
1.79/1.92	c 2	converted 99 (40%) expressions
1.79/1.94	c 2	converted 124 (50%) expressions
1.79/1.97	c 2	converted 149 (60%) expressions
1.90/2.04	c 2	converted 173 (70%) expressions
2.09/2.25	c 3	converted 198 (80%) expressions
2.18/2.35	c 3	converted 223 (90%) expressions
2.28/2.43	c 3	converted 247 (100%) expressions
2.28/2.43	c 3	CSP : 40 integers, 0 booleans, 103 clauses, largest domain size 80
2.28/2.43	c 3	Heap : 27 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
2.28/2.43	c 3	Propagation in CSP
2.28/2.43	c 3	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
2.28/2.43	c 3	CSP : 40 integers, 0 booleans, 103 clauses, largest domain size 80
2.28/2.43	c 3	Heap : 27 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
2.28/2.43	c 3	Simplifing CSP by introducing new Boolean variables
2.28/2.43	c 3	CSP : 40 integers, 0 booleans, 103 clauses, largest domain size 80
2.28/2.43	c 3	Heap : 27 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.38/2.52	c 3	Encoding CSP to SAT : HOME/temp.cnf
2.38/2.54	c 3	4 (10%) CSP integer variables are encoded (312 clauses, 3284 bytes)
2.38/2.54	c 3	8 (20%) CSP integer variables are encoded (624 clauses, 6716 bytes)
2.38/2.55	c 3	12 (30%) CSP integer variables are encoded (936 clauses, 10148 bytes)
2.38/2.55	c 3	16 (40%) CSP integer variables are encoded (1248 clauses, 14103 bytes)
2.38/2.55	c 3	20 (50%) CSP integer variables are encoded (1560 clauses, 18159 bytes)
2.38/2.55	c 3	24 (60%) CSP integer variables are encoded (1872 clauses, 22215 bytes)
2.38/2.55	c 3	28 (70%) CSP integer variables are encoded (2184 clauses, 26271 bytes)
2.38/2.55	c 3	32 (80%) CSP integer variables are encoded (2496 clauses, 30327 bytes)
2.38/2.55	c 3	36 (90%) CSP integer variables are encoded (2808 clauses, 34383 bytes)
2.38/2.55	c 3	40 (100%) CSP integer variables are encoded (3120 clauses, 38439 bytes)
2.48/2.68	c 3	11 (10%) CSP clauses are encoded (14579 clauses, 259434 bytes)
2.58/2.76	c 3	21 (20%) CSP clauses are encoded (24993 clauses, 473682 bytes)
2.68/2.83	c 3	31 (30%) CSP clauses are encoded (35331 clauses, 687243 bytes)
2.78/2.92	c 3	42 (40%) CSP clauses are encoded (46848 clauses, 929614 bytes)
2.78/2.99	c 3	52 (50%) CSP clauses are encoded (57208 clauses, 1148363 bytes)
2.87/3.07	c 3	62 (60%) CSP clauses are encoded (67777 clauses, 1371599 bytes)
2.97/3.15	c 4	73 (70%) CSP clauses are encoded (79197 clauses, 1635101 bytes)
3.08/3.24	c 4	83 (80%) CSP clauses are encoded (89587 clauses, 1876108 bytes)
3.17/3.31	c 4	93 (90%) CSP clauses are encoded (99985 clauses, 2117360 bytes)
3.17/3.39	c 4	103 (100%) CSP clauses are encoded (110306 clauses, 2356741 bytes)
3.17/3.39	c 4	103 CSP clauses encoded
3.17/3.39	c 4	Writing map file : HOME/temp.map
3.17/3.39	c 4	Heap : 11 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.17/3.39	c 4	SAT : 3160 SAT variables, 110306 SAT clauses, 2356741 bytes
3.17/3.39	c 4	Heap : 11 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.27/3.45	c 4	SOLVING HOME/temp.cnf
3.27/3.45	c 4	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
3.27/3.45	c 4	This is MiniSat 2.0 beta
3.27/3.45	c 4	WARNING: for repeatability, setting FPU to use double precision
3.27/3.45	c 4	============================[ Problem Statistics ]=============================
3.27/3.45	c 4	|                                                                             |
3.27/3.45	c 4	|  Number of variables:  3160                                                 |
3.27/3.45	c 4	|  Number of clauses:    110306                                               |
3.29/3.52	c 4	|  Parsing time:         0.06         s                                       |
3.29/3.52	c 4	============================[ Search Statistics ]==============================
3.29/3.52	c 4	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
3.29/3.52	c 4	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
3.29/3.52	c 4	===============================================================================
3.29/3.52	c 4	|         0 |    3160   110306   419287 |    36768        0    nan |  0.000 % |
3.29/3.56	c 4	|       100 |    3160   110306   419287 |    40445      100     12 |  0.000 % |
3.29/3.61	c 4	|       252 |    3160   110306   419287 |    44490      252     13 |  0.001 % |
3.29/3.69	c 4	|       478 |    3160   110306   419287 |    48939      478     14 |  0.001 % |
3.29/3.80	c 4	|       816 |    3160   110306   419287 |    53833      816     14 |  0.001 % |
3.29/3.94	c 4	|      1323 |    3160   110306   419287 |    59216     1323     14 |  0.001 % |
3.29/4.23	c 5	|      2082 |    3160   110306   419287 |    65137     2082     14 |  0.002 % |
4.41/4.61	c 5	|      3221 |    3160   110306   419287 |    71651     3221     14 |  0.002 % |
4.81/5.09	c 6	|      4929 |    3160   110306   419287 |    78816     4929     14 |  0.002 % |
5.80/6.08	c 6	|      7492 |    3160   110306   419287 |    86698     7492     14 |  0.001 % |
7.19/7.47	c 8	|     11336 |    3160   110306   419287 |    95368    11336     14 |  0.001 % |
9.46/9.71	c 10	|     17103 |    3160   110306   419287 |   104905    17103     16 |  0.001 % |
13.52/13.83	c 14	|     25752 |    3160   110306   419287 |   115395    25752     16 |  0.001 % |
20.05/20.44	c 21	|     38726 |    3160   110306   419287 |   126935    38726     16 |  0.001 % |
32.42/32.92	c 33	|     58188 |    3160   110306   419287 |   139628    58188     16 |  0.001 % |
55.38/56.18	c 57	|     87380 |    3160   110306   419287 |   153591    87380     17 |  0.000 % |
100.21/101.45	c 102	|    131169 |    3160   110306   419287 |   168951   131169     18 |  0.001 % |
165.53/167.42	c 168	|    196854 |    3160   110306   419287 |   185846    47784     18 |  0.002 % |
267.18/270.14	c 271	|    295381 |    3160   110306   419287 |   204430   146311     19 |  0.002 % |
441.88/446.67	c 447	|    443170 |    3159   110251   419129 |   224873    25893     12 |  0.032 % |
677.44/684.64	c 685	|    664853 |    3159   110251   419129 |   247361    45316     19 |  0.032 % |
1061.60/1072.78	c 1073	|    997378 |    3158   110186   418943 |   272097    69359     16 |  0.063 % |
1746.14/1758.85	c 1759	|   1496166 |    3158   110186   418943 |   299307    63348     19 |  0.064 % |
1800.01/1812.72	c 1813	DECODING HOME/temp.out WITH HOME/temp.map
1800.01/1812.72	c 1813	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.01/1812.72	c ERROR INTERRUPTED
1800.01/1812.72	s UNKNOWN
1800.01/1812.72	c 1813	CPU 3.16 (0.04 0 3.12 0.13)
1800.01/1812.72	c 1813	END Sun Jul  6 01:57:48 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-1103112-1215300455/watcher-1103112-1215300455 -o /tmp/evaluation-result-1103112-1215300455/solver-1103112-1215300455 -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-1103112-1215300455.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/87 30554
/proc/meminfo: memFree=1707888/2055920 swapFree=4156400/4192956
[pid=30554] ppid=30552 vsize=12268 CPUtime=0
/proc/30554/stat : 30554 (sugar) R 30552 30554 29537 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 714011941 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 226238364261 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/30554/statm: 3067 316 241 3 0 167 0

[startup+0.051026 s]
/proc/loadavg: 1.99 1.98 1.99 4/87 30554
/proc/meminfo: memFree=1707888/2055920 swapFree=4156400/4192956
[pid=30554] ppid=30552 vsize=13600 CPUtime=0.03
/proc/30554/stat : 30554 (sugar) S 30552 30554 29537 0 -1 4194304 837 0 0 0 3 0 0 0 18 0 1 0 714011941 13926400 792 996147200 4194304 4206940 548682068608 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30554/statm: 3400 792 367 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.101926 s]
/proc/loadavg: 1.99 1.98 1.99 4/87 30554
/proc/meminfo: memFree=1707888/2055920 swapFree=4156400/4192956
[pid=30554] ppid=30552 vsize=13600 CPUtime=0.03
/proc/30554/stat : 30554 (sugar) S 30552 30554 29537 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 714011941 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30554/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.30196 s]
/proc/loadavg: 1.99 1.98 1.99 4/87 30554
/proc/meminfo: memFree=1707888/2055920 swapFree=4156400/4192956
[pid=30554] ppid=30552 vsize=13600 CPUtime=0.03
/proc/30554/stat : 30554 (sugar) S 30552 30554 29537 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 714011941 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30554/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.703029 s]
/proc/loadavg: 1.99 1.98 1.99 4/87 30554
/proc/meminfo: memFree=1707888/2055920 swapFree=4156400/4192956
[pid=30554] ppid=30552 vsize=13600 CPUtime=0.03
/proc/30554/stat : 30554 (sugar) S 30552 30554 29537 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 714011941 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30554/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50117 s]
/proc/loadavg: 2.07 2.00 2.00 4/98 30576
/proc/meminfo: memFree=1699480/2055920 swapFree=4156400/4192956
[pid=30554] ppid=30552 vsize=13600 CPUtime=0.76
/proc/30554/stat : 30554 (sugar) S 30552 30554 29537 0 -1 4194304 973 5141 0 1 3 0 69 4 16 0 1 0 714011941 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30554/statm: 3400 797 370 3 0 500 0
[pid=30567] ppid=30554 vsize=5356 CPUtime=0
/proc/30567/stat : 30567 (sh) S 30554 30554 29537 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 714012025 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30567/statm: 1339 233 193 169 0 50 0
[pid=30568] ppid=30567 vsize=864012 CPUtime=0.63
/proc/30568/stat : 30568 (java) S 30567 30554 29537 0 -1 0 6553 0 1 0 60 3 0 0 19 0 9 0 714012026 884748288 5843 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30568/statm: 216003 5843 2532 9 0 210585 0
[pid=30568/tid=30569] ppid=30567 vsize=864012 CPUtime=0.45
/proc/30568/task/30569/stat : 30569 (java) R 30567 30554 29537 0 -1 64 2455 0 1 0 44 1 0 0 21 0 9 0 714012027 884748288 5843 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30568/tid=30570] ppid=30567 vsize=864012 CPUtime=0.12
/proc/30568/task/30570/stat : 30570 (java) R 30567 30554 29537 0 -1 64 3090 0 0 0 11 1 0 0 16 0 9 0 714012028 884748288 5843 996147200 134512640 134550740 4294955952 18446744073709551615 103736193 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30568/tid=30571] ppid=30567 vsize=864012 CPUtime=0
/proc/30568/task/30571/stat : 30571 (java) S 30567 30554 29537 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 714012028 884748288 5843 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30568/tid=30572] ppid=30567 vsize=864012 CPUtime=0
/proc/30568/task/30572/stat : 30572 (java) S 30567 30554 29537 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 714012028 884748288 5843 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30568/tid=30573] ppid=30567 vsize=864012 CPUtime=0
/proc/30568/task/30573/stat : 30573 (java) S 30567 30554 29537 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 714012030 884748288 5843 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30568/tid=30574] ppid=30567 vsize=864012 CPUtime=0.04
/proc/30568/task/30574/stat : 30574 (java) S 30567 30554 29537 0 -1 64 310 0 0 0 4 0 0 0 16 0 9 0 714012030 884748288 5843 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30568/tid=30575] ppid=30567 vsize=864012 CPUtime=0
/proc/30568/task/30575/stat : 30575 (java) S 30567 30554 29537 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 714012030 884748288 5843 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30568/tid=30576] ppid=30567 vsize=864012 CPUtime=0
/proc/30568/task/30576/stat : 30576 (java) S 30567 30554 29537 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 714012030 884748288 5843 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.39
Current children cumulated vsize (KiB) 882968

[startup+3.10243 s]
/proc/loadavg: 2.07 2.00 2.00 4/98 30576
/proc/meminfo: memFree=1676248/2055920 swapFree=4156400/4192956
[pid=30554] ppid=30552 vsize=13600 CPUtime=0.76
/proc/30554/stat : 30554 (sugar) S 30552 30554 29537 0 -1 4194304 974 5141 0 1 3 0 69 4 15 0 1 0 714011941 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30554/statm: 3400 797 370 3 0 500 0
[pid=30567] ppid=30554 vsize=5356 CPUtime=0
/proc/30567/stat : 30567 (sh) S 30554 30554 29537 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 714012025 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30567/statm: 1339 233 193 169 0 50 0
[pid=30568] ppid=30567 vsize=864292 CPUtime=2.21
/proc/30568/stat : 30568 (java) S 30567 30554 29537 0 -1 0 11949 0 1 0 215 6 0 0 19 0 9 0 714012026 885035008 11131 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30568/statm: 216073 11131 2564 9 0 210620 0
[pid=30568/tid=30569] ppid=30567 vsize=864292 CPUtime=1.36
/proc/30568/task/30569/stat : 30569 (java) R 30567 30554 29537 0 -1 64 2986 0 1 0 134 2 0 0 22 0 9 0 714012027 885035008 11131 996147200 134512640 134550740 4294955952 18446744073709551615 4126564664 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30568/tid=30570] ppid=30567 vsize=864292 CPUtime=0.74
/proc/30568/task/30570/stat : 30570 (java) S 30567 30554 29537 0 -1 64 7919 0 0 0 71 3 0 0 16 0 9 0 714012028 885035008 11131 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30568/tid=30571] ppid=30567 vsize=864292 CPUtime=0
/proc/30568/task/30571/stat : 30571 (java) S 30567 30554 29537 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 714012028 885035008 11131 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30568/tid=30572] ppid=30567 vsize=864292 CPUtime=0
/proc/30568/task/30572/stat : 30572 (java) S 30567 30554 29537 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 714012028 885035008 11131 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30568/tid=30573] ppid=30567 vsize=864292 CPUtime=0
/proc/30568/task/30573/stat : 30573 (java) S 30567 30554 29537 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 714012030 885035008 11131 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30568/tid=30574] ppid=30567 vsize=864292 CPUtime=0.1
/proc/30568/task/30574/stat : 30574 (java) S 30567 30554 29537 0 -1 64 346 0 0 0 10 0 0 0 16 0 9 0 714012030 885035008 11131 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30568/tid=30575] ppid=30567 vsize=864292 CPUtime=0
/proc/30568/task/30575/stat : 30575 (java) S 30567 30554 29537 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 714012030 885035008 11131 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30568/tid=30576] ppid=30567 vsize=864292 CPUtime=0
/proc/30568/task/30576/stat : 30576 (java) S 30567 30554 29537 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 714012030 885035008 11131 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.97
Current children cumulated vsize (KiB) 883248

[startup+6.30298 s]
/proc/loadavg: 2.07 2.00 2.00 3/90 30578
/proc/meminfo: memFree=1694552/2055920 swapFree=4156400/4192956
[pid=30554] ppid=30552 vsize=13600 CPUtime=3.29
/proc/30554/stat : 30554 (sugar) S 30552 30554 29537 0 -1 4194304 1031 17415 0 2 4 0 312 13 16 0 1 0 714011941 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30554/statm: 3400 798 370 3 0 500 0
[pid=30577] ppid=30554 vsize=5356 CPUtime=0
/proc/30577/stat : 30577 (sh) S 30554 30554 29537 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 714012287 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30577/statm: 1339 232 193 169 0 50 0
[pid=30578] ppid=30577 vsize=8412 CPUtime=2.81
/proc/30578/stat : 30578 (minisat) R 30577 30554 29537 0 -1 4194304 1999 0 0 0 280 1 0 0 25 0 1 0 714012287 8613888 1985 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/30578/statm: 2103 1985 75 150 0 1950 0
Current children cumulated CPU time (s) 6.1
Current children cumulated vsize (KiB) 27368

[startup+12.7011 s]
/proc/loadavg: 2.06 2.00 2.00 3/90 30578
/proc/meminfo: memFree=1692952/2055920 swapFree=4156400/4192956
[pid=30554] ppid=30552 vsize=13600 CPUtime=3.29
/proc/30554/stat : 30554 (sugar) S 30552 30554 29537 0 -1 4194304 1031 17415 0 2 4 0 312 13 16 0 1 0 714011941 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30554/statm: 3400 798 370 3 0 500 0
[pid=30577] ppid=30554 vsize=5356 CPUtime=0
/proc/30577/stat : 30577 (sh) S 30554 30554 29537 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 714012287 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30577/statm: 1339 232 193 169 0 50 0
[pid=30578] ppid=30577 vsize=9864 CPUtime=9.14
/proc/30578/stat : 30578 (minisat) R 30577 30554 29537 0 -1 4194304 2359 0 0 0 912 2 0 0 25 0 1 0 714012287 10100736 2345 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/30578/statm: 2466 2345 75 150 0 2313 0
Current children cumulated CPU time (s) 12.43
Current children cumulated vsize (KiB) 28820

[startup+25.5022 s]
/proc/loadavg: 2.05 2.00 2.00 3/90 30578
/proc/meminfo: memFree=1690648/2055920 swapFree=4156400/4192956
[pid=30554] ppid=30552 vsize=13600 CPUtime=3.29
/proc/30554/stat : 30554 (sugar) S 30552 30554 29537 0 -1 4194304 1031 17415 0 2 4 0 312 13 16 0 1 0 714011941 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30554/statm: 3400 798 370 3 0 500 0
[pid=30577] ppid=30554 vsize=5356 CPUtime=0
/proc/30577/stat : 30577 (sh) S 30554 30554 29537 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 714012287 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30577/statm: 1339 232 193 169 0 50 0
[pid=30578] ppid=30577 vsize=12220 CPUtime=21.8
/proc/30578/stat : 30578 (minisat) R 30577 30554 29537 0 -1 4194304 2937 0 0 0 2178 2 0 0 25 0 1 0 714012287 12513280 2923 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/30578/statm: 3055 2923 75 150 0 2902 0
Current children cumulated CPU time (s) 25.09
Current children cumulated vsize (KiB) 31176

[startup+51.1025 s]
/proc/loadavg: 2.03 2.00 2.00 3/90 30578
/proc/meminfo: memFree=1687000/2055920 swapFree=4156400/4192956
[pid=30554] ppid=30552 vsize=13600 CPUtime=3.29
/proc/30554/stat : 30554 (sugar) S 30552 30554 29537 0 -1 4194304 1031 17415 0 2 4 0 312 13 16 0 1 0 714011941 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30554/statm: 3400 798 370 3 0 500 0
[pid=30577] ppid=30554 vsize=5356 CPUtime=0
/proc/30577/stat : 30577 (sh) S 30554 30554 29537 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 714012287 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30577/statm: 1339 232 193 169 0 50 0
[pid=30578] ppid=30577 vsize=15920 CPUtime=47.14
/proc/30578/stat : 30578 (minisat) R 30577 30554 29537 0 -1 4194304 3854 0 0 0 4710 4 0 0 25 0 1 0 714012287 16302080 3840 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/30578/statm: 3980 3840 75 150 0 3827 0
Current children cumulated CPU time (s) 50.43
Current children cumulated vsize (KiB) 34876

[startup+102.307 s]
/proc/loadavg: 2.01 2.00 2.00 3/90 30578
/proc/meminfo: memFree=1681176/2055920 swapFree=4156400/4192956
[pid=30554] ppid=30552 vsize=13600 CPUtime=3.29
/proc/30554/stat : 30554 (sugar) S 30552 30554 29537 0 -1 4194304 1031 17415 0 2 4 0 312 13 16 0 1 0 714011941 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30554/statm: 3400 798 370 3 0 500 0
[pid=30577] ppid=30554 vsize=5356 CPUtime=0
/proc/30577/stat : 30577 (sh) S 30554 30554 29537 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 714012287 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30577/statm: 1339 232 193 169 0 50 0
[pid=30578] ppid=30577 vsize=21432 CPUtime=97.81
/proc/30578/stat : 30578 (minisat) R 30577 30554 29537 0 -1 4194304 5244 0 0 0 9775 6 0 0 25 0 1 0 714012287 21946368 5230 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/30578/statm: 5358 5230 75 150 0 5205 0
Current children cumulated CPU time (s) 101.1
Current children cumulated vsize (KiB) 40388

[startup+162.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/90 30578
/proc/meminfo: memFree=1676696/2055920 swapFree=4156400/4192956
[pid=30554] ppid=30552 vsize=13600 CPUtime=3.29
/proc/30554/stat : 30554 (sugar) S 30552 30554 29537 0 -1 4194304 1031 17415 0 2 4 0 312 13 16 0 1 0 714011941 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30554/statm: 3400 798 370 3 0 500 0
[pid=30577] ppid=30554 vsize=5356 CPUtime=0

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

/proc/meminfo: memFree=1673272/2055920 swapFree=4156444/4192956
[pid=30554] ppid=30552 vsize=13600 CPUtime=3.29
/proc/30554/stat : 30554 (sugar) S 30552 30554 29537 0 -1 4194304 1031 17415 0 2 4 0 312 13 16 0 1 0 714011941 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30554/statm: 3400 798 370 3 0 500 0
[pid=30577] ppid=30554 vsize=5356 CPUtime=0
/proc/30577/stat : 30577 (sh) S 30554 30554 29537 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 714012287 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30577/statm: 1339 232 193 169 0 50 0
[pid=30578] ppid=30577 vsize=44876 CPUtime=1346.6
/proc/30578/stat : 30578 (minisat) R 30577 30554 29537 0 -1 4194304 11011 0 0 0 134641 19 0 0 25 0 1 0 714012287 45953024 10997 996147200 134512640 135127466 4294956256 18446744073709551615 134530692 0 0 4096 3 0 0 0 17 0 0 0
/proc/30578/statm: 11219 10997 75 150 0 11066 0
Current children cumulated CPU time (s) 1349.89
Current children cumulated vsize (KiB) 63832

[startup+1422.31 s]
/proc/loadavg: 1.02 1.44 1.76 2/73 30701
/proc/meminfo: memFree=1673208/2055920 swapFree=4156444/4192956
[pid=30554] ppid=30552 vsize=13600 CPUtime=3.29
/proc/30554/stat : 30554 (sugar) S 30552 30554 29537 0 -1 4194304 1031 17415 0 2 4 0 312 13 16 0 1 0 714011941 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30554/statm: 3400 798 370 3 0 500 0
[pid=30577] ppid=30554 vsize=5356 CPUtime=0
/proc/30577/stat : 30577 (sh) S 30554 30554 29537 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 714012287 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30577/statm: 1339 232 193 169 0 50 0
[pid=30578] ppid=30577 vsize=44876 CPUtime=1406.57
/proc/30578/stat : 30578 (minisat) R 30577 30554 29537 0 -1 4194304 11011 0 0 0 140638 19 0 0 25 0 1 0 714012287 45953024 10997 996147200 134512640 135127466 4294956256 18446744073709551615 134527232 0 0 4096 3 0 0 0 17 0 0 0
/proc/30578/statm: 11219 10997 75 150 0 11066 0
Current children cumulated CPU time (s) 1409.86
Current children cumulated vsize (KiB) 63832

[startup+1482.3 s]
/proc/loadavg: 1.00 1.36 1.71 2/73 30701
/proc/meminfo: memFree=1673208/2055920 swapFree=4156444/4192956
[pid=30554] ppid=30552 vsize=13600 CPUtime=3.29
/proc/30554/stat : 30554 (sugar) S 30552 30554 29537 0 -1 4194304 1031 17415 0 2 4 0 312 13 16 0 1 0 714011941 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30554/statm: 3400 798 370 3 0 500 0
[pid=30577] ppid=30554 vsize=5356 CPUtime=0
/proc/30577/stat : 30577 (sh) S 30554 30554 29537 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 714012287 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30577/statm: 1339 232 193 169 0 50 0
[pid=30578] ppid=30577 vsize=44876 CPUtime=1466.52
/proc/30578/stat : 30578 (minisat) R 30577 30554 29537 0 -1 4194304 11011 0 0 0 146633 19 0 0 25 0 1 0 714012287 45953024 10997 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/30578/statm: 11219 10997 75 150 0 11066 0
Current children cumulated CPU time (s) 1469.81
Current children cumulated vsize (KiB) 63832

[startup+1542.3 s]
/proc/loadavg: 1.00 1.29 1.66 2/73 30701
/proc/meminfo: memFree=1673080/2055920 swapFree=4156444/4192956
[pid=30554] ppid=30552 vsize=13600 CPUtime=3.29
/proc/30554/stat : 30554 (sugar) S 30552 30554 29537 0 -1 4194304 1031 17415 0 2 4 0 312 13 16 0 1 0 714011941 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30554/statm: 3400 798 370 3 0 500 0
[pid=30577] ppid=30554 vsize=5356 CPUtime=0
/proc/30577/stat : 30577 (sh) S 30554 30554 29537 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 714012287 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30577/statm: 1339 232 193 169 0 50 0
[pid=30578] ppid=30577 vsize=45016 CPUtime=1526.48
/proc/30578/stat : 30578 (minisat) R 30577 30554 29537 0 -1 4194304 11035 0 0 0 152629 19 0 0 25 0 1 0 714012287 46096384 11021 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/30578/statm: 11254 11021 75 150 0 11101 0
Current children cumulated CPU time (s) 1529.77
Current children cumulated vsize (KiB) 63972

[startup+1602.3 s]
/proc/loadavg: 1.00 1.23 1.62 2/73 30701
/proc/meminfo: memFree=1673016/2055920 swapFree=4156444/4192956
[pid=30554] ppid=30552 vsize=13600 CPUtime=3.29
/proc/30554/stat : 30554 (sugar) S 30552 30554 29537 0 -1 4194304 1031 17415 0 2 4 0 312 13 16 0 1 0 714011941 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30554/statm: 3400 798 370 3 0 500 0
[pid=30577] ppid=30554 vsize=5356 CPUtime=0
/proc/30577/stat : 30577 (sh) S 30554 30554 29537 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 714012287 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30577/statm: 1339 232 193 169 0 50 0
[pid=30578] ppid=30577 vsize=45176 CPUtime=1586.44
/proc/30578/stat : 30578 (minisat) R 30577 30554 29537 0 -1 4194304 11076 0 0 0 158625 19 0 0 25 0 1 0 714012287 46260224 11062 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/30578/statm: 11294 11062 75 150 0 11141 0
Current children cumulated CPU time (s) 1589.73
Current children cumulated vsize (KiB) 64132

[startup+1662.3 s]
/proc/loadavg: 1.00 1.19 1.58 2/73 30701
/proc/meminfo: memFree=1670264/2055920 swapFree=4156444/4192956
[pid=30554] ppid=30552 vsize=13600 CPUtime=3.29
/proc/30554/stat : 30554 (sugar) S 30552 30554 29537 0 -1 4194304 1031 17415 0 2 4 0 312 13 16 0 1 0 714011941 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30554/statm: 3400 798 370 3 0 500 0
[pid=30577] ppid=30554 vsize=5356 CPUtime=0
/proc/30577/stat : 30577 (sh) S 30554 30554 29537 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 714012287 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30577/statm: 1339 232 193 169 0 50 0
[pid=30578] ppid=30577 vsize=47820 CPUtime=1646.4
/proc/30578/stat : 30578 (minisat) R 30577 30554 29537 0 -1 4194304 11747 0 0 0 164620 20 0 0 25 0 1 0 714012287 48967680 11733 996147200 134512640 135127466 4294956256 18446744073709551615 134530692 0 0 4096 3 0 0 0 17 1 0 0
/proc/30578/statm: 11955 11733 75 150 0 11802 0
Current children cumulated CPU time (s) 1649.69
Current children cumulated vsize (KiB) 66776

[startup+1722.3 s]
/proc/loadavg: 1.00 1.15 1.54 2/73 30701
/proc/meminfo: memFree=1666680/2055920 swapFree=4156444/4192956
[pid=30554] ppid=30552 vsize=13600 CPUtime=3.29
/proc/30554/stat : 30554 (sugar) S 30552 30554 29537 0 -1 4194304 1031 17415 0 2 4 0 312 13 16 0 1 0 714011941 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30554/statm: 3400 798 370 3 0 500 0
[pid=30577] ppid=30554 vsize=5356 CPUtime=0
/proc/30577/stat : 30577 (sh) S 30554 30554 29537 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 714012287 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30577/statm: 1339 232 193 169 0 50 0
[pid=30578] ppid=30577 vsize=51492 CPUtime=1706.37
/proc/30578/stat : 30578 (minisat) R 30577 30554 29537 0 -1 4194304 12646 0 0 0 170615 22 0 0 25 0 1 0 714012287 52727808 12632 996147200 134512640 135127466 4294956256 18446744073709551615 134530644 0 0 4096 3 0 0 0 17 0 0 0
/proc/30578/statm: 12873 12632 75 150 0 12720 0
Current children cumulated CPU time (s) 1709.66
Current children cumulated vsize (KiB) 70448

[startup+1782.3 s]
/proc/loadavg: 1.00 1.12 1.50 2/73 30701
/proc/meminfo: memFree=1666552/2055920 swapFree=4156444/4192956
[pid=30554] ppid=30552 vsize=13600 CPUtime=3.29
/proc/30554/stat : 30554 (sugar) S 30552 30554 29537 0 -1 4194304 1031 17415 0 2 4 0 312 13 16 0 1 0 714011941 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30554/statm: 3400 798 370 3 0 500 0
[pid=30577] ppid=30554 vsize=5356 CPUtime=0
/proc/30577/stat : 30577 (sh) S 30554 30554 29537 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 714012287 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30577/statm: 1339 232 193 169 0 50 0
[pid=30578] ppid=30577 vsize=51492 CPUtime=1766.34
/proc/30578/stat : 30578 (minisat) R 30577 30554 29537 0 -1 4194304 12647 0 0 0 176612 22 0 0 25 0 1 0 714012287 52727808 12633 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/30578/statm: 12873 12633 75 150 0 12720 0
Current children cumulated CPU time (s) 1769.63
Current children cumulated vsize (KiB) 70448



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1812.7 s]
/proc/loadavg: 1.00 1.11 1.49 2/73 30701
/proc/meminfo: memFree=1666552/2055920 swapFree=4156444/4192956
[pid=30554] ppid=30552 vsize=13600 CPUtime=3.29
/proc/30554/stat : 30554 (sugar) S 30552 30554 29537 0 -1 4194304 1031 17415 0 2 4 0 312 13 16 0 1 0 714011941 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30554/statm: 3400 798 370 3 0 500 0
[pid=30577] ppid=30554 vsize=5356 CPUtime=0
/proc/30577/stat : 30577 (sh) S 30554 30554 29537 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 714012287 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30577/statm: 1339 232 193 169 0 50 0
[pid=30578] ppid=30577 vsize=51492 CPUtime=1796.72
/proc/30578/stat : 30578 (minisat) R 30577 30554 29537 0 -1 4194304 12647 0 0 0 179650 22 0 0 25 0 1 0 714012287 52727808 12633 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/30578/statm: 12873 12633 75 150 0 12720 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 70448

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

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

[startup+1812.7 s]
/proc/loadavg: 1.00 1.11 1.49 2/73 30701
/proc/meminfo: memFree=1666552/2055920 swapFree=4156444/4192956
[pid=30554] ppid=30552 vsize=13600 CPUtime=3.29
/proc/30554/stat : 30554 (sugar) S 30552 30554 29537 0 -1 4194304 1031 17415 0 2 4 0 312 13 16 0 1 0 714011941 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30554/statm: 3400 798 370 3 0 500 0
[pid=30577] ppid=30554 vsize=5356 CPUtime=0
/proc/30577/stat : 30577 (sh) S 30554 30554 29537 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 714012287 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30577/statm: 1339 232 193 169 0 50 0
[pid=30578] ppid=30577 vsize=51492 CPUtime=1796.72
/proc/30578/stat : 30578 (minisat) R 30577 30554 29537 0 -1 4194304 12647 0 0 0 179650 22 0 0 25 0 1 0 714012287 52727808 12633 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/30578/statm: 12873 12633 75 150 0 12720 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 70448

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 30554 and gives
#  childrusage.ru_utime.tv_sec=3
#  childrusage.ru_utime.tv_usec=170518
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=145977
# CPU time returned by wait4() is 3.3165
# while last known CPU time is 1800.01
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1812.73
CPU time (s): 1800.01
CPU user time (s): 1799.66
CPU system time (s): 0.35
CPU usage (%): 99.2985
Max. virtual memory (cumulated for all children) (KiB): 883248

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3.17052
system time used= 0.145977
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 18873
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= 2108
involuntary context switches= 2012

runsolver used 1.85072 second user time and 5.8861 second system time

The end

Launcher Data (download as text)

Begin job on node58 at 2008-07-06 01:27:35
IDJOB=1103112
IDBENCH=60271
IDSOLVER=346
FILE ID=node58/1103112-1215300455
PBS_JOBID= 7882371
Free space on /tmp= 66556 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/tightness0.8/normalized-rand-2-40-80-103-800-27_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-1103112-1215300455/watcher-1103112-1215300455 -o /tmp/evaluation-result-1103112-1215300455/solver-1103112-1215300455 -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-1103112-1215300455.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 3f10b175e2b9687a93236a6609b0b974
RANDOM SEED=2105777833

node58.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.261
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.261
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:       1708368 kB
Buffers:         45580 kB
Cached:         179088 kB
SwapCached:      30944 kB
Active:         218568 kB
Inactive:        71892 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1708368 kB
SwapTotal:     4192956 kB
SwapFree:      4156400 kB
Dirty:            2040 kB
Writeback:           0 kB
Mapped:          83056 kB
Slab:            41588 kB
Committed_AS:  1260480 kB
PageTables:       2384 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= 66556 MiB
End job on node58 at 2008-07-06 01:57:50