Trace number 1119867

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.13 3617.53

General information on the benchmark

Namemaxcsp/maxcut/maxcut-60/
normalized-maxcut-60-560-9_ext.xml
MD5SUM709264c2514dadfef18f65be5b77748b
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkMOPT
Best Number of falsified constraints200
Best CPU time to get the best result obtained on this benchmark3081.6
Satisfiable
(Un)Satisfiability was proved
Number of variables60
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.07	c 0	Sugar++ v1-13 + HOME/minisat-inc
0.00/0.07	c 0	BEGIN Tue Jul 15 08:39:09 2008
0.00/0.07	c 0	PID 25543
0.06/0.07	c 0	HOST node41.alineos.net
0.06/0.07	c 0	CONVERTING HOME/instance-1119867-1216103949.xml TO HOME/temp.csp
0.06/0.07	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1119867-1216103949.xml' 'HOME/temp.csp'
0.06/0.43	c 0	1 domains, 60 variables, 0 predicates, 1 relations, 560 constraints
0.06/0.53	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.53	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -max -incremental -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.50/0.67	c 0	Parsing HOME/temp.csp
0.50/0.80	c 1	parsed 622 expressions
0.50/0.80	c 1	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.50/0.82	c 1	MAX CSP: 560 constraints
0.50/0.82	c 1	Converting to clausal form CSP
0.50/0.85	c 1	converted 119 (10%) expressions
0.50/0.86	c 1	converted 237 (20%) expressions
0.50/0.87	c 1	converted 356 (30%) expressions
0.50/0.88	c 1	converted 474 (40%) expressions
0.50/0.89	c 1	converted 593 (50%) expressions
0.50/0.90	c 1	converted 711 (60%) expressions
0.50/0.91	c 1	converted 830 (70%) expressions
0.50/0.92	c 1	converted 948 (80%) expressions
0.50/0.98	c 1	converted 1067 (90%) expressions
0.88/1.09	c 1	converted 1185 (100%) expressions
0.88/1.09	c 1	CSP : 1180 integers, 0 booleans, 1679 clauses, largest domain size 841
0.88/1.09	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.88/1.09	c 1	Propagation in CSP
0.98/1.13	c 1	557 values, 0 unsatisfiable literals, and 0 valid clauses are removed
0.98/1.13	c 1	CSP : 1180 integers, 0 booleans, 1679 clauses, largest domain size 561
0.98/1.13	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.98/1.13	c 1	Simplifing CSP by introducing new Boolean variables
0.98/1.14	c 1	CSP : 1180 integers, 0 booleans, 1679 clauses, largest domain size 561
0.98/1.14	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.98/1.17	c 1	Encoding CSP to SAT : HOME/temp.cnf
0.98/1.18	c 1	118 (10%) CSP integer variables are encoded (0 clauses, 64 bytes)
0.98/1.18	c 1	236 (20%) CSP integer variables are encoded (0 clauses, 64 bytes)
0.98/1.18	c 1	354 (30%) CSP integer variables are encoded (0 clauses, 64 bytes)
0.98/1.18	c 1	472 (40%) CSP integer variables are encoded (0 clauses, 64 bytes)
0.98/1.18	c 1	590 (50%) CSP integer variables are encoded (0 clauses, 64 bytes)
0.98/1.20	c 1	708 (60%) CSP integer variables are encoded (4764 clauses, 61239 bytes)
1.08/1.20	c 1	826 (70%) CSP integer variables are encoded (5864 clauses, 75539 bytes)
1.08/1.20	c 1	944 (80%) CSP integer variables are encoded (7220 clauses, 93167 bytes)
1.08/1.20	c 1	1062 (90%) CSP integer variables are encoded (7984 clauses, 103099 bytes)
1.08/1.20	c 1	1180 (100%) CSP integer variables are encoded (9060 clauses, 117568 bytes)
1.08/1.23	c 1	168 (10%) CSP clauses are encoded (9396 clauses, 121864 bytes)
1.08/1.25	c 1	336 (20%) CSP clauses are encoded (9732 clauses, 126568 bytes)
1.08/1.26	c 1	504 (30%) CSP clauses are encoded (10068 clauses, 131272 bytes)
1.28/1.40	c 1	672 (40%) CSP clauses are encoded (56832 clauses, 952487 bytes)
1.39/1.59	c 1	840 (50%) CSP clauses are encoded (177396 clauses, 3163830 bytes)
1.48/1.61	c 1	1008 (60%) CSP clauses are encoded (183292 clauses, 3267225 bytes)
1.69/1.86	c 2	1176 (70%) CSP clauses are encoded (337940 clauses, 6113845 bytes)
1.69/1.88	c 2	1344 (80%) CSP clauses are encoded (344706 clauses, 6232797 bytes)
1.79/1.91	c 2	1512 (90%) CSP clauses are encoded (360858 clauses, 6524260 bytes)
1.88/2.01	c 2	1679 (100%) CSP clauses are encoded (420300 clauses, 7649052 bytes)
1.88/2.01	c 2	1679 CSP clauses encoded
1.88/2.01	c 2	Writing map file : HOME/temp.map
1.88/2.02	c 2	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.88/2.02	c 2	SAT : 10240 SAT variables, 420300 SAT clauses, 7649052 bytes
1.88/2.02	c 2	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.88/2.08	c 2	OBJECTIVE minimize _COST
1.88/2.08	c 2	SOLVING HOME/temp.cnf
1.88/2.08	c 2	CMD HOME/minisat-inc -incremental HOME/temp.cnf HOME/temp.out
1.88/2.08	c 2	This is MiniSat 2.0 beta incremental
1.88/2.08	c 2	WARNING: for repeatability, setting FPU to use double precision
1.88/2.08	c 2	============================[ Problem Statistics ]=============================
1.88/2.08	c 2	|                                                                             |
1.88/2.08	c 2	|  Number of variables:  10240                                                |
1.88/2.08	c 2	|  Number of clauses:    420300                                               |
2.03/2.25	c 2	|  Parsing time:         0.15         s                                       |
2.03/2.26	c 2	OK
2.03/2.26	c 2	OBJECTIVE BOUND: 0 <= _COST <= 
2.03/2.26	c 2	SEARCHING: _COST <= 280
2.03/2.26	c 2	============================[ Search Statistics ]==============================
2.03/2.26	c 2	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
2.03/2.26	c 2	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
2.03/2.26	c 2	===============================================================================
2.03/2.26	c 2	|         0 |   10240   420300  1233160 |   140100        0    nan |  0.000 % |
2.22/2.40	c 2	|       100 |   10240   420300  1233160 |   154110      100     23 |  0.003 % |
2.32/2.53	c 2	|       252 |   10240   420300  1233160 |   169521      252     35 |  0.003 % |
2.42/2.65	c 2	|       477 |   10240   420300  1233160 |   186473      477     35 |  0.003 % |
2.52/2.77	c 2	|       815 |   10240   420300  1233160 |   205120      815     36 |  0.003 % |
2.72/2.93	c 3	|      1321 |   10240   420300  1233160 |   225632     1321     35 |  0.003 % |
3.22/3.48	c 3	|      2081 |   10240   420300  1233160 |   248195     2081     37 |  0.003 % |
3.72/3.97	c 4	|      3220 |   10240   420300  1233160 |   273015     3220     36 |  0.003 % |
4.51/4.72	c 4	|      4930 |   10240   420300  1233160 |   300316     4930     38 |  0.003 % |
5.42/5.66	c 5	|      7492 |   10240   420300  1233160 |   330348     7492     37 |  0.003 % |
6.91/7.12	c 7	|     11337 |   10240   420300  1233160 |   363383    11337     38 |  0.003 % |
8.80/9.05	c 9	===============================================================================
8.80/9.05	c 9	restarts              : 11
8.80/9.05	c 9	conflicts             : 16276         (2356 /sec)
8.80/9.05	c 9	decisions             : 20289         (0.41 % random) (2937 /sec)
8.80/9.05	c 9	propagations          : 6104717        (883724 /sec)
8.80/9.05	c 9	conflict literals     : 619850         (20.74 % deleted)
8.80/9.05	c 9	Memory used           : 22.62 MB
8.80/9.05	c 9	CPU time              : 6.90795 s
8.80/9.05	c 9	
8.80/9.05	c 9	SATISFIABLE
8.80/9.06	c 9	OK
8.80/9.06	c 9	FOUND: _COST <= 280
8.80/9.06	s SATISFIABLE
8.80/9.06	c 9	DECODING HOME/temp.out WITH HOME/temp.map
8.80/9.06	c 9	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
8.86/9.14	c 9	Decoding HOME/temp.out
8.86/9.26	c 9	OBJECTIVE _COST 280
8.86/9.26	o 280
8.86/9.26	v 0 1 1 1 1 0 0 1 1 1 0 0 0 1 0 1 1 0 0 0 1 0 0 1 0 0 0 1 1 1 1 0 0 1 1 0 1 0 1 0 1 1 0 0 0 1 1 1 0 0 1 1 1 0 0 0 0 1 1 0
8.86/9.26	c 9	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
9.14/9.45	c 9	OK
9.14/9.45	c 9	OBJECTIVE BOUND: 0 <= _COST <= 280
9.14/9.45	c 9	SEARCHING: _COST <= 140
9.14/9.45	c 9	============================[ Search Statistics ]==============================
9.14/9.45	c 9	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
9.14/9.45	c 9	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
9.14/9.45	c 9	===============================================================================
9.14/9.45	c 9	|     16276 |    7440   268596   786168 |    89532    16276     38 |  0.003 % |
9.23/9.53	c 9	|     16376 |    7440   268596   786168 |    98485    16376     38 | 27.345 % |
9.23/9.59	c 9	|     16526 |    7440   268596   786168 |   108333    16526     38 | 27.345 % |
9.43/9.71	c 9	|     16752 |    7440   268596   786168 |   119167    16752     38 | 27.345 % |
9.64/9.93	c 10	|     17089 |    7440   268596   786168 |   131083    17089     37 | 27.345 % |
9.93/10.27	c 10	|     17596 |    7440   268596   786168 |   144192    17596     37 | 27.345 % |
10.43/10.73	c 10	|     18357 |    7440   268596   786168 |   158611    18357     37 | 27.345 % |
10.92/11.26	c 11	|     19497 |    7440   268596   786168 |   174472    19497     36 | 27.345 % |
11.62/12.00	c 12	|     21205 |    7440   268596   786168 |   191919    21205     35 | 27.345 % |
12.62/13.00	c 13	|     23767 |    7440   268596   786168 |   211111    23767     34 | 27.345 % |
14.31/14.67	c 14	|     27613 |    7440   268596   786168 |   232222    27613     33 | 27.345 % |
17.20/17.58	c 17	|     33381 |    7440   268596   786168 |   255445    33381     32 | 27.345 % |
22.17/22.59	c 22	|     42032 |    7440   268596   786168 |   280989    42032     31 | 27.345 % |
34.51/34.90	c 35	|     55006 |    7440   268596   786168 |   309088    55006     32 | 27.345 % |
54.02/54.57	c 54	|     74468 |    7440   268596   786168 |   339997    74468     32 | 27.345 % |
86.56/87.23	c 87	|    103662 |    7440   268596   786168 |   373997   103662     32 | 27.345 % |
136.52/137.46	c 137	|    147451 |    7440   268596   786168 |   411397   147451     31 | 27.345 % |
256.14/257.67	c 257	|    213137 |    7440   268596   786168 |   452536   213137     33 | 27.345 % |
488.13/490.77	c 490	|    311666 |    7440   268596   786168 |   497790   311666     34 | 27.345 % |
902.04/906.63	c 906	|    459456 |    7440   268596   786168 |   547569   459456     35 | 27.345 % |
1459.14/1466.49	c 1466	|    681139 |    7440   268596   786168 |   602326   144670     36 | 27.345 % |
2400.51/2412.34	c 2412	|   1013666 |    7440   268596   786168 |   662559   477197     37 | 27.345 % |
3600.07/3617.51	c ERROR INTERRUPTED
3600.07/3617.53	c 3617	CPU 3599.46 (0.05 0.01 3599.41 0.63)
3600.07/3617.53	c 3617	END Tue Jul 15 09:39:26 2008

