Trace number 1118627

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.14 3630.14

General information on the benchmark

Namemaxcsp/maxcut/maxcut-50/
normalized-maxcut-50-560-10_ext.xml
MD5SUM78cfbcc34e2b3c814c2e51d012fc7756
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkMOPT
Best Number of falsified constraints212
Best CPU time to get the best result obtained on this benchmark1151.8
Satisfiable
(Un)Satisfiability was proved
Number of variables50
Number of constraints560
Maximum constraint arity2
Maximum domain size2
Number of constraints which are defined in extension560
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 02:57:25 2008
0.00/0.08	c 0	PID 27470
0.07/0.08	c 0	HOST node27.alineos.net
0.07/0.08	c 0	CONVERTING HOME/instance-1118627-1216083445.xml TO HOME/temp.csp
0.07/0.08	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1118627-1216083445.xml' 'HOME/temp.csp'
0.07/0.43	c 1	1 domains, 50 variables, 0 predicates, 1 relations, 560 constraints
0.07/0.45	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.07/0.45	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.40/0.53	c 1	Parsing HOME/temp.csp
0.40/0.69	c 1	parsed 612 expressions
0.40/0.75	c 1	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.40/0.76	c 1	MAX CSP: 560 constraints
0.40/0.76	c 1	Converting to clausal form CSP
0.40/0.80	c 1	converted 118 (10%) expressions
0.40/0.81	c 1	converted 235 (20%) expressions
0.40/0.82	c 1	converted 353 (30%) expressions
0.40/0.83	c 1	converted 470 (40%) expressions
0.40/0.84	c 1	converted 588 (50%) expressions
0.40/0.85	c 1	converted 705 (60%) expressions
0.40/0.86	c 1	converted 823 (70%) expressions
0.40/0.87	c 1	converted 940 (80%) expressions
0.40/0.94	c 1	converted 1058 (90%) expressions
0.92/1.07	c 1	converted 1175 (100%) expressions
0.92/1.07	c 1	CSP : 1170 integers, 0 booleans, 1679 clauses, largest domain size 841
0.92/1.07	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.92/1.07	c 1	Propagation in CSP
1.02/1.11	c 1	557 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.02/1.12	c 1	CSP : 1170 integers, 0 booleans, 1679 clauses, largest domain size 561
1.02/1.12	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.02/1.12	c 1	Simplifing CSP by introducing new Boolean variables
1.02/1.12	c 1	CSP : 1170 integers, 0 booleans, 1679 clauses, largest domain size 561
1.02/1.12	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.02/1.16	c 1	Encoding CSP to SAT : HOME/temp.cnf
1.02/1.16	c 1	117 (10%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.02/1.17	c 1	234 (20%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.02/1.17	c 1	351 (30%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.02/1.17	c 1	468 (40%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.02/1.17	c 1	585 (50%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.02/1.19	c 1	702 (60%) CSP integer variables are encoded (4772 clauses, 61323 bytes)
1.02/1.19	c 1	819 (70%) CSP integer variables are encoded (5921 clauses, 76260 bytes)
1.02/1.19	c 1	936 (80%) CSP integer variables are encoded (7223 clauses, 93186 bytes)
1.02/1.19	c 1	1053 (90%) CSP integer variables are encoded (7985 clauses, 103092 bytes)
1.02/1.20	c 1	1170 (100%) CSP integer variables are encoded (9060 clauses, 117528 bytes)
1.12/1.23	c 1	168 (10%) CSP clauses are encoded (9396 clauses, 121770 bytes)
1.12/1.24	c 1	336 (20%) CSP clauses are encoded (9732 clauses, 126440 bytes)
1.12/1.26	c 1	504 (30%) CSP clauses are encoded (10068 clauses, 131144 bytes)
1.32/1.41	c 2	672 (40%) CSP clauses are encoded (56832 clauses, 952315 bytes)
1.51/1.62	c 2	840 (50%) CSP clauses are encoded (177396 clauses, 3163654 bytes)
1.51/1.64	c 2	1008 (60%) CSP clauses are encoded (183292 clauses, 3267041 bytes)
1.82/1.91	c 2	1176 (70%) CSP clauses are encoded (337940 clauses, 6113657 bytes)
1.82/1.94	c 2	1344 (80%) CSP clauses are encoded (344706 clauses, 6232605 bytes)
1.82/1.97	c 2	1512 (90%) CSP clauses are encoded (360858 clauses, 6524064 bytes)
1.91/2.08	c 2	1679 (100%) CSP clauses are encoded (420300 clauses, 7647934 bytes)
1.91/2.08	c 2	1679 CSP clauses encoded
1.91/2.08	c 2	Writing map file : HOME/temp.map
1.91/2.09	c 2	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.91/2.09	c 2	SAT : 10230 SAT variables, 420300 SAT clauses, 7647934 bytes
1.91/2.09	c 2	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.00/2.13	c 2	OBJECTIVE minimize _COST
2.00/2.13	c 2	SOLVING HOME/temp.cnf
2.00/2.13	c 2	CMD HOME/minisat-inc -incremental HOME/temp.cnf HOME/temp.out
2.00/2.13	c 2	This is MiniSat 2.0 beta incremental
2.00/2.13	c 2	WARNING: for repeatability, setting FPU to use double precision
2.00/2.13	c 2	============================[ Problem Statistics ]=============================
2.00/2.13	c 2	|                                                                             |
2.00/2.13	c 2	|  Number of variables:  10230                                                |
2.00/2.13	c 2	|  Number of clauses:    420300                                               |
2.03/2.33	c 2	|  Parsing time:         0.17         s                                       |
2.03/2.34	c 2	OK
2.03/2.34	c 2	OBJECTIVE BOUND: 0 <= _COST <= 
2.03/2.34	c 2	SEARCHING: _COST <= 280
2.03/2.34	c 2	============================[ Search Statistics ]==============================
2.03/2.34	c 2	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
2.03/2.34	c 2	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
2.03/2.34	c 2	===============================================================================
2.03/2.34	c 2	|         0 |   10230   420300  1233160 |   140100        0    nan |  0.000 % |
2.03/2.50	c 3	|       100 |   10230   420300  1233160 |   154110      100     18 |  0.003 % |
2.03/2.70	c 3	|       250 |   10230   420300  1233160 |   169521      250     30 |  0.003 % |
2.03/2.79	c 3	|       476 |   10230   420300  1233160 |   186473      476     34 |  0.003 % |
2.03/2.91	c 3	|       814 |   10230   420300  1233160 |   205120      814     33 |  0.003 % |
2.03/3.10	c 3	|      1322 |   10230   420300  1233160 |   225632     1322     32 |  0.003 % |
2.03/3.14	c 3	===============================================================================
2.03/3.14	c 3	restarts              : 6
2.03/3.14	c 3	conflicts             : 1441          (1483 /sec)
2.03/3.14	c 3	decisions             : 2330          (0.47 % random) (2397 /sec)
2.03/3.14	c 3	propagations          : 635845         (654261 /sec)
2.03/3.14	c 3	conflict literals     : 45359          (21.13 % deleted)
2.03/3.14	c 3	Memory used           : 19.87 MB
2.03/3.14	c 3	CPU time              : 0.971852 s
2.03/3.14	c 3	
2.03/3.14	c 3	SATISFIABLE
2.03/3.15	c 3	OK
2.03/3.15	c 3	FOUND: _COST <= 280
2.03/3.15	s SATISFIABLE
2.03/3.15	c 3	DECODING HOME/temp.out WITH HOME/temp.map
2.03/3.15	c 3	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
3.07/3.24	c 3	Decoding HOME/temp.out
3.17/3.35	c 3	OBJECTIVE _COST 280
3.17/3.35	o 280
3.17/3.35	v 0 1 0 1 0 1 1 0 0 0 1 1 1 0 0 0 0 1 0 1 0 1 0 1 1 1 1 1 0 0 1 1 1 1 0 0 1 1 0 0 1 0 0 0 1 0 1 0 0 0
3.17/3.36	c 3	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
3.17/3.38	c 3	OK
3.17/3.38	c 3	OBJECTIVE BOUND: 0 <= _COST <= 280
3.17/3.38	c 3	SEARCHING: _COST <= 140
3.17/3.38	c 3	============================[ Search Statistics ]==============================
3.17/3.39	c 4	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
3.17/3.39	c 4	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
3.17/3.39	c 4	===============================================================================
3.17/3.39	c 4	|      1441 |   10230   420300  1233160 |   140100     1441     31 |  0.003 % |
3.25/3.49	c 4	|      1541 |   10230   420300  1233160 |   154110     1541     31 | 27.372 % |
3.45/3.66	c 4	|      1692 |   10230   420300  1233160 |   169521     1692     30 | 27.372 % |
3.65/3.87	c 4	|      1919 |   10230   420300  1233160 |   186473     1919     30 | 27.372 % |
3.95/4.15	c 4	|      2256 |   10230   420300  1233160 |   205120     2256     29 | 27.372 % |
4.25/4.45	c 5	|      2763 |   10230   420300  1233160 |   225632     2763     28 | 27.372 % |
4.64/4.85	c 5	|      3522 |    7430   268596   786168 |   248195     3522     27 | 27.372 % |
5.04/5.27	c 5	|      4662 |    7430   268596   786168 |   273015     4662     26 | 27.372 % |
6.23/6.48	c 7	|      6371 |    7430   268596   786168 |   300316     6371     26 | 27.372 % |
8.31/8.51	c 9	|      8933 |    7430   268596   786168 |   330348     8933     26 | 27.372 % |
11.18/11.46	c 12	|     12779 |    7430   268596   786168 |   363383    12779     26 | 27.372 % |
15.05/15.36	c 15	|     18545 |    7430   268596   786168 |   399721    18545     25 | 27.372 % |
22.39/22.72	c 23	|     27196 |    7430   268596   786168 |   439693    27196     26 | 27.372 % |
35.96/36.42	c 37	|     40170 |    7430   268596   786168 |   483663    40170     27 | 27.372 % |
62.24/62.92	c 63	|     59632 |    7430   268596   786168 |   532029    59632     29 | 27.372 % |
108.55/109.67	c 110	|     88824 |    7430   268596   786168 |   585232    88824     30 | 27.372 % |
188.86/190.64	c 191	|    132616 |    7430   268596   786168 |   643755   132616     31 | 27.372 % |
345.51/348.63	c 349	|    198300 |    7430   268596   786168 |   708131   198300     32 | 27.372 % |
636.85/642.48	c 643	|    296826 |    7430   268596   786168 |   778944   296826     32 | 27.372 % |
1142.21/1151.02	c 1151	|    444615 |    7430   268596   786168 |   856838   444615     32 | 27.372 % |
2277.80/2296.45	c 2297	|    666298 |    7430   268596   786168 |   942522   666298     32 | 27.372 % |
3600.07/3630.11	c ERROR INTERRUPTED
3600.07/3630.13	c 3630	CPU 3599.33 (0.05 0.02 3599.28 0.76)
3600.07/3630.13	c 3630	END Tue Jul 15 03:57:55 2008

Verifier Data (download as text)

OK	258	302
258 unsatisfied constraints, 302 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-1118627-1216083445/watcher-1118627-1216083445 -o /tmp/evaluation-result-1118627-1216083445/solver-1118627-1216083445 -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-1118627-1216083445.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.00 2.00 2.00 4/73 27470
/proc/meminfo: memFree=1655376/2055920 swapFree=4178788/4192956
[pid=27470] ppid=27468 vsize=18572 CPUtime=0
/proc/27470/stat : 27470 (runsolver) R 27468 27470 27093 0 -1 4194368 15 0 0 0 0 0 0 0 19 0 1 0 64918958 19017728 292 996147200 4194304 4296836 548682068192 18446744073709551615 233586097650 0 0 4096 24578 0 0 0 17 1 0 0
/proc/27470/statm: 4643 292 257 25 0 2626 0

[startup+0.0830079 s]
/proc/loadavg: 2.00 2.00 2.00 4/73 27470
/proc/meminfo: memFree=1655376/2055920 swapFree=4178788/4192956
[pid=27470] ppid=27468 vsize=16740 CPUtime=0.07
/proc/27470/stat : 27470 (sugar++) S 27468 27470 27093 0 -1 4194304 1143 0 0 0 5 2 0 0 18 0 1 0 64918958 17141760 1099 996147200 4194304 4206940 548682068528 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27470/statm: 4185 1099 406 3 0 764 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16740

[startup+0.101404 s]
/proc/loadavg: 2.00 2.00 2.00 4/73 27470
/proc/meminfo: memFree=1655376/2055920 swapFree=4178788/4192956
[pid=27470] ppid=27468 vsize=16740 CPUtime=0.07
/proc/27470/stat : 27470 (sugar++) S 27468 27470 27093 0 -1 4194304 1219 128 0 0 5 2 0 0 16 0 1 0 64918958 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27470/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16740

[startup+0.301424 s]
/proc/loadavg: 2.00 2.00 2.00 4/73 27470
/proc/meminfo: memFree=1655376/2055920 swapFree=4178788/4192956
[pid=27470] ppid=27468 vsize=16740 CPUtime=0.07
/proc/27470/stat : 27470 (sugar++) S 27468 27470 27093 0 -1 4194304 1219 128 0 0 5 2 0 0 16 0 1 0 64918958 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27470/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16740

[startup+0.701462 s]
/proc/loadavg: 2.00 2.00 2.00 4/73 27470
/proc/meminfo: memFree=1655376/2055920 swapFree=4178788/4192956
[pid=27470] ppid=27468 vsize=16740 CPUtime=0.4
/proc/27470/stat : 27470 (sugar++) S 27468 27470 27093 0 -1 4194304 1296 4532 0 1 5 2 30 3 15 0 1 0 64918958 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27470/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.4
Current children cumulated vsize (KiB) 16740

[startup+1.50254 s]
/proc/loadavg: 2.08 2.02 2.01 5/84 27492
/proc/meminfo: memFree=1640888/2055920 swapFree=4178788/4192956
[pid=27470] ppid=27468 vsize=16740 CPUtime=0.4
/proc/27470/stat : 27470 (sugar++) S 27468 27470 27093 0 -1 4194304 1297 4532 0 1 5 2 30 3 15 0 1 0 64918958 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27470/statm: 4185 1104 409 3 0 764 0
[pid=27483] ppid=27470 vsize=5356 CPUtime=0
/proc/27483/stat : 27483 (sh) S 27470 27470 27093 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 64919004 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27483/statm: 1339 233 193 169 0 50 0
[pid=27484] ppid=27483 vsize=868516 CPUtime=1.02
/proc/27484/stat : 27484 (java) S 27483 27470 27093 0 -1 0 6564 0 1 0 97 5 0 0 18 0 9 0 64919004 889360384 5744 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27484/statm: 217129 5744 2563 9 0 211676 0
[pid=27484/tid=27485] ppid=27483 vsize=868516 CPUtime=0.68
/proc/27484/task/27485/stat : 27485 (java) R 27483 27470 27093 0 -1 64 2773 0 1 0 65 3 0 0 20 0 9 0 64919005 889360384 5744 996147200 134512640 134550740 4294955920 18446744073709551615 4126950028 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27484/tid=27486] ppid=27483 vsize=868516 CPUtime=0.07
/proc/27484/task/27486/stat : 27486 (java) S 27483 27470 27093 0 -1 64 1615 0 0 0 7 0 0 0 16 0 9 0 64919006 889360384 5744 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27484/tid=27487] ppid=27483 vsize=868516 CPUtime=0
/proc/27484/task/27487/stat : 27487 (java) S 27483 27470 27093 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 64919007 889360384 5744 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27484/tid=27488] ppid=27483 vsize=868516 CPUtime=0
/proc/27484/task/27488/stat : 27488 (java) S 27483 27470 27093 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 64919007 889360384 5744 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27484/tid=27489] ppid=27483 vsize=868516 CPUtime=0
/proc/27484/task/27489/stat : 27489 (java) S 27483 27470 27093 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 64919009 889360384 5744 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27484/tid=27490] ppid=27483 vsize=868516 CPUtime=0.24
/proc/27484/task/27490/stat : 27490 (java) S 27483 27470 27093 0 -1 64 1484 0 0 0 24 0 0 0 16 0 9 0 64919009 889360384 5744 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27484/tid=27491] ppid=27483 vsize=868516 CPUtime=0
/proc/27484/task/27491/stat : 27491 (java) S 27483 27470 27093 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 64919009 889360384 5744 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27484/tid=27492] ppid=27483 vsize=868516 CPUtime=0
/proc/27484/task/27492/stat : 27492 (java) S 27483 27470 27093 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 64919009 889360384 5744 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.42
Current children cumulated vsize (KiB) 890612

