Trace number 1118628

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+minisatMSAT (TO) 3600.04 3621.03

General information on the benchmark

Namemaxcsp/maxcut/maxcut-50/
normalized-maxcut-50-560-10_ext.xml
MD5SUM78cfbcc34e2b3c814c2e51d012fc7756
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkMOPT
Best Number of falsified constraints212
Best CPU time to get the best result obtained on this benchmark1151.8
Satisfiable
(Un)Satisfiability was proved
Number of variables50
Number of constraints560
Maximum constraint arity2
Maximum domain size2
Number of constraints which are defined in extension560
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.04	c 0	Sugar v1-13 + HOME/minisat
0.00/0.04	c 0	BEGIN Tue Jul 15 02:57:34 2008
0.00/0.04	c 0	PID 25563
0.00/0.05	c 0	HOST node36.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1118628-1216083454.xml TO HOME/temp.csp
0.00/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1118628-1216083454.xml' 'HOME/temp.csp'
0.02/0.36	c 0	1 domains, 50 variables, 0 predicates, 1 relations, 560 constraints
0.03/0.41	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.41	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -max -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.03/0.49	c 0	Parsing HOME/temp.csp
0.32/0.61	c 1	parsed 612 expressions
0.32/0.62	c 1	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.32/0.63	c 1	MAX CSP: 560 constraints
0.32/0.63	c 1	Converting to clausal form CSP
0.32/0.67	c 1	converted 118 (10%) expressions
0.32/0.68	c 1	converted 235 (20%) expressions
0.32/0.69	c 1	converted 353 (30%) expressions
0.32/0.70	c 1	converted 470 (40%) expressions
0.32/0.71	c 1	converted 588 (50%) expressions
0.32/0.72	c 1	converted 705 (60%) expressions
0.32/0.74	c 1	converted 823 (70%) expressions
0.32/0.74	c 1	converted 940 (80%) expressions
0.32/0.81	c 1	converted 1058 (90%) expressions
0.32/0.93	c 1	converted 1175 (100%) expressions
0.32/0.93	c 1	CSP : 1170 integers, 0 booleans, 1679 clauses, largest domain size 841
0.32/0.93	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.32/0.93	c 1	Propagation in CSP
0.32/0.97	c 1	557 values, 0 unsatisfiable literals, and 0 valid clauses are removed
0.32/0.97	c 1	CSP : 1170 integers, 0 booleans, 1679 clauses, largest domain size 561
0.32/0.97	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.32/0.97	c 1	Simplifing CSP by introducing new Boolean variables
0.32/0.98	c 1	CSP : 1170 integers, 0 booleans, 1679 clauses, largest domain size 561
0.32/0.98	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.89/1.02	c 1	Encoding CSP to SAT : HOME/temp.cnf
0.89/1.02	c 1	117 (10%) CSP integer variables are encoded (0 clauses, 64 bytes)
0.89/1.03	c 1	234 (20%) CSP integer variables are encoded (0 clauses, 64 bytes)
0.89/1.03	c 1	351 (30%) CSP integer variables are encoded (0 clauses, 64 bytes)
0.89/1.03	c 1	468 (40%) CSP integer variables are encoded (0 clauses, 64 bytes)
0.89/1.03	c 1	585 (50%) CSP integer variables are encoded (0 clauses, 64 bytes)
0.89/1.05	c 1	702 (60%) CSP integer variables are encoded (4772 clauses, 61323 bytes)
0.89/1.05	c 1	819 (70%) CSP integer variables are encoded (5921 clauses, 76260 bytes)
0.89/1.05	c 1	936 (80%) CSP integer variables are encoded (7223 clauses, 93186 bytes)
0.89/1.05	c 1	1053 (90%) CSP integer variables are encoded (7985 clauses, 103092 bytes)
0.89/1.05	c 1	1170 (100%) CSP integer variables are encoded (9060 clauses, 117528 bytes)
0.89/1.08	c 1	168 (10%) CSP clauses are encoded (9396 clauses, 121770 bytes)
0.89/1.10	c 1	336 (20%) CSP clauses are encoded (9732 clauses, 126440 bytes)
0.99/1.12	c 1	504 (30%) CSP clauses are encoded (10068 clauses, 131144 bytes)
1.08/1.27	c 1	672 (40%) CSP clauses are encoded (56832 clauses, 952315 bytes)
1.28/1.48	c 1	840 (50%) CSP clauses are encoded (177396 clauses, 3163654 bytes)
1.38/1.50	c 1	1008 (60%) CSP clauses are encoded (183292 clauses, 3267041 bytes)
1.58/1.77	c 2	1176 (70%) CSP clauses are encoded (337940 clauses, 6113657 bytes)
1.68/1.80	c 2	1344 (80%) CSP clauses are encoded (344706 clauses, 6232605 bytes)
1.68/1.83	c 2	1512 (90%) CSP clauses are encoded (360858 clauses, 6524064 bytes)
1.78/1.93	c 2	1679 (100%) CSP clauses are encoded (420300 clauses, 7647934 bytes)
1.78/1.94	c 2	1679 CSP clauses encoded
1.78/1.94	c 2	Writing map file : HOME/temp.map
1.78/1.95	c 2	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.78/1.95	c 2	SAT : 10230 SAT variables, 420300 SAT clauses, 7647934 bytes
1.78/1.95	c 2	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.78/1.98	c 2	OBJECTIVE minimize _COST
1.78/1.98	c 2	OBJECTIVE BOUND: 0 <= _COST <= 
1.78/1.98	c 2	SEARCHING: _COST <= 280
1.78/1.98	c 2	SOLVING HOME/temp.cnf
1.78/1.98	c 2	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
1.78/1.99	c 2	This is MiniSat 2.0 beta
1.78/1.99	c 2	WARNING: for repeatability, setting FPU to use double precision
1.78/1.99	c 2	============================[ Problem Statistics ]=============================
1.78/1.99	c 2	|                                                                             |
1.78/1.99	c 2	|  Number of variables:  10230                                                |
1.78/1.99	c 2	|  Number of clauses:    420301                                               |
1.96/2.20	c 2	|  Parsing time:         0.18         s                                       |
2.15/2.33	c 2	============================[ Search Statistics ]==============================
2.15/2.33	c 2	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
2.15/2.33	c 2	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
2.15/2.33	c 2	===============================================================================
2.15/2.33	c 2	|         0 |    7430   268596   786168 |    89532        0    nan |  0.000 % |
2.25/2.46	c 2	|       100 |    7430   268596   786168 |    98485      100     20 | 27.370 % |
2.35/2.50	c 2	|       250 |    7430   268596   786168 |   108333      250     25 | 27.370 % |
2.35/2.55	c 3	|       477 |    7430   268596   786168 |   119167      477     26 | 27.370 % |
2.45/2.63	c 3	|       814 |    7430   268596   786168 |   131083      814     27 | 27.370 % |
2.55/2.72	c 3	|      1320 |    7430   268596   786168 |   144192     1320     27 | 27.371 % |
2.65/2.88	c 3	|      2080 |    7430   268596   786168 |   158611     2080     26 | 27.372 % |
2.85/3.09	c 3	|      3222 |    7430   268596   786168 |   174472     3222     26 | 27.370 % |
3.34/3.51	c 3	|      4930 |    7430   268596   786168 |   191919     4930     27 | 27.370 % |
4.04/4.27	c 4	|      7492 |    7430   268596   786168 |   211111     7492     27 | 27.370 % |
6.61/6.87	c 7	|     11336 |    7430   268596   786168 |   232222    11336     27 | 27.370 % |
11.06/11.31	c 11	|     17103 |    7430   268596   786168 |   255445    17103     33 | 27.370 % |
14.43/14.79	c 15	===============================================================================
14.43/14.79	c 15	restarts              : 12
14.43/14.79	c 15	conflicts             : 21665          (1713 /sec)
14.43/14.79	c 15	decisions             : 28478          (0.52 % random) (2251 /sec)
14.43/14.79	c 15	propagations          : 9280435        (733627 /sec)
14.43/14.79	c 15	conflict literals     : 776772         (28.70 % deleted)
14.43/14.79	c 15	Memory used           : 20.06 MB
14.43/14.79	c 15	CPU time              : 12.6501 s
14.43/14.79	c 15	
14.53/14.80	c 15	SATISFIABLE
14.53/14.80	c 15	FOUND: _COST <= 280
14.53/14.80	s SATISFIABLE
14.53/14.80	c 15	DECODING HOME/temp.out WITH HOME/temp.map
14.53/14.80	c 15	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
14.53/14.88	c 15	Decoding HOME/temp.out
14.55/14.99	c 15	OBJECTIVE _COST 280
14.55/14.99	o 280
14.55/14.99	v 1 1 1 1 0 0 0 0 1 1 1 1 0 1 0 0 1 0 0 1 0 1 0 1 1 1 1 1 0 1 1 0 1 1 1 1 1 1 1 0 1 0 0 0 1 0 0 0 1 1
14.55/14.99	c 15	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
14.55/15.01	c 15	OBJECTIVE BOUND: 0 <= _COST <= 280
14.55/15.01	c 15	SEARCHING: _COST <= 140
14.55/15.01	c 15	SOLVING HOME/temp.cnf
14.55/15.01	c 15	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
14.55/15.02	c 15	This is MiniSat 2.0 beta
14.55/15.02	c 15	WARNING: for repeatability, setting FPU to use double precision
14.55/15.02	c 15	============================[ Problem Statistics ]=============================
14.55/15.02	c 15	|                                                                             |
14.55/15.02	c 15	|  Number of variables:  10230                                                |
14.55/15.02	c 15	|  Number of clauses:    420301                                               |
14.75/15.23	c 15	|  Parsing time:         0.18         s                                       |
15.12/15.40	c 15	============================[ Search Statistics ]==============================
15.12/15.40	c 15	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
15.12/15.40	c 15	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
15.12/15.40	c 15	===============================================================================
15.12/15.40	c 15	|         0 |    5890   175986   512818 |    58662        0    nan |  0.000 % |
15.20/15.52	c 16	|       101 |    5890   175986   512818 |    64528      101     28 | 42.424 % |
15.20/15.58	c 16	|       251 |    5890   175986   512818 |    70981      251     28 | 42.424 % |
15.30/15.66	c 16	|       476 |    5890   175986   512818 |    78079      476     26 | 42.424 % |
15.40/15.76	c 16	|       814 |    5890   175986   512818 |    85887      814     25 | 42.425 % |
15.60/15.93	c 16	|      1321 |    5890   175986   512818 |    94475     1321     25 | 42.424 % |
15.80/16.19	c 16	|      2080 |    5890   175986   512818 |   103923     2080     25 | 42.424 % |
16.20/16.53	c 17	|      3220 |    5890   175986   512818 |   114315     3220     25 | 42.424 % |
16.69/17.02	c 17	|      4928 |    5890   175986   512818 |   125747     4928     23 | 42.424 % |
17.48/17.82	c 18	|      7491 |    5890   175986   512818 |   138321     7491     23 | 42.424 % |
18.87/19.27	c 19	|     11336 |    5890   175986   512818 |   152154    11336     23 | 42.424 % |
21.55/21.96	c 22	|     17104 |    5890   175986   512818 |   167369    17104     24 | 42.424 % |
25.71/26.18	c 26	|     25753 |    5890   175986   512818 |   184106    25753     24 | 42.424 % |
34.72/35.22	c 35	|     38730 |    5890   175986   512818 |   202517    38730     25 | 42.424 % |
48.89/49.54	c 50	|     58191 |    5890   175986   512818 |   222768    58191     26 | 42.424 % |
84.05/85.02	c 85	|     87383 |    5890   175986   512818 |   245045    87383     28 | 42.424 % |
150.13/151.75	c 152	|    131172 |    5890   175986   512818 |   269550   131172     30 | 42.424 % |
265.53/268.27	c 268	|    196856 |    5890   175986   512818 |   296505   196856     30 | 42.424 % |
522.10/527.25	c 527	|    295382 |    5890   175986   512818 |   326155   295382     31 | 42.424 % |
793.16/800.86	c 801	|    443173 |    5890   175986   512818 |   358771   127608     31 | 42.424 % |
1380.41/1393.61	c 1394	|    664856 |    5890   175986   512818 |   394648   349291     32 | 42.424 % |
2266.86/2287.35	c 2287	|    997381 |    5890   175986   512818 |   434113   299751     31 | 42.424 % |
3600.04/3621.01	c ERROR INTERRUPTED
3600.04/3621.02	c 3621	CPU 14.54 (0.03 0.01 14.51 0.2)
3600.04/3621.02	c 3621	END Tue Jul 15 03:57:55 2008

