Trace number 1118027

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.07 3630.73

General information on the benchmark

Namemaxcsp/maxcut/maxcut-50/
normalized-maxcut-50-580-10_ext.xml
MD5SUMf0550e5317c9cc63d7237f66420ba412
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkMOPT
Best Number of falsified constraints221
Best CPU time to get the best result obtained on this benchmark1508.98
Satisfiable
(Un)Satisfiability was proved
Number of variables50
Number of constraints580
Maximum constraint arity2
Maximum domain size2
Number of constraints which are defined in extension580
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.07	c 0	Sugar++ v1-13 + HOME/minisat-inc
0.00/0.07	c 0	BEGIN Mon Jul 14 23:07:40 2008
0.00/0.07	c 0	PID 28722
0.00/0.07	c 0	HOST node25.alineos.net
0.00/0.07	c 0	CONVERTING HOME/instance-1118027-1216069660.xml TO HOME/temp.csp
0.00/0.07	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1118027-1216069660.xml' 'HOME/temp.csp'
0.05/0.61	c 1	1 domains, 50 variables, 0 predicates, 1 relations, 580 constraints
0.05/0.70	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.05/0.70	c 1	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.05/0.78	c 1	Parsing HOME/temp.csp
0.37/0.92	c 1	parsed 632 expressions
0.37/0.92	c 1	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.37/0.94	c 1	MAX CSP: 580 constraints
0.37/0.94	c 1	Converting to clausal form CSP
0.37/0.97	c 1	converted 122 (10%) expressions
0.37/0.98	c 1	converted 243 (20%) expressions
0.37/0.99	c 1	converted 365 (30%) expressions
0.64/1.00	c 1	converted 486 (40%) expressions
0.64/1.02	c 1	converted 608 (50%) expressions
0.64/1.02	c 1	converted 729 (60%) expressions
0.64/1.03	c 1	converted 851 (70%) expressions
0.64/1.04	c 1	converted 972 (80%) expressions
0.75/1.11	c 1	converted 1094 (90%) expressions
0.85/1.21	c 1	converted 1215 (100%) expressions
0.85/1.21	c 1	CSP : 1210 integers, 0 booleans, 1739 clauses, largest domain size 871
0.85/1.21	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.85/1.21	c 1	Propagation in CSP
0.85/1.25	c 1	577 values, 0 unsatisfiable literals, and 0 valid clauses are removed
0.85/1.26	c 1	CSP : 1210 integers, 0 booleans, 1739 clauses, largest domain size 581
0.85/1.26	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.85/1.26	c 1	Simplifing CSP by introducing new Boolean variables
0.85/1.26	c 1	CSP : 1210 integers, 0 booleans, 1739 clauses, largest domain size 581
0.85/1.26	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.85/1.29	c 1	Encoding CSP to SAT : HOME/temp.cnf
0.94/1.30	c 1	121 (10%) CSP integer variables are encoded (0 clauses, 64 bytes)
0.94/1.30	c 1	242 (20%) CSP integer variables are encoded (0 clauses, 64 bytes)
0.94/1.30	c 1	363 (30%) CSP integer variables are encoded (0 clauses, 64 bytes)
0.94/1.30	c 1	484 (40%) CSP integer variables are encoded (0 clauses, 64 bytes)
0.94/1.31	c 1	605 (50%) CSP integer variables are encoded (0 clauses, 64 bytes)
0.94/1.32	c 1	726 (60%) CSP integer variables are encoded (3897 clauses, 49988 bytes)
0.94/1.32	c 1	847 (70%) CSP integer variables are encoded (6149 clauses, 79264 bytes)
0.94/1.32	c 1	968 (80%) CSP integer variables are encoded (7505 clauses, 96892 bytes)
0.94/1.33	c 1	1089 (90%) CSP integer variables are encoded (8300 clauses, 107227 bytes)
0.94/1.33	c 1	1210 (100%) CSP integer variables are encoded (9420 clauses, 123006 bytes)
0.94/1.36	c 1	174 (10%) CSP clauses are encoded (9768 clauses, 127402 bytes)
0.94/1.37	c 1	348 (20%) CSP clauses are encoded (10116 clauses, 132236 bytes)
0.94/1.39	c 1	522 (30%) CSP clauses are encoded (10464 clauses, 137108 bytes)
1.05/1.40	c 1	696 (40%) CSP clauses are encoded (12810 clauses, 176560 bytes)
1.35/1.79	c 2	870 (50%) CSP clauses are encoded (189586 clauses, 3384425 bytes)
1.44/1.81	c 2	1044 (60%) CSP clauses are encoded (195956 clauses, 3496303 bytes)
1.65/2.09	c 2	1218 (70%) CSP clauses are encoded (361702 clauses, 6547668 bytes)
1.74/2.12	c 2	1392 (80%) CSP clauses are encoded (368984 clauses, 6675864 bytes)
1.74/2.15	c 2	1566 (90%) CSP clauses are encoded (386258 clauses, 6987748 bytes)
1.84/2.26	c 2	1739 (100%) CSP clauses are encoded (449920 clauses, 8266940 bytes)
1.84/2.26	c 2	1739 CSP clauses encoded
1.84/2.26	c 2	Writing map file : HOME/temp.map
1.84/2.27	c 2	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.84/2.27	c 2	SAT : 10630 SAT variables, 449920 SAT clauses, 8266940 bytes
1.84/2.27	c 2	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.90/2.34	c 2	OBJECTIVE minimize _COST
1.90/2.34	c 2	SOLVING HOME/temp.cnf
1.90/2.34	c 2	CMD HOME/minisat-inc -incremental HOME/temp.cnf HOME/temp.out
1.90/2.35	c 2	This is MiniSat 2.0 beta incremental
1.90/2.35	c 2	WARNING: for repeatability, setting FPU to use double precision
1.90/2.35	c 2	============================[ Problem Statistics ]=============================
1.90/2.35	c 2	|                                                                             |
1.90/2.35	c 2	|  Number of variables:  10630                                                |
1.90/2.35	c 2	|  Number of clauses:    449920                                               |
1.93/2.54	c 2	|  Parsing time:         0.17         s                                       |
1.93/2.55	c 2	OK
1.93/2.55	c 2	OBJECTIVE BOUND: 0 <= _COST <= 
1.93/2.55	c 2	SEARCHING: _COST <= 290
1.93/2.55	c 2	============================[ Search Statistics ]==============================
1.93/2.55	c 2	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.93/2.55	c 2	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.93/2.55	c 2	===============================================================================
1.93/2.55	c 2	|         0 |   10630   449920  1320920 |   149973        0    nan |  0.000 % |
1.93/2.70	c 3	|       101 |   10630   449920  1320920 |   164970      101     22 |  0.003 % |
1.93/2.81	c 3	|       251 |   10630   449920  1320920 |   181467      251     28 |  0.003 % |
1.93/2.90	c 3	|       476 |   10630   449920  1320920 |   199614      476     29 |  0.003 % |
1.93/3.04	c 3	|       813 |   10630   449920  1320920 |   219575      813     28 |  0.003 % |
2.87/3.31	c 3	|      1320 |   10630   449920  1320920 |   241533     1320     28 |  0.003 % |
3.06/3.56	c 3	|      2079 |   10630   449920  1320920 |   265686     2079     27 |  0.003 % |
3.57/4.00	c 4	|      3219 |   10630   449920  1320920 |   292255     3219     28 |  0.003 % |
5.05/5.57	c 5	|      4927 |   10630   449920  1320920 |   321481     4927     33 |  0.003 % |
7.63/8.19	c 8	|      7489 |   10630   449920  1320920 |   353629     7489     37 |  0.003 % |
10.99/11.57	c 11	|     11333 |   10630   449920  1320920 |   388992    11333     40 |  0.003 % |
16.74/17.39	c 17	|     17099 |   10630   449920  1320920 |   427891    17099     42 |  0.003 % |
23.49/24.17	c 24	|     25749 |   10630   449920  1320920 |   470680    25749     41 |  0.003 % |
23.98/24.61	c 25	===============================================================================
23.98/24.61	c 25	restarts              : 13
23.98/24.61	c 25	conflicts             : 26486         (1202 /sec)
23.98/24.62	c 25	decisions             : 33452         (0.41 % random) (1518 /sec)
23.98/24.62	c 25	propagations          : 11309879       (513254 /sec)
23.98/24.62	c 25	conflict literals     : 1079656        (25.57 % deleted)
23.98/24.62	c 25	Memory used           : 25.90 MB
23.98/24.62	c 25	CPU time              : 22.0357 s
23.98/24.62	c 25	
23.98/24.62	c 25	SATISFIABLE
23.98/24.62	c 25	OK
23.98/24.62	c 25	FOUND: _COST <= 290
23.98/24.62	s SATISFIABLE
23.98/24.62	c 25	DECODING HOME/temp.out WITH HOME/temp.map
23.98/24.62	c 25	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
23.98/24.70	c 25	Decoding HOME/temp.out
24.00/24.81	c 25	OBJECTIVE _COST 290
24.00/24.81	o 290
24.00/24.82	v 0 1 0 1 0 0 1 1 0 1 1 1 1 0 1 0 1 1 0 0 0 1 1 0 1 1 1 1 1 0 1 0 0 0 1 0 1 1 1 0 1 1 0 0 0 0 1 0 1 1
24.00/24.82	c 25	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
24.27/24.96	c 25	OK
24.27/24.96	c 25	OBJECTIVE BOUND: 0 <= _COST <= 290
24.27/24.96	c 25	SEARCHING: _COST <= 145
24.27/24.96	c 25	============================[ Search Statistics ]==============================
24.27/24.96	c 25	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
24.27/24.96	c 25	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
24.27/24.96	c 25	===============================================================================
24.27/24.96	c 25	|     26486 |    7730   287498   842064 |    95832    26486     41 |  0.003 % |
24.36/25.07	c 25	|     26586 |    7730   287498   842064 |   105415    26586     41 | 27.283 % |
24.56/25.21	c 25	|     26736 |    7730   287498   842064 |   115957    26736     41 | 27.283 % |
24.66/25.35	c 25	|     26961 |    7730   287498   842064 |   127553    26961     40 | 27.283 % |
24.86/25.50	c 25	|     27298 |    7730   287498   842064 |   140308    27298     40 | 27.283 % |
25.06/25.78	c 26	|     27804 |    7730   287498   842064 |   154339    27804     40 | 27.283 % |
25.55/26.20	c 26	|     28564 |    7730   287498   842064 |   169773    28564     39 | 27.283 % |
26.54/27.21	c 27	|     29705 |    7730   287498   842064 |   186750    29705     39 | 27.283 % |
28.13/28.83	c 29	|     31413 |    7730   287498   842064 |   205425    31413     38 | 27.283 % |
30.41/31.16	c 31	|     33976 |    7730   287498   842064 |   225968    33976     38 | 27.283 % |
33.08/33.86	c 34	|     37820 |    7730   287498   842064 |   248565    37820     37 | 27.283 % |
37.94/38.77	c 39	|     43588 |    7730   287498   842064 |   273421    43588     36 | 27.283 % |
47.25/48.13	c 48	|     52237 |    7730   287498   842064 |   300763    52237     34 | 27.283 % |
63.22/64.21	c 64	|     65211 |    7730   287498   842064 |   330840    65211     33 | 27.283 % |
86.62/87.88	c 88	|     84673 |    7730   287498   842064 |   363924    84673     33 | 27.283 % |
131.02/132.69	c 133	|    113866 |    7730   287498   842064 |   400316   113866     32 | 27.283 % |
208.95/211.26	c 211	|    157655 |    7730   287498   842064 |   440348   157655     31 | 27.283 % |
350.12/353.69	c 354	|    223341 |    7730   287498   842064 |   484383   223341     32 | 27.283 % |
621.75/627.69	c 628	|    321868 |    7730   287498   842064 |   532821   321868     32 | 27.283 % |
1108.31/1118.43	c 1118	|    469660 |    7730   287498   842064 |   586103   469660     32 | 27.283 % |
1809.38/1825.68	c 1826	|    691343 |    7730   287498   842064 |   644714   123930     31 | 27.283 % |
2877.46/2903.09	c 2903	|   1023869 |    7730   287498   842064 |   709185   456456     32 | 27.283 % |
3600.01/3630.71	c ERROR INTERRUPTED
3600.01/3630.73	c 3631	CPU 3599.48 (0.05 0.02 3599.43 0.54)
3600.01/3630.73	c 3631	END Tue Jul 15 00:08:11 2008

