Trace number 1060536

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.06 1801.5

General information on the benchmark

Namecsp/allIntervalSeries/
normalized-series-100.xml
MD5SUM55150c4600f99bca659f929bb418a24c
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.758883
Satisfiable
(Un)Satisfiability was proved
Number of variables199
Number of constraints9900
Maximum constraint arity3
Maximum domain size100
Number of constraints which are defined in extension0
Number of constraints which are defined in intension9900
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.14	c 0	Sugar v1-13 + HOME/minisat
0.00/0.14	c 0	BEGIN Fri Jul  4 01:20:44 2008
0.00/0.14	c 0	PID 17135
0.00/0.15	c 0	HOST node60.alineos.net
0.00/0.15	c 0	CONVERTING HOME/instance-1060536-1215127243.xml TO HOME/temp.csp
0.00/0.15	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1060536-1215127243.xml' 'HOME/temp.csp'
0.97/1.17	c 1	2 domains, 199 variables, 2 predicates, 0 relations, 9900 constraints
1.05/1.20	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.05/1.20	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.05/1.28	c 1	Parsing HOME/temp.csp
1.05/1.60	c 1	parsed 10000 expressions
1.05/1.60	c 1	parsed 10103 expressions
1.05/1.61	c 1	Heap : 3 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.05/1.61	c 1	Converting to clausal form CSP
1.05/1.82	c 1	converted 1011 (10%) expressions
1.05/1.85	c 1	converted 2021 (20%) expressions
1.05/1.92	c 1	converted 3031 (30%) expressions
1.05/1.95	c 1	converted 4042 (40%) expressions
1.05/1.98	c 1	converted 5052 (50%) expressions
1.05/2.01	c 1	converted 6062 (60%) expressions
1.05/2.04	c 2	converted 7073 (70%) expressions
1.05/2.06	c 2	converted 8083 (80%) expressions
1.92/2.16	c 2	converted 9093 (90%) expressions
1.92/2.19	c 2	converted 10103 (100%) expressions
1.92/2.19	c 2	CSP : 199 integers, 0 booleans, 10098 clauses, largest domain size 100
1.92/2.19	c 2	Heap : 8 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.92/2.19	c 2	Propagation in CSP
2.02/2.29	c 2	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
2.02/2.29	c 2	CSP : 199 integers, 0 booleans, 10098 clauses, largest domain size 100
2.02/2.29	c 2	Heap : 10 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.12/2.30	c 2	Simplifing CSP by introducing new Boolean variables
2.22/2.48	c 2	CSP : 199 integers, 19800 booleans, 29898 clauses, largest domain size 100
2.22/2.48	c 2	Heap : 16 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.31/2.58	c 2	Encoding CSP to SAT : HOME/temp.cnf
2.41/2.62	c 2	20 (10%) CSP integer variables are encoded (1960 clauses, 23354 bytes)
2.41/2.62	c 2	40 (20%) CSP integer variables are encoded (3920 clauses, 48834 bytes)
2.41/2.62	c 2	60 (30%) CSP integer variables are encoded (5880 clauses, 74314 bytes)
2.41/2.62	c 2	80 (40%) CSP integer variables are encoded (7840 clauses, 99794 bytes)
2.41/2.63	c 2	100 (50%) CSP integer variables are encoded (9800 clauses, 125274 bytes)
2.41/2.63	c 2	120 (60%) CSP integer variables are encoded (11740 clauses, 154179 bytes)
2.41/2.63	c 2	140 (70%) CSP integer variables are encoded (13680 clauses, 183279 bytes)
2.41/2.63	c 2	160 (80%) CSP integer variables are encoded (15620 clauses, 212379 bytes)
2.41/2.64	c 2	180 (90%) CSP integer variables are encoded (17560 clauses, 241479 bytes)
2.41/2.64	c 2	199 (100%) CSP integer variables are encoded (19403 clauses, 269124 bytes)
2.81/3.07	c 3	2990 (10%) CSP clauses are encoded (219799 clauses, 4030614 bytes)
3.20/3.46	c 3	5980 (20%) CSP clauses are encoded (420096 clauses, 8007983 bytes)
3.59/3.84	c 3	8970 (30%) CSP clauses are encoded (620393 clauses, 11986018 bytes)
4.00/4.21	c 4	11960 (40%) CSP clauses are encoded (820789 clauses, 15966028 bytes)
4.36/4.61	c 4	14949 (50%) CSP clauses are encoded (1020920 clauses, 19947220 bytes)
4.76/5.00	c 4	17939 (60%) CSP clauses are encoded (1219322 clauses, 24265240 bytes)
5.05/5.38	c 5	20929 (70%) CSP clauses are encoded (1417626 clauses, 28594043 bytes)
5.45/5.76	c 5	23919 (80%) CSP clauses are encoded (1615930 clauses, 32922846 bytes)
5.84/6.14	c 6	26909 (90%) CSP clauses are encoded (1814332 clauses, 37253800 bytes)
10.18/10.57	c 10	29898 (100%) CSP clauses are encoded (3940001 clauses, 85315474 bytes)
10.18/10.57	c 10	29898 CSP clauses encoded
10.18/10.58	c 10	Writing map file : HOME/temp.map
10.18/10.59	c 10	Heap : 10 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
10.18/10.59	c 10	SAT : 39402 SAT variables, 3940001 SAT clauses, 85315474 bytes
10.18/10.59	c 10	Heap : 10 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
10.27/10.65	c 10	SOLVING HOME/temp.cnf
10.27/10.65	c 10	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
10.27/10.65	c 10	This is MiniSat 2.0 beta
10.27/10.65	c 10	WARNING: for repeatability, setting FPU to use double precision
10.27/10.65	c 10	============================[ Problem Statistics ]=============================
10.27/10.65	c 10	|                                                                             |
10.27/10.66	c 10	|  Number of variables:  39402                                                |
10.27/10.66	c 10	|  Number of clauses:    3940001                                              |
12.10/12.57	c 12	|  Parsing time:         1.62         s                                       |
12.20/12.66	c 12	============================[ Search Statistics ]==============================
12.20/12.66	c 12	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
12.20/12.66	c 12	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
12.20/12.66	c 12	===============================================================================
12.20/12.66	c 12	|         0 |   39402  3940001 12692194 |  1313333        0    nan |  0.000 % |
13.40/13.84	c 13	|       100 |   39402  3940001 12692194 |  1444667      100     10 |  0.000 % |
13.80/14.21	c 14	|       250 |   39402  3940001 12692194 |  1589133      250     15 |  0.000 % |
15.70/16.15	c 16	|       476 |   39402  3940001 12692194 |  1748047      476     26 |  0.000 % |
17.30/17.71	c 17	|       814 |   39402  3940001 12692194 |  1922851      814     28 |  0.000 % |
20.50/20.98	c 20	|      1320 |   39402  3940001 12692194 |  2115137     1320     49 |  0.000 % |
22.50/22.95	c 22	|      2079 |   39402  3940001 12692194 |  2326650     2079     43 |  0.000 % |
25.29/25.72	c 25	|      3218 |   39402  3940001 12692194 |  2559315     3218     35 |  0.000 % |
29.29/29.74	c 29	|      4926 |   39402  3940001 12692194 |  2815247     4926     33 |  0.000 % |
39.48/39.99	c 39	|      7489 |   39402  3940001 12692194 |  3096772     7489     40 |  0.000 % |
57.89/58.39	c 58	|     11334 |   39402  3940001 12692194 |  3406449    11334     55 |  0.000 % |
90.76/91.27	c 91	|     17100 |   39402  3940001 12692194 |  3747094    17100     62 |  0.000 % |
132.34/132.82	c 132	|     25750 |   39402  3940001 12692194 |  4121803    25750     62 |  0.000 % |
186.91/187.49	c 187	|     38724 |   39402  3940001 12692194 |  4533984    38724     69 |  0.000 % |
302.96/303.60	c 303	|     58186 |   39402  3940001 12692194 |  4987382    58186     81 |  0.000 % |
501.96/502.68	c 502	|     87378 |   39402  3940001 12692194 |  5486120    87378     78 |  0.000 % |
745.04/745.82	c 745	|    131167 |   39402  3940001 12692194 |  6034732   131167     87 |  0.000 % |
1054.46/1055.47	c 1055	|    196852 |   39402  3940001 12692194 |  6638205   196852     96 |  0.000 % |
1614.06/1615.35	c 1615	|    295379 |   39402  3940001 12692194 |  7302026   295379     90 |  0.000 % |
1800.06/1801.41	c ERROR INTERRUPTED
1800.06/1801.46	s UNKNOWN
1800.06/1801.46	c 1801	CPU 9.45 (0.04 0.01 9.41 0.83)
1800.06/1801.46	c 1801	END Fri Jul  4 01:50:45 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-1060536-1215127243/watcher-1060536-1215127243 -o /tmp/evaluation-result-1060536-1215127243/solver-1060536-1215127243 -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-1060536-1215127243.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.90 2.15 2.08 4/73 17135
/proc/meminfo: memFree=1498472/2055920 swapFree=4157732/4192956
[pid=17135] ppid=17133 vsize=18572 CPUtime=0
/proc/17135/stat : 17135 (runsolver) D 17133 17135 17098 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 635647476 19017728 292 996147200 4194304 4296836 548682068272 18446744073709551615 271894244647 0 0 4096 24578 18446744071563608240 0 0 17 1 0 0
/proc/17135/statm: 4643 292 257 25 0 2626 0