Verifier Data (download as text)

OK	273	287
273 unsatisfied constraints, 287 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-1118628-1216083454/watcher-1118628-1216083454 -o /tmp/evaluation-result-1118628-1216083454/solver-1118628-1216083454 -C 3600 -W 4000 -M 900 --output-limit 1,15 HOME/sugar -max -c -vv -java=java -Xmx700M -jar=HOME/sugar-v1-13.jar -solver=HOME/minisat -tmp=HOME/temp HOME/instance-1118628-1216083454.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 3600 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 3630 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 4000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.00 2.00 2.00 4/81 25563
/proc/meminfo: memFree=1801832/2055920 swapFree=4181248/4192956
[pid=25563] ppid=25561 vsize=12268 CPUtime=0
/proc/25563/stat : 25563 (sugar) D 25561 25563 25209 0 -1 4194304 348 0 0 0 0 0 0 0 18 0 1 0 65045290 12562432 316 996147200 4194304 4206940 548682068592 18446744073709551615 240907942501 0 2147483391 4224 0 18446744072099781622 0 0 17 0 0 0
/proc/25563/statm: 3067 316 241 3 0 167 0

[startup+0.0888261 s]
/proc/loadavg: 2.00 2.00 2.00 4/81 25563
/proc/meminfo: memFree=1801832/2055920 swapFree=4181248/4192956
[pid=25563] ppid=25561 vsize=13600 CPUtime=0.02
/proc/25563/stat : 25563 (sugar) S 25561 25563 25209 0 -1 4194304 898 127 0 0 2 0 0 0 16 0 1 0 65045290 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25563/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 13600

