Trace number 1120523

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.09 3609.63

General information on the benchmark

Namemaxcsp/maxcut/maxcut-40/
normalized-maxcut-40-540-3_ext.xml
MD5SUM0144e582698f4c491aeaa3f9e4b2383e
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkMOPT
Best Number of falsified constraints225
Best CPU time to get the best result obtained on this benchmark940.592
Satisfiable
(Un)Satisfiability was proved
Number of variables40
Number of constraints540
Maximum constraint arity2
Maximum domain size2
Number of constraints which are defined in extension540
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 12:05:46 2008
0.00/0.08	c 0	PID 27356
0.06/0.08	c 0	HOST node50.alineos.net
0.06/0.08	c 0	CONVERTING HOME/instance-1120523-1216116346.xml TO HOME/temp.csp
0.06/0.08	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1120523-1216116346.xml' 'HOME/temp.csp'
0.06/0.42	c 1	1 domains, 40 variables, 0 predicates, 1 relations, 540 constraints
0.06/0.52	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.52	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.48/0.60	c 1	Parsing HOME/temp.csp
0.48/0.72	c 1	parsed 582 expressions
0.48/0.73	c 1	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.48/0.74	c 1	MAX CSP: 540 constraints
0.48/0.74	c 1	Converting to clausal form CSP
0.48/0.78	c 1	converted 113 (10%) expressions
0.48/0.79	c 1	converted 225 (20%) expressions
0.49/0.80	c 1	converted 338 (30%) expressions
0.49/0.81	c 1	converted 450 (40%) expressions
0.49/0.82	c 1	converted 563 (50%) expressions
0.49/0.83	c 1	converted 675 (60%) expressions
0.49/0.84	c 1	converted 788 (70%) expressions
0.49/0.85	c 1	converted 900 (80%) expressions
0.49/0.85	c 1	converted 1013 (90%) expressions
0.94/1.04	c 1	converted 1125 (100%) expressions
0.94/1.04	c 1	CSP : 1120 integers, 0 booleans, 1619 clauses, largest domain size 811
0.94/1.04	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.94/1.04	c 1	Propagation in CSP
0.94/1.09	c 1	536 values, 0 unsatisfiable literals, and 0 valid clauses are removed
0.94/1.09	c 1	CSP : 1120 integers, 0 booleans, 1619 clauses, largest domain size 541
0.94/1.09	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.94/1.09	c 1	Simplifing CSP by introducing new Boolean variables
0.94/1.10	c 1	CSP : 1120 integers, 0 booleans, 1619 clauses, largest domain size 541
0.94/1.10	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.05/1.13	c 1	Encoding CSP to SAT : HOME/temp.cnf
1.05/1.14	c 1	112 (10%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.05/1.14	c 1	224 (20%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.05/1.14	c 1	336 (30%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.05/1.14	c 1	448 (40%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.05/1.14	c 1	560 (50%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.05/1.15	c 1	672 (60%) CSP integer variables are encoded (963 clauses, 11746 bytes)
1.05/1.16	c 1	784 (70%) CSP integer variables are encoded (5768 clauses, 74211 bytes)
1.05/1.16	c 1	896 (80%) CSP integer variables are encoded (6950 clauses, 89577 bytes)
1.05/1.17	c 1	1008 (90%) CSP integer variables are encoded (7674 clauses, 98989 bytes)
1.05/1.17	c 1	1120 (100%) CSP integer variables are encoded (8701 clauses, 112340 bytes)
1.05/1.19	c 1	162 (10%) CSP clauses are encoded (9025 clauses, 116388 bytes)
1.14/1.22	c 1	324 (20%) CSP clauses are encoded (9349 clauses, 120798 bytes)
1.14/1.23	c 1	486 (30%) CSP clauses are encoded (9673 clauses, 125334 bytes)
1.14/1.25	c 1	648 (40%) CSP clauses are encoded (11713 clauses, 159482 bytes)
1.53/1.61	c 2	810 (50%) CSP clauses are encoded (165609 clauses, 2949256 bytes)
1.53/1.63	c 2	972 (60%) CSP clauses are encoded (171183 clauses, 3046918 bytes)
1.74/1.88	c 2	1134 (70%) CSP clauses are encoded (314977 clauses, 5693332 bytes)
1.74/1.90	c 2	1296 (80%) CSP clauses are encoded (321395 clauses, 5806071 bytes)
1.83/1.93	c 2	1458 (90%) CSP clauses are encoded (336353 clauses, 6075814 bytes)
1.93/2.03	c 2	1619 (100%) CSP clauses are encoded (391683 clauses, 7086661 bytes)
1.93/2.03	c 2	1619 CSP clauses encoded
1.93/2.03	c 2	Writing map file : HOME/temp.map
1.93/2.04	c 2	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.93/2.04	c 2	SAT : 9821 SAT variables, 391683 SAT clauses, 7086661 bytes
1.93/2.04	c 2	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.98/2.11	c 2	OBJECTIVE minimize _COST
1.98/2.11	c 2	SOLVING HOME/temp.cnf
1.98/2.11	c 2	CMD HOME/minisat-inc -incremental HOME/temp.cnf HOME/temp.out
1.98/2.11	c 2	This is MiniSat 2.0 beta incremental
1.98/2.11	c 2	WARNING: for repeatability, setting FPU to use double precision
1.98/2.11	c 2	============================[ Problem Statistics ]=============================
1.98/2.11	c 2	|                                                                             |
1.98/2.11	c 2	|  Number of variables:  9821                                                 |
1.98/2.11	c 2	|  Number of clauses:    391683                                               |
2.01/2.29	c 2	|  Parsing time:         0.16         s                                       |
2.01/2.30	c 2	OK
2.01/2.30	c 2	OBJECTIVE BOUND: 0 <= _COST <= 
2.01/2.30	c 2	SEARCHING: _COST <= 270
2.01/2.30	c 2	============================[ Search Statistics ]==============================
2.01/2.30	c 2	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
2.01/2.30	c 2	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
2.01/2.30	c 2	===============================================================================
2.01/2.30	c 2	|         0 |    9821   391683  1148406 |   130561        0    nan |  0.000 % |
2.01/2.46	c 3	|       100 |    9821   391683  1148406 |   143617      100     24 |  0.003 % |
2.01/2.61	c 3	|       250 |    9821   391683  1148406 |   157978      250     31 |  0.003 % |
2.01/2.80	c 3	|       476 |    9821   391683  1148406 |   173776      476     33 |  0.003 % |
2.01/3.12	c 3	|       813 |    9821   391683  1148406 |   191154      813     34 |  0.003 % |
3.37/3.51	c 4	|      1319 |    9821   391683  1148406 |   210269     1319     33 |  0.003 % |
3.87/4.02	c 4	|      2078 |    9821   391683  1148406 |   231296     2078     33 |  0.003 % |
4.67/4.86	c 5	|      3217 |    9821   391683  1148406 |   254426     3217     33 |  0.003 % |
5.67/5.86	c 6	|      4926 |    9821   391683  1148406 |   279869     4926     33 |  0.003 % |
7.06/7.28	c 7	|      7488 |    9821   391683  1148406 |   307856     7488     33 |  0.003 % |
9.25/9.43	c 10	|     11332 |    9821   391683  1148406 |   338641    11332     32 |  0.003 % |
13.32/13.53	c 14	|     17098 |    9821   391683  1148406 |   372505    17098     34 |  0.003 % |
23.29/23.57	c 24	|     25748 |    9821   391683  1148406 |   409756    25748     35 |  0.003 % |
41.10/41.45	c 42	|     38722 |    9821   391683  1148406 |   450731    38722     37 |  0.003 % |
71.26/71.78	c 72	|     58183 |    9821   391683  1148406 |   495805    58183     37 |  0.003 % |
117.26/117.90	c 118	|     87376 |    9821   391683  1148406 |   545385    87376     37 |  0.003 % |
196.21/197.28	c 197	|    131165 |    9821   391683  1148406 |   599924   131165     37 |  0.003 % |
203.38/204.47	c 205	===============================================================================
203.38/204.47	c 205	restarts              : 17
203.38/204.47	c 205	conflicts             : 134832        (670 /sec)
203.38/204.47	c 205	decisions             : 161228        (0.42 % random) (801 /sec)
203.38/204.47	c 205	propagations          : 64643751       (321043 /sec)
203.38/204.47	c 205	conflict literals     : 5016208        (36.49 % deleted)
203.38/204.47	c 205	Memory used           : 42.77 MB
203.38/204.47	c 205	CPU time              : 201.355 s
203.38/204.47	c 205	
203.38/204.47	c 205	SATISFIABLE
203.38/204.48	c 205	OK
203.38/204.48	c 205	FOUND: _COST <= 270
203.38/204.48	s SATISFIABLE
203.38/204.48	c 205	DECODING HOME/temp.out WITH HOME/temp.map
203.38/204.48	c 205	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
203.50/204.62	c 205	Decoding HOME/temp.out
203.60/204.72	c 205	OBJECTIVE _COST 270
203.60/204.72	o 270
203.60/204.72	v 1 0 1 0 1 1 0 1 0 1 1 1 0 1 0 1 0 0 1 1 0 1 1 1 1 1 1 1 1 0 0 1 0 0 1 0 1 0 0 0
203.60/204.73	c 205	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
203.76/204.92	c 205	OK
203.76/204.92	c 205	OBJECTIVE BOUND: 0 <= _COST <= 270
203.76/204.92	c 205	SEARCHING: _COST <= 135
203.76/204.92	c 205	============================[ Search Statistics ]==============================
203.76/204.92	c 205	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
203.76/204.92	c 205	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
203.76/204.92	c 205	===============================================================================
203.76/204.92	c 205	|    134832 |    7121   250378   732321 |    83459   134832     37 |  0.003 % |
204.57/205.74	c 206	|    134932 |    7121   250378   732321 |    91805    15477     34 | 27.494 % |
204.66/205.87	c 206	|    135082 |    7121   250378   732321 |   100985    15627     34 | 27.494 % |
204.96/206.10	c 206	|    135307 |    7121   250378   732321 |   111084    15852     34 | 27.494 % |
205.26/206.47	c 207	|    135646 |    7121   250378   732321 |   122192    16191     34 | 27.494 % |
205.86/207.00	c 207	|    136152 |    7121   250378   732321 |   134412    16697     34 | 27.494 % |
206.66/207.81	c 208	|    136911 |    7121   250378   732321 |   147853    17456     33 | 27.494 % |
207.85/209.03	c 209	|    138050 |    7121   250378   732321 |   162638    18595     33 | 27.494 % |
209.84/211.06	c 211	|    139762 |    7121   250378   732321 |   178902    20307     32 | 27.494 % |
212.92/214.17	c 214	|    142324 |    7121   250378   732321 |   196792    22869     32 | 27.494 % |
217.71/218.91	c 219	|    146169 |    7121   250378   732321 |   216472    26714     31 | 27.494 % |
226.06/227.37	c 227	|    151935 |    7121   250378   732321 |   238119    32480     30 | 27.494 % |
239.21/240.55	c 241	|    160586 |    7121   250378   732321 |   261931    41131     30 | 27.494 % |
258.72/260.18	c 260	|    173560 |    7121   250378   732321 |   288124    54105     30 | 27.494 % |
294.45/296.01	c 296	|    193022 |    7121   250378   732321 |   316936    73567     29 | 27.494 % |
354.49/356.32	c 356	|    222214 |    7121   250378   732321 |   348630   102759     29 | 27.494 % |
453.34/455.69	c 456	|    266004 |    7121   250378   732321 |   383493   146549     29 | 27.494 % |
634.54/637.63	c 638	|    331690 |    7121   250378   732321 |   421842   212235     29 | 27.494 % |
967.49/972.02	c 972	|    430217 |    7121   250378   732321 |   464026   310762     29 | 27.494 % |
1554.97/1562.04	c 1562	|    578007 |    7121   250378   732321 |   510429   458552     29 | 27.494 % |
2234.95/2243.93	c 2244	|    799691 |    7121   250378   732321 |   561472   184530     29 | 27.494 % |
3600.05/3609.61	c ERROR INTERRUPTED
3600.05/3609.62	c 3610	CPU 3599.52 (0.07 0.02 3599.45 0.53)
3600.05/3609.62	c 3610	END Tue Jul 15 13:05:56 2008

Verifier Data (download as text)

OK	268	272
268 unsatisfied constraints, 272 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-1120523-1216116346/watcher-1120523-1216116346 -o /tmp/evaluation-result-1120523-1216116346/solver-1120523-1216116346 -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-1120523-1216116346.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.89 3.15 3.11 5/80 27356
/proc/meminfo: memFree=1701344/2055920 swapFree=4192812/4192956
[pid=27356] ppid=27354 vsize=12268 CPUtime=0
/proc/27356/stat : 27356 (sugar++) R 27354 27356 27088 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 68333517 12562432 316 996147200 4194304 4206940 548682068528 18446744073709551615 240577641061 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/27356/statm: 3067 316 241 3 0 167 0

[startup+0.0825819 s]
/proc/loadavg: 2.89 3.15 3.11 5/80 27356
/proc/meminfo: memFree=1701344/2055920 swapFree=4192812/4192956
[pid=27356] ppid=27354 vsize=16740 CPUtime=0.06
/proc/27356/stat : 27356 (sugar++) S 27354 27356 27088 0 -1 4194304 1143 0 0 0 5 1 0 0 18 0 1 0 68333517 17141760 1099 996147200 4194304 4206940 548682068528 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27356/statm: 4185 1099 406 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.102515 s]
/proc/loadavg: 2.89 3.15 3.11 5/80 27356
/proc/meminfo: memFree=1701344/2055920 swapFree=4192812/4192956
[pid=27356] ppid=27354 vsize=16740 CPUtime=0.06
/proc/27356/stat : 27356 (sugar++) S 27354 27356 27088 0 -1 4194304 1219 128 0 0 5 1 0 0 19 0 1 0 68333517 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27356/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.301073 s]
/proc/loadavg: 2.89 3.15 3.11 5/80 27356
/proc/meminfo: memFree=1701344/2055920 swapFree=4192812/4192956
[pid=27356] ppid=27354 vsize=16740 CPUtime=0.06
/proc/27356/stat : 27356 (sugar++) S 27354 27356 27088 0 -1 4194304 1219 128 0 0 5 1 0 0 19 0 1 0 68333517 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27356/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.701144 s]
/proc/loadavg: 2.89 3.15 3.11 5/80 27356
/proc/meminfo: memFree=1701344/2055920 swapFree=4192812/4192956
[pid=27356] ppid=27354 vsize=16740 CPUtime=0.48
/proc/27356/stat : 27356 (sugar++) S 27354 27356 27088 0 -1 4194304 1296 4531 0 1 5 1 39 3 16 0 1 0 68333517 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27356/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 16740

[startup+1.50228 s]
/proc/loadavg: 2.89 3.15 3.11 4/91 27378
/proc/meminfo: memFree=1686792/2055920 swapFree=4192812/4192956
[pid=27356] ppid=27354 vsize=16740 CPUtime=0.49
/proc/27356/stat : 27356 (sugar++) S 27354 27356 27088 0 -1 4194304 1297 4531 0 1 6 1 39 3 15 0 1 0 68333517 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27356/statm: 4185 1104 409 3 0 764 0
[pid=27369] ppid=27356 vsize=5356 CPUtime=0
/proc/27369/stat : 27369 (sh) S 27356 27356 27088 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 68333569 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27369/statm: 1339 233 193 169 0 50 0
[pid=27370] ppid=27369 vsize=868476 CPUtime=0.94
/proc/27370/stat : 27370 (java) S 27369 27356 27088 0 -1 0 6557 0 1 0 89 5 0 0 18 0 9 0 68333569 889319424 5723 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27370/statm: 217119 5723 2563 9 0 211666 0
[pid=27370/tid=27371] ppid=27369 vsize=868476 CPUtime=0.6
/proc/27370/task/27371/stat : 27371 (java) R 27369 27356 27088 0 -1 64 2778 0 1 0 58 2 0 0 24 0 9 0 68333570 889319424 5723 996147200 134512640 134550740 4294955920 18446744073709551615 102064826 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27370/tid=27372] ppid=27369 vsize=868476 CPUtime=0.06
/proc/27370/task/27372/stat : 27372 (java) S 27369 27356 27088 0 -1 64 1597 0 0 0 6 0 0 0 16 0 9 0 68333571 889319424 5723 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27370/tid=27373] ppid=27369 vsize=868476 CPUtime=0
/proc/27370/task/27373/stat : 27373 (java) S 27369 27356 27088 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 68333572 889319424 5723 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27370/tid=27374] ppid=27369 vsize=868476 CPUtime=0
/proc/27370/task/27374/stat : 27374 (java) S 27369 27356 27088 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 68333572 889319424 5723 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27370/tid=27375] ppid=27369 vsize=868476 CPUtime=0
/proc/27370/task/27375/stat : 27375 (java) S 27369 27356 27088 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 68333574 889319424 5723 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27370/tid=27376] ppid=27369 vsize=868476 CPUtime=0.25
/proc/27370/task/27376/stat : 27376 (java) S 27369 27356 27088 0 -1 64 1489 0 0 0 24 1 0 0 16 0 9 0 68333574 889319424 5723 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27370/tid=27377] ppid=27369 vsize=868476 CPUtime=0
/proc/27370/task/27377/stat : 27377 (java) S 27369 27356 27088 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 68333574 889319424 5723 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27370/tid=27378] ppid=27369 vsize=868476 CPUtime=0
/proc/27370/task/27378/stat : 27378 (java) S 27369 27356 27088 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 68333574 889319424 5723 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.43
Current children cumulated vsize (KiB) 890572

