Trace number 1118499

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.11 3603.93

General information on the benchmark

Namemaxcsp/maxcut/maxcut-50/
normalized-maxcut-50-580-2_ext.xml
MD5SUM5bc528987ca3fc466fe2c9d8378efc74
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkMOPT
Best Number of falsified constraints217
Best CPU time to get the best result obtained on this benchmark971.091
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.01/0.07	c 0	Sugar++ v1-13 + HOME/minisat-inc
0.01/0.07	c 0	BEGIN Tue Jul 15 02:07:49 2008
0.01/0.07	c 0	PID 27406
0.01/0.07	c 0	HOST node27.alineos.net
0.01/0.07	c 0	CONVERTING HOME/instance-1118499-1216080468.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-1118499-1216080468.xml' 'HOME/temp.csp'
0.06/0.43	c 0	1 domains, 50 variables, 0 predicates, 1 relations, 580 constraints
0.06/0.52	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.52	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.60	c 0	Parsing HOME/temp.csp
0.50/0.73	c 0	parsed 632 expressions
0.50/0.73	c 0	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.50/0.75	c 0	MAX CSP: 580 constraints
0.50/0.75	c 0	Converting to clausal form CSP
0.50/0.78	c 0	converted 122 (10%) expressions
0.50/0.79	c 0	converted 243 (20%) expressions
0.50/0.81	c 0	converted 365 (30%) expressions
0.50/0.81	c 0	converted 486 (40%) expressions
0.50/0.83	c 0	converted 608 (50%) expressions
0.50/0.84	c 0	converted 729 (60%) expressions
0.50/0.85	c 0	converted 851 (70%) expressions
0.50/0.85	c 0	converted 972 (80%) expressions
0.50/0.92	c 0	converted 1094 (90%) expressions
0.96/1.04	c 1	converted 1215 (100%) expressions
0.96/1.04	c 1	CSP : 1210 integers, 0 booleans, 1739 clauses, largest domain size 871
0.96/1.04	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.96/1.04	c 1	Propagation in CSP
0.96/1.08	c 1	577 values, 0 unsatisfiable literals, and 0 valid clauses are removed
0.96/1.08	c 1	CSP : 1210 integers, 0 booleans, 1739 clauses, largest domain size 581
0.96/1.08	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.96/1.08	c 1	Simplifing CSP by introducing new Boolean variables
0.96/1.09	c 1	CSP : 1210 integers, 0 booleans, 1739 clauses, largest domain size 581
0.96/1.09	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.07/1.12	c 1	Encoding CSP to SAT : HOME/temp.cnf
1.07/1.13	c 1	121 (10%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.07/1.13	c 1	242 (20%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.07/1.13	c 1	363 (30%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.07/1.13	c 1	484 (40%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.07/1.13	c 1	605 (50%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.07/1.15	c 1	726 (60%) CSP integer variables are encoded (3897 clauses, 49988 bytes)
1.07/1.15	c 1	847 (70%) CSP integer variables are encoded (6149 clauses, 79264 bytes)
1.07/1.15	c 1	968 (80%) CSP integer variables are encoded (7505 clauses, 96892 bytes)
1.07/1.15	c 1	1089 (90%) CSP integer variables are encoded (8300 clauses, 107227 bytes)
1.07/1.16	c 1	1210 (100%) CSP integer variables are encoded (9420 clauses, 123006 bytes)
1.07/1.19	c 1	174 (10%) CSP clauses are encoded (9768 clauses, 127402 bytes)
1.17/1.20	c 1	348 (20%) CSP clauses are encoded (10116 clauses, 132256 bytes)
1.17/1.22	c 1	522 (30%) CSP clauses are encoded (10464 clauses, 137128 bytes)
1.17/1.24	c 1	696 (40%) CSP clauses are encoded (12810 clauses, 176580 bytes)
1.56/1.64	c 1	870 (50%) CSP clauses are encoded (189586 clauses, 3384445 bytes)
1.56/1.66	c 1	1044 (60%) CSP clauses are encoded (195956 clauses, 3496323 bytes)
1.86/1.95	c 1	1218 (70%) CSP clauses are encoded (361702 clauses, 6547688 bytes)
1.86/1.96	c 1	1392 (80%) CSP clauses are encoded (368984 clauses, 6675884 bytes)
1.86/1.99	c 2	1566 (90%) CSP clauses are encoded (386258 clauses, 6987768 bytes)
2.07/2.11	c 2	1739 (100%) CSP clauses are encoded (449920 clauses, 8266960 bytes)
2.07/2.11	c 2	1739 CSP clauses encoded
2.07/2.11	c 2	Writing map file : HOME/temp.map
2.07/2.12	c 2	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.07/2.12	c 2	SAT : 10630 SAT variables, 449920 SAT clauses, 8266960 bytes
2.07/2.12	c 2	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.07/2.14	c 2	OBJECTIVE minimize _COST
2.07/2.14	c 2	SOLVING HOME/temp.cnf
2.07/2.14	c 2	CMD HOME/minisat-inc -incremental HOME/temp.cnf HOME/temp.out
2.07/2.15	c 2	This is MiniSat 2.0 beta incremental
2.07/2.15	c 2	WARNING: for repeatability, setting FPU to use double precision
2.07/2.15	c 2	============================[ Problem Statistics ]=============================
2.07/2.15	c 2	|                                                                             |
2.07/2.15	c 2	|  Number of variables:  10630                                                |
2.07/2.15	c 2	|  Number of clauses:    449920                                               |
2.11/2.35	c 2	|  Parsing time:         0.19         s                                       |
2.11/2.36	c 2	OK
2.11/2.36	c 2	OBJECTIVE BOUND: 0 <= _COST <= 
2.11/2.36	c 2	SEARCHING: _COST <= 290
2.11/2.36	c 2	============================[ Search Statistics ]==============================
2.11/2.36	c 2	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
2.11/2.36	c 2	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
2.11/2.36	c 2	===============================================================================
2.11/2.36	c 2	|         0 |   10630   449920  1320920 |   149973        0    nan |  0.000 % |
2.11/2.58	c 2	|       100 |   10630   449920  1320920 |   164970      100     32 |  0.003 % |
2.11/2.67	c 2	|       250 |   10630   449920  1320920 |   181467      250     22 |  0.003 % |
2.11/2.74	c 2	|       477 |   10630   449920  1320920 |   199614      477     19 |  0.003 % |
2.11/2.87	c 2	|       814 |   10630   449920  1320920 |   219575      814     19 |  0.003 % |
3.15/3.27	c 3	|      1322 |   10630   449920  1320920 |   241533     1322     21 |  0.003 % |
3.64/3.79	c 3	|      2081 |   10630   449920  1320920 |   265686     2081     23 |  0.003 % |
4.43/4.59	c 4	|      3221 |   10630   449920  1320920 |   292255     3221     25 |  0.003 % |
5.72/5.88	c 5	|      4929 |   10630   449920  1320920 |   321481     4929     26 |  0.003 % |
8.40/8.56	c 8	|      7493 |   10630   449920  1320920 |   353629     7493     31 |  0.003 % |
12.06/12.22	c 12	|     11337 |   10630   449920  1320920 |   388992    11337     34 |  0.003 % |
16.22/16.45	c 16	|     17104 |   10630   449920  1320920 |   427891    17104     35 |  0.003 % |
22.66/22.94	c 22	|     25755 |   10630   449920  1320920 |   470680    25755     36 |  0.003 % |
34.16/34.59	c 34	|     38730 |   10630   449920  1320920 |   517748    38730     36 |  0.003 % |
60.82/61.41	c 61	|     58191 |   10630   449920  1320920 |   569523    58191     40 |  0.003 % |
109.47/110.50	c 110	|     87383 |   10630   449920  1320920 |   626475    87383     42 |  0.003 % |
187.26/189.04	c 189	|    131174 |   10630   449920  1320920 |   689123   131174     43 |  0.003 % |
267.23/269.73	c 269	===============================================================================
267.23/269.73	c 269	restarts              : 17
267.23/269.73	c 269	conflicts             : 176469        (666 /sec)
267.23/269.73	c 269	decisions             : 213483        (0.43 % random) (806 /sec)
267.23/269.73	c 269	propagations          : 80855525       (305112 /sec)
267.23/269.73	c 269	conflict literals     : 7503331        (30.43 % deleted)
267.23/269.73	c 269	Memory used           : 56.29 MB
267.23/269.73	c 269	CPU time              : 265.003 s
267.23/269.73	c 269	
267.23/269.73	c 269	SATISFIABLE
267.23/269.74	c 269	OK
267.23/269.74	c 269	FOUND: _COST <= 290
267.23/269.74	s SATISFIABLE
267.23/269.74	c 269	DECODING HOME/temp.out WITH HOME/temp.map
267.23/269.74	c 269	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
267.27/269.83	c 269	Decoding HOME/temp.out
267.27/269.95	c 269	OBJECTIVE _COST 275
267.27/269.95	o 275
267.27/269.96	v 1 1 1 0 1 0 1 1 1 0 1 1 1 1 1 1 0 0 1 1 1 1 1 1 0 0 1 0 0 1 0 1 0 1 0 0 0 0 1 1 1 0 1 0 0 0 0 1 1 1
267.27/269.96	c 269	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
267.57/270.19	c 270	OK
267.57/270.19	c 270	OBJECTIVE BOUND: 0 <= _COST <= 275
267.57/270.19	c 270	SEARCHING: _COST <= 137
267.57/270.19	c 270	============================[ Search Statistics ]==============================
267.57/270.19	c 270	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
267.57/270.19	c 270	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
267.57/270.19	c 270	===============================================================================
267.57/270.19	c 270	|    176469 |    7565   278213   814689 |    92737   176398     43 |  0.003 % |
268.57/271.19	c 271	|    176570 |    7565   278213   814689 |   102011    15073     39 | 28.835 % |
268.67/271.28	c 271	|    176720 |    7565   278213   814689 |   112212    15223     39 | 28.835 % |
268.87/271.48	c 271	|    176945 |    7565   278213   814689 |   123433    15448     39 | 28.835 % |
269.17/271.75	c 271	|    177282 |    7565   278213   814689 |   135777    15785     38 | 28.835 % |
269.57/272.18	c 272	|    177789 |    7565   278213   814689 |   149354    16292     38 | 28.835 % |
270.27/272.82	c 272	|    178549 |    7565   278213   814689 |   164290    17052     38 | 28.835 % |
271.17/273.73	c 273	|    179690 |    7565   278213   814689 |   180719    18193     37 | 28.835 % |
272.16/274.78	c 274	|    181398 |    7565   278213   814689 |   198791    19901     36 | 28.835 % |
273.47/276.06	c 276	|    183961 |    7565   278213   814689 |   218670    22464     34 | 28.835 % |
275.96/278.53	c 278	|    187805 |    7565   278213   814689 |   240537    26308     32 | 28.835 % |
279.36/281.91	c 281	|    193571 |    7565   278213   814689 |   264591    32074     30 | 28.835 % |
285.16/287.79	c 287	|    202221 |    7565   278213   814689 |   291050    40724     28 | 28.835 % |
294.95/297.53	c 297	|    215196 |    7565   278213   814689 |   320155    53699     26 | 28.835 % |
313.55/316.15	c 316	|    234664 |    7565   278213   814689 |   352171    73167     25 | 28.835 % |
348.63/351.24	c 351	|    263856 |    7565   278213   814689 |   387388   102359     25 | 28.835 % |
413.41/416.03	c 416	|    307645 |    7565   278213   814689 |   426127   146148     23 | 28.835 % |
538.46/541.13	c 541	|    373330 |    7565   278213   814689 |   468739   211833     26 | 28.835 % |
785.97/788.78	c 788	|    471856 |    7565   278213   814689 |   515613   310359     28 | 28.835 % |
1257.00/1259.98	c 1260	|    619646 |    7565   278213   814689 |   567175   458149     29 | 28.835 % |
1943.44/1946.64	c 1946	|    841329 |    7565   278213   814689 |   623892   127609     31 | 28.835 % |
2895.79/2899.39	c 2899	|   1173855 |    7565   278213   814689 |   686281   460135     26 | 28.835 % |
3600.05/3603.91	c ERROR INTERRUPTED
3600.05/3603.93	c 3603	CPU 3599.52 (0.06 0.02 3599.46 0.54)
3600.05/3603.93	c 3603	END Tue Jul 15 03:07:52 2008

Verifier Data (download as text)

OK	261	319
261 unsatisfied constraints, 319 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-1118499-1216080468/watcher-1118499-1216080468 -o /tmp/evaluation-result-1118499-1216080468/solver-1118499-1216080468 -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-1118499-1216080468.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.64 2.67 2.64 4/81 27406
/proc/meminfo: memFree=1765456/2055920 swapFree=4178788/4192956
[pid=27406] ppid=27404 vsize=12272 CPUtime=0
/proc/27406/stat : 27406 (sugar++) R 27404 27406 27369 0 -1 4194304 360 0 0 0 0 0 0 0 18 0 1 0 64621298 12566528 328 996147200 4194304 4206940 548682068528 18446744073709551615 233597615102 0 0 4224 0 0 0 0 17 0 0 0
/proc/27406/statm: 3068 328 246 3 0 168 0

[startup+0.0246059 s]
/proc/loadavg: 2.64 2.67 2.64 4/81 27406
/proc/meminfo: memFree=1765456/2055920 swapFree=4178788/4192956
[pid=27406] ppid=27404 vsize=12940 CPUtime=0.01
/proc/27406/stat : 27406 (sugar++) R 27404 27406 27369 0 -1 4194304 587 0 0 0 1 0 0 0 18 0 1 0 64621298 13250560 555 996147200 4194304 4206940 548682068528 18446744073709551615 233588560551 0 0 4224 0 0 0 0 17 0 0 0
/proc/27406/statm: 3235 556 316 3 0 335 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 12940

[startup+0.101621 s]
/proc/loadavg: 2.64 2.67 2.64 4/81 27406
/proc/meminfo: memFree=1765456/2055920 swapFree=4178788/4192956
[pid=27406] ppid=27404 vsize=16740 CPUtime=0.06
/proc/27406/stat : 27406 (sugar++) S 27404 27406 27369 0 -1 4194304 1219 128 0 0 5 1 0 0 17 0 1 0 64621298 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27406/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.301634 s]
/proc/loadavg: 2.64 2.67 2.64 4/81 27406
/proc/meminfo: memFree=1765456/2055920 swapFree=4178788/4192956
[pid=27406] ppid=27404 vsize=16740 CPUtime=0.06
/proc/27406/stat : 27406 (sugar++) S 27404 27406 27369 0 -1 4194304 1219 128 0 0 5 1 0 0 17 0 1 0 64621298 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27406/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.701673 s]
/proc/loadavg: 2.64 2.67 2.64 4/81 27406
/proc/meminfo: memFree=1765456/2055920 swapFree=4178788/4192956
[pid=27406] ppid=27404 vsize=16740 CPUtime=0.5
/proc/27406/stat : 27406 (sugar++) S 27404 27406 27369 0 -1 4194304 1296 4531 0 1 5 1 41 3 16 0 1 0 64621298 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27406/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 16740

[startup+1.50275 s]
/proc/loadavg: 2.64 2.67 2.64 3/92 27428
/proc/meminfo: memFree=1750712/2055920 swapFree=4178788/4192956
[pid=27406] ppid=27404 vsize=16740 CPUtime=0.51
/proc/27406/stat : 27406 (sugar++) S 27404 27406 27369 0 -1 4194304 1297 4531 0 1 6 1 41 3 15 0 1 0 64621298 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27406/statm: 4185 1104 409 3 0 764 0
[pid=27419] ppid=27406 vsize=5356 CPUtime=0
/proc/27419/stat : 27419 (sh) S 27406 27406 27369 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 64621351 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27419/statm: 1339 233 193 169 0 50 0
[pid=27420] ppid=27419 vsize=868376 CPUtime=0.95
/proc/27420/stat : 27420 (java) S 27419 27406 27369 0 -1 0 6589 0 1 0 90 5 0 0 20 0 9 0 64621351 889217024 5754 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/27420/statm: 217094 5754 2563 9 0 211641 0
[pid=27420/tid=27421] ppid=27419 vsize=868376 CPUtime=0.62
/proc/27420/task/27421/stat : 27421 (java) R 27419 27406 27369 0 -1 64 2787 0 1 0 60 2 0 0 25 0 9 0 64621352 889217024 5754 996147200 134512640 134550740 4294955920 18446744073709551615 4126945594 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27420/tid=27422] ppid=27419 vsize=868376 CPUtime=0.07
/proc/27420/task/27422/stat : 27422 (java) S 27419 27406 27369 0 -1 64 1626 0 0 0 6 1 0 0 16 0 9 0 64621353 889217024 5754 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=27420/tid=27423] ppid=27419 vsize=868376 CPUtime=0
/proc/27420/task/27423/stat : 27423 (java) S 27419 27406 27369 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 64621354 889217024 5754 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27420/tid=27424] ppid=27419 vsize=868376 CPUtime=0
/proc/27420/task/27424/stat : 27424 (java) S 27419 27406 27369 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 64621354 889217024 5754 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27420/tid=27425] ppid=27419 vsize=868376 CPUtime=0
/proc/27420/task/27425/stat : 27425 (java) S 27419 27406 27369 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 64621356 889217024 5754 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27420/tid=27426] ppid=27419 vsize=868376 CPUtime=0.24
/proc/27420/task/27426/stat : 27426 (java) S 27419 27406 27369 0 -1 64 1484 0 0 0 24 0 0 0 16 0 9 0 64621356 889217024 5754 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27420/tid=27427] ppid=27419 vsize=868376 CPUtime=0
/proc/27420/task/27427/stat : 27427 (java) S 27419 27406 27369 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 64621356 889217024 5754 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27420/tid=27428] ppid=27419 vsize=868376 CPUtime=0
/proc/27420/task/27428/stat : 27428 (java) S 27419 27406 27369 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 64621356 889217024 5754 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) 890472

