Trace number 1120803

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.08 3620.83

General information on the benchmark

Namemaxcsp/maxcut/maxcut-40/
normalized-maxcut-40-520-10_ext.xml
MD5SUM5cb9a078364de95e90ca8b83f21f8e7e
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkMOPT
Best Number of falsified constraints213
Best CPU time to get the best result obtained on this benchmark461.111
Satisfiable
(Un)Satisfiability was proved
Number of variables40
Number of constraints520
Maximum constraint arity2
Maximum domain size2
Number of constraints which are defined in extension520
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.01/0.06	c 0	Sugar++ v1-13 + HOME/minisat-inc
0.01/0.07	c 0	BEGIN Tue Jul 15 13:27:37 2008
0.01/0.07	c 0	PID 23086
0.01/0.07	c 0	HOST node79.alineos.net
0.01/0.07	c 0	CONVERTING HOME/instance-1120803-1216121257.xml TO HOME/temp.csp
0.01/0.07	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1120803-1216121257.xml' 'HOME/temp.csp'
0.06/0.37	c 0	1 domains, 40 variables, 0 predicates, 1 relations, 520 constraints
0.06/0.39	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.39	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.36/0.46	c 0	Parsing HOME/temp.csp
0.36/0.56	c 1	parsed 562 expressions
0.36/0.60	c 1	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.36/0.61	c 1	MAX CSP: 520 constraints
0.36/0.61	c 1	Converting to clausal form CSP
0.36/0.65	c 1	converted 109 (10%) expressions
0.36/0.65	c 1	converted 217 (20%) expressions
0.36/0.66	c 1	converted 326 (30%) expressions
0.36/0.67	c 1	converted 434 (40%) expressions
0.36/0.68	c 1	converted 543 (50%) expressions
0.36/0.69	c 1	converted 651 (60%) expressions
0.36/0.69	c 1	converted 760 (70%) expressions
0.36/0.71	c 1	converted 868 (80%) expressions
0.36/0.71	c 1	converted 977 (90%) expressions
0.36/0.88	c 1	converted 1085 (100%) expressions
0.36/0.88	c 1	CSP : 1080 integers, 0 booleans, 1559 clauses, largest domain size 781
0.36/0.88	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.36/0.88	c 1	Propagation in CSP
0.36/0.92	c 1	518 values, 0 unsatisfiable literals, and 0 valid clauses are removed
0.36/0.92	c 1	CSP : 1080 integers, 0 booleans, 1559 clauses, largest domain size 521
0.36/0.92	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.36/0.92	c 1	Simplifing CSP by introducing new Boolean variables
0.36/0.92	c 1	CSP : 1080 integers, 0 booleans, 1559 clauses, largest domain size 521
0.36/0.92	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.36/0.95	c 1	Encoding CSP to SAT : HOME/temp.cnf
0.36/0.96	c 1	108 (10%) CSP integer variables are encoded (0 clauses, 64 bytes)
0.36/0.96	c 1	216 (20%) CSP integer variables are encoded (0 clauses, 64 bytes)
0.36/0.96	c 1	324 (30%) CSP integer variables are encoded (0 clauses, 64 bytes)
0.36/0.96	c 1	432 (40%) CSP integer variables are encoded (0 clauses, 64 bytes)
0.36/0.97	c 1	540 (50%) CSP integer variables are encoded (0 clauses, 64 bytes)
0.36/0.98	c 1	648 (60%) CSP integer variables are encoded (4423 clauses, 56686 bytes)
0.36/0.98	c 1	756 (70%) CSP integer variables are encoded (5535 clauses, 71142 bytes)
0.36/0.98	c 1	864 (80%) CSP integer variables are encoded (6668 clauses, 85871 bytes)
0.36/0.99	c 1	972 (90%) CSP integer variables are encoded (7359 clauses, 94854 bytes)
0.36/0.99	c 1	1080 (100%) CSP integer variables are encoded (8339 clauses, 107594 bytes)
0.96/1.01	c 1	156 (10%) CSP clauses are encoded (8651 clauses, 111482 bytes)
0.96/1.03	c 1	312 (20%) CSP clauses are encoded (8963 clauses, 115732 bytes)
0.96/1.04	c 1	468 (30%) CSP clauses are encoded (9275 clauses, 120100 bytes)
1.06/1.14	c 1	624 (40%) CSP clauses are encoded (32711 clauses, 518107 bytes)
1.25/1.33	c 1	780 (50%) CSP clauses are encoded (154213 clauses, 2742806 bytes)
1.25/1.35	c 1	936 (60%) CSP clauses are encoded (159343 clauses, 2832536 bytes)
1.46/1.57	c 2	1092 (70%) CSP clauses are encoded (292825 clauses, 5288736 bytes)
1.46/1.58	c 2	1248 (80%) CSP clauses are encoded (298725 clauses, 5392215 bytes)
1.56/1.61	c 2	1404 (90%) CSP clauses are encoded (312693 clauses, 5643941 bytes)
1.56/1.70	c 2	1559 (100%) CSP clauses are encoded (364057 clauses, 6581958 bytes)
1.56/1.70	c 2	1559 CSP clauses encoded
1.56/1.70	c 2	Writing map file : HOME/temp.map
1.65/1.71	c 2	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.65/1.71	c 2	SAT : 9419 SAT variables, 364057 SAT clauses, 6581958 bytes
1.65/1.71	c 2	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.65/1.74	c 2	OBJECTIVE minimize _COST
1.65/1.74	c 2	SOLVING HOME/temp.cnf
1.65/1.74	c 2	CMD HOME/minisat-inc -incremental HOME/temp.cnf HOME/temp.out
1.65/1.74	c 2	This is MiniSat 2.0 beta incremental
1.65/1.74	c 2	WARNING: for repeatability, setting FPU to use double precision
1.65/1.74	c 2	============================[ Problem Statistics ]=============================
1.65/1.74	c 2	|                                                                             |
1.65/1.74	c 2	|  Number of variables:  9419                                                 |
1.65/1.74	c 2	|  Number of clauses:    364057                                               |
1.67/1.90	c 2	|  Parsing time:         0.14         s                                       |
1.67/1.90	c 2	OK
1.67/1.90	c 2	OBJECTIVE BOUND: 0 <= _COST <= 
1.67/1.90	c 2	SEARCHING: _COST <= 260
1.67/1.90	c 2	============================[ Search Statistics ]==============================
1.67/1.90	c 2	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.67/1.90	c 2	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.67/1.90	c 2	===============================================================================
1.67/1.90	c 2	|         0 |    9419   364057  1066634 |   121352        0    nan |  0.000 % |
1.67/2.08	c 2	|       100 |    9419   364057  1066634 |   133487      100     35 |  0.003 % |
2.12/2.22	c 2	|       250 |    9419   364057  1066634 |   146836      250     39 |  0.003 % |
2.22/2.38	c 2	|       475 |    9419   364057  1066634 |   161519      475     36 |  0.003 % |
2.51/2.60	c 3	|       812 |    9419   364057  1066634 |   177671      812     36 |  0.003 % |
2.71/2.88	c 3	|      1318 |    9419   364057  1066634 |   195439     1318     34 |  0.003 % |
3.10/3.22	c 3	|      2078 |    9419   364057  1066634 |   214983     2078     33 |  0.003 % |
3.89/4.00	c 4	|      3219 |    9419   364057  1066634 |   236481     3219     33 |  0.003 % |
4.78/4.97	c 5	|      4927 |    9419   364057  1066634 |   260129     4927     34 |  0.003 % |
5.87/6.05	c 6	|      7491 |    9419   364057  1066634 |   286142     7491     33 |  0.003 % |
6.56/6.73	c 7	===============================================================================
6.56/6.73	c 7	restarts              : 10
6.56/6.73	c 7	conflicts             : 8904          (1817 /sec)
6.56/6.73	c 7	decisions             : 11136         (0.36 % random) (2273 /sec)
6.56/6.73	c 7	propagations          : 3613472        (737405 /sec)
6.56/6.73	c 7	conflict literals     : 286851         (24.88 % deleted)
6.56/6.73	c 7	Memory used           : 18.76 MB
6.56/6.73	c 7	CPU time              : 4.90025 s
6.56/6.73	c 7	
6.56/6.73	c 7	SATISFIABLE
6.56/6.74	c 7	OK
6.56/6.74	c 7	FOUND: _COST <= 260
6.56/6.74	s SATISFIABLE
6.56/6.74	c 7	DECODING HOME/temp.out WITH HOME/temp.map
6.56/6.74	c 7	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
6.60/6.82	c 7	Decoding HOME/temp.out
6.60/6.94	c 7	OBJECTIVE _COST 260
6.60/6.94	o 260
6.60/6.94	v 1 1 1 0 1 0 0 0 0 0 0 1 0 1 0 1 0 1 1 1 1 1 1 1 0 1 0 0 1 1 0 0 1 0 0 1 1 1 1 0
6.60/6.94	c 7	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
6.82/7.08	c 7	OK
6.82/7.08	c 7	OBJECTIVE BOUND: 0 <= _COST <= 260
6.82/7.08	c 7	SEARCHING: _COST <= 130
6.82/7.08	c 7	============================[ Search Statistics ]==============================
6.82/7.08	c 7	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
6.82/7.08	c 7	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
6.82/7.08	c 7	===============================================================================
6.82/7.08	c 7	|      8904 |    6819   232725   680178 |    77575     8904     32 |  0.003 % |
6.92/7.16	c 7	|      9006 |    6819   232725   680178 |    85332     9006     32 | 27.605 % |
7.02/7.25	c 7	|      9157 |    6819   232725   680178 |    93865     9157     32 | 27.605 % |
7.22/7.41	c 7	|      9382 |    6819   232725   680178 |   103252     9382     32 | 27.605 % |
7.42/7.60	c 8	|      9720 |    6819   232725   680178 |   113577     9720     31 | 27.605 % |
7.62/7.83	c 8	|     10226 |    6819   232725   680178 |   124935    10226     31 | 27.605 % |
8.02/8.25	c 8	|     10985 |    6819   232725   680178 |   137428    10985     30 | 27.605 % |
8.92/9.10	c 9	|     12125 |    6819   232725   680178 |   151171    12125     29 | 27.605 % |
10.12/10.39	c 10	|     13833 |    6819   232725   680178 |   166288    13833     29 | 27.605 % |
12.32/12.55	c 13	|     16395 |    6819   232725   680178 |   182917    16395     28 | 27.605 % |
15.81/16.08	c 16	|     20239 |    6819   232725   680178 |   201209    20239     28 | 27.605 % |
21.41/21.62	c 22	|     26005 |    6819   232725   680178 |   221330    26005     28 | 27.605 % |
31.61/31.84	c 32	|     34654 |    6819   232725   680178 |   243463    34654     28 | 27.605 % |
46.85/47.16	c 47	|     47630 |    6819   232725   680178 |   267809    47630     28 | 27.605 % |
74.19/74.65	c 75	|     67091 |    6819   232725   680178 |   294590    67091     27 | 27.605 % |
125.89/126.69	c 127	|     96284 |    6819   232725   680178 |   324050    96284     28 | 27.605 % |
219.65/220.92	c 221	|    140073 |    6819   232725   680178 |   356455   140073     28 | 27.605 % |
380.71/382.95	c 383	|    205757 |    6819   232725   680178 |   392100   205757     28 | 27.605 % |
681.08/685.03	c 685	|    304283 |    6819   232725   680178 |   431310   304283     28 | 27.605 % |
1241.35/1248.51	c 1249	|    452073 |    6819   232725   680178 |   474441    34417     26 | 27.605 % |
1775.56/1785.86	c 1786	|    673756 |    6819   232725   680178 |   521885   256100     29 | 27.605 % |
2959.82/2976.93	c 2977	|   1006282 |    6819   232725   680178 |   574074    83858     27 | 27.605 % |
3600.03/3620.81	c ERROR INTERRUPTED
3600.03/3620.82	c 3621	CPU 3599.6 (0.06 0.01 3599.54 0.45)
3600.03/3620.82	c 3621	END Tue Jul 15 14:27:58 2008

