Trace number 1120836

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.12 3601.72

General information on the benchmark

Namemaxcsp/maxcut/maxcut-40/
normalized-maxcut-40-480-6_ext.xml
MD5SUM080572c6a3f4183878ca96d0cbad3cfb
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkMOPT
Best Number of falsified constraints193
Best CPU time to get the best result obtained on this benchmark272.491
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 13:39:40 2008
0.00/0.04	c 0	PID 20872
0.00/0.04	c 0	HOST node82.alineos.net
0.00/0.04	c 0	CONVERTING HOME/instance-1120836-1216121979.xml TO HOME/temp.csp
0.00/0.04	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1120836-1216121979.xml' 'HOME/temp.csp'
0.03/0.35	c 0	1 domains, 40 variables, 0 predicates, 1 relations, 480 constraints
0.03/0.40	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.40	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -max -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.03/0.49	c 0	Parsing HOME/temp.csp
0.33/0.58	c 0	parsed 522 expressions
0.33/0.61	c 0	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.33/0.62	c 0	MAX CSP: 480 constraints
0.33/0.62	c 0	Converting to clausal form CSP
0.33/0.65	c 0	converted 101 (10%) expressions
0.33/0.67	c 0	converted 201 (20%) expressions
0.33/0.67	c 0	converted 302 (30%) expressions
0.33/0.68	c 0	converted 402 (40%) expressions
0.33/0.69	c 0	converted 503 (50%) expressions
0.33/0.70	c 0	converted 603 (60%) expressions
0.33/0.70	c 0	converted 704 (70%) expressions
0.33/0.71	c 0	converted 804 (80%) expressions
0.33/0.72	c 0	converted 905 (90%) expressions
0.33/0.88	c 0	converted 1005 (100%) expressions
0.33/0.88	c 0	CSP : 1000 integers, 0 booleans, 1439 clauses, largest domain size 721
0.33/0.88	c 0	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.33/0.88	c 0	Propagation in CSP
0.33/0.91	c 0	476 values, 0 unsatisfiable literals, and 0 valid clauses are removed
0.33/0.92	c 0	CSP : 1000 integers, 0 booleans, 1439 clauses, largest domain size 481
0.33/0.92	c 0	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.33/0.92	c 0	Simplifing CSP by introducing new Boolean variables
0.33/0.92	c 0	CSP : 1000 integers, 0 booleans, 1439 clauses, largest domain size 481
0.33/0.92	c 0	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.33/0.95	c 0	Encoding CSP to SAT : HOME/temp.cnf
0.33/0.96	c 0	100 (10%) CSP integer variables are encoded (0 clauses, 64 bytes)
0.33/0.96	c 0	200 (20%) CSP integer variables are encoded (0 clauses, 64 bytes)
0.33/0.96	c 0	300 (30%) CSP integer variables are encoded (0 clauses, 64 bytes)
0.33/0.96	c 0	400 (40%) CSP integer variables are encoded (0 clauses, 64 bytes)
0.33/0.96	c 0	500 (50%) CSP integer variables are encoded (0 clauses, 64 bytes)
0.33/0.98	c 0	600 (60%) CSP integer variables are encoded (3592 clauses, 45803 bytes)
0.33/0.98	c 0	700 (70%) CSP integer variables are encoded (4613 clauses, 59076 bytes)
0.33/0.98	c 0	800 (80%) CSP integer variables are encoded (5649 clauses, 72544 bytes)
0.33/0.98	c 0	900 (90%) CSP integer variables are encoded (6276 clauses, 80695 bytes)
0.33/0.98	c 0	1000 (100%) CSP integer variables are encoded (7173 clauses, 92356 bytes)
0.90/1.01	c 0	144 (10%) CSP clauses are encoded (7461 clauses, 95938 bytes)
0.90/1.03	c 1	288 (20%) CSP clauses are encoded (7749 clauses, 99892 bytes)
0.90/1.04	c 1	432 (30%) CSP clauses are encoded (8037 clauses, 103924 bytes)
0.99/1.15	c 1	576 (40%) CSP clauses are encoded (42281 clauses, 704576 bytes)
1.19/1.30	c 1	720 (50%) CSP clauses are encoded (131247 clauses, 2334244 bytes)
1.19/1.32	c 1	864 (60%) CSP clauses are encoded (135685 clauses, 2411601 bytes)
1.39/1.51	c 1	1008 (70%) CSP clauses are encoded (249531 clauses, 4505665 bytes)
1.39/1.52	c 1	1152 (80%) CSP clauses are encoded (254599 clauses, 4594256 bytes)
1.39/1.54	c 1	1296 (90%) CSP clauses are encoded (266565 clauses, 4809520 bytes)
1.48/1.63	c 1	1439 (100%) CSP clauses are encoded (310479 clauses, 5610716 bytes)
1.48/1.63	c 1	1439 CSP clauses encoded
1.48/1.63	c 1	Writing map file : HOME/temp.map
1.48/1.64	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.48/1.64	c 1	SAT : 8173 SAT variables, 310479 SAT clauses, 5610716 bytes
1.48/1.64	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.48/1.66	c 1	OBJECTIVE minimize _COST
1.48/1.66	c 1	OBJECTIVE BOUND: 0 <= _COST <= 
1.48/1.66	c 1	SEARCHING: _COST <= 240
1.48/1.66	c 1	SOLVING HOME/temp.cnf
1.48/1.66	c 1	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
1.48/1.67	c 1	This is MiniSat 2.0 beta
1.48/1.67	c 1	WARNING: for repeatability, setting FPU to use double precision
1.48/1.67	c 1	============================[ Problem Statistics ]=============================
1.48/1.67	c 1	|                                                                             |
1.48/1.67	c 1	|  Number of variables:  8173                                                 |
1.48/1.67	c 1	|  Number of clauses:    310480                                               |
1.55/1.81	c 1	|  Parsing time:         0.13         s                                       |
1.55/1.89	c 1	============================[ Search Statistics ]==============================
1.55/1.89	c 1	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.55/1.89	c 1	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.55/1.89	c 1	===============================================================================
1.55/1.89	c 1	|         0 |    6013   198764   580533 |    66254        0    nan |  0.000 % |
1.55/2.00	c 1	|       101 |    6013   198764   580533 |    72880      101     27 | 26.428 % |
1.55/2.08	c 2	|       252 |    6013   198764   580533 |    80168      252     31 | 26.428 % |
1.97/2.18	c 2	|       477 |    6013   198764   580533 |    88184      477     32 | 26.428 % |
2.07/2.27	c 2	|       814 |    6013   198764   580533 |    97003      814     31 | 26.429 % |
2.16/2.35	c 2	|      1321 |    6013   198764   580533 |   106703     1321     30 | 26.428 % |
2.55/2.72	c 2	|      2084 |    6013   198764   580533 |   117374     2084     33 | 26.428 % |
3.05/3.22	c 3	|      3225 |    6013   198764   580533 |   129111     3225     34 | 26.428 % |
3.64/3.84	c 3	|      4934 |    6013   198764   580533 |   142022     4934     32 | 26.429 % |
4.64/4.89	c 4	|      7496 |    6013   198764   580533 |   156225     7496     32 | 26.428 % |
6.31/6.53	c 6	|     11341 |    6013   198764   580533 |   171847    11341     32 | 26.428 % |
8.58/8.89	c 8	|     17108 |    6013   198764   580533 |   189032    17108     31 | 26.428 % |
14.22/14.58	c 14	|     25760 |    6013   198764   580533 |   207935    25760     34 | 26.428 % |
16.49/16.80	c 16	===============================================================================
16.49/16.80	c 16	restarts              : 13
16.49/16.80	c 16	conflicts             : 29129          (1951 /sec)
16.49/16.80	c 16	decisions             : 35289          (0.57 % random) (2363 /sec)
16.49/16.80	c 16	propagations          : 11172068       (748210 /sec)
16.49/16.80	c 16	conflict literals     : 998729         (29.84 % deleted)
16.49/16.80	c 16	Memory used           : 17.03 MB
16.49/16.80	c 16	CPU time              : 14.9317 s
16.49/16.80	c 16	
16.49/16.80	c 16	SATISFIABLE
16.49/16.81	c 16	FOUND: _COST <= 240
16.49/16.81	s SATISFIABLE
16.49/16.81	c 16	DECODING HOME/temp.out WITH HOME/temp.map
16.49/16.81	c 16	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
16.49/16.88	c 16	Decoding HOME/temp.out
16.51/17.00	c 16	OBJECTIVE _COST 240
16.51/17.01	o 240
16.51/17.01	v 0 1 0 1 0 0 1 0 1 1 1 1 0 1 1 1 1 1 0 1 0 1 1 0 0 1 0 1 0 1 0 0 1 0 1 1 0 1 0 1
16.51/17.01	c 16	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
16.51/17.01	c 16	OBJECTIVE BOUND: 0 <= _COST <= 240
16.51/17.01	c 16	SEARCHING: _COST <= 120
16.51/17.01	c 16	SOLVING HOME/temp.cnf
16.51/17.01	c 16	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
16.51/17.02	c 16	This is MiniSat 2.0 beta
16.51/17.02	c 16	WARNING: for repeatability, setting FPU to use double precision
16.51/17.02	c 16	============================[ Problem Statistics ]=============================
16.51/17.02	c 16	|                                                                             |
16.51/17.02	c 16	|  Number of variables:  8173                                                 |
16.51/17.02	c 16	|  Number of clauses:    310480                                               |
16.71/17.16	c 17	|  Parsing time:         0.13         s                                       |
16.71/17.27	c 17	============================[ Search Statistics ]==============================
16.71/17.27	c 17	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
16.71/17.27	c 17	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
16.71/17.27	c 17	===============================================================================
16.71/17.27	c 17	|         0 |    4813   130544   379353 |    43514        0    nan |  0.000 % |
16.71/17.34	c 17	|       101 |    4813   130544   379353 |    47866      101     25 | 41.111 % |
16.71/17.39	c 17	|       252 |    4813   130544   379353 |    52652      252     23 | 41.111 % |
16.71/17.47	c 17	|       478 |    4813   130544   379353 |    57918      478     23 | 41.111 % |
17.18/17.57	c 17	|       815 |    4813   130544   379353 |    63709      815     22 | 41.111 % |
17.38/17.74	c 17	|      1324 |    4813   130544   379353 |    70080     1324     22 | 41.111 % |
17.67/18.01	c 17	|      2083 |    4813   130544   379353 |    77088     2083     23 | 41.111 % |
18.07/18.47	c 18	|      3222 |    4813   130544   379353 |    84797     3222     24 | 41.111 % |
18.97/19.31	c 19	|      4930 |    4813   130544   379353 |    93277     4930     23 | 41.111 % |
20.37/20.79	c 20	|      7495 |    4813   130544   379353 |   102605     7495     24 | 41.111 % |
22.68/23.04	c 23	|     11342 |    4813   130544   379353 |   112865    11342     25 | 41.111 % |
26.37/26.72	c 26	|     17109 |    4813   130544   379353 |   124152    17109     25 | 41.111 % |
32.48/32.84	c 32	|     25758 |    4813   130544   379353 |   136567    25758     25 | 41.111 % |
42.58/42.98	c 42	|     38733 |    4813   130544   379353 |   150224    38733     25 | 41.111 % |
61.56/61.92	c 61	|     58196 |    4813   130544   379353 |   165246    58196     26 | 41.111 % |
101.65/102.04	c 102	|     87389 |    4813   130544   379353 |   181771    87389     26 | 41.111 % |
169.53/169.98	c 169	|    131178 |    4813   130544   379353 |   199948   131178     26 | 41.111 % |
309.69/310.20	c 310	|    196862 |    4813   130544   379353 |   219943   196862     26 | 41.111 % |
474.23/474.79	c 474	|    295389 |    4813   130544   379353 |   241937    87833     25 | 41.111 % |
797.01/797.61	c 797	|    443178 |    4813   130544   379353 |   266131   235622     25 | 41.111 % |
1240.11/1240.98	c 1240	|    664863 |    4813   130544   379353 |   292744   204993     25 | 41.111 % |
1968.97/1970.09	c 1970	|    997389 |    4813   130544   379353 |   322019   256601     26 | 41.111 % |
3209.30/3210.83	c 3210	|   1496178 |    4813   130544   379353 |   354221   140103     24 | 41.111 % |
3600.07/3601.71	sh: line 1: 20908 Terminated              HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out' 2>&1
3600.07/3601.72	c ERROR unknown output  in HOME/temp.out
3600.07/3601.72	c 3601	CPU 3599.75 (0.03 0.01 3599.72 0.34)
3600.07/3601.72	c 3601	END Tue Jul 15 14:39:41 2008