[startup+3.10193 s]
/proc/loadavg: 2.64 2.67 2.64 3/92 27428
/proc/meminfo: memFree=1740920/2055920 swapFree=4178788/4192956
[pid=27406] ppid=27404 vsize=16872 CPUtime=2.11
/proc/27406/stat : 27406 (sugar++) S 27404 27406 27369 0 -1 4194304 1479 11612 0 2 6 2 189 14 15 0 1 0 64621298 17276928 1129 996147200 4194304 4206940 548682068528 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27406/statm: 4218 1129 414 3 0 797 0
Current children cumulated CPU time (s) 2.11
Current children cumulated vsize (KiB) 16872

[startup+6.30125 s]
/proc/loadavg: 2.59 2.66 2.63 3/83 27429
/proc/meminfo: memFree=1732736/2055920 swapFree=4178788/4192956
[pid=27406] ppid=27404 vsize=16872 CPUtime=2.11
/proc/27406/stat : 27406 (sugar++) S 27404 27406 27369 0 -1 4194304 1479 11612 0 2 6 2 189 14 16 0 1 0 64621298 17276928 1129 996147200 4194304 4206940 548682068528 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27406/statm: 4218 1129 414 3 0 797 0
[pid=27429] ppid=27406 vsize=22124 CPUtime=4.11
/proc/27429/stat : 27429 (minisat-inc) R 27406 27406 27369 0 -1 4194304 5436 0 0 0 408 3 0 0 25 0 1 0 64621513 22654976 5384 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/27429/statm: 5531 5384 74 151 0 5377 0
Current children cumulated CPU time (s) 6.22
Current children cumulated vsize (KiB) 38996

