Trace number 1127356

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+minisatMSAT (TO) 3600 3615.07

General information on the benchmark

Namemaxcsp/cnf/2-80-1100-2000/
normalized-cnf-2-80-1400-169641_ext.xml
MD5SUM5cc88061d806d4f05b4ca50e6e353373
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkMOPT
Best Number of falsified constraints201
Best CPU time to get the best result obtained on this benchmark2714.97
Satisfiable
(Un)Satisfiability was proved
Number of variables80
Number of constraints1132
Maximum constraint arity2
Maximum domain size2
Number of constraints which are defined in extension1132
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.02/0.08	c 0	Sugar v1-13 + HOME/minisat
0.02/0.08	c 0	BEGIN Wed Jul 23 00:02:05 2008
0.02/0.08	c 0	PID 4059
0.02/0.08	c 0	HOST node67.alineos.net
0.02/0.08	c 0	CONVERTING HOME/instance-1127356-1216764124.xml TO HOME/temp.csp
0.02/0.08	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1127356-1216764124.xml' 'HOME/temp.csp'
0.04/0.60	c 0	1 domains, 80 variables, 0 predicates, 14 relations, 1132 constraints
0.04/0.61	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.04/0.61	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -max -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.55/0.75	c 0	Parsing HOME/temp.csp
0.55/0.90	c 0	parsed 1227 expressions
0.55/0.95	c 0	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.55/0.98	c 0	MAX CSP: 1132 constraints
0.55/0.98	c 0	Converting to clausal form CSP
0.79/1.03	c 0	converted 237 (10%) expressions
0.79/1.05	c 1	converted 473 (20%) expressions
0.79/1.06	c 1	converted 709 (30%) expressions
0.79/1.08	c 1	converted 945 (40%) expressions
0.90/1.15	c 1	converted 1181 (50%) expressions
0.90/1.16	c 1	converted 1418 (60%) expressions
0.90/1.17	c 1	converted 1654 (70%) expressions
0.90/1.17	c 1	converted 1890 (80%) expressions
0.90/1.18	c 1	converted 2126 (90%) expressions
1.10/1.31	c 1	converted 2362 (100%) expressions
1.10/1.31	c 1	CSP : 2344 integers, 0 booleans, 3395 clauses, largest domain size 1699
1.10/1.31	c 1	Heap : 3 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.10/1.31	c 1	Propagation in CSP
1.10/1.37	c 1	1127 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.10/1.37	c 1	CSP : 2344 integers, 0 booleans, 3395 clauses, largest domain size 1133
1.10/1.37	c 1	Heap : 3 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.10/1.37	c 1	Simplifing CSP by introducing new Boolean variables
1.10/1.38	c 1	CSP : 2344 integers, 0 booleans, 3395 clauses, largest domain size 1133
1.10/1.38	c 1	Heap : 3 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.19/1.41	c 1	Encoding CSP to SAT : HOME/temp.cnf
1.21/1.50	c 1	235 (10%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.21/1.51	c 1	469 (20%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.21/1.51	c 1	704 (30%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.21/1.51	c 1	938 (40%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.21/1.51	c 1	1172 (50%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.21/1.52	c 1	1407 (60%) CSP integer variables are encoded (2225 clauses, 28989 bytes)
1.21/1.54	c 1	1641 (70%) CSP integer variables are encoded (13683 clauses, 188228 bytes)
1.21/1.54	c 1	1876 (80%) CSP integer variables are encoded (16414 clauses, 229193 bytes)
1.21/1.54	c 1	2110 (90%) CSP integer variables are encoded (18181 clauses, 255698 bytes)
1.21/1.55	c 1	2344 (100%) CSP integer variables are encoded (20598 clauses, 291953 bytes)
1.21/1.58	c 1	340 (10%) CSP clauses are encoded (20962 clauses, 296596 bytes)
1.31/1.61	c 1	679 (20%) CSP clauses are encoded (21321 clauses, 301460 bytes)
1.31/1.62	c 1	1019 (30%) CSP clauses are encoded (21681 clauses, 306483 bytes)
1.31/1.65	c 1	1358 (40%) CSP clauses are encoded (29416 clauses, 441475 bytes)
2.60/2.96	c 2	1698 (50%) CSP clauses are encoded (686404 clauses, 13629979 bytes)
2.71/3.01	c 2	2037 (60%) CSP clauses are encoded (709091 clauses, 14101634 bytes)
3.79/4.10	c 4	2377 (70%) CSP clauses are encoded (1336157 clauses, 27546583 bytes)
3.79/4.16	c 4	2716 (80%) CSP clauses are encoded (1362134 clauses, 28087738 bytes)
3.89/4.27	c 4	3056 (90%) CSP clauses are encoded (1426080 clauses, 29442211 bytes)
4.28/4.69	c 4	3395 (100%) CSP clauses are encoded (1664776 clauses, 34539737 bytes)
4.28/4.69	c 4	3395 CSP clauses encoded
4.28/4.69	c 4	Writing map file : HOME/temp.map
4.38/4.71	c 4	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
4.38/4.71	c 4	SAT : 22942 SAT variables, 1664776 SAT clauses, 34539737 bytes
4.38/4.71	c 4	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
4.38/4.75	c 4	OBJECTIVE minimize _COST
4.38/4.75	c 4	OBJECTIVE BOUND: 0 <= _COST <= 
4.38/4.75	c 4	SEARCHING: _COST <= 566
4.38/4.75	c 4	SOLVING HOME/temp.cnf
4.38/4.75	c 4	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
4.38/4.75	c 4	This is MiniSat 2.0 beta
4.38/4.75	c 4	WARNING: for repeatability, setting FPU to use double precision
4.38/4.75	c 4	============================[ Problem Statistics ]=============================
4.38/4.75	c 4	|                                                                             |
4.38/4.75	c 4	|  Number of variables:  22942                                                |
4.38/4.75	c 4	|  Number of clauses:    1664777                                              |
5.15/5.58	c 5	|  Parsing time:         0.72         s                                       |
6.14/6.50	c 6	============================[ Search Statistics ]==============================
6.14/6.50	c 6	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
6.14/6.50	c 6	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
6.14/6.50	c 6	===============================================================================
6.14/6.50	c 6	|         0 |   16716  1059708  3134181 |   353236        0    nan |  0.000 % |
6.43/6.87	c 6	|       101 |   16714  1059708  3134181 |   388559      100     23 | 27.155 % |
6.83/7.24	c 7	|       251 |   16714  1059708  3134181 |   427415      250     54 | 27.155 % |
7.13/7.56	c 7	|       476 |   16714  1059708  3134181 |   470157      475     52 | 27.155 % |
7.23/7.70	c 7	===============================================================================
7.33/7.70	c 7	restarts              : 4
7.33/7.70	c 7	conflicts             : 542            (192 /sec)
7.33/7.70	c 7	decisions             : 2638           (0.80 % random) (933 /sec)
7.33/7.70	c 7	propagations          : 659325         (233177 /sec)
7.33/7.70	c 7	conflict literals     : 27092          (13.49 % deleted)
7.33/7.70	c 7	Memory used           : 69.14 MB
7.33/7.70	c 7	CPU time              : 2.82757 s
7.33/7.70	c 7	
7.33/7.71	c 7	SATISFIABLE
7.33/7.72	c 7	FOUND: _COST <= 566
7.33/7.72	s SATISFIABLE
7.33/7.72	c 7	DECODING HOME/temp.out WITH HOME/temp.map
7.33/7.72	c 7	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
7.37/7.80	c 7	Decoding HOME/temp.out
7.37/7.95	c 7	OBJECTIVE _COST 441
7.37/7.95	o 441
7.37/7.95	v 1 1 1 1 0 1 1 1 1 1 1 1 1 1 1 1 1 0 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 0 1 0 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 0 1 1 1 1 1 0 1 1 1 1 1 0 1
7.37/7.96	c 7	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
7.37/7.99	c 7	OBJECTIVE BOUND: 0 <= _COST <= 441
7.37/7.99	c 7	SEARCHING: _COST <= 220
7.37/7.99	c 7	SOLVING HOME/temp.cnf
7.37/7.99	c 7	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
7.60/8.04	c 7	This is MiniSat 2.0 beta
7.60/8.04	c 7	WARNING: for repeatability, setting FPU to use double precision
7.60/8.04	c 7	============================[ Problem Statistics ]=============================
7.60/8.04	c 7	|                                                                             |
7.60/8.04	c 7	|  Number of variables:  22942                                                |
7.60/8.04	c 7	|  Number of clauses:    1664777                                              |
8.35/8.86	c 8	|  Parsing time:         0.70         s                                       |
9.54/10.06	c 10	============================[ Search Statistics ]==============================
9.54/10.06	c 10	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
9.54/10.06	c 10	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
9.54/10.06	c 10	===============================================================================
9.54/10.06	c 10	|         0 |   12375   550125  1618109 |   183375        0    nan |  0.000 % |
9.84/10.31	c 10	|       101 |   12373   550125  1618109 |   201712      100     14 | 46.090 % |
9.94/10.49	c 10	|       252 |   12373   550125  1618109 |   221883      251     19 | 46.090 % |
10.03/10.56	c 10	|       477 |   12373   550125  1618109 |   244072      476     18 | 46.090 % |
10.33/10.86	c 10	|       814 |   12373   550125  1618109 |   268479      813     25 | 46.090 % |
10.93/11.40	c 11	|      1321 |   12371   550125  1618109 |   295327     1319     29 | 46.164 % |
11.43/11.93	c 11	|      2080 |   12371   550125  1618109 |   324859     2078     28 | 46.164 % |
12.53/13.05	c 13	|      3219 |   12351   546679  1607855 |   357345     3217     31 | 46.164 % |
13.32/13.87	c 13	|      4927 |   12351   546679  1607855 |   393080     4925     31 | 46.164 % |
15.91/16.49	c 16	|      7490 |   12351   546679  1607855 |   432388     7488     28 | 46.164 % |
19.30/19.81	c 19	|     11337 |   12351   546679  1607855 |   475627    11335     27 | 46.164 % |
24.57/25.17	c 25	|     17103 |   12351   546679  1607855 |   523190    17101     30 | 46.164 % |
29.85/30.45	c 30	|     25753 |   12351   546679  1607855 |   575509    25751     28 | 46.164 % |
39.41/40.09	c 40	|     38728 |   12351   546679  1607855 |   633060    38726     28 | 46.164 % |
57.65/58.37	c 58	|     58190 |   12351   546679  1607855 |   696366    58188     27 | 46.164 % |
91.60/92.46	c 92	|     87382 |   12351   546679  1607855 |   766002    87380     28 | 46.164 % |
150.36/151.45	c 151	|    131171 |   12351   546679  1607855 |   842603   131169     27 | 46.164 % |
248.77/250.25	c 250	|    196856 |   12351   546679  1607855 |   926863   196854     33 | 46.164 % |
433.41/435.68	c 435	|    295382 |   12351   546679  1607855 |  1019549   295380     37 | 46.164 % |
836.28/840.11	c 840	|    443172 |   12351   546679  1607855 |  1121504   443170     42 | 46.164 % |
1556.77/1563.58	c 1563	|    664855 |   12351   546679  1607855 |  1233655   664853     41 | 46.164 % |
2946.25/2958.68	c 2958	|    997381 |   12351   546679  1607855 |  1357020   997379     44 | 46.164 % |
3600.00/3615.02	c ERROR INTERRUPTED
3600.00/3615.05	c 3615	CPU 7.09 (0.03 0.01 7.06 0.51)
3600.00/3615.05	c 3615	END Wed Jul 23 01:02:20 2008

Verifier Data (download as text)

OK	327	805
327 unsatisfied constraints, 805 satisfied constraints

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-1127356-1216764124/watcher-1127356-1216764124 -o /tmp/evaluation-result-1127356-1216764124/solver-1127356-1216764124 -C 3600 -W 4000 -M 900 --output-limit 1,15 HOME/sugar -max -c -vv -java=java -Xmx700M -jar=HOME/sugar-v1-13.jar -solver=HOME/minisat -tmp=HOME/temp HOME/instance-1127356-1216764124.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 3600 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 3630 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 4000 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: 2.16 2.12 2.03 5/80 4059
/proc/meminfo: memFree=1416352/2055920 swapFree=4192956/4192956
[pid=4059] ppid=4057 vsize=18572 CPUtime=0
/proc/4059/stat : 4059 (runsolver) R 4057 4059 3739 0 -1 4194368 15 0 0 0 0 0 0 0 24 0 1 0 3499275 19017728 292 996147200 4194304 4296836 548682068256 18446744073709551615 271638392103 0 0 4096 24578 0 0 0 17 1 0 0
/proc/4059/statm: 4643 292 257 25 0 2626 0

[startup+0.0707361 s]
/proc/loadavg: 2.16 2.12 2.03 5/80 4059
/proc/meminfo: memFree=1416352/2055920 swapFree=4192956/4192956
[pid=4059] ppid=4057 vsize=13204 CPUtime=0.02
/proc/4059/stat : 4059 (sugar) D 4057 4059 3739 0 -1 4194304 687 0 0 0 2 0 0 0 18 0 1 0 3499275 13520896 655 996147200 4194304 4206940 548682068592 18446744073709551615 271638559333 0 2147483391 4224 0 18446744072099781622 0 0 17 1 0 0
/proc/4059/statm: 3301 655 336 3 0 401 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 13204

[startup+0.101902 s]
/proc/loadavg: 2.16 2.12 2.03 5/80 4059
/proc/meminfo: memFree=1416352/2055920 swapFree=4192956/4192956
[pid=4059] ppid=4057 vsize=13600 CPUtime=0.04
/proc/4059/stat : 4059 (sugar) S 4057 4059 3739 0 -1 4194304 898 127 0 0 3 1 0 0 19 0 1 0 3499275 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4059/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.301719 s]
/proc/loadavg: 2.16 2.12 2.03 5/80 4059
/proc/meminfo: memFree=1416352/2055920 swapFree=4192956/4192956
[pid=4059] ppid=4057 vsize=13600 CPUtime=0.04
/proc/4059/stat : 4059 (sugar) S 4057 4059 3739 0 -1 4194304 898 127 0 0 3 1 0 0 19 0 1 0 3499275 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4059/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.70176 s]
/proc/loadavg: 2.16 2.12 2.03 5/80 4059
/proc/meminfo: memFree=1416352/2055920 swapFree=4192956/4192956
[pid=4059] ppid=4057 vsize=13600 CPUtime=0.55
/proc/4059/stat : 4059 (sugar) S 4057 4059 3739 0 -1 4194304 957 4707 0 1 3 1 48 3 17 0 1 0 3499275 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/4059/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.55
Current children cumulated vsize (KiB) 13600

[startup+1.50284 s]
/proc/loadavg: 2.16 2.12 2.03 3/91 4081
/proc/meminfo: memFree=1406664/2055920 swapFree=4192956/4192956
[pid=4059] ppid=4057 vsize=13600 CPUtime=0.55
/proc/4059/stat : 4059 (sugar) S 4057 4059 3739 0 -1 4194304 974 4707 0 1 3 1 48 3 15 0 1 0 3499275 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/4059/statm: 3400 797 370 3 0 500 0
[pid=4072] ppid=4059 vsize=5356 CPUtime=0
/proc/4072/stat : 4072 (sh) S 4059 4059 3739 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 3499336 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/4072/statm: 1339 233 193 169 0 50 0
[pid=4073] ppid=4072 vsize=868480 CPUtime=0.66
/proc/4073/stat : 4073 (java) S 4072 4059 3739 0 -1 0 6838 0 1 0 61 5 0 0 18 0 9 0 3499338 889323520 6078 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/4073/statm: 217120 6078 2558 9 0 211667 0
[pid=4073/tid=4074] ppid=4072 vsize=868480 CPUtime=0.35
/proc/4073/task/4074/stat : 4074 (java) R 4072 4059 3739 0 -1 64 2691 0 1 0 34 1 0 0 23 0 9 0 3499344 889323520 6078 996147200 134512640 134550740 4294955936 18446744073709551615 4125953309 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4073/tid=4075] ppid=4072 vsize=868480 CPUtime=0.06
/proc/4073/task/4075/stat : 4075 (java) S 4072 4059 3739 0 -1 64 1992 0 0 0 6 0 0 0 16 0 9 0 3499345 889323520 6078 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=4073/tid=4076] ppid=4072 vsize=868480 CPUtime=0
/proc/4073/task/4076/stat : 4076 (java) S 4072 4059 3739 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 3499345 889323520 6078 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4073/tid=4077] ppid=4072 vsize=868480 CPUtime=0
/proc/4073/task/4077/stat : 4077 (java) S 4072 4059 3739 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 3499345 889323520 6078 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4073/tid=4078] ppid=4072 vsize=868480 CPUtime=0
/proc/4073/task/4078/stat : 4078 (java) S 4072 4059 3739 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 3499347 889323520 6078 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4073/tid=4079] ppid=4072 vsize=868480 CPUtime=0.21
/proc/4073/task/4079/stat : 4079 (java) S 4072 4059 3739 0 -1 64 1462 0 0 0 20 1 0 0 16 0 9 0 3499347 889323520 6078 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4073/tid=4080] ppid=4072 vsize=868480 CPUtime=0
/proc/4073/task/4080/stat : 4080 (java) S 4072 4059 3739 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 3499347 889323520 6078 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4073/tid=4081] ppid=4072 vsize=868480 CPUtime=0
/proc/4073/task/4081/stat : 4081 (java) S 4072 4059 3739 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 3499347 889323520 6078 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.21
Current children cumulated vsize (KiB) 887436

