Trace number 1120467

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.12 3611.73

General information on the benchmark

Namemaxcsp/maxcut/maxcut-40/
normalized-maxcut-40-580-1_ext.xml
MD5SUMa4391336ee450e179fd0866c478376f2
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkMOPT
Best Number of falsified constraints241
Best CPU time to get the best result obtained on this benchmark1101.83
Satisfiable
(Un)Satisfiability was proved
Number of variables40
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.08	c 0	Sugar++ v1-13 + HOME/minisat-inc
0.00/0.08	c 0	BEGIN Tue Jul 15 11:57:49 2008
0.00/0.08	c 0	PID 29673
0.06/0.08	c 0	HOST node17.alineos.net
0.06/0.08	c 0	CONVERTING HOME/instance-1120467-1216115869.xml TO HOME/temp.csp
0.06/0.08	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1120467-1216115869.xml' 'HOME/temp.csp'
0.06/0.43	c 0	1 domains, 40 variables, 0 predicates, 1 relations, 580 constraints
0.06/0.53	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.53	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.49/0.61	c 0	Parsing HOME/temp.csp
0.49/0.73	c 1	parsed 622 expressions
0.49/0.73	c 1	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.49/0.75	c 1	MAX CSP: 580 constraints
0.49/0.75	c 1	Converting to clausal form CSP
0.49/0.79	c 1	converted 121 (10%) expressions
0.49/0.80	c 1	converted 241 (20%) expressions
0.49/0.81	c 1	converted 362 (30%) expressions
0.49/0.82	c 1	converted 482 (40%) expressions
0.49/0.83	c 1	converted 603 (50%) expressions
0.49/0.84	c 1	converted 723 (60%) expressions
0.49/0.85	c 1	converted 844 (70%) expressions
0.49/0.86	c 1	converted 964 (80%) expressions
0.49/0.93	c 1	converted 1085 (90%) expressions
0.94/1.05	c 1	converted 1205 (100%) expressions
0.94/1.05	c 1	CSP : 1200 integers, 0 booleans, 1739 clauses, largest domain size 871
0.94/1.05	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.94/1.05	c 1	Propagation in CSP
0.94/1.10	c 1	577 values, 0 unsatisfiable literals, and 0 valid clauses are removed
0.94/1.10	c 1	CSP : 1200 integers, 0 booleans, 1739 clauses, largest domain size 581
0.94/1.10	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.94/1.10	c 1	Simplifing CSP by introducing new Boolean variables
1.04/1.11	c 1	CSP : 1200 integers, 0 booleans, 1739 clauses, largest domain size 581
1.04/1.11	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.04/1.14	c 1	Encoding CSP to SAT : HOME/temp.cnf
1.04/1.14	c 1	120 (10%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.04/1.15	c 1	240 (20%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.04/1.15	c 1	360 (30%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.04/1.15	c 1	480 (40%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.04/1.15	c 1	600 (50%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.04/1.17	c 1	720 (60%) CSP integer variables are encoded (3910 clauses, 50137 bytes)
1.04/1.17	c 1	840 (70%) CSP integer variables are encoded (6224 clauses, 80219 bytes)
1.04/1.17	c 1	960 (80%) CSP integer variables are encoded (7510 clauses, 96937 bytes)
1.04/1.17	c 1	1080 (90%) CSP integer variables are encoded (8303 clauses, 107246 bytes)
1.04/1.18	c 1	1200 (100%) CSP integer variables are encoded (9420 clauses, 122966 bytes)
1.14/1.21	c 1	174 (10%) CSP clauses are encoded (9768 clauses, 127320 bytes)
1.14/1.22	c 1	348 (20%) CSP clauses are encoded (10116 clauses, 132080 bytes)
1.14/1.24	c 1	522 (30%) CSP clauses are encoded (10464 clauses, 136952 bytes)
1.14/1.26	c 1	696 (40%) CSP clauses are encoded (12810 clauses, 176400 bytes)
1.53/1.67	c 1	870 (50%) CSP clauses are encoded (189586 clauses, 3384221 bytes)
1.53/1.69	c 2	1044 (60%) CSP clauses are encoded (195956 clauses, 3496091 bytes)
1.83/1.98	c 2	1218 (70%) CSP clauses are encoded (361702 clauses, 6547448 bytes)
1.92/2.00	c 2	1392 (80%) CSP clauses are encoded (368984 clauses, 6675636 bytes)
1.92/2.04	c 2	1566 (90%) CSP clauses are encoded (386258 clauses, 6987516 bytes)
2.03/2.16	c 2	1739 (100%) CSP clauses are encoded (449920 clauses, 8266182 bytes)
2.03/2.16	c 2	1739 CSP clauses encoded
2.03/2.16	c 2	Writing map file : HOME/temp.map
2.03/2.18	c 2	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.03/2.18	c 2	SAT : 10620 SAT variables, 449920 SAT clauses, 8266182 bytes
2.03/2.18	c 2	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.14/2.21	c 2	OBJECTIVE minimize _COST
2.14/2.21	c 2	SOLVING HOME/temp.cnf
2.14/2.21	c 2	CMD HOME/minisat-inc -incremental HOME/temp.cnf HOME/temp.out
2.14/2.21	c 2	This is MiniSat 2.0 beta incremental
2.14/2.21	c 2	WARNING: for repeatability, setting FPU to use double precision
2.14/2.21	c 2	============================[ Problem Statistics ]=============================
2.14/2.21	c 2	|                                                                             |
2.14/2.21	c 2	|  Number of variables:  10620                                                |
2.14/2.21	c 2	|  Number of clauses:    449920                                               |
2.14/2.41	c 2	|  Parsing time:         0.17         s                                       |
2.14/2.42	c 2	OK
2.14/2.42	c 2	OBJECTIVE BOUND: 0 <= _COST <= 
2.14/2.42	c 2	SEARCHING: _COST <= 290
2.14/2.42	c 2	============================[ Search Statistics ]==============================
2.14/2.42	c 2	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
2.14/2.42	c 2	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
2.14/2.42	c 2	===============================================================================
2.14/2.42	c 2	|         0 |   10620   449920  1320920 |   149973        0    nan |  0.000 % |
2.14/2.67	c 2	|       100 |   10620   449920  1320920 |   164970      100     30 |  0.003 % |
2.14/2.85	c 3	|       252 |   10620   449920  1320920 |   181467      252     31 |  0.003 % |
2.14/3.05	c 3	|       478 |   10620   449920  1320920 |   199614      478     31 |  0.003 % |
3.30/3.42	c 3	|       815 |   10620   449920  1320920 |   219575      815     33 |  0.003 % |
3.50/3.67	c 3	|      1322 |   10620   449920  1320920 |   241533     1322     32 |  0.003 % |
3.90/4.07	c 4	|      2082 |   10620   449920  1320920 |   265686     2082     32 |  0.003 % |
4.50/4.68	c 4	|      3221 |   10620   449920  1320920 |   292255     3221     31 |  0.003 % |
5.39/5.54	c 5	|      4930 |   10620   449920  1320920 |   321481     4930     31 |  0.003 % |
8.66/8.80	c 9	|      7492 |   10620   449920  1320920 |   353629     7492     34 |  0.003 % |
14.11/14.30	c 14	|     11337 |   10620   449920  1320920 |   388992    11337     36 |  0.003 % |
17.97/18.25	c 18	===============================================================================
17.97/18.26	c 18	restarts              : 11
17.97/18.26	c 18	conflicts             : 13955         (880 /sec)
17.97/18.26	c 18	decisions             : 18562         (0.34 % random) (1171 /sec)
17.97/18.26	c 18	propagations          : 6989014        (440875 /sec)
17.97/18.26	c 18	conflict literals     : 520575         (33.59 % deleted)
17.97/18.26	c 18	Memory used           : 23.22 MB
17.97/18.26	c 18	CPU time              : 15.8526 s
17.97/18.26	c 18	
17.97/18.26	c 18	SATISFIABLE
17.97/18.26	c 18	OK
17.97/18.26	c 18	FOUND: _COST <= 290
17.97/18.26	s SATISFIABLE
17.97/18.26	c 18	DECODING HOME/temp.out WITH HOME/temp.map
17.97/18.26	c 18	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
18.03/18.34	c 18	Decoding HOME/temp.out
18.03/18.44	c 18	OBJECTIVE _COST 290
18.03/18.44	o 290
18.03/18.45	v 0 0 1 0 1 1 1 1 1 1 0 1 1 0 1 1 0 1 0 0 0 1 1 1 1 0 1 0 1 0 0 1 1 1 0 1 0 1 0 1
18.03/18.45	c 18	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
18.33/18.61	c 18	OK
18.33/18.61	c 18	OBJECTIVE BOUND: 0 <= _COST <= 290
18.33/18.61	c 18	SEARCHING: _COST <= 145
18.33/18.61	c 18	============================[ Search Statistics ]==============================
18.33/18.61	c 18	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
18.33/18.61	c 18	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
18.33/18.61	c 18	===============================================================================
18.33/18.61	c 18	|     13955 |    7720   287498   842064 |    95832    13955     37 |  0.003 % |
18.43/18.74	c 19	|     14056 |    7720   287498   842064 |   105415    14056     37 | 27.308 % |
18.53/18.88	c 19	|     14206 |    7720   287498   842064 |   115957    14206     37 | 27.308 % |
18.83/19.12	c 19	|     14432 |    7720   287498   842064 |   127553    14432     37 | 27.308 % |
19.13/19.44	c 19	|     14771 |    7720   287498   842064 |   140308    14771     37 | 27.308 % |
19.62/19.90	c 20	|     15277 |    7720   287498   842064 |   154339    15277     36 | 27.308 % |
20.22/20.56	c 20	|     16037 |    7720   287498   842064 |   169773    16037     36 | 27.308 % |
21.31/21.61	c 21	|     17176 |    7720   287498   842064 |   186750    17176     35 | 27.308 % |
22.50/22.89	c 23	|     18884 |    7720   287498   842064 |   205425    18884     34 | 27.308 % |
24.77/25.16	c 25	|     21446 |    7720   287498   842064 |   225968    21446     33 | 27.308 % |
28.43/28.87	c 29	|     25290 |    7720   287498   842064 |   248565    25290     32 | 27.308 % |
34.18/34.64	c 34	|     31056 |    7720   287498   842064 |   273421    31056     29 | 27.308 % |
44.09/44.70	c 45	|     39705 |    7720   287498   842064 |   300763    39705     28 | 27.308 % |
61.83/62.59	c 62	|     52679 |    7720   287498   842064 |   330840    52679     28 | 27.308 % |
93.43/94.43	c 94	|     72142 |    7720   287498   842064 |   363924    72142     28 | 27.308 % |
149.52/151.06	c 151	|    101334 |    7720   287498   842064 |   400316   101334     28 | 27.308 % |
244.73/247.12	c 247	|    145124 |    7720   287498   842064 |   440348   145124     28 | 27.308 % |
417.08/421.09	c 421	|    210808 |    7720   287498   842064 |   484383   210808     28 | 27.308 % |
741.95/748.85	c 749	|    309334 |    7720   287498   842064 |   532821   309334     29 | 27.308 % |
1326.56/1337.30	c 1337	|    457123 |    7720   287498   842064 |   586103   457123     29 | 27.308 % |
2184.92/2196.00	c 2196	|    678806 |    7720   287498   842064 |   644714   106753     28 | 27.308 % |
3391.95/3403.58	c 3403	|   1011331 |    7720   287498   842064 |   709185   439278     29 | 27.308 % |
3600.06/3611.71	c ERROR INTERRUPTED
3600.06/3611.72	c 3612	CPU 3599.51 (0.06 0.02 3599.45 0.57)
3600.06/3611.72	c 3612	END Tue Jul 15 12:58:01 2008

Verifier Data (download as text)

OK	288	292
288 unsatisfied constraints, 292 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-1120467-1216115869/watcher-1120467-1216115869 -o /tmp/evaluation-result-1120467-1216115869/solver-1120467-1216115869 -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-1120467-1216115869.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.00 1.00 1.00 4/81 29673
/proc/meminfo: memFree=1718488/2055920 swapFree=4181420/4192956
[pid=29673] ppid=29671 vsize=12268 CPUtime=0
/proc/29673/stat : 29673 (sugar++) R 29671 29673 29636 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 68289317 12562432 316 996147200 4194304 4206940 548682068528 18446744073709551615 245482879589 0 0 4224 0 0 0 0 17 1 0 0
/proc/29673/statm: 3067 316 241 3 0 167 0

[startup+0.0813749 s]
/proc/loadavg: 1.00 1.00 1.00 4/81 29673
/proc/meminfo: memFree=1718488/2055920 swapFree=4181420/4192956
[pid=29673] ppid=29671 vsize=16740 CPUtime=0.06
/proc/29673/stat : 29673 (sugar++) S 29671 29673 29636 0 -1 4194304 1143 0 0 0 5 1 0 0 18 0 1 0 68289317 17141760 1099 996147200 4194304 4206940 548682068528 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29673/statm: 4185 1099 406 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.101203 s]
/proc/loadavg: 1.00 1.00 1.00 4/81 29673
/proc/meminfo: memFree=1718488/2055920 swapFree=4181420/4192956
[pid=29673] ppid=29671 vsize=16740 CPUtime=0.06
/proc/29673/stat : 29673 (sugar++) S 29671 29673 29636 0 -1 4194304 1219 128 0 0 5 1 0 0 19 0 1 0 68289317 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29673/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.301217 s]
/proc/loadavg: 1.00 1.00 1.00 4/81 29673
/proc/meminfo: memFree=1718488/2055920 swapFree=4181420/4192956
[pid=29673] ppid=29671 vsize=16740 CPUtime=0.06
/proc/29673/stat : 29673 (sugar++) S 29671 29673 29636 0 -1 4194304 1219 128 0 0 5 1 0 0 19 0 1 0 68289317 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29673/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.701263 s]
/proc/loadavg: 1.00 1.00 1.00 4/81 29673
/proc/meminfo: memFree=1718488/2055920 swapFree=4181420/4192956
[pid=29673] ppid=29671 vsize=16740 CPUtime=0.49
/proc/29673/stat : 29673 (sugar++) S 29671 29673 29636 0 -1 4194304 1296 4530 0 1 5 1 41 2 16 0 1 0 68289317 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29673/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 16740

[startup+1.50145 s]
/proc/loadavg: 1.00 1.00 1.00 4/92 29695
/proc/meminfo: memFree=1703808/2055920 swapFree=4181420/4192956
[pid=29673] ppid=29671 vsize=16740 CPUtime=0.49
/proc/29673/stat : 29673 (sugar++) S 29671 29673 29636 0 -1 4194304 1297 4530 0 1 5 1 41 2 15 0 1 0 68289317 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29673/statm: 4185 1104 409 3 0 764 0
[pid=29686] ppid=29673 vsize=5356 CPUtime=0
/proc/29686/stat : 29686 (sh) S 29673 29673 29636 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 68289370 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29686/statm: 1339 233 193 169 0 50 0
[pid=29687] ppid=29686 vsize=868384 CPUtime=0.94
/proc/29687/stat : 29687 (java) S 29686 29673 29636 0 -1 0 6580 0 1 0 89 5 0 0 18 0 9 0 68289370 889225216 5753 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29687/statm: 217096 5753 2563 9 0 211643 0
[pid=29687/tid=29688] ppid=29686 vsize=868384 CPUtime=0.6
/proc/29687/task/29688/stat : 29688 (java) R 29686 29673 29636 0 -1 64 2777 0 1 0 58 2 0 0 19 0 9 0 68289371 889225216 5753 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29687/tid=29689] ppid=29686 vsize=868384 CPUtime=0.07
/proc/29687/task/29689/stat : 29689 (java) S 29686 29673 29636 0 -1 64 1625 0 0 0 7 0 0 0 15 0 9 0 68289372 889225216 5753 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=29687/tid=29690] ppid=29686 vsize=868384 CPUtime=0
/proc/29687/task/29690/stat : 29690 (java) S 29686 29673 29636 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 68289372 889225216 5753 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29687/tid=29691] ppid=29686 vsize=868384 CPUtime=0
/proc/29687/task/29691/stat : 29691 (java) S 29686 29673 29636 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 68289372 889225216 5753 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29687/tid=29692] ppid=29686 vsize=868384 CPUtime=0
/proc/29687/task/29692/stat : 29692 (java) S 29686 29673 29636 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 68289374 889225216 5753 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29687/tid=29693] ppid=29686 vsize=868384 CPUtime=0.23
/proc/29687/task/29693/stat : 29693 (java) S 29686 29673 29636 0 -1 64 1486 0 0 0 22 1 0 0 16 0 9 0 68289374 889225216 5753 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29687/tid=29694] ppid=29686 vsize=868384 CPUtime=0
/proc/29687/task/29694/stat : 29694 (java) S 29686 29673 29636 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 68289375 889225216 5753 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29687/tid=29695] ppid=29686 vsize=868384 CPUtime=0
/proc/29687/task/29695/stat : 29695 (java) S 29686 29673 29636 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 68289375 889225216 5753 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.43
Current children cumulated vsize (KiB) 890480