Verifier Data (download as text)

OK	234	246
234 unsatisfied constraints, 246 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-1120836-1216121979/watcher-1120836-1216121979 -o /tmp/evaluation-result-1120836-1216121979/solver-1120836-1216121979 -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-1120836-1216121979.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.45 2.59 2.61 4/106 20872
/proc/meminfo: memFree=1611376/2055920 swapFree=4192812/4192956
[pid=20872] ppid=20870 vsize=12272 CPUtime=0
/proc/20872/stat : 20872 (sugar) R 20870 20872 20717 0 -1 4194304 397 0 0 0 0 0 0 0 18 0 1 0 68894925 12566528 365 996147200 4194304 4206940 548682068592 18446744073709551615 224273677310 0 0 4224 0 0 0 0 17 1 0 0
/proc/20872/statm: 3068 365 274 3 0 168 0

[startup+0.0748799 s]
/proc/loadavg: 2.45 2.59 2.61 4/106 20872
/proc/meminfo: memFree=1611376/2055920 swapFree=4192812/4192956
[pid=20872] ppid=20870 vsize=13600 CPUtime=0.03
/proc/20872/stat : 20872 (sugar) S 20870 20872 20717 0 -1 4194304 898 127 0 0 3 0 0 0 16 0 1 0 68894925 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20872/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.101883 s]
/proc/loadavg: 2.45 2.59 2.61 4/106 20872
/proc/meminfo: memFree=1611376/2055920 swapFree=4192812/4192956
[pid=20872] ppid=20870 vsize=13600 CPUtime=0.03
/proc/20872/stat : 20872 (sugar) S 20870 20872 20717 0 -1 4194304 898 127 0 0 3 0 0 0 16 0 1 0 68894925 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20872/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301918 s]
/proc/loadavg: 2.45 2.59 2.61 4/106 20872
/proc/meminfo: memFree=1611376/2055920 swapFree=4192812/4192956
[pid=20872] ppid=20870 vsize=13600 CPUtime=0.03
/proc/20872/stat : 20872 (sugar) S 20870 20872 20717 0 -1 4194304 898 127 0 0 3 0 0 0 16 0 1 0 68894925 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20872/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701985 s]
/proc/loadavg: 2.45 2.59 2.61 4/106 20872
/proc/meminfo: memFree=1611376/2055920 swapFree=4192812/4192956
[pid=20872] ppid=20870 vsize=13600 CPUtime=0.33
/proc/20872/stat : 20872 (sugar) S 20870 20872 20717 0 -1 4194304 974 4529 0 1 3 0 27 3 15 0 1 0 68894925 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/20872/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.33
Current children cumulated vsize (KiB) 13600