[startup+3.10155 s]
/proc/loadavg: 2.89 3.15 3.11 3/88 27378
/proc/meminfo: memFree=1678024/2055920 swapFree=4192812/4192956
[pid=27356] ppid=27354 vsize=16872 CPUtime=2.01
/proc/27356/stat : 27356 (sugar++) S 27354 27356 27088 0 -1 4194304 1478 11553 0 2 6 1 179 15 15 0 1 0 68333517 17276928 1128 996147200 4194304 4206940 548682068528 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27356/statm: 4218 1128 414 3 0 797 0
Current children cumulated CPU time (s) 2.01
Current children cumulated vsize (KiB) 16872

[startup+6.30209 s]
/proc/loadavg: 2.90 3.15 3.10 3/82 27379
/proc/meminfo: memFree=1672528/2055920 swapFree=4192812/4192956
[pid=27356] ppid=27354 vsize=16872 CPUtime=2.01
/proc/27356/stat : 27356 (sugar++) S 27354 27356 27088 0 -1 4194304 1478 11553 0 2 6 1 179 15 16 0 1 0 68333517 17276928 1128 996147200 4194304 4206940 548682068528 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27356/statm: 4218 1128 414 3 0 797 0
[pid=27379] ppid=27356 vsize=19704 CPUtime=4.16
/proc/27379/stat : 27379 (minisat-inc) R 27356 27356 27088 0 -1 4194304 4788 0 0 0 413 3 0 0 25 0 1 0 68333728 20176896 4736 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/27379/statm: 4926 4736 73 151 0 4772 0
Current children cumulated CPU time (s) 6.17
Current children cumulated vsize (KiB) 36576