[startup+3.10151 s]
/proc/loadavg: 1.08 1.02 1.01 3/92 29695
/proc/meminfo: memFree=1694400/2055920 swapFree=4181420/4192956
[pid=29673] ppid=29671 vsize=16872 CPUtime=2.14
/proc/29673/stat : 29673 (sugar++) S 29671 29673 29636 0 -1 4194304 1479 11610 0 2 6 2 192 14 15 0 1 0 68289317 17276928 1129 996147200 4194304 4206940 548682068528 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29673/statm: 4218 1129 414 3 0 797 0
Current children cumulated CPU time (s) 2.14
Current children cumulated vsize (KiB) 16872

[startup+6.30283 s]
/proc/loadavg: 1.08 1.02 1.01 3/83 29696
/proc/meminfo: memFree=1685576/2055920 swapFree=4181420/4192956
[pid=29673] ppid=29671 vsize=16872 CPUtime=2.14
/proc/29673/stat : 29673 (sugar++) S 29671 29673 29636 0 -1 4194304 1479 11610 0 2 6 2 192 14 16 0 1 0 68289317 17276928 1129 996147200 4194304 4206940 548682068528 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29673/statm: 4218 1129 414 3 0 797 0
[pid=29696] ppid=29673 vsize=22100 CPUtime=4.05
/proc/29696/stat : 29696 (minisat-inc) R 29673 29673 29636 0 -1 4194304 5423 0 0 0 401 4 0 0 25 0 1 0 68289538 22630400 5371 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/29696/statm: 5525 5371 73 151 0 5371 0
Current children cumulated CPU time (s) 6.19
Current children cumulated vsize (KiB) 38972