[startup+0.102824 s]
/proc/loadavg: 2.00 2.00 2.00 4/81 25563
/proc/meminfo: memFree=1801832/2055920 swapFree=4181248/4192956
[pid=25563] ppid=25561 vsize=13600 CPUtime=0.02
/proc/25563/stat : 25563 (sugar) S 25561 25563 25209 0 -1 4194304 898 127 0 0 2 0 0 0 16 0 1 0 65045290 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25563/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 13600

[startup+0.301843 s]
/proc/loadavg: 2.00 2.00 2.00 4/81 25563
/proc/meminfo: memFree=1801832/2055920 swapFree=4181248/4192956
[pid=25563] ppid=25561 vsize=13600 CPUtime=0.02
/proc/25563/stat : 25563 (sugar) S 25561 25563 25209 0 -1 4194304 898 127 0 0 2 0 0 0 16 0 1 0 65045290 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25563/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 13600

[startup+0.702886 s]
/proc/loadavg: 2.00 2.00 2.00 4/81 25563
/proc/meminfo: memFree=1801832/2055920 swapFree=4181248/4192956
[pid=25563] ppid=25561 vsize=13600 CPUtime=0.32
/proc/25563/stat : 25563 (sugar) S 25561 25563 25209 0 -1 4194304 974 4530 0 1 3 0 26 3 15 0 1 0 65045290 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25563/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.32
Current children cumulated vsize (KiB) 13600