[startup+3.103 s]
/proc/loadavg: 2.23 2.14 2.04 4/91 4081
/proc/meminfo: memFree=1394120/2055920 swapFree=4192956/4192956
[pid=4059] ppid=4057 vsize=13600 CPUtime=0.55
/proc/4059/stat : 4059 (sugar) S 4057 4059 3739 0 -1 4194304 974 4707 0 1 3 1 48 3 16 0 1 0 3499275 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/4059/statm: 3400 797 370 3 0 500 0
[pid=4072] ppid=4059 vsize=5356 CPUtime=0
/proc/4072/stat : 4072 (sh) S 4059 4059 3739 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 3499336 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/4072/statm: 1339 233 193 169 0 50 0
[pid=4073] ppid=4072 vsize=868480 CPUtime=2.26
/proc/4073/stat : 4073 (java) S 4072 4059 3739 0 -1 0 7352 0 1 0 210 16 0 0 18 0 9 0 3499338 889323520 6128 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/4073/statm: 217120 6128 2563 9 0 211667 0
[pid=4073/tid=4074] ppid=4072 vsize=868480 CPUtime=1.79
/proc/4073/task/4074/stat : 4074 (java) R 4072 4059 3739 0 -1 64 3170 0 1 0 170 9 0 0 25 0 9 0 3499344 889323520 6128 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4073/tid=4075] ppid=4072 vsize=868480 CPUtime=0.17
/proc/4073/task/4075/stat : 4075 (java) R 4072 4059 3739 0 -1 64 1993 0 0 0 14 3 0 0 16 0 9 0 3499345 889323520 6128 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=4073/tid=4076] ppid=4072 vsize=868480 CPUtime=0
/proc/4073/task/4076/stat : 4076 (java) S 4072 4059 3739 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 3499345 889323520 6128 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4073/tid=4077] ppid=4072 vsize=868480 CPUtime=0
/proc/4073/task/4077/stat : 4077 (java) S 4072 4059 3739 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 3499345 889323520 6128 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4073/tid=4078] ppid=4072 vsize=868480 CPUtime=0
/proc/4073/task/4078/stat : 4078 (java) S 4072 4059 3739 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 3499347 889323520 6128 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4073/tid=4079] ppid=4072 vsize=868480 CPUtime=0.26
/proc/4073/task/4079/stat : 4079 (java) S 4072 4059 3739 0 -1 64 1496 0 0 0 25 1 0 0 16 0 9 0 3499347 889323520 6128 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4073/tid=4080] ppid=4072 vsize=868480 CPUtime=0
/proc/4073/task/4080/stat : 4080 (java) S 4072 4059 3739 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 3499347 889323520 6128 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4073/tid=4081] ppid=4072 vsize=868480 CPUtime=0
/proc/4073/task/4081/stat : 4081 (java) S 4072 4059 3739 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 3499347 889323520 6128 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.81
Current children cumulated vsize (KiB) 887436