[startup+12.7029 s]
/proc/loadavg: 2.54 2.65 2.63 3/83 27429
/proc/meminfo: memFree=1731584/2055920 swapFree=4178788/4192956
[pid=27406] ppid=27404 vsize=16872 CPUtime=2.11
/proc/27406/stat : 27406 (sugar++) S 27404 27406 27369 0 -1 4194304 1479 11612 0 2 6 2 189 14 16 0 1 0 64621298 17276928 1129 996147200 4194304 4206940 548682068528 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27406/statm: 4218 1129 414 3 0 797 0
[pid=27429] ppid=27406 vsize=23444 CPUtime=10.45
/proc/27429/stat : 27429 (minisat-inc) R 27406 27406 27369 0 -1 4194304 5772 0 0 0 1042 3 0 0 25 0 1 0 64621513 24006656 5720 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/27429/statm: 5861 5720 74 151 0 5707 0
Current children cumulated CPU time (s) 12.56
Current children cumulated vsize (KiB) 40316

[startup+25.5012 s]
/proc/loadavg: 2.42 2.61 2.62 3/83 27429
/proc/meminfo: memFree=1728576/2055920 swapFree=4178788/4192956
[pid=27406] ppid=27404 vsize=16872 CPUtime=2.11
/proc/27406/stat : 27406 (sugar++) S 27404 27406 27369 0 -1 4194304 1479 11612 0 2 6 2 189 14 16 0 1 0 64621298 17276928 1129 996147200 4194304 4206940 548682068528 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27406/statm: 4218 1129 414 3 0 797 0
[pid=27429] ppid=27406 vsize=26472 CPUtime=23.12
/proc/27429/stat : 27429 (minisat-inc) R 27406 27406 27369 0 -1 4194304 6534 0 0 0 2308 4 0 0 25 0 1 0 64621513 27107328 6482 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/27429/statm: 6618 6482 74 151 0 6464 0
Current children cumulated CPU time (s) 25.23
Current children cumulated vsize (KiB) 43344

