Trace number 1120500

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.1 3625.63

General information on the benchmark

Namemaxcsp/maxcut/maxcut-40/
normalized-maxcut-40-480-8_ext.xml
MD5SUM533503f626a46cfb8a6d7cbc0db61281
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkMOPT
Best Number of falsified constraints192
Best CPU time to get the best result obtained on this benchmark283.354
Satisfiable
(Un)Satisfiability was proved
Number of variables40
Number of constraints480
Maximum constraint arity2
Maximum domain size2
Number of constraints which are defined in extension480
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 12:00:16 2008
0.00/0.04	c 0	PID 25418
0.03/0.05	c 0	HOST node55.alineos.net
0.03/0.05	c 0	CONVERTING HOME/instance-1120500-1216116016.xml TO HOME/temp.csp
0.03/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1120500-1216116016.xml' 'HOME/temp.csp'
0.03/0.37	c 0	1 domains, 40 variables, 0 predicates, 1 relations, 480 constraints
0.03/0.42	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.42	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.35/0.50	c 0	Parsing HOME/temp.csp
0.35/0.64	c 0	parsed 522 expressions
0.35/0.69	c 0	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.35/0.71	c 0	MAX CSP: 480 constraints
0.35/0.71	c 0	Converting to clausal form CSP
0.35/0.74	c 0	converted 101 (10%) expressions
0.35/0.76	c 0	converted 201 (20%) expressions
0.35/0.76	c 0	converted 302 (30%) expressions
0.35/0.77	c 0	converted 402 (40%) expressions
0.35/0.78	c 0	converted 503 (50%) expressions
0.35/0.79	c 0	converted 603 (60%) expressions
0.35/0.79	c 0	converted 704 (70%) expressions
0.35/0.80	c 0	converted 804 (80%) expressions
0.35/0.81	c 0	converted 905 (90%) expressions
0.91/1.03	c 1	converted 1005 (100%) expressions
0.91/1.03	c 1	CSP : 1000 integers, 0 booleans, 1439 clauses, largest domain size 721
0.91/1.03	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.91/1.03	c 1	Propagation in CSP
0.91/1.07	c 1	476 values, 0 unsatisfiable literals, and 0 valid clauses are removed
0.91/1.07	c 1	CSP : 1000 integers, 0 booleans, 1439 clauses, largest domain size 481
0.91/1.07	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.91/1.08	c 1	Simplifing CSP by introducing new Boolean variables
0.91/1.08	c 1	CSP : 1000 integers, 0 booleans, 1439 clauses, largest domain size 481
0.91/1.08	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.00/1.11	c 1	Encoding CSP to SAT : HOME/temp.cnf
1.00/1.12	c 1	100 (10%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.00/1.12	c 1	200 (20%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.00/1.12	c 1	300 (30%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.00/1.12	c 1	400 (40%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.00/1.12	c 1	500 (50%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.00/1.14	c 1	600 (60%) CSP integer variables are encoded (3592 clauses, 45803 bytes)
1.00/1.14	c 1	700 (70%) CSP integer variables are encoded (4613 clauses, 59076 bytes)
1.00/1.14	c 1	800 (80%) CSP integer variables are encoded (5649 clauses, 72544 bytes)
1.00/1.14	c 1	900 (90%) CSP integer variables are encoded (6276 clauses, 80695 bytes)
1.00/1.15	c 1	1000 (100%) CSP integer variables are encoded (7173 clauses, 92356 bytes)
1.00/1.17	c 1	144 (10%) CSP clauses are encoded (7461 clauses, 95940 bytes)
1.00/1.19	c 1	288 (20%) CSP clauses are encoded (7749 clauses, 99862 bytes)
1.11/1.20	c 1	432 (30%) CSP clauses are encoded (8037 clauses, 103894 bytes)
1.20/1.32	c 1	576 (40%) CSP clauses are encoded (42281 clauses, 704546 bytes)
1.30/1.47	c 1	720 (50%) CSP clauses are encoded (131247 clauses, 2334214 bytes)
1.30/1.49	c 1	864 (60%) CSP clauses are encoded (135685 clauses, 2411571 bytes)
1.50/1.69	c 1	1008 (70%) CSP clauses are encoded (249531 clauses, 4505635 bytes)
1.59/1.71	c 1	1152 (80%) CSP clauses are encoded (254599 clauses, 4594226 bytes)
1.59/1.73	c 1	1296 (90%) CSP clauses are encoded (266565 clauses, 4809490 bytes)
1.69/1.81	c 1	1439 (100%) CSP clauses are encoded (310479 clauses, 5610686 bytes)
1.69/1.81	c 1	1439 CSP clauses encoded
1.69/1.81	c 1	Writing map file : HOME/temp.map
1.69/1.82	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.69/1.82	c 1	SAT : 8173 SAT variables, 310479 SAT clauses, 5610686 bytes
1.69/1.82	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.69/1.85	c 1	OBJECTIVE minimize _COST
1.69/1.85	c 1	OBJECTIVE BOUND: 0 <= _COST <= 
1.69/1.85	c 1	SEARCHING: _COST <= 240
1.69/1.85	c 1	SOLVING HOME/temp.cnf
1.69/1.85	c 1	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
1.69/1.85	c 1	This is MiniSat 2.0 beta
1.69/1.85	c 1	WARNING: for repeatability, setting FPU to use double precision
1.69/1.85	c 1	============================[ Problem Statistics ]=============================
1.69/1.85	c 1	|                                                                             |
1.69/1.85	c 1	|  Number of variables:  8173                                                 |
1.69/1.85	c 1	|  Number of clauses:    310480                                               |
1.74/2.00	c 2	|  Parsing time:         0.13         s                                       |
1.74/2.08	c 2	============================[ Search Statistics ]==============================
1.74/2.08	c 2	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.74/2.08	c 2	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.74/2.08	c 2	===============================================================================
1.74/2.08	c 2	|         0 |    6013   198764   580533 |    66254        0    nan |  0.000 % |
2.08/2.21	c 2	|       106 |    6013   198764   580533 |    72880      106     34 | 26.428 % |
2.08/2.29	c 2	|       256 |    6013   198764   580533 |    80168      256     38 | 26.428 % |
2.17/2.39	c 2	|       482 |    6013   198764   580533 |    88184      482     35 | 26.428 % |
2.37/2.50	c 2	|       819 |    6013   198764   580533 |    97003      819     34 | 26.429 % |
2.47/2.65	c 2	|      1326 |    6013   198764   580533 |   106703     1326     33 | 26.428 % |
2.66/2.85	c 2	|      2085 |    6013   198764   580533 |   117374     2085     33 | 26.428 % |
3.16/3.33	c 3	|      3224 |    6013   198764   580533 |   129111     3224     33 | 26.428 % |
3.66/3.86	c 3	|      4933 |    6013   198764   580533 |   142022     4933     31 | 26.428 % |
4.45/4.66	c 4	|      7495 |    6013   198764   580533 |   156225     7495     30 | 26.428 % |
5.64/5.81	c 5	|     11339 |    6013   198764   580533 |   171847    11339     29 | 26.428 % |
8.32/8.52	c 8	|     17105 |    6013   198764   580533 |   189032    17105     31 | 26.428 % |
8.62/8.85	c 8	===============================================================================
8.62/8.85	c 8	restarts              : 12
8.62/8.85	c 8	conflicts             : 17809          (2579 /sec)
8.62/8.85	c 8	decisions             : 21602          (0.61 % random) (3128 /sec)
8.62/8.85	c 8	propagations          : 6152227        (890859 /sec)
8.62/8.85	c 8	conflict literals     : 561428         (26.08 % deleted)
8.62/8.85	c 8	Memory used           : 14.93 MB
8.62/8.85	c 8	CPU time              : 6.90595 s
8.62/8.85	c 8	
8.62/8.85	c 8	SATISFIABLE
8.62/8.85	c 8	FOUND: _COST <= 240
8.62/8.85	s SATISFIABLE
8.62/8.85	c 8	DECODING HOME/temp.out WITH HOME/temp.map
8.62/8.85	c 8	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
8.68/8.93	c 9	Decoding HOME/temp.out
8.68/9.07	c 9	OBJECTIVE _COST 240
8.68/9.07	o 240
8.68/9.08	v 1 0 1 0 1 0 0 0 1 1 0 0 1 1 1 0 0 1 1 1 0 1 1 1 0 0 1 1 1 0 0 1 1 1 1 0 1 0 1 0
8.68/9.10	c 9	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
8.68/9.13	c 9	OBJECTIVE BOUND: 0 <= _COST <= 240
8.68/9.13	c 9	SEARCHING: _COST <= 120
8.68/9.13	c 9	SOLVING HOME/temp.cnf
8.68/9.13	c 9	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
8.68/9.13	c 9	This is MiniSat 2.0 beta
8.68/9.13	c 9	WARNING: for repeatability, setting FPU to use double precision
8.68/9.13	c 9	============================[ Problem Statistics ]=============================
8.68/9.13	c 9	|                                                                             |
8.68/9.14	c 9	|  Number of variables:  8173                                                 |
8.68/9.14	c 9	|  Number of clauses:    310480                                               |
8.95/9.29	c 9	|  Parsing time:         0.13         s                                       |
8.95/9.40	c 9	============================[ Search Statistics ]==============================
8.95/9.40	c 9	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
8.95/9.40	c 9	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
8.95/9.40	c 9	===============================================================================
8.95/9.40	c 9	|         0 |    4813   130544   379353 |    43514        0    nan |  0.000 % |
8.95/9.47	c 9	|       100 |    4813   130544   379353 |    47866      100     18 | 41.111 % |
8.95/9.54	c 9	|       250 |    4813   130544   379353 |    52652      250     18 | 41.111 % |
8.95/9.65	c 9	|       475 |    4813   130544   379353 |    57918      475     22 | 41.111 % |
9.59/9.80	c 9	|       813 |    4813   130544   379353 |    63709      813     22 | 41.111 % |
9.79/10.03	c 10	|      1319 |    4813   130544   379353 |    70080     1319     23 | 41.111 % |
10.09/10.38	c 10	|      2079 |    4813   130544   379353 |    77088     2079     24 | 41.111 % |
10.78/11.01	c 11	|      3218 |    4813   130544   379353 |    84797     3218     25 | 41.111 % |
11.77/12.01	c 12	|      4927 |    4813   130544   379353 |    93277     4927     26 | 41.111 % |
13.25/13.51	c 13	|      7490 |    4813   130544   379353 |   102605     7490     26 | 41.111 % |
15.93/16.29	c 16	|     11336 |    4813   130544   379353 |   112865    11336     26 | 41.111 % |
19.79/20.12	c 20	|     17103 |    4813   130544   379353 |   124152    17103     26 | 41.111 % |
25.74/26.14	c 26	|     25752 |    4813   130544   379353 |   136567    25752     25 | 41.111 % |
39.31/39.81	c 39	|     38727 |    4813   130544   379353 |   150224    38727     25 | 41.111 % |
63.95/64.72	c 64	|     58190 |    4813   130544   379353 |   165246    58190     26 | 41.111 % |
107.14/108.36	c 108	|     87383 |    4813   130544   379353 |   181771    87383     26 | 41.111 % |
187.39/189.37	c 189	|    131172 |    4813   130544   379353 |   199948   131172     26 | 41.111 % |
324.89/328.15	c 328	|    196857 |    4813   130544   379353 |   219943   196857     25 | 41.111 % |
498.94/503.84	c 503	|    295385 |    4813   130544   379353 |   241937    89311     27 | 41.111 % |
795.24/802.91	c 803	|    443175 |    4813   130544   379353 |   266131   237101     26 | 41.111 % |
1240.23/1252.12	c 1252	|    664858 |    4813   130544   379353 |   292744   205456     25 | 41.111 % |
2027.59/2046.91	c 2047	|    997383 |    4813   130544   379353 |   322019   259934     24 | 41.111 % |
3234.13/3259.57	c 3259	|   1496171 |    4813   130544   379353 |   354221   142767     24 | 41.111 % |
3600.10/3625.62	c ERROR unknown output  in HOME/temp.out
3600.10/3625.62	c 3625	CPU 8.76 (0.04 0.01 8.72 0.18)
3600.10/3625.62	c 3625	END Tue Jul 15 13:00:41 2008
3600.10/3625.62	c ERROR INTERRUPTED

Verifier Data (download as text)

OK	226	254
226 unsatisfied constraints, 254 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-1120500-1216116016/watcher-1120500-1216116016 -o /tmp/evaluation-result-1120500-1216116016/solver-1120500-1216116016 -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-1120500-1216116016.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: 1.84 1.38 1.33 4/81 25418
/proc/meminfo: memFree=1809264/2055920 swapFree=4191900/4192956
[pid=25418] ppid=25416 vsize=12268 CPUtime=0
/proc/25418/stat : 25418 (sugar) R 25416 25418 25348 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 68300202 12562432 316 996147200 4194304 4206940 548682068592 18446744073709551615 248761776741 0 0 4224 0 0 0 0 17 1 0 0
/proc/25418/statm: 3067 316 241 3 0 167 0

[startup+0.050063 s]
/proc/loadavg: 1.84 1.38 1.33 4/81 25418
/proc/meminfo: memFree=1809264/2055920 swapFree=4191900/4192956
[pid=25418] ppid=25416 vsize=13600 CPUtime=0.03
/proc/25418/stat : 25418 (sugar) S 25416 25418 25348 0 -1 4194304 838 0 0 0 3 0 0 0 18 0 1 0 68300202 13926400 792 996147200 4194304 4206940 548682068592 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25418/statm: 3400 792 367 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.10123 s]
/proc/loadavg: 1.84 1.38 1.33 4/81 25418
/proc/meminfo: memFree=1809264/2055920 swapFree=4191900/4192956
[pid=25418] ppid=25416 vsize=13600 CPUtime=0.03
/proc/25418/stat : 25418 (sugar) S 25416 25418 25348 0 -1 4194304 898 127 0 0 3 0 0 0 19 0 1 0 68300202 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25418/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301249 s]
/proc/loadavg: 1.84 1.38 1.33 4/81 25418
/proc/meminfo: memFree=1809264/2055920 swapFree=4191900/4192956
[pid=25418] ppid=25416 vsize=13600 CPUtime=0.03
/proc/25418/stat : 25418 (sugar) S 25416 25418 25348 0 -1 4194304 898 127 0 0 3 0 0 0 19 0 1 0 68300202 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25418/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701281 s]
/proc/loadavg: 1.84 1.38 1.33 4/81 25418
/proc/meminfo: memFree=1809264/2055920 swapFree=4191900/4192956
[pid=25418] ppid=25416 vsize=13600 CPUtime=0.35
/proc/25418/stat : 25418 (sugar) S 25416 25418 25348 0 -1 4194304 974 4527 0 1 3 1 28 3 15 0 1 0 68300202 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25418/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.35
Current children cumulated vsize (KiB) 13600

[startup+1.50236 s]
/proc/loadavg: 1.84 1.38 1.33 3/92 25440
/proc/meminfo: memFree=1795792/2055920 swapFree=4191900/4192956
[pid=25418] ppid=25416 vsize=13600 CPUtime=0.35
/proc/25418/stat : 25418 (sugar) S 25416 25418 25348 0 -1 4194304 974 4527 0 1 3 1 28 3 15 0 1 0 68300202 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25418/statm: 3400 797 370 3 0 500 0
[pid=25431] ppid=25418 vsize=5356 CPUtime=0
/proc/25431/stat : 25431 (sh) S 25418 25418 25348 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 68300244 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25431/statm: 1339 233 193 169 0 50 0
[pid=25432] ppid=25431 vsize=868492 CPUtime=1.05
/proc/25432/stat : 25432 (java) S 25431 25418 25348 0 -1 0 6517 0 1 0 99 6 0 0 18 0 9 0 68300244 889335808 5677 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25432/statm: 217123 5677 2563 9 0 211670 0
[pid=25432/tid=25433] ppid=25431 vsize=868492 CPUtime=0.72
/proc/25432/task/25433/stat : 25433 (java) R 25431 25418 25348 0 -1 64 2788 0 1 0 69 3 0 0 19 0 9 0 68300245 889335808 5677 996147200 134512640 134550740 4294955936 18446744073709551615 4126921767 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25432/tid=25434] ppid=25431 vsize=868492 CPUtime=0.06
/proc/25432/task/25434/stat : 25434 (java) S 25431 25418 25348 0 -1 64 1557 0 0 0 6 0 0 0 16 0 9 0 68300246 889335808 5677 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25432/tid=25435] ppid=25431 vsize=868492 CPUtime=0
/proc/25432/task/25435/stat : 25435 (java) S 25431 25418 25348 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 68300247 889335808 5677 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25432/tid=25436] ppid=25431 vsize=868492 CPUtime=0
/proc/25432/task/25436/stat : 25436 (java) S 25431 25418 25348 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 68300247 889335808 5677 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25432/tid=25437] ppid=25431 vsize=868492 CPUtime=0
/proc/25432/task/25437/stat : 25437 (java) S 25431 25418 25348 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 68300248 889335808 5677 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25432/tid=25438] ppid=25431 vsize=868492 CPUtime=0.22
/proc/25432/task/25438/stat : 25438 (java) S 25431 25418 25348 0 -1 64 1478 0 0 0 22 0 0 0 16 0 9 0 68300248 889335808 5677 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25432/tid=25439] ppid=25431 vsize=868492 CPUtime=0
/proc/25432/task/25439/stat : 25439 (java) S 25431 25418 25348 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 68300249 889335808 5677 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25432/tid=25440] ppid=25431 vsize=868492 CPUtime=0
/proc/25432/task/25440/stat : 25440 (java) S 25431 25418 25348 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 68300249 889335808 5677 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.4
Current children cumulated vsize (KiB) 887448

