Trace number 1118667

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.13 3635.23

General information on the benchmark

Namemaxcsp/maxcut/maxcut-50/
normalized-maxcut-50-580-3_ext.xml
MD5SUM479d1137855e2ec6ab2c0430b937f895
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkMOPT
Best Number of falsified constraints224
Best CPU time to get the best result obtained on this benchmark3198.73
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.08	c 0	Sugar++ v1-13 + HOME/minisat-inc
0.00/0.08	c 0	BEGIN Tue Jul 15 03:08:57 2008
0.00/0.08	c 0	PID 26430
0.00/0.08	c 0	HOST node54.alineos.net
0.00/0.08	c 0	CONVERTING HOME/instance-1118667-1216084137.xml TO HOME/temp.csp
0.00/0.08	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1118667-1216084137.xml' 'HOME/temp.csp'
0.06/0.44	c 0	1 domains, 50 variables, 0 predicates, 1 relations, 580 constraints
0.06/0.54	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.54	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.50/0.62	c 0	Parsing HOME/temp.csp
0.50/0.77	c 0	parsed 632 expressions
0.50/0.83	c 1	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.50/0.85	c 1	MAX CSP: 580 constraints
0.50/0.85	c 1	Converting to clausal form CSP
0.50/0.89	c 1	converted 122 (10%) expressions
0.50/0.90	c 1	converted 243 (20%) expressions
0.50/0.91	c 1	converted 365 (30%) expressions
0.50/0.92	c 1	converted 486 (40%) expressions
0.50/0.94	c 1	converted 608 (50%) expressions
0.50/0.94	c 1	converted 729 (60%) expressions
0.50/0.96	c 1	converted 851 (70%) expressions
0.50/0.96	c 1	converted 972 (80%) expressions
0.51/1.03	c 1	converted 1094 (90%) expressions
1.05/1.15	c 1	converted 1215 (100%) expressions
1.05/1.15	c 1	CSP : 1210 integers, 0 booleans, 1739 clauses, largest domain size 871
1.05/1.15	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.05/1.15	c 1	Propagation in CSP
1.15/1.20	c 1	577 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.15/1.20	c 1	CSP : 1210 integers, 0 booleans, 1739 clauses, largest domain size 581
1.15/1.20	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.15/1.21	c 1	Simplifing CSP by introducing new Boolean variables
1.15/1.21	c 1	CSP : 1210 integers, 0 booleans, 1739 clauses, largest domain size 581
1.15/1.21	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.15/1.24	c 1	Encoding CSP to SAT : HOME/temp.cnf
1.15/1.25	c 1	121 (10%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.15/1.25	c 1	242 (20%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.15/1.25	c 1	363 (30%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.15/1.26	c 1	484 (40%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.15/1.26	c 1	605 (50%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.15/1.27	c 1	726 (60%) CSP integer variables are encoded (3897 clauses, 49988 bytes)
1.15/1.27	c 1	847 (70%) CSP integer variables are encoded (6149 clauses, 79264 bytes)
1.15/1.28	c 1	968 (80%) CSP integer variables are encoded (7505 clauses, 96892 bytes)
1.15/1.28	c 1	1089 (90%) CSP integer variables are encoded (8300 clauses, 107227 bytes)
1.15/1.28	c 1	1210 (100%) CSP integer variables are encoded (9420 clauses, 123006 bytes)
1.24/1.31	c 1	174 (10%) CSP clauses are encoded (9768 clauses, 127402 bytes)
1.24/1.33	c 1	348 (20%) CSP clauses are encoded (10116 clauses, 132246 bytes)
1.24/1.35	c 1	522 (30%) CSP clauses are encoded (10464 clauses, 137118 bytes)
1.24/1.36	c 1	696 (40%) CSP clauses are encoded (12810 clauses, 176570 bytes)
1.64/1.78	c 1	870 (50%) CSP clauses are encoded (189586 clauses, 3384435 bytes)
1.64/1.80	c 1	1044 (60%) CSP clauses are encoded (195956 clauses, 3496313 bytes)
1.94/2.09	c 2	1218 (70%) CSP clauses are encoded (361702 clauses, 6547678 bytes)
2.04/2.11	c 2	1392 (80%) CSP clauses are encoded (368984 clauses, 6675874 bytes)
2.04/2.15	c 2	1566 (90%) CSP clauses are encoded (386258 clauses, 6987758 bytes)
2.14/2.27	c 2	1739 (100%) CSP clauses are encoded (449920 clauses, 8266950 bytes)
2.14/2.27	c 2	1739 CSP clauses encoded
2.14/2.27	c 2	Writing map file : HOME/temp.map
2.14/2.29	c 2	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.14/2.29	c 2	SAT : 10630 SAT variables, 449920 SAT clauses, 8266950 bytes
2.14/2.29	c 2	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.22/2.32	c 2	OBJECTIVE minimize _COST
2.22/2.32	c 2	SOLVING HOME/temp.cnf
2.22/2.32	c 2	CMD HOME/minisat-inc -incremental HOME/temp.cnf HOME/temp.out
2.22/2.32	c 2	This is MiniSat 2.0 beta incremental
2.22/2.32	c 2	WARNING: for repeatability, setting FPU to use double precision
2.22/2.32	c 2	============================[ Problem Statistics ]=============================
2.22/2.32	c 2	|                                                                             |
2.22/2.32	c 2	|  Number of variables:  10630                                                |
2.22/2.32	c 2	|  Number of clauses:    449920                                               |
2.23/2.53	c 2	|  Parsing time:         0.18         s                                       |
2.23/2.54	c 2	OK
2.23/2.54	c 2	OBJECTIVE BOUND: 0 <= _COST <= 
2.23/2.54	c 2	SEARCHING: _COST <= 290
2.23/2.54	c 2	============================[ Search Statistics ]==============================
2.23/2.54	c 2	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
2.23/2.54	c 2	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
2.23/2.54	c 2	===============================================================================
2.23/2.54	c 2	|         0 |   10630   449920  1320920 |   149973        0    nan |  0.000 % |
2.23/2.75	c 2	|       102 |   10630   449920  1320920 |   164970      102     26 |  0.003 % |
2.23/2.84	c 3	|       253 |   10630   449920  1320920 |   181467      253     26 |  0.003 % |
2.23/2.92	c 3	|       479 |   10630   449920  1320920 |   199614      479     27 |  0.003 % |
2.23/3.06	c 3	|       816 |   10630   449920  1320920 |   219575      816     27 |  0.003 % |
2.23/3.22	c 3	|      1322 |   10630   449920  1320920 |   241533     1322     27 |  0.003 % |
3.29/3.49	c 3	|      2081 |   10630   449920  1320920 |   265686     2081     26 |  0.003 % |
3.79/3.90	c 4	|      3221 |   10630   449920  1320920 |   292255     3221     27 |  0.003 % |
4.38/4.60	c 4	|      4929 |   10630   449920  1320920 |   321481     4929     27 |  0.003 % |
5.66/5.87	c 6	|      7492 |   10630   449920  1320920 |   353629     7492     28 |  0.003 % |
7.45/7.66	c 7	|     11338 |   10630   449920  1320920 |   388992    11338     29 |  0.003 % |
10.72/10.95	c 11	|     17104 |   10630   449920  1320920 |   427891    17104     29 |  0.003 % |
16.76/17.03	c 17	|     25753 |   10630   449920  1320920 |   470680    25753     29 |  0.003 % |
26.57/26.90	c 27	|     38729 |   10630   449920  1320920 |   517748    38729     29 |  0.003 % |
48.85/49.41	c 49	|     58193 |   10630   449920  1320920 |   569523    58193     33 |  0.003 % |
85.01/85.96	c 86	|     87385 |   10630   449920  1320920 |   626475    87385     36 |  0.003 % |
140.97/142.44	c 142	===============================================================================
140.97/142.44	c 142	restarts              : 16
140.97/142.44	c 142	conflicts             : 121428        (875 /sec)
140.97/142.44	c 142	decisions             : 145747        (0.46 % random) (1051 /sec)
140.97/142.44	c 142	propagations          : 53098660       (382809 /sec)
140.97/142.44	c 142	conflict literals     : 4790862        (29.22 % deleted)
140.97/142.44	c 142	Memory used           : 43.53 MB
140.97/142.44	c 142	CPU time              : 138.708 s
140.97/142.44	c 142	
140.97/142.44	c 142	SATISFIABLE
140.97/142.44	c 142	OK
140.97/142.44	c 142	FOUND: _COST <= 290
140.97/142.44	s SATISFIABLE
140.97/142.44	c 142	DECODING HOME/temp.out WITH HOME/temp.map
140.97/142.44	c 142	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
141.01/142.53	c 142	Decoding HOME/temp.out
141.01/142.70	c 142	OBJECTIVE _COST 290
141.01/142.70	o 290
141.01/142.70	v 0 0 1 0 0 1 1 1 1 1 1 1 1 0 1 1 1 0 1 0 1 0 0 0 0 1 1 1 0 0 1 1 0 1 1 0 0 0 0 1 1 1 0 0 1 1 0 1 0 1
141.01/142.74	c 142	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
141.44/142.93	c 143	OK
141.44/142.93	c 143	OBJECTIVE BOUND: 0 <= _COST <= 290
141.44/142.93	c 143	SEARCHING: _COST <= 145
141.44/142.93	c 143	============================[ Search Statistics ]==============================
141.44/142.93	c 143	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
141.44/142.93	c 143	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
141.44/142.93	c 143	===============================================================================
141.44/142.93	c 143	|    121428 |    7730   287498   842064 |    95832   121428     39 |  0.003 % |
141.93/143.44	c 143	|    121528 |    7730   287498   842064 |   105415    14319     45 | 27.283 % |
142.03/143.55	c 143	|    121680 |    7730   287498   842064 |   115957    14471     45 | 27.283 % |
142.13/143.67	c 143	|    121905 |    7730   287498   842064 |   127553    14696     45 | 27.283 % |
142.33/143.87	c 144	|    122243 |    7730   287498   842064 |   140308    15034     44 | 27.283 % |
142.72/144.27	c 144	|    122749 |    7730   287498   842064 |   154339    15540     43 | 27.283 % |
143.32/144.87	c 145	|    123509 |    7730   287498   842064 |   169773    16300     42 | 27.283 % |
144.21/145.72	c 145	|    124648 |    7730   287498   842064 |   186750    17439     41 | 27.283 % |
145.10/146.69	c 146	|    126356 |    7730   287498   842064 |   205425    19147     39 | 27.283 % |
146.70/148.29	c 148	|    128918 |    7730   287498   842064 |   225968    21709     37 | 27.283 % |
149.27/150.83	c 151	|    132762 |    7730   287498   842064 |   248565    25553     34 | 27.283 % |
153.92/155.56	c 155	|    138529 |    7730   287498   842064 |   273421    31320     32 | 27.283 % |
163.83/165.50	c 165	|    147179 |    7730   287498   842064 |   300763    39970     32 | 27.283 % |
180.37/182.25	c 182	|    160153 |    7730   287498   842064 |   330840    52944     32 | 27.283 % |
210.79/212.99	c 213	|    179614 |    7730   287498   842064 |   363924    72405     32 | 27.283 % |
260.32/262.96	c 263	|    208806 |    7730   287498   842064 |   400316   101597     31 | 27.283 % |
351.65/355.16	c 355	|    252595 |    7730   287498   842064 |   440348   145386     32 | 27.283 % |
503.71/508.62	c 508	|    318280 |    7730   287498   842064 |   484383   211071     31 | 27.283 % |
788.81/796.47	c 796	|    416806 |    7730   287498   842064 |   532821   309597     31 | 27.283 % |
1298.39/1310.83	c 1311	|    564595 |    7730   287498   842064 |   586103   457386     32 | 27.283 % |
2127.95/2148.24	c 2148	|    786279 |    7730   287498   842064 |   644714   109201     31 | 27.283 % |
3315.51/3347.75	c 3347	|   1118804 |    7730   287498   842064 |   709185   441726     32 | 27.283 % |
3600.09/3635.21	c ERROR INTERRUPTED
3600.09/3635.23	c 3635	CPU 3599.46 (0.07 0.02 3599.39 0.63)
3600.09/3635.23	c 3635	END Tue Jul 15 04:09:32 2008

Verifier Data (download as text)

OK	285	295
285 unsatisfied constraints, 295 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-1118667-1216084137/watcher-1118667-1216084137 -o /tmp/evaluation-result-1118667-1216084137/solver-1118667-1216084137 -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-1118667-1216084137.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.95 1.98 1.99 4/74 26430
/proc/meminfo: memFree=1740960/2055920 swapFree=4192812/4192956
[pid=26430] ppid=26428 vsize=12268 CPUtime=0
/proc/26430/stat : 26430 (sugar++) R 26428 26430 26312 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 65113302 12562432 316 996147200 4194304 4206940 548682068528 18446744073709551615 234211736165 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/26430/statm: 3067 316 241 3 0 167 0

[startup+0.104627 s]
/proc/loadavg: 1.95 1.98 1.99 4/74 26430
/proc/meminfo: memFree=1740960/2055920 swapFree=4192812/4192956
[pid=26430] ppid=26428 vsize=16740 CPUtime=0.06
/proc/26430/stat : 26430 (sugar++) S 26428 26430 26312 0 -1 4194304 1219 128 0 0 5 1 0 0 19 0 1 0 65113302 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26430/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.201631 s]
/proc/loadavg: 1.95 1.98 1.99 4/74 26430
/proc/meminfo: memFree=1740960/2055920 swapFree=4192812/4192956
[pid=26430] ppid=26428 vsize=16740 CPUtime=0.06
/proc/26430/stat : 26430 (sugar++) S 26428 26430 26312 0 -1 4194304 1219 128 0 0 5 1 0 0 19 0 1 0 65113302 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26430/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.301639 s]
/proc/loadavg: 1.95 1.98 1.99 4/74 26430
/proc/meminfo: memFree=1740960/2055920 swapFree=4192812/4192956
[pid=26430] ppid=26428 vsize=16740 CPUtime=0.06
/proc/26430/stat : 26430 (sugar++) S 26428 26430 26312 0 -1 4194304 1219 128 0 0 5 1 0 0 19 0 1 0 65113302 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26430/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.70169 s]
/proc/loadavg: 1.95 1.98 1.99 4/74 26430
/proc/meminfo: memFree=1740960/2055920 swapFree=4192812/4192956
[pid=26430] ppid=26428 vsize=16740 CPUtime=0.5
/proc/26430/stat : 26430 (sugar++) S 26428 26430 26312 0 -1 4194304 1296 4531 0 1 5 1 41 3 16 0 1 0 65113302 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26430/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 16740

[startup+1.50279 s]
/proc/loadavg: 1.95 1.98 1.99 4/85 26452
/proc/meminfo: memFree=1726344/2055920 swapFree=4192812/4192956
[pid=26430] ppid=26428 vsize=16740 CPUtime=0.52
/proc/26430/stat : 26430 (sugar++) S 26428 26430 26312 0 -1 4194304 1297 4531 0 1 6 2 41 3 15 0 1 0 65113302 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26430/statm: 4185 1104 409 3 0 764 0
[pid=26443] ppid=26430 vsize=5356 CPUtime=0
/proc/26443/stat : 26443 (sh) S 26430 26430 26312 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 65113356 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26443/statm: 1339 233 193 169 0 50 0
[pid=26444] ppid=26443 vsize=868472 CPUtime=0.92
/proc/26444/stat : 26444 (java) S 26443 26430 26312 0 -1 0 6566 0 1 0 88 4 0 0 18 0 9 0 65113356 889315328 5750 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26444/statm: 217118 5750 2563 9 0 211665 0
[pid=26444/tid=26445] ppid=26443 vsize=868472 CPUtime=0.59
/proc/26444/task/26445/stat : 26445 (java) R 26443 26430 26312 0 -1 64 2749 0 1 0 57 2 0 0 22 0 9 0 65113357 889315328 5750 996147200 134512640 134550740 4294955920 18446744073709551615 4126479102 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26444/tid=26446] ppid=26443 vsize=868472 CPUtime=0.06
/proc/26444/task/26446/stat : 26446 (java) S 26443 26430 26312 0 -1 64 1629 0 0 0 6 0 0 0 16 0 9 0 65113358 889315328 5750 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26444/tid=26447] ppid=26443 vsize=868472 CPUtime=0
/proc/26444/task/26447/stat : 26447 (java) S 26443 26430 26312 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 65113358 889315328 5750 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26444/tid=26448] ppid=26443 vsize=868472 CPUtime=0
/proc/26444/task/26448/stat : 26448 (java) S 26443 26430 26312 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 65113359 889315328 5750 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26444/tid=26449] ppid=26443 vsize=868472 CPUtime=0
/proc/26444/task/26449/stat : 26449 (java) S 26443 26430 26312 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 65113360 889315328 5750 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26444/tid=26450] ppid=26443 vsize=868472 CPUtime=0.24
/proc/26444/task/26450/stat : 26450 (java) S 26443 26430 26312 0 -1 64 1496 0 0 0 23 1 0 0 16 0 9 0 65113360 889315328 5750 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26444/tid=26451] ppid=26443 vsize=868472 CPUtime=0
/proc/26444/task/26451/stat : 26451 (java) S 26443 26430 26312 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 65113361 889315328 5750 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26444/tid=26452] ppid=26443 vsize=868472 CPUtime=0
/proc/26444/task/26452/stat : 26452 (java) S 26443 26430 26312 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 65113361 889315328 5750 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.44
Current children cumulated vsize (KiB) 890568