[startup+0.0739441 s]
/proc/loadavg: 1.90 2.15 2.08 4/73 17135
/proc/meminfo: memFree=1498472/2055920 swapFree=4157732/4192956
[pid=17135] ppid=17133 vsize=12272 CPUtime=0
/proc/17135/stat : 17135 (sugar) D 17133 17135 17098 0 -1 4194304 362 0 0 0 0 0 0 0 18 0 1 0 635647476 12566528 330 996147200 4194304 4206940 548682068608 18446744073709551615 271903141986 0 0 4224 0 18446744071563608240 0 0 17 1 0 0
/proc/17135/statm: 3068 330 246 3 0 168 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12272

[startup+0.102934 s]
/proc/loadavg: 1.90 2.15 2.08 4/73 17135
/proc/meminfo: memFree=1498472/2055920 swapFree=4157732/4192956
[pid=17135] ppid=17133 vsize=12412 CPUtime=0
/proc/17135/stat : 17135 (sugar) D 17133 17135 17098 0 -1 4194304 414 0 0 0 0 0 0 0 18 0 1 0 635647476 12709888 382 996147200 4194304 4206940 548682068608 18446744073709551615 271903141986 0 0 4224 0 18446744071563479169 0 0 17 1 0 0
/proc/17135/statm: 3103 382 275 3 0 203 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12412