[startup+3.10151 s]
/proc/loadavg: 1.84 1.38 1.33 3/84 25442
/proc/meminfo: memFree=1787536/2055920 swapFree=4191900/4192956
[pid=25418] ppid=25416 vsize=13732 CPUtime=1.74
/proc/25418/stat : 25418 (sugar) S 25416 25418 25348 0 -1 4194304 1067 11442 0 2 4 1 157 12 15 0 1 0 68300202 14061568 815 996147200 4194304 4206940 548682068592 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25418/statm: 3433 815 374 3 0 533 0
[pid=25441] ppid=25418 vsize=5356 CPUtime=0
/proc/25441/stat : 25441 (sh) S 25418 25418 25348 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 68300386 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25441/statm: 1339 232 193 169 0 50 0
[pid=25442] ppid=25441 vsize=14452 CPUtime=1.22
/proc/25442/stat : 25442 (minisat) R 25441 25418 25348 0 -1 4194304 3497 0 0 0 121 1 0 0 25 0 1 0 68300387 14798848 3483 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/25442/statm: 3613 3483 75 150 0 3460 0
Current children cumulated CPU time (s) 2.96
Current children cumulated vsize (KiB) 33540

[startup+6.3018 s]
/proc/loadavg: 1.85 1.39 1.34 3/84 25442
/proc/meminfo: memFree=1787216/2055920 swapFree=4191900/4192956
[pid=25418] ppid=25416 vsize=13732 CPUtime=1.74
/proc/25418/stat : 25418 (sugar) S 25416 25418 25348 0 -1 4194304 1067 11442 0 2 4 1 157 12 16 0 1 0 68300202 14061568 815 996147200 4194304 4206940 548682068592 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25418/statm: 3433 815 374 3 0 533 0
[pid=25441] ppid=25418 vsize=5356 CPUtime=0
/proc/25441/stat : 25441 (sh) S 25418 25418 25348 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 68300386 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25441/statm: 1339 232 193 169 0 50 0
[pid=25442] ppid=25441 vsize=14452 CPUtime=4.4
/proc/25442/stat : 25442 (minisat) R 25441 25418 25348 0 -1 4194304 3511 0 0 0 438 2 0 0 25 0 1 0 68300387 14798848 3497 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/25442/statm: 3613 3497 75 150 0 3460 0
Current children cumulated CPU time (s) 6.14
Current children cumulated vsize (KiB) 33540