Verifier Data (download as text)

OK	236	284
236 unsatisfied constraints, 284 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-1120803-1216121257/watcher-1120803-1216121257 -o /tmp/evaluation-result-1120803-1216121257/solver-1120803-1216121257 -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-1120803-1216121257.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 1.99 4/106 23086
/proc/meminfo: memFree=1618136/2055920 swapFree=4192812/4192956
[pid=23086] ppid=23084 vsize=12272 CPUtime=0
/proc/23086/stat : 23086 (sugar++) R 23084 23086 22880 0 -1 4194304 396 0 0 0 0 0 0 0 18 0 1 0 68822890 12566528 364 996147200 4194304 4206940 548682068528 18446744073709551615 234054793506 0 0 4224 0 0 0 0 17 0 0 0
/proc/23086/statm: 3068 364 274 3 0 168 0

[startup+0.0237469 s]
/proc/loadavg: 2.00 2.00 1.99 4/106 23086
/proc/meminfo: memFree=1618136/2055920 swapFree=4192812/4192956
[pid=23086] ppid=23084 vsize=12940 CPUtime=0.01
/proc/23086/stat : 23086 (sugar++) R 23084 23086 22880 0 -1 4194304 593 0 0 0 1 0 0 0 18 0 1 0 68822890 13250560 561 996147200 4194304 4206940 548682068528 18446744073709551615 234045739745 0 0 4224 0 0 0 0 17 0 0 0
/proc/23086/statm: 3235 561 316 3 0 335 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 12940