[startup+1.50215 s]
/proc/loadavg: 2.45 2.59 2.61 4/117 20894
/proc/meminfo: memFree=1596568/2055920 swapFree=4192812/4192956
[pid=20872] ppid=20870 vsize=13600 CPUtime=0.33
/proc/20872/stat : 20872 (sugar) S 20870 20872 20717 0 -1 4194304 974 4529 0 1 3 0 27 3 15 0 1 0 68894925 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/20872/statm: 3400 797 370 3 0 500 0
[pid=20885] ppid=20872 vsize=5356 CPUtime=0
/proc/20885/stat : 20885 (sh) S 20872 20872 20717 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 68894966 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20885/statm: 1339 233 193 169 0 50 0
[pid=20886] ppid=20885 vsize=868496 CPUtime=1.06
/proc/20886/stat : 20886 (java) S 20885 20872 20717 0 -1 0 6574 0 1 0 100 6 0 0 20 0 9 0 68894966 889339904 5683 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/20886/statm: 217124 5683 2563 9 0 211671 0
[pid=20886/tid=20887] ppid=20885 vsize=868496 CPUtime=0.73
/proc/20886/task/20887/stat : 20887 (java) R 20885 20872 20717 0 -1 64 2844 0 1 0 70 3 0 0 25 0 9 0 68894967 889339904 5683 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20886/tid=20888] ppid=20885 vsize=868496 CPUtime=0.09
/proc/20886/task/20888/stat : 20888 (java) S 20885 20872 20717 0 -1 64 1555 0 0 0 8 1 0 0 15 0 9 0 68894968 889339904 5683 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=20886/tid=20889] ppid=20885 vsize=868496 CPUtime=0
/proc/20886/task/20889/stat : 20889 (java) S 20885 20872 20717 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 68894968 889339904 5683 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20886/tid=20890] ppid=20885 vsize=868496 CPUtime=0
/proc/20886/task/20890/stat : 20890 (java) S 20885 20872 20717 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 68894968 889339904 5683 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20886/tid=20891] ppid=20885 vsize=868496 CPUtime=0
/proc/20886/task/20891/stat : 20891 (java) S 20885 20872 20717 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 68894970 889339904 5683 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20886/tid=20892] ppid=20885 vsize=868496 CPUtime=0.22
/proc/20886/task/20892/stat : 20892 (java) S 20885 20872 20717 0 -1 64 1483 0 0 0 22 0 0 0 16 0 9 0 68894970 889339904 5683 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20886/tid=20893] ppid=20885 vsize=868496 CPUtime=0
/proc/20886/task/20893/stat : 20893 (java) S 20885 20872 20717 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 68894970 889339904 5683 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20886/tid=20894] ppid=20885 vsize=868496 CPUtime=0
/proc/20886/task/20894/stat : 20894 (java) R 20885 20872 20717 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 68894970 889339904 5683 996147200 134512640 134550740 4294955936 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) 887452

