Trace number 1127683

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-incMSAT (TO) 3600.17 3610.89

General information on the benchmark

Namemaxcsp/cnf/3-40-2100-3000/
normalized-cnf-3-40-2100-244628_ext.xml
MD5SUM0d974cf072147dd7927247f6523f5bc3
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkMOPT
Best Number of falsified constraints161
Best CPU time to get the best result obtained on this benchmark211.045
Satisfiable
(Un)Satisfiability was proved
Number of variables40
Number of constraints1897
Maximum constraint arity3
Maximum domain size2
Number of constraints which are defined in extension1897
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data (download as text)

0.03/0.07	c 0	Sugar++ v1-13 + HOME/minisat-inc
0.03/0.07	c 0	BEGIN Wed Jul 23 02:55:47 2008
0.03/0.07	c 0	PID 5780
0.03/0.07	c 0	HOST node87.alineos.net
0.03/0.07	c 0	CONVERTING HOME/instance-1127683-1216774547.xml TO HOME/temp.csp
0.03/0.07	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1127683-1216774547.xml' 'HOME/temp.csp'
0.06/0.45	c 0	1 domains, 40 variables, 0 predicates, 43 relations, 1897 constraints
0.06/0.48	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.48	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -max -incremental -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.43/0.56	c 1	Parsing HOME/temp.csp
0.43/0.75	c 1	parsed 1981 expressions
0.43/0.75	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.43/0.78	c 1	MAX CSP: 1897 constraints
0.43/0.78	c 1	Converting to clausal form CSP
0.43/0.83	c 1	converted 389 (10%) expressions
0.43/0.85	c 1	converted 777 (20%) expressions
0.43/0.94	c 1	converted 1165 (30%) expressions
0.43/0.95	c 1	converted 1553 (40%) expressions
0.43/0.97	c 1	converted 1941 (50%) expressions
0.43/0.98	c 1	converted 2329 (60%) expressions
0.43/0.99	c 1	converted 2717 (70%) expressions
0.93/1.02	c 1	converted 3105 (80%) expressions
0.93/1.02	c 1	converted 3493 (90%) expressions
1.12/1.23	c 1	converted 3881 (100%) expressions
1.12/1.23	c 1	CSP : 3834 integers, 0 booleans, 5690 clauses, largest domain size 2846
1.12/1.23	c 1	Heap : 5 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.12/1.23	c 1	Propagation in CSP
1.22/1.30	c 1	1890 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.22/1.30	c 1	CSP : 3834 integers, 0 booleans, 5690 clauses, largest domain size 1898
1.22/1.30	c 1	Heap : 6 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.22/1.31	c 1	Simplifing CSP by introducing new Boolean variables
1.22/1.31	c 1	CSP : 3834 integers, 0 booleans, 5690 clauses, largest domain size 1898
1.22/1.31	c 1	Heap : 6 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.22/1.36	c 1	Encoding CSP to SAT : HOME/temp.cnf
1.22/1.37	c 1	384 (10%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.22/1.37	c 1	767 (20%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.22/1.37	c 1	1151 (30%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.22/1.38	c 1	1534 (40%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.22/1.38	c 1	1917 (50%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.22/1.39	c 1	2301 (60%) CSP integer variables are encoded (4269 clauses, 55561 bytes)
1.22/1.39	c 1	2684 (70%) CSP integer variables are encoded (7437 clauses, 96944 bytes)
1.32/1.41	c 1	3068 (80%) CSP integer variables are encoded (22636 clauses, 324929 bytes)
1.32/1.42	c 1	3451 (90%) CSP integer variables are encoded (30670 clauses, 445439 bytes)
1.32/1.43	c 1	3834 (100%) CSP integer variables are encoded (35900 clauses, 523889 bytes)
1.32/1.49	c 1	569 (10%) CSP clauses are encoded (36509 clauses, 533647 bytes)
1.41/1.51	c 1	1138 (20%) CSP clauses are encoded (37113 clauses, 543772 bytes)
1.41/1.53	c 1	1707 (30%) CSP clauses are encoded (37715 clauses, 554829 bytes)
1.41/1.59	c 2	2276 (40%) CSP clauses are encoded (58019 clauses, 916572 bytes)
1.81/1.95	c 2	2845 (50%) CSP clauses are encoded (271536 clauses, 4832844 bytes)
1.91/2.06	c 2	3414 (60%) CSP clauses are encoded (332764 clauses, 5944914 bytes)
3.01/3.11	c 3	3983 (70%) CSP clauses are encoded (961914 clauses, 18858890 bytes)
4.59/4.71	c 5	4552 (80%) CSP clauses are encoded (1904895 clauses, 38897480 bytes)
6.08/6.29	c 6	5121 (90%) CSP clauses are encoded (2815606 clauses, 58421125 bytes)
9.17/9.33	c 9	5690 (100%) CSP clauses are encoded (4607023 clauses, 96860756 bytes)
9.17/9.33	c 9	5690 CSP clauses encoded
9.17/9.33	c 9	Writing map file : HOME/temp.map
9.17/9.37	c 9	Heap : 4 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
9.17/9.37	c 9	SAT : 39734 SAT variables, 4607023 SAT clauses, 96860756 bytes
9.17/9.37	c 9	Heap : 4 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
9.27/9.40	c 9	OBJECTIVE minimize _COST
9.27/9.40	c 9	SOLVING HOME/temp.cnf
9.27/9.40	c 9	CMD HOME/minisat-inc -incremental HOME/temp.cnf HOME/temp.out
9.27/9.40	c 9	This is MiniSat 2.0 beta incremental
9.27/9.40	c 9	WARNING: for repeatability, setting FPU to use double precision
9.27/9.40	c 9	============================[ Problem Statistics ]=============================
9.27/9.40	c 9	|                                                                             |
9.27/9.40	c 9	|  Number of variables:  39734                                                |
9.27/9.40	c 9	|  Number of clauses:    4607023                                              |
11.16/11.37	c 11	|  Parsing time:         1.69         s                                       |
11.25/11.46	c 11	OK
11.25/11.46	c 11	OBJECTIVE BOUND: 0 <= _COST <= 
11.25/11.46	c 11	SEARCHING: _COST <= 949
11.25/11.46	c 11	============================[ Search Statistics ]==============================
11.25/11.46	c 11	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
11.25/11.46	c 11	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
11.25/11.46	c 11	===============================================================================
11.25/11.46	c 11	|         0 |   39734  4607023 13713407 |  1535674        0    nan |  0.000 % |
11.93/12.19	c 12	|       102 |   39734  4607023 13713407 |  1689241      102     16 |  0.001 % |
12.23/12.41	c 12	===============================================================================
12.23/12.41	c 12	restarts              : 2
12.23/12.41	c 12	conflicts             : 102           (38 /sec)
12.23/12.41	c 12	decisions             : 1671          (0.36 % random) (622 /sec)
12.23/12.41	c 12	propagations          : 178859         (66624 /sec)
12.23/12.41	c 12	conflict literals     : 1609           (10.66 % deleted)
12.23/12.41	c 12	Memory used           : 193.59 MB
12.23/12.41	c 12	CPU time              : 2.68459 s
12.23/12.41	c 12	
12.23/12.41	c 12	SATISFIABLE
12.23/12.42	c 12	OK
12.23/12.42	c 12	FOUND: _COST <= 949
12.23/12.42	s SATISFIABLE
12.23/12.42	c 12	DECODING HOME/temp.out WITH HOME/temp.map
12.23/12.42	c 12	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
12.25/12.50	c 12	Decoding HOME/temp.out
12.25/12.70	c 13	OBJECTIVE _COST 745
12.25/12.70	o 745
12.25/12.70	v 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 1 1 1 1 1 1 1 1 1 1 1
12.25/12.71	c 13	Heap : 1 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
12.25/12.74	c 13	OK
12.25/12.74	c 13	OBJECTIVE BOUND: 0 <= _COST <= 745
12.25/12.74	c 13	SEARCHING: _COST <= 372
12.25/12.74	c 13	============================[ Search Statistics ]==============================
12.25/12.74	c 13	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
12.25/12.74	c 13	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
12.25/12.74	c 13	===============================================================================
12.25/12.74	c 13	|       102 |   39734  4607023 13713407 |  1535674      102     16 |  0.001 % |
13.40/13.65	c 14	===============================================================================
13.40/13.65	c 14	restarts              : 3
13.40/13.65	c 14	conflicts             : 169           (47 /sec)
13.40/13.65	c 14	decisions             : 2111          (0.47 % random) (585 /sec)
13.40/13.65	c 14	propagations          : 413988         (114727 /sec)
13.40/13.65	c 14	conflict literals     : 3745           (17.53 % deleted)
13.40/13.65	c 14	Memory used           : 194.88 MB
13.40/13.65	c 14	CPU time              : 3.60845 s
13.40/13.65	c 14	
13.40/13.65	c 14	SATISFIABLE
13.40/13.67	c 14	OK
13.40/13.67	c 14	FOUND: _COST <= 372
13.40/13.67	c 14	DECODING HOME/temp.out WITH HOME/temp.map
13.40/13.67	c 14	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
13.47/13.74	c 14	Decoding HOME/temp.out
13.47/14.04	c 14	OBJECTIVE _COST 372
13.47/14.04	o 372
13.47/14.04	v 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
13.47/14.05	c 14	Heap : 1 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
13.47/14.07	c 14	OK
13.47/14.07	c 14	OBJECTIVE BOUND: 0 <= _COST <= 372
13.47/14.07	c 14	SEARCHING: _COST <= 186
13.47/14.07	c 14	============================[ Search Statistics ]==============================
13.47/14.07	c 14	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
13.47/14.07	c 14	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
13.47/14.07	c 14	===============================================================================
13.47/14.07	c 14	|       169 |   26858  4607023 13713407 |  1535674      169     22 |  0.001 % |
14.48/14.70	c 15	|       269 |   26858  4607023 13713407 |  1689241      269     26 | 44.443 % |
15.18/15.49	c 15	|       420 |   26858  4607023 13713407 |  1858165      420     26 | 44.443 % |
17.27/17.58	c 18	|       648 |   26858  4607023 13713407 |  2043982      648     32 | 44.443 % |
21.15/21.42	c 21	|       988 |   26858  4607023 13713407 |  2248380      988     36 | 44.443 % |
26.92/27.27	c 27	|      1496 |   26858  4607023 13713407 |  2473218     1496     39 | 44.443 % |
35.27/35.65	c 36	|      2255 |   26858  4607023 13713407 |  2720540     2255     41 | 44.443 % |
48.11/48.55	c 48	|      3394 |   26858  4607023 13713407 |  2992594     3394     41 | 44.443 % |
67.71/68.28	c 68	|      5103 |   26858  4607023 13713407 |  3291854     5103     42 | 44.443 % |
90.89/91.53	c 91	|      7666 |   22075  1523600  4514590 |  3621039     7624     42 | 44.443 % |
110.54/111.39	c 111	|     11510 |   22075  1523600  4514590 |  3983143    11468     37 | 44.443 % |
143.18/144.15	c 144	|     17276 |   22075  1523600  4514590 |  4381458    17234     38 | 44.443 % |
192.23/193.50	c 193	|     25926 |   22075  1523600  4514590 |  4819603    25884     39 | 44.443 % |
279.80/281.43	c 281	|     38900 |   22075  1523600  4514590 |  5301564    38858     40 | 44.443 % |
408.55/410.84	c 411	|     58361 |   22075  1523600  4514590 |  5831720    58319     40 | 44.443 % |
622.41/625.73	c 626	|     87555 |   22075  1523600  4514590 |  6414892    87513     41 | 44.443 % |
951.68/956.67	c 957	|    131344 |   22075  1523600  4514590 |  7056382   131302     41 | 44.443 % |
1477.87/1485.42	c 1485	|    197028 |   22075  1523600  4514590 |  7762020   196986     41 | 44.443 % |
2245.46/2255.71	c 2256	|    295554 |   22075  1523600  4514590 |  8538222   295512     41 | 44.443 % |
3600.06/3610.81	c ERROR INTERRUPTED
3600.06/3610.87	c 3611	CPU 3598.85 (0.06 0.02 3598.79 1.23)
3600.06/3610.87	c 3611	END Wed Jul 23 03:55:58 2008

Verifier Data (download as text)

OK	237	1660
237 unsatisfied constraints, 1660 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-1127683-1216774547/watcher-1127683-1216774547 -o /tmp/evaluation-result-1127683-1216774547/solver-1127683-1216774547 -C 3600 -W 4000 -M 900 --output-limit 1,15 HOME/sugar++ -max -incremental -c -vv -java=java -Xmx700M -decjava=java -Xmx50M -jar=HOME/sugar-v1-13.jar -solver=HOME/minisat-inc -tmp=HOME/temp HOME/instance-1127683-1216774547.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: 1.99 1.98 2.00 4/81 5780
/proc/meminfo: memFree=1576808/2055920 swapFree=4192956/4192956
[pid=5780] ppid=5778 vsize=12272 CPUtime=0
/proc/5780/stat : 5780 (sugar++) R 5778 5780 5743 0 -1 4194304 359 0 0 0 0 0 0 0 18 0 1 0 4539375 12566528 327 996147200 4194304 4206940 548682068528 18446744073709551615 254613879397 0 0 4224 0 0 0 0 17 1 0 0
/proc/5780/statm: 3068 327 246 3 0 168 0

[startup+0.0445181 s]
/proc/loadavg: 1.99 1.98 2.00 4/81 5780
/proc/meminfo: memFree=1576808/2055920 swapFree=4192956/4192956
[pid=5780] ppid=5778 vsize=14644 CPUtime=0.03
/proc/5780/stat : 5780 (sugar++) R 5778 5780 5743 0 -1 4194304 836 0 0 0 3 0 0 0 18 0 1 0 4539375 14995456 804 996147200 4194304 4206940 548682068528 18446744073709551615 254613557985 0 0 4224 0 0 0 0 17 1 0 0
/proc/5780/statm: 3661 805 378 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 14644

[startup+0.10253 s]
/proc/loadavg: 1.99 1.98 2.00 4/81 5780
/proc/meminfo: memFree=1576808/2055920 swapFree=4192956/4192956
[pid=5780] ppid=5778 vsize=16740 CPUtime=0.06
/proc/5780/stat : 5780 (sugar++) S 5778 5780 5743 0 -1 4194304 1219 128 0 0 5 1 0 0 16 0 1 0 4539375 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5780/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.302568 s]
/proc/loadavg: 1.99 1.98 2.00 4/81 5780
/proc/meminfo: memFree=1576808/2055920 swapFree=4192956/4192956
[pid=5780] ppid=5778 vsize=16740 CPUtime=0.06
/proc/5780/stat : 5780 (sugar++) S 5778 5780 5743 0 -1 4194304 1219 128 0 0 5 1 0 0 16 0 1 0 4539375 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5780/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.701643 s]
/proc/loadavg: 1.99 1.98 2.00 4/81 5780
/proc/meminfo: memFree=1576808/2055920 swapFree=4192956/4192956
[pid=5780] ppid=5778 vsize=16740 CPUtime=0.43
/proc/5780/stat : 5780 (sugar++) S 5778 5780 5743 0 -1 4194304 1296 4863 0 1 5 1 34 3 15 0 1 0 4539375 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/5780/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.43
Current children cumulated vsize (KiB) 16740

[startup+1.5018 s]
/proc/loadavg: 2.07 2.00 2.01 4/92 5802
/proc/meminfo: memFree=1560976/2055920 swapFree=4192956/4192956
[pid=5780] ppid=5778 vsize=16740 CPUtime=0.43
/proc/5780/stat : 5780 (sugar++) S 5778 5780 5743 0 -1 4194304 1297 4863 0 1 5 1 34 3 15 0 1 0 4539375 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/5780/statm: 4185 1104 409 3 0 764 0
[pid=5793] ppid=5780 vsize=5356 CPUtime=0
/proc/5793/stat : 5793 (sh) S 5780 5780 5743 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 4539424 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5793/statm: 1339 233 193 169 0 50 0
[pid=5794] ppid=5793 vsize=868504 CPUtime=0.98
/proc/5794/stat : 5794 (java) S 5793 5780 5743 0 -1 0 7530 0 1 0 94 4 0 0 20 0 9 0 4539424 889348096 6721 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/5794/statm: 217126 6721 2564 9 0 211673 0
[pid=5794/tid=5795] ppid=5793 vsize=868504 CPUtime=0.56
/proc/5794/task/5795/stat : 5795 (java) R 5793 5780 5743 0 -1 64 2758 0 1 0 55 1 0 0 25 0 9 0 4539425 889348096 6721 996147200 134512640 134550740 4294955920 18446744073709551615 4125979168 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5794/tid=5796] ppid=5793 vsize=868504 CPUtime=0.15
/proc/5794/task/5796/stat : 5796 (java) S 5793 5780 5743 0 -1 64 2575 0 0 0 14 1 0 0 16 0 9 0 4539426 889348096 6721 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=5794/tid=5797] ppid=5793 vsize=868504 CPUtime=0
/proc/5794/task/5797/stat : 5797 (java) S 5793 5780 5743 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 4539426 889348096 6721 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5794/tid=5798] ppid=5793 vsize=868504 CPUtime=0
/proc/5794/task/5798/stat : 5798 (java) S 5793 5780 5743 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 4539426 889348096 6721 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5794/tid=5799] ppid=5793 vsize=868504 CPUtime=0
/proc/5794/task/5799/stat : 5799 (java) S 5793 5780 5743 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 4539428 889348096 6721 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5794/tid=5800] ppid=5793 vsize=868504 CPUtime=0.25
/proc/5794/task/5800/stat : 5800 (java) S 5793 5780 5743 0 -1 64 1504 0 0 0 24 1 0 0 16 0 9 0 4539428 889348096 6721 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5794/tid=5801] ppid=5793 vsize=868504 CPUtime=0
/proc/5794/task/5801/stat : 5801 (java) S 5793 5780 5743 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 4539428 889348096 6721 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5794/tid=5802] ppid=5793 vsize=868504 CPUtime=0
/proc/5794/task/5802/stat : 5802 (java) S 5793 5780 5743 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 4539428 889348096 6721 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.41
Current children cumulated vsize (KiB) 890600