[startup+0.107763 s]
/proc/loadavg: 2.00 2.00 1.99 4/106 23086
/proc/meminfo: memFree=1618136/2055920 swapFree=4192812/4192956
[pid=23086] ppid=23084 vsize=16740 CPUtime=0.06
/proc/23086/stat : 23086 (sugar++) S 23084 23086 22880 0 -1 4194304 1219 128 0 0 5 1 0 0 17 0 1 0 68822890 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23086/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.301786 s]
/proc/loadavg: 2.00 2.00 1.99 4/106 23086
/proc/meminfo: memFree=1618136/2055920 swapFree=4192812/4192956
[pid=23086] ppid=23084 vsize=16740 CPUtime=0.06
/proc/23086/stat : 23086 (sugar++) S 23084 23086 22880 0 -1 4194304 1219 128 0 0 5 1 0 0 17 0 1 0 68822890 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23086/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.701819 s]
/proc/loadavg: 2.00 2.00 1.99 4/106 23086
/proc/meminfo: memFree=1618136/2055920 swapFree=4192812/4192956
[pid=23086] ppid=23084 vsize=16740 CPUtime=0.36
/proc/23086/stat : 23086 (sugar++) S 23084 23086 22880 0 -1 4194304 1296 4529 0 1 5 1 27 3 15 0 1 0 68822890 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23086/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.36
Current children cumulated vsize (KiB) 16740