[startup+51.1018 s]
/proc/loadavg: 2.27 2.56 2.60 3/83 27429
/proc/meminfo: memFree=1724096/2055920 swapFree=4178788/4192956
[pid=27406] ppid=27404 vsize=16872 CPUtime=2.11
/proc/27406/stat : 27406 (sugar++) S 27404 27406 27369 0 -1 4194304 1479 11612 0 2 6 2 189 14 16 0 1 0 64621298 17276928 1129 996147200 4194304 4206940 548682068528 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27406/statm: 4218 1129 414 3 0 797 0
[pid=27429] ppid=27406 vsize=31180 CPUtime=48.5
/proc/27429/stat : 27429 (minisat-inc) R 27406 27406 27369 0 -1 4194304 7703 0 0 0 4844 6 0 0 25 0 1 0 64621513 31928320 7651 996147200 134512640 135134323 4294956192 18446744073709551615 134531908 0 0 4096 3 0 0 0 17 1 0 0
/proc/27429/statm: 7795 7651 74 151 0 7641 0
Current children cumulated CPU time (s) 50.61
Current children cumulated vsize (KiB) 48052

[startup+102.307 s]
/proc/loadavg: 2.12 2.47 2.57 3/83 27429
/proc/meminfo: memFree=1716992/2055920 swapFree=4178788/4192956
[pid=27406] ppid=27404 vsize=16872 CPUtime=2.11
/proc/27406/stat : 27406 (sugar++) S 27404 27406 27369 0 -1 4194304 1479 11612 0 2 6 2 189 14 16 0 1 0 64621298 17276928 1129 996147200 4194304 4206940 548682068528 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27406/statm: 4218 1129 414 3 0 797 0
[pid=27429] ppid=27406 vsize=38176 CPUtime=99.23
/proc/27429/stat : 27429 (minisat-inc) R 27406 27406 27369 0 -1 4194304 9443 0 0 0 9916 7 0 0 25 0 1 0 64621513 39092224 9391 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/27429/statm: 9544 9391 74 151 0 9390 0
Current children cumulated CPU time (s) 101.34
Current children cumulated vsize (KiB) 55048