[startup+3.10171 s]
/proc/loadavg: 2.08 2.02 2.01 2/84 27492
/proc/meminfo: memFree=1631160/2055920 swapFree=4178788/4192956
[pid=27470] ppid=27468 vsize=16872 CPUtime=2.03
/proc/27470/stat : 27470 (sugar++) S 27468 27470 27093 0 -1 4194304 1478 11580 0 2 5 2 181 15 15 0 1 0 64918958 17276928 1129 996147200 4194304 4206940 548682068528 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27470/statm: 4218 1129 414 3 0 797 0
Current children cumulated CPU time (s) 2.03
Current children cumulated vsize (KiB) 16872

[startup+6.30103 s]
/proc/loadavg: 2.08 2.02 2.01 4/75 27503
/proc/meminfo: memFree=1624384/2055920 swapFree=4178788/4192956
[pid=27470] ppid=27468 vsize=16872 CPUtime=2.22
/proc/27470/stat : 27470 (sugar++) S 27468 27470 27093 0 -1 4194304 1564 15450 0 3 5 2 198 17 15 0 1 0 64918958 17276928 1130 996147200 4194304 4206940 548682068528 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27470/statm: 4218 1130 414 3 0 797 0
[pid=27493] ppid=27470 vsize=20752 CPUtime=3.91
/proc/27493/stat : 27493 (minisat-inc) R 27470 27470 27093 0 -1 4194304 5062 0 0 0 387 4 0 0 25 0 1 0 64919172 21250048 5010 996147200 134512640 135134323 4294956192 18446744073709551615 134531965 0 0 4096 3 0 0 0 17 1 0 0
/proc/27493/statm: 5188 5010 79 151 0 5034 0
Current children cumulated CPU time (s) 6.13
Current children cumulated vsize (KiB) 37624