[startup+0.301962 s]
/proc/loadavg: 1.90 2.15 2.08 4/73 17135
/proc/meminfo: memFree=1498472/2055920 swapFree=4157732/4192956
[pid=17135] ppid=17133 vsize=13600 CPUtime=0.04
/proc/17135/stat : 17135 (sugar) S 17133 17135 17098 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 635647476 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17135/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.703008 s]
/proc/loadavg: 1.90 2.15 2.08 4/73 17135
/proc/meminfo: memFree=1498472/2055920 swapFree=4157732/4192956
[pid=17135] ppid=17133 vsize=13600 CPUtime=0.04
/proc/17135/stat : 17135 (sugar) S 17133 17135 17098 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 635647476 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17135/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+1.50208 s]
/proc/loadavg: 1.90 2.15 2.08 3/84 17147
/proc/meminfo: memFree=1476560/2055920 swapFree=4157732/4192956
[pid=17135] ppid=17133 vsize=13600 CPUtime=1.05
/proc/17135/stat : 17135 (sugar) S 17133 17135 17098 0 -1 4194304 973 8997 0 1 3 1 94 7 16 0 1 0 635647476 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17135/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 1.05
Current children cumulated vsize (KiB) 13600

[startup+3.10124 s]
/proc/loadavg: 1.90 2.15 2.08 4/84 17157
/proc/meminfo: memFree=1477392/2055920 swapFree=4157732/4192956
[pid=17135] ppid=17133 vsize=13600 CPUtime=1.05
/proc/17135/stat : 17135 (sugar) S 17133 17135 17098 0 -1 4194304 974 8997 0 1 3 1 94 7 15 0 1 0 635647476 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17135/statm: 3400 797 370 3 0 500 0
[pid=17148] ppid=17135 vsize=5356 CPUtime=0
/proc/17148/stat : 17148 (sh) S 17135 17135 17098 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 635647596 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17148/statm: 1339 233 193 169 0 50 0
[pid=17149] ppid=17148 vsize=868496 CPUtime=1.86
/proc/17149/stat : 17149 (java) S 17148 17135 17098 0 -1 0 10487 0 1 0 176 10 0 0 18 0 9 0 635647597 889339904 9483 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17149/statm: 217124 9483 2565 9 0 211671 0
[pid=17149/tid=17150] ppid=17148 vsize=868496 CPUtime=1.1
/proc/17149/task/17150/stat : 17150 (java) R 17148 17135 17098 0 -1 64 2950 0 1 0 105 5 0 0 25 0 9 0 635647598 889339904 9483 996147200 134512640 134550740 4294955952 18446744073709551615 4126573566 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17149/tid=17151] ppid=17148 vsize=868496 CPUtime=0.48
/proc/17149/task/17151/stat : 17151 (java) S 17148 17135 17098 0 -1 64 5352 0 0 0 45 3 0 0 16 0 9 0 635647599 889339904 9483 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17149/tid=17152] ppid=17148 vsize=868496 CPUtime=0
/proc/17149/task/17152/stat : 17152 (java) S 17148 17135 17098 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 635647599 889339904 9483 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17149/tid=17153] ppid=17148 vsize=868496 CPUtime=0
/proc/17149/task/17153/stat : 17153 (java) S 17148 17135 17098 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 635647599 889339904 9483 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17149/tid=17154] ppid=17148 vsize=868496 CPUtime=0
/proc/17149/task/17154/stat : 17154 (java) S 17148 17135 17098 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 635647601 889339904 9483 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17149/tid=17155] ppid=17148 vsize=868496 CPUtime=0.25
/proc/17149/task/17155/stat : 17155 (java) S 17148 17135 17098 0 -1 64 1492 0 0 0 24 1 0 0 16 0 9 0 635647601 889339904 9483 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17149/tid=17156] ppid=17148 vsize=868496 CPUtime=0
/proc/17149/task/17156/stat : 17156 (java) S 17148 17135 17098 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 635647601 889339904 9483 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17149/tid=17157] ppid=17148 vsize=868496 CPUtime=0
/proc/17149/task/17157/stat : 17157 (java) S 17148 17135 17098 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 635647601 889339904 9483 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.91
Current children cumulated vsize (KiB) 887452