[startup+6.30132 s]
/proc/loadavg: 2.23 2.14 2.04 3/83 4083
/proc/meminfo: memFree=1320840/2055920 swapFree=4192956/4192956
[pid=4059] ppid=4057 vsize=13732 CPUtime=4.41
/proc/4059/stat : 4059 (sugar) S 4057 4059 3739 0 -1 4194304 1089 12883 0 2 3 1 402 35 15 0 1 0 3499275 14061568 837 996147200 4194304 4206940 548682068592 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4059/statm: 3433 837 374 3 0 533 0
[pid=4082] ppid=4059 vsize=5356 CPUtime=0
/proc/4082/stat : 4082 (sh) S 4059 4059 3739 0 -1 4194304 277 0 0 0 0 0 0 0 19 0 1 0 3499750 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4082/statm: 1339 232 193 169 0 50 0
[pid=4083] ppid=4082 vsize=70620 CPUtime=1.52
/proc/4083/stat : 4083 (minisat) R 4082 4059 3739 0 -1 4194304 16813 0 0 0 142 10 0 0 25 0 1 0 3499750 72314880 16799 996147200 134512640 135127466 4294956256 18446744073709551615 134523548 0 0 4096 3 0 0 0 17 1 0 0
/proc/4083/statm: 17655 16799 72 150 0 17502 0
Current children cumulated CPU time (s) 5.93
Current children cumulated vsize (KiB) 89708