[startup+12.7017 s]
/proc/loadavg: 2.07 2.02 2.00 4/75 27503
/proc/meminfo: memFree=1624320/2055920 swapFree=4178788/4192956
[pid=27470] ppid=27468 vsize=16872 CPUtime=2.22
/proc/27470/stat : 27470 (sugar++) S 27468 27470 27093 0 -1 4194304 1564 15450 0 3 5 2 198 17 16 0 1 0 64918958 17276928 1130 996147200 4194304 4206940 548682068528 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27470/statm: 4218 1130 414 3 0 797 0
[pid=27493] ppid=27470 vsize=20752 CPUtime=10.26
/proc/27493/stat : 27493 (minisat-inc) R 27470 27470 27093 0 -1 4194304 5070 0 0 0 1022 4 0 0 25 0 1 0 64919172 21250048 5018 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/27493/statm: 5188 5018 79 151 0 5034 0
Current children cumulated CPU time (s) 12.48
Current children cumulated vsize (KiB) 37624

[startup+25.502 s]
/proc/loadavg: 2.06 2.01 2.00 4/75 27503
/proc/meminfo: memFree=1624320/2055920 swapFree=4178788/4192956
[pid=27470] ppid=27468 vsize=16872 CPUtime=2.22
/proc/27470/stat : 27470 (sugar++) S 27468 27470 27093 0 -1 4194304 1564 15450 0 3 5 2 198 17 16 0 1 0 64918958 17276928 1130 996147200 4194304 4206940 548682068528 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27470/statm: 4218 1130 414 3 0 797 0
[pid=27493] ppid=27470 vsize=20916 CPUtime=22.94
/proc/27493/stat : 27493 (minisat-inc) R 27470 27470 27093 0 -1 4194304 5118 0 0 0 2290 4 0 0 25 0 1 0 64919172 21417984 5066 996147200 134512640 135134323 4294956192 18446744073709551615 134531982 0 0 4096 3 0 0 0 17 1 0 0
/proc/27493/statm: 5229 5066 79 151 0 5075 0
Current children cumulated CPU time (s) 25.16
Current children cumulated vsize (KiB) 37788