Verifier Data (download as text)

OK	256	304
256 unsatisfied constraints, 304 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-1119867-1216103949/watcher-1119867-1216103949 -o /tmp/evaluation-result-1119867-1216103949/solver-1119867-1216103949 -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-1119867-1216103949.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.72 2.57 2.29 5/80 25543
/proc/meminfo: memFree=1723304/2055920 swapFree=4179832/4192956
[pid=25543] ppid=25541 vsize=18572 CPUtime=0
/proc/25543/stat : 25543 (runsolver) R 25541 25543 24321 0 -1 4194368 15 0 0 0 0 0 0 0 18 0 1 0 67094832 19017728 292 996147200 4194304 4296836 548682068192 18446744073709551615 209135922471 0 0 4096 24578 0 0 0 17 1 0 0
/proc/25543/statm: 4643 292 257 25 0 2626 0

[startup+0.0761371 s]
/proc/loadavg: 2.72 2.57 2.29 5/80 25543
/proc/meminfo: memFree=1723304/2055920 swapFree=4179832/4192956
[pid=25543] ppid=25541 vsize=16740 CPUtime=0.06
/proc/25543/stat : 25543 (sugar++) S 25541 25543 24321 0 -1 4194304 1143 0 0 0 5 1 0 0 18 0 1 0 67094832 17141760 1099 996147200 4194304 4206940 548682068528 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25543/statm: 4185 1099 406 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.10112 s]
/proc/loadavg: 2.72 2.57 2.29 5/80 25543
/proc/meminfo: memFree=1723304/2055920 swapFree=4179832/4192956
[pid=25543] ppid=25541 vsize=16740 CPUtime=0.06
/proc/25543/stat : 25543 (sugar++) S 25541 25543 24321 0 -1 4194304 1219 128 0 0 5 1 0 0 18 0 1 0 67094832 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25543/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.301137 s]
/proc/loadavg: 2.72 2.57 2.29 5/80 25543
/proc/meminfo: memFree=1723304/2055920 swapFree=4179832/4192956
[pid=25543] ppid=25541 vsize=16740 CPUtime=0.06
/proc/25543/stat : 25543 (sugar++) S 25541 25543 24321 0 -1 4194304 1219 128 0 0 5 1 0 0 18 0 1 0 67094832 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25543/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.701175 s]
/proc/loadavg: 2.72 2.57 2.29 5/80 25543
/proc/meminfo: memFree=1723304/2055920 swapFree=4179832/4192956
[pid=25543] ppid=25541 vsize=16740 CPUtime=0.5
/proc/25543/stat : 25543 (sugar++) S 25541 25543 24321 0 -1 4194304 1296 4530 0 1 5 1 41 3 16 0 1 0 67094832 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25543/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 16740