[startup+3.1021 s]
/proc/loadavg: 2.07 2.00 2.01 3/92 5802
/proc/meminfo: memFree=1550032/2055920 swapFree=4192956/4192956
[pid=5780] ppid=5778 vsize=16740 CPUtime=0.43
/proc/5780/stat : 5780 (sugar++) S 5778 5780 5743 0 -1 4194304 1297 4863 0 1 5 1 34 3 15 0 1 0 4539375 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/5780/statm: 4185 1104 409 3 0 764 0
[pid=5793] ppid=5780 vsize=5356 CPUtime=0
/proc/5793/stat : 5793 (sh) S 5780 5780 5743 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 4539424 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5793/statm: 1339 233 193 169 0 50 0
[pid=5794] ppid=5793 vsize=868504 CPUtime=2.58
/proc/5794/stat : 5794 (java) S 5793 5780 5743 0 -1 0 8069 0 1 0 239 19 0 0 20 0 9 0 4539424 889348096 6735 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/5794/statm: 217126 6735 2564 9 0 211673 0
[pid=5794/tid=5795] ppid=5793 vsize=868504 CPUtime=2.01
/proc/5794/task/5795/stat : 5795 (java) R 5793 5780 5743 0 -1 64 3283 0 1 0 189 12 0 0 25 0 9 0 4539425 889348096 6735 996147200 134512640 134550740 4294955920 18446744073709551615 4126885379 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5794/tid=5796] ppid=5793 vsize=868504 CPUtime=0.28
/proc/5794/task/5796/stat : 5796 (java) S 5793 5780 5743 0 -1 64 2575 0 0 0 23 5 0 0 16 0 9 0 4539426 889348096 6735 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=5794/tid=5797] ppid=5793 vsize=868504 CPUtime=0
/proc/5794/task/5797/stat : 5797 (java) S 5793 5780 5743 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 4539426 889348096 6735 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5794/tid=5798] ppid=5793 vsize=868504 CPUtime=0
/proc/5794/task/5798/stat : 5798 (java) S 5793 5780 5743 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 4539426 889348096 6735 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5794/tid=5799] ppid=5793 vsize=868504 CPUtime=0
/proc/5794/task/5799/stat : 5799 (java) S 5793 5780 5743 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 4539428 889348096 6735 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5794/tid=5800] ppid=5793 vsize=868504 CPUtime=0.27
/proc/5794/task/5800/stat : 5800 (java) S 5793 5780 5743 0 -1 64 1518 0 0 0 26 1 0 0 16 0 9 0 4539428 889348096 6735 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5794/tid=5801] ppid=5793 vsize=868504 CPUtime=0
/proc/5794/task/5801/stat : 5801 (java) S 5793 5780 5743 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 4539428 889348096 6735 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5794/tid=5802] ppid=5793 vsize=868504 CPUtime=0
/proc/5794/task/5802/stat : 5802 (java) S 5793 5780 5743 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 4539428 889348096 6735 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.01
Current children cumulated vsize (KiB) 890600