[startup+51.1016 s]
/proc/loadavg: 2.04 2.01 2.00 3/75 27503
/proc/meminfo: memFree=1621120/2055920 swapFree=4178788/4192956
[pid=27470] ppid=27468 vsize=16872 CPUtime=2.22
/proc/27470/stat : 27470 (sugar++) S 27468 27470 27093 0 -1 4194304 1564 15450 0 3 5 2 198 17 16 0 1 0 64918958 17276928 1130 996147200 4194304 4206940 548682068528 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27470/statm: 4218 1130 414 3 0 797 0
[pid=27493] ppid=27470 vsize=24308 CPUtime=48.33
/proc/27493/stat : 27493 (minisat-inc) R 27470 27470 27093 0 -1 4194304 5966 0 0 0 4828 5 0 0 25 0 1 0 64919172 24891392 5914 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/27493/statm: 6077 5914 79 151 0 5923 0
Current children cumulated CPU time (s) 50.55
Current children cumulated vsize (KiB) 41180

[startup+102.309 s]
/proc/loadavg: 2.01 2.01 2.00 4/75 27503
/proc/meminfo: memFree=1615424/2055920 swapFree=4178788/4192956
[pid=27470] ppid=27468 vsize=16872 CPUtime=2.22
/proc/27470/stat : 27470 (sugar++) S 27468 27470 27093 0 -1 4194304 1564 15450 0 3 5 2 198 17 16 0 1 0 64918958 17276928 1130 996147200 4194304 4206940 548682068528 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27470/statm: 4218 1130 414 3 0 797 0
[pid=27493] ppid=27470 vsize=29832 CPUtime=99.09
/proc/27493/stat : 27493 (minisat-inc) R 27470 27470 27093 0 -1 4194304 7342 0 0 0 9902 7 0 0 25 0 1 0 64919172 30547968 7290 996147200 134512640 135134323 4294956192 18446744073709551615 134532169 0 0 4096 3 0 0 0 17 1 0 0
/proc/27493/statm: 7458 7290 79 151 0 7304 0
Current children cumulated CPU time (s) 101.31
Current children cumulated vsize (KiB) 46704