[startup+12.7015 s]
/proc/loadavg: 1.22 1.05 1.02 3/83 29696
/proc/meminfo: memFree=1684616/2055920 swapFree=4181420/4192956
[pid=29673] ppid=29671 vsize=16872 CPUtime=2.14
/proc/29673/stat : 29673 (sugar++) S 29671 29673 29636 0 -1 4194304 1479 11610 0 2 6 2 192 14 16 0 1 0 68289317 17276928 1129 996147200 4194304 4206940 548682068528 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29673/statm: 4218 1129 414 3 0 797 0
[pid=29696] ppid=29673 vsize=23056 CPUtime=10.38
/proc/29696/stat : 29696 (minisat-inc) R 29673 29673 29636 0 -1 4194304 5662 0 0 0 1034 4 0 0 25 0 1 0 68289538 23609344 5610 996147200 134512640 135134323 4294956192 18446744073709551615 134531900 0 0 4096 3 0 0 0 17 1 0 0
/proc/29696/statm: 5764 5610 73 151 0 5610 0
Current children cumulated CPU time (s) 12.52
Current children cumulated vsize (KiB) 39928

[startup+25.5018 s]
/proc/loadavg: 1.34 1.08 1.02 3/83 29706
/proc/meminfo: memFree=1683656/2055920 swapFree=4181420/4192956
[pid=29673] ppid=29671 vsize=16872 CPUtime=2.32
/proc/29673/stat : 29673 (sugar++) S 29671 29673 29636 0 -1 4194304 1564 15480 0 3 6 2 208 16 16 0 1 0 68289317 17276928 1130 996147200 4194304 4206940 548682068528 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29673/statm: 4218 1130 414 3 0 797 0
[pid=29696] ppid=29673 vsize=23948 CPUtime=22.84
/proc/29696/stat : 29696 (minisat-inc) R 29673 29673 29636 0 -1 4194304 5889 0 0 0 2280 4 0 0 25 0 1 0 68289538 24522752 5835 996147200 134512640 135134323 4294956192 18446744073709551615 134531971 0 0 4096 3 0 0 0 17 1 0 0
/proc/29696/statm: 5987 5835 79 151 0 5833 0
Current children cumulated CPU time (s) 25.16
Current children cumulated vsize (KiB) 40820