[startup+12.703 s]
/proc/loadavg: 2.20 2.13 2.04 4/83 4095
/proc/meminfo: memFree=1303248/2055920 swapFree=4192956/4192956
[pid=4059] ppid=4057 vsize=13732 CPUtime=7.6
/proc/4059/stat : 4059 (sugar) S 4057 4059 3739 0 -1 4194304 1208 33941 0 3 3 1 706 50 15 0 1 0 3499275 14061568 837 996147200 4194304 4206940 548682068592 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/4059/statm: 3433 837 374 3 0 533 0
[pid=4094] ppid=4059 vsize=5356 CPUtime=0
/proc/4094/stat : 4094 (sh) S 4059 4059 3739 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 3500075 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/4094/statm: 1339 232 193 169 0 50 0
[pid=4095] ppid=4094 vsize=71776 CPUtime=4.63
/proc/4095/stat : 4095 (minisat) R 4094 4059 3739 0 -1 4194304 17124 0 0 0 452 11 0 0 25 0 1 0 3500079 73498624 17110 996147200 134512640 135127466 4294956256 18446744073709551615 134530613 0 0 4096 3 0 0 0 17 0 0 0
/proc/4095/statm: 17944 17110 76 150 0 17791 0
Current children cumulated CPU time (s) 12.23
Current children cumulated vsize (KiB) 90864