[startup+3.10142 s]
/proc/loadavg: 2.45 2.59 2.61 3/109 20896
/proc/meminfo: memFree=1589720/2055920 swapFree=4192812/4192956
[pid=20872] ppid=20870 vsize=13732 CPUtime=1.55
/proc/20872/stat : 20872 (sugar) S 20870 20872 20717 0 -1 4194304 1067 11443 0 2 3 0 140 12 15 0 1 0 68894925 14061568 815 996147200 4194304 4206940 548682068592 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/20872/statm: 3433 815 374 3 0 533 0
[pid=20895] ppid=20872 vsize=5356 CPUtime=0
/proc/20895/stat : 20895 (sh) S 20872 20872 20717 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 68895092 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20895/statm: 1339 232 193 169 0 50 0
[pid=20896] ppid=20895 vsize=14452 CPUtime=1.4
/proc/20896/stat : 20896 (minisat) R 20895 20872 20717 0 -1 4194304 3497 0 0 0 139 1 0 0 25 0 1 0 68895092 14798848 3483 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/20896/statm: 3613 3483 75 150 0 3460 0
Current children cumulated CPU time (s) 2.95
Current children cumulated vsize (KiB) 33540

[startup+6.30299 s]
/proc/loadavg: 2.41 2.58 2.61 3/109 20896
/proc/meminfo: memFree=1589656/2055920 swapFree=4192812/4192956
[pid=20872] ppid=20870 vsize=13732 CPUtime=1.55
/proc/20872/stat : 20872 (sugar) S 20870 20872 20717 0 -1 4194304 1067 11443 0 2 3 0 140 12 16 0 1 0 68894925 14061568 815 996147200 4194304 4206940 548682068592 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/20872/statm: 3433 815 374 3 0 533 0
[pid=20895] ppid=20872 vsize=5356 CPUtime=0
/proc/20895/stat : 20895 (sh) S 20872 20872 20717 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 68895092 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20895/statm: 1339 232 193 169 0 50 0
[pid=20896] ppid=20895 vsize=14452 CPUtime=4.56
/proc/20896/stat : 20896 (minisat) R 20895 20872 20717 0 -1 4194304 3509 0 0 0 455 1 0 0 25 0 1 0 68895092 14798848 3495 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/20896/statm: 3613 3495 75 150 0 3460 0
Current children cumulated CPU time (s) 6.11
Current children cumulated vsize (KiB) 33540