Verifier Data (download as text)

OK	269	311
269 unsatisfied constraints, 311 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-1118027-1216069660/watcher-1118027-1216069660 -o /tmp/evaluation-result-1118027-1216069660/solver-1118027-1216069660 -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-1118027-1216069660.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.66 2.68 2.59 5/80 28722
/proc/meminfo: memFree=1738992/2055920 swapFree=4180932/4192956
[pid=28722] ppid=28720 vsize=12268 CPUtime=0
/proc/28722/stat : 28722 (sugar++) R 28720 28722 27387 0 -1 4194304 348 0 0 0 0 0 0 0 21 0 1 0 63667896 12562432 316 996147200 4194304 4206940 548682068528 18446744073709551615 253307353701 0 2147483391 4224 0 0 0 0 17 0 0 0
/proc/28722/statm: 3067 316 241 3 0 167 0

[startup+0.0964589 s]
/proc/loadavg: 2.66 2.68 2.59 5/80 28722
/proc/meminfo: memFree=1738992/2055920 swapFree=4180932/4192956
[pid=28722] ppid=28720 vsize=16740 CPUtime=0.05
/proc/28722/stat : 28722 (sugar++) S 28720 28722 27387 0 -1 4194304 1219 128 0 0 4 1 0 0 20 0 1 0 63667896 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28722/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 16740