[startup+162.301 s]
/proc/loadavg: 2.04 2.39 2.53 3/83 27429
/proc/meminfo: memFree=1709760/2055920 swapFree=4178788/4192956
[pid=27406] ppid=27404 vsize=16872 CPUtime=2.11
/proc/27406/stat : 27406 (sugar++) S 27404 27406 27369 0 -1 4194304 1479 11612 0 2 6 2 189 14 16 0 1 0 64621298 17276928 1129 996147200 4194304 4206940 548682068528 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27406/statm: 4218 1129 414 3 0 797 0
[pid=27429] ppid=27406 vsize=45372 CPUtime=158.68
/proc/27429/stat : 27429 (minisat-inc) R 27406 27406 27369 0 -1 4194304 11224 0 0 0 15858 10 0 0 25 0 1 0 64621513 46460928 11172 996147200 134512640 135134323 4294956192 18446744073709551615 134531971 0 0 4096 3 0 0 0 17 1 0 0
/proc/27429/statm: 11343 11172 74 151 0 11189 0
Current children cumulated CPU time (s) 160.79
Current children cumulated vsize (KiB) 62244

[startup+222.301 s]
/proc/loadavg: 2.01 2.31 2.49 4/83 27429
/proc/meminfo: memFree=1702656/2055920 swapFree=4178788/4192956
[pid=27406] ppid=27404 vsize=16872 CPUtime=2.11
/proc/27406/stat : 27406 (sugar++) S 27404 27406 27369 0 -1 4194304 1479 11612 0 2 6 2 189 14 16 0 1 0 64621298 17276928 1129 996147200 4194304 4206940 548682068528 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27406/statm: 4218 1129 414 3 0 797 0
[pid=27429] ppid=27406 vsize=52572 CPUtime=218.14
/proc/27429/stat : 27429 (minisat-inc) R 27406 27406 27369 0 -1 4194304 12978 0 0 0 21801 13 0 0 25 0 1 0 64621513 53833728 12926 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/27429/statm: 13143 12926 74 151 0 12989 0
Current children cumulated CPU time (s) 220.25
Current children cumulated vsize (KiB) 69444