[startup+6.30172 s]
/proc/loadavg: 2.07 2.00 2.01 3/92 5802
/proc/meminfo: memFree=1506704/2055920 swapFree=4192956/4192956
[pid=5780] ppid=5778 vsize=16740 CPUtime=0.43
/proc/5780/stat : 5780 (sugar++) S 5778 5780 5743 0 -1 4194304 1297 4863 0 1 5 1 34 3 16 0 1 0 4539375 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/5780/statm: 4185 1104 409 3 0 764 0
[pid=5793] ppid=5780 vsize=5356 CPUtime=0
/proc/5793/stat : 5793 (sh) S 5780 5780 5743 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 4539424 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5793/statm: 1339 233 193 169 0 50 0
[pid=5794] ppid=5793 vsize=868504 CPUtime=5.75
/proc/5794/stat : 5794 (java) S 5793 5780 5743 0 -1 0 9132 0 1 0 525 50 0 0 20 0 9 0 4539424 889348096 6735 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/5794/statm: 217126 6735 2564 9 0 211673 0
[pid=5794/tid=5795] ppid=5793 vsize=868504 CPUtime=4.94
/proc/5794/task/5795/stat : 5795 (java) R 5793 5780 5743 0 -1 64 4346 0 1 0 457 37 0 0 25 0 9 0 4539425 889348096 6735 996147200 134512640 134550740 4294955920 18446744073709551615 4127015975 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5794/tid=5796] ppid=5793 vsize=868504 CPUtime=0.52
/proc/5794/task/5796/stat : 5796 (java) S 5793 5780 5743 0 -1 64 2575 0 0 0 41 11 0 0 16 0 9 0 4539426 889348096 6735 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=5794/tid=5797] ppid=5793 vsize=868504 CPUtime=0
/proc/5794/task/5797/stat : 5797 (java) S 5793 5780 5743 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 4539426 889348096 6735 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5794/tid=5798] ppid=5793 vsize=868504 CPUtime=0
/proc/5794/task/5798/stat : 5798 (java) S 5793 5780 5743 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 4539426 889348096 6735 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5794/tid=5799] ppid=5793 vsize=868504 CPUtime=0
/proc/5794/task/5799/stat : 5799 (java) S 5793 5780 5743 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 4539428 889348096 6735 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5794/tid=5800] ppid=5793 vsize=868504 CPUtime=0.27
/proc/5794/task/5800/stat : 5800 (java) S 5793 5780 5743 0 -1 64 1518 0 0 0 26 1 0 0 16 0 9 0 4539428 889348096 6735 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5794/tid=5801] ppid=5793 vsize=868504 CPUtime=0
/proc/5794/task/5801/stat : 5801 (java) S 5793 5780 5743 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 4539428 889348096 6735 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5794/tid=5802] ppid=5793 vsize=868504 CPUtime=0
/proc/5794/task/5802/stat : 5802 (java) S 5793 5780 5743 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 4539428 889348096 6735 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.18
Current children cumulated vsize (KiB) 890600