[startup+0.101453 s]
/proc/loadavg: 2.66 2.68 2.59 5/80 28722
/proc/meminfo: memFree=1738992/2055920 swapFree=4180932/4192956
[pid=28722] ppid=28720 vsize=16740 CPUtime=0.05
/proc/28722/stat : 28722 (sugar++) S 28720 28722 27387 0 -1 4194304 1219 128 0 0 4 1 0 0 20 0 1 0 63667896 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28722/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 16740

[startup+0.301495 s]
/proc/loadavg: 2.66 2.68 2.59 5/80 28722
/proc/meminfo: memFree=1738992/2055920 swapFree=4180932/4192956
[pid=28722] ppid=28720 vsize=16740 CPUtime=0.05
/proc/28722/stat : 28722 (sugar++) S 28720 28722 27387 0 -1 4194304 1219 128 0 0 4 1 0 0 20 0 1 0 63667896 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28722/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 16740

[startup+0.701562 s]
/proc/loadavg: 2.66 2.68 2.59 5/80 28722
/proc/meminfo: memFree=1738992/2055920 swapFree=4180932/4192956
[pid=28722] ppid=28720 vsize=16740 CPUtime=0.05
/proc/28722/stat : 28722 (sugar++) S 28720 28722 27387 0 -1 4194304 1236 128 0 0 4 1 0 0 15 0 1 0 63667896 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28722/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 16740