[startup+12.7012 s]
/proc/loadavg: 2.90 3.15 3.10 4/82 27379
/proc/meminfo: memFree=1670736/2055920 swapFree=4192812/4192956
[pid=27356] ppid=27354 vsize=16872 CPUtime=2.01
/proc/27356/stat : 27356 (sugar++) S 27354 27356 27088 0 -1 4194304 1478 11553 0 2 6 1 179 15 16 0 1 0 68333517 17276928 1128 996147200 4194304 4206940 548682068528 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27356/statm: 4218 1128 414 3 0 797 0
[pid=27379] ppid=27356 vsize=21596 CPUtime=10.52
/proc/27379/stat : 27379 (minisat-inc) R 27356 27356 27088 0 -1 4194304 5238 0 0 0 1049 3 0 0 25 0 1 0 68333728 22114304 5186 996147200 134512640 135134323 4294956192 18446744073709551615 134531839 0 0 4096 3 0 0 0 17 1 0 0
/proc/27379/statm: 5399 5186 73 151 0 5245 0
Current children cumulated CPU time (s) 12.53
Current children cumulated vsize (KiB) 38468

[startup+25.5013 s]
/proc/loadavg: 2.78 3.11 3.09 4/82 27379
/proc/meminfo: memFree=1668688/2055920 swapFree=4192812/4192956
[pid=27356] ppid=27354 vsize=16872 CPUtime=2.01
/proc/27356/stat : 27356 (sugar++) S 27354 27356 27088 0 -1 4194304 1478 11553 0 2 6 1 179 15 16 0 1 0 68333517 17276928 1128 996147200 4194304 4206940 548682068528 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27356/statm: 4218 1128 414 3 0 797 0
[pid=27379] ppid=27356 vsize=23676 CPUtime=23.26
/proc/27379/stat : 27379 (minisat-inc) R 27356 27356 27088 0 -1 4194304 5765 0 0 0 2322 4 0 0 25 0 1 0 68333728 24244224 5713 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/27379/statm: 5919 5713 73 151 0 5765 0
Current children cumulated CPU time (s) 25.27
Current children cumulated vsize (KiB) 40548