[startup+3.102 s]
/proc/loadavg: 1.95 1.98 1.99 3/85 26452
/proc/meminfo: memFree=1717000/2055920 swapFree=4192812/4192956
[pid=26430] ppid=26428 vsize=16872 CPUtime=2.23
/proc/26430/stat : 26430 (sugar++) S 26428 26430 26312 0 -1 4194304 1479 11632 0 2 6 2 199 16 15 0 1 0 65113302 17276928 1129 996147200 4194304 4206940 548682068528 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26430/statm: 4218 1129 414 3 0 797 0
Current children cumulated CPU time (s) 2.23
Current children cumulated vsize (KiB) 16872

[startup+6.30242 s]
/proc/loadavg: 1.95 1.98 1.99 3/76 26453
/proc/meminfo: memFree=1707920/2055920 swapFree=4192812/4192956
[pid=26430] ppid=26428 vsize=16872 CPUtime=2.23
/proc/26430/stat : 26430 (sugar++) S 26428 26430 26312 0 -1 4194304 1479 11632 0 2 6 2 199 16 16 0 1 0 65113302 17276928 1129 996147200 4194304 4206940 548682068528 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26430/statm: 4218 1129 414 3 0 797 0
[pid=26453] ppid=26430 vsize=22544 CPUtime=3.93
/proc/26453/stat : 26453 (minisat-inc) R 26430 26430 26312 0 -1 4194304 5541 0 0 0 391 2 0 0 25 0 1 0 65113534 23085056 5489 996147200 134512640 135134323 4294956192 18446744073709551615 134531965 0 0 4096 3 0 0 0 17 1 0 0
/proc/26453/statm: 5636 5489 73 151 0 5482 0
Current children cumulated CPU time (s) 6.16
Current children cumulated vsize (KiB) 39416