[startup+1.5017 s]
/proc/loadavg: 2.66 2.68 2.59 5/91 28744
/proc/meminfo: memFree=1729688/2055920 swapFree=4180932/4192956
[pid=28722] ppid=28720 vsize=16740 CPUtime=0.38
/proc/28722/stat : 28722 (sugar++) S 28720 28722 27387 0 -1 4194304 1297 4531 0 1 5 2 28 3 15 0 1 0 63667896 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28722/statm: 4185 1104 409 3 0 764 0
[pid=28735] ppid=28722 vsize=5356 CPUtime=0
/proc/28735/stat : 28735 (sh) S 28722 28722 27387 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 63667967 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28735/statm: 1339 233 193 169 0 50 0
[pid=28736] ppid=28735 vsize=868492 CPUtime=0.76
/proc/28736/stat : 28736 (java) S 28735 28722 27387 0 -1 0 6543 0 1 0 72 4 0 0 20 0 9 0 63667967 889335808 5756 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/28736/statm: 217123 5756 2563 9 0 211670 0
[pid=28736/tid=28737] ppid=28735 vsize=868492 CPUtime=0.45
/proc/28736/task/28737/stat : 28737 (java) R 28735 28722 27387 0 -1 64 2736 0 1 0 44 1 0 0 25 0 9 0 63667968 889335808 5756 996147200 134512640 134550740 4294955920 18446744073709551615 4127018160 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28736/tid=28738] ppid=28735 vsize=868492 CPUtime=0.06
/proc/28736/task/28738/stat : 28738 (java) S 28735 28722 27387 0 -1 64 1625 0 0 0 5 1 0 0 16 0 9 0 63667969 889335808 5756 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=28736/tid=28739] ppid=28735 vsize=868492 CPUtime=0
/proc/28736/task/28739/stat : 28739 (java) S 28735 28722 27387 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 63667969 889335808 5756 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28736/tid=28740] ppid=28735 vsize=868492 CPUtime=0
/proc/28736/task/28740/stat : 28740 (java) S 28735 28722 27387 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 63667969 889335808 5756 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28736/tid=28741] ppid=28735 vsize=868492 CPUtime=0
/proc/28736/task/28741/stat : 28741 (java) S 28735 28722 27387 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 63667972 889335808 5756 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28736/tid=28742] ppid=28735 vsize=868492 CPUtime=0.22
/proc/28736/task/28742/stat : 28742 (java) S 28735 28722 27387 0 -1 64 1488 0 0 0 21 1 0 0 16 0 9 0 63667972 889335808 5756 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28736/tid=28743] ppid=28735 vsize=868492 CPUtime=0
/proc/28736/task/28743/stat : 28743 (java) S 28735 28722 27387 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 63667972 889335808 5756 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28736/tid=28744] ppid=28735 vsize=868492 CPUtime=0
/proc/28736/task/28744/stat : 28744 (java) S 28735 28722 27387 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 63667972 889335808 5756 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.14
Current children cumulated vsize (KiB) 890588

[startup+3.10198 s]
/proc/loadavg: 2.66 2.68 2.59 4/91 28744
/proc/meminfo: memFree=1716248/2055920 swapFree=4180932/4192956
[pid=28722] ppid=28720 vsize=16872 CPUtime=1.93
/proc/28722/stat : 28722 (sugar++) S 28720 28722 27387 0 -1 4194304 1479 11618 0 2 5 2 172 14 15 0 1 0 63667896 17276928 1129 996147200 4194304 4206940 548682068528 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28722/statm: 4218 1129 414 3 0 797 0
Current children cumulated CPU time (s) 1.93
Current children cumulated vsize (KiB) 16872

[startup+6.30153 s]
/proc/loadavg: 2.61 2.67 2.58 4/82 28745
/proc/meminfo: memFree=1706208/2055920 swapFree=4180932/4192956
[pid=28722] ppid=28720 vsize=16872 CPUtime=1.93
/proc/28722/stat : 28722 (sugar++) S 28720 28722 27387 0 -1 4194304 1479 11618 0 2 5 2 172 14 16 0 1 0 63667896 17276928 1129 996147200 4194304 4206940 548682068528 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28722/statm: 4218 1129 414 3 0 797 0
[pid=28745] ppid=28722 vsize=22264 CPUtime=3.91
/proc/28745/stat : 28745 (minisat-inc) R 28722 28722 27387 0 -1 4194304 5473 0 0 0 388 3 0 0 25 0 1 0 63668131 22798336 5421 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/28745/statm: 5566 5421 73 151 0 5412 0
Current children cumulated CPU time (s) 5.84
Current children cumulated vsize (KiB) 39136

[startup+12.7016 s]
/proc/loadavg: 2.56 2.66 2.58 4/82 28745
/proc/meminfo: memFree=1704864/2055920 swapFree=4180932/4192956
[pid=28722] ppid=28720 vsize=16872 CPUtime=1.93
/proc/28722/stat : 28722 (sugar++) S 28720 28722 27387 0 -1 4194304 1479 11618 0 2 5 2 172 14 16 0 1 0 63667896 17276928 1129 996147200 4194304 4206940 548682068528 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28722/statm: 4218 1129 414 3 0 797 0
[pid=28745] ppid=28722 vsize=23748 CPUtime=10.25
/proc/28745/stat : 28745 (minisat-inc) R 28722 28722 27387 0 -1 4194304 5843 0 0 0 1022 3 0 0 25 0 1 0 63668131 24317952 5791 996147200 134512640 135134323 4294956192 18446744073709551615 134532322 0 0 4096 3 0 0 0 17 0 0 0
/proc/28745/statm: 5937 5791 73 151 0 5783 0
Current children cumulated CPU time (s) 12.18
Current children cumulated vsize (KiB) 40620

[startup+25.5018 s]
/proc/loadavg: 2.43 2.62 2.57 4/82 28755
/proc/meminfo: memFree=1701728/2055920 swapFree=4180932/4192956
[pid=28722] ppid=28720 vsize=16872 CPUtime=2.12
/proc/28722/stat : 28722 (sugar++) S 28720 28722 27387 0 -1 4194304 1564 15491 0 3 5 2 189 16 15 0 1 0 63667896 17276928 1130 996147200 4194304 4206940 548682068528 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28722/statm: 4218 1130 414 3 0 797 0
[pid=28745] ppid=28722 vsize=26520 CPUtime=22.74
/proc/28745/stat : 28745 (minisat-inc) R 28722 28722 27387 0 -1 4194304 6554 0 0 0 2270 4 0 0 25 0 1 0 63668131 27156480 6500 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/28745/statm: 6630 6500 79 151 0 6476 0
Current children cumulated CPU time (s) 24.86
Current children cumulated vsize (KiB) 43392