[startup+12.7021 s]
/proc/loadavg: 2.38 2.57 2.60 3/109 20896
/proc/meminfo: memFree=1587992/2055920 swapFree=4192812/4192956
[pid=20872] ppid=20870 vsize=13732 CPUtime=1.55
/proc/20872/stat : 20872 (sugar) S 20870 20872 20717 0 -1 4194304 1067 11443 0 2 3 0 140 12 16 0 1 0 68894925 14061568 815 996147200 4194304 4206940 548682068592 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/20872/statm: 3433 815 374 3 0 533 0
[pid=20895] ppid=20872 vsize=5356 CPUtime=0
/proc/20895/stat : 20895 (sh) S 20872 20872 20717 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 68895092 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20895/statm: 1339 232 193 169 0 50 0
[pid=20896] ppid=20895 vsize=16184 CPUtime=10.89
/proc/20896/stat : 20896 (minisat) R 20895 20872 20717 0 -1 4194304 3929 0 0 0 1087 2 0 0 25 0 1 0 68895092 16572416 3915 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/20896/statm: 4046 3915 75 150 0 3893 0
Current children cumulated CPU time (s) 12.44
Current children cumulated vsize (KiB) 35272

[startup+25.5014 s]
/proc/loadavg: 2.29 2.54 2.59 3/109 20908
/proc/meminfo: memFree=1589528/2055920 swapFree=4192812/4192956
[pid=20872] ppid=20870 vsize=13732 CPUtime=16.71
/proc/20872/stat : 20872 (sugar) S 20870 20872 20717 0 -1 4194304 1185 19839 0 3 3 1 1651 16 16 0 1 0 68894925 14061568 815 996147200 4194304 4206940 548682068592 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20872/statm: 3433 815 374 3 0 533 0
[pid=20907] ppid=20872 vsize=5356 CPUtime=0
/proc/20907/stat : 20907 (sh) S 20872 20872 20717 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 68896627 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20907/statm: 1339 232 193 169 0 50 0
[pid=20908] ppid=20907 vsize=14592 CPUtime=8.46
/proc/20908/stat : 20908 (minisat) R 20907 20872 20717 0 -1 4194304 3547 0 0 0 845 1 0 0 25 0 1 0 68896627 14942208 3533 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/20908/statm: 3648 3533 75 150 0 3495 0
Current children cumulated CPU time (s) 25.17
Current children cumulated vsize (KiB) 33680

[startup+51.102 s]
/proc/loadavg: 2.19 2.49 2.58 3/109 20908
/proc/meminfo: memFree=1587288/2055920 swapFree=4192812/4192956
[pid=20872] ppid=20870 vsize=13732 CPUtime=16.71
/proc/20872/stat : 20872 (sugar) S 20870 20872 20717 0 -1 4194304 1185 19839 0 3 3 1 1651 16 16 0 1 0 68894925 14061568 815 996147200 4194304 4206940 548682068592 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20872/statm: 3433 815 374 3 0 533 0
[pid=20907] ppid=20872 vsize=5356 CPUtime=0
/proc/20907/stat : 20907 (sh) S 20872 20872 20717 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 68896627 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20907/statm: 1339 232 193 169 0 50 0
[pid=20908] ppid=20907 vsize=17140 CPUtime=34.05
/proc/20908/stat : 20908 (minisat) R 20907 20872 20717 0 -1 4194304 4158 0 0 0 3403 2 0 0 25 0 1 0 68896627 17551360 4144 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 1 0 0
/proc/20908/statm: 4285 4144 75 150 0 4132 0
Current children cumulated CPU time (s) 50.76
Current children cumulated vsize (KiB) 36228

[startup+102.308 s]
/proc/loadavg: 2.08 2.42 2.54 3/109 20908
/proc/meminfo: memFree=1581400/2055920 swapFree=4192812/4192956
[pid=20872] ppid=20870 vsize=13732 CPUtime=16.71
/proc/20872/stat : 20872 (sugar) S 20870 20872 20717 0 -1 4194304 1185 19839 0 3 3 1 1651 16 16 0 1 0 68894925 14061568 815 996147200 4194304 4206940 548682068592 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20872/statm: 3433 815 374 3 0 533 0
[pid=20907] ppid=20872 vsize=5356 CPUtime=0
/proc/20907/stat : 20907 (sh) S 20872 20872 20717 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 68896627 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20907/statm: 1339 232 193 169 0 50 0
[pid=20908] ppid=20907 vsize=22980 CPUtime=85.24
/proc/20908/stat : 20908 (minisat) R 20907 20872 20717 0 -1 4194304 5604 0 0 0 8520 4 0 0 25 0 1 0 68896627 23531520 5590 996147200 134512640 135127466 4294956256 18446744073709551615 134530783 0 0 4096 3 0 0 0 17 1 0 0
/proc/20908/statm: 5745 5590 75 150 0 5592 0
Current children cumulated CPU time (s) 101.95
Current children cumulated vsize (KiB) 42068