[startup+12.7019 s]
/proc/loadavg: 2.29 2.05 2.02 3/83 5803
/proc/meminfo: memFree=1278256/2055920 swapFree=4192956/4192956
[pid=5780] ppid=5778 vsize=17004 CPUtime=9.27
/proc/5780/stat : 5780 (sugar++) S 5778 5780 5743 0 -1 4194304 1582 15337 0 2 6 1 841 79 15 0 1 0 4539375 17412096 1166 996147200 4194304 4206940 548682068528 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/5780/statm: 4251 1166 414 3 0 830 0
[pid=5803] ppid=5780 vsize=198236 CPUtime=2.98
/proc/5803/stat : 5803 (minisat-inc) S 5780 5780 5743 0 -1 4194304 48785 0 0 0 269 29 0 0 25 0 1 0 4540315 202993664 48732 996147200 134512640 135134323 4294956192 18446744073709551615 134725182 0 0 4096 3 18446744071563648864 0 0 17 1 0 0
/proc/5803/statm: 49559 48732 80 151 0 49405 0
Current children cumulated CPU time (s) 12.25
Current children cumulated vsize (KiB) 215240

[startup+25.5024 s]
/proc/loadavg: 2.40 2.08 2.03 3/83 5823
/proc/meminfo: memFree=1276536/2055920 swapFree=4192956/4192956
[pid=5780] ppid=5778 vsize=17004 CPUtime=9.94
/proc/5780/stat : 5780 (sugar++) S 5778 5780 5743 0 -1 4194304 1672 23286 0 4 6 2 902 84 16 0 1 0 4539375 17412096 1166 996147200 4194304 4206940 548682068528 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5780/statm: 4251 1166 414 3 0 830 0
[pid=5803] ppid=5780 vsize=200084 CPUtime=15.29
/proc/5803/stat : 5803 (minisat-inc) R 5780 5780 5743 0 -1 4194304 49232 0 0 0 1499 30 0 0 25 0 1 0 4540315 204886016 49177 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/5803/statm: 50021 49177 80 151 0 49867 0
Current children cumulated CPU time (s) 25.23
Current children cumulated vsize (KiB) 217088