[startup+51.1012 s]
/proc/loadavg: 2.47 2.62 2.57 4/82 28755
/proc/meminfo: memFree=1701728/2055920 swapFree=4180932/4192956
[pid=28722] ppid=28720 vsize=16872 CPUtime=2.12
/proc/28722/stat : 28722 (sugar++) S 28720 28722 27387 0 -1 4194304 1564 15491 0 3 5 2 189 16 16 0 1 0 63667896 17276928 1130 996147200 4194304 4206940 548682068528 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28722/statm: 4218 1130 414 3 0 797 0
[pid=28745] ppid=28722 vsize=26896 CPUtime=48.12
/proc/28745/stat : 28745 (minisat-inc) R 28722 28722 27387 0 -1 4194304 6647 0 0 0 4807 5 0 0 25 0 1 0 63668131 27541504 6593 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/28745/statm: 6724 6593 79 151 0 6570 0
Current children cumulated CPU time (s) 50.24
Current children cumulated vsize (KiB) 43768

[startup+102.305 s]
/proc/loadavg: 2.67 2.65 2.58 3/82 28755
/proc/meminfo: memFree=1695456/2055920 swapFree=4180932/4192956
[pid=28722] ppid=28720 vsize=16872 CPUtime=2.12
/proc/28722/stat : 28722 (sugar++) S 28720 28722 27387 0 -1 4194304 1564 15491 0 3 5 2 189 16 16 0 1 0 63667896 17276928 1130 996147200 4194304 4206940 548682068528 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28722/statm: 4218 1130 414 3 0 797 0
[pid=28745] ppid=28722 vsize=33320 CPUtime=98.87
/proc/28745/stat : 28745 (minisat-inc) R 28722 28722 27387 0 -1 4194304 8198 0 0 0 9880 7 0 0 25 0 1 0 63668131 34119680 8144 996147200 134512640 135134323 4294956192 18446744073709551615 134532161 0 0 4096 3 0 0 0 17 0 0 0
/proc/28745/statm: 8330 8144 79 151 0 8176 0
Current children cumulated CPU time (s) 100.99
Current children cumulated vsize (KiB) 50192

[startup+162.302 s]
/proc/loadavg: 2.64 2.63 2.58 4/82 28755
/proc/meminfo: memFree=1690016/2055920 swapFree=4180932/4192956
[pid=28722] ppid=28720 vsize=16872 CPUtime=2.12
/proc/28722/stat : 28722 (sugar++) S 28720 28722 27387 0 -1 4194304 1564 15491 0 3 5 2 189 16 16 0 1 0 63667896 17276928 1130 996147200 4194304 4206940 548682068528 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28722/statm: 4218 1130 414 3 0 797 0
[pid=28745] ppid=28722 vsize=38824 CPUtime=158.35
/proc/28745/stat : 28745 (minisat-inc) R 28722 28722 27387 0 -1 4194304 9592 0 0 0 15827 8 0 0 25 0 1 0 63668131 39755776 9538 996147200 134512640 135134323 4294956192 18446744073709551615 134529673 0 0 4096 3 0 0 0 17 0 0 0
/proc/28745/statm: 9706 9538 79 151 0 9552 0
Current children cumulated CPU time (s) 160.47
Current children cumulated vsize (KiB) 55696

[startup+222.302 s]
/proc/loadavg: 2.78 2.67 2.59 3/82 28755
/proc/meminfo: memFree=1685088/2055920 swapFree=4180932/4192956
[pid=28722] ppid=28720 vsize=16872 CPUtime=2.12
/proc/28722/stat : 28722 (sugar++) S 28720 28722 27387 0 -1 4194304 1564 15491 0 3 5 2 189 16 16 0 1 0 63667896 17276928 1130 996147200 4194304 4206940 548682068528 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28722/statm: 4218 1130 414 3 0 797 0
[pid=28745] ppid=28722 vsize=44060 CPUtime=217.82
/proc/28745/stat : 28745 (minisat-inc) R 28722 28722 27387 0 -1 4194304 10852 0 0 0 21773 9 0 0 25 0 1 0 63668131 45117440 10798 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/28745/statm: 11015 10798 79 151 0 10861 0
Current children cumulated CPU time (s) 219.94
Current children cumulated vsize (KiB) 60932

[startup+282.301 s]
/proc/loadavg: 2.78 2.68 2.60 4/82 28755
/proc/meminfo: memFree=1680544/2055920 swapFree=4180932/4192956
[pid=28722] ppid=28720 vsize=16872 CPUtime=2.12
/proc/28722/stat : 28722 (sugar++) S 28720 28722 27387 0 -1 4194304 1564 15491 0 3 5 2 189 16 16 0 1 0 63667896 17276928 1130 996147200 4194304 4206940 548682068528 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28722/statm: 4218 1130 414 3 0 797 0
[pid=28745] ppid=28722 vsize=48572 CPUtime=277.31
/proc/28745/stat : 28745 (minisat-inc) R 28722 28722 27387 0 -1 4194304 11985 0 0 0 27721 10 0 0 25 0 1 0 63668131 49737728 11931 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/28745/statm: 12143 11931 79 151 0 11989 0
Current children cumulated CPU time (s) 279.43
Current children cumulated vsize (KiB) 65444