[startup+51.1014 s]
/proc/loadavg: 1.56 1.15 1.05 3/83 29706
/proc/meminfo: memFree=1683464/2055920 swapFree=4181420/4192956
[pid=29673] ppid=29671 vsize=16872 CPUtime=2.32
/proc/29673/stat : 29673 (sugar++) S 29671 29673 29636 0 -1 4194304 1564 15480 0 3 6 2 208 16 16 0 1 0 68289317 17276928 1130 996147200 4194304 4206940 548682068528 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29673/statm: 4218 1130 414 3 0 797 0
[pid=29696] ppid=29673 vsize=24192 CPUtime=48.21
/proc/29696/stat : 29696 (minisat-inc) R 29673 29673 29636 0 -1 4194304 5957 0 0 0 4816 5 0 0 25 0 1 0 68289538 24772608 5903 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/29696/statm: 6048 5903 79 151 0 5894 0
Current children cumulated CPU time (s) 50.53
Current children cumulated vsize (KiB) 41064

[startup+102.307 s]
/proc/loadavg: 1.82 1.29 1.10 3/83 29706
/proc/meminfo: memFree=1679048/2055920 swapFree=4181420/4192956
[pid=29673] ppid=29671 vsize=16872 CPUtime=2.32
/proc/29673/stat : 29673 (sugar++) S 29671 29673 29636 0 -1 4194304 1564 15480 0 3 6 2 208 16 16 0 1 0 68289317 17276928 1130 996147200 4194304 4206940 548682068528 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29673/statm: 4218 1130 414 3 0 797 0
[pid=29696] ppid=29673 vsize=28716 CPUtime=98.95
/proc/29696/stat : 29696 (minisat-inc) R 29673 29673 29636 0 -1 4194304 7096 0 0 0 9889 6 0 0 25 0 1 0 68289538 29405184 7042 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/29696/statm: 7179 7042 79 151 0 7025 0
Current children cumulated CPU time (s) 101.27
Current children cumulated vsize (KiB) 45588