[startup+6.30258 s]
/proc/loadavg: 1.91 2.15 2.08 3/84 17157
/proc/meminfo: memFree=1439056/2055920 swapFree=4157732/4192956
[pid=17135] ppid=17133 vsize=13600 CPUtime=1.05
/proc/17135/stat : 17135 (sugar) S 17133 17135 17098 0 -1 4194304 974 8997 0 1 3 1 94 7 15 0 1 0 635647476 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17135/statm: 3400 797 370 3 0 500 0
[pid=17148] ppid=17135 vsize=5356 CPUtime=0
/proc/17148/stat : 17148 (sh) S 17135 17135 17098 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 635647596 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17148/statm: 1339 233 193 169 0 50 0
[pid=17149] ppid=17148 vsize=868496 CPUtime=4.99
/proc/17149/stat : 17149 (java) S 17148 17135 17098 0 -1 0 11099 0 1 0 463 36 0 0 18 0 9 0 635647597 889339904 9488 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17149/statm: 217124 9488 2565 9 0 211671 0
[pid=17149/tid=17150] ppid=17148 vsize=868496 CPUtime=4.04
/proc/17149/task/17150/stat : 17150 (java) R 17148 17135 17098 0 -1 64 3557 0 1 0 377 27 0 0 25 0 9 0 635647598 889339904 9488 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17149/tid=17151] ppid=17148 vsize=868496 CPUtime=0.66
/proc/17149/task/17151/stat : 17151 (java) S 17148 17135 17098 0 -1 64 5352 0 0 0 59 7 0 0 15 0 9 0 635647599 889339904 9488 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17149/tid=17152] ppid=17148 vsize=868496 CPUtime=0
/proc/17149/task/17152/stat : 17152 (java) S 17148 17135 17098 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 635647599 889339904 9488 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17149/tid=17153] ppid=17148 vsize=868496 CPUtime=0
/proc/17149/task/17153/stat : 17153 (java) S 17148 17135 17098 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 635647599 889339904 9488 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17149/tid=17154] ppid=17148 vsize=868496 CPUtime=0
/proc/17149/task/17154/stat : 17154 (java) S 17148 17135 17098 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 635647601 889339904 9488 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17149/tid=17155] ppid=17148 vsize=868496 CPUtime=0.26
/proc/17149/task/17155/stat : 17155 (java) S 17148 17135 17098 0 -1 64 1497 0 0 0 25 1 0 0 16 0 9 0 635647601 889339904 9488 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17149/tid=17156] ppid=17148 vsize=868496 CPUtime=0
/proc/17149/task/17156/stat : 17156 (java) S 17148 17135 17098 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 635647601 889339904 9488 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17149/tid=17157] ppid=17148 vsize=868496 CPUtime=0
/proc/17149/task/17157/stat : 17157 (java) S 17148 17135 17098 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 635647601 889339904 9488 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.04
Current children cumulated vsize (KiB) 887452