[startup+51.1023 s]
/proc/loadavg: 2.32 2.09 2.03 3/83 5823
/proc/meminfo: memFree=1279096/2055920 swapFree=4192956/4192956
[pid=5780] ppid=5778 vsize=17004 CPUtime=9.94
/proc/5780/stat : 5780 (sugar++) S 5778 5780 5743 0 -1 4194304 1672 23286 0 4 6 2 902 84 16 0 1 0 4539375 17412096 1166 996147200 4194304 4206940 548682068528 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5780/statm: 4251 1166 414 3 0 830 0
[pid=5803] ppid=5780 vsize=200084 CPUtime=40.75
/proc/5803/stat : 5803 (minisat-inc) R 5780 5780 5743 0 -1 4194304 49241 0 0 0 4045 30 0 0 25 0 1 0 4540315 204886016 49186 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/5803/statm: 50021 49186 80 151 0 49867 0
Current children cumulated CPU time (s) 50.69
Current children cumulated vsize (KiB) 217088

[startup+102.305 s]
/proc/loadavg: 2.12 2.07 2.03 3/83 5823
/proc/meminfo: memFree=1277560/2055920 swapFree=4192956/4192956
[pid=5780] ppid=5778 vsize=17004 CPUtime=9.94
/proc/5780/stat : 5780 (sugar++) S 5778 5780 5743 0 -1 4194304 1672 23286 0 4 6 2 902 84 16 0 1 0 4539375 17412096 1166 996147200 4194304 4206940 548682068528 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5780/statm: 4251 1166 414 3 0 830 0
[pid=5803] ppid=5780 vsize=200084 CPUtime=91.65
/proc/5803/stat : 5803 (minisat-inc) R 5780 5780 5743 0 -1 4194304 49243 0 0 0 9135 30 0 0 25 0 1 0 4540315 204886016 49188 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/5803/statm: 50021 49188 80 151 0 49867 0
Current children cumulated CPU time (s) 101.59
Current children cumulated vsize (KiB) 217088