[startup+12.7014 s]
/proc/loadavg: 1.86 1.40 1.34 3/84 25454
/proc/meminfo: memFree=1787280/2055920 swapFree=4191900/4192956
[pid=25418] ppid=25416 vsize=13732 CPUtime=8.95
/proc/25418/stat : 25418 (sugar) S 25416 25418 25348 0 -1 4194304 1185 19310 0 3 4 1 872 18 16 0 1 0 68300202 14061568 815 996147200 4194304 4206940 548682068592 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25418/statm: 3433 815 374 3 0 533 0
[pid=25453] ppid=25418 vsize=5356 CPUtime=0
/proc/25453/stat : 25453 (sh) S 25418 25418 25348 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 68301115 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25453/statm: 1339 232 193 169 0 50 0
[pid=25454] ppid=25453 vsize=14592 CPUtime=3.51
/proc/25454/stat : 25454 (minisat) R 25453 25418 25348 0 -1 4194304 3539 0 0 0 350 1 0 0 25 0 1 0 68301115 14942208 3525 996147200 134512640 135127466 4294956256 18446744073709551615 134531240 0 0 4096 3 0 0 0 17 1 0 0
/proc/25454/statm: 3648 3525 75 150 0 3495 0
Current children cumulated CPU time (s) 12.46
Current children cumulated vsize (KiB) 33680