[startup+51.1016 s]
/proc/loadavg: 2.80 3.08 3.08 3/82 27379
/proc/meminfo: memFree=1665360/2055920 swapFree=4192812/4192956
[pid=27356] ppid=27354 vsize=16872 CPUtime=2.01
/proc/27356/stat : 27356 (sugar++) S 27354 27356 27088 0 -1 4194304 1478 11553 0 2 6 1 179 15 16 0 1 0 68333517 17276928 1128 996147200 4194304 4206940 548682068528 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27356/statm: 4218 1128 414 3 0 797 0
[pid=27379] ppid=27356 vsize=27224 CPUtime=48.74
/proc/27379/stat : 27379 (minisat-inc) R 27356 27356 27088 0 -1 4194304 6629 0 0 0 4869 5 0 0 25 0 1 0 68333728 27877376 6577 996147200 134512640 135134323 4294956192 18446744073709551615 134531982 0 0 4096 3 0 0 0 17 1 0 0
/proc/27379/statm: 6806 6577 73 151 0 6652 0
Current children cumulated CPU time (s) 50.75
Current children cumulated vsize (KiB) 44096

[startup+102.306 s]
/proc/loadavg: 2.69 3.01 3.06 4/82 27379
/proc/meminfo: memFree=1659152/2055920 swapFree=4192812/4192956
[pid=27356] ppid=27354 vsize=16872 CPUtime=2.01
/proc/27356/stat : 27356 (sugar++) S 27354 27356 27088 0 -1 4194304 1478 11553 0 2 6 1 179 15 16 0 1 0 68333517 17276928 1128 996147200 4194304 4206940 548682068528 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27356/statm: 4218 1128 414 3 0 797 0
[pid=27379] ppid=27356 vsize=33184 CPUtime=99.72
/proc/27379/stat : 27379 (minisat-inc) R 27356 27356 27088 0 -1 4194304 8144 0 0 0 9965 7 0 0 25 0 1 0 68333728 33980416 8092 996147200 134512640 135134323 4294956192 18446744073709551615 134532097 0 0 4096 3 0 0 0 17 1 0 0
/proc/27379/statm: 8296 8092 73 151 0 8142 0
Current children cumulated CPU time (s) 101.73
Current children cumulated vsize (KiB) 50056