[startup+1.50224 s]
/proc/loadavg: 2.72 2.57 2.29 5/91 25565
/proc/meminfo: memFree=1709328/2055920 swapFree=4179832/4192956
[pid=25543] ppid=25541 vsize=16740 CPUtime=0.5
/proc/25543/stat : 25543 (sugar++) S 25541 25543 24321 0 -1 4194304 1297 4530 0 1 5 1 41 3 15 0 1 0 67094832 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25543/statm: 4185 1104 409 3 0 764 0
[pid=25556] ppid=25543 vsize=5356 CPUtime=0
/proc/25556/stat : 25556 (sh) S 25543 25543 24321 0 -1 4194304 278 0 0 0 0 0 0 0 16 0 1 0 67094886 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25556/statm: 1339 233 193 169 0 50 0
[pid=25557] ppid=25556 vsize=868496 CPUtime=0.89
/proc/25557/stat : 25557 (java) S 25556 25543 24321 0 -1 0 6567 0 1 0 84 5 0 0 18 0 9 0 67094886 889339904 5737 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25557/statm: 217124 5737 2563 9 0 211671 0
[pid=25557/tid=25558] ppid=25556 vsize=868496 CPUtime=0.56
/proc/25557/task/25558/stat : 25558 (java) R 25556 25543 24321 0 -1 64 2779 0 1 0 54 2 0 0 25 0 9 0 67094893 889339904 5737 996147200 134512640 134550740 4294955920 18446744073709551615 4126526961 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25557/tid=25559] ppid=25556 vsize=868496 CPUtime=0.06
/proc/25557/task/25559/stat : 25559 (java) S 25556 25543 24321 0 -1 64 1612 0 0 0 6 0 0 0 16 0 9 0 67094894 889339904 5737 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=25557/tid=25560] ppid=25556 vsize=868496 CPUtime=0
/proc/25557/task/25560/stat : 25560 (java) S 25556 25543 24321 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 67094894 889339904 5737 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25557/tid=25561] ppid=25556 vsize=868496 CPUtime=0
/proc/25557/task/25561/stat : 25561 (java) S 25556 25543 24321 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 67094894 889339904 5737 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25557/tid=25562] ppid=25556 vsize=868496 CPUtime=0
/proc/25557/task/25562/stat : 25562 (java) S 25556 25543 24321 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 67094896 889339904 5737 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25557/tid=25563] ppid=25556 vsize=868496 CPUtime=0.23
/proc/25557/task/25563/stat : 25563 (java) S 25556 25543 24321 0 -1 64 1483 0 0 0 22 1 0 0 16 0 9 0 67094896 889339904 5737 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25557/tid=25564] ppid=25556 vsize=868496 CPUtime=0
/proc/25557/task/25564/stat : 25564 (java) S 25556 25543 24321 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 67094896 889339904 5737 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25557/tid=25565] ppid=25556 vsize=868496 CPUtime=0
/proc/25557/task/25565/stat : 25565 (java) S 25556 25543 24321 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 67094896 889339904 5737 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.39
Current children cumulated vsize (KiB) 890592