[startup+1.50197 s]
/proc/loadavg: 2.08 2.02 2.01 4/92 25585
/proc/meminfo: memFree=1787456/2055920 swapFree=4181248/4192956
[pid=25563] ppid=25561 vsize=13600 CPUtime=0.32
/proc/25563/stat : 25563 (sugar) S 25561 25563 25209 0 -1 4194304 974 4530 0 1 3 0 26 3 15 0 1 0 65045290 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25563/statm: 3400 797 370 3 0 500 0
[pid=25576] ppid=25563 vsize=5356 CPUtime=0
/proc/25576/stat : 25576 (sh) S 25563 25563 25209 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 65045332 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25576/statm: 1339 233 193 169 0 50 0
[pid=25577] ppid=25576 vsize=868472 CPUtime=1.06
/proc/25577/stat : 25577 (java) S 25576 25563 25209 0 -1 0 6610 0 1 0 99 7 0 0 18 0 9 0 65045332 889315328 5740 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25577/statm: 217118 5740 2563 9 0 211665 0
[pid=25577/tid=25578] ppid=25576 vsize=868472 CPUtime=0.72
/proc/25577/task/25578/stat : 25578 (java) R 25576 25563 25209 0 -1 64 2820 0 1 0 68 4 0 0 25 0 9 0 65045333 889315328 5740 996147200 134512640 134550740 4294955936 18446744073709551615 4126530423 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25577/tid=25579] ppid=25576 vsize=868472 CPUtime=0.07
/proc/25577/task/25579/stat : 25579 (java) S 25576 25563 25209 0 -1 64 1610 0 0 0 7 0 0 0 16 0 9 0 65045334 889315328 5740 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25577/tid=25580] ppid=25576 vsize=868472 CPUtime=0
/proc/25577/task/25580/stat : 25580 (java) S 25576 25563 25209 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 65045334 889315328 5740 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25577/tid=25581] ppid=25576 vsize=868472 CPUtime=0
/proc/25577/task/25581/stat : 25581 (java) S 25576 25563 25209 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 65045334 889315328 5740 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25577/tid=25582] ppid=25576 vsize=868472 CPUtime=0
/proc/25577/task/25582/stat : 25582 (java) S 25576 25563 25209 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 65045336 889315328 5740 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25577/tid=25583] ppid=25576 vsize=868472 CPUtime=0.24
/proc/25577/task/25583/stat : 25583 (java) S 25576 25563 25209 0 -1 64 1487 0 0 0 23 1 0 0 16 0 9 0 65045336 889315328 5740 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25577/tid=25584] ppid=25576 vsize=868472 CPUtime=0
/proc/25577/task/25584/stat : 25584 (java) S 25576 25563 25209 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 65045336 889315328 5740 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25577/tid=25585] ppid=25576 vsize=868472 CPUtime=0
/proc/25577/task/25585/stat : 25585 (java) S 25576 25563 25209 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 65045336 889315328 5740 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.38
Current children cumulated vsize (KiB) 887428

[startup+3.10113 s]
/proc/loadavg: 2.08 2.02 2.01 3/84 25587
/proc/meminfo: memFree=1781248/2055920 swapFree=4181248/4192956
[pid=25563] ppid=25561 vsize=13732 CPUtime=1.86
/proc/25563/stat : 25563 (sugar) S 25561 25563 25209 0 -1 4194304 1071 11580 0 2 3 1 168 14 15 0 1 0 65045290 14061568 819 996147200 4194304 4206940 548682068592 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25563/statm: 3433 819 374 3 0 533 0
[pid=25586] ppid=25563 vsize=5356 CPUtime=0
/proc/25586/stat : 25586 (sh) S 25563 25563 25209 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 65045489 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25586/statm: 1339 232 193 169 0 50 0
[pid=25587] ppid=25586 vsize=19432 CPUtime=1.09
/proc/25587/stat : 25587 (minisat) R 25586 25563 25209 0 -1 4194304 4689 0 0 0 107 2 0 0 25 0 1 0 65045489 19898368 4675 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/25587/statm: 4858 4675 75 150 0 4705 0
Current children cumulated CPU time (s) 2.95
Current children cumulated vsize (KiB) 38520

[startup+6.30145 s]
/proc/loadavg: 2.08 2.02 2.01 3/84 25587
/proc/meminfo: memFree=1773256/2055920 swapFree=4181248/4192956
[pid=25563] ppid=25561 vsize=13732 CPUtime=1.86
/proc/25563/stat : 25563 (sugar) S 25561 25563 25209 0 -1 4194304 1071 11580 0 2 3 1 168 14 15 0 1 0 65045290 14061568 819 996147200 4194304 4206940 548682068592 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25563/statm: 3433 819 374 3 0 533 0
[pid=25586] ppid=25563 vsize=5356 CPUtime=0
/proc/25586/stat : 25586 (sh) S 25563 25563 25209 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 65045489 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25586/statm: 1339 232 193 169 0 50 0
[pid=25587] ppid=25586 vsize=19432 CPUtime=4.26
/proc/25587/stat : 25587 (minisat) R 25586 25563 25209 0 -1 4194304 4701 0 0 0 424 2 0 0 25 0 1 0 65045489 19898368 4687 996147200 134512640 135127466 4294956256 18446744073709551615 134527053 0 0 4096 3 0 0 0 17 1 0 0
/proc/25587/statm: 4858 4687 75 150 0 4705 0
Current children cumulated CPU time (s) 6.12
Current children cumulated vsize (KiB) 38520