[startup+25.5012 s]
/proc/loadavg: 2.32 2.16 2.05 3/83 4095
/proc/meminfo: memFree=1298192/2055920 swapFree=4192956/4192956
[pid=4059] ppid=4057 vsize=13732 CPUtime=7.6
/proc/4059/stat : 4059 (sugar) S 4057 4059 3739 0 -1 4194304 1208 33941 0 3 3 1 706 50 16 0 1 0 3499275 14061568 837 996147200 4194304 4206940 548682068592 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/4059/statm: 3433 837 374 3 0 533 0
[pid=4094] ppid=4059 vsize=5356 CPUtime=0
/proc/4094/stat : 4094 (sh) S 4059 4059 3739 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 3500075 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/4094/statm: 1339 232 193 169 0 50 0
[pid=4095] ppid=4094 vsize=71976 CPUtime=17.37
/proc/4095/stat : 4095 (minisat) R 4094 4059 3739 0 -1 4194304 17142 0 0 0 1726 11 0 0 25 0 1 0 3500079 73703424 17128 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/4095/statm: 17994 17128 76 150 0 17841 0
Current children cumulated CPU time (s) 24.97
Current children cumulated vsize (KiB) 91064

[startup+51.1017 s]
/proc/loadavg: 2.34 2.18 2.05 4/83 4095
/proc/meminfo: memFree=1298000/2055920 swapFree=4192956/4192956
[pid=4059] ppid=4057 vsize=13732 CPUtime=7.6
/proc/4059/stat : 4059 (sugar) S 4057 4059 3739 0 -1 4194304 1208 33941 0 3 3 1 706 50 16 0 1 0 3499275 14061568 837 996147200 4194304 4206940 548682068592 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/4059/statm: 3433 837 374 3 0 533 0
[pid=4094] ppid=4059 vsize=5356 CPUtime=0
/proc/4094/stat : 4094 (sh) S 4059 4059 3739 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 3500075 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/4094/statm: 1339 232 193 169 0 50 0
[pid=4095] ppid=4094 vsize=72148 CPUtime=42.87
/proc/4095/stat : 4095 (minisat) R 4094 4059 3739 0 -1 4194304 17214 0 0 0 4275 12 0 0 25 0 1 0 3500079 73879552 17192 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/4095/statm: 18037 17192 76 150 0 17884 0
Current children cumulated CPU time (s) 50.47
Current children cumulated vsize (KiB) 91236