[startup+162.301 s]
/proc/loadavg: 2.68 2.94 3.03 4/82 27379
/proc/meminfo: memFree=1652752/2055920 swapFree=4192812/4192956
[pid=27356] ppid=27354 vsize=16872 CPUtime=2.01
/proc/27356/stat : 27356 (sugar++) S 27354 27356 27088 0 -1 4194304 1478 11553 0 2 6 1 179 15 16 0 1 0 68333517 17276928 1128 996147200 4194304 4206940 548682068528 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27356/statm: 4218 1128 414 3 0 797 0
[pid=27379] ppid=27356 vsize=39764 CPUtime=159.46
/proc/27379/stat : 27379 (minisat-inc) R 27356 27356 27088 0 -1 4194304 9750 0 0 0 15937 9 0 0 25 0 1 0 68333728 40718336 9698 996147200 134512640 135134323 4294956192 18446744073709551615 134531867 0 0 4096 3 0 0 0 17 1 0 0
/proc/27379/statm: 9941 9698 73 151 0 9787 0
Current children cumulated CPU time (s) 161.47
Current children cumulated vsize (KiB) 56636

[startup+222.301 s]
/proc/loadavg: 2.64 2.89 3.00 4/82 27389
/proc/meminfo: memFree=1648336/2055920 swapFree=4192812/4192956
[pid=27356] ppid=27354 vsize=16872 CPUtime=2.21
/proc/27356/stat : 27356 (sugar++) S 27354 27356 27088 0 -1 4194304 1561 15426 0 3 7 2 194 18 16 0 1 0 68333517 17276928 1129 996147200 4194304 4206940 548682068528 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27356/statm: 4218 1129 414 3 0 797 0
[pid=27379] ppid=27356 vsize=43792 CPUtime=218.88
/proc/27379/stat : 27379 (minisat-inc) R 27356 27356 27088 0 -1 4194304 10786 0 0 0 21879 9 0 0 25 0 1 0 68333728 44843008 10732 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/27379/statm: 10948 10732 79 151 0 10794 0
Current children cumulated CPU time (s) 221.09
Current children cumulated vsize (KiB) 60664

[startup+282.301 s]
/proc/loadavg: 2.60 2.83 2.97 3/82 27389
/proc/meminfo: memFree=1648336/2055920 swapFree=4192812/4192956
[pid=27356] ppid=27354 vsize=16872 CPUtime=2.21
/proc/27356/stat : 27356 (sugar++) S 27354 27356 27088 0 -1 4194304 1561 15426 0 3 7 2 194 18 16 0 1 0 68333517 17276928 1129 996147200 4194304 4206940 548682068528 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27356/statm: 4218 1129 414 3 0 797 0
[pid=27379] ppid=27356 vsize=43792 CPUtime=278.61
/proc/27379/stat : 27379 (minisat-inc) R 27356 27356 27088 0 -1 4194304 10787 0 0 0 27852 9 0 0 25 0 1 0 68333728 44843008 10733 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/27379/statm: 10948 10733 79 151 0 10794 0
Current children cumulated CPU time (s) 280.82
Current children cumulated vsize (KiB) 60664