[startup+3.10239 s]
/proc/loadavg: 2.74 2.58 2.29 4/82 25566
/proc/meminfo: memFree=1708184/2055920 swapFree=4179832/4192956
[pid=25543] ppid=25541 vsize=16872 CPUtime=1.91
/proc/25543/stat : 25543 (sugar++) S 25541 25543 24321 0 -1 4194304 1478 11576 0 2 5 1 173 12 15 0 1 0 67094832 17276928 1129 996147200 4194304 4206940 548682068528 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25543/statm: 4218 1129 414 3 0 797 0
[pid=25566] ppid=25543 vsize=20356 CPUtime=1.01
/proc/25566/stat : 25566 (minisat-inc) R 25543 25543 24321 0 -1 4194304 4979 0 0 0 98 3 0 0 25 0 1 0 67095040 20844544 4929 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/25566/statm: 5089 4929 74 151 0 4935 0
Current children cumulated CPU time (s) 2.92
Current children cumulated vsize (KiB) 37228

[startup+6.30168 s]
/proc/loadavg: 2.74 2.58 2.29 3/82 25566
/proc/meminfo: memFree=1691992/2055920 swapFree=4179832/4192956
[pid=25543] ppid=25541 vsize=16872 CPUtime=1.91
/proc/25543/stat : 25543 (sugar++) S 25541 25543 24321 0 -1 4194304 1478 11576 0 2 5 1 173 12 16 0 1 0 67094832 17276928 1129 996147200 4194304 4206940 548682068528 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25543/statm: 4218 1129 414 3 0 797 0
[pid=25566] ppid=25543 vsize=21820 CPUtime=4.21
/proc/25566/stat : 25566 (minisat-inc) R 25543 25543 24321 0 -1 4194304 5332 0 0 0 417 4 0 0 25 0 1 0 67095040 22343680 5282 996147200 134512640 135134323 4294956192 18446744073709551615 134531906 0 0 4096 3 0 0 0 17 0 0 0
/proc/25566/statm: 5455 5282 74 151 0 5301 0
Current children cumulated CPU time (s) 6.12
Current children cumulated vsize (KiB) 38692

[startup+12.7012 s]
/proc/loadavg: 2.76 2.59 2.29 3/82 25576
/proc/meminfo: memFree=1689944/2055920 swapFree=4179832/4192956
[pid=25543] ppid=25541 vsize=16872 CPUtime=2.13
/proc/25543/stat : 25543 (sugar++) S 25541 25543 24321 0 -1 4194304 1564 15449 0 3 5 1 191 16 15 0 1 0 67094832 17276928 1130 996147200 4194304 4206940 548682068528 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25543/statm: 4218 1130 414 3 0 797 0
[pid=25566] ppid=25543 vsize=23340 CPUtime=10.29
/proc/25566/stat : 25566 (minisat-inc) R 25543 25543 24321 0 -1 4194304 5706 0 0 0 1025 4 0 0 25 0 1 0 67095040 23900160 5654 996147200 134512640 135134323 4294956192 18446744073709551615 134531900 0 0 4096 3 0 0 0 17 1 0 0
/proc/25566/statm: 5835 5654 80 151 0 5681 0
Current children cumulated CPU time (s) 12.42
Current children cumulated vsize (KiB) 40212

[startup+25.5014 s]
/proc/loadavg: 2.82 2.61 2.30 4/82 25576
/proc/meminfo: memFree=1689304/2055920 swapFree=4179832/4192956
[pid=25543] ppid=25541 vsize=16872 CPUtime=2.13
/proc/25543/stat : 25543 (sugar++) S 25541 25543 24321 0 -1 4194304 1564 15449 0 3 5 1 191 16 16 0 1 0 67094832 17276928 1130 996147200 4194304 4206940 548682068528 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25543/statm: 4218 1130 414 3 0 797 0
[pid=25566] ppid=25543 vsize=24140 CPUtime=23.02
/proc/25566/stat : 25566 (minisat-inc) R 25543 25543 24321 0 -1 4194304 5921 0 0 0 2298 4 0 0 25 0 1 0 67095040 24719360 5861 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/25566/statm: 6035 5861 80 151 0 5881 0
Current children cumulated CPU time (s) 25.15
Current children cumulated vsize (KiB) 41012