[startup+162.301 s]
/proc/loadavg: 2.03 2.34 2.51 3/109 20908
/proc/meminfo: memFree=1575896/2055920 swapFree=4192812/4192956
[pid=20872] ppid=20870 vsize=13732 CPUtime=16.71
/proc/20872/stat : 20872 (sugar) S 20870 20872 20717 0 -1 4194304 1185 19839 0 3 3 1 1651 16 16 0 1 0 68894925 14061568 815 996147200 4194304 4206940 548682068592 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20872/statm: 3433 815 374 3 0 533 0
[pid=20907] ppid=20872 vsize=5356 CPUtime=0
/proc/20907/stat : 20907 (sh) S 20872 20872 20717 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 68896627 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20907/statm: 1339 232 193 169 0 50 0
[pid=20908] ppid=20907 vsize=28292 CPUtime=145.21
/proc/20908/stat : 20908 (minisat) R 20907 20872 20717 0 -1 4194304 6946 0 0 0 14516 5 0 0 25 0 1 0 68896627 28971008 6932 996147200 134512640 135127466 4294956256 18446744073709551615 134530814 0 0 4096 3 0 0 0 17 1 0 0
/proc/20908/statm: 7073 6932 75 150 0 6920 0
Current children cumulated CPU time (s) 161.92
Current children cumulated vsize (KiB) 47380

[startup+222.301 s]
/proc/loadavg: 2.01 2.27 2.47 3/109 20908
/proc/meminfo: memFree=1571160/2055920 swapFree=4192812/4192956
[pid=20872] ppid=20870 vsize=13732 CPUtime=16.71
/proc/20872/stat : 20872 (sugar) S 20870 20872 20717 0 -1 4194304 1185 19839 0 3 3 1 1651 16 16 0 1 0 68894925 14061568 815 996147200 4194304 4206940 548682068592 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20872/statm: 3433 815 374 3 0 533 0
[pid=20907] ppid=20872 vsize=5356 CPUtime=0
/proc/20907/stat : 20907 (sh) S 20872 20872 20717 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 68896627 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0

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

/proc/20872/stat : 20872 (sugar) S 20870 20872 20717 0 -1 4194304 1185 19839 0 3 3 1 1651 16 16 0 1 0 68894925 14061568 815 996147200 4194304 4206940 548682068592 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20872/statm: 3433 815 374 3 0 533 0
[pid=20907] ppid=20872 vsize=5356 CPUtime=0
/proc/20907/stat : 20907 (sh) S 20872 20872 20717 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 68896627 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20907/statm: 1339 232 193 169 0 50 0
[pid=20908] ppid=20907 vsize=62288 CPUtime=3084.12
/proc/20908/stat : 20908 (minisat) R 20907 20872 20717 0 -1 4194304 14978 0 0 0 308397 15 0 0 25 0 1 0 68896627 63782912 14926 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/20908/statm: 15572 14926 75 150 0 15419 0
Current children cumulated CPU time (s) 3100.83
Current children cumulated vsize (KiB) 81376

[startup+3162.3 s]
/proc/loadavg: 2.07 2.06 2.01 3/102 21014
/proc/meminfo: memFree=1493968/2055920 swapFree=4192812/4192956
[pid=20872] ppid=20870 vsize=13732 CPUtime=16.71
/proc/20872/stat : 20872 (sugar) S 20870 20872 20717 0 -1 4194304 1185 19839 0 3 3 1 1651 16 16 0 1 0 68894925 14061568 815 996147200 4194304 4206940 548682068592 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20872/statm: 3433 815 374 3 0 533 0
[pid=20907] ppid=20872 vsize=5356 CPUtime=0
/proc/20907/stat : 20907 (sh) S 20872 20872 20717 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 68896627 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20907/statm: 1339 232 193 169 0 50 0
[pid=20908] ppid=20907 vsize=62288 CPUtime=3144.1
/proc/20908/stat : 20908 (minisat) R 20907 20872 20717 0 -1 4194304 14978 0 0 0 314395 15 0 0 25 0 1 0 68896627 63782912 14926 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/20908/statm: 15572 14926 75 150 0 15419 0
Current children cumulated CPU time (s) 3160.81
Current children cumulated vsize (KiB) 81376

[startup+3222.3 s]
/proc/loadavg: 2.06 2.06 2.01 3/102 21014
/proc/meminfo: memFree=1491984/2055920 swapFree=4192812/4192956
[pid=20872] ppid=20870 vsize=13732 CPUtime=16.71
/proc/20872/stat : 20872 (sugar) S 20870 20872 20717 0 -1 4194304 1185 19839 0 3 3 1 1651 16 16 0 1 0 68894925 14061568 815 996147200 4194304 4206940 548682068592 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20872/statm: 3433 815 374 3 0 533 0
[pid=20907] ppid=20872 vsize=5356 CPUtime=0
/proc/20907/stat : 20907 (sh) S 20872 20872 20717 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 68896627 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20907/statm: 1339 232 193 169 0 50 0
[pid=20908] ppid=20907 vsize=62408 CPUtime=3204.08
/proc/20908/stat : 20908 (minisat) R 20907 20872 20717 0 -1 4194304 14990 0 0 0 320393 15 0 0 25 0 1 0 68896627 63905792 14938 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/20908/statm: 15602 14938 75 150 0 15449 0
Current children cumulated CPU time (s) 3220.79
Current children cumulated vsize (KiB) 81496