[startup+25.5026 s]
/proc/loadavg: 1.89 1.43 1.35 3/84 25454
/proc/meminfo: memFree=1787344/2055920 swapFree=4191900/4192956
[pid=25418] ppid=25416 vsize=13732 CPUtime=8.95
/proc/25418/stat : 25418 (sugar) S 25416 25418 25348 0 -1 4194304 1185 19310 0 3 4 1 872 18 16 0 1 0 68300202 14061568 815 996147200 4194304 4206940 548682068592 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25418/statm: 3433 815 374 3 0 533 0
[pid=25453] ppid=25418 vsize=5356 CPUtime=0
/proc/25453/stat : 25453 (sh) S 25418 25418 25348 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 68301115 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25453/statm: 1339 232 193 169 0 50 0
[pid=25454] ppid=25453 vsize=14592 CPUtime=16.19
/proc/25454/stat : 25454 (minisat) R 25453 25418 25348 0 -1 4194304 3557 0 0 0 1618 1 0 0 25 0 1 0 68301115 14942208 3543 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 1 0 0
/proc/25454/statm: 3648 3543 75 150 0 3495 0
Current children cumulated CPU time (s) 25.14
Current children cumulated vsize (KiB) 33680

[startup+51.1029 s]
/proc/loadavg: 2.00 1.49 1.37 3/84 25460
/proc/meminfo: memFree=1784648/2055920 swapFree=4191900/4192956
[pid=25418] ppid=25416 vsize=13732 CPUtime=8.95
/proc/25418/stat : 25418 (sugar) S 25416 25418 25348 0 -1 4194304 1185 19310 0 3 4 1 872 18 16 0 1 0 68300202 14061568 815 996147200 4194304 4206940 548682068592 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25418/statm: 3433 815 374 3 0 533 0
[pid=25453] ppid=25418 vsize=5356 CPUtime=0
/proc/25453/stat : 25453 (sh) S 25418 25418 25348 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 68301115 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25453/statm: 1339 232 193 169 0 50 0
[pid=25454] ppid=25453 vsize=17348 CPUtime=41.53
/proc/25454/stat : 25454 (minisat) R 25453 25418 25348 0 -1 4194304 4218 0 0 0 4151 2 0 0 25 0 1 0 68301115 17764352 4204 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/25454/statm: 4337 4204 75 150 0 4184 0
Current children cumulated CPU time (s) 50.48
Current children cumulated vsize (KiB) 36436