[startup+342.303 s]
/proc/loadavg: 2.70 2.80 2.95 3/82 27389
/proc/meminfo: memFree=1648336/2055920 swapFree=4192812/4192956
[pid=27356] ppid=27354 vsize=16872 CPUtime=2.21
/proc/27356/stat : 27356 (sugar++) S 27354 27356 27088 0 -1 4194304 1561 15426 0 3 7 2 194 18 16 0 1 0 68333517 17276928 1129 996147200 4194304 4206940 548682068528 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27356/statm: 4218 1129 414 3 0 797 0
[pid=27379] ppid=27356 vsize=43952 CPUtime=338.34
/proc/27379/stat : 27379 (minisat-inc) R 27356 27356 27088 0 -1 4194304 10822 0 0 0 33825 9 0 0 25 0 1 0 68333728 45006848 10768 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0

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

[pid=27379] ppid=27356 vsize=97020 CPUtime=2850.87
/proc/27379/stat : 27379 (minisat-inc) R 27356 27356 27088 0 -1 4194304 23665 0 0 0 285055 32 0 0 25 0 1 0 68333728 99348480 23611 996147200 134512640 135134323 4294956192 18446744073709551615 134532166 0 0 4096 3 0 0 0 17 0 0 0
/proc/27379/statm: 24255 23611 79 151 0 24101 0
Current children cumulated CPU time (s) 2853.08
Current children cumulated vsize (KiB) 113892

[startup+2922.3 s]
/proc/loadavg: 2.00 2.02 2.23 3/76 27456
/proc/meminfo: memFree=1600512/2055920 swapFree=4192812/4192956
[pid=27356] ppid=27354 vsize=16872 CPUtime=2.21
/proc/27356/stat : 27356 (sugar++) S 27354 27356 27088 0 -1 4194304 1561 15426 0 3 7 2 194 18 16 0 1 0 68333517 17276928 1129 996147200 4194304 4206940 548682068528 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27356/statm: 4218 1129 414 3 0 797 0
[pid=27379] ppid=27356 vsize=97620 CPUtime=2910.85
/proc/27379/stat : 27379 (minisat-inc) R 27356 27356 27088 0 -1 4194304 23813 0 0 0 291053 32 0 0 25 0 1 0 68333728 99962880 23751 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/27379/statm: 24405 23751 79 151 0 24251 0
Current children cumulated CPU time (s) 2913.06
Current children cumulated vsize (KiB) 114492

[startup+2982.3 s]
/proc/loadavg: 2.00 2.01 2.22 3/76 27456
/proc/meminfo: memFree=1600448/2055920 swapFree=4192812/4192956
[pid=27356] ppid=27354 vsize=16872 CPUtime=2.21
/proc/27356/stat : 27356 (sugar++) S 27354 27356 27088 0 -1 4194304 1561 15426 0 3 7 2 194 18 16 0 1 0 68333517 17276928 1129 996147200 4194304 4206940 548682068528 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27356/statm: 4218 1129 414 3 0 797 0
[pid=27379] ppid=27356 vsize=97740 CPUtime=2970.81
/proc/27379/stat : 27379 (minisat-inc) R 27356 27356 27088 0 -1 4194304 23830 0 0 0 297049 32 0 0 25 0 1 0 68333728 100085760 23768 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/27379/statm: 24435 23768 79 151 0 24281 0
Current children cumulated CPU time (s) 2973.02
Current children cumulated vsize (KiB) 114612

[startup+3042.3 s]
/proc/loadavg: 2.00 2.01 2.20 3/76 27456
/proc/meminfo: memFree=1600448/2055920 swapFree=4192812/4192956
[pid=27356] ppid=27354 vsize=16872 CPUtime=2.21
/proc/27356/stat : 27356 (sugar++) S 27354 27356 27088 0 -1 4194304 1561 15426 0 3 7 2 194 18 16 0 1 0 68333517 17276928 1129 996147200 4194304 4206940 548682068528 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27356/statm: 4218 1129 414 3 0 797 0
[pid=27379] ppid=27356 vsize=97740 CPUtime=3030.79
/proc/27379/stat : 27379 (minisat-inc) R 27356 27356 27088 0 -1 4194304 23835 0 0 0 303047 32 0 0 25 0 1 0 68333728 100085760 23773 996147200 134512640 135134323 4294956192 18446744073709551615 134532114 0 0 4096 3 0 0 0 17 0 0 0
/proc/27379/statm: 24435 23773 79 151 0 24281 0
Current children cumulated CPU time (s) 3033
Current children cumulated vsize (KiB) 114612

[startup+3102.3 s]
/proc/loadavg: 2.06 2.02 2.19 3/76 27456
/proc/meminfo: memFree=1600448/2055920 swapFree=4192812/4192956
[pid=27356] ppid=27354 vsize=16872 CPUtime=2.21
/proc/27356/stat : 27356 (sugar++) S 27354 27356 27088 0 -1 4194304 1561 15426 0 3 7 2 194 18 16 0 1 0 68333517 17276928 1129 996147200 4194304 4206940 548682068528 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27356/statm: 4218 1129 414 3 0 797 0
[pid=27379] ppid=27356 vsize=97740 CPUtime=3090.76
/proc/27379/stat : 27379 (minisat-inc) R 27356 27356 27088 0 -1 4194304 23843 0 0 0 309044 32 0 0 25 0 1 0 68333728 100085760 23781 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/27379/statm: 24435 23781 79 151 0 24281 0
Current children cumulated CPU time (s) 3092.97
Current children cumulated vsize (KiB) 114612