[startup+162.302 s]
/proc/loadavg: 1.93 1.42 1.15 3/83 29706
/proc/meminfo: memFree=1674440/2055920 swapFree=4181420/4192956
[pid=29673] ppid=29671 vsize=16872 CPUtime=2.32
/proc/29673/stat : 29673 (sugar++) S 29671 29673 29636 0 -1 4194304 1564 15480 0 3 6 2 208 16 16 0 1 0 68289317 17276928 1130 996147200 4194304 4206940 548682068528 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29673/statm: 4218 1130 414 3 0 797 0
[pid=29696] ppid=29673 vsize=33384 CPUtime=158.4
/proc/29696/stat : 29696 (minisat-inc) R 29673 29673 29636 0 -1 4194304 8217 0 0 0 15833 7 0 0 25 0 1 0 68289538 34185216 8163 996147200 134512640 135134323 4294956192 18446744073709551615 134531900 0 0 4096 3 0 0 0 17 1 0 0
/proc/29696/statm: 8346 8163 79 151 0 8192 0
Current children cumulated CPU time (s) 160.72
Current children cumulated vsize (KiB) 50256

[startup+222.302 s]
/proc/loadavg: 1.97 1.52 1.20 3/83 29712
/proc/meminfo: memFree=1670408/2055920 swapFree=4181420/4192956
[pid=29673] ppid=29671 vsize=16872 CPUtime=2.32
/proc/29673/stat : 29673 (sugar++) S 29671 29673 29636 0 -1 4194304 1564 15480 0 3 6 2 208 16 16 0 1 0 68289317 17276928 1130 996147200 4194304 4206940 548682068528 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29673/statm: 4218 1130 414 3 0 797 0
[pid=29696] ppid=29673 vsize=37164 CPUtime=217.83
/proc/29696/stat : 29696 (minisat-inc) R 29673 29673 29636 0 -1 4194304 9188 0 0 0 21775 8 0 0 25 0 1 0 68289538 38055936 9134 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/29696/statm: 9291 9134 79 151 0 9137 0
Current children cumulated CPU time (s) 220.15
Current children cumulated vsize (KiB) 54036

[startup+282.302 s]
/proc/loadavg: 1.99 1.61 1.25 3/83 29712
/proc/meminfo: memFree=1666760/2055920 swapFree=4181420/4192956
[pid=29673] ppid=29671 vsize=16872 CPUtime=2.32
/proc/29673/stat : 29673 (sugar++) S 29671 29673 29636 0 -1 4194304 1564 15480 0 3 6 2 208 16 16 0 1 0 68289317 17276928 1130 996147200 4194304 4206940 548682068528 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29673/statm: 4218 1130 414 3 0 797 0
[pid=29696] ppid=29673 vsize=41152 CPUtime=277.3
/proc/29696/stat : 29696 (minisat-inc) R 29673 29673 29636 0 -1 4194304 10123 0 0 0 27720 10 0 0 25 0 1 0 68289538 42139648 10069 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/29696/statm: 10288 10069 79 151 0 10134 0
Current children cumulated CPU time (s) 279.62
Current children cumulated vsize (KiB) 58024