[startup+51.1016 s]
/proc/loadavg: 2.67 2.59 2.31 3/82 25576
/proc/meminfo: memFree=1685016/2055920 swapFree=4179832/4192956
[pid=25543] ppid=25541 vsize=16872 CPUtime=2.13
/proc/25543/stat : 25543 (sugar++) S 25541 25543 24321 0 -1 4194304 1564 15449 0 3 5 1 191 16 16 0 1 0 67094832 17276928 1130 996147200 4194304 4206940 548682068528 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25543/statm: 4218 1130 414 3 0 797 0
[pid=25566] ppid=25543 vsize=28508 CPUtime=48.5
/proc/25566/stat : 25566 (minisat-inc) R 25543 25543 24321 0 -1 4194304 7015 0 0 0 4844 6 0 0 25 0 1 0 67095040 29192192 6955 996147200 134512640 135134323 4294956192 18446744073709551615 134532097 0 0 4096 3 0 0 0 17 1 0 0
/proc/25566/statm: 7127 6955 80 151 0 6973 0
Current children cumulated CPU time (s) 50.63
Current children cumulated vsize (KiB) 45380

[startup+102.306 s]
/proc/loadavg: 2.79 2.64 2.34 3/82 25576
/proc/meminfo: memFree=1677464/2055920 swapFree=4179832/4192956
[pid=25543] ppid=25541 vsize=16872 CPUtime=2.13
/proc/25543/stat : 25543 (sugar++) S 25541 25543 24321 0 -1 4194304 1564 15449 0 3 5 1 191 16 16 0 1 0 67094832 17276928 1130 996147200 4194304 4206940 548682068528 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25543/statm: 4218 1130 414 3 0 797 0
[pid=25566] ppid=25543 vsize=36020 CPUtime=99.47
/proc/25566/stat : 25566 (minisat-inc) R 25543 25543 24321 0 -1 4194304 8882 0 0 0 9939 8 0 0 25 0 1 0 67095040 36884480 8822 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/25566/statm: 9005 8822 80 151 0 8851 0
Current children cumulated CPU time (s) 101.6
Current children cumulated vsize (KiB) 52892

[startup+162.301 s]
/proc/loadavg: 2.62 2.62 2.35 3/82 25576
/proc/meminfo: memFree=1670232/2055920 swapFree=4179832/4192956
[pid=25543] ppid=25541 vsize=16872 CPUtime=2.13
/proc/25543/stat : 25543 (sugar++) S 25541 25543 24321 0 -1 4194304 1564 15449 0 3 5 1 191 16 16 0 1 0 67094832 17276928 1130 996147200 4194304 4206940 548682068528 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25543/statm: 4218 1130 414 3 0 797 0
[pid=25566] ppid=25543 vsize=43436 CPUtime=159.17
/proc/25566/stat : 25566 (minisat-inc) R 25543 25543 24321 0 -1 4194304 10690 0 0 0 15908 9 0 0 25 0 1 0 67095040 44478464 10630 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/25566/statm: 10859 10630 80 151 0 10705 0
Current children cumulated CPU time (s) 161.3
Current children cumulated vsize (KiB) 60308

[startup+222.302 s]
/proc/loadavg: 2.61 2.60 2.36 3/82 25576
/proc/meminfo: memFree=1664344/2055920 swapFree=4179832/4192956
[pid=25543] ppid=25541 vsize=16872 CPUtime=2.13
/proc/25543/stat : 25543 (sugar++) S 25541 25543 24321 0 -1 4194304 1564 15449 0 3 5 1 191 16 16 0 1 0 67094832 17276928 1130 996147200 4194304 4206940 548682068528 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25543/statm: 4218 1130 414 3 0 797 0
[pid=25566] ppid=25543 vsize=49160 CPUtime=218.88
/proc/25566/stat : 25566 (minisat-inc) R 25543 25543 24321 0 -1 4194304 12140 0 0 0 21878 10 0 0 25 0 1 0 67095040 50339840 12080 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/25566/statm: 12290 12080 80 151 0 12136 0
Current children cumulated CPU time (s) 221.01
Current children cumulated vsize (KiB) 66032

[startup+282.301 s]
/proc/loadavg: 2.58 2.59 2.37 3/82 25576
/proc/meminfo: memFree=1658968/2055920 swapFree=4179832/4192956
[pid=25543] ppid=25541 vsize=16872 CPUtime=2.13
/proc/25543/stat : 25543 (sugar++) S 25541 25543 24321 0 -1 4194304 1564 15449 0 3 5 1 191 16 16 0 1 0 67094832 17276928 1130 996147200 4194304 4206940 548682068528 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25543/statm: 4218 1130 414 3 0 797 0
[pid=25566] ppid=25543 vsize=54904 CPUtime=278.6
/proc/25566/stat : 25566 (minisat-inc) R 25543 25543 24321 0 -1 4194304 13483 0 0 0 27848 12 0 0 25 0 1 0 67095040 56221696 13423 996147200 134512640 135134323 4294956192 18446744073709551615 134531900 0 0 4096 3 0 0 0 17 1 0 0
/proc/25566/statm: 13726 13423 80 151 0 13572 0
Current children cumulated CPU time (s) 280.73
Current children cumulated vsize (KiB) 71776