[startup+342.301 s]
/proc/loadavg: 2.54 2.63 2.58 4/82 28755
/proc/meminfo: memFree=1676200/2055920 swapFree=4180932/4192956
[pid=28722] ppid=28720 vsize=16872 CPUtime=2.12
/proc/28722/stat : 28722 (sugar++) S 28720 28722 27387 0 -1 4194304 1564 15491 0 3 5 2 189 16 16 0 1 0 63667896 17276928 1130 996147200 4194304 4206940 548682068528 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28722/statm: 4218 1130 414 3 0 797 0
[pid=28745] ppid=28722 vsize=53260 CPUtime=336.79
/proc/28745/stat : 28745 (minisat-inc) R 28722 28722 27387 0 -1 4194304 13083 0 0 0 33668 11 0 0 25 0 1 0 63668131 54538240 13029 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0

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

[pid=28745] ppid=28722 vsize=118332 CPUtime=2894.48
/proc/28745/stat : 28745 (minisat-inc) R 28722 28722 27387 0 -1 4194304 29001 0 0 0 289415 33 0 0 25 0 1 0 63668131 121171968 28912 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/28745/statm: 29583 28912 79 151 0 29429 0
Current children cumulated CPU time (s) 2896.6
Current children cumulated vsize (KiB) 135204

[startup+2982.3 s]
/proc/loadavg: 2.71 2.70 2.64 4/82 28757
/proc/meminfo: memFree=1611368/2055920 swapFree=4180932/4192956
[pid=28722] ppid=28720 vsize=16872 CPUtime=2.12
/proc/28722/stat : 28722 (sugar++) S 28720 28722 27387 0 -1 4194304 1564 15491 0 3 5 2 189 16 16 0 1 0 63667896 17276928 1130 996147200 4194304 4206940 548682068528 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28722/statm: 4218 1130 414 3 0 797 0
[pid=28745] ppid=28722 vsize=118656 CPUtime=2953.96
/proc/28745/stat : 28745 (minisat-inc) R 28722 28722 27387 0 -1 4194304 29052 0 0 0 295363 33 0 0 25 0 1 0 63668131 121503744 28963 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/28745/statm: 29664 28963 79 151 0 29510 0
Current children cumulated CPU time (s) 2956.08
Current children cumulated vsize (KiB) 135528

[startup+3042.3 s]
/proc/loadavg: 2.58 2.67 2.63 3/82 28757
/proc/meminfo: memFree=1611304/2055920 swapFree=4180932/4192956
[pid=28722] ppid=28720 vsize=16872 CPUtime=2.12
/proc/28722/stat : 28722 (sugar++) S 28720 28722 27387 0 -1 4194304 1564 15491 0 3 5 2 189 16 16 0 1 0 63667896 17276928 1130 996147200 4194304 4206940 548682068528 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28722/statm: 4218 1130 414 3 0 797 0
[pid=28745] ppid=28722 vsize=118656 CPUtime=3013.44
/proc/28745/stat : 28745 (minisat-inc) R 28722 28722 27387 0 -1 4194304 29071 0 0 0 301311 33 0 0 25 0 1 0 63668131 121503744 28982 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/28745/statm: 29664 28982 79 151 0 29510 0
Current children cumulated CPU time (s) 3015.56
Current children cumulated vsize (KiB) 135528

[startup+3102.3 s]
/proc/loadavg: 2.57 2.65 2.63 3/82 28757
/proc/meminfo: memFree=1611304/2055920 swapFree=4180932/4192956
[pid=28722] ppid=28720 vsize=16872 CPUtime=2.12
/proc/28722/stat : 28722 (sugar++) S 28720 28722 27387 0 -1 4194304 1564 15491 0 3 5 2 189 16 16 0 1 0 63667896 17276928 1130 996147200 4194304 4206940 548682068528 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28722/statm: 4218 1130 414 3 0 797 0
[pid=28745] ppid=28722 vsize=118656 CPUtime=3072.92
/proc/28745/stat : 28745 (minisat-inc) R 28722 28722 27387 0 -1 4194304 29077 0 0 0 307259 33 0 0 25 0 1 0 63668131 121503744 28988 996147200 134512640 135134323 4294956192 18446744073709551615 134531947 0 0 4096 3 0 0 0 17 0 0 0
/proc/28745/statm: 29664 28988 79 151 0 29510 0
Current children cumulated CPU time (s) 3075.04
Current children cumulated vsize (KiB) 135528

[startup+3162.3 s]
/proc/loadavg: 2.59 2.64 2.62 4/82 28757
/proc/meminfo: memFree=1611112/2055920 swapFree=4180932/4192956
[pid=28722] ppid=28720 vsize=16872 CPUtime=2.12
/proc/28722/stat : 28722 (sugar++) S 28720 28722 27387 0 -1 4194304 1564 15491 0 3 5 2 189 16 16 0 1 0 63667896 17276928 1130 996147200 4194304 4206940 548682068528 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28722/statm: 4218 1130 414 3 0 797 0
[pid=28745] ppid=28722 vsize=119020 CPUtime=3132.39
/proc/28745/stat : 28745 (minisat-inc) R 28722 28722 27387 0 -1 4194304 29148 0 0 0 313206 33 0 0 25 0 1 0 63668131 121876480 29059 996147200 134512640 135134323 4294956192 18446744073709551615 134531900 0 0 4096 3 0 0 0 17 0 0 0
/proc/28745/statm: 29755 29059 79 151 0 29601 0
Current children cumulated CPU time (s) 3134.51
Current children cumulated vsize (KiB) 135892