[startup+3162.3 s]
/proc/loadavg: 2.07 2.03 2.18 3/76 27456
/proc/meminfo: memFree=1600384/2055920 swapFree=4192812/4192956
[pid=27356] ppid=27354 vsize=16872 CPUtime=2.21
/proc/27356/stat : 27356 (sugar++) S 27354 27356 27088 0 -1 4194304 1561 15426 0 3 7 2 194 18 16 0 1 0 68333517 17276928 1129 996147200 4194304 4206940 548682068528 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27356/statm: 4218 1129 414 3 0 797 0
[pid=27379] ppid=27356 vsize=97740 CPUtime=3150.74
/proc/27379/stat : 27379 (minisat-inc) R 27356 27356 27088 0 -1 4194304 23847 0 0 0 315041 33 0 0 25 0 1 0 68333728 100085760 23785 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/27379/statm: 24435 23785 79 151 0 24281 0
Current children cumulated CPU time (s) 3152.95
Current children cumulated vsize (KiB) 114612

[startup+3222.3 s]
/proc/loadavg: 2.07 2.04 2.17 3/76 27456
/proc/meminfo: memFree=1600256/2055920 swapFree=4192812/4192956
[pid=27356] ppid=27354 vsize=16872 CPUtime=2.21
/proc/27356/stat : 27356 (sugar++) S 27354 27356 27088 0 -1 4194304 1561 15426 0 3 7 2 194 18 16 0 1 0 68333517 17276928 1129 996147200 4194304 4206940 548682068528 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27356/statm: 4218 1129 414 3 0 797 0
[pid=27379] ppid=27356 vsize=97956 CPUtime=3210.72
/proc/27379/stat : 27379 (minisat-inc) R 27356 27356 27088 0 -1 4194304 23864 0 0 0 321039 33 0 0 25 0 1 0 68333728 100306944 23802 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/27379/statm: 24489 23802 79 151 0 24335 0
Current children cumulated CPU time (s) 3212.93
Current children cumulated vsize (KiB) 114828

[startup+3282.3 s]
/proc/loadavg: 2.07 2.04 2.16 3/76 27456
/proc/meminfo: memFree=1600064/2055920 swapFree=4192812/4192956
[pid=27356] ppid=27354 vsize=16872 CPUtime=2.21
/proc/27356/stat : 27356 (sugar++) S 27354 27356 27088 0 -1 4194304 1561 15426 0 3 7 2 194 18 16 0 1 0 68333517 17276928 1129 996147200 4194304 4206940 548682068528 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27356/statm: 4218 1129 414 3 0 797 0
[pid=27379] ppid=27356 vsize=97956 CPUtime=3270.69
/proc/27379/stat : 27379 (minisat-inc) R 27356 27356 27088 0 -1 4194304 23880 0 0 0 327036 33 0 0 25 0 1 0 68333728 100306944 23818 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/27379/statm: 24489 23818 79 151 0 24335 0
Current children cumulated CPU time (s) 3272.9
Current children cumulated vsize (KiB) 114828

[startup+3342.3 s]
/proc/loadavg: 2.02 2.03 2.15 3/76 27462
/proc/meminfo: memFree=1599808/2055920 swapFree=4192812/4192956
[pid=27356] ppid=27354 vsize=16872 CPUtime=2.21
/proc/27356/stat : 27356 (sugar++) S 27354 27356 27088 0 -1 4194304 1561 15426 0 3 7 2 194 18 16 0 1 0 68333517 17276928 1129 996147200 4194304 4206940 548682068528 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27356/statm: 4218 1129 414 3 0 797 0
[pid=27379] ppid=27356 vsize=97956 CPUtime=3330.65
/proc/27379/stat : 27379 (minisat-inc) R 27356 27356 27088 0 -1 4194304 23890 0 0 0 333032 33 0 0 25 0 1 0 68333728 100306944 23828 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/27379/statm: 24489 23828 79 151 0 24335 0
Current children cumulated CPU time (s) 3332.86
Current children cumulated vsize (KiB) 114828

[startup+3402.31 s]
/proc/loadavg: 2.01 2.02 2.14 3/76 27462
/proc/meminfo: memFree=1599296/2055920 swapFree=4192812/4192956
[pid=27356] ppid=27354 vsize=16872 CPUtime=2.21
/proc/27356/stat : 27356 (sugar++) S 27354 27356 27088 0 -1 4194304 1561 15426 0 3 7 2 194 18 16 0 1 0 68333517 17276928 1129 996147200 4194304 4206940 548682068528 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27356/statm: 4218 1129 414 3 0 797 0
[pid=27379] ppid=27356 vsize=98036 CPUtime=3390.63
/proc/27379/stat : 27379 (minisat-inc) R 27356 27356 27088 0 -1 4194304 23893 0 0 0 339030 33 0 0 25 0 1 0 68333728 100388864 23831 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/27379/statm: 24509 23831 79 151 0 24355 0
Current children cumulated CPU time (s) 3392.84
Current children cumulated vsize (KiB) 114908