[startup+12.7012 s]
/proc/loadavg: 1.91 2.15 2.08 3/76 17159
/proc/meminfo: memFree=1300496/2055920 swapFree=4157732/4192956
[pid=17135] ppid=17133 vsize=13600 CPUtime=10.28
/proc/17135/stat : 17135 (sugar) S 17133 17135 17098 0 -1 4194304 1032 21240 0 4 3 1 941 83 15 0 1 0 635647476 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17135/statm: 3400 798 370 3 0 500 0
[pid=17158] ppid=17135 vsize=5356 CPUtime=0
/proc/17158/stat : 17158 (sh) S 17135 17135 17098 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 635648542 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17158/statm: 1339 232 193 169 0 50 0
[pid=17159] ppid=17158 vsize=161928 CPUtime=2.02
/proc/17159/stat : 17159 (minisat) R 17158 17135 17098 0 -1 4194304 38994 0 0 0 174 28 0 0 25 0 1 0 635648542 165814272 38980 996147200 134512640 135127466 4294956272 18446744073709551615 134530814 0 0 4096 3 0 0 0 17 0 0 0
/proc/17159/statm: 40482 38980 72 150 0 40329 0
Current children cumulated CPU time (s) 12.3
Current children cumulated vsize (KiB) 180884

[startup+25.5024 s]
/proc/loadavg: 1.93 2.14 2.08 3/76 17159
/proc/meminfo: memFree=1232400/2055920 swapFree=4157732/4192956
[pid=17135] ppid=17133 vsize=13600 CPUtime=10.28
/proc/17135/stat : 17135 (sugar) S 17133 17135 17098 0 -1 4194304 1032 21240 0 4 3 1 941 83 16 0 1 0 635647476 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17135/statm: 3400 798 370 3 0 500 0
[pid=17158] ppid=17135 vsize=5356 CPUtime=0
/proc/17158/stat : 17158 (sh) S 17135 17135 17098 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 635648542 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17158/statm: 1339 232 193 169 0 50 0
[pid=17159] ppid=17158 vsize=183992 CPUtime=14.81
/proc/17159/stat : 17159 (minisat) R 17158 17135 17098 0 -1 4194304 44513 0 0 0 1449 32 0 0 25 0 1 0 635648542 188407808 44499 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/17159/statm: 45998 44499 76 150 0 45845 0
Current children cumulated CPU time (s) 25.09
Current children cumulated vsize (KiB) 202948

[startup+51.103 s]
/proc/loadavg: 1.95 2.13 2.07 3/76 17159
/proc/meminfo: memFree=1231504/2055920 swapFree=4157732/4192956
[pid=17135] ppid=17133 vsize=13600 CPUtime=10.29
/proc/17135/stat : 17135 (sugar) S 17133 17135 17098 0 -1 4194304 1032 21240 0 4 4 1 941 83 16 0 1 0 635647476 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17135/statm: 3400 798 370 3 0 500 0
[pid=17158] ppid=17135 vsize=5356 CPUtime=0
/proc/17158/stat : 17158 (sh) S 17135 17135 17098 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 635648542 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17158/statm: 1339 232 193 169 0 50 0
[pid=17159] ppid=17158 vsize=185196 CPUtime=40.4
/proc/17159/stat : 17159 (minisat) R 17158 17135 17098 0 -1 4194304 44810 0 0 0 4008 32 0 0 25 0 1 0 635648542 189640704 44796 996147200 134512640 135127466 4294956272 18446744073709551615 134530686 0 0 4096 3 0 0 0 17 0 0 0
/proc/17159/statm: 46299 44796 76 150 0 46146 0
Current children cumulated CPU time (s) 50.69
Current children cumulated vsize (KiB) 204152

[startup+102.307 s]
/proc/loadavg: 1.98 2.11 2.07 3/76 17159
/proc/meminfo: memFree=1227536/2055920 swapFree=4157732/4192956
[pid=17135] ppid=17133 vsize=13600 CPUtime=10.29
/proc/17135/stat : 17135 (sugar) S 17133 17135 17098 0 -1 4194304 1032 21240 0 4 4 1 941 83 16 0 1 0 635647476 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17135/statm: 3400 798 370 3 0 500 0
[pid=17158] ppid=17135 vsize=5356 CPUtime=0
/proc/17158/stat : 17158 (sh) S 17135 17135 17098 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 635648542 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17158/statm: 1339 232 193 169 0 50 0
[pid=17159] ppid=17158 vsize=188224 CPUtime=91.57
/proc/17159/stat : 17159 (minisat) R 17158 17135 17098 0 -1 4194304 45568 0 0 0 9124 33 0 0 25 0 1 0 635648542 192741376 45554 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/17159/statm: 47056 45554 76 150 0 46903 0
Current children cumulated CPU time (s) 101.86
Current children cumulated vsize (KiB) 207180