[startup+102.307 s]
/proc/loadavg: 2.50 2.24 2.08 4/83 4095
/proc/meminfo: memFree=1297488/2055920 swapFree=4192956/4192956
[pid=4059] ppid=4057 vsize=13732 CPUtime=7.6
/proc/4059/stat : 4059 (sugar) S 4057 4059 3739 0 -1 4194304 1208 33941 0 3 3 1 706 50 16 0 1 0 3499275 14061568 837 996147200 4194304 4206940 548682068592 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/4059/statm: 3433 837 374 3 0 533 0
[pid=4094] ppid=4059 vsize=5356 CPUtime=0
/proc/4094/stat : 4094 (sh) S 4059 4059 3739 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 3500075 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/4094/statm: 1339 232 193 169 0 50 0
[pid=4095] ppid=4094 vsize=72768 CPUtime=93.86
/proc/4095/stat : 4095 (minisat) R 4094 4059 3739 0 -1 4194304 17296 0 0 0 9374 12 0 0 25 0 1 0 3500079 74514432 17274 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 0 0 0
/proc/4095/statm: 18192 17274 76 150 0 18039 0
Current children cumulated CPU time (s) 101.46
Current children cumulated vsize (KiB) 91856

[startup+162.302 s]
/proc/loadavg: 2.60 2.31 2.11 3/83 4095
/proc/meminfo: memFree=1296464/2055920 swapFree=4192956/4192956
[pid=4059] ppid=4057 vsize=13732 CPUtime=7.6
/proc/4059/stat : 4059 (sugar) S 4057 4059 3739 0 -1 4194304 1208 33941 0 3 3 1 706 50 16 0 1 0 3499275 14061568 837 996147200 4194304 4206940 548682068592 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/4059/statm: 3433 837 374 3 0 533 0
[pid=4094] ppid=4059 vsize=5356 CPUtime=0

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

/proc/meminfo: memFree=1102480/2055920 swapFree=4192956/4192956
[pid=4059] ppid=4057 vsize=13732 CPUtime=7.6
/proc/4059/stat : 4059 (sugar) S 4057 4059 3739 0 -1 4194304 1208 33941 0 3 3 1 706 50 16 0 1 0 3499275 14061568 837 996147200 4194304 4206940 548682068592 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/4059/statm: 3433 837 374 3 0 533 0
[pid=4094] ppid=4059 vsize=5356 CPUtime=0
/proc/4094/stat : 4094 (sh) S 4059 4059 3739 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 3500075 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/4094/statm: 1339 232 193 169 0 50 0
[pid=4095] ppid=4094 vsize=267448 CPUtime=3081.77
/proc/4095/stat : 4095 (minisat) R 4094 4059 3739 0 -1 4194304 65405 0 0 0 308113 64 0 0 25 0 1 0 3500079 273866752 65383 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/4095/statm: 66862 65383 76 150 0 66709 0
Current children cumulated CPU time (s) 3089.37
Current children cumulated vsize (KiB) 286536

[startup+3162.3 s]
/proc/loadavg: 2.73 2.69 2.60 4/83 4097
/proc/meminfo: memFree=1099728/2055920 swapFree=4192956/4192956
[pid=4059] ppid=4057 vsize=13732 CPUtime=7.6
/proc/4059/stat : 4059 (sugar) S 4057 4059 3739 0 -1 4194304 1208 33941 0 3 3 1 706 50 16 0 1 0 3499275 14061568 837 996147200 4194304 4206940 548682068592 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/4059/statm: 3433 837 374 3 0 533 0
[pid=4094] ppid=4059 vsize=5356 CPUtime=0
/proc/4094/stat : 4094 (sh) S 4059 4059 3739 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 3500075 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/4094/statm: 1339 232 193 169 0 50 0
[pid=4095] ppid=4094 vsize=270268 CPUtime=3141.53
/proc/4095/stat : 4095 (minisat) R 4094 4059 3739 0 -1 4194304 66094 0 0 0 314089 64 0 0 25 0 1 0 3500079 276754432 66072 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/4095/statm: 67567 66072 76 150 0 67414 0
Current children cumulated CPU time (s) 3149.13
Current children cumulated vsize (KiB) 289356

[startup+3222.3 s]
/proc/loadavg: 2.67 2.67 2.60 3/83 4097
/proc/meminfo: memFree=1097104/2055920 swapFree=4192956/4192956
[pid=4059] ppid=4057 vsize=13732 CPUtime=7.6
/proc/4059/stat : 4059 (sugar) S 4057 4059 3739 0 -1 4194304 1208 33941 0 3 3 1 706 50 16 0 1 0 3499275 14061568 837 996147200 4194304 4206940 548682068592 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/4059/statm: 3433 837 374 3 0 533 0
[pid=4094] ppid=4059 vsize=5356 CPUtime=0
/proc/4094/stat : 4094 (sh) S 4059 4059 3739 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 3500075 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/4094/statm: 1339 232 193 169 0 50 0
[pid=4095] ppid=4094 vsize=272868 CPUtime=3201.3
/proc/4095/stat : 4095 (minisat) R 4094 4059 3739 0 -1 4194304 66736 0 0 0 320065 65 0 0 25 0 1 0 3500079 279416832 66714 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/4095/statm: 68217 66714 76 150 0 68064 0
Current children cumulated CPU time (s) 3208.9
Current children cumulated vsize (KiB) 291956