[startup+3282.3 s]
/proc/loadavg: 2.06 2.06 2.01 3/102 21014
/proc/meminfo: memFree=1489552/2055920 swapFree=4192812/4192956
[pid=20872] ppid=20870 vsize=13732 CPUtime=16.71
/proc/20872/stat : 20872 (sugar) S 20870 20872 20717 0 -1 4194304 1185 19839 0 3 3 1 1651 16 16 0 1 0 68894925 14061568 815 996147200 4194304 4206940 548682068592 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20872/statm: 3433 815 374 3 0 533 0
[pid=20907] ppid=20872 vsize=5356 CPUtime=0
/proc/20907/stat : 20907 (sh) S 20872 20872 20717 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 68896627 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20907/statm: 1339 232 193 169 0 50 0
[pid=20908] ppid=20907 vsize=62528 CPUtime=3264.07
/proc/20908/stat : 20908 (minisat) R 20907 20872 20717 0 -1 4194304 15018 0 0 0 326391 16 0 0 25 0 1 0 68896627 64028672 14966 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/20908/statm: 15632 14966 75 150 0 15479 0
Current children cumulated CPU time (s) 3280.78
Current children cumulated vsize (KiB) 81616

[startup+3342.3 s]
/proc/loadavg: 2.18 2.09 2.02 3/102 21014
/proc/meminfo: memFree=1487312/2055920 swapFree=4192812/4192956
[pid=20872] ppid=20870 vsize=13732 CPUtime=16.71
/proc/20872/stat : 20872 (sugar) S 20870 20872 20717 0 -1 4194304 1185 19839 0 3 3 1 1651 16 16 0 1 0 68894925 14061568 815 996147200 4194304 4206940 548682068592 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20872/statm: 3433 815 374 3 0 533 0
[pid=20907] ppid=20872 vsize=5356 CPUtime=0
/proc/20907/stat : 20907 (sh) S 20872 20872 20717 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 68896627 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20907/statm: 1339 232 193 169 0 50 0
[pid=20908] ppid=20907 vsize=62528 CPUtime=3324.04
/proc/20908/stat : 20908 (minisat) R 20907 20872 20717 0 -1 4194304 15025 0 0 0 332388 16 0 0 25 0 1 0 68896627 64028672 14973 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/20908/statm: 15632 14973 75 150 0 15479 0
Current children cumulated CPU time (s) 3340.75
Current children cumulated vsize (KiB) 81616

[startup+3402.31 s]
/proc/loadavg: 2.14 2.09 2.02 3/102 21014
/proc/meminfo: memFree=1486480/2055920 swapFree=4192812/4192956
[pid=20872] ppid=20870 vsize=13732 CPUtime=16.71
/proc/20872/stat : 20872 (sugar) S 20870 20872 20717 0 -1 4194304 1185 19839 0 3 3 1 1651 16 16 0 1 0 68894925 14061568 815 996147200 4194304 4206940 548682068592 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20872/statm: 3433 815 374 3 0 533 0
[pid=20907] ppid=20872 vsize=5356 CPUtime=0
/proc/20907/stat : 20907 (sh) S 20872 20872 20717 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 68896627 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20907/statm: 1339 232 193 169 0 50 0
[pid=20908] ppid=20907 vsize=62528 CPUtime=3384.03
/proc/20908/stat : 20908 (minisat) R 20907 20872 20717 0 -1 4194304 15028 0 0 0 338387 16 0 0 25 0 1 0 68896627 64028672 14976 996147200 134512640 135127466 4294956256 18446744073709551615 134530752 0 0 4096 3 0 0 0 17 1 0 0
/proc/20908/statm: 15632 14976 75 150 0 15479 0
Current children cumulated CPU time (s) 3400.74
Current children cumulated vsize (KiB) 81616

[startup+3462.3 s]
/proc/loadavg: 2.12 2.09 2.02 3/102 21014
/proc/meminfo: memFree=1485968/2055920 swapFree=4192812/4192956
[pid=20872] ppid=20870 vsize=13732 CPUtime=16.71
/proc/20872/stat : 20872 (sugar) S 20870 20872 20717 0 -1 4194304 1185 19839 0 3 3 1 1651 16 16 0 1 0 68894925 14061568 815 996147200 4194304 4206940 548682068592 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20872/statm: 3433 815 374 3 0 533 0
[pid=20907] ppid=20872 vsize=5356 CPUtime=0
/proc/20907/stat : 20907 (sh) S 20872 20872 20717 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 68896627 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20907/statm: 1339 232 193 169 0 50 0
[pid=20908] ppid=20907 vsize=63072 CPUtime=3444
/proc/20908/stat : 20908 (minisat) R 20907 20872 20717 0 -1 4194304 15128 0 0 0 344384 16 0 0 25 0 1 0 68896627 64585728 15076 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/20908/statm: 15768 15076 75 150 0 15615 0
Current children cumulated CPU time (s) 3460.71
Current children cumulated vsize (KiB) 82160

[startup+3522.3 s]
/proc/loadavg: 2.04 2.07 2.01 3/102 21014
/proc/meminfo: memFree=1485840/2055920 swapFree=4192812/4192956
[pid=20872] ppid=20870 vsize=13732 CPUtime=16.71
/proc/20872/stat : 20872 (sugar) S 20870 20872 20717 0 -1 4194304 1185 19839 0 3 3 1 1651 16 16 0 1 0 68894925 14061568 815 996147200 4194304 4206940 548682068592 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20872/statm: 3433 815 374 3 0 533 0
[pid=20907] ppid=20872 vsize=5356 CPUtime=0
/proc/20907/stat : 20907 (sh) S 20872 20872 20717 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 68896627 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20907/statm: 1339 232 193 169 0 50 0
[pid=20908] ppid=20907 vsize=63072 CPUtime=3503.98
/proc/20908/stat : 20908 (minisat) R 20907 20872 20717 0 -1 4194304 15138 0 0 0 350382 16 0 0 25 0 1 0 68896627 64585728 15086 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/20908/statm: 15768 15086 75 150 0 15615 0
Current children cumulated CPU time (s) 3520.69
Current children cumulated vsize (KiB) 82160