[startup+162.303 s]
/proc/loadavg: 1.99 2.08 2.06 3/76 17159
/proc/meminfo: memFree=1222544/2055920 swapFree=4157732/4192956
[pid=17135] ppid=17133 vsize=13600 CPUtime=10.29
/proc/17135/stat : 17135 (sugar) S 17133 17135 17098 0 -1 4194304 1032 21240 0 4 4 1 941 83 16 0 1 0 635647476 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17135/statm: 3400 798 370 3 0 500 0
[pid=17158] ppid=17135 vsize=5356 CPUtime=0
/proc/17158/stat : 17158 (sh) S 17135 17135 17098 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 635648542 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17158/statm: 1339 232 193 169 0 50 0
[pid=17159] ppid=17158 vsize=192480 CPUtime=151.54
/proc/17159/stat : 17159 (minisat) R 17158 17135 17098 0 -1 4194304 46646 0 0 0 15119 35 0 0 25 0 1 0 635648542 197099520 46632 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/17159/statm: 48120 46632 76 150 0 47967 0
Current children cumulated CPU time (s) 161.83

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

/proc/meminfo: memFree=1097104/2055920 swapFree=4157732/4192956
[pid=17135] ppid=17133 vsize=13600 CPUtime=10.29
/proc/17135/stat : 17135 (sugar) S 17133 17135 17098 0 -1 4194304 1032 21240 0 4 4 1 941 83 16 0 1 0 635647476 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17135/statm: 3400 798 370 3 0 500 0
[pid=17158] ppid=17135 vsize=5356 CPUtime=0
/proc/17158/stat : 17158 (sh) S 17135 17135 17098 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 635648542 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17158/statm: 1339 232 193 169 0 50 0
[pid=17159] ppid=17158 vsize=278716 CPUtime=1290.95
/proc/17159/stat : 17159 (minisat) R 17158 17135 17098 0 -1 4194304 68093 0 0 0 129034 61 0 0 25 0 1 0 635648542 285405184 68079 996147200 134512640 135127466 4294956272 18446744073709551615 134530654 0 0 4096 3 0 0 0 17 0 0 0
/proc/17159/statm: 69679 68079 76 150 0 69526 0
Current children cumulated CPU time (s) 1301.24
Current children cumulated vsize (KiB) 297672

[startup+1362.3 s]
/proc/loadavg: 1.95 1.98 1.99 3/77 17273
/proc/meminfo: memFree=1494472/2055920 swapFree=4157732/4192956
[pid=17135] ppid=17133 vsize=13600 CPUtime=10.29
/proc/17135/stat : 17135 (sugar) S 17133 17135 17098 0 -1 4194304 1032 21240 0 4 4 1 941 83 16 0 1 0 635647476 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17135/statm: 3400 798 370 3 0 500 0
[pid=17158] ppid=17135 vsize=5356 CPUtime=0
/proc/17158/stat : 17158 (sh) S 17135 17135 17098 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 635648542 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17158/statm: 1339 232 193 169 0 50 0
[pid=17159] ppid=17158 vsize=281884 CPUtime=1350.9
/proc/17159/stat : 17159 (minisat) R 17158 17135 17098 0 -1 4194304 68912 0 0 0 135026 64 0 0 25 0 1 0 635648542 288649216 68898 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/17159/statm: 70471 68898 76 150 0 70318 0
Current children cumulated CPU time (s) 1361.19
Current children cumulated vsize (KiB) 300840

[startup+1422.31 s]
/proc/loadavg: 1.94 1.97 1.99 3/87 17405
/proc/meminfo: memFree=1442160/2055920 swapFree=4157732/4192956
[pid=17135] ppid=17133 vsize=13600 CPUtime=10.29
/proc/17135/stat : 17135 (sugar) S 17133 17135 17098 0 -1 4194304 1032 21240 0 4 4 1 941 83 16 0 1 0 635647476 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17135/statm: 3400 798 370 3 0 500 0
[pid=17158] ppid=17135 vsize=5356 CPUtime=0
/proc/17158/stat : 17158 (sh) S 17135 17135 17098 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 635648542 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17158/statm: 1339 232 193 169 0 50 0
[pid=17159] ppid=17158 vsize=285184 CPUtime=1410.87
/proc/17159/stat : 17159 (minisat) R 17158 17135 17098 0 -1 4194304 69713 0 0 0 141018 69 0 0 25 0 1 0 635648542 292028416 69699 996147200 134512640 135127466 4294956272 18446744073709551615 134530772 0 0 4096 3 0 0 0 17 0 0 0
/proc/17159/statm: 71296 69699 76 150 0 71143 0
Current children cumulated CPU time (s) 1421.16
Current children cumulated vsize (KiB) 304140