[startup+342.301 s]
/proc/loadavg: 2.62 2.60 2.38 3/82 25576
/proc/meminfo: memFree=1654296/2055920 swapFree=4179832/4192956
[pid=25543] ppid=25541 vsize=16872 CPUtime=2.13
/proc/25543/stat : 25543 (sugar++) S 25541 25543 24321 0 -1 4194304 1564 15449 0 3 5 1 191 16 16 0 1 0 67094832 17276928 1130 996147200 4194304 4206940 548682068528 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0

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

[pid=25566] ppid=25543 vsize=134492 CPUtime=2905.92
/proc/25566/stat : 25566 (minisat-inc) R 25543 25543 24321 0 -1 4194304 32979 0 0 0 290555 37 0 0 25 0 1 0 67095040 137719808 32919 996147200 134512640 135134323 4294956192 18446744073709551615 134532161 0 0 4096 3 0 0 0 17 1 0 0
/proc/25566/statm: 33623 32919 80 151 0 33469 0
Current children cumulated CPU time (s) 2908.05
Current children cumulated vsize (KiB) 151364

[startup+2982.3 s]
/proc/loadavg: 2.51 2.63 2.62 3/82 25584
/proc/meminfo: memFree=1577560/2055920 swapFree=4179832/4192956
[pid=25543] ppid=25541 vsize=16872 CPUtime=2.13
/proc/25543/stat : 25543 (sugar++) S 25541 25543 24321 0 -1 4194304 1564 15449 0 3 5 1 191 16 16 0 1 0 67094832 17276928 1130 996147200 4194304 4206940 548682068528 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25543/statm: 4218 1130 414 3 0 797 0
[pid=25566] ppid=25543 vsize=137084 CPUtime=2965.63
/proc/25566/stat : 25566 (minisat-inc) R 25543 25543 24321 0 -1 4194304 33608 0 0 0 296526 37 0 0 25 0 1 0 67095040 140374016 33548 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/25566/statm: 34271 33548 80 151 0 34117 0
Current children cumulated CPU time (s) 2967.76
Current children cumulated vsize (KiB) 153956

[startup+3042.3 s]
/proc/loadavg: 2.58 2.62 2.62 3/82 25584
/proc/meminfo: memFree=1575448/2055920 swapFree=4179832/4192956
[pid=25543] ppid=25541 vsize=16872 CPUtime=2.13
/proc/25543/stat : 25543 (sugar++) S 25541 25543 24321 0 -1 4194304 1564 15449 0 3 5 1 191 16 16 0 1 0 67094832 17276928 1130 996147200 4194304 4206940 548682068528 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25543/statm: 4218 1130 414 3 0 797 0
[pid=25566] ppid=25543 vsize=139096 CPUtime=3025.35
/proc/25566/stat : 25566 (minisat-inc) R 25543 25543 24321 0 -1 4194304 34153 0 0 0 302497 38 0 0 25 0 1 0 67095040 142434304 34093 996147200 134512640 135134323 4294956192 18446744073709551615 134524680 0 0 4096 3 0 0 0 17 1 0 0
/proc/25566/statm: 34774 34093 80 151 0 34620 0
Current children cumulated CPU time (s) 3027.48
Current children cumulated vsize (KiB) 155968

[startup+3102.3 s]
/proc/loadavg: 2.48 2.58 2.61 3/82 25584
/proc/meminfo: memFree=1575448/2055920 swapFree=4179832/4192956
[pid=25543] ppid=25541 vsize=16872 CPUtime=2.13
/proc/25543/stat : 25543 (sugar++) S 25541 25543 24321 0 -1 4194304 1564 15449 0 3 5 1 191 16 16 0 1 0 67094832 17276928 1130 996147200 4194304 4206940 548682068528 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25543/statm: 4218 1130 414 3 0 797 0
[pid=25566] ppid=25543 vsize=139096 CPUtime=3085.06
/proc/25566/stat : 25566 (minisat-inc) R 25543 25543 24321 0 -1 4194304 34153 0 0 0 308468 38 0 0 25 0 1 0 67095040 142434304 34093 996147200 134512640 135134323 4294956192 18446744073709551615 134532114 0 0 4096 3 0 0 0 17 1 0 0
/proc/25566/statm: 34774 34093 80 151 0 34620 0
Current children cumulated CPU time (s) 3087.19
Current children cumulated vsize (KiB) 155968

[startup+3162.3 s]
/proc/loadavg: 2.76 2.64 2.62 3/82 25584
/proc/meminfo: memFree=1575448/2055920 swapFree=4179832/4192956
[pid=25543] ppid=25541 vsize=16872 CPUtime=2.13
/proc/25543/stat : 25543 (sugar++) S 25541 25543 24321 0 -1 4194304 1564 15449 0 3 5 1 191 16 16 0 1 0 67094832 17276928 1130 996147200 4194304 4206940 548682068528 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25543/statm: 4218 1130 414 3 0 797 0
[pid=25566] ppid=25543 vsize=139096 CPUtime=3144.77
/proc/25566/stat : 25566 (minisat-inc) R 25543 25543 24321 0 -1 4194304 34153 0 0 0 314439 38 0 0 25 0 1 0 67095040 142434304 34093 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/25566/statm: 34774 34093 80 151 0 34620 0
Current children cumulated CPU time (s) 3146.9
Current children cumulated vsize (KiB) 155968