[startup+342.302 s]
/proc/loadavg: 1.99 1.67 1.30 3/83 29712
/proc/meminfo: memFree=1663112/2055920 swapFree=4181420/4192956
[pid=29673] ppid=29671 vsize=16872 CPUtime=2.32
/proc/29673/stat : 29673 (sugar++) S 29671 29673 29636 0 -1 4194304 1564 15480 0 3 6 2 208 16 16 0 1 0 68289317 17276928 1130 996147200 4194304 4206940 548682068528 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29673/statm: 4218 1130 414 3 0 797 0
[pid=29696] ppid=29673 vsize=44584 CPUtime=336.76
/proc/29696/stat : 29696 (minisat-inc) R 29673 29673 29636 0 -1 4194304 11001 0 0 0 33665 11 0 0 25 0 1 0 68289538 45654016 10947 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0

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

[pid=29696] ppid=29673 vsize=109332 CPUtime=2908.62
/proc/29696/stat : 29696 (minisat-inc) R 29673 29673 29636 0 -1 4194304 26737 0 0 0 290825 37 0 0 25 0 1 0 68289538 111955968 26683 996147200 134512640 135134323 4294956192 18446744073709551615 134531965 0 0 4096 3 0 0 0 17 0 0 0
/proc/29696/statm: 27333 26683 79 151 0 27179 0
Current children cumulated CPU time (s) 2910.94
Current children cumulated vsize (KiB) 126204

[startup+2982.3 s]
/proc/loadavg: 1.99 1.97 1.91 3/83 29755
/proc/meminfo: memFree=1599504/2055920 swapFree=4181420/4192956
[pid=29673] ppid=29671 vsize=16872 CPUtime=2.32
/proc/29673/stat : 29673 (sugar++) S 29671 29673 29636 0 -1 4194304 1564 15480 0 3 6 2 208 16 16 0 1 0 68289317 17276928 1130 996147200 4194304 4206940 548682068528 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/29673/statm: 4218 1130 414 3 0 797 0
[pid=29696] ppid=29673 vsize=109512 CPUtime=2968.6
/proc/29696/stat : 29696 (minisat-inc) R 29673 29673 29636 0 -1 4194304 26748 0 0 0 296823 37 0 0 25 0 1 0 68289538 112140288 26694 996147200 134512640 135134323 4294956192 18446744073709551615 134531963 0 0 4096 3 0 0 0 17 0 0 0
/proc/29696/statm: 27378 26694 79 151 0 27224 0
Current children cumulated CPU time (s) 2970.92
Current children cumulated vsize (KiB) 126384

[startup+3042.3 s]
/proc/loadavg: 1.99 1.97 1.91 3/83 29755
/proc/meminfo: memFree=1599440/2055920 swapFree=4181420/4192956
[pid=29673] ppid=29671 vsize=16872 CPUtime=2.32
/proc/29673/stat : 29673 (sugar++) S 29671 29673 29636 0 -1 4194304 1564 15480 0 3 6 2 208 16 16 0 1 0 68289317 17276928 1130 996147200 4194304 4206940 548682068528 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/29673/statm: 4218 1130 414 3 0 797 0
[pid=29696] ppid=29673 vsize=109632 CPUtime=3028.57
/proc/29696/stat : 29696 (minisat-inc) R 29673 29673 29636 0 -1 4194304 26754 0 0 0 302820 37 0 0 25 0 1 0 68289538 112263168 26700 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/29696/statm: 27408 26700 79 151 0 27254 0
Current children cumulated CPU time (s) 3030.89
Current children cumulated vsize (KiB) 126504

[startup+3102.3 s]
/proc/loadavg: 1.99 1.97 1.91 3/83 29755
/proc/meminfo: memFree=1599568/2055920 swapFree=4181420/4192956
[pid=29673] ppid=29671 vsize=16872 CPUtime=2.32
/proc/29673/stat : 29673 (sugar++) S 29671 29673 29636 0 -1 4194304 1564 15480 0 3 6 2 208 16 16 0 1 0 68289317 17276928 1130 996147200 4194304 4206940 548682068528 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/29673/statm: 4218 1130 414 3 0 797 0
[pid=29696] ppid=29673 vsize=109632 CPUtime=3088.54
/proc/29696/stat : 29696 (minisat-inc) R 29673 29673 29636 0 -1 4194304 26759 0 0 0 308817 37 0 0 25 0 1 0 68289538 112263168 26705 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/29696/statm: 27408 26705 79 151 0 27254 0
Current children cumulated CPU time (s) 3090.86
Current children cumulated vsize (KiB) 126504

[startup+3162.3 s]
/proc/loadavg: 1.99 1.97 1.91 3/83 29755
/proc/meminfo: memFree=1599568/2055920 swapFree=4181420/4192956
[pid=29673] ppid=29671 vsize=16872 CPUtime=2.32
/proc/29673/stat : 29673 (sugar++) S 29671 29673 29636 0 -1 4194304 1564 15480 0 3 6 2 208 16 16 0 1 0 68289317 17276928 1130 996147200 4194304 4206940 548682068528 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/29673/statm: 4218 1130 414 3 0 797 0
[pid=29696] ppid=29673 vsize=109632 CPUtime=3148.52
/proc/29696/stat : 29696 (minisat-inc) R 29673 29673 29636 0 -1 4194304 26762 0 0 0 314815 37 0 0 25 0 1 0 68289538 112263168 26708 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/29696/statm: 27408 26708 79 151 0 27254 0
Current children cumulated CPU time (s) 3150.84
Current children cumulated vsize (KiB) 126504