[startup+102.307 s]
/proc/loadavg: 2.00 1.57 1.40 3/84 25460
/proc/meminfo: memFree=1779472/2055920 swapFree=4191900/4192956
[pid=25418] ppid=25416 vsize=13732 CPUtime=8.95
/proc/25418/stat : 25418 (sugar) S 25416 25418 25348 0 -1 4194304 1185 19310 0 3 4 1 872 18 16 0 1 0 68300202 14061568 815 996147200 4194304 4206940 548682068592 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25418/statm: 3433 815 374 3 0 533 0
[pid=25453] ppid=25418 vsize=5356 CPUtime=0
/proc/25453/stat : 25453 (sh) S 25418 25418 25348 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 68301115 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25453/statm: 1339 232 193 169 0 50 0
[pid=25454] ppid=25453 vsize=22476 CPUtime=92.25
/proc/25454/stat : 25454 (minisat) R 25453 25418 25348 0 -1 4194304 5483 0 0 0 9222 3 0 0 25 0 1 0 68301115 23015424 5469 996147200 134512640 135127466 4294956256 18446744073709551615 134530828 0 0 4096 3 0 0 0 17 1 0 0
/proc/25454/statm: 5619 5469 75 150 0 5466 0
Current children cumulated CPU time (s) 101.2
Current children cumulated vsize (KiB) 41564