[startup+162.302 s]
/proc/loadavg: 2.00 2.00 2.00 4/75 27503
/proc/meminfo: memFree=1609856/2055920 swapFree=4178788/4192956
[pid=27470] ppid=27468 vsize=16872 CPUtime=2.22
/proc/27470/stat : 27470 (sugar++) S 27468 27470 27093 0 -1 4194304 1564 15450 0 3 5 2 198 17 16 0 1 0 64918958 17276928 1130 996147200 4194304 4206940 548682068528 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27470/statm: 4218 1130 414 3 0 797 0
[pid=27493] ppid=27470 vsize=35500 CPUtime=158.58
/proc/27493/stat : 27493 (minisat-inc) R 27470 27470 27093 0 -1 4194304 8727 0 0 0 15850 8 0 0 25 0 1 0 64919172 36352000 8675 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/27493/statm: 8875 8675 79 151 0 8721 0
Current children cumulated CPU time (s) 160.8
Current children cumulated vsize (KiB) 52372

[startup+222.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 27509
/proc/meminfo: memFree=1604608/2055920 swapFree=4178788/4192956
[pid=27470] ppid=27468 vsize=16872 CPUtime=2.22
/proc/27470/stat : 27470 (sugar++) S 27468 27470 27093 0 -1 4194304 1564 15450 0 3 5 2 198 17 16 0 1 0 64918958 17276928 1130 996147200 4194304 4206940 548682068528 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27470/statm: 4218 1130 414 3 0 797 0
[pid=27493] ppid=27470 vsize=40812 CPUtime=218.06
/proc/27493/stat : 27493 (minisat-inc) R 27470 27470 27093 0 -1 4194304 10010 0 0 0 21796 10 0 0 25 0 1 0 64919172 41791488 9958 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/27493/statm: 10203 9958 79 151 0 10049 0
Current children cumulated CPU time (s) 220.28
Current children cumulated vsize (KiB) 57684

[startup+282.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 27509
/proc/meminfo: memFree=1600448/2055920 swapFree=4178788/4192956
[pid=27470] ppid=27468 vsize=16872 CPUtime=2.22
/proc/27470/stat : 27470 (sugar++) S 27468 27470 27093 0 -1 4194304 1564 15450 0 3 5 2 198 17 16 0 1 0 64918958 17276928 1130 996147200 4194304 4206940 548682068528 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27470/statm: 4218 1130 414 3 0 797 0
[pid=27493] ppid=27470 vsize=45024 CPUtime=277.55
/proc/27493/stat : 27493 (minisat-inc) R 27470 27470 27093 0 -1 4194304 11055 0 0 0 27744 11 0 0 25 0 1 0 64919172 46104576 11003 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/27493/statm: 11256 11003 79 151 0 11102 0
Current children cumulated CPU time (s) 279.77
Current children cumulated vsize (KiB) 61896

[startup+342.301 s]
/proc/loadavg: 2.00 2.00 2.00 4/75 27509
/proc/meminfo: memFree=1596288/2055920 swapFree=4178788/4192956
[pid=27470] ppid=27468 vsize=16872 CPUtime=2.22
/proc/27470/stat : 27470 (sugar++) S 27468 27470 27093 0 -1 4194304 1564 15450 0 3 5 2 198 17 16 0 1 0 64918958 17276928 1130 996147200 4194304 4206940 548682068528 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27470/statm: 4218 1130 414 3 0 797 0
[pid=27493] ppid=27470 vsize=49060 CPUtime=337.04
/proc/27493/stat : 27493 (minisat-inc) R 27470 27470 27093 0 -1 4194304 12065 0 0 0 33691 13 0 0 25 0 1 0 64919172 50237440 12013 996147200 134512640 135134323 4294956192 18446744073709551615 134532059 0 0 4096 3 0 0 0 17 1 0 0

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

[pid=27493] ppid=27470 vsize=147500 CPUtime=2896.11
/proc/27493/stat : 27493 (minisat-inc) R 27470 27470 27093 0 -1 4194304 35951 0 0 0 289562 49 0 0 25 0 1 0 64919172 151040000 35899 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/27493/statm: 36875 35899 79 151 0 36721 0
Current children cumulated CPU time (s) 2898.33
Current children cumulated vsize (KiB) 164372

[startup+2982.3 s]
/proc/loadavg: 2.67 2.66 2.56 3/82 27576
/proc/meminfo: memFree=1541384/2055920 swapFree=4178788/4192956
[pid=27470] ppid=27468 vsize=16872 CPUtime=2.22
/proc/27470/stat : 27470 (sugar++) S 27468 27470 27093 0 -1 4194304 1564 15450 0 3 5 2 198 17 16 0 1 0 64918958 17276928 1130 996147200 4194304 4206940 548682068528 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27470/statm: 4218 1130 414 3 0 797 0
[pid=27493] ppid=27470 vsize=148820 CPUtime=2955.6
/proc/27493/stat : 27493 (minisat-inc) R 27470 27470 27093 0 -1 4194304 36311 0 0 0 295510 50 0 0 25 0 1 0 64919172 152391680 36259 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/27493/statm: 37205 36259 79 151 0 37051 0
Current children cumulated CPU time (s) 2957.82
Current children cumulated vsize (KiB) 165692

[startup+3042.3 s]
/proc/loadavg: 2.67 2.66 2.56 4/82 27576
/proc/meminfo: memFree=1539848/2055920 swapFree=4178788/4192956
[pid=27470] ppid=27468 vsize=16872 CPUtime=2.22
/proc/27470/stat : 27470 (sugar++) S 27468 27470 27093 0 -1 4194304 1564 15450 0 3 5 2 198 17 16 0 1 0 64918958 17276928 1130 996147200 4194304 4206940 548682068528 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27470/statm: 4218 1130 414 3 0 797 0
[pid=27493] ppid=27470 vsize=150272 CPUtime=3015.09
/proc/27493/stat : 27493 (minisat-inc) R 27470 27470 27093 0 -1 4194304 36706 0 0 0 301459 50 0 0 25 0 1 0 64919172 153878528 36654 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/27493/statm: 37568 36654 79 151 0 37414 0
Current children cumulated CPU time (s) 3017.31
Current children cumulated vsize (KiB) 167144

[startup+3102.3 s]
/proc/loadavg: 2.70 2.67 2.57 4/82 27576
/proc/meminfo: memFree=1538504/2055920 swapFree=4178788/4192956
[pid=27470] ppid=27468 vsize=16872 CPUtime=2.22
/proc/27470/stat : 27470 (sugar++) S 27468 27470 27093 0 -1 4194304 1564 15450 0 3 5 2 198 17 16 0 1 0 64918958 17276928 1130 996147200 4194304 4206940 548682068528 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27470/statm: 4218 1130 414 3 0 797 0
[pid=27493] ppid=27470 vsize=151672 CPUtime=3074.57
/proc/27493/stat : 27493 (minisat-inc) R 27470 27470 27093 0 -1 4194304 37059 0 0 0 307407 50 0 0 25 0 1 0 64919172 155312128 37007 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/27493/statm: 37918 37007 79 151 0 37764 0
Current children cumulated CPU time (s) 3076.79
Current children cumulated vsize (KiB) 168544

[startup+3162.3 s]
/proc/loadavg: 2.64 2.65 2.57 4/82 27576
/proc/meminfo: memFree=1536968/2055920 swapFree=4178788/4192956
[pid=27470] ppid=27468 vsize=16872 CPUtime=2.22
/proc/27470/stat : 27470 (sugar++) S 27468 27470 27093 0 -1 4194304 1564 15450 0 3 5 2 198 17 16 0 1 0 64918958 17276928 1130 996147200 4194304 4206940 548682068528 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27470/statm: 4218 1130 414 3 0 797 0
[pid=27493] ppid=27470 vsize=153288 CPUtime=3134.06
/proc/27493/stat : 27493 (minisat-inc) R 27470 27470 27093 0 -1 4194304 37449 0 0 0 313355 51 0 0 25 0 1 0 64919172 156966912 37397 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/27493/statm: 38322 37397 79 151 0 38168 0
Current children cumulated CPU time (s) 3136.28
Current children cumulated vsize (KiB) 170160

[startup+3222.3 s]
/proc/loadavg: 2.68 2.67 2.57 4/82 27576
/proc/meminfo: memFree=1535432/2055920 swapFree=4178788/4192956
[pid=27470] ppid=27468 vsize=16872 CPUtime=2.22
/proc/27470/stat : 27470 (sugar++) S 27468 27470 27093 0 -1 4194304 1564 15450 0 3 5 2 198 17 16 0 1 0 64918958 17276928 1130 996147200 4194304 4206940 548682068528 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27470/statm: 4218 1130 414 3 0 797 0
[pid=27493] ppid=27470 vsize=154772 CPUtime=3193.55
/proc/27493/stat : 27493 (minisat-inc) R 27470 27470 27093 0 -1 4194304 37818 0 0 0 319303 52 0 0 25 0 1 0 64919172 158486528 37766 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/27493/statm: 38693 37766 79 151 0 38539 0
Current children cumulated CPU time (s) 3195.77
Current children cumulated vsize (KiB) 171644

[startup+3282.3 s]
/proc/loadavg: 2.71 2.68 2.58 3/82 27576
/proc/meminfo: memFree=1533896/2055920 swapFree=4178788/4192956
[pid=27470] ppid=27468 vsize=16872 CPUtime=2.22
/proc/27470/stat : 27470 (sugar++) S 27468 27470 27093 0 -1 4194304 1564 15450 0 3 5 2 198 17 16 0 1 0 64918958 17276928 1130 996147200 4194304 4206940 548682068528 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27470/statm: 4218 1130 414 3 0 797 0
[pid=27493] ppid=27470 vsize=156104 CPUtime=3253.03
/proc/27493/stat : 27493 (minisat-inc) R 27470 27470 27093 0 -1 4194304 38183 0 0 0 325251 52 0 0 25 0 1 0 64919172 159850496 38131 996147200 134512640 135134323 4294956192 18446744073709551615 134532097 0 0 4096 3 0 0 0 17 1 0 0
/proc/27493/statm: 39026 38131 79 151 0 38872 0
Current children cumulated CPU time (s) 3255.25
Current children cumulated vsize (KiB) 172976

[startup+3342.3 s]
/proc/loadavg: 2.64 2.66 2.58 4/82 27576
/proc/meminfo: memFree=1532488/2055920 swapFree=4178788/4192956
[pid=27470] ppid=27468 vsize=16872 CPUtime=2.22
/proc/27470/stat : 27470 (sugar++) S 27468 27470 27093 0 -1 4194304 1564 15450 0 3 5 2 198 17 16 0 1 0 64918958 17276928 1130 996147200 4194304 4206940 548682068528 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27470/statm: 4218 1130 414 3 0 797 0
[pid=27493] ppid=27470 vsize=157424 CPUtime=3312.5
/proc/27493/stat : 27493 (minisat-inc) R 27470 27470 27093 0 -1 4194304 38531 0 0 0 331198 52 0 0 25 0 1 0 64919172 161202176 38479 996147200 134512640 135134323 4294956192 18446744073709551615 134531888 0 0 4096 3 0 0 0 17 1 0 0
/proc/27493/statm: 39356 38479 79 151 0 39202 0
Current children cumulated CPU time (s) 3314.72
Current children cumulated vsize (KiB) 174296

[startup+3402.31 s]
/proc/loadavg: 2.79 2.69 2.59 4/82 27576
/proc/meminfo: memFree=1531080/2055920 swapFree=4178788/4192956
[pid=27470] ppid=27468 vsize=16872 CPUtime=2.22
/proc/27470/stat : 27470 (sugar++) S 27468 27470 27093 0 -1 4194304 1564 15450 0 3 5 2 198 17 16 0 1 0 64918958 17276928 1130 996147200 4194304 4206940 548682068528 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27470/statm: 4218 1130 414 3 0 797 0
[pid=27493] ppid=27470 vsize=158744 CPUtime=3372
/proc/27493/stat : 27493 (minisat-inc) R 27470 27470 27093 0 -1 4194304 38884 0 0 0 337147 53 0 0 25 0 1 0 64919172 162553856 38832 996147200 134512640 135134323 4294956192 18446744073709551615 134532048 0 0 4096 3 0 0 0 17 1 0 0
/proc/27493/statm: 39686 38832 79 151 0 39532 0
Current children cumulated CPU time (s) 3374.22
Current children cumulated vsize (KiB) 175616

[startup+3462.3 s]
/proc/loadavg: 2.68 2.67 2.59 3/82 27576
/proc/meminfo: memFree=1528904/2055920 swapFree=4178788/4192956
[pid=27470] ppid=27468 vsize=16872 CPUtime=2.22
/proc/27470/stat : 27470 (sugar++) S 27468 27470 27093 0 -1 4194304 1564 15450 0 3 5 2 198 17 16 0 1 0 64918958 17276928 1130 996147200 4194304 4206940 548682068528 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27470/statm: 4218 1130 414 3 0 797 0
[pid=27493] ppid=27470 vsize=161016 CPUtime=3431.49
/proc/27493/stat : 27493 (minisat-inc) R 27470 27470 27093 0 -1 4194304 39385 0 0 0 343095 54 0 0 25 0 1 0 64919172 164880384 39333 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/27493/statm: 40254 39333 79 151 0 40100 0
Current children cumulated CPU time (s) 3433.71
Current children cumulated vsize (KiB) 177888

[startup+3522.3 s]
/proc/loadavg: 2.82 2.71 2.61 4/82 27576
/proc/meminfo: memFree=1527560/2055920 swapFree=4178788/4192956
[pid=27470] ppid=27468 vsize=16872 CPUtime=2.22
/proc/27470/stat : 27470 (sugar++) S 27468 27470 27093 0 -1 4194304 1564 15450 0 3 5 2 198 17 16 0 1 0 64918958 17276928 1130 996147200 4194304 4206940 548682068528 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27470/statm: 4218 1130 414 3 0 797 0
[pid=27493] ppid=27470 vsize=162600 CPUtime=3490.97
/proc/27493/stat : 27493 (minisat-inc) R 27470 27470 27093 0 -1 4194304 39762 0 0 0 349043 54 0 0 25 0 1 0 64919172 166502400 39710 996147200 134512640 135134323 4294956192 18446744073709551615 134532161 0 0 4096 3 0 0 0 17 1 0 0
/proc/27493/statm: 40650 39710 79 151 0 40496 0
Current children cumulated CPU time (s) 3493.19
Current children cumulated vsize (KiB) 179472

[startup+3582.3 s]
/proc/loadavg: 2.79 2.72 2.61 4/82 27576
/proc/meminfo: memFree=1526088/2055920 swapFree=4178788/4192956
[pid=27470] ppid=27468 vsize=16872 CPUtime=2.22
/proc/27470/stat : 27470 (sugar++) S 27468 27470 27093 0 -1 4194304 1564 15450 0 3 5 2 198 17 16 0 1 0 64918958 17276928 1130 996147200 4194304 4206940 548682068528 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27470/statm: 4218 1130 414 3 0 797 0
[pid=27493] ppid=27470 vsize=163920 CPUtime=3550.47
/proc/27493/stat : 27493 (minisat-inc) R 27470 27470 27093 0 -1 4194304 40101 0 0 0 354992 55 0 0 25 0 1 0 64919172 167854080 40049 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/27493/statm: 40980 40049 79 151 0 40826 0
Current children cumulated CPU time (s) 3552.69
Current children cumulated vsize (KiB) 180792



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3630.1 s]
/proc/loadavg: 2.77 2.72 2.62 4/82 27576
/proc/meminfo: memFree=1524936/2055920 swapFree=4178788/4192956
[pid=27470] ppid=27468 vsize=16872 CPUtime=2.22
/proc/27470/stat : 27470 (sugar++) S 27468 27470 27093 0 -1 4194304 1564 15450 0 3 5 2 198 17 16 0 1 0 64918958 17276928 1130 996147200 4194304 4206940 548682068528 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27470/statm: 4218 1130 414 3 0 797 0
[pid=27493] ppid=27470 vsize=164976 CPUtime=3597.85
/proc/27493/stat : 27493 (minisat-inc) R 27470 27470 27093 0 -1 4194304 40368 0 0 0 359730 55 0 0 25 0 1 0 64919172 168935424 40316 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/27493/statm: 41244 40316 79 151 0 41090 0
Current children cumulated CPU time (s) 3600.07
Current children cumulated vsize (KiB) 181848

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

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

[startup+3630.1 s]
/proc/loadavg: 2.77 2.72 2.62 4/82 27576
/proc/meminfo: memFree=1524936/2055920 swapFree=4178788/4192956
[pid=27470] ppid=27468 vsize=16872 CPUtime=2.22
/proc/27470/stat : 27470 (sugar++) S 27468 27470 27093 0 -1 4194304 1564 15450 0 3 5 2 198 17 16 0 1 0 64918958 17276928 1130 996147200 4194304 4206940 548682068528 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27470/statm: 4218 1130 414 3 0 797 0
[pid=27493] ppid=27470 vsize=164976 CPUtime=3597.85
/proc/27493/stat : 27493 (minisat-inc) R 27470 27470 27093 0 -1 4194304 40368 0 0 0 359730 55 0 0 25 0 1 0 64919172 168935424 40316 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/27493/statm: 41244 40316 79 151 0 41090 0
Current children cumulated CPU time (s) 3600.07
Current children cumulated vsize (KiB) 181848

Child status: 0
Real time (s): 3630.14
CPU time (s): 3600.14
CPU user time (s): 3599.34
CPU system time (s): 0.796878
CPU usage (%): 99.1736
Max. virtual memory (cumulated for all children) (KiB): 890612

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3599.34
system time used= 0.796878
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 57461
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= 3553
involuntary context switches= 80732

runsolver used 3.78642 second user time and 9.70952 second system time

The end

Launcher Data (download as text)

Begin job on node27 at 2008-07-15 02:57:25
IDJOB=1118627
IDBENCH=62268
IDSOLVER=367
FILE ID=node27/1118627-1216083445
PBS_JOBID= 7905130
Free space on /tmp= 66536 MiB

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

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 78cfbcc34e2b3c814c2e51d012fc7756
RANDOM SEED=1897900200

node27.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		: 2800.234
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	: 5521.40
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		: 2800.234
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:       1655792 kB
Buffers:         62420 kB
Cached:         152480 kB
SwapCached:       7596 kB
Active:         265436 kB
Inactive:        71952 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1655792 kB
SwapTotal:     4192956 kB
SwapFree:      4178788 kB
Dirty:             856 kB
Writeback:           0 kB
Mapped:         129296 kB
Slab:            47752 kB
Committed_AS:   435740 kB
PageTables:       2024 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264948 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66544 MiB
End job on node27 at 2008-07-15 03:57:57