[startup+3222.3 s]
/proc/loadavg: 2.68 2.64 2.63 3/82 25584
/proc/meminfo: memFree=1575320/2055920 swapFree=4179832/4192956
[pid=25543] ppid=25541 vsize=16872 CPUtime=2.13
/proc/25543/stat : 25543 (sugar++) S 25541 25543 24321 0 -1 4194304 1564 15449 0 3 5 1 191 16 16 0 1 0 67094832 17276928 1130 996147200 4194304 4206940 548682068528 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25543/statm: 4218 1130 414 3 0 797 0
[pid=25566] ppid=25543 vsize=139096 CPUtime=3204.48
/proc/25566/stat : 25566 (minisat-inc) R 25543 25543 24321 0 -1 4194304 34165 0 0 0 320410 38 0 0 25 0 1 0 67095040 142434304 34105 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/25566/statm: 34774 34105 80 151 0 34620 0
Current children cumulated CPU time (s) 3206.61
Current children cumulated vsize (KiB) 155968

[startup+3282.3 s]
/proc/loadavg: 2.63 2.63 2.62 3/82 25584
/proc/meminfo: memFree=1575192/2055920 swapFree=4179832/4192956
[pid=25543] ppid=25541 vsize=16872 CPUtime=2.13
/proc/25543/stat : 25543 (sugar++) S 25541 25543 24321 0 -1 4194304 1564 15449 0 3 5 1 191 16 16 0 1 0 67094832 17276928 1130 996147200 4194304 4206940 548682068528 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25543/statm: 4218 1130 414 3 0 797 0
[pid=25566] ppid=25543 vsize=139176 CPUtime=3264.21
/proc/25566/stat : 25566 (minisat-inc) R 25543 25543 24321 0 -1 4194304 34187 0 0 0 326382 39 0 0 25 0 1 0 67095040 142516224 34127 996147200 134512640 135134323 4294956192 18446744073709551615 134531965 0 0 4096 3 0 0 0 17 1 0 0
/proc/25566/statm: 34794 34127 80 151 0 34640 0
Current children cumulated CPU time (s) 3266.34
Current children cumulated vsize (KiB) 156048

[startup+3342.3 s]
/proc/loadavg: 2.69 2.63 2.62 3/82 25584
/proc/meminfo: memFree=1575192/2055920 swapFree=4179832/4192956
[pid=25543] ppid=25541 vsize=16872 CPUtime=2.13
/proc/25543/stat : 25543 (sugar++) S 25541 25543 24321 0 -1 4194304 1564 15449 0 3 5 1 191 16 16 0 1 0 67094832 17276928 1130 996147200 4194304 4206940 548682068528 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25543/statm: 4218 1130 414 3 0 797 0
[pid=25566] ppid=25543 vsize=139176 CPUtime=3323.91
/proc/25566/stat : 25566 (minisat-inc) R 25543 25543 24321 0 -1 4194304 34191 0 0 0 332352 39 0 0 25 0 1 0 67095040 142516224 34131 996147200 134512640 135134323 4294956192 18446744073709551615 134532120 0 0 4096 3 0 0 0 17 1 0 0
/proc/25566/statm: 34794 34131 80 151 0 34640 0
Current children cumulated CPU time (s) 3326.04
Current children cumulated vsize (KiB) 156048

[startup+3402.31 s]
/proc/loadavg: 2.38 2.56 2.60 3/75 25616
/proc/meminfo: memFree=1641680/2055920 swapFree=4179832/4192956
[pid=25543] ppid=25541 vsize=16872 CPUtime=2.13
/proc/25543/stat : 25543 (sugar++) S 25541 25543 24321 0 -1 4194304 1564 15449 0 3 5 1 191 16 16 0 1 0 67094832 17276928 1130 996147200 4194304 4206940 548682068528 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25543/statm: 4218 1130 414 3 0 797 0
[pid=25566] ppid=25543 vsize=139420 CPUtime=3383.61
/proc/25566/stat : 25566 (minisat-inc) R 25543 25543 24321 0 -1 4194304 34241 0 0 0 338317 44 0 0 25 0 1 0 67095040 142766080 34181 996147200 134512640 135134323 4294956192 18446744073709551615 134531965 0 0 4096 3 0 0 0 17 0 0 0
/proc/25566/statm: 34855 34181 80 151 0 34701 0
Current children cumulated CPU time (s) 3385.74
Current children cumulated vsize (KiB) 156292

[startup+3462.3 s]
/proc/loadavg: 2.15 2.47 2.56 3/75 25616
/proc/meminfo: memFree=1641616/2055920 swapFree=4179832/4192956
[pid=25543] ppid=25541 vsize=16872 CPUtime=2.13
/proc/25543/stat : 25543 (sugar++) S 25541 25543 24321 0 -1 4194304 1564 15449 0 3 5 1 191 16 16 0 1 0 67094832 17276928 1130 996147200 4194304 4206940 548682068528 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25543/statm: 4218 1130 414 3 0 797 0
[pid=25566] ppid=25543 vsize=139420 CPUtime=3443.36
/proc/25566/stat : 25566 (minisat-inc) R 25543 25543 24321 0 -1 4194304 34249 0 0 0 344292 44 0 0 25 0 1 0 67095040 142766080 34189 996147200 134512640 135134323 4294956192 18446744073709551615 134531900 0 0 4096 3 0 0 0 17 0 0 0
/proc/25566/statm: 34855 34189 80 151 0 34701 0
Current children cumulated CPU time (s) 3445.49
Current children cumulated vsize (KiB) 156292