[startup+3222.3 s]
/proc/loadavg: 1.99 1.97 1.91 3/83 29755
/proc/meminfo: memFree=1599056/2055920 swapFree=4181420/4192956
[pid=29673] ppid=29671 vsize=16872 CPUtime=2.32
/proc/29673/stat : 29673 (sugar++) S 29671 29673 29636 0 -1 4194304 1564 15480 0 3 6 2 208 16 16 0 1 0 68289317 17276928 1130 996147200 4194304 4206940 548682068528 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/29673/statm: 4218 1130 414 3 0 797 0
[pid=29696] ppid=29673 vsize=110392 CPUtime=3208.49
/proc/29696/stat : 29696 (minisat-inc) R 29673 29673 29636 0 -1 4194304 26893 0 0 0 320812 37 0 0 25 0 1 0 68289538 113041408 26839 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/29696/statm: 27598 26839 79 151 0 27444 0
Current children cumulated CPU time (s) 3210.81
Current children cumulated vsize (KiB) 127264

[startup+3282.3 s]
/proc/loadavg: 1.99 1.97 1.91 3/83 29755
/proc/meminfo: memFree=1598544/2055920 swapFree=4181420/4192956
[pid=29673] ppid=29671 vsize=16872 CPUtime=2.32
/proc/29673/stat : 29673 (sugar++) S 29671 29673 29636 0 -1 4194304 1564 15480 0 3 6 2 208 16 16 0 1 0 68289317 17276928 1130 996147200 4194304 4206940 548682068528 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/29673/statm: 4218 1130 414 3 0 797 0
[pid=29696] ppid=29673 vsize=110896 CPUtime=3268.48
/proc/29696/stat : 29696 (minisat-inc) R 29673 29673 29636 0 -1 4194304 27031 0 0 0 326810 38 0 0 25 0 1 0 68289538 113557504 26977 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/29696/statm: 27724 26977 79 151 0 27570 0
Current children cumulated CPU time (s) 3270.8
Current children cumulated vsize (KiB) 127768

[startup+3342.3 s]
/proc/loadavg: 1.99 1.97 1.91 3/83 29755
/proc/meminfo: memFree=1598480/2055920 swapFree=4181420/4192956
[pid=29673] ppid=29671 vsize=16872 CPUtime=2.32
/proc/29673/stat : 29673 (sugar++) S 29671 29673 29636 0 -1 4194304 1564 15480 0 3 6 2 208 16 16 0 1 0 68289317 17276928 1130 996147200 4194304 4206940 548682068528 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/29673/statm: 4218 1130 414 3 0 797 0
[pid=29696] ppid=29673 vsize=110896 CPUtime=3328.45
/proc/29696/stat : 29696 (minisat-inc) R 29673 29673 29636 0 -1 4194304 27042 0 0 0 332807 38 0 0 25 0 1 0 68289538 113557504 26988 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/29696/statm: 27724 26988 79 151 0 27570 0
Current children cumulated CPU time (s) 3330.77
Current children cumulated vsize (KiB) 127768

[startup+3402.31 s]
/proc/loadavg: 1.99 1.97 1.91 3/83 29755
/proc/meminfo: memFree=1598416/2055920 swapFree=4181420/4192956
[pid=29673] ppid=29671 vsize=16872 CPUtime=2.32
/proc/29673/stat : 29673 (sugar++) S 29671 29673 29636 0 -1 4194304 1564 15480 0 3 6 2 208 16 16 0 1 0 68289317 17276928 1130 996147200 4194304 4206940 548682068528 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/29673/statm: 4218 1130 414 3 0 797 0
[pid=29696] ppid=29673 vsize=110896 CPUtime=3388.43
/proc/29696/stat : 29696 (minisat-inc) R 29673 29673 29636 0 -1 4194304 27058 0 0 0 338805 38 0 0 25 0 1 0 68289538 113557504 27004 996147200 134512640 135134323 4294956192 18446744073709551615 134532114 0 0 4096 3 0 0 0 17 0 0 0
/proc/29696/statm: 27724 27004 79 151 0 27570 0
Current children cumulated CPU time (s) 3390.75
Current children cumulated vsize (KiB) 127768

[startup+3462.3 s]
/proc/loadavg: 1.99 1.97 1.91 3/83 29755
/proc/meminfo: memFree=1597840/2055920 swapFree=4181420/4192956
[pid=29673] ppid=29671 vsize=16872 CPUtime=2.32
/proc/29673/stat : 29673 (sugar++) S 29671 29673 29636 0 -1 4194304 1564 15480 0 3 6 2 208 16 16 0 1 0 68289317 17276928 1130 996147200 4194304 4206940 548682068528 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/29673/statm: 4218 1130 414 3 0 797 0
[pid=29696] ppid=29673 vsize=111400 CPUtime=3448.4
/proc/29696/stat : 29696 (minisat-inc) R 29673 29673 29636 0 -1 4194304 27170 0 0 0 344802 38 0 0 25 0 1 0 68289538 114073600 27116 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/29696/statm: 27850 27116 79 151 0 27696 0
Current children cumulated CPU time (s) 3450.72
Current children cumulated vsize (KiB) 128272