[startup+3282.3 s]
/proc/loadavg: 2.73 2.68 2.61 4/83 4097
/proc/meminfo: memFree=1094416/2055920 swapFree=4192956/4192956
[pid=4059] ppid=4057 vsize=13732 CPUtime=7.6
/proc/4059/stat : 4059 (sugar) S 4057 4059 3739 0 -1 4194304 1208 33941 0 3 3 1 706 50 16 0 1 0 3499275 14061568 837 996147200 4194304 4206940 548682068592 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/4059/statm: 3433 837 374 3 0 533 0
[pid=4094] ppid=4059 vsize=5356 CPUtime=0
/proc/4094/stat : 4094 (sh) S 4059 4059 3739 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 3500075 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/4094/statm: 1339 232 193 169 0 50 0
[pid=4095] ppid=4094 vsize=277556 CPUtime=3261.05
/proc/4095/stat : 4095 (minisat) R 4094 4059 3739 0 -1 4194304 67399 0 0 0 326039 66 0 0 25 0 1 0 3500079 284217344 67377 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 0 0 0
/proc/4095/statm: 69389 67377 76 150 0 69236 0
Current children cumulated CPU time (s) 3268.65
Current children cumulated vsize (KiB) 296644

[startup+3342.3 s]
/proc/loadavg: 2.71 2.68 2.61 3/83 4097
/proc/meminfo: memFree=1091728/2055920 swapFree=4192956/4192956
[pid=4059] ppid=4057 vsize=13732 CPUtime=7.6
/proc/4059/stat : 4059 (sugar) S 4057 4059 3739 0 -1 4194304 1208 33941 0 3 3 1 706 50 16 0 1 0 3499275 14061568 837 996147200 4194304 4206940 548682068592 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/4059/statm: 3433 837 374 3 0 533 0
[pid=4094] ppid=4059 vsize=5356 CPUtime=0
/proc/4094/stat : 4094 (sh) S 4059 4059 3739 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 3500075 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/4094/statm: 1339 232 193 169 0 50 0
[pid=4095] ppid=4094 vsize=280064 CPUtime=3320.81
/proc/4095/stat : 4095 (minisat) R 4094 4059 3739 0 -1 4194304 68056 0 0 0 332015 66 0 0 25 0 1 0 3500079 286785536 68034 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/4095/statm: 70016 68034 76 150 0 69863 0
Current children cumulated CPU time (s) 3328.41
Current children cumulated vsize (KiB) 299152

[startup+3402.31 s]
/proc/loadavg: 2.81 2.71 2.62 3/83 4097
/proc/meminfo: memFree=1089360/2055920 swapFree=4192956/4192956
[pid=4059] ppid=4057 vsize=13732 CPUtime=7.6
/proc/4059/stat : 4059 (sugar) S 4057 4059 3739 0 -1 4194304 1208 33941 0 3 3 1 706 50 16 0 1 0 3499275 14061568 837 996147200 4194304 4206940 548682068592 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/4059/statm: 3433 837 374 3 0 533 0
[pid=4094] ppid=4059 vsize=5356 CPUtime=0
/proc/4094/stat : 4094 (sh) S 4059 4059 3739 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 3500075 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/4094/statm: 1339 232 193 169 0 50 0
[pid=4095] ppid=4094 vsize=282320 CPUtime=3380.57
/proc/4095/stat : 4095 (minisat) R 4094 4059 3739 0 -1 4194304 68641 0 0 0 337990 67 0 0 25 0 1 0 3500079 289095680 68619 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/4095/statm: 70580 68619 76 150 0 70427 0
Current children cumulated CPU time (s) 3388.17
Current children cumulated vsize (KiB) 301408

[startup+3462.3 s]
/proc/loadavg: 2.68 2.68 2.62 4/83 4097
/proc/meminfo: memFree=1086992/2055920 swapFree=4192956/4192956
[pid=4059] ppid=4057 vsize=13732 CPUtime=7.6
/proc/4059/stat : 4059 (sugar) S 4057 4059 3739 0 -1 4194304 1208 33941 0 3 3 1 706 50 16 0 1 0 3499275 14061568 837 996147200 4194304 4206940 548682068592 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/4059/statm: 3433 837 374 3 0 533 0
[pid=4094] ppid=4059 vsize=5356 CPUtime=0
/proc/4094/stat : 4094 (sh) S 4059 4059 3739 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 3500075 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/4094/statm: 1339 232 193 169 0 50 0
[pid=4095] ppid=4094 vsize=284344 CPUtime=3440.32
/proc/4095/stat : 4095 (minisat) R 4094 4059 3739 0 -1 4194304 69166 0 0 0 343964 68 0 0 25 0 1 0 3500079 291168256 69144 996147200 134512640 135127466 4294956256 18446744073709551615 134530654 0 0 4096 3 0 0 0 17 0 0 0
/proc/4095/statm: 71086 69144 76 150 0 70933 0
Current children cumulated CPU time (s) 3447.92
Current children cumulated vsize (KiB) 303432