[startup+3582.3 s]
/proc/loadavg: 2.01 2.05 2.00 3/102 21014
/proc/meminfo: memFree=1485456/2055920 swapFree=4192812/4192956
[pid=20872] ppid=20870 vsize=13732 CPUtime=16.71
/proc/20872/stat : 20872 (sugar) S 20870 20872 20717 0 -1 4194304 1185 19839 0 3 3 1 1651 16 16 0 1 0 68894925 14061568 815 996147200 4194304 4206940 548682068592 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20872/statm: 3433 815 374 3 0 533 0
[pid=20907] ppid=20872 vsize=5356 CPUtime=0
/proc/20907/stat : 20907 (sh) S 20872 20872 20717 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 68896627 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20907/statm: 1339 232 193 169 0 50 0
[pid=20908] ppid=20907 vsize=63072 CPUtime=3563.96
/proc/20908/stat : 20908 (minisat) R 20907 20872 20717 0 -1 4194304 15143 0 0 0 356380 16 0 0 25 0 1 0 68896627 64585728 15091 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/20908/statm: 15768 15091 75 150 0 15615 0
Current children cumulated CPU time (s) 3580.67
Current children cumulated vsize (KiB) 82160



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3601.7 s]
/proc/loadavg: 2.01 2.05 2.00 3/102 21014
/proc/meminfo: memFree=1485392/2055920 swapFree=4192812/4192956
[pid=20872] ppid=20870 vsize=13732 CPUtime=16.71
/proc/20872/stat : 20872 (sugar) S 20870 20872 20717 0 -1 4194304 1185 19839 0 3 3 1 1651 16 16 0 1 0 68894925 14061568 815 996147200 4194304 4206940 548682068592 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20872/statm: 3433 815 374 3 0 533 0
[pid=20907] ppid=20872 vsize=5356 CPUtime=0
/proc/20907/stat : 20907 (sh) S 20872 20872 20717 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 68896627 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20907/statm: 1339 232 193 169 0 50 0
[pid=20908] ppid=20907 vsize=63072 CPUtime=3583.36
/proc/20908/stat : 20908 (minisat) R 20907 20872 20717 0 -1 4194304 15143 0 0 0 358320 16 0 0 25 0 1 0 68896627 64585728 15091 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/20908/statm: 15768 15091 75 150 0 15615 0
Current children cumulated CPU time (s) 3600.07
Current children cumulated vsize (KiB) 82160

Sending SIGTERM to process tree (bottom up)


[startup+olver just ended. Dumping a history of the last processes samples


[startup+3601.7 s]
/proc/loadavg: 2.01 2.05 2.00 3/102 21014
/proc/meminfo: memFree=1485392/2055920 swapFree=4192812/4192956
[pid=20872] ppid=20870 vsize=13732 CPUtime=16.71
/proc/20872/stat : 20872 (sugar) S 20870 20872 20717 0 -1 4194304 1185 19839 0 3 3 1 1651 16 16 0 1 0 68894925 14061568 815 996147200 4194304 4206940 548682068592 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20872/statm: 3433 815 374 3 0 533 0
[pid=20907] ppid=20872 vsize=5356 CPUtime=0
/proc/20907/stat : 20907 (sh) S 20872 20872 20717 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 68896627 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20907/statm: 1339 232 193 169 0 50 0
[pid=20908] ppid=20907 vsize=63072 CPUtime=3583.36
/proc/20908/stat : 20908 (minisat) R 20907 20872 20717 0 -1 4194304 15143 0 0 0 358320 16 0 0 25 0 1 0 68896627 64585728 15091 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/20908/statm: 15768 15091 75 150 0 15615 0
Current children cumulated CPU time (s) 3600.07
Current children cumulated vsize (KiB) 82160

Child status: 0
Real time (s): 3601.72
CPU time (s): 3600.12
CPU user time (s): 3599.76
CPU system time (s): 0.357945
CPU usage (%): 99.9555
Max. virtual memory (cumulated for all children) (KiB): 887452

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3599.76
system time used= 0.357945
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 36523
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= 2926
involuntary context switches= 7692

runsolver used 5.2472 second user time and 14.4268 second system time

The end

Launcher Data (download as text)

Begin job on node82 at 2008-07-15 13:39:39
IDJOB=1120836
IDBENCH=62544
IDSOLVER=368
FILE ID=node82/1120836-1216121979
PBS_JOBID= 7905490
Free space on /tmp= 66560 MiB

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

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 080572c6a3f4183878ca96d0cbad3cfb
RANDOM SEED=1276196265

node82.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.263
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.263
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1611792 kB
Buffers:         62596 kB
Cached:         259112 kB
SwapCached:          0 kB
Active:         195684 kB
Inactive:       172036 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1611792 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1444 kB
Writeback:           0 kB
Mapped:          66924 kB
Slab:            58728 kB
Committed_AS:   335272 kB
PageTables:       3992 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 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 node82 at 2008-07-15 14:39:41