[startup+12.7011 s]
/proc/loadavg: 2.07 2.02 2.00 3/84 25587
/proc/meminfo: memFree=1773000/2055920 swapFree=4181248/4192956
[pid=25563] ppid=25561 vsize=13732 CPUtime=1.86
/proc/25563/stat : 25563 (sugar) S 25561 25563 25209 0 -1 4194304 1071 11580 0 2 3 1 168 14 16 0 1 0 65045290 14061568 819 996147200 4194304 4206940 548682068592 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25563/statm: 3433 819 374 3 0 533 0
[pid=25586] ppid=25563 vsize=5356 CPUtime=0
/proc/25586/stat : 25586 (sh) S 25563 25563 25209 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 65045489 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25586/statm: 1339 232 193 169 0 50 0
[pid=25587] ppid=25586 vsize=19880 CPUtime=10.59
/proc/25587/stat : 25587 (minisat) R 25586 25563 25209 0 -1 4194304 4815 0 0 0 1057 2 0 0 25 0 1 0 65045489 20357120 4801 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/25587/statm: 4970 4801 75 150 0 4817 0
Current children cumulated CPU time (s) 12.45
Current children cumulated vsize (KiB) 38968

[startup+25.5024 s]
/proc/loadavg: 2.06 2.01 2.00 3/84 25599
/proc/meminfo: memFree=1773064/2055920 swapFree=4181248/4192956
[pid=25563] ppid=25561 vsize=13732 CPUtime=14.75
/proc/25563/stat : 25563 (sugar) S 25561 25563 25209 0 -1 4194304 1190 20715 0 3 3 1 1451 20 16 0 1 0 65045290 14061568 819 996147200 4194304 4206940 548682068592 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25563/statm: 3433 819 374 3 0 533 0
[pid=25598] ppid=25563 vsize=5356 CPUtime=0
/proc/25598/stat : 25598 (sh) S 25563 25563 25209 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 65046792 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25598/statm: 1339 232 193 169 0 50 0
[pid=25599] ppid=25598 vsize=19812 CPUtime=10.36
/proc/25599/stat : 25599 (minisat) R 25598 25563 25209 0 -1 4194304 4783 0 0 0 1034 2 0 0 25 0 1 0 65046792 20287488 4769 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/25599/statm: 4953 4769 75 150 0 4800 0
Current children cumulated CPU time (s) 25.11
Current children cumulated vsize (KiB) 38900

[startup+51.1029 s]
/proc/loadavg: 2.04 2.01 2.00 3/84 25599
/proc/meminfo: memFree=1770376/2055920 swapFree=4181248/4192956
[pid=25563] ppid=25561 vsize=13732 CPUtime=14.75
/proc/25563/stat : 25563 (sugar) S 25561 25563 25209 0 -1 4194304 1190 20715 0 3 3 1 1451 20 16 0 1 0 65045290 14061568 819 996147200 4194304 4206940 548682068592 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25563/statm: 3433 819 374 3 0 533 0
[pid=25598] ppid=25563 vsize=5356 CPUtime=0
/proc/25598/stat : 25598 (sh) S 25563 25563 25209 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 65046792 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25598/statm: 1339 232 193 169 0 50 0
[pid=25599] ppid=25598 vsize=22580 CPUtime=35.72
/proc/25599/stat : 25599 (minisat) R 25598 25563 25209 0 -1 4194304 5490 0 0 0 3569 3 0 0 25 0 1 0 65046792 23121920 5476 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/25599/statm: 5645 5476 75 150 0 5492 0
Current children cumulated CPU time (s) 50.47
Current children cumulated vsize (KiB) 41668

[startup+102.306 s]
/proc/loadavg: 2.01 2.01 2.00 3/84 25599
/proc/meminfo: memFree=1763592/2055920 swapFree=4181248/4192956
[pid=25563] ppid=25561 vsize=13732 CPUtime=14.75
/proc/25563/stat : 25563 (sugar) S 25561 25563 25209 0 -1 4194304 1190 20715 0 3 3 1 1451 20 16 0 1 0 65045290 14061568 819 996147200 4194304 4206940 548682068592 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25563/statm: 3433 819 374 3 0 533 0
[pid=25598] ppid=25563 vsize=5356 CPUtime=0
/proc/25598/stat : 25598 (sh) S 25563 25563 25209 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 65046792 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25598/statm: 1339 232 193 169 0 50 0
[pid=25599] ppid=25598 vsize=29364 CPUtime=86.44
/proc/25599/stat : 25599 (minisat) R 25598 25563 25209 0 -1 4194304 7130 0 0 0 8639 5 0 0 25 0 1 0 65046792 30068736 7116 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/25599/statm: 7341 7116 75 150 0 7188 0
Current children cumulated CPU time (s) 101.19
Current children cumulated vsize (KiB) 48452