[startup+1.5029 s]
/proc/loadavg: 2.00 2.00 1.99 3/117 23108
/proc/meminfo: memFree=1602048/2055920 swapFree=4192812/4192956
[pid=23086] ppid=23084 vsize=16740 CPUtime=0.36
/proc/23086/stat : 23086 (sugar++) S 23084 23086 22880 0 -1 4194304 1297 4529 0 1 5 1 27 3 15 0 1 0 68822890 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23086/statm: 4185 1104 409 3 0 764 0
[pid=23099] ppid=23086 vsize=5356 CPUtime=0
/proc/23099/stat : 23099 (sh) S 23086 23086 22880 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 68822929 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23099/statm: 1339 233 193 169 0 50 0
[pid=23100] ppid=23099 vsize=868500 CPUtime=1.1
/proc/23100/stat : 23100 (java) S 23099 23086 22880 0 -1 0 6618 0 1 0 104 6 0 0 20 0 9 0 68822929 889344000 5719 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23100/statm: 217125 5719 2563 9 0 211672 0
[pid=23100/tid=23101] ppid=23099 vsize=868500 CPUtime=0.76
/proc/23100/task/23101/stat : 23101 (java) R 23099 23086 22880 0 -1 64 2850 0 1 0 73 3 0 0 25 0 9 0 68822930 889344000 5719 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23100/tid=23102] ppid=23099 vsize=868500 CPUtime=0.08
/proc/23100/task/23102/stat : 23102 (java) R 23099 23086 22880 0 -1 64 1584 0 0 0 7 1 0 0 16 0 9 0 68822931 889344000 5719 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=23100/tid=23103] ppid=23099 vsize=868500 CPUtime=0
/proc/23100/task/23103/stat : 23103 (java) S 23099 23086 22880 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 68822931 889344000 5719 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23100/tid=23104] ppid=23099 vsize=868500 CPUtime=0
/proc/23100/task/23104/stat : 23104 (java) S 23099 23086 22880 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 68822931 889344000 5719 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23100/tid=23105] ppid=23099 vsize=868500 CPUtime=0
/proc/23100/task/23105/stat : 23105 (java) S 23099 23086 22880 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 68822933 889344000 5719 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23100/tid=23106] ppid=23099 vsize=868500 CPUtime=0.23
/proc/23100/task/23106/stat : 23106 (java) S 23099 23086 22880 0 -1 64 1492 0 0 0 23 0 0 0 16 0 9 0 68822933 889344000 5719 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23100/tid=23107] ppid=23099 vsize=868500 CPUtime=0
/proc/23100/task/23107/stat : 23107 (java) S 23099 23086 22880 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 68822933 889344000 5719 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23100/tid=23108] ppid=23099 vsize=868500 CPUtime=0
/proc/23100/task/23108/stat : 23108 (java) S 23099 23086 22880 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 68822933 889344000 5719 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 890596

[startup+3.10208 s]
/proc/loadavg: 2.00 2.00 1.99 3/108 23109
/proc/meminfo: memFree=1591624/2055920 swapFree=4192812/4192956
[pid=23086] ppid=23084 vsize=16872 CPUtime=1.67
/proc/23086/stat : 23086 (sugar++) S 23084 23086 22880 0 -1 4194304 1480 11517 0 2 5 1 150 11 15 0 1 0 68822890 17276928 1128 996147200 4194304 4206940 548682068528 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23086/statm: 4218 1128 414 3 0 797 0
[pid=23109] ppid=23086 vsize=18096 CPUtime=1.33
/proc/23109/stat : 23109 (minisat-inc) R 23086 23086 22880 0 -1 4194304 4330 0 0 0 131 2 0 0 25 0 1 0 68823064 18530304 4279 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/23109/statm: 4524 4279 73 151 0 4370 0
Current children cumulated CPU time (s) 3
Current children cumulated vsize (KiB) 34968

[startup+6.30142 s]
/proc/loadavg: 2.00 2.00 1.99 3/108 23109
/proc/meminfo: memFree=1590536/2055920 swapFree=4192812/4192956
[pid=23086] ppid=23084 vsize=16872 CPUtime=1.67
/proc/23086/stat : 23086 (sugar++) S 23084 23086 22880 0 -1 4194304 1480 11517 0 2 5 1 150 11 16 0 1 0 68822890 17276928 1128 996147200 4194304 4206940 548682068528 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23086/statm: 4218 1128 414 3 0 797 0
[pid=23109] ppid=23086 vsize=19028 CPUtime=4.5
/proc/23109/stat : 23109 (minisat-inc) R 23086 23086 22880 0 -1 4194304 4588 0 0 0 447 3 0 0 25 0 1 0 68823064 19484672 4537 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/23109/statm: 4757 4537 73 151 0 4603 0
Current children cumulated CPU time (s) 6.17
Current children cumulated vsize (KiB) 35900

[startup+12.7021 s]
/proc/loadavg: 2.00 2.00 1.99 3/108 23119
/proc/meminfo: memFree=1589712/2055920 swapFree=4192812/4192956
[pid=23086] ppid=23084 vsize=16872 CPUtime=1.89
/proc/23086/stat : 23086 (sugar++) S 23084 23086 22880 0 -1 4194304 1564 15390 0 3 6 1 168 14 16 0 1 0 68822890 17276928 1129 996147200 4194304 4206940 548682068528 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23086/statm: 4218 1129 414 3 0 797 0
[pid=23109] ppid=23086 vsize=19376 CPUtime=10.63
/proc/23109/stat : 23109 (minisat-inc) R 23086 23086 22880 0 -1 4194304 4653 0 0 0 1060 3 0 0 25 0 1 0 68823064 19841024 4600 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/23109/statm: 4844 4600 79 151 0 4690 0
Current children cumulated CPU time (s) 12.52
Current children cumulated vsize (KiB) 36248