[startup+3522.3 s]
/proc/loadavg: 2.68 2.66 2.61 4/83 4097
/proc/meminfo: memFree=1084752/2055920 swapFree=4192956/4192956
[pid=4059] ppid=4057 vsize=13732 CPUtime=7.6
/proc/4059/stat : 4059 (sugar) S 4057 4059 3739 0 -1 4194304 1208 33941 0 3 3 1 706 50 16 0 1 0 3499275 14061568 837 996147200 4194304 4206940 548682068592 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/4059/statm: 3433 837 374 3 0 533 0
[pid=4094] ppid=4059 vsize=5356 CPUtime=0
/proc/4094/stat : 4094 (sh) S 4059 4059 3739 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 3500075 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/4094/statm: 1339 232 193 169 0 50 0
[pid=4095] ppid=4094 vsize=286600 CPUtime=3500.09
/proc/4095/stat : 4095 (minisat) R 4094 4059 3739 0 -1 4194304 69714 0 0 0 349940 69 0 0 25 0 1 0 3500079 293478400 69692 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/4095/statm: 71650 69692 76 150 0 71497 0
Current children cumulated CPU time (s) 3507.69
Current children cumulated vsize (KiB) 305688

[startup+3582.3 s]
/proc/loadavg: 2.79 2.69 2.62 3/83 4103
/proc/meminfo: memFree=1082184/2055920 swapFree=4192956/4192956
[pid=4059] ppid=4057 vsize=13732 CPUtime=7.6
/proc/4059/stat : 4059 (sugar) S 4057 4059 3739 0 -1 4194304 1208 33941 0 3 3 1 706 50 16 0 1 0 3499275 14061568 837 996147200 4194304 4206940 548682068592 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/4059/statm: 3433 837 374 3 0 533 0
[pid=4094] ppid=4059 vsize=5356 CPUtime=0
/proc/4094/stat : 4094 (sh) S 4059 4059 3739 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 3500075 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/4094/statm: 1339 232 193 169 0 50 0
[pid=4095] ppid=4094 vsize=289264 CPUtime=3559.83
/proc/4095/stat : 4095 (minisat) R 4094 4059 3739 0 -1 4194304 70368 0 0 0 355913 70 0 0 25 0 1 0 3500079 296206336 70346 996147200 134512640 135127466 4294956256 18446744073709551615 134530783 0 0 4096 3 0 0 0 17 0 0 0
/proc/4095/statm: 72316 70346 76 150 0 72163 0
Current children cumulated CPU time (s) 3567.43
Current children cumulated vsize (KiB) 308352



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3615 s]
/proc/loadavg: 2.68 2.67 2.62 3/83 4103
/proc/meminfo: memFree=1080712/2055920 swapFree=4192956/4192956
[pid=4059] ppid=4057 vsize=13732 CPUtime=7.6
/proc/4059/stat : 4059 (sugar) S 4057 4059 3739 0 -1 4194304 1208 33941 0 3 3 1 706 50 16 0 1 0 3499275 14061568 837 996147200 4194304 4206940 548682068592 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/4059/statm: 3433 837 374 3 0 533 0
[pid=4094] ppid=4059 vsize=5356 CPUtime=0
/proc/4094/stat : 4094 (sh) S 4059 4059 3739 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 3500075 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/4094/statm: 1339 232 193 169 0 50 0
[pid=4095] ppid=4094 vsize=290604 CPUtime=3592.4
/proc/4095/stat : 4095 (minisat) R 4094 4059 3739 0 -1 4194304 70719 0 0 0 359170 70 0 0 25 0 1 0 3500079 297578496 70697 996147200 134512640 135127466 4294956256 18446744073709551615 134530700 0 0 4096 3 0 0 0 17 0 0 0
/proc/4095/statm: 72651 70697 76 150 0 72498 0
Current children cumulated CPU time (s) 3600
Current children cumulated vsize (KiB) 309692

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

Real time (s): 3615.07
CPU time (s): 3600
CPU user time (s): 3598.79
CPU system time (s): 1.21
CPU usage (%): 99.5832
Max. virtual memory (cumulated for all children) (KiB): 887436

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 7.10892
system time used= 0.545917
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 35492
page faults= 3
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 9173
involuntary context switches= 9544

runsolver used 3.23651 second user time and 9.93349 second system time

The end

Launcher Data (download as text)

Begin job on node67 at 2008-07-23 00:02:04
IDJOB=1127356
IDBENCH=63286
IDSOLVER=368
FILE ID=node67/1127356-1216764124
PBS_JOBID= 7974081
Free space on /tmp= 66560 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/maxcsp/cnf/2-80-1100-2000/normalized-cnf-2-80-1400-169641_ext.xml
COMMAND LINE= DIR/sugar -max -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-1127356-1216764124/watcher-1127356-1216764124 -o /tmp/evaluation-result-1127356-1216764124/solver-1127356-1216764124 -C 3600 -W 4000 -M 900 --output-limit 1,15  HOME/sugar -max -c -vv -java="java -Xmx700M" -jar="HOME/sugar-v1-13.jar" -solver="HOME/minisat" -tmp="HOME/temp" HOME/instance-1127356-1216764124.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 5cc88061d806d4f05b4ca50e6e353373
RANDOM SEED=1882941207

node67.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.232
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.232
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:       1417216 kB
Buffers:         25644 kB
Cached:         490000 kB
SwapCached:          0 kB
Active:         291840 kB
Inactive:       300596 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1417216 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            2544 kB
Writeback:           0 kB
Mapped:          97216 kB
Slab:            31328 kB
Committed_AS:   900740 kB
PageTables:       1948 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 node67 at 2008-07-23 01:02:21