[startup+12.7012 s]
/proc/loadavg: 1.95 1.98 1.99 3/76 26453
/proc/meminfo: memFree=1706192/2055920 swapFree=4192812/4192956
[pid=26430] ppid=26428 vsize=16872 CPUtime=2.23
/proc/26430/stat : 26430 (sugar++) S 26428 26430 26312 0 -1 4194304 1479 11632 0 2 6 2 199 16 16 0 1 0 65113302 17276928 1129 996147200 4194304 4206940 548682068528 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26430/statm: 4218 1129 414 3 0 797 0
[pid=26453] ppid=26430 vsize=24156 CPUtime=10.27
/proc/26453/stat : 26453 (minisat-inc) R 26430 26430 26312 0 -1 4194304 5962 0 0 0 1024 3 0 0 25 0 1 0 65113534 24735744 5910 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/26453/statm: 6039 5910 73 151 0 5885 0
Current children cumulated CPU time (s) 12.5
Current children cumulated vsize (KiB) 41028

[startup+25.5018 s]
/proc/loadavg: 1.96 1.98 1.99 3/76 26453
/proc/meminfo: memFree=1703696/2055920 swapFree=4192812/4192956
[pid=26430] ppid=26428 vsize=16872 CPUtime=2.23
/proc/26430/stat : 26430 (sugar++) S 26428 26430 26312 0 -1 4194304 1479 11632 0 2 6 2 199 16 16 0 1 0 65113302 17276928 1129 996147200 4194304 4206940 548682068528 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26430/statm: 4218 1129 414 3 0 797 0
[pid=26453] ppid=26430 vsize=26852 CPUtime=22.95
/proc/26453/stat : 26453 (minisat-inc) R 26430 26430 26312 0 -1 4194304 6611 0 0 0 2291 4 0 0 25 0 1 0 65113534 27496448 6559 996147200 134512640 135134323 4294956192 18446744073709551615 134532126 0 0 4096 3 0 0 0 17 1 0 0
/proc/26453/statm: 6713 6559 73 151 0 6559 0
Current children cumulated CPU time (s) 25.18
Current children cumulated vsize (KiB) 43724