[startup+162.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 25599
/proc/meminfo: memFree=1757384/2055920 swapFree=4181248/4192956
[pid=25563] ppid=25561 vsize=13732 CPUtime=14.75
/proc/25563/stat : 25563 (sugar) S 25561 25563 25209 0 -1 4194304 1190 20715 0 3 3 1 1451 20 16 0 1 0 65045290 14061568 819 996147200 4194304 4206940 548682068592 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25563/statm: 3433 819 374 3 0 533 0
[pid=25598] ppid=25563 vsize=5356 CPUtime=0
/proc/25598/stat : 25598 (sh) S 25563 25563 25209 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 65046792 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25598/statm: 1339 232 193 169 0 50 0
[pid=25599] ppid=25598 vsize=35512 CPUtime=145.88
/proc/25599/stat : 25599 (minisat) R 25598 25563 25209 0 -1 4194304 8697 0 0 0 14581 7 0 0 25 0 1 0 65046792 36364288 8683 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/25599/statm: 8878 8683 75 150 0 8725 0
Current children cumulated CPU time (s) 160.63
Current children cumulated vsize (KiB) 54600

[startup+222.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 25605
/proc/meminfo: memFree=1751808/2055920 swapFree=4181248/4192956
[pid=25563] ppid=25561 vsize=13732 CPUtime=14.75
/proc/25563/stat : 25563 (sugar) S 25561 25563 25209 0 -1 4194304 1190 20715 0 3 3 1 1451 20 16 0 1 0 65045290 14061568 819 996147200 4194304 4206940 548682068592 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25563/statm: 3433 819 374 3 0 533 0
[pid=25598] ppid=25563 vsize=5356 CPUtime=0
/proc/25598/stat : 25598 (sh) S 25563 25563 25209 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 65046792 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0

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

/proc/meminfo: memFree=1703816/2055920 swapFree=4181248/4192956
[pid=25563] ppid=25561 vsize=13732 CPUtime=14.75
/proc/25563/stat : 25563 (sugar) S 25561 25563 25209 0 -1 4194304 1190 20715 0 3 3 1 1451 20 16 0 1 0 65045290 14061568 819 996147200 4194304 4206940 548682068592 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25563/statm: 3433 819 374 3 0 533 0
[pid=25598] ppid=25563 vsize=5356 CPUtime=0
/proc/25598/stat : 25598 (sh) S 25563 25563 25209 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 65046792 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25598/statm: 1339 232 193 169 0 50 0
[pid=25599] ppid=25598 vsize=91636 CPUtime=3066.79
/proc/25599/stat : 25599 (minisat) R 25598 25563 25209 0 -1 4194304 22286 0 0 0 306653 26 0 0 25 0 1 0 65046792 93835264 22272 996147200 134512640 135127466 4294956256 18446744073709551615 134530581 0 0 4096 3 0 0 0 17 0 0 0
/proc/25599/statm: 22909 22272 75 150 0 22756 0
Current children cumulated CPU time (s) 3081.54
Current children cumulated vsize (KiB) 110724

[startup+3162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 25643
/proc/meminfo: memFree=1703816/2055920 swapFree=4181248/4192956
[pid=25563] ppid=25561 vsize=13732 CPUtime=14.75
/proc/25563/stat : 25563 (sugar) S 25561 25563 25209 0 -1 4194304 1190 20715 0 3 3 1 1451 20 16 0 1 0 65045290 14061568 819 996147200 4194304 4206940 548682068592 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25563/statm: 3433 819 374 3 0 533 0
[pid=25598] ppid=25563 vsize=5356 CPUtime=0
/proc/25598/stat : 25598 (sh) S 25563 25563 25209 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 65046792 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25598/statm: 1339 232 193 169 0 50 0
[pid=25599] ppid=25598 vsize=91636 CPUtime=3126.77
/proc/25599/stat : 25599 (minisat) R 25598 25563 25209 0 -1 4194304 22288 0 0 0 312651 26 0 0 25 0 1 0 65046792 93835264 22274 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/25599/statm: 22909 22274 75 150 0 22756 0
Current children cumulated CPU time (s) 3141.52
Current children cumulated vsize (KiB) 110724

[startup+3222.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 25643
/proc/meminfo: memFree=1703752/2055920 swapFree=4181248/4192956
[pid=25563] ppid=25561 vsize=13732 CPUtime=14.75
/proc/25563/stat : 25563 (sugar) S 25561 25563 25209 0 -1 4194304 1190 20715 0 3 3 1 1451 20 16 0 1 0 65045290 14061568 819 996147200 4194304 4206940 548682068592 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25563/statm: 3433 819 374 3 0 533 0
[pid=25598] ppid=25563 vsize=5356 CPUtime=0
/proc/25598/stat : 25598 (sh) S 25563 25563 25209 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 65046792 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25598/statm: 1339 232 193 169 0 50 0
[pid=25599] ppid=25598 vsize=91636 CPUtime=3186.74
/proc/25599/stat : 25599 (minisat) R 25598 25563 25209 0 -1 4194304 22288 0 0 0 318648 26 0 0 25 0 1 0 65046792 93835264 22274 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/25599/statm: 22909 22274 75 150 0 22756 0
Current children cumulated CPU time (s) 3201.49
Current children cumulated vsize (KiB) 110724

[startup+3282.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 25643
/proc/meminfo: memFree=1703624/2055920 swapFree=4181248/4192956
[pid=25563] ppid=25561 vsize=13732 CPUtime=14.75
/proc/25563/stat : 25563 (sugar) S 25561 25563 25209 0 -1 4194304 1190 20715 0 3 3 1 1451 20 16 0 1 0 65045290 14061568 819 996147200 4194304 4206940 548682068592 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25563/statm: 3433 819 374 3 0 533 0
[pid=25598] ppid=25563 vsize=5356 CPUtime=0
/proc/25598/stat : 25598 (sh) S 25563 25563 25209 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 65046792 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25598/statm: 1339 232 193 169 0 50 0
[pid=25599] ppid=25598 vsize=91820 CPUtime=3246.72
/proc/25599/stat : 25599 (minisat) R 25598 25563 25209 0 -1 4194304 22328 0 0 0 324646 26 0 0 25 0 1 0 65046792 94023680 22314 996147200 134512640 135127466 4294956256 18446744073709551615 134530613 0 0 4096 3 0 0 0 17 0 0 0
/proc/25599/statm: 22955 22314 75 150 0 22802 0
Current children cumulated CPU time (s) 3261.47
Current children cumulated vsize (KiB) 110908

[startup+3342.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 25643
/proc/meminfo: memFree=1703624/2055920 swapFree=4181248/4192956
[pid=25563] ppid=25561 vsize=13732 CPUtime=14.75
/proc/25563/stat : 25563 (sugar) S 25561 25563 25209 0 -1 4194304 1190 20715 0 3 3 1 1451 20 16 0 1 0 65045290 14061568 819 996147200 4194304 4206940 548682068592 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25563/statm: 3433 819 374 3 0 533 0
[pid=25598] ppid=25563 vsize=5356 CPUtime=0
/proc/25598/stat : 25598 (sh) S 25563 25563 25209 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 65046792 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25598/statm: 1339 232 193 169 0 50 0
[pid=25599] ppid=25598 vsize=91820 CPUtime=3306.7
/proc/25599/stat : 25599 (minisat) R 25598 25563 25209 0 -1 4194304 22330 0 0 0 330644 26 0 0 25 0 1 0 65046792 94023680 22316 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/25599/statm: 22955 22316 75 150 0 22802 0
Current children cumulated CPU time (s) 3321.45
Current children cumulated vsize (KiB) 110908

[startup+3402.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 25643
/proc/meminfo: memFree=1703240/2055920 swapFree=4181248/4192956
[pid=25563] ppid=25561 vsize=13732 CPUtime=14.75
/proc/25563/stat : 25563 (sugar) S 25561 25563 25209 0 -1 4194304 1190 20715 0 3 3 1 1451 20 16 0 1 0 65045290 14061568 819 996147200 4194304 4206940 548682068592 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25563/statm: 3433 819 374 3 0 533 0
[pid=25598] ppid=25563 vsize=5356 CPUtime=0
/proc/25598/stat : 25598 (sh) S 25563 25563 25209 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 65046792 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25598/statm: 1339 232 193 169 0 50 0
[pid=25599] ppid=25598 vsize=92032 CPUtime=3366.68
/proc/25599/stat : 25599 (minisat) R 25598 25563 25209 0 -1 4194304 22370 0 0 0 336642 26 0 0 25 0 1 0 65046792 94240768 22356 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/25599/statm: 23008 22356 75 150 0 22855 0
Current children cumulated CPU time (s) 3381.43
Current children cumulated vsize (KiB) 111120

[startup+3462.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 25643
/proc/meminfo: memFree=1702920/2055920 swapFree=4181248/4192956
[pid=25563] ppid=25561 vsize=13732 CPUtime=14.75
/proc/25563/stat : 25563 (sugar) S 25561 25563 25209 0 -1 4194304 1190 20715 0 3 3 1 1451 20 16 0 1 0 65045290 14061568 819 996147200 4194304 4206940 548682068592 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25563/statm: 3433 819 374 3 0 533 0
[pid=25598] ppid=25563 vsize=5356 CPUtime=0
/proc/25598/stat : 25598 (sh) S 25563 25563 25209 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 65046792 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25598/statm: 1339 232 193 169 0 50 0
[pid=25599] ppid=25598 vsize=92412 CPUtime=3426.65
/proc/25599/stat : 25599 (minisat) R 25598 25563 25209 0 -1 4194304 22430 0 0 0 342639 26 0 0 25 0 1 0 65046792 94629888 22416 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/25599/statm: 23103 22416 75 150 0 22950 0
Current children cumulated CPU time (s) 3441.4
Current children cumulated vsize (KiB) 111500

[startup+3522.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 25643
/proc/meminfo: memFree=1702152/2055920 swapFree=4181248/4192956
[pid=25563] ppid=25561 vsize=13732 CPUtime=14.75
/proc/25563/stat : 25563 (sugar) S 25561 25563 25209 0 -1 4194304 1190 20715 0 3 3 1 1451 20 16 0 1 0 65045290 14061568 819 996147200 4194304 4206940 548682068592 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25563/statm: 3433 819 374 3 0 533 0
[pid=25598] ppid=25563 vsize=5356 CPUtime=0
/proc/25598/stat : 25598 (sh) S 25563 25563 25209 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 65046792 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25598/statm: 1339 232 193 169 0 50 0
[pid=25599] ppid=25598 vsize=93284 CPUtime=3486.62
/proc/25599/stat : 25599 (minisat) R 25598 25563 25209 0 -1 4194304 22610 0 0 0 348636 26 0 0 25 0 1 0 65046792 95522816 22596 996147200 134512640 135127466 4294956256 18446744073709551615 134530849 0 0 4096 3 0 0 0 17 0 0 0
/proc/25599/statm: 23321 22596 75 150 0 23168 0
Current children cumulated CPU time (s) 3501.37
Current children cumulated vsize (KiB) 112372

[startup+3582.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 25643
/proc/meminfo: memFree=1702088/2055920 swapFree=4181248/4192956
[pid=25563] ppid=25561 vsize=13732 CPUtime=14.75
/proc/25563/stat : 25563 (sugar) S 25561 25563 25209 0 -1 4194304 1190 20715 0 3 3 1 1451 20 16 0 1 0 65045290 14061568 819 996147200 4194304 4206940 548682068592 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25563/statm: 3433 819 374 3 0 533 0
[pid=25598] ppid=25563 vsize=5356 CPUtime=0
/proc/25598/stat : 25598 (sh) S 25563 25563 25209 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 65046792 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25598/statm: 1339 232 193 169 0 50 0
[pid=25599] ppid=25598 vsize=93284 CPUtime=3546.6
/proc/25599/stat : 25599 (minisat) R 25598 25563 25209 0 -1 4194304 22630 0 0 0 354634 26 0 0 25 0 1 0 65046792 95522816 22616 996147200 134512640 135127466 4294956256 18446744073709551615 134530752 0 0 4096 3 0 0 0 17 0 0 0
/proc/25599/statm: 23321 22616 75 150 0 23168 0
Current children cumulated CPU time (s) 3561.35
Current children cumulated vsize (KiB) 112372



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3621 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 25643
/proc/meminfo: memFree=1702088/2055920 swapFree=4181248/4192956
[pid=25563] ppid=25561 vsize=13732 CPUtime=14.75
/proc/25563/stat : 25563 (sugar) S 25561 25563 25209 0 -1 4194304 1190 20715 0 3 3 1 1451 20 16 0 1 0 65045290 14061568 819 996147200 4194304 4206940 548682068592 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25563/statm: 3433 819 374 3 0 533 0
[pid=25598] ppid=25563 vsize=5356 CPUtime=0
/proc/25598/stat : 25598 (sh) S 25563 25563 25209 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 65046792 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25598/statm: 1339 232 193 169 0 50 0
[pid=25599] ppid=25598 vsize=93284 CPUtime=3585.29
/proc/25599/stat : 25599 (minisat) R 25598 25563 25209 0 -1 4194304 22633 0 0 0 358503 26 0 0 25 0 1 0 65046792 95522816 22619 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/25599/statm: 23321 22619 75 150 0 23168 0
Current children cumulated CPU time (s) 3600.04
Current children cumulated vsize (KiB) 112372

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

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

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 25563 and gives
#  childrusage.ru_utime.tv_sec=14
#  childrusage.ru_utime.tv_usec=551787
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=220966
# CPU time returned by wait4() is 14.7728
# while last known CPU time is 3600.04
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 3621.03
CPU time (s): 3600.04
CPU user time (s): 3599.57
CPU system time (s): 0.47
CPU usage (%): 99.4204
Max. virtual memory (cumulated for all children) (KiB): 887428

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 14.5518
system time used= 0.220966
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 22247
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= 3806
involuntary context switches= 4196

runsolver used 3.88241 second user time and 11.3473 second system time

The end

Launcher Data (download as text)

Begin job on node36 at 2008-07-15 02:57:34
IDJOB=1118628
IDBENCH=62268
IDSOLVER=368
FILE ID=node36/1118628-1216083454
PBS_JOBID= 7905131
Free space on /tmp= 66556 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/maxcsp/maxcut/maxcut-50/normalized-maxcut-50-560-10_ext.xml
COMMAND LINE= DIR/sugar -max -c -vv -java="java -Xmx700M" -jar="DIR/sugar-v1-13.jar" -solver="DIR/minisat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1118628-1216083454/watcher-1118628-1216083454 -o /tmp/evaluation-result-1118628-1216083454/solver-1118628-1216083454 -C 3600 -W 4000 -M 900 --output-limit 1,15  HOME/sugar -max -c -vv -java="java -Xmx700M" -jar="HOME/sugar-v1-13.jar" -solver="HOME/minisat" -tmp="HOME/temp" HOME/instance-1118628-1216083454.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 78cfbcc34e2b3c814c2e51d012fc7756
RANDOM SEED=1591522838

node36.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.225
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.225
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:       1802312 kB
Buffers:         57276 kB
Cached:         128388 kB
SwapCached:       5960 kB
Active:         151640 kB
Inactive:        54776 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1802312 kB
SwapTotal:     4192956 kB
SwapFree:      4181248 kB
Dirty:            1328 kB
Writeback:           0 kB
Mapped:          36524 kB
Slab:            32328 kB
Committed_AS:   209824 kB
PageTables:       1856 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= 66544 MiB
End job on node36 at 2008-07-15 03:57:57