[startup+3222.3 s]
/proc/loadavg: 2.56 2.62 2.62 4/82 28763
/proc/meminfo: memFree=1610784/2055920 swapFree=4180932/4192956
[pid=28722] ppid=28720 vsize=16872 CPUtime=2.12
/proc/28722/stat : 28722 (sugar++) S 28720 28722 27387 0 -1 4194304 1564 15491 0 3 5 2 189 16 16 0 1 0 63667896 17276928 1130 996147200 4194304 4206940 548682068528 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28722/statm: 4218 1130 414 3 0 797 0
[pid=28745] ppid=28722 vsize=119020 CPUtime=3191.87
/proc/28745/stat : 28745 (minisat-inc) R 28722 28722 27387 0 -1 4194304 29158 0 0 0 319153 34 0 0 25 0 1 0 63668131 121876480 29069 996147200 134512640 135134323 4294956192 18446744073709551615 134531900 0 0 4096 3 0 0 0 17 0 0 0
/proc/28745/statm: 29755 29069 79 151 0 29601 0
Current children cumulated CPU time (s) 3193.99
Current children cumulated vsize (KiB) 135892

[startup+3282.3 s]
/proc/loadavg: 2.63 2.63 2.62 4/82 28763
/proc/meminfo: memFree=1610784/2055920 swapFree=4180932/4192956
[pid=28722] ppid=28720 vsize=16872 CPUtime=2.12
/proc/28722/stat : 28722 (sugar++) S 28720 28722 27387 0 -1 4194304 1564 15491 0 3 5 2 189 16 16 0 1 0 63667896 17276928 1130 996147200 4194304 4206940 548682068528 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28722/statm: 4218 1130 414 3 0 797 0
[pid=28745] ppid=28722 vsize=119260 CPUtime=3251.35
/proc/28745/stat : 28745 (minisat-inc) R 28722 28722 27387 0 -1 4194304 29187 0 0 0 325101 34 0 0 25 0 1 0 63668131 122122240 29098 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/28745/statm: 29815 29098 79 151 0 29661 0
Current children cumulated CPU time (s) 3253.47
Current children cumulated vsize (KiB) 136132

[startup+3342.3 s]
/proc/loadavg: 2.71 2.65 2.63 3/82 28763
/proc/meminfo: memFree=1610784/2055920 swapFree=4180932/4192956
[pid=28722] ppid=28720 vsize=16872 CPUtime=2.12
/proc/28722/stat : 28722 (sugar++) S 28720 28722 27387 0 -1 4194304 1564 15491 0 3 5 2 189 16 16 0 1 0 63667896 17276928 1130 996147200 4194304 4206940 548682068528 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28722/statm: 4218 1130 414 3 0 797 0
[pid=28745] ppid=28722 vsize=119260 CPUtime=3310.83
/proc/28745/stat : 28745 (minisat-inc) R 28722 28722 27387 0 -1 4194304 29200 0 0 0 331049 34 0 0 25 0 1 0 63668131 122122240 29111 996147200 134512640 135134323 4294956192 18446744073709551615 134531961 0 0 4096 3 0 0 0 17 0 0 0
/proc/28745/statm: 29815 29111 79 151 0 29661 0
Current children cumulated CPU time (s) 3312.95
Current children cumulated vsize (KiB) 136132

[startup+3402.31 s]
/proc/loadavg: 2.45 2.60 2.61 3/76 28828
/proc/meminfo: memFree=1652168/2055920 swapFree=4180932/4192956
[pid=28722] ppid=28720 vsize=16872 CPUtime=2.12
/proc/28722/stat : 28722 (sugar++) S 28720 28722 27387 0 -1 4194304 1564 15491 0 3 5 2 189 16 16 0 1 0 63667896 17276928 1130 996147200 4194304 4206940 548682068528 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28722/statm: 4218 1130 414 3 0 797 0
[pid=28745] ppid=28722 vsize=119260 CPUtime=3370.44
/proc/28745/stat : 28745 (minisat-inc) R 28722 28722 27387 0 -1 4194304 29203 0 0 0 337009 35 0 0 25 0 1 0 63668131 122122240 29114 996147200 134512640 135134323 4294956192 18446744073709551615 134531952 0 0 4096 3 0 0 0 17 0 0 0
/proc/28745/statm: 29815 29114 79 151 0 29661 0
Current children cumulated CPU time (s) 3372.56
Current children cumulated vsize (KiB) 136132

[startup+3462.3 s]
/proc/loadavg: 2.16 2.49 2.57 3/76 28828
/proc/meminfo: memFree=1649160/2055920 swapFree=4180932/4192956
[pid=28722] ppid=28720 vsize=16872 CPUtime=2.12
/proc/28722/stat : 28722 (sugar++) S 28720 28722 27387 0 -1 4194304 1564 15491 0 3 5 2 189 16 16 0 1 0 63667896 17276928 1130 996147200 4194304 4206940 548682068528 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28722/statm: 4218 1130 414 3 0 797 0
[pid=28745] ppid=28722 vsize=119380 CPUtime=3430.18
/proc/28745/stat : 28745 (minisat-inc) R 28722 28722 27387 0 -1 4194304 29232 0 0 0 342983 35 0 0 25 0 1 0 63668131 122245120 29143 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/28745/statm: 29845 29143 79 151 0 29691 0
Current children cumulated CPU time (s) 3432.3
Current children cumulated vsize (KiB) 136252