[startup+162.302 s]
/proc/loadavg: 2.00 1.64 1.44 3/84 25460
/proc/meminfo: memFree=1774992/2055920 swapFree=4191900/4192956
[pid=25418] ppid=25416 vsize=13732 CPUtime=8.95
/proc/25418/stat : 25418 (sugar) S 25416 25418 25348 0 -1 4194304 1185 19310 0 3 4 1 872 18 16 0 1 0 68300202 14061568 815 996147200 4194304 4206940 548682068592 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25418/statm: 3433 815 374 3 0 533 0
[pid=25453] ppid=25418 vsize=5356 CPUtime=0
/proc/25453/stat : 25453 (sh) S 25418 25418 25348 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 68301115 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25453/statm: 1339 232 193 169 0 50 0
[pid=25454] ppid=25453 vsize=27056 CPUtime=151.68
/proc/25454/stat : 25454 (minisat) R 25453 25418 25348 0 -1 4194304 6601 0 0 0 15164 4 0 0 25 0 1 0 68301115 27705344 6587 996147200 134512640 135127466 4294956256 18446744073709551615 134530736 0 0 4096 3 0 0 0 17 1 0 0
/proc/25454/statm: 6764 6587 75 150 0 6611 0
Current children cumulated CPU time (s) 160.63
Current children cumulated vsize (KiB) 46144

[startup+222.303 s]
/proc/loadavg: 2.00 1.70 1.47 3/84 25460
/proc/meminfo: memFree=1770384/2055920 swapFree=4191900/4192956
[pid=25418] ppid=25416 vsize=13732 CPUtime=8.95
/proc/25418/stat : 25418 (sugar) S 25416 25418 25348 0 -1 4194304 1185 19310 0 3 4 1 872 18 16 0 1 0 68300202 14061568 815 996147200 4194304 4206940 548682068592 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25418/statm: 3433 815 374 3 0 533 0
[pid=25453] ppid=25418 vsize=5356 CPUtime=0
/proc/25453/stat : 25453 (sh) S 25418 25418 25348 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 68301115 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0

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

/proc/meminfo: memFree=1706632/2055920 swapFree=4191900/4192956
[pid=25418] ppid=25416 vsize=13732 CPUtime=8.95
/proc/25418/stat : 25418 (sugar) S 25416 25418 25348 0 -1 4194304 1185 19310 0 3 4 1 872 18 16 0 1 0 68300202 14061568 815 996147200 4194304 4206940 548682068592 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25418/statm: 3433 815 374 3 0 533 0
[pid=25453] ppid=25418 vsize=5356 CPUtime=0
/proc/25453/stat : 25453 (sh) S 25418 25418 25348 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 68301115 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25453/statm: 1339 232 193 169 0 50 0
[pid=25454] ppid=25453 vsize=61644 CPUtime=3068.02
/proc/25454/stat : 25454 (minisat) R 25453 25418 25348 0 -1 4194304 14787 0 0 0 306783 19 0 0 25 0 1 0 68301115 63123456 14748 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/25454/statm: 15411 14748 75 150 0 15258 0
Current children cumulated CPU time (s) 3076.97
Current children cumulated vsize (KiB) 80732

[startup+3162.3 s]
/proc/loadavg: 2.00 1.97 1.91 3/77 25556
/proc/meminfo: memFree=1703432/2055920 swapFree=4191900/4192956
[pid=25418] ppid=25416 vsize=13732 CPUtime=8.95
/proc/25418/stat : 25418 (sugar) S 25416 25418 25348 0 -1 4194304 1185 19310 0 3 4 1 872 18 16 0 1 0 68300202 14061568 815 996147200 4194304 4206940 548682068592 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25418/statm: 3433 815 374 3 0 533 0
[pid=25453] ppid=25418 vsize=5356 CPUtime=0
/proc/25453/stat : 25453 (sh) S 25418 25418 25348 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 68301115 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25453/statm: 1339 232 193 169 0 50 0
[pid=25454] ppid=25453 vsize=62012 CPUtime=3128
/proc/25454/stat : 25454 (minisat) R 25453 25418 25348 0 -1 4194304 14870 0 0 0 312781 19 0 0 25 0 1 0 68301115 63500288 14823 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/25454/statm: 15503 14823 75 150 0 15350 0
Current children cumulated CPU time (s) 3136.95
Current children cumulated vsize (KiB) 81100

[startup+3222.3 s]
/proc/loadavg: 2.00 1.97 1.91 3/77 25556
/proc/meminfo: memFree=1699912/2055920 swapFree=4191900/4192956
[pid=25418] ppid=25416 vsize=13732 CPUtime=8.95
/proc/25418/stat : 25418 (sugar) S 25416 25418 25348 0 -1 4194304 1185 19310 0 3 4 1 872 18 16 0 1 0 68300202 14061568 815 996147200 4194304 4206940 548682068592 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25418/statm: 3433 815 374 3 0 533 0
[pid=25453] ppid=25418 vsize=5356 CPUtime=0
/proc/25453/stat : 25453 (sh) S 25418 25418 25348 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 68301115 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25453/statm: 1339 232 193 169 0 50 0
[pid=25454] ppid=25453 vsize=62012 CPUtime=3187.99
/proc/25454/stat : 25454 (minisat) R 25453 25418 25348 0 -1 4194304 14871 0 0 0 318779 20 0 0 25 0 1 0 68301115 63500288 14824 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/25454/statm: 15503 14824 75 150 0 15350 0
Current children cumulated CPU time (s) 3196.94
Current children cumulated vsize (KiB) 81100