[startup+162.302 s]
/proc/loadavg: 2.04 2.05 2.02 3/83 5823
/proc/meminfo: memFree=1279032/2055920 swapFree=4192956/4192956

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

[pid=5803] ppid=5780 vsize=207068 CPUtime=2841.89
/proc/5803/stat : 5803 (minisat-inc) R 5780 5780 5743 0 -1 4194304 50730 0 0 0 284157 32 0 0 25 0 1 0 4540315 212037632 50667 996147200 134512640 135134323 4294956192 18446744073709551615 134531900 0 0 4096 3 0 0 0 17 1 0 0
/proc/5803/statm: 51767 50667 80 151 0 51613 0
Current children cumulated CPU time (s) 2851.83
Current children cumulated vsize (KiB) 224072

[startup+2922.3 s]
/proc/loadavg: 2.63 2.60 2.38 3/83 5869
/proc/meminfo: memFree=1229768/2055920 swapFree=4192956/4192956
[pid=5780] ppid=5778 vsize=17004 CPUtime=9.94
/proc/5780/stat : 5780 (sugar++) S 5778 5780 5743 0 -1 4194304 1672 23286 0 4 6 2 902 84 16 0 1 0 4539375 17412096 1166 996147200 4194304 4206940 548682068528 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5780/statm: 4251 1166 414 3 0 830 0
[pid=5803] ppid=5780 vsize=207068 CPUtime=2901.87
/proc/5803/stat : 5803 (minisat-inc) R 5780 5780 5743 0 -1 4194304 50736 0 0 0 290155 32 0 0 25 0 1 0 4540315 212037632 50673 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/5803/statm: 51767 50673 80 151 0 51613 0
Current children cumulated CPU time (s) 2911.81
Current children cumulated vsize (KiB) 224072

[startup+2982.3 s]
/proc/loadavg: 2.64 2.61 2.39 3/83 5869
/proc/meminfo: memFree=1229384/2055920 swapFree=4192956/4192956
[pid=5780] ppid=5778 vsize=17004 CPUtime=9.94
/proc/5780/stat : 5780 (sugar++) S 5778 5780 5743 0 -1 4194304 1672 23286 0 4 6 2 902 84 16 0 1 0 4539375 17412096 1166 996147200 4194304 4206940 548682068528 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5780/statm: 4251 1166 414 3 0 830 0
[pid=5803] ppid=5780 vsize=207396 CPUtime=2961.85
/proc/5803/stat : 5803 (minisat-inc) R 5780 5780 5743 0 -1 4194304 50808 0 0 0 296153 32 0 0 25 0 1 0 4540315 212373504 50745 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/5803/statm: 51849 50745 80 151 0 51695 0
Current children cumulated CPU time (s) 2971.79
Current children cumulated vsize (KiB) 224400

[startup+3042.3 s]
/proc/loadavg: 2.51 2.57 2.39 3/83 5869
/proc/meminfo: memFree=1229320/2055920 swapFree=4192956/4192956
[pid=5780] ppid=5778 vsize=17004 CPUtime=9.94
/proc/5780/stat : 5780 (sugar++) S 5778 5780 5743 0 -1 4194304 1672 23286 0 4 6 2 902 84 16 0 1 0 4539375 17412096 1166 996147200 4194304 4206940 548682068528 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5780/statm: 4251 1166 414 3 0 830 0
[pid=5803] ppid=5780 vsize=207396 CPUtime=3021.82
/proc/5803/stat : 5803 (minisat-inc) R 5780 5780 5743 0 -1 4194304 50820 0 0 0 302150 32 0 0 25 0 1 0 4540315 212373504 50757 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/5803/statm: 51849 50757 80 151 0 51695 0
Current children cumulated CPU time (s) 3031.76
Current children cumulated vsize (KiB) 224400

[startup+3102.3 s]
/proc/loadavg: 2.69 2.60 2.41 3/83 5869
/proc/meminfo: memFree=1229192/2055920 swapFree=4192956/4192956
[pid=5780] ppid=5778 vsize=17004 CPUtime=9.94
/proc/5780/stat : 5780 (sugar++) S 5778 5780 5743 0 -1 4194304 1672 23286 0 4 6 2 902 84 16 0 1 0 4539375 17412096 1166 996147200 4194304 4206940 548682068528 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5780/statm: 4251 1166 414 3 0 830 0
[pid=5803] ppid=5780 vsize=207396 CPUtime=3081.8
/proc/5803/stat : 5803 (minisat-inc) R 5780 5780 5743 0 -1 4194304 50828 0 0 0 308148 32 0 0 25 0 1 0 4540315 212373504 50765 996147200 134512640 135134323 4294956192 18446744073709551615 134531980 0 0 4096 3 0 0 0 17 1 0 0
/proc/5803/statm: 51849 50765 80 151 0 51695 0
Current children cumulated CPU time (s) 3091.74
Current children cumulated vsize (KiB) 224400