[startup+25.5014 s]
/proc/loadavg: 2.00 2.00 1.99 3/108 23119
/proc/meminfo: memFree=1589840/2055920 swapFree=4192812/4192956
[pid=23086] ppid=23084 vsize=16872 CPUtime=1.89
/proc/23086/stat : 23086 (sugar++) S 23084 23086 22880 0 -1 4194304 1564 15390 0 3 6 1 168 14 16 0 1 0 68822890 17276928 1129 996147200 4194304 4206940 548682068528 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23086/statm: 4218 1129 414 3 0 797 0
[pid=23109] ppid=23086 vsize=19376 CPUtime=23.42
/proc/23109/stat : 23109 (minisat-inc) R 23086 23086 22880 0 -1 4194304 4666 0 0 0 2339 3 0 0 25 0 1 0 68823064 19841024 4613 996147200 134512640 135134323 4294956192 18446744073709551615 134532097 0 0 4096 3 0 0 0 17 0 0 0
/proc/23109/statm: 4844 4613 79 151 0 4690 0
Current children cumulated CPU time (s) 25.31
Current children cumulated vsize (KiB) 36248

[startup+51.1011 s]
/proc/loadavg: 1.93 1.98 1.99 3/108 23160
/proc/meminfo: memFree=1587664/2055920 swapFree=4192812/4192956
[pid=23086] ppid=23084 vsize=16872 CPUtime=1.89
/proc/23086/stat : 23086 (sugar++) S 23084 23086 22880 0 -1 4194304 1564 15390 0 3 6 1 168 14 16 0 1 0 68822890 17276928 1129 996147200 4194304 4206940 548682068528 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23086/statm: 4218 1129 414 3 0 797 0
[pid=23109] ppid=23086 vsize=22404 CPUtime=48.93
/proc/23109/stat : 23109 (minisat-inc) R 23086 23086 22880 0 -1 4194304 5400 0 0 0 4889 4 0 0 25 0 1 0 68823064 22941696 5347 996147200 134512640 135134323 4294956192 18446744073709551615 134532097 0 0 4096 3 0 0 0 17 1 0 0
/proc/23109/statm: 5601 5347 79 151 0 5447 0
Current children cumulated CPU time (s) 50.82
Current children cumulated vsize (KiB) 39276

[startup+102.308 s]
/proc/loadavg: 1.97 1.98 1.99 3/108 23160
/proc/meminfo: memFree=1582544/2055920 swapFree=4192812/4192956
[pid=23086] ppid=23084 vsize=16872 CPUtime=1.89
/proc/23086/stat : 23086 (sugar++) S 23084 23086 22880 0 -1 4194304 1564 15390 0 3 6 1 168 14 16 0 1 0 68822890 17276928 1129 996147200 4194304 4206940 548682068528 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23086/statm: 4218 1129 414 3 0 797 0
[pid=23109] ppid=23086 vsize=27252 CPUtime=99.84
/proc/23109/stat : 23109 (minisat-inc) R 23086 23086 22880 0 -1 4194304 6600 0 0 0 9979 5 0 0 25 0 1 0 68823064 27906048 6547 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/23109/statm: 6813 6547 79 151 0 6659 0
Current children cumulated CPU time (s) 101.73
Current children cumulated vsize (KiB) 44124

[startup+162.302 s]
/proc/loadavg: 1.99 1.98 1.99 3/108 23160
/proc/meminfo: memFree=1577808/2055920 swapFree=4192812/4192956
[pid=23086] ppid=23084 vsize=16872 CPUtime=1.89
/proc/23086/stat : 23086 (sugar++) S 23084 23086 22880 0 -1 4194304 1564 15390 0 3 6 1 168 14 16 0 1 0 68822890 17276928 1129 996147200 4194304 4206940 548682068528 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23086/statm: 4218 1129 414 3 0 797 0
[pid=23109] ppid=23086 vsize=31872 CPUtime=159.49
/proc/23109/stat : 23109 (minisat-inc) R 23086 23086 22880 0 -1 4194304 7751 0 0 0 15943 6 0 0 25 0 1 0 68823064 32636928 7698 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/23109/statm: 7968 7698 79 151 0 7814 0
Current children cumulated CPU time (s) 161.38
Current children cumulated vsize (KiB) 48744

[startup+222.301 s]
/proc/loadavg: 1.99 1.98 1.99 3/108 23160
/proc/meminfo: memFree=1573648/2055920 swapFree=4192812/4192956
[pid=23086] ppid=23084 vsize=16872 CPUtime=1.89
/proc/23086/stat : 23086 (sugar++) S 23084 23086 22880 0 -1 4194304 1564 15390 0 3 6 1 168 14 16 0 1 0 68822890 17276928 1129 996147200 4194304 4206940 548682068528 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23086/statm: 4218 1129 414 3 0 797 0
[pid=23109] ppid=23086 vsize=36096 CPUtime=219.15
/proc/23109/stat : 23109 (minisat-inc) R 23086 23086 22880 0 -1 4194304 8753 0 0 0 21907 8 0 0 25 0 1 0 68823064 36962304 8700 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/23109/statm: 9024 8700 79 151 0 8870 0
Current children cumulated CPU time (s) 221.04
Current children cumulated vsize (KiB) 52968