[startup+1482.3 s]
/proc/loadavg: 1.92 1.96 1.98 3/75 17432
/proc/meminfo: memFree=1495312/2055920 swapFree=4157732/4192956
[pid=17135] ppid=17133 vsize=13600 CPUtime=10.29
/proc/17135/stat : 17135 (sugar) S 17133 17135 17098 0 -1 4194304 1032 21240 0 4 4 1 941 83 16 0 1 0 635647476 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17135/statm: 3400 798 370 3 0 500 0
[pid=17158] ppid=17135 vsize=5356 CPUtime=0
/proc/17158/stat : 17158 (sh) S 17135 17135 17098 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 635648542 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17158/statm: 1339 232 193 169 0 50 0
[pid=17159] ppid=17158 vsize=288904 CPUtime=1470.83
/proc/17159/stat : 17159 (minisat) R 17158 17135 17098 0 -1 4194304 70657 0 0 0 147012 71 0 0 25 0 1 0 635648542 295837696 70643 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/17159/statm: 72226 70643 76 150 0 72073 0
Current children cumulated CPU time (s) 1481.12
Current children cumulated vsize (KiB) 307860

[startup+1542.3 s]
/proc/loadavg: 1.97 1.96 1.98 3/75 17432
/proc/meminfo: memFree=1490768/2055920 swapFree=4157732/4192956
[pid=17135] ppid=17133 vsize=13600 CPUtime=10.29
/proc/17135/stat : 17135 (sugar) S 17133 17135 17098 0 -1 4194304 1032 21240 0 4 4 1 941 83 16 0 1 0 635647476 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17135/statm: 3400 798 370 3 0 500 0
[pid=17158] ppid=17135 vsize=5356 CPUtime=0
/proc/17158/stat : 17158 (sh) S 17135 17135 17098 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 635648542 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17158/statm: 1339 232 193 169 0 50 0
[pid=17159] ppid=17158 vsize=293348 CPUtime=1530.8
/proc/17159/stat : 17159 (minisat) R 17158 17135 17098 0 -1 4194304 71776 0 0 0 153008 72 0 0 25 0 1 0 635648542 300388352 71762 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/17159/statm: 73337 71762 76 150 0 73184 0
Current children cumulated CPU time (s) 1541.09
Current children cumulated vsize (KiB) 312304

[startup+1602.3 s]
/proc/loadavg: 1.99 1.97 1.98 3/75 17432
/proc/meminfo: memFree=1486992/2055920 swapFree=4157732/4192956
[pid=17135] ppid=17133 vsize=13600 CPUtime=10.29
/proc/17135/stat : 17135 (sugar) S 17133 17135 17098 0 -1 4194304 1032 21240 0 4 4 1 941 83 16 0 1 0 635647476 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17135/statm: 3400 798 370 3 0 500 0
[pid=17158] ppid=17135 vsize=5356 CPUtime=0
/proc/17158/stat : 17158 (sh) S 17135 17135 17098 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 635648542 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17158/statm: 1339 232 193 169 0 50 0
[pid=17159] ppid=17158 vsize=297048 CPUtime=1590.77
/proc/17159/stat : 17159 (minisat) R 17158 17135 17098 0 -1 4194304 72701 0 0 0 159004 73 0 0 25 0 1 0 635648542 304177152 72687 996147200 134512640 135127466 4294956272 18446744073709551615 134530613 0 0 4096 3 0 0 0 17 0 0 0
/proc/17159/statm: 74262 72687 76 150 0 74109 0
Current children cumulated CPU time (s) 1601.06
Current children cumulated vsize (KiB) 316004

[startup+1662.3 s]
/proc/loadavg: 2.17 2.01 1.99 3/83 17471
/proc/meminfo: memFree=1392512/2055920 swapFree=4157732/4192956
[pid=17135] ppid=17133 vsize=13600 CPUtime=10.29
/proc/17135/stat : 17135 (sugar) S 17133 17135 17098 0 -1 4194304 1032 21240 0 4 4 1 941 83 16 0 1 0 635647476 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17135/statm: 3400 798 370 3 0 500 0
[pid=17158] ppid=17135 vsize=5356 CPUtime=0
/proc/17158/stat : 17158 (sh) S 17135 17135 17098 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 635648542 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17158/statm: 1339 232 193 169 0 50 0
[pid=17159] ppid=17158 vsize=301436 CPUtime=1650.74
/proc/17159/stat : 17159 (minisat) R 17158 17135 17098 0 -1 4194304 73798 0 0 0 164997 77 0 0 25 0 1 0 635648542 308670464 73784 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/17159/statm: 75359 73784 76 150 0 75206 0
Current children cumulated CPU time (s) 1661.03
Current children cumulated vsize (KiB) 320392