[startup+3162.3 s]
/proc/loadavg: 2.73 2.63 2.43 3/83 5869
/proc/meminfo: memFree=1228936/2055920 swapFree=4192956/4192956
[pid=5780] ppid=5778 vsize=17004 CPUtime=9.94
/proc/5780/stat : 5780 (sugar++) S 5778 5780 5743 0 -1 4194304 1672 23286 0 4 6 2 902 84 16 0 1 0 4539375 17412096 1166 996147200 4194304 4206940 548682068528 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5780/statm: 4251 1166 414 3 0 830 0
[pid=5803] ppid=5780 vsize=207596 CPUtime=3141.78
/proc/5803/stat : 5803 (minisat-inc) R 5780 5780 5743 0 -1 4194304 50876 0 0 0 314146 32 0 0 25 0 1 0 4540315 212578304 50813 996147200 134512640 135134323 4294956192 18446744073709551615 134531958 0 0 4096 3 0 0 0 17 1 0 0
/proc/5803/statm: 51899 50813 80 151 0 51745 0
Current children cumulated CPU time (s) 3151.72
Current children cumulated vsize (KiB) 224600

[startup+3222.3 s]
/proc/loadavg: 2.62 2.61 2.44 3/83 5869
/proc/meminfo: memFree=1228872/2055920 swapFree=4192956/4192956
[pid=5780] ppid=5778 vsize=17004 CPUtime=9.94
/proc/5780/stat : 5780 (sugar++) S 5778 5780 5743 0 -1 4194304 1672 23286 0 4 6 2 902 84 16 0 1 0 4539375 17412096 1166 996147200 4194304 4206940 548682068528 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5780/statm: 4251 1166 414 3 0 830 0
[pid=5803] ppid=5780 vsize=207596 CPUtime=3201.76
/proc/5803/stat : 5803 (minisat-inc) R 5780 5780 5743 0 -1 4194304 50887 0 0 0 320144 32 0 0 25 0 1 0 4540315 212578304 50824 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/5803/statm: 51899 50824 80 151 0 51745 0
Current children cumulated CPU time (s) 3211.7
Current children cumulated vsize (KiB) 224600

[startup+3282.3 s]
/proc/loadavg: 2.65 2.62 2.45 4/83 5869
/proc/meminfo: memFree=1227912/2055920 swapFree=4192956/4192956
[pid=5780] ppid=5778 vsize=17004 CPUtime=9.94
/proc/5780/stat : 5780 (sugar++) S 5778 5780 5743 0 -1 4194304 1672 23286 0 4 6 2 902 84 16 0 1 0 4539375 17412096 1166 996147200 4194304 4206940 548682068528 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5780/statm: 4251 1166 414 3 0 830 0
[pid=5803] ppid=5780 vsize=208520 CPUtime=3261.74
/proc/5803/stat : 5803 (minisat-inc) R 5780 5780 5743 0 -1 4194304 51106 0 0 0 326141 33 0 0 25 0 1 0 4540315 213524480 51043 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/5803/statm: 52130 51043 80 151 0 51976 0
Current children cumulated CPU time (s) 3271.68
Current children cumulated vsize (KiB) 225524

[startup+3342.3 s]
/proc/loadavg: 2.76 2.66 2.47 3/83 5869
/proc/meminfo: memFree=1226696/2055920 swapFree=4192956/4192956
[pid=5780] ppid=5778 vsize=17004 CPUtime=9.94
/proc/5780/stat : 5780 (sugar++) S 5778 5780 5743 0 -1 4194304 1672 23286 0 4 6 2 902 84 16 0 1 0 4539375 17412096 1166 996147200 4194304 4206940 548682068528 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5780/statm: 4251 1166 414 3 0 830 0
[pid=5803] ppid=5780 vsize=209596 CPUtime=3321.72
/proc/5803/stat : 5803 (minisat-inc) R 5780 5780 5743 0 -1 4194304 51397 0 0 0 332138 34 0 0 25 0 1 0 4540315 214626304 51334 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/5803/statm: 52399 51334 80 151 0 52245 0
Current children cumulated CPU time (s) 3331.66
Current children cumulated vsize (KiB) 226600

[startup+3402.31 s]
/proc/loadavg: 2.78 2.67 2.48 3/83 5869
/proc/meminfo: memFree=1225544/2055920 swapFree=4192956/4192956
[pid=5780] ppid=5778 vsize=17004 CPUtime=9.94
/proc/5780/stat : 5780 (sugar++) S 5778 5780 5743 0 -1 4194304 1672 23286 0 4 6 2 902 84 16 0 1 0 4539375 17412096 1166 996147200 4194304 4206940 548682068528 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5780/statm: 4251 1166 414 3 0 830 0
[pid=5803] ppid=5780 vsize=210652 CPUtime=3381.69
/proc/5803/stat : 5803 (minisat-inc) R 5780 5780 5743 0 -1 4194304 51670 0 0 0 338135 34 0 0 25 0 1 0 4540315 215707648 51607 996147200 134512640 135134323 4294956192 18446744073709551615 134532114 0 0 4096 3 0 0 0 17 1 0 0
/proc/5803/statm: 52663 51607 80 151 0 52509 0
Current children cumulated CPU time (s) 3391.63
Current children cumulated vsize (KiB) 227656

[startup+3462.3 s]
/proc/loadavg: 2.77 2.68 2.50 3/83 5869
/proc/meminfo: memFree=1224328/2055920 swapFree=4192956/4192956
[pid=5780] ppid=5778 vsize=17004 CPUtime=9.94
/proc/5780/stat : 5780 (sugar++) S 5778 5780 5743 0 -1 4194304 1672 23286 0 4 6 2 902 84 16 0 1 0 4539375 17412096 1166 996147200 4194304 4206940 548682068528 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5780/statm: 4251 1166 414 3 0 830 0
[pid=5803] ppid=5780 vsize=211840 CPUtime=3441.67
/proc/5803/stat : 5803 (minisat-inc) R 5780 5780 5743 0 -1 4194304 51963 0 0 0 344133 34 0 0 25 0 1 0 4540315 216924160 51900 996147200 134512640 135134323 4294956192 18446744073709551615 134531900 0 0 4096 3 0 0 0 17 1 0 0
/proc/5803/statm: 52960 51900 80 151 0 52806 0
Current children cumulated CPU time (s) 3451.61
Current children cumulated vsize (KiB) 228844