[startup+282.301 s]
/proc/loadavg: 1.99 1.98 1.99 3/108 23160
/proc/meminfo: memFree=1569808/2055920 swapFree=4192812/4192956
[pid=23086] ppid=23084 vsize=16872 CPUtime=1.89
/proc/23086/stat : 23086 (sugar++) S 23084 23086 22880 0 -1 4194304 1564 15390 0 3 6 1 168 14 16 0 1 0 68822890 17276928 1129 996147200 4194304 4206940 548682068528 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23086/statm: 4218 1129 414 3 0 797 0
[pid=23109] ppid=23086 vsize=40016 CPUtime=278.8
/proc/23109/stat : 23109 (minisat-inc) R 23086 23086 22880 0 -1 4194304 9725 0 0 0 27871 9 0 0 25 0 1 0 68823064 40976384 9672 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/23109/statm: 10004 9672 79 151 0 9850 0
Current children cumulated CPU time (s) 280.69
Current children cumulated vsize (KiB) 56888

[startup+342.302 s]
/proc/loadavg: 1.99 1.98 1.99 3/108 23160
/proc/meminfo: memFree=1566288/2055920 swapFree=4192812/4192956
[pid=23086] ppid=23084 vsize=16872 CPUtime=1.89
/proc/23086/stat : 23086 (sugar++) S 23084 23086 22880 0 -1 4194304 1564 15390 0 3 6 1 168 14 16 0 1 0 68822890 17276928 1129 996147200 4194304 4206940 548682068528 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0

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

[pid=23109] ppid=23086 vsize=98976 CPUtime=2843.99
/proc/23109/stat : 23109 (minisat-inc) R 23086 23086 22880 0 -1 4194304 23965 0 0 0 284371 28 0 0 25 0 1 0 68823064 101351424 23907 996147200 134512640 135134323 4294956192 18446744073709551615 134524790 0 0 4096 3 0 0 0 17 1 0 0
/proc/23109/statm: 24744 23907 79 151 0 24590 0
Current children cumulated CPU time (s) 2845.88
Current children cumulated vsize (KiB) 115848