[startup+3282.31 s]
/proc/loadavg: 2.00 1.97 1.91 3/77 25556
/proc/meminfo: memFree=1697352/2055920 swapFree=4191900/4192956
[pid=25418] ppid=25416 vsize=13732 CPUtime=8.95
/proc/25418/stat : 25418 (sugar) S 25416 25418 25348 0 -1 4194304 1185 19310 0 3 4 1 872 18 16 0 1 0 68300202 14061568 815 996147200 4194304 4206940 548682068592 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25418/statm: 3433 815 374 3 0 533 0
[pid=25453] ppid=25418 vsize=5356 CPUtime=0
/proc/25453/stat : 25453 (sh) S 25418 25418 25348 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 68301115 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25453/statm: 1339 232 193 169 0 50 0
[pid=25454] ppid=25453 vsize=62012 CPUtime=3247.97
/proc/25454/stat : 25454 (minisat) R 25453 25418 25348 0 -1 4194304 14873 0 0 0 324777 20 0 0 25 0 1 0 68301115 63500288 14826 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 0 0 0
/proc/25454/statm: 15503 14826 75 150 0 15350 0
Current children cumulated CPU time (s) 3256.92
Current children cumulated vsize (KiB) 81100

[startup+3342.3 s]
/proc/loadavg: 2.00 1.97 1.91 3/77 25556
/proc/meminfo: memFree=1696072/2055920 swapFree=4191900/4192956
[pid=25418] ppid=25416 vsize=13732 CPUtime=8.95
/proc/25418/stat : 25418 (sugar) S 25416 25418 25348 0 -1 4194304 1185 19310 0 3 4 1 872 18 16 0 1 0 68300202 14061568 815 996147200 4194304 4206940 548682068592 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25418/statm: 3433 815 374 3 0 533 0
[pid=25453] ppid=25418 vsize=5356 CPUtime=0
/proc/25453/stat : 25453 (sh) S 25418 25418 25348 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 68301115 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25453/statm: 1339 232 193 169 0 50 0
[pid=25454] ppid=25453 vsize=62012 CPUtime=3307.94
/proc/25454/stat : 25454 (minisat) R 25453 25418 25348 0 -1 4194304 14873 0 0 0 330774 20 0 0 25 0 1 0 68301115 63500288 14826 996147200 134512640 135127466 4294956256 18446744073709551615 134530654 0 0 4096 3 0 0 0 17 0 0 0
/proc/25454/statm: 15503 14826 75 150 0 15350 0
Current children cumulated CPU time (s) 3316.89
Current children cumulated vsize (KiB) 81100

[startup+3402.31 s]
/proc/loadavg: 2.00 1.97 1.91 3/77 25556
/proc/meminfo: memFree=1695880/2055920 swapFree=4191900/4192956
[pid=25418] ppid=25416 vsize=13732 CPUtime=8.95
/proc/25418/stat : 25418 (sugar) S 25416 25418 25348 0 -1 4194304 1185 19310 0 3 4 1 872 18 16 0 1 0 68300202 14061568 815 996147200 4194304 4206940 548682068592 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25418/statm: 3433 815 374 3 0 533 0
[pid=25453] ppid=25418 vsize=5356 CPUtime=0
/proc/25453/stat : 25453 (sh) S 25418 25418 25348 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 68301115 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25453/statm: 1339 232 193 169 0 50 0
[pid=25454] ppid=25453 vsize=62012 CPUtime=3367.93
/proc/25454/stat : 25454 (minisat) R 25453 25418 25348 0 -1 4194304 14874 0 0 0 336773 20 0 0 25 0 1 0 68301115 63500288 14827 996147200 134512640 135127466 4294956256 18446744073709551615 134530700 0 0 4096 3 0 0 0 17 0 0 0
/proc/25454/statm: 15503 14827 75 150 0 15350 0
Current children cumulated CPU time (s) 3376.88
Current children cumulated vsize (KiB) 81100

[startup+3462.3 s]
/proc/loadavg: 2.00 1.97 1.91 3/77 25556
/proc/meminfo: memFree=1695624/2055920 swapFree=4191900/4192956
[pid=25418] ppid=25416 vsize=13732 CPUtime=8.95
/proc/25418/stat : 25418 (sugar) S 25416 25418 25348 0 -1 4194304 1185 19310 0 3 4 1 872 18 16 0 1 0 68300202 14061568 815 996147200 4194304 4206940 548682068592 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25418/statm: 3433 815 374 3 0 533 0
[pid=25453] ppid=25418 vsize=5356 CPUtime=0
/proc/25453/stat : 25453 (sh) S 25418 25418 25348 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 68301115 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25453/statm: 1339 232 193 169 0 50 0
[pid=25454] ppid=25453 vsize=62012 CPUtime=3427.9
/proc/25454/stat : 25454 (minisat) R 25453 25418 25348 0 -1 4194304 14874 0 0 0 342770 20 0 0 25 0 1 0 68301115 63500288 14827 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/25454/statm: 15503 14827 75 150 0 15350 0
Current children cumulated CPU time (s) 3436.85
Current children cumulated vsize (KiB) 81100