[startup+51.1011 s]
/proc/loadavg: 2.04 2.00 2.00 3/76 26453
/proc/meminfo: memFree=1699152/2055920 swapFree=4192812/4192956
[pid=26430] ppid=26428 vsize=16872 CPUtime=2.23
/proc/26430/stat : 26430 (sugar++) S 26428 26430 26312 0 -1 4194304 1479 11632 0 2 6 2 199 16 16 0 1 0 65113302 17276928 1129 996147200 4194304 4206940 548682068528 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26430/statm: 4218 1129 414 3 0 797 0
[pid=26453] ppid=26430 vsize=31424 CPUtime=48.31
/proc/26453/stat : 26453 (minisat-inc) R 26430 26430 26312 0 -1 4194304 7764 0 0 0 4826 5 0 0 25 0 1 0 65113534 32178176 7712 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/26453/statm: 7856 7712 73 151 0 7702 0
Current children cumulated CPU time (s) 50.54
Current children cumulated vsize (KiB) 48296

[startup+102.302 s]
/proc/loadavg: 2.01 2.00 2.00 3/76 26453
/proc/meminfo: memFree=1691216/2055920 swapFree=4192812/4192956
[pid=26430] ppid=26428 vsize=16872 CPUtime=2.23
/proc/26430/stat : 26430 (sugar++) S 26428 26430 26312 0 -1 4194304 1479 11632 0 2 6 2 199 16 16 0 1 0 65113302 17276928 1129 996147200 4194304 4206940 548682068528 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26430/statm: 4218 1129 414 3 0 797 0
[pid=26453] ppid=26430 vsize=39424 CPUtime=99.03
/proc/26453/stat : 26453 (minisat-inc) R 26430 26430 26312 0 -1 4194304 9712 0 0 0 9896 7 0 0 25 0 1 0 65113534 40370176 9660 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/26453/statm: 9856 9660 73 151 0 9702 0
Current children cumulated CPU time (s) 101.26
Current children cumulated vsize (KiB) 56296