[startup+3462.3 s]
/proc/loadavg: 2.00 2.02 2.13 3/76 27462
/proc/meminfo: memFree=1599104/2055920 swapFree=4192812/4192956
[pid=27356] ppid=27354 vsize=16872 CPUtime=2.21
/proc/27356/stat : 27356 (sugar++) S 27354 27356 27088 0 -1 4194304 1561 15426 0 3 7 2 194 18 16 0 1 0 68333517 17276928 1129 996147200 4194304 4206940 548682068528 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27356/statm: 4218 1129 414 3 0 797 0
[pid=27379] ppid=27356 vsize=98216 CPUtime=3450.6
/proc/27379/stat : 27379 (minisat-inc) R 27356 27356 27088 0 -1 4194304 23899 0 0 0 345027 33 0 0 25 0 1 0 68333728 100573184 23837 996147200 134512640 135134323 4294956192 18446744073709551615 134531952 0 0 4096 3 0 0 0 17 0 0 0
/proc/27379/statm: 24554 23837 79 151 0 24400 0
Current children cumulated CPU time (s) 3452.81
Current children cumulated vsize (KiB) 115088

[startup+3522.3 s]
/proc/loadavg: 2.00 2.01 2.12 3/76 27462
/proc/meminfo: memFree=1598848/2055920 swapFree=4192812/4192956
[pid=27356] ppid=27354 vsize=16872 CPUtime=2.21
/proc/27356/stat : 27356 (sugar++) S 27354 27356 27088 0 -1 4194304 1561 15426 0 3 7 2 194 18 16 0 1 0 68333517 17276928 1129 996147200 4194304 4206940 548682068528 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27356/statm: 4218 1129 414 3 0 797 0
[pid=27379] ppid=27356 vsize=98708 CPUtime=3510.57
/proc/27379/stat : 27379 (minisat-inc) R 27356 27356 27088 0 -1 4194304 24012 0 0 0 351024 33 0 0 25 0 1 0 68333728 101076992 23950 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/27379/statm: 24677 23950 79 151 0 24523 0
Current children cumulated CPU time (s) 3512.78
Current children cumulated vsize (KiB) 115580

[startup+3582.3 s]
/proc/loadavg: 2.00 2.01 2.11 3/76 27462
/proc/meminfo: memFree=1598656/2055920 swapFree=4192812/4192956
[pid=27356] ppid=27354 vsize=16872 CPUtime=2.21
/proc/27356/stat : 27356 (sugar++) S 27354 27356 27088 0 -1 4194304 1561 15426 0 3 7 2 194 18 16 0 1 0 68333517 17276928 1129 996147200 4194304 4206940 548682068528 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27356/statm: 4218 1129 414 3 0 797 0
[pid=27379] ppid=27356 vsize=98872 CPUtime=3570.55
/proc/27379/stat : 27379 (minisat-inc) R 27356 27356 27088 0 -1 4194304 24054 0 0 0 357021 34 0 0 25 0 1 0 68333728 101244928 23992 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/27379/statm: 24718 23992 79 151 0 24564 0
Current children cumulated CPU time (s) 3572.76
Current children cumulated vsize (KiB) 115744



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3609.6 s]
/proc/loadavg: 2.00 2.00 2.10 3/76 27462
/proc/meminfo: memFree=1598592/2055920 swapFree=4192812/4192956
[pid=27356] ppid=27354 vsize=16872 CPUtime=2.21
/proc/27356/stat : 27356 (sugar++) S 27354 27356 27088 0 -1 4194304 1561 15426 0 3 7 2 194 18 16 0 1 0 68333517 17276928 1129 996147200 4194304 4206940 548682068528 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27356/statm: 4218 1129 414 3 0 797 0
[pid=27379] ppid=27356 vsize=98872 CPUtime=3597.84
/proc/27379/stat : 27379 (minisat-inc) R 27356 27356 27088 0 -1 4194304 24062 0 0 0 359750 34 0 0 25 0 1 0 68333728 101244928 24000 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/27379/statm: 24718 24000 79 151 0 24564 0
Current children cumulated CPU time (s) 3600.05
Current children cumulated vsize (KiB) 115744

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): 3609.63
CPU time (s): 3600.09
CPU user time (s): 3599.52
CPU system time (s): 0.564914
CPU usage (%): 99.7358
Max. virtual memory (cumulated for all children) (KiB): 890572

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

runsolver used 4.42333 second user time and 10.9443 second system time

The end

Launcher Data (download as text)

Begin job on node50 at 2008-07-15 12:05:46
IDJOB=1120523
IDBENCH=62505
IDSOLVER=367
FILE ID=node50/1120523-1216116346
PBS_JOBID= 7905397
Free space on /tmp= 66560 MiB

SOLVER NAME= Sugar++ v1.13+minisat-inc
BENCH NAME= CPAI08/maxcsp/maxcut/maxcut-40/normalized-maxcut-40-540-3_ext.xml
COMMAND LINE= DIR/sugar++ -max -incremental -c -vv -java="java -Xmx700M" -decjava="java -Xmx50M" -jar="DIR/sugar-v1-13.jar" -solver="DIR/minisat-inc" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1120523-1216116346/watcher-1120523-1216116346 -o /tmp/evaluation-result-1120523-1216116346/solver-1120523-1216116346 -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-1120523-1216116346.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 0144e582698f4c491aeaa3f9e4b2383e
RANDOM SEED=1870474243

node50.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.281
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.281
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:       1701824 kB
Buffers:         66252 kB
Cached:         134008 kB
SwapCached:          0 kB
Active:         238500 kB
Inactive:        51984 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1701824 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1000 kB
Writeback:           0 kB
Mapped:         110620 kB
Slab:            48676 kB
Committed_AS:  1008824 kB
PageTables:       2136 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= 66552 MiB
End job on node50 at 2008-07-15 13:05:58