[startup+1722.3 s]
/proc/loadavg: 2.06 2.00 1.99 3/83 17471
/proc/meminfo: memFree=1387648/2055920 swapFree=4157732/4192956
[pid=17135] ppid=17133 vsize=13600 CPUtime=10.29
/proc/17135/stat : 17135 (sugar) S 17133 17135 17098 0 -1 4194304 1032 21240 0 4 4 1 941 83 16 0 1 0 635647476 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17135/statm: 3400 798 370 3 0 500 0
[pid=17158] ppid=17135 vsize=5356 CPUtime=0
/proc/17158/stat : 17158 (sh) S 17135 17135 17098 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 635648542 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17158/statm: 1339 232 193 169 0 50 0
[pid=17159] ppid=17158 vsize=306532 CPUtime=1710.71
/proc/17159/stat : 17159 (minisat) R 17158 17135 17098 0 -1 4194304 74958 0 0 0 170993 78 0 0 25 0 1 0 635648542 313888768 74944 996147200 134512640 135127466 4294956272 18446744073709551615 134527928 0 0 4096 3 0 0 0 17 0 0 0
/proc/17159/statm: 76633 74944 76 150 0 76480 0
Current children cumulated CPU time (s) 1721
Current children cumulated vsize (KiB) 325488

[startup+1782.3 s]
/proc/loadavg: 2.02 2.00 1.99 3/83 17471
/proc/meminfo: memFree=1383104/2055920 swapFree=4157732/4192956
[pid=17135] ppid=17133 vsize=13600 CPUtime=10.29
/proc/17135/stat : 17135 (sugar) S 17133 17135 17098 0 -1 4194304 1032 21240 0 4 4 1 941 83 16 0 1 0 635647476 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17135/statm: 3400 798 370 3 0 500 0
[pid=17158] ppid=17135 vsize=5356 CPUtime=0
/proc/17158/stat : 17158 (sh) S 17135 17135 17098 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 635648542 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17158/statm: 1339 232 193 169 0 50 0
[pid=17159] ppid=17158 vsize=310892 CPUtime=1770.68
/proc/17159/stat : 17159 (minisat) R 17158 17135 17098 0 -1 4194304 76038 0 0 0 176988 80 0 0 25 0 1 0 635648542 318353408 76024 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/17159/statm: 77723 76024 76 150 0 77570 0
Current children cumulated CPU time (s) 1780.97
Current children cumulated vsize (KiB) 329848



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1801.4 s]
/proc/loadavg: 2.01 2.00 1.99 3/83 17471
/proc/meminfo: memFree=1381632/2055920 swapFree=4157732/4192956
[pid=17135] ppid=17133 vsize=13600 CPUtime=10.29
/proc/17135/stat : 17135 (sugar) S 17133 17135 17098 0 -1 4194304 1032 21240 0 4 4 1 941 83 16 0 1 0 635647476 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17135/statm: 3400 798 370 3 0 500 0
[pid=17158] ppid=17135 vsize=5356 CPUtime=0
/proc/17158/stat : 17158 (sh) S 17135 17135 17098 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 635648542 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17158/statm: 1339 232 193 169 0 50 0
[pid=17159] ppid=17158 vsize=312348 CPUtime=1789.77
/proc/17159/stat : 17159 (minisat) R 17158 17135 17098 0 -1 4194304 76417 0 0 0 178897 80 0 0 25 0 1 0 635648542 319844352 76403 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/17159/statm: 78087 76403 76 150 0 77934 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 331304

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

Real time (s): 1801.5
CPU time (s): 1800.06
CPU user time (s): 1798.42
CPU system time (s): 1.64
CPU usage (%): 99.9203
Max. virtual memory (cumulated for all children) (KiB): 887592

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 9.46056
system time used= 0.897863
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 22615
page faults= 4
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 13337
involuntary context switches= 13340

runsolver used 2.09468 second user time and 6.00009 second system time

The end

Launcher Data (download as text)

Begin job on node60 at 2008-07-04 01:20:43
IDJOB=1060536
IDBENCH=54460
IDSOLVER=346
FILE ID=node60/1060536-1215127243
PBS_JOBID= 7877289
Free space on /tmp= 66496 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/allIntervalSeries/normalized-series-100.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-1060536-1215127243/watcher-1060536-1215127243 -o /tmp/evaluation-result-1060536-1215127243/solver-1060536-1215127243 -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-1060536-1215127243.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 55150c4600f99bca659f929bb418a24c
RANDOM SEED=1034015225

node60.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:       1498952 kB
Buffers:          5296 kB
Cached:         139496 kB
SwapCached:      28812 kB
Active:         454928 kB
Inactive:        49636 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1498952 kB
SwapTotal:     4192956 kB
SwapFree:      4157732 kB
Dirty:            2724 kB
Writeback:           0 kB
Mapped:         366372 kB
Slab:            36596 kB
Committed_AS:  1348260 kB
PageTables:       2800 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= 66548 MiB
End job on node60 at 2008-07-04 01:50:47