[startup+162.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 26463
/proc/meminfo: memFree=1685648/2055920 swapFree=4192812/4192956
[pid=26430] ppid=26428 vsize=16872 CPUtime=2.53
/proc/26430/stat : 26430 (sugar++) S 26428 26430 26312 0 -1 4194304 1564 15512 0 3 6 2 226 19 16 0 1 0 65113302 17276928 1130 996147200 4194304 4206940 548682068528 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26430/statm: 4218 1130 414 3 0 797 0
[pid=26453] ppid=26430 vsize=44572 CPUtime=158.13
/proc/26453/stat : 26453 (minisat-inc) R 26430 26430 26312 0 -1 4194304 11056 0 0 0 15804 9 0 0 25 0 1 0 65113534 45641728 11002 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/26453/statm: 11143 11002 79 151 0 10989 0
Current children cumulated CPU time (s) 160.66
Current children cumulated vsize (KiB) 61444

[startup+222.307 s]
/proc/loadavg: 2.03 2.01 2.00 3/76 26463
/proc/meminfo: memFree=1685712/2055920 swapFree=4192812/4192956
[pid=26430] ppid=26428 vsize=16872 CPUtime=2.53
/proc/26430/stat : 26430 (sugar++) S 26428 26430 26312 0 -1 4194304 1564 15512 0 3 6 2 226 19 16 0 1 0 65113302 17276928 1130 996147200 4194304 4206940 548682068528 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26430/statm: 4218 1130 414 3 0 797 0
[pid=26453] ppid=26430 vsize=44572 CPUtime=217.57
/proc/26453/stat : 26453 (minisat-inc) R 26430 26430 26312 0 -1 4194304 11057 0 0 0 21748 9 0 0 25 0 1 0 65113534 45641728 11003 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/26453/statm: 11143 11003 79 151 0 10989 0
Current children cumulated CPU time (s) 220.1
Current children cumulated vsize (KiB) 61444

[startup+282.301 s]
/proc/loadavg: 2.07 2.02 2.00 3/76 26463
/proc/meminfo: memFree=1685584/2055920 swapFree=4192812/4192956
[pid=26430] ppid=26428 vsize=16872 CPUtime=2.53
/proc/26430/stat : 26430 (sugar++) S 26428 26430 26312 0 -1 4194304 1564 15512 0 3 6 2 226 19 16 0 1 0 65113302 17276928 1130 996147200 4194304 4206940 548682068528 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26430/statm: 4218 1130 414 3 0 797 0
[pid=26453] ppid=26430 vsize=44904 CPUtime=277
/proc/26453/stat : 26453 (minisat-inc) R 26430 26430 26312 0 -1 4194304 11132 0 0 0 27691 9 0 0 25 0 1 0 65113534 45981696 11078 996147200 134512640 135134323 4294956192 18446744073709551615 134532078 0 0 4096 3 0 0 0 17 1 0 0
/proc/26453/statm: 11226 11078 79 151 0 11072 0
Current children cumulated CPU time (s) 279.53
Current children cumulated vsize (KiB) 61776

[startup+342.301 s]
/proc/loadavg: 2.02 2.02 2.00 3/76 26463
/proc/meminfo: memFree=1685200/2055920 swapFree=4192812/4192956
[pid=26430] ppid=26428 vsize=16872 CPUtime=2.53
/proc/26430/stat : 26430 (sugar++) S 26428 26430 26312 0 -1 4194304 1564 15512 0 3 6 2 226 19 16 0 1 0 65113302 17276928 1130 996147200 4194304 4206940 548682068528 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26430/statm: 4218 1130 414 3 0 797 0
[pid=26453] ppid=26430 vsize=45576 CPUtime=336.44
/proc/26453/stat : 26453 (minisat-inc) R 26430 26430 26312 0 -1 4194304 11234 0 0 0 33635 9 0 0 25 0 1 0 65113534 46669824 11180 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0

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

[pid=26453] ppid=26430 vsize=118576 CPUtime=2892.26
/proc/26453/stat : 26453 (minisat-inc) R 26430 26430 26312 0 -1 4194304 29060 0 0 0 289189 37 0 0 25 0 1 0 65113534 121421824 28998 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/26453/statm: 29644 28998 79 151 0 29490 0
Current children cumulated CPU time (s) 2894.8
Current children cumulated vsize (KiB) 135448

[startup+2982.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/76 26465
/proc/meminfo: memFree=1613200/2055920 swapFree=4192812/4192956
[pid=26430] ppid=26428 vsize=16872 CPUtime=2.54
/proc/26430/stat : 26430 (sugar++) S 26428 26430 26312 0 -1 4194304 1564 15512 0 3 7 2 226 19 16 0 1 0 65113302 17276928 1130 996147200 4194304 4206940 548682068528 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26430/statm: 4218 1130 414 3 0 797 0
[pid=26453] ppid=26430 vsize=118820 CPUtime=2951.69
/proc/26453/stat : 26453 (minisat-inc) R 26430 26430 26312 0 -1 4194304 29112 0 0 0 295132 37 0 0 25 0 1 0 65113534 121671680 29050 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/26453/statm: 29705 29050 79 151 0 29551 0
Current children cumulated CPU time (s) 2954.23
Current children cumulated vsize (KiB) 135692

[startup+3042.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/76 26465
/proc/meminfo: memFree=1613136/2055920 swapFree=4192812/4192956
[pid=26430] ppid=26428 vsize=16872 CPUtime=2.54
/proc/26430/stat : 26430 (sugar++) S 26428 26430 26312 0 -1 4194304 1564 15512 0 3 7 2 226 19 16 0 1 0 65113302 17276928 1130 996147200 4194304 4206940 548682068528 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26430/statm: 4218 1130 414 3 0 797 0
[pid=26453] ppid=26430 vsize=118820 CPUtime=3011.13
/proc/26453/stat : 26453 (minisat-inc) R 26430 26430 26312 0 -1 4194304 29113 0 0 0 301076 37 0 0 25 0 1 0 65113534 121671680 29051 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/26453/statm: 29705 29051 79 151 0 29551 0
Current children cumulated CPU time (s) 3013.67
Current children cumulated vsize (KiB) 135692

[startup+3102.3 s]
/proc/loadavg: 2.03 2.02 2.00 3/76 26465
/proc/meminfo: memFree=1613072/2055920 swapFree=4192812/4192956
[pid=26430] ppid=26428 vsize=16872 CPUtime=2.54
/proc/26430/stat : 26430 (sugar++) S 26428 26430 26312 0 -1 4194304 1564 15512 0 3 7 2 226 19 16 0 1 0 65113302 17276928 1130 996147200 4194304 4206940 548682068528 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26430/statm: 4218 1130 414 3 0 797 0
[pid=26453] ppid=26430 vsize=118820 CPUtime=3070.57
/proc/26453/stat : 26453 (minisat-inc) R 26430 26430 26312 0 -1 4194304 29114 0 0 0 307019 38 0 0 25 0 1 0 65113534 121671680 29052 996147200 134512640 135134323 4294956192 18446744073709551615 134531908 0 0 4096 3 0 0 0 17 1 0 0
/proc/26453/statm: 29705 29052 79 151 0 29551 0
Current children cumulated CPU time (s) 3073.11
Current children cumulated vsize (KiB) 135692

[startup+3162.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/84 26510
/proc/meminfo: memFree=1612432/2055920 swapFree=4192812/4192956
[pid=26430] ppid=26428 vsize=16872 CPUtime=2.54
/proc/26430/stat : 26430 (sugar++) S 26428 26430 26312 0 -1 4194304 1564 15512 0 3 7 2 226 19 16 0 1 0 65113302 17276928 1130 996147200 4194304 4206940 548682068528 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26430/statm: 4218 1130 414 3 0 797 0
[pid=26453] ppid=26430 vsize=119140 CPUtime=3130.18
/proc/26453/stat : 26453 (minisat-inc) R 26430 26430 26312 0 -1 4194304 29167 0 0 0 312980 38 0 0 25 0 1 0 65113534 121999360 29105 996147200 134512640 135134323 4294956192 18446744073709551615 134531900 0 0 4096 3 0 0 0 17 0 0 0
/proc/26453/statm: 29785 29105 79 151 0 29631 0
Current children cumulated CPU time (s) 3132.72
Current children cumulated vsize (KiB) 136012

[startup+3222.3 s]
/proc/loadavg: 2.59 2.16 2.05 4/89 26943
/proc/meminfo: memFree=1603048/2055920 swapFree=4192812/4192956
[pid=26430] ppid=26428 vsize=16872 CPUtime=2.54
/proc/26430/stat : 26430 (sugar++) S 26428 26430 26312 0 -1 4194304 1564 15512 0 3 7 2 226 19 16 0 1 0 65113302 17276928 1130 996147200 4194304 4206940 548682068528 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26430/statm: 4218 1130 414 3 0 797 0
[pid=26453] ppid=26430 vsize=119320 CPUtime=3188.18
/proc/26453/stat : 26453 (minisat-inc) R 26430 26430 26312 0 -1 4194304 29178 0 0 0 318779 39 0 0 25 0 1 0 65113534 122183680 29116 996147200 134512640 135134323 4294956192 18446744073709551615 134531900 0 0 4096 3 0 0 0 17 1 0 0
/proc/26453/statm: 29830 29116 79 151 0 29676 0
Current children cumulated CPU time (s) 3190.72
Current children cumulated vsize (KiB) 136192

[startup+3282.3 s]
/proc/loadavg: 2.85 2.31 2.11 4/89 26943
/proc/meminfo: memFree=1594216/2055920 swapFree=4192812/4192956
[pid=26430] ppid=26428 vsize=16872 CPUtime=2.54
/proc/26430/stat : 26430 (sugar++) S 26428 26430 26312 0 -1 4194304 1564 15512 0 3 7 2 226 19 16 0 1 0 65113302 17276928 1130 996147200 4194304 4206940 548682068528 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26430/statm: 4218 1130 414 3 0 797 0
[pid=26453] ppid=26430 vsize=119320 CPUtime=3247.9
/proc/26453/stat : 26453 (minisat-inc) R 26430 26430 26312 0 -1 4194304 29182 0 0 0 324750 40 0 0 25 0 1 0 65113534 122183680 29120 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/26453/statm: 29830 29120 79 151 0 29676 0
Current children cumulated CPU time (s) 3250.44
Current children cumulated vsize (KiB) 136192

[startup+3342.3 s]
/proc/loadavg: 2.94 2.43 2.16 4/89 26943
/proc/meminfo: memFree=1585512/2055920 swapFree=4192812/4192956
[pid=26430] ppid=26428 vsize=16872 CPUtime=2.54
/proc/26430/stat : 26430 (sugar++) S 26428 26430 26312 0 -1 4194304 1564 15512 0 3 7 2 226 19 16 0 1 0 65113302 17276928 1130 996147200 4194304 4206940 548682068528 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26430/statm: 4218 1130 414 3 0 797 0
[pid=26453] ppid=26430 vsize=119320 CPUtime=3307.6
/proc/26453/stat : 26453 (minisat-inc) R 26430 26430 26312 0 -1 4194304 29185 0 0 0 330719 41 0 0 25 0 1 0 65113534 122183680 29123 996147200 134512640 135134323 4294956192 18446744073709551615 134532158 0 0 4096 3 0 0 0 17 1 0 0
/proc/26453/statm: 29830 29123 79 151 0 29676 0
Current children cumulated CPU time (s) 3310.14
Current children cumulated vsize (KiB) 136192

[startup+3402.3 s]
/proc/loadavg: 2.98 2.54 2.21 4/89 26943
/proc/meminfo: memFree=1573608/2055920 swapFree=4192812/4192956
[pid=26430] ppid=26428 vsize=16872 CPUtime=2.54
/proc/26430/stat : 26430 (sugar++) S 26428 26430 26312 0 -1 4194304 1564 15512 0 3 7 2 226 19 16 0 1 0 65113302 17276928 1130 996147200 4194304 4206940 548682068528 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26430/statm: 4218 1130 414 3 0 797 0
[pid=26453] ppid=26430 vsize=119764 CPUtime=3367.3
/proc/26453/stat : 26453 (minisat-inc) R 26430 26430 26312 0 -1 4194304 29283 0 0 0 336689 41 0 0 25 0 1 0 65113534 122638336 29221 996147200 134512640 135134323 4294956192 18446744073709551615 134531977 0 0 4096 3 0 0 0 17 1 0 0
/proc/26453/statm: 29941 29221 79 151 0 29787 0
Current children cumulated CPU time (s) 3369.84
Current children cumulated vsize (KiB) 136636

[startup+3462.3 s]
/proc/loadavg: 2.65 2.54 2.23 3/84 26998
/proc/meminfo: memFree=1570192/2055920 swapFree=4192812/4192956
[pid=26430] ppid=26428 vsize=16872 CPUtime=2.54
/proc/26430/stat : 26430 (sugar++) S 26428 26430 26312 0 -1 4194304 1564 15512 0 3 7 2 226 19 16 0 1 0 65113302 17276928 1130 996147200 4194304 4206940 548682068528 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26430/statm: 4218 1130 414 3 0 797 0
[pid=26453] ppid=26430 vsize=119764 CPUtime=3425.49
/proc/26453/stat : 26453 (minisat-inc) R 26430 26430 26312 0 -1 4194304 29306 0 0 0 342507 42 0 0 25 0 1 0 65113534 122638336 29244 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/26453/statm: 29941 29244 79 151 0 29787 0
Current children cumulated CPU time (s) 3428.03
Current children cumulated vsize (KiB) 136636

[startup+3522.31 s]
/proc/loadavg: 2.24 2.44 2.21 3/84 26998
/proc/meminfo: memFree=1570136/2055920 swapFree=4192812/4192956
[pid=26430] ppid=26428 vsize=16872 CPUtime=2.54
/proc/26430/stat : 26430 (sugar++) S 26428 26430 26312 0 -1 4194304 1564 15512 0 3 7 2 226 19 16 0 1 0 65113302 17276928 1130 996147200 4194304 4206940 548682068528 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26430/statm: 4218 1130 414 3 0 797 0
[pid=26453] ppid=26430 vsize=119924 CPUtime=3485.2
/proc/26453/stat : 26453 (minisat-inc) R 26430 26430 26312 0 -1 4194304 29341 0 0 0 348478 42 0 0 25 0 1 0 65113534 122802176 29279 996147200 134512640 135134323 4294956192 18446744073709551615 134531971 0 0 4096 3 0 0 0 17 1 0 0
/proc/26453/statm: 29981 29279 79 151 0 29827 0
Current children cumulated CPU time (s) 3487.74
Current children cumulated vsize (KiB) 136796

[startup+3582.3 s]
/proc/loadavg: 2.08 2.35 2.19 3/84 26998
/proc/meminfo: memFree=1569880/2055920 swapFree=4192812/4192956
[pid=26430] ppid=26428 vsize=16872 CPUtime=2.54
/proc/26430/stat : 26430 (sugar++) S 26428 26430 26312 0 -1 4194304 1564 15512 0 3 7 2 226 19 16 0 1 0 65113302 17276928 1130 996147200 4194304 4206940 548682068528 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26430/statm: 4218 1130 414 3 0 797 0
[pid=26453] ppid=26430 vsize=120088 CPUtime=3544.91
/proc/26453/stat : 26453 (minisat-inc) R 26430 26430 26312 0 -1 4194304 29391 0 0 0 354449 42 0 0 25 0 1 0 65113534 122970112 29329 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/26453/statm: 30022 29329 79 151 0 29868 0
Current children cumulated CPU time (s) 3547.45
Current children cumulated vsize (KiB) 136960



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3635.2 s]
/proc/loadavg: 2.03 2.29 2.18 3/84 26998
/proc/meminfo: memFree=1569688/2055920 swapFree=4192812/4192956
[pid=26430] ppid=26428 vsize=16872 CPUtime=2.54
/proc/26430/stat : 26430 (sugar++) S 26428 26430 26312 0 -1 4194304 1564 15512 0 3 7 2 226 19 16 0 1 0 65113302 17276928 1130 996147200 4194304 4206940 548682068528 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26430/statm: 4218 1130 414 3 0 797 0
[pid=26453] ppid=26430 vsize=120512 CPUtime=3597.55
/proc/26453/stat : 26453 (minisat-inc) R 26430 26430 26312 0 -1 4194304 29455 0 0 0 359713 42 0 0 25 0 1 0 65113534 123404288 29393 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/26453/statm: 30128 29393 79 151 0 29974 0
Current children cumulated CPU time (s) 3600.09
Current children cumulated vsize (KiB) 137384

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

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

[startup+3635.2 s]
/proc/loadavg: 2.03 2.29 2.18 3/84 26998
/proc/meminfo: memFree=1569688/2055920 swapFree=4192812/4192956
[pid=26430] ppid=26428 vsize=16872 CPUtime=2.54
/proc/26430/stat : 26430 (sugar++) S 26428 26430 26312 0 -1 4194304 1564 15512 0 3 7 2 226 19 16 0 1 0 65113302 17276928 1130 996147200 4194304 4206940 548682068528 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26430/statm: 4218 1130 414 3 0 797 0
[pid=26453] ppid=26430 vsize=120512 CPUtime=3597.55
/proc/26453/stat : 26453 (minisat-inc) R 26430 26430 26312 0 -1 4194304 29455 0 0 0 359713 42 0 0 25 0 1 0 65113534 123404288 29393 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/26453/statm: 30128 29393 79 151 0 29974 0
Current children cumulated CPU time (s) 3600.09
Current children cumulated vsize (KiB) 137384

Child status: 0
Real time (s): 3635.23
CPU time (s): 3600.13
CPU user time (s): 3599.47
CPU system time (s): 0.660899
CPU usage (%): 99.0344
Max. virtual memory (cumulated for all children) (KiB): 890568

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3599.47
system time used= 0.660899
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 46610
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= 3301
involuntary context switches= 86188

runsolver used 3.87541 second user time and 12.6761 second system time

The end

Launcher Data (download as text)

Begin job on node54 at 2008-07-15 03:08:57
IDJOB=1118667
IDBENCH=62273
IDSOLVER=367
FILE ID=node54/1118667-1216084137
PBS_JOBID= 7905188
Free space on /tmp= 66524 MiB

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

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 479d1137855e2ec6ab2c0430b937f895
RANDOM SEED=1174506868

node54.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.235
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.235
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:       1741440 kB
Buffers:         75408 kB
Cached:         158172 kB
SwapCached:          0 kB
Active:         201116 kB
Inactive:        50068 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1741440 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:             868 kB
Writeback:           0 kB
Mapped:          28556 kB
Slab:            48484 kB
Committed_AS:   227448 kB
PageTables:       1776 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 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 node54 at 2008-07-15 04:09:34