[startup+3522.3 s]
/proc/loadavg: 2.06 2.40 2.53 3/76 28828
/proc/meminfo: memFree=1643152/2055920 swapFree=4180932/4192956
[pid=28722] ppid=28720 vsize=16872 CPUtime=2.12
/proc/28722/stat : 28722 (sugar++) S 28720 28722 27387 0 -1 4194304 1564 15491 0 3 5 2 189 16 16 0 1 0 63667896 17276928 1130 996147200 4194304 4206940 548682068528 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28722/statm: 4218 1130 414 3 0 797 0
[pid=28745] ppid=28722 vsize=119380 CPUtime=3489.93
/proc/28745/stat : 28745 (minisat-inc) R 28722 28722 27387 0 -1 4194304 29236 0 0 0 348958 35 0 0 25 0 1 0 63668131 122245120 29147 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/28745/statm: 29845 29147 79 151 0 29691 0
Current children cumulated CPU time (s) 3492.05
Current children cumulated vsize (KiB) 136252

[startup+3582.3 s]
/proc/loadavg: 2.02 2.32 2.50 3/76 28828
/proc/meminfo: memFree=1637264/2055920 swapFree=4180932/4192956
[pid=28722] ppid=28720 vsize=16872 CPUtime=2.12
/proc/28722/stat : 28722 (sugar++) S 28720 28722 27387 0 -1 4194304 1564 15491 0 3 5 2 189 16 16 0 1 0 63667896 17276928 1130 996147200 4194304 4206940 548682068528 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28722/statm: 4218 1130 414 3 0 797 0
[pid=28745] ppid=28722 vsize=120568 CPUtime=3549.7
/proc/28745/stat : 28745 (minisat-inc) R 28722 28722 27387 0 -1 4194304 29537 0 0 0 354934 36 0 0 25 0 1 0 63668131 123461632 29448 996147200 134512640 135134323 4294956192 18446744073709551615 134523921 0 0 4096 3 0 0 0 17 0 0 0
/proc/28745/statm: 30142 29448 79 151 0 29988 0
Current children cumulated CPU time (s) 3551.82
Current children cumulated vsize (KiB) 137440



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3630.7 s]
/proc/loadavg: 2.01 2.27 2.47 3/76 28828
/proc/meminfo: memFree=1632144/2055920 swapFree=4180932/4192956
[pid=28722] ppid=28720 vsize=16872 CPUtime=2.12
/proc/28722/stat : 28722 (sugar++) S 28720 28722 27387 0 -1 4194304 1564 15491 0 3 5 2 189 16 16 0 1 0 63667896 17276928 1130 996147200 4194304 4206940 548682068528 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28722/statm: 4218 1130 414 3 0 797 0
[pid=28745] ppid=28722 vsize=121756 CPUtime=3597.89
/proc/28745/stat : 28745 (minisat-inc) R 28722 28722 27387 0 -1 4194304 29857 0 0 0 359753 36 0 0 25 0 1 0 63668131 124678144 29768 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/28745/statm: 30439 29768 79 151 0 30285 0
Current children cumulated CPU time (s) 3600.01
Current children cumulated vsize (KiB) 138628

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

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

[startup+3630.7 s]
/proc/loadavg: 2.01 2.27 2.47 3/76 28828
/proc/meminfo: memFree=1632144/2055920 swapFree=4180932/4192956
[pid=28722] ppid=28720 vsize=16872 CPUtime=2.12
/proc/28722/stat : 28722 (sugar++) S 28720 28722 27387 0 -1 4194304 1564 15491 0 3 5 2 189 16 16 0 1 0 63667896 17276928 1130 996147200 4194304 4206940 548682068528 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28722/statm: 4218 1130 414 3 0 797 0
[pid=28745] ppid=28722 vsize=121756 CPUtime=3597.89
/proc/28745/stat : 28745 (minisat-inc) R 28722 28722 27387 0 -1 4194304 29857 0 0 0 359753 36 0 0 25 0 1 0 63668131 124678144 29768 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/28745/statm: 30439 29768 79 151 0 30285 0
Current children cumulated CPU time (s) 3600.01
Current children cumulated vsize (KiB) 138628

Child status: 0
Real time (s): 3630.73
CPU time (s): 3600.07
CPU user time (s): 3599.49
CPU system time (s): 0.579911
CPU usage (%): 99.1555
Max. virtual memory (cumulated for all children) (KiB): 890588

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3599.49
system time used= 0.579911
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 46991
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= 3691
involuntary context switches= 85707

runsolver used 3.66644 second user time and 9.55855 second system time

The end

Launcher Data (download as text)

Begin job on node25 at 2008-07-14 23:07:40
IDJOB=1118027
IDBENCH=62193
IDSOLVER=367
FILE ID=node25/1118027-1216069660
PBS_JOBID= 7905003
Free space on /tmp= 66528 MiB

SOLVER NAME= Sugar++ v1.13+minisat-inc
BENCH NAME= CPAI08/maxcsp/maxcut/maxcut-50/normalized-maxcut-50-580-10_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-1118027-1216069660/watcher-1118027-1216069660 -o /tmp/evaluation-result-1118027-1216069660/solver-1118027-1216069660 -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-1118027-1216069660.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= f0550e5317c9cc63d7237f66420ba412
RANDOM SEED=1215426055

node25.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.265
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.265
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:       1739728 kB
Buffers:         60568 kB
Cached:         125396 kB
SwapCached:       5932 kB
Active:         217456 kB
Inactive:        52800 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1739728 kB
SwapTotal:     4192956 kB
SwapFree:      4180932 kB
Dirty:             860 kB
Writeback:           0 kB
Mapped:         100432 kB
Slab:            30924 kB
Committed_AS:  1158624 kB
PageTables:       2184 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= 66520 MiB
End job on node25 at 2008-07-15 00:08:13