[startup+282.301 s]
/proc/loadavg: 2.00 2.25 2.46 3/83 27439
/proc/meminfo: memFree=1697344/2055920 swapFree=4178788/4192956
[pid=27406] ppid=27404 vsize=16872 CPUtime=2.32
/proc/27406/stat : 27406 (sugar++) S 27404 27406 27369 0 -1 4194304 1564 15485 0 3 6 2 208 16 16 0 1 0 64621298 17276928 1130 996147200 4194304 4206940 548682068528 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27406/statm: 4218 1130 414 3 0 797 0
[pid=27429] ppid=27406 vsize=57640 CPUtime=277.44
/proc/27429/stat : 27429 (minisat-inc) R 27406 27406 27369 0 -1 4194304 14282 0 0 0 27728 16 0 0 25 0 1 0 64621513 59023360 14228 996147200 134512640 135134323 4294956192 18446744073709551615 134531965 0 0 4096 3 0 0 0 17 0 0 0
/proc/27429/statm: 14410 14228 80 151 0 14256 0
Current children cumulated CPU time (s) 279.76
Current children cumulated vsize (KiB) 74512

[startup+342.301 s]
/proc/loadavg: 2.00 2.20 2.43 3/83 27439
/proc/meminfo: memFree=1697408/2055920 swapFree=4178788/4192956
[pid=27406] ppid=27404 vsize=16872 CPUtime=2.32
/proc/27406/stat : 27406 (sugar++) S 27404 27406 27369 0 -1 4194304 1564 15485 0 3 6 2 208 16 16 0 1 0 64621298 17276928 1130 996147200 4194304 4206940 548682068528 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27406/statm: 4218 1130 414 3 0 797 0
[pid=27429] ppid=27406 vsize=57640 CPUtime=337.42
/proc/27429/stat : 27429 (minisat-inc) R 27406 27406 27369 0 -1 4194304 14282 0 0 0 33726 16 0 0 25 0 1 0 64621513 59023360 14228 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0

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

[pid=27429] ppid=27406 vsize=112460 CPUtime=2916.46
/proc/27429/stat : 27429 (minisat-inc) R 27406 27406 27369 0 -1 4194304 27351 0 0 0 291615 31 0 0 25 0 1 0 64621513 115159040 27297 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/27429/statm: 28115 27297 80 151 0 27961 0
Current children cumulated CPU time (s) 2918.78
Current children cumulated vsize (KiB) 129332

[startup+2982.3 s]
/proc/loadavg: 2.08 2.02 2.01 3/75 27503
/proc/meminfo: memFree=1624384/2055920 swapFree=4178788/4192956
[pid=27406] ppid=27404 vsize=16872 CPUtime=2.32
/proc/27406/stat : 27406 (sugar++) S 27404 27406 27369 0 -1 4194304 1564 15485 0 3 6 2 208 16 16 0 1 0 64621298 17276928 1130 996147200 4194304 4206940 548682068528 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27406/statm: 4218 1130 414 3 0 797 0
[pid=27429] ppid=27406 vsize=112460 CPUtime=2976.39
/proc/27429/stat : 27429 (minisat-inc) R 27406 27406 27369 0 -1 4194304 27355 0 0 0 297607 32 0 0 25 0 1 0 64621513 115159040 27301 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/27429/statm: 28115 27301 80 151 0 27961 0
Current children cumulated CPU time (s) 2978.71
Current children cumulated vsize (KiB) 129332