[startup+2922.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/108 23166
/proc/meminfo: memFree=1511696/2055920 swapFree=4192812/4192956
[pid=23086] ppid=23084 vsize=16872 CPUtime=1.89
/proc/23086/stat : 23086 (sugar++) S 23084 23086 22880 0 -1 4194304 1564 15390 0 3 6 1 168 14 16 0 1 0 68822890 17276928 1129 996147200 4194304 4206940 548682068528 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23086/statm: 4218 1129 414 3 0 797 0
[pid=23109] ppid=23086 vsize=98976 CPUtime=2903.65
/proc/23109/stat : 23109 (minisat-inc) R 23086 23086 22880 0 -1 4194304 23965 0 0 0 290337 28 0 0 25 0 1 0 68823064 101351424 23907 996147200 134512640 135134323 4294956192 18446744073709551615 134531908 0 0 4096 3 0 0 0 17 1 0 0
/proc/23109/statm: 24744 23907 79 151 0 24590 0
Current children cumulated CPU time (s) 2905.54
Current children cumulated vsize (KiB) 115848

[startup+2982.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/108 23166
/proc/meminfo: memFree=1511632/2055920 swapFree=4192812/4192956
[pid=23086] ppid=23084 vsize=16872 CPUtime=1.89
/proc/23086/stat : 23086 (sugar++) S 23084 23086 22880 0 -1 4194304 1564 15390 0 3 6 1 168 14 16 0 1 0 68822890 17276928 1129 996147200 4194304 4206940 548682068528 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23086/statm: 4218 1129 414 3 0 797 0
[pid=23109] ppid=23086 vsize=98976 CPUtime=2963.3
/proc/23109/stat : 23109 (minisat-inc) R 23086 23086 22880 0 -1 4194304 23965 0 0 0 296302 28 0 0 25 0 1 0 68823064 101351424 23907 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/23109/statm: 24744 23907 79 151 0 24590 0
Current children cumulated CPU time (s) 2965.19
Current children cumulated vsize (KiB) 115848

[startup+3042.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/108 23166
/proc/meminfo: memFree=1511632/2055920 swapFree=4192812/4192956
[pid=23086] ppid=23084 vsize=16872 CPUtime=1.89
/proc/23086/stat : 23086 (sugar++) S 23084 23086 22880 0 -1 4194304 1564 15390 0 3 6 1 168 14 16 0 1 0 68822890 17276928 1129 996147200 4194304 4206940 548682068528 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23086/statm: 4218 1129 414 3 0 797 0
[pid=23109] ppid=23086 vsize=99116 CPUtime=3022.97
/proc/23109/stat : 23109 (minisat-inc) R 23086 23086 22880 0 -1 4194304 23988 0 0 0 302268 29 0 0 25 0 1 0 68823064 101494784 23930 996147200 134512640 135134323 4294956192 18446744073709551615 134532334 0 0 4096 3 0 0 0 17 1 0 0
/proc/23109/statm: 24779 23930 79 151 0 24625 0
Current children cumulated CPU time (s) 3024.86
Current children cumulated vsize (KiB) 115988

[startup+3102.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/108 23166
/proc/meminfo: memFree=1511632/2055920 swapFree=4192812/4192956
[pid=23086] ppid=23084 vsize=16872 CPUtime=1.89
/proc/23086/stat : 23086 (sugar++) S 23084 23086 22880 0 -1 4194304 1564 15390 0 3 6 1 168 14 16 0 1 0 68822890 17276928 1129 996147200 4194304 4206940 548682068528 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23086/statm: 4218 1129 414 3 0 797 0
[pid=23109] ppid=23086 vsize=99116 CPUtime=3082.62
/proc/23109/stat : 23109 (minisat-inc) R 23086 23086 22880 0 -1 4194304 23989 0 0 0 308233 29 0 0 25 0 1 0 68823064 101494784 23931 996147200 134512640 135134323 4294956192 18446744073709551615 134532114 0 0 4096 3 0 0 0 17 1 0 0
/proc/23109/statm: 24779 23931 79 151 0 24625 0
Current children cumulated CPU time (s) 3084.51
Current children cumulated vsize (KiB) 115988

[startup+3162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/108 23168
/proc/meminfo: memFree=1511440/2055920 swapFree=4192812/4192956
[pid=23086] ppid=23084 vsize=16872 CPUtime=1.89
/proc/23086/stat : 23086 (sugar++) S 23084 23086 22880 0 -1 4194304 1564 15390 0 3 6 1 168 14 16 0 1 0 68822890 17276928 1129 996147200 4194304 4206940 548682068528 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23086/statm: 4218 1129 414 3 0 797 0
[pid=23109] ppid=23086 vsize=99344 CPUtime=3142.28
/proc/23109/stat : 23109 (minisat-inc) R 23086 23086 22880 0 -1 4194304 24042 0 0 0 314199 29 0 0 25 0 1 0 68823064 101728256 23984 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/23109/statm: 24836 23984 79 151 0 24682 0
Current children cumulated CPU time (s) 3144.17
Current children cumulated vsize (KiB) 116216

[startup+3222.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/108 23168
/proc/meminfo: memFree=1511376/2055920 swapFree=4192812/4192956
[pid=23086] ppid=23084 vsize=16872 CPUtime=1.89
/proc/23086/stat : 23086 (sugar++) S 23084 23086 22880 0 -1 4194304 1564 15390 0 3 6 1 168 14 16 0 1 0 68822890 17276928 1129 996147200 4194304 4206940 548682068528 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23086/statm: 4218 1129 414 3 0 797 0
[pid=23109] ppid=23086 vsize=99344 CPUtime=3201.93
/proc/23109/stat : 23109 (minisat-inc) R 23086 23086 22880 0 -1 4194304 24043 0 0 0 320164 29 0 0 25 0 1 0 68823064 101728256 23985 996147200 134512640 135134323 4294956192 18446744073709551615 134531900 0 0 4096 3 0 0 0 17 1 0 0
/proc/23109/statm: 24836 23985 79 151 0 24682 0
Current children cumulated CPU time (s) 3203.82
Current children cumulated vsize (KiB) 116216

[startup+3282.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/108 23168
/proc/meminfo: memFree=1511376/2055920 swapFree=4192812/4192956
[pid=23086] ppid=23084 vsize=16872 CPUtime=1.89
/proc/23086/stat : 23086 (sugar++) S 23084 23086 22880 0 -1 4194304 1564 15390 0 3 6 1 168 14 16 0 1 0 68822890 17276928 1129 996147200 4194304 4206940 548682068528 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23086/statm: 4218 1129 414 3 0 797 0
[pid=23109] ppid=23086 vsize=99344 CPUtime=3261.59
/proc/23109/stat : 23109 (minisat-inc) R 23086 23086 22880 0 -1 4194304 24045 0 0 0 326130 29 0 0 25 0 1 0 68823064 101728256 23987 996147200 134512640 135134323 4294956192 18446744073709551615 134522821 0 0 4096 3 0 0 0 17 1 0 0
/proc/23109/statm: 24836 23987 79 151 0 24682 0
Current children cumulated CPU time (s) 3263.48
Current children cumulated vsize (KiB) 116216

[startup+3342.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/108 23168
/proc/meminfo: memFree=1511312/2055920 swapFree=4192812/4192956
[pid=23086] ppid=23084 vsize=16872 CPUtime=1.89
/proc/23086/stat : 23086 (sugar++) S 23084 23086 22880 0 -1 4194304 1564 15390 0 3 6 1 168 14 16 0 1 0 68822890 17276928 1129 996147200 4194304 4206940 548682068528 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23086/statm: 4218 1129 414 3 0 797 0
[pid=23109] ppid=23086 vsize=99344 CPUtime=3321.24
/proc/23109/stat : 23109 (minisat-inc) R 23086 23086 22880 0 -1 4194304 24045 0 0 0 332095 29 0 0 25 0 1 0 68823064 101728256 23987 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/23109/statm: 24836 23987 79 151 0 24682 0
Current children cumulated CPU time (s) 3323.13
Current children cumulated vsize (KiB) 116216

[startup+3402.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/108 23168
/proc/meminfo: memFree=1511376/2055920 swapFree=4192812/4192956
[pid=23086] ppid=23084 vsize=16872 CPUtime=1.89
/proc/23086/stat : 23086 (sugar++) S 23084 23086 22880 0 -1 4194304 1564 15390 0 3 6 1 168 14 16 0 1 0 68822890 17276928 1129 996147200 4194304 4206940 548682068528 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23086/statm: 4218 1129 414 3 0 797 0
[pid=23109] ppid=23086 vsize=99344 CPUtime=3380.9
/proc/23109/stat : 23109 (minisat-inc) R 23086 23086 22880 0 -1 4194304 24045 0 0 0 338061 29 0 0 25 0 1 0 68823064 101728256 23987 996147200 134512640 135134323 4294956192 18446744073709551615 134532022 0 0 4096 3 0 0 0 17 1 0 0
/proc/23109/statm: 24836 23987 79 151 0 24682 0
Current children cumulated CPU time (s) 3382.79
Current children cumulated vsize (KiB) 116216

[startup+3462.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/108 23168
/proc/meminfo: memFree=1511056/2055920 swapFree=4192812/4192956
[pid=23086] ppid=23084 vsize=16872 CPUtime=1.89
/proc/23086/stat : 23086 (sugar++) S 23084 23086 22880 0 -1 4194304 1564 15390 0 3 6 1 168 14 16 0 1 0 68822890 17276928 1129 996147200 4194304 4206940 548682068528 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23086/statm: 4218 1129 414 3 0 797 0
[pid=23109] ppid=23086 vsize=99344 CPUtime=3440.55
/proc/23109/stat : 23109 (minisat-inc) R 23086 23086 22880 0 -1 4194304 24064 0 0 0 344026 29 0 0 25 0 1 0 68823064 101728256 24006 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/23109/statm: 24836 24006 79 151 0 24682 0
Current children cumulated CPU time (s) 3442.44
Current children cumulated vsize (KiB) 116216

[startup+3522.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/108 23168
/proc/meminfo: memFree=1510992/2055920 swapFree=4192812/4192956
[pid=23086] ppid=23084 vsize=16872 CPUtime=1.89
/proc/23086/stat : 23086 (sugar++) S 23084 23086 22880 0 -1 4194304 1564 15390 0 3 6 1 168 14 16 0 1 0 68822890 17276928 1129 996147200 4194304 4206940 548682068528 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23086/statm: 4218 1129 414 3 0 797 0
[pid=23109] ppid=23086 vsize=99508 CPUtime=3500.2
/proc/23109/stat : 23109 (minisat-inc) R 23086 23086 22880 0 -1 4194304 24093 0 0 0 349991 29 0 0 25 0 1 0 68823064 101896192 24035 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/23109/statm: 24877 24035 79 151 0 24723 0
Current children cumulated CPU time (s) 3502.09
Current children cumulated vsize (KiB) 116380

[startup+3582.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/108 23168
/proc/meminfo: memFree=1510928/2055920 swapFree=4192812/4192956
[pid=23086] ppid=23084 vsize=16872 CPUtime=1.89
/proc/23086/stat : 23086 (sugar++) S 23084 23086 22880 0 -1 4194304 1564 15390 0 3 6 1 168 14 16 0 1 0 68822890 17276928 1129 996147200 4194304 4206940 548682068528 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23086/statm: 4218 1129 414 3 0 797 0
[pid=23109] ppid=23086 vsize=99668 CPUtime=3559.86
/proc/23109/stat : 23109 (minisat-inc) R 23086 23086 22880 0 -1 4194304 24115 0 0 0 355957 29 0 0 25 0 1 0 68823064 102060032 24057 996147200 134512640 135134323 4294956192 18446744073709551615 134529308 0 0 4096 3 0 0 0 17 1 0 0
/proc/23109/statm: 24917 24057 79 151 0 24763 0
Current children cumulated CPU time (s) 3561.75
Current children cumulated vsize (KiB) 116540



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3620.8 s]
/proc/loadavg: 2.00 2.00 2.00 3/108 23168
/proc/meminfo: memFree=1510800/2055920 swapFree=4192812/4192956
[pid=23086] ppid=23084 vsize=16872 CPUtime=1.89
/proc/23086/stat : 23086 (sugar++) S 23084 23086 22880 0 -1 4194304 1564 15390 0 3 6 1 168 14 16 0 1 0 68822890 17276928 1129 996147200 4194304 4206940 548682068528 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23086/statm: 4218 1129 414 3 0 797 0
[pid=23109] ppid=23086 vsize=99832 CPUtime=3598.14
/proc/23109/stat : 23109 (minisat-inc) R 23086 23086 22880 0 -1 4194304 24153 0 0 0 359785 29 0 0 25 0 1 0 68823064 102227968 24095 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/23109/statm: 24958 24095 79 151 0 24804 0
Current children cumulated CPU time (s) 3600.03
Current children cumulated vsize (KiB) 116704

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

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

Child status: 0
Real time (s): 3620.83
CPU time (s): 3600.08
CPU user time (s): 3599.61
CPU system time (s): 0.476927
CPU usage (%): 99.4271
Max. virtual memory (cumulated for all children) (KiB): 890596

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3599.61
system time used= 0.476927
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 41188
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= 3367
involuntary context switches= 44446

runsolver used 4.83526 second user time and 14.9297 second system time

The end

Launcher Data (download as text)

Begin job on node79 at 2008-07-15 13:27:37
IDJOB=1120803
IDBENCH=62540
IDSOLVER=367
FILE ID=node79/1120803-1216121257
PBS_JOBID= 7905461
Free space on /tmp= 66560 MiB

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

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 5cb9a078364de95e90ca8b83f21f8e7e
RANDOM SEED=758708418

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1618616 kB
Buffers:         67292 kB
Cached:         249112 kB
SwapCached:          0 kB
Active:         201176 kB
Inactive:       159996 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1618616 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:             872 kB
Writeback:           0 kB
Mapped:          65640 kB
Slab:            58532 kB
Committed_AS:   362060 kB
PageTables:       3924 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 node79 at 2008-07-15 14:28:00