[startup+3522.3 s]
/proc/loadavg: 2.05 2.37 2.52 3/75 25616
/proc/meminfo: memFree=1641616/2055920 swapFree=4179832/4192956
[pid=25543] ppid=25541 vsize=16872 CPUtime=2.13
/proc/25543/stat : 25543 (sugar++) S 25541 25543 24321 0 -1 4194304 1564 15449 0 3 5 1 191 16 16 0 1 0 67094832 17276928 1130 996147200 4194304 4206940 548682068528 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25543/statm: 4218 1130 414 3 0 797 0
[pid=25566] ppid=25543 vsize=139420 CPUtime=3503.12
/proc/25566/stat : 25566 (minisat-inc) R 25543 25543 24321 0 -1 4194304 34254 0 0 0 350268 44 0 0 25 0 1 0 67095040 142766080 34194 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/25566/statm: 34855 34194 80 151 0 34701 0
Current children cumulated CPU time (s) 3505.25
Current children cumulated vsize (KiB) 156292

[startup+3582.3 s]
/proc/loadavg: 2.02 2.31 2.49 3/75 25616
/proc/meminfo: memFree=1641552/2055920 swapFree=4179832/4192956
[pid=25543] ppid=25541 vsize=16872 CPUtime=2.13
/proc/25543/stat : 25543 (sugar++) S 25541 25543 24321 0 -1 4194304 1564 15449 0 3 5 1 191 16 16 0 1 0 67094832 17276928 1130 996147200 4194304 4206940 548682068528 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25543/statm: 4218 1130 414 3 0 797 0
[pid=25566] ppid=25543 vsize=139420 CPUtime=3562.88
/proc/25566/stat : 25566 (minisat-inc) R 25543 25543 24321 0 -1 4194304 34255 0 0 0 356244 44 0 0 25 0 1 0 67095040 142766080 34195 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/25566/statm: 34855 34195 80 151 0 34701 0
Current children cumulated CPU time (s) 3565.01
Current children cumulated vsize (KiB) 156292



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3617.5 s]
/proc/loadavg: 2.01 2.27 2.47 3/75 25616
/proc/meminfo: memFree=1641552/2055920 swapFree=4179832/4192956
[pid=25543] ppid=25541 vsize=16872 CPUtime=2.13
/proc/25543/stat : 25543 (sugar++) S 25541 25543 24321 0 -1 4194304 1564 15449 0 3 5 1 191 16 16 0 1 0 67094832 17276928 1130 996147200 4194304 4206940 548682068528 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25543/statm: 4218 1130 414 3 0 797 0
[pid=25566] ppid=25543 vsize=139420 CPUtime=3597.94
/proc/25566/stat : 25566 (minisat-inc) R 25543 25543 24321 0 -1 4194304 34259 0 0 0 359750 44 0 0 25 0 1 0 67095040 142766080 34199 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/25566/statm: 34855 34199 80 151 0 34701 0
Current children cumulated CPU time (s) 3600.07
Current children cumulated vsize (KiB) 156292

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

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

[startup+3617.5 s]
/proc/loadavg: 2.01 2.27 2.47 3/75 25616
/proc/meminfo: memFree=1641552/2055920 swapFree=4179832/4192956
[pid=25543] ppid=25541 vsize=16872 CPUtime=2.13
/proc/25543/stat : 25543 (sugar++) S 25541 25543 24321 0 -1 4194304 1564 15449 0 3 5 1 191 16 16 0 1 0 67094832 17276928 1130 996147200 4194304 4206940 548682068528 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25543/statm: 4218 1130 414 3 0 797 0
[pid=25566] ppid=25543 vsize=139420 CPUtime=3597.94
/proc/25566/stat : 25566 (minisat-inc) R 25543 25543 24321 0 -1 4194304 34259 0 0 0 359750 44 0 0 25 0 1 0 67095040 142766080 34199 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/25566/statm: 34855 34199 80 151 0 34701 0
Current children cumulated CPU time (s) 3600.07
Current children cumulated vsize (KiB) 156292

Child status: 0
Real time (s): 3617.53
CPU time (s): 3600.13
CPU user time (s): 3599.47
CPU system time (s): 0.6559
CPU usage (%): 99.5189
Max. virtual memory (cumulated for all children) (KiB): 890592

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3599.47
system time used= 0.6559
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 51351
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= 3251
involuntary context switches= 109832

runsolver used 2.88556 second user time and 10.2924 second system time

The end

Launcher Data (download as text)

Begin job on node41 at 2008-07-15 08:39:09
IDJOB=1119867
IDBENCH=62423
IDSOLVER=367
FILE ID=node41/1119867-1216103949
PBS_JOBID= 7905236
Free space on /tmp= 66216 MiB

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

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 709264c2514dadfef18f65be5b77748b
RANDOM SEED=480505269

node41.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.216
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.216
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:       1723784 kB
Buffers:         67488 kB
Cached:         132556 kB
SwapCached:       7492 kB
Active:         229468 kB
Inactive:        55704 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1723784 kB
SwapTotal:     4192956 kB
SwapFree:      4179832 kB
Dirty:             936 kB
Writeback:           0 kB
Mapped:         101040 kB
Slab:            32112 kB
Committed_AS:  1050616 kB
PageTables:       1872 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= 66208 MiB
End job on node41 at 2008-07-15 09:39:28