[startup+3522.3 s]
/proc/loadavg: 2.78 2.71 2.52 3/83 5869
/proc/meminfo: memFree=1223176/2055920 swapFree=4192956/4192956
[pid=5780] ppid=5778 vsize=17004 CPUtime=9.94
/proc/5780/stat : 5780 (sugar++) S 5778 5780 5743 0 -1 4194304 1672 23286 0 4 6 2 902 84 16 0 1 0 4539375 17412096 1166 996147200 4194304 4206940 548682068528 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5780/statm: 4251 1166 414 3 0 830 0
[pid=5803] ppid=5780 vsize=212896 CPUtime=3501.65
/proc/5803/stat : 5803 (minisat-inc) R 5780 5780 5743 0 -1 4194304 52239 0 0 0 350130 35 0 0 25 0 1 0 4540315 218005504 52176 996147200 134512640 135134323 4294956192 18446744073709551615 134532059 0 0 4096 3 0 0 0 17 1 0 0
/proc/5803/statm: 53224 52176 80 151 0 53070 0
Current children cumulated CPU time (s) 3511.59
Current children cumulated vsize (KiB) 229900

[startup+3582.3 s]
/proc/loadavg: 2.72 2.71 2.53 3/83 5869
/proc/meminfo: memFree=1222024/2055920 swapFree=4192956/4192956
[pid=5780] ppid=5778 vsize=17004 CPUtime=9.94
/proc/5780/stat : 5780 (sugar++) S 5778 5780 5743 0 -1 4194304 1672 23286 0 4 6 2 902 84 16 0 1 0 4539375 17412096 1166 996147200 4194304 4206940 548682068528 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5780/statm: 4251 1166 414 3 0 830 0
[pid=5803] ppid=5780 vsize=214132 CPUtime=3561.63
/proc/5803/stat : 5803 (minisat-inc) R 5780 5780 5743 0 -1 4194304 52515 0 0 0 356128 35 0 0 25 0 1 0 4540315 219271168 52452 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/5803/statm: 53533 52452 80 151 0 53379 0
Current children cumulated CPU time (s) 3571.57
Current children cumulated vsize (KiB) 231136



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3610.8 s]
/proc/loadavg: 2.83 2.74 2.54 3/83 5869
/proc/meminfo: memFree=1221448/2055920 swapFree=4192956/4192956
[pid=5780] ppid=5778 vsize=17004 CPUtime=9.94
/proc/5780/stat : 5780 (sugar++) S 5778 5780 5743 0 -1 4194304 1672 23286 0 4 6 2 902 84 16 0 1 0 4539375 17412096 1166 996147200 4194304 4206940 548682068528 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5780/statm: 4251 1166 414 3 0 830 0
[pid=5803] ppid=5780 vsize=214660 CPUtime=3590.12
/proc/5803/stat : 5803 (minisat-inc) R 5780 5780 5743 0 -1 4194304 52654 0 0 0 358977 35 0 0 25 0 1 0 4540315 219811840 52591 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/5803/statm: 53665 52591 80 151 0 53511 0
Current children cumulated CPU time (s) 3600.06
Current children cumulated vsize (KiB) 231664

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

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

Child status: 0
Real time (s): 3610.89
CPU time (s): 3600.17
CPU user time (s): 3598.87
CPU system time (s): 1.3048
CPU usage (%): 99.7033
Max. virtual memory (cumulated for all children) (KiB): 890600

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3598.87
system time used= 1.3048
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 77691
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= 21532
involuntary context switches= 88159

runsolver used 3.23151 second user time and 9.92649 second system time

The end

Launcher Data (download as text)

Begin job on node87 at 2008-07-23 02:55:47
IDJOB=1127683
IDBENCH=63789
IDSOLVER=367
FILE ID=node87/1127683-1216774547
PBS_JOBID= 7974201
Free space on /tmp= 66560 MiB

SOLVER NAME= Sugar++ v1.13+minisat-inc
BENCH NAME= CPAI08/maxcsp/cnf/3-40-2100-3000/normalized-cnf-3-40-2100-244628_ext.xml
COMMAND LINE= DIR/sugar++ -max -incremental -c -vv -java="java -Xmx700M" -decjava="java -Xmx50M" -jar="DIR/sugar-v1-13.jar" -solver="DIR/minisat-inc" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1127683-1216774547/watcher-1127683-1216774547 -o /tmp/evaluation-result-1127683-1216774547/solver-1127683-1216774547 -C 3600 -W 4000 -M 900 --output-limit 1,15  HOME/sugar++ -max -incremental -c -vv -java="java -Xmx700M" -decjava="java -Xmx50M" -jar="HOME/sugar-v1-13.jar" -solver="HOME/minisat-inc" -tmp="HOME/temp" HOME/instance-1127683-1216774547.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 0d974cf072147dd7927247f6523f5bc3
RANDOM SEED=1428235191

node87.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.259
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.259
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1577224 kB
Buffers:         40332 kB
Cached:         322788 kB
SwapCached:          0 kB
Active:         233736 kB
Inactive:       178564 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1577224 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            1236 kB
Writeback:           0 kB
Mapped:          69428 kB
Slab:            51488 kB
Committed_AS:   896884 kB
PageTables:       1944 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= 66560 MiB
End job on node87 at 2008-07-23 03:56:00