[startup+3522.3 s]
/proc/loadavg: 1.99 1.97 1.91 3/83 29755
/proc/meminfo: memFree=1597776/2055920 swapFree=4181420/4192956
[pid=29673] ppid=29671 vsize=16872 CPUtime=2.32
/proc/29673/stat : 29673 (sugar++) S 29671 29673 29636 0 -1 4194304 1564 15480 0 3 6 2 208 16 16 0 1 0 68289317 17276928 1130 996147200 4194304 4206940 548682068528 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/29673/statm: 4218 1130 414 3 0 797 0
[pid=29696] ppid=29673 vsize=111520 CPUtime=3508.37
/proc/29696/stat : 29696 (minisat-inc) R 29673 29673 29636 0 -1 4194304 27184 0 0 0 350799 38 0 0 25 0 1 0 68289538 114196480 27130 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/29696/statm: 27880 27130 79 151 0 27726 0
Current children cumulated CPU time (s) 3510.69
Current children cumulated vsize (KiB) 128392

[startup+3582.3 s]
/proc/loadavg: 1.99 1.97 1.91 3/83 29755
/proc/meminfo: memFree=1597648/2055920 swapFree=4181420/4192956
[pid=29673] ppid=29671 vsize=16872 CPUtime=2.32
/proc/29673/stat : 29673 (sugar++) S 29671 29673 29636 0 -1 4194304 1564 15480 0 3 6 2 208 16 16 0 1 0 68289317 17276928 1130 996147200 4194304 4206940 548682068528 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/29673/statm: 4218 1130 414 3 0 797 0
[pid=29696] ppid=29673 vsize=111520 CPUtime=3568.35
/proc/29696/stat : 29696 (minisat-inc) R 29673 29673 29636 0 -1 4194304 27186 0 0 0 356797 38 0 0 25 0 1 0 68289538 114196480 27132 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/29696/statm: 27880 27132 79 151 0 27726 0
Current children cumulated CPU time (s) 3570.67
Current children cumulated vsize (KiB) 128392



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3611.7 s]
/proc/loadavg: 1.99 1.97 1.91 3/83 29755
/proc/meminfo: memFree=1597648/2055920 swapFree=4181420/4192956
[pid=29673] ppid=29671 vsize=16872 CPUtime=2.32
/proc/29673/stat : 29673 (sugar++) S 29671 29673 29636 0 -1 4194304 1564 15480 0 3 6 2 208 16 16 0 1 0 68289317 17276928 1130 996147200 4194304 4206940 548682068528 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/29673/statm: 4218 1130 414 3 0 797 0
[pid=29696] ppid=29673 vsize=111520 CPUtime=3597.74
/proc/29696/stat : 29696 (minisat-inc) R 29673 29673 29636 0 -1 4194304 27189 0 0 0 359736 38 0 0 25 0 1 0 68289538 114196480 27135 996147200 134512640 135134323 4294956192 18446744073709551615 134532166 0 0 4096 3 0 0 0 17 0 0 0
/proc/29696/statm: 27880 27135 79 151 0 27726 0
Current children cumulated CPU time (s) 3600.06
Current children cumulated vsize (KiB) 128392

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

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

[startup+3611.7 s]
/proc/loadavg: 1.99 1.97 1.91 3/83 29755
/proc/meminfo: memFree=1597648/2055920 swapFree=4181420/4192956
[pid=29673] ppid=29671 vsize=16872 CPUtime=2.32
/proc/29673/stat : 29673 (sugar++) S 29671 29673 29636 0 -1 4194304 1564 15480 0 3 6 2 208 16 16 0 1 0 68289317 17276928 1130 996147200 4194304 4206940 548682068528 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/29673/statm: 4218 1130 414 3 0 797 0
[pid=29696] ppid=29673 vsize=111520 CPUtime=3597.74
/proc/29696/stat : 29696 (minisat-inc) R 29673 29673 29636 0 -1 4194304 27189 0 0 0 359736 38 0 0 25 0 1 0 68289538 114196480 27135 996147200 134512640 135134323 4294956192 18446744073709551615 134532166 0 0 4096 3 0 0 0 17 0 0 0
/proc/29696/statm: 27880 27135 79 151 0 27726 0
Current children cumulated CPU time (s) 3600.06
Current children cumulated vsize (KiB) 128392

Child status: 0
Real time (s): 3611.73
CPU time (s): 3600.12
CPU user time (s): 3599.52
CPU system time (s): 0.599908
CPU usage (%): 99.6785
Max. virtual memory (cumulated for all children) (KiB): 890480

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3599.52
system time used= 0.599908
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 44312
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= 3660
involuntary context switches= 38207

runsolver used 3.74443 second user time and 10.0695 second system time

The end

Launcher Data (download as text)

Begin job on node17 at 2008-07-15 11:57:49
IDJOB=1120467
IDBENCH=62498
IDSOLVER=367
FILE ID=node17/1120467-1216115869
PBS_JOBID= 7905452
Free space on /tmp= 66560 MiB

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

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= a4391336ee450e179fd0866c478376f2
RANDOM SEED=2106321461

node17.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.240
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.240
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:       1718976 kB
Buffers:         77044 kB
Cached:         169692 kB
SwapCached:       5340 kB
Active:         183596 kB
Inactive:        82884 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1718976 kB
SwapTotal:     4192956 kB
SwapFree:      4181420 kB
Dirty:             872 kB
Writeback:           0 kB
Mapped:          35828 kB
Slab:            55644 kB
Committed_AS:   385680 kB
PageTables:       1952 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 node17 at 2008-07-15 12:58:03