[startup+3522.3 s]
/proc/loadavg: 2.00 1.97 1.91 3/77 25556
/proc/meminfo: memFree=1695496/2055920 swapFree=4191900/4192956
[pid=25418] ppid=25416 vsize=13732 CPUtime=8.95
/proc/25418/stat : 25418 (sugar) S 25416 25418 25348 0 -1 4194304 1185 19310 0 3 4 1 872 18 16 0 1 0 68300202 14061568 815 996147200 4194304 4206940 548682068592 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25418/statm: 3433 815 374 3 0 533 0
[pid=25453] ppid=25418 vsize=5356 CPUtime=0
/proc/25453/stat : 25453 (sh) S 25418 25418 25348 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 68301115 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25453/statm: 1339 232 193 169 0 50 0
[pid=25454] ppid=25453 vsize=62012 CPUtime=3487.88
/proc/25454/stat : 25454 (minisat) R 25453 25418 25348 0 -1 4194304 14874 0 0 0 348768 20 0 0 25 0 1 0 68301115 63500288 14827 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/25454/statm: 15503 14827 75 150 0 15350 0
Current children cumulated CPU time (s) 3496.83
Current children cumulated vsize (KiB) 81100

[startup+3582.3 s]
/proc/loadavg: 2.00 1.97 1.91 3/77 25556
/proc/meminfo: memFree=1694920/2055920 swapFree=4191900/4192956
[pid=25418] ppid=25416 vsize=13732 CPUtime=8.95
/proc/25418/stat : 25418 (sugar) S 25416 25418 25348 0 -1 4194304 1185 19310 0 3 4 1 872 18 16 0 1 0 68300202 14061568 815 996147200 4194304 4206940 548682068592 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25418/statm: 3433 815 374 3 0 533 0
[pid=25453] ppid=25418 vsize=5356 CPUtime=0
/proc/25453/stat : 25453 (sh) S 25418 25418 25348 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 68301115 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25453/statm: 1339 232 193 169 0 50 0
[pid=25454] ppid=25453 vsize=62620 CPUtime=3547.85
/proc/25454/stat : 25454 (minisat) R 25453 25418 25348 0 -1 4194304 15014 0 0 0 354765 20 0 0 25 0 1 0 68301115 64122880 14967 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/25454/statm: 15655 14967 75 150 0 15502 0
Current children cumulated CPU time (s) 3556.8
Current children cumulated vsize (KiB) 81708



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3625.61 s]
/proc/loadavg: 2.00 1.97 1.91 3/77 25556
/proc/meminfo: memFree=1694792/2055920 swapFree=4191900/4192956
[pid=25418] ppid=25416 vsize=13732 CPUtime=8.95
/proc/25418/stat : 25418 (sugar) S 25416 25418 25348 0 -1 4194304 1185 19310 0 3 4 1 872 18 16 0 1 0 68300202 14061568 815 996147200 4194304 4206940 548682068592 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25418/statm: 3433 815 374 3 0 533 0
[pid=25453] ppid=25418 vsize=5356 CPUtime=0
/proc/25453/stat : 25453 (sh) S 25418 25418 25348 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 68301115 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25453/statm: 1339 232 193 169 0 50 0
[pid=25454] ppid=25453 vsize=62800 CPUtime=3591.15
/proc/25454/stat : 25454 (minisat) R 25453 25418 25348 0 -1 4194304 15018 0 0 0 359095 20 0 0 25 0 1 0 68301115 64307200 14971 996147200 134512640 135127466 4294956256 18446744073709551615 134530823 0 0 4096 3 0 0 0 17 0 0 0
/proc/25454/statm: 15700 14971 75 150 0 15547 0
Current children cumulated CPU time (s) 3600.1
Current children cumulated vsize (KiB) 81888

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 25418 and gives
#  childrusage.ru_utime.tv_sec=8
#  childrusage.ru_utime.tv_usec=766667
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=202969
# CPU time returned by wait4() is 8.96964
# while last known CPU time is 3600.1
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 3625.63
CPU time (s): 3600.1
CPU user time (s): 3599.71
CPU system time (s): 0.39
CPU usage (%): 99.2959
Max. virtual memory (cumulated for all children) (KiB): 887448

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 8.76667
system time used= 0.202969
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 20839
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= 2687
involuntary context switches= 2674

runsolver used 5.62115 second user time and 10.7644 second system time

The end

Launcher Data (download as text)

Begin job on node55 at 2008-07-15 12:00:16
IDJOB=1120500
IDBENCH=62502
IDSOLVER=368
FILE ID=node55/1120500-1216116016
PBS_JOBID= 7905438
Free space on /tmp= 66560 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/maxcsp/maxcut/maxcut-40/normalized-maxcut-40-480-8_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-1120500-1216116016/watcher-1120500-1216116016 -o /tmp/evaluation-result-1120500-1216116016/solver-1120500-1216116016 -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-1120500-1216116016.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 533503f626a46cfb8a6d7cbc0db61281
RANDOM SEED=1428934507

node55.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:       1809744 kB
Buffers:         43784 kB
Cached:         125472 kB
SwapCached:        268 kB
Active:         141700 kB
Inactive:        52180 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1809744 kB
SwapTotal:     4192956 kB
SwapFree:      4191900 kB
Dirty:            1300 kB
Writeback:           0 kB
Mapped:          43508 kB
Slab:            37436 kB
Committed_AS:   312984 kB
PageTables:       1864 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66552 MiB
End job on node55 at 2008-07-15 13:00:43