[startup+3042.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/75 27503
/proc/meminfo: memFree=1619392/2055920 swapFree=4178788/4192956
[pid=27406] ppid=27404 vsize=16872 CPUtime=2.32
/proc/27406/stat : 27406 (sugar++) S 27404 27406 27369 0 -1 4194304 1564 15485 0 3 6 2 208 16 16 0 1 0 64621298 17276928 1130 996147200 4194304 4206940 548682068528 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27406/statm: 4218 1130 414 3 0 797 0
[pid=27429] ppid=27406 vsize=112460 CPUtime=3036.36
/proc/27429/stat : 27429 (minisat-inc) R 27406 27406 27369 0 -1 4194304 27358 0 0 0 303604 32 0 0 25 0 1 0 64621513 115159040 27304 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/27429/statm: 28115 27304 80 151 0 27961 0
Current children cumulated CPU time (s) 3038.68
Current children cumulated vsize (KiB) 129332

[startup+3102.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/75 27503
/proc/meminfo: memFree=1613376/2055920 swapFree=4178788/4192956
[pid=27406] ppid=27404 vsize=16872 CPUtime=2.32
/proc/27406/stat : 27406 (sugar++) S 27404 27406 27369 0 -1 4194304 1564 15485 0 3 6 2 208 16 16 0 1 0 64621298 17276928 1130 996147200 4194304 4206940 548682068528 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27406/statm: 4218 1130 414 3 0 797 0
[pid=27429] ppid=27406 vsize=112460 CPUtime=3096.34
/proc/27429/stat : 27429 (minisat-inc) R 27406 27406 27369 0 -1 4194304 27359 0 0 0 309602 32 0 0 25 0 1 0 64621513 115159040 27305 996147200 134512640 135134323 4294956192 18446744073709551615 134532161 0 0 4096 3 0 0 0 17 0 0 0
/proc/27429/statm: 28115 27305 80 151 0 27961 0
Current children cumulated CPU time (s) 3098.66
Current children cumulated vsize (KiB) 129332

[startup+3162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 27503
/proc/meminfo: memFree=1607872/2055920 swapFree=4178788/4192956
[pid=27406] ppid=27404 vsize=16872 CPUtime=2.32
/proc/27406/stat : 27406 (sugar++) S 27404 27406 27369 0 -1 4194304 1564 15485 0 3 6 2 208 16 16 0 1 0 64621298 17276928 1130 996147200 4194304 4206940 548682068528 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27406/statm: 4218 1130 414 3 0 797 0
[pid=27429] ppid=27406 vsize=112460 CPUtime=3156.31
/proc/27429/stat : 27429 (minisat-inc) R 27406 27406 27369 0 -1 4194304 27364 0 0 0 315599 32 0 0 25 0 1 0 64621513 115159040 27310 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/27429/statm: 28115 27310 80 151 0 27961 0
Current children cumulated CPU time (s) 3158.63
Current children cumulated vsize (KiB) 129332

[startup+3222.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 27509
/proc/meminfo: memFree=1602944/2055920 swapFree=4178788/4192956
[pid=27406] ppid=27404 vsize=16872 CPUtime=2.32
/proc/27406/stat : 27406 (sugar++) S 27404 27406 27369 0 -1 4194304 1564 15485 0 3 6 2 208 16 16 0 1 0 64621298 17276928 1130 996147200 4194304 4206940 548682068528 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27406/statm: 4218 1130 414 3 0 797 0
[pid=27429] ppid=27406 vsize=112540 CPUtime=3216.28
/proc/27429/stat : 27429 (minisat-inc) R 27406 27406 27369 0 -1 4194304 27374 0 0 0 321595 33 0 0 25 0 1 0 64621513 115240960 27320 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/27429/statm: 28135 27320 80 151 0 27981 0
Current children cumulated CPU time (s) 3218.6
Current children cumulated vsize (KiB) 129412

[startup+3282.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 27509
/proc/meminfo: memFree=1598784/2055920 swapFree=4178788/4192956
[pid=27406] ppid=27404 vsize=16872 CPUtime=2.32
/proc/27406/stat : 27406 (sugar++) S 27404 27406 27369 0 -1 4194304 1564 15485 0 3 6 2 208 16 16 0 1 0 64621298 17276928 1130 996147200 4194304 4206940 548682068528 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27406/statm: 4218 1130 414 3 0 797 0
[pid=27429] ppid=27406 vsize=112540 CPUtime=3276.26
/proc/27429/stat : 27429 (minisat-inc) R 27406 27406 27369 0 -1 4194304 27384 0 0 0 327593 33 0 0 25 0 1 0 64621513 115240960 27330 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/27429/statm: 28135 27330 80 151 0 27981 0
Current children cumulated CPU time (s) 3278.58
Current children cumulated vsize (KiB) 129412

[startup+3342.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 27509
/proc/meminfo: memFree=1594688/2055920 swapFree=4178788/4192956
[pid=27406] ppid=27404 vsize=16872 CPUtime=2.32
/proc/27406/stat : 27406 (sugar++) S 27404 27406 27369 0 -1 4194304 1564 15485 0 3 6 2 208 16 16 0 1 0 64621298 17276928 1130 996147200 4194304 4206940 548682068528 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27406/statm: 4218 1130 414 3 0 797 0
[pid=27429] ppid=27406 vsize=112540 CPUtime=3336.23
/proc/27429/stat : 27429 (minisat-inc) R 27406 27406 27369 0 -1 4194304 27397 0 0 0 333590 33 0 0 25 0 1 0 64621513 115240960 27343 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/27429/statm: 28135 27343 80 151 0 27981 0
Current children cumulated CPU time (s) 3338.55
Current children cumulated vsize (KiB) 129412

[startup+3402.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 27509
/proc/meminfo: memFree=1591232/2055920 swapFree=4178788/4192956
[pid=27406] ppid=27404 vsize=16872 CPUtime=2.32
/proc/27406/stat : 27406 (sugar++) S 27404 27406 27369 0 -1 4194304 1564 15485 0 3 6 2 208 16 16 0 1 0 64621298 17276928 1130 996147200 4194304 4206940 548682068528 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27406/statm: 4218 1130 414 3 0 797 0
[pid=27429] ppid=27406 vsize=112740 CPUtime=3396.21
/proc/27429/stat : 27429 (minisat-inc) R 27406 27406 27369 0 -1 4194304 27444 0 0 0 339588 33 0 0 25 0 1 0 64621513 115445760 27390 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/27429/statm: 28185 27390 80 151 0 28031 0
Current children cumulated CPU time (s) 3398.53
Current children cumulated vsize (KiB) 129612

[startup+3462.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 27509
/proc/meminfo: memFree=1586752/2055920 swapFree=4178788/4192956
[pid=27406] ppid=27404 vsize=16872 CPUtime=2.32
/proc/27406/stat : 27406 (sugar++) S 27404 27406 27369 0 -1 4194304 1564 15485 0 3 6 2 208 16 16 0 1 0 64621298 17276928 1130 996147200 4194304 4206940 548682068528 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27406/statm: 4218 1130 414 3 0 797 0
[pid=27429] ppid=27406 vsize=113996 CPUtime=3456.18
/proc/27429/stat : 27429 (minisat-inc) R 27406 27406 27369 0 -1 4194304 27720 0 0 0 345585 33 0 0 25 0 1 0 64621513 116731904 27666 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/27429/statm: 28499 27666 80 151 0 28345 0
Current children cumulated CPU time (s) 3458.5
Current children cumulated vsize (KiB) 130868

[startup+3522.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 27509
/proc/meminfo: memFree=1581568/2055920 swapFree=4178788/4192956
[pid=27406] ppid=27404 vsize=16872 CPUtime=2.32
/proc/27406/stat : 27406 (sugar++) S 27404 27406 27369 0 -1 4194304 1564 15485 0 3 6 2 208 16 16 0 1 0 64621298 17276928 1130 996147200 4194304 4206940 548682068528 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27406/statm: 4218 1130 414 3 0 797 0
[pid=27429] ppid=27406 vsize=115976 CPUtime=3516.16
/proc/27429/stat : 27429 (minisat-inc) R 27406 27406 27369 0 -1 4194304 28235 0 0 0 351581 35 0 0 25 0 1 0 64621513 118759424 28181 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/27429/statm: 28994 28181 80 151 0 28840 0
Current children cumulated CPU time (s) 3518.48
Current children cumulated vsize (KiB) 132848

[startup+3582.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 27509
/proc/meminfo: memFree=1576640/2055920 swapFree=4178788/4192956
[pid=27406] ppid=27404 vsize=16872 CPUtime=2.32
/proc/27406/stat : 27406 (sugar++) S 27404 27406 27369 0 -1 4194304 1564 15485 0 3 6 2 208 16 16 0 1 0 64621298 17276928 1130 996147200 4194304 4206940 548682068528 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27406/statm: 4218 1130 414 3 0 797 0
[pid=27429] ppid=27406 vsize=117692 CPUtime=3576.13
/proc/27429/stat : 27429 (minisat-inc) R 27406 27406 27369 0 -1 4194304 28707 0 0 0 357578 35 0 0 25 0 1 0 64621513 120516608 28653 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/27429/statm: 29423 28653 80 151 0 29269 0
Current children cumulated CPU time (s) 3578.45
Current children cumulated vsize (KiB) 134564



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3603.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 27509
/proc/meminfo: memFree=1574720/2055920 swapFree=4178788/4192956
[pid=27406] ppid=27404 vsize=16872 CPUtime=2.32
/proc/27406/stat : 27406 (sugar++) S 27404 27406 27369 0 -1 4194304 1564 15485 0 3 6 2 208 16 16 0 1 0 64621298 17276928 1130 996147200 4194304 4206940 548682068528 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27406/statm: 4218 1130 414 3 0 797 0
[pid=27429] ppid=27406 vsize=118352 CPUtime=3597.73
/proc/27429/stat : 27429 (minisat-inc) R 27406 27406 27369 0 -1 4194304 28878 0 0 0 359738 35 0 0 25 0 1 0 64621513 121192448 28824 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/27429/statm: 29588 28824 80 151 0 29434 0
Current children cumulated CPU time (s) 3600.05
Current children cumulated vsize (KiB) 135224

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

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

[startup+3603.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 27509
/proc/meminfo: memFree=1574720/2055920 swapFree=4178788/4192956
[pid=27406] ppid=27404 vsize=16872 CPUtime=2.32
/proc/27406/stat : 27406 (sugar++) S 27404 27406 27369 0 -1 4194304 1564 15485 0 3 6 2 208 16 16 0 1 0 64621298 17276928 1130 996147200 4194304 4206940 548682068528 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27406/statm: 4218 1130 414 3 0 797 0
[pid=27429] ppid=27406 vsize=118352 CPUtime=3597.73
/proc/27429/stat : 27429 (minisat-inc) R 27406 27406 27369 0 -1 4194304 28878 0 0 0 359738 35 0 0 25 0 1 0 64621513 121192448 28824 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/27429/statm: 29588 28824 80 151 0 29434 0
Current children cumulated CPU time (s) 3600.05
Current children cumulated vsize (KiB) 135224

Child status: 0
Real time (s): 3603.93
CPU time (s): 3600.11
CPU user time (s): 3599.53
CPU system time (s): 0.576912
CPU usage (%): 99.8939
Max. virtual memory (cumulated for all children) (KiB): 890472

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3599.53
system time used= 0.576912
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 46006
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= 3597
involuntary context switches= 23714

runsolver used 3.71043 second user time and 10.1365 second system time

The end

Launcher Data (download as text)

Begin job on node27 at 2008-07-15 02:07:48
IDJOB=1118499
IDBENCH=62252
IDSOLVER=367
FILE ID=node27/1118499-1216080468
PBS_JOBID= 7905185
Free space on /tmp= 66544 MiB

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

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 5bc528987ca3fc466fe2c9d8378efc74
RANDOM SEED=722721029

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:       1765872 kB
Buffers:         61712 kB
Cached:         144280 kB
SwapCached:       7596 kB
Active:         154552 kB
Inactive:        72696 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1765872 kB
SwapTotal:     4192956 kB
SwapFree:      4178788 kB
Dirty:            1128 kB
Writeback:           0 kB
Mapped:          36912 kB
Slab:            47896 kB
Committed_AS:   366236 kB
PageTables:       1880 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= 66536 MiB
End job on node27 at 2008-07-15 03:07:54