Trace number 1119868

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.03 3630.73

General information on the benchmark

Namemaxcsp/maxcut/maxcut-60/
normalized-maxcut-60-560-9_ext.xml
MD5SUM709264c2514dadfef18f65be5b77748b
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkMOPT
Best Number of falsified constraints200
Best CPU time to get the best result obtained on this benchmark3081.6
Satisfiable
(Un)Satisfiability was proved
Number of variables60
Number of constraints560
Maximum constraint arity2
Maximum domain size2
Number of constraints which are defined in extension560
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.04	c 0	Sugar v1-13 + HOME/minisat
0.00/0.04	c 0	BEGIN Tue Jul 15 08:39:27 2008
0.00/0.04	c 0	PID 28767
0.00/0.05	c 0	HOST node19.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1119868-1216103967.xml TO HOME/temp.csp
0.00/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1119868-1216103967.xml' 'HOME/temp.csp'
0.03/0.40	c 0	1 domains, 60 variables, 0 predicates, 1 relations, 560 constraints
0.03/0.45	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.45	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.41/0.53	c 0	Parsing HOME/temp.csp
0.41/0.66	c 1	parsed 622 expressions
0.41/0.66	c 1	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.41/0.67	c 1	MAX CSP: 560 constraints
0.41/0.67	c 1	Converting to clausal form CSP
0.41/0.71	c 1	converted 119 (10%) expressions
0.41/0.72	c 1	converted 237 (20%) expressions
0.41/0.73	c 1	converted 356 (30%) expressions
0.41/0.74	c 1	converted 474 (40%) expressions
0.41/0.75	c 1	converted 593 (50%) expressions
0.41/0.76	c 1	converted 711 (60%) expressions
0.41/0.78	c 1	converted 830 (70%) expressions
0.41/0.78	c 1	converted 948 (80%) expressions
0.41/0.85	c 1	converted 1067 (90%) expressions
0.41/0.97	c 1	converted 1185 (100%) expressions
0.41/0.97	c 1	CSP : 1180 integers, 0 booleans, 1679 clauses, largest domain size 841
0.41/0.97	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.41/0.97	c 1	Propagation in CSP
0.93/1.02	c 1	557 values, 0 unsatisfiable literals, and 0 valid clauses are removed
0.93/1.02	c 1	CSP : 1180 integers, 0 booleans, 1679 clauses, largest domain size 561
0.93/1.02	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.93/1.02	c 1	Simplifing CSP by introducing new Boolean variables
0.93/1.03	c 1	CSP : 1180 integers, 0 booleans, 1679 clauses, largest domain size 561
0.93/1.03	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.93/1.06	c 1	Encoding CSP to SAT : HOME/temp.cnf
0.93/1.07	c 1	118 (10%) CSP integer variables are encoded (0 clauses, 64 bytes)
0.93/1.07	c 1	236 (20%) CSP integer variables are encoded (0 clauses, 64 bytes)
0.93/1.07	c 1	354 (30%) CSP integer variables are encoded (0 clauses, 64 bytes)
0.93/1.07	c 1	472 (40%) CSP integer variables are encoded (0 clauses, 64 bytes)
0.93/1.07	c 1	590 (50%) CSP integer variables are encoded (0 clauses, 64 bytes)
0.93/1.09	c 1	708 (60%) CSP integer variables are encoded (4764 clauses, 61239 bytes)
0.93/1.09	c 1	826 (70%) CSP integer variables are encoded (5864 clauses, 75539 bytes)
0.93/1.09	c 1	944 (80%) CSP integer variables are encoded (7220 clauses, 93167 bytes)
0.93/1.09	c 1	1062 (90%) CSP integer variables are encoded (7984 clauses, 103099 bytes)
0.93/1.10	c 1	1180 (100%) CSP integer variables are encoded (9060 clauses, 117568 bytes)
1.04/1.13	c 1	168 (10%) CSP clauses are encoded (9396 clauses, 121864 bytes)
1.04/1.14	c 1	336 (20%) CSP clauses are encoded (9732 clauses, 126568 bytes)
1.04/1.16	c 1	504 (30%) CSP clauses are encoded (10068 clauses, 131272 bytes)
1.23/1.30	c 1	672 (40%) CSP clauses are encoded (56832 clauses, 952487 bytes)
1.43/1.52	c 1	840 (50%) CSP clauses are encoded (177396 clauses, 3163830 bytes)
1.43/1.53	c 1	1008 (60%) CSP clauses are encoded (183292 clauses, 3267225 bytes)
1.73/1.80	c 2	1176 (70%) CSP clauses are encoded (337940 clauses, 6113845 bytes)
1.73/1.83	c 2	1344 (80%) CSP clauses are encoded (344706 clauses, 6232797 bytes)
1.73/1.86	c 2	1512 (90%) CSP clauses are encoded (360858 clauses, 6524260 bytes)
1.83/1.96	c 2	1679 (100%) CSP clauses are encoded (420300 clauses, 7649052 bytes)
1.83/1.96	c 2	1679 CSP clauses encoded
1.83/1.96	c 2	Writing map file : HOME/temp.map
1.83/1.98	c 2	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.83/1.98	c 2	SAT : 10240 SAT variables, 420300 SAT clauses, 7649052 bytes
1.83/1.98	c 2	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.91/2.02	c 2	OBJECTIVE minimize _COST
1.91/2.02	c 2	OBJECTIVE BOUND: 0 <= _COST <= 
1.91/2.02	c 2	SEARCHING: _COST <= 280
1.91/2.02	c 2	SOLVING HOME/temp.cnf
1.91/2.02	c 2	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
1.91/2.03	c 2	This is MiniSat 2.0 beta
1.91/2.03	c 2	WARNING: for repeatability, setting FPU to use double precision
1.91/2.03	c 2	============================[ Problem Statistics ]=============================
1.91/2.03	c 2	|                                                                             |
1.91/2.03	c 2	|  Number of variables:  10240                                                |
1.91/2.03	c 2	|  Number of clauses:    420301                                               |
2.09/2.24	c 2	|  Parsing time:         0.18         s                                       |
2.19/2.37	c 2	============================[ Search Statistics ]==============================
2.19/2.37	c 2	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
2.19/2.37	c 2	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
2.19/2.37	c 2	===============================================================================
2.19/2.37	c 2	|         0 |    7440   268596   786168 |    89532        0    nan |  0.000 % |
2.39/2.51	c 2	|       100 |    7440   268596   786168 |    98485      100     26 | 27.344 % |
2.39/2.56	c 2	|       250 |    7440   268596   786168 |   108333      250     26 | 27.344 % |
2.49/2.63	c 2	|       478 |    7440   268596   786168 |   119167      478     28 | 27.344 % |
2.58/2.70	c 3	|       817 |    7440   268596   786168 |   131083      817     27 | 27.344 % |
2.68/2.81	c 3	|      1324 |    7440   268596   786168 |   144192     1324     28 | 27.344 % |
2.78/2.97	c 3	|      2083 |    7440   268596   786168 |   158611     2083     27 | 27.344 % |
3.27/3.42	c 3	|      3222 |    7440   268596   786168 |   174472     3222     32 | 27.344 % |
3.77/3.90	c 4	|      4932 |    7440   268596   786168 |   191919     4932     28 | 27.345 % |
4.86/5.09	c 5	|      7494 |    7440   268596   786168 |   211111     7494     33 | 27.344 % |
5.45/5.63	c 5	===============================================================================
5.45/5.63	c 5	restarts              : 10
5.45/5.63	c 5	conflicts             : 8982           (2541 /sec)
5.45/5.63	c 5	decisions             : 11991          (0.62 % random) (3392 /sec)
5.45/5.63	c 5	propagations          : 3365402        (951899 /sec)
5.45/5.63	c 5	conflict literals     : 305568         (21.65 % deleted)
5.45/5.63	c 5	Memory used           : 18.98 MB
5.45/5.63	c 5	CPU time              : 3.53546 s
5.45/5.63	c 5	
5.45/5.63	c 5	SATISFIABLE
5.45/5.64	c 5	FOUND: _COST <= 280
5.45/5.64	s SATISFIABLE
5.45/5.64	c 5	DECODING HOME/temp.out WITH HOME/temp.map
5.45/5.64	c 5	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
5.51/5.72	c 6	Decoding HOME/temp.out
5.51/5.88	c 6	OBJECTIVE _COST 280
5.51/5.88	o 280
5.51/5.89	v 1 1 0 0 0 1 0 0 1 1 0 1 0 0 1 1 1 1 1 0 1 1 1 0 1 0 0 0 1 1 1 0 1 1 0 0 0 1 0 0 1 1 1 1 0 1 1 1 0 1 1 1 0 0 1 1 1 0 0 1
5.51/5.93	c 6	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
5.51/5.96	c 6	OBJECTIVE BOUND: 0 <= _COST <= 280
5.51/5.96	c 6	SEARCHING: _COST <= 140
5.51/5.96	c 6	SOLVING HOME/temp.cnf
5.51/5.96	c 6	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
5.51/5.96	c 6	This is MiniSat 2.0 beta
5.51/5.96	c 6	WARNING: for repeatability, setting FPU to use double precision
5.51/5.96	c 6	============================[ Problem Statistics ]=============================
5.51/5.96	c 6	|                                                                             |
5.51/5.96	c 6	|  Number of variables:  10240                                                |
5.51/5.96	c 6	|  Number of clauses:    420301                                               |
5.79/6.17	c 6	|  Parsing time:         0.19         s                                       |
5.79/6.34	c 6	============================[ Search Statistics ]==============================
5.79/6.34	c 6	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
5.79/6.34	c 6	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
5.79/6.34	c 6	===============================================================================
5.79/6.34	c 6	|         0 |    5900   175986   512818 |    58662        0    nan |  0.000 % |
5.79/6.42	c 6	|       100 |    5900   175986   512818 |    64528      100     18 | 42.383 % |
5.79/6.48	c 6	|       250 |    5900   175986   512818 |    70981      250     25 | 42.383 % |
6.31/6.55	c 6	|       475 |    5900   175986   512818 |    78079      475     22 | 42.383 % |
6.42/6.63	c 6	|       813 |    5900   175986   512818 |    85887      813     23 | 42.383 % |
6.52/6.73	c 7	|      1319 |    5900   175986   512818 |    94475     1319     23 | 42.383 % |
6.62/6.87	c 7	|      2078 |    5900   175986   512818 |   103923     2078     24 | 42.383 % |
7.22/7.42	c 7	|      3217 |    5900   175986   512818 |   114315     3217     26 | 42.383 % |
7.90/8.18	c 8	|      4925 |    5900   175986   512818 |   125747     4925     28 | 42.383 % |
8.79/9.06	c 9	|      7489 |    5900   175986   512818 |   138321     7489     28 | 42.383 % |
9.98/10.23	c 10	|     11338 |    5900   175986   512818 |   152154    11338     26 | 42.383 % |
12.06/12.37	c 12	|     17104 |    5900   175986   512818 |   167369    17104     27 | 42.383 % |
15.93/16.25	c 16	|     25757 |    5900   175986   512818 |   184106    25757     27 | 42.383 % |
23.95/24.38	c 24	|     38732 |    5900   175986   512818 |   202517    38732     29 | 42.383 % |
36.43/36.92	c 37	|     58193 |    5900   175986   512818 |   222768    58193     29 | 42.383 % |
59.11/59.82	c 60	|     87385 |    5900   175986   512818 |   245045    87385     29 | 42.383 % |
108.35/109.55	c 109	|    131175 |    5900   175986   512818 |   269550   131175     30 | 42.383 % |
210.87/213.05	c 213	|    196861 |    5900   175986   512818 |   296505   196861     31 | 42.383 % |
427.20/431.47	c 431	|    295389 |    5900   175986   512818 |   326155   295389     32 | 42.383 % |
661.37/667.83	c 668	|    443178 |    5900   175986   512818 |   358771   128244     35 | 42.383 % |
1111.19/1121.93	c 1122	|    664861 |    5900   175986   512818 |   394648   349927     34 | 42.383 % |
1820.01/1837.51	c 1837	|    997386 |    5900   175986   512818 |   434113   298444     37 | 42.383 % |
2997.80/3026.51	c 3026	|   1496174 |    5900   175986   512818 |   477524   380356     34 | 42.383 % |
3600.03/3630.71	c ERROR INTERRUPTED
3600.03/3630.72	c 3631	CPU 5.59 (0.04 0.01 5.55 0.2)
3600.03/3630.72	c 3631	END Tue Jul 15 09:39:58 2008

Verifier Data (download as text)

OK	253	307
253 unsatisfied constraints, 307 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-1119868-1216103967/watcher-1119868-1216103967 -o /tmp/evaluation-result-1119868-1216103967/solver-1119868-1216103967 -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-1119868-1216103967.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.92 2.18 2.46 4/81 28767
/proc/meminfo: memFree=1783496/2055920 swapFree=4180996/4192956
[pid=28767] ppid=28765 vsize=12268 CPUtime=0
/proc/28767/stat : 28767 (sugar) R 28765 28767 27577 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 67098915 12562432 316 996147200 4194304 4206940 548682068592 18446744073709551615 255236733541 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/28767/statm: 3067 316 241 3 0 167 0

[startup+0.0553471 s]
/proc/loadavg: 1.92 2.18 2.46 4/81 28767
/proc/meminfo: memFree=1783496/2055920 swapFree=4180996/4192956
[pid=28767] ppid=28765 vsize=13600 CPUtime=0.03
/proc/28767/stat : 28767 (sugar) S 28765 28767 27577 0 -1 4194304 898 127 0 0 3 0 0 0 19 0 1 0 67098915 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28767/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.101264 s]
/proc/loadavg: 1.92 2.18 2.46 4/81 28767
/proc/meminfo: memFree=1783496/2055920 swapFree=4180996/4192956
[pid=28767] ppid=28765 vsize=13600 CPUtime=0.03
/proc/28767/stat : 28767 (sugar) S 28765 28767 27577 0 -1 4194304 898 127 0 0 3 0 0 0 19 0 1 0 67098915 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28767/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301302 s]
/proc/loadavg: 1.92 2.18 2.46 4/81 28767
/proc/meminfo: memFree=1783496/2055920 swapFree=4180996/4192956
[pid=28767] ppid=28765 vsize=13600 CPUtime=0.03
/proc/28767/stat : 28767 (sugar) S 28765 28767 27577 0 -1 4194304 898 127 0 0 3 0 0 0 19 0 1 0 67098915 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28767/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701381 s]
/proc/loadavg: 1.92 2.18 2.46 4/81 28767
/proc/meminfo: memFree=1783496/2055920 swapFree=4180996/4192956
[pid=28767] ppid=28765 vsize=13600 CPUtime=0.41
/proc/28767/stat : 28767 (sugar) S 28765 28767 27577 0 -1 4194304 974 4402 0 1 3 0 35 3 15 0 1 0 67098915 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28767/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.41
Current children cumulated vsize (KiB) 13600

[startup+1.50253 s]
/proc/loadavg: 1.92 2.18 2.46 3/92 28789
/proc/meminfo: memFree=1769520/2055920 swapFree=4180996/4192956
[pid=28767] ppid=28765 vsize=13600 CPUtime=0.42
/proc/28767/stat : 28767 (sugar) S 28765 28767 27577 0 -1 4194304 974 4402 0 1 3 1 35 3 15 0 1 0 67098915 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28767/statm: 3400 797 370 3 0 500 0
[pid=28780] ppid=28767 vsize=5356 CPUtime=0
/proc/28780/stat : 28780 (sh) S 28767 28767 27577 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 67098961 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28780/statm: 1339 233 193 169 0 50 0
[pid=28781] ppid=28780 vsize=868352 CPUtime=1.01
/proc/28781/stat : 28781 (java) S 28780 28767 27577 0 -1 0 6612 0 1 0 95 6 0 0 19 0 9 0 67098962 889192448 5736 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28781/statm: 217088 5736 2563 9 0 211635 0
[pid=28781/tid=28782] ppid=28780 vsize=868352 CPUtime=0.65
/proc/28781/task/28782/stat : 28782 (java) R 28780 28767 27577 0 -1 64 2805 0 1 0 63 2 0 0 21 0 9 0 67098962 889192448 5736 996147200 134512640 134550740 4294955936 18446744073709551615 4126942305 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28781/tid=28783] ppid=28780 vsize=868352 CPUtime=0.08
/proc/28781/task/28783/stat : 28783 (java) S 28780 28767 27577 0 -1 64 1612 0 0 0 7 1 0 0 16 0 9 0 67098964 889192448 5736 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28781/tid=28784] ppid=28780 vsize=868352 CPUtime=0
/proc/28781/task/28784/stat : 28784 (java) S 28780 28767 27577 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 67098964 889192448 5736 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28781/tid=28785] ppid=28780 vsize=868352 CPUtime=0
/proc/28781/task/28785/stat : 28785 (java) S 28780 28767 27577 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 67098964 889192448 5736 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28781/tid=28786] ppid=28780 vsize=868352 CPUtime=0
/proc/28781/task/28786/stat : 28786 (java) S 28780 28767 27577 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 67098966 889192448 5736 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28781/tid=28787] ppid=28780 vsize=868352 CPUtime=0.24
/proc/28781/task/28787/stat : 28787 (java) S 28780 28767 27577 0 -1 64 1502 0 0 0 24 0 0 0 16 0 9 0 67098966 889192448 5736 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28781/tid=28788] ppid=28780 vsize=868352 CPUtime=0
/proc/28781/task/28788/stat : 28788 (java) S 28780 28767 27577 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 67098966 889192448 5736 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28781/tid=28789] ppid=28780 vsize=868352 CPUtime=0
/proc/28781/task/28789/stat : 28789 (java) S 28780 28767 27577 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 67098966 889192448 5736 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.43
Current children cumulated vsize (KiB) 887308

[startup+3.10284 s]
/proc/loadavg: 1.92 2.18 2.46 3/84 28791
/proc/meminfo: memFree=1766000/2055920 swapFree=4180996/4192956
[pid=28767] ppid=28765 vsize=13732 CPUtime=1.93
/proc/28767/stat : 28767 (sugar) S 28765 28767 27577 0 -1 4194304 1071 11465 0 2 3 1 175 14 15 0 1 0 67098915 14061568 819 996147200 4194304 4206940 548682068592 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28767/statm: 3433 819 374 3 0 533 0
[pid=28790] ppid=28767 vsize=5356 CPUtime=0
/proc/28790/stat : 28790 (sh) S 28767 28767 27577 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 67099118 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28790/statm: 1339 232 193 169 0 50 0
[pid=28791] ppid=28790 vsize=19428 CPUtime=1.05
/proc/28791/stat : 28791 (minisat) R 28790 28767 27577 0 -1 4194304 4693 0 0 0 103 2 0 0 25 0 1 0 67099118 19894272 4679 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/28791/statm: 4857 4679 75 150 0 4704 0
Current children cumulated CPU time (s) 2.98
Current children cumulated vsize (KiB) 38516

[startup+6.30143 s]
/proc/loadavg: 1.93 2.18 2.46 3/84 28791
/proc/meminfo: memFree=1754736/2055920 swapFree=4180996/4192956
[pid=28767] ppid=28765 vsize=13732 CPUtime=5.79
/proc/28767/stat : 28767 (sugar) S 28765 28767 27577 0 -1 4194304 1190 20344 0 3 3 1 555 20 15 0 1 0 67098915 14061568 819 996147200 4194304 4206940 548682068592 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28767/statm: 3433 819 374 3 0 533 0
Current children cumulated CPU time (s) 5.79
Current children cumulated vsize (KiB) 13732

[startup+12.7026 s]
/proc/loadavg: 1.93 2.18 2.45 3/84 28803
/proc/meminfo: memFree=1754608/2055920 swapFree=4180996/4192956
[pid=28767] ppid=28765 vsize=13732 CPUtime=5.8
/proc/28767/stat : 28767 (sugar) S 28765 28767 27577 0 -1 4194304 1190 20344 0 3 4 1 555 20 16 0 1 0 67098915 14061568 819 996147200 4194304 4206940 548682068592 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28767/statm: 3433 819 374 3 0 533 0
[pid=28802] ppid=28767 vsize=5356 CPUtime=0
/proc/28802/stat : 28802 (sh) S 28767 28767 27577 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 67099511 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28802/statm: 1339 232 193 169 0 50 0
[pid=28803] ppid=28802 vsize=19708 CPUtime=6.66
/proc/28803/stat : 28803 (minisat) R 28802 28767 27577 0 -1 4194304 4776 0 0 0 664 2 0 0 25 0 1 0 67099512 20180992 4762 996147200 134512640 135127466 4294956256 18446744073709551615 134530783 0 0 4096 3 0 0 0 17 1 0 0
/proc/28803/statm: 4927 4762 75 150 0 4774 0
Current children cumulated CPU time (s) 12.46
Current children cumulated vsize (KiB) 38796

[startup+25.501 s]
/proc/loadavg: 1.95 2.17 2.45 3/84 28803
/proc/meminfo: memFree=1754288/2055920 swapFree=4180996/4192956
[pid=28767] ppid=28765 vsize=13732 CPUtime=5.8
/proc/28767/stat : 28767 (sugar) S 28765 28767 27577 0 -1 4194304 1190 20344 0 3 4 1 555 20 16 0 1 0 67098915 14061568 819 996147200 4194304 4206940 548682068592 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28767/statm: 3433 819 374 3 0 533 0
[pid=28802] ppid=28767 vsize=5356 CPUtime=0
/proc/28802/stat : 28802 (sh) S 28767 28767 27577 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 67099511 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28802/statm: 1339 232 193 169 0 50 0
[pid=28803] ppid=28802 vsize=20484 CPUtime=19.33
/proc/28803/stat : 28803 (minisat) R 28802 28767 27577 0 -1 4194304 4936 0 0 0 1931 2 0 0 25 0 1 0 67099512 20975616 4922 996147200 134512640 135127466 4294956256 18446744073709551615 134530936 0 0 4096 3 0 0 0 17 1 0 0
/proc/28803/statm: 5121 4922 75 150 0 4968 0
Current children cumulated CPU time (s) 25.13
Current children cumulated vsize (KiB) 39572

[startup+51.1018 s]
/proc/loadavg: 1.96 2.15 2.43 3/84 28803
/proc/meminfo: memFree=1748720/2055920 swapFree=4180996/4192956
[pid=28767] ppid=28765 vsize=13732 CPUtime=5.8
/proc/28767/stat : 28767 (sugar) S 28765 28767 27577 0 -1 4194304 1190 20344 0 3 4 1 555 20 16 0 1 0 67098915 14061568 819 996147200 4194304 4206940 548682068592 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28767/statm: 3433 819 374 3 0 533 0
[pid=28802] ppid=28767 vsize=5356 CPUtime=0
/proc/28802/stat : 28802 (sh) S 28767 28767 27577 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 67099511 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28802/statm: 1339 232 193 169 0 50 0
[pid=28803] ppid=28802 vsize=26040 CPUtime=44.7
/proc/28803/stat : 28803 (minisat) R 28802 28767 27577 0 -1 4194304 6326 0 0 0 4466 4 0 0 25 0 1 0 67099512 26664960 6312 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/28803/statm: 6510 6312 75 150 0 6357 0
Current children cumulated CPU time (s) 50.5
Current children cumulated vsize (KiB) 45128

[startup+102.306 s]
/proc/loadavg: 1.98 2.13 2.41 3/84 28803
/proc/meminfo: memFree=1740720/2055920 swapFree=4180996/4192956
[pid=28767] ppid=28765 vsize=13732 CPUtime=5.8
/proc/28767/stat : 28767 (sugar) S 28765 28767 27577 0 -1 4194304 1190 20344 0 3 4 1 555 20 16 0 1 0 67098915 14061568 819 996147200 4194304 4206940 548682068592 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28767/statm: 3433 819 374 3 0 533 0
[pid=28802] ppid=28767 vsize=5356 CPUtime=0
/proc/28802/stat : 28802 (sh) S 28767 28767 27577 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 67099511 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28802/statm: 1339 232 193 169 0 50 0
[pid=28803] ppid=28802 vsize=33916 CPUtime=95.41
/proc/28803/stat : 28803 (minisat) R 28802 28767 27577 0 -1 4194304 8289 0 0 0 9535 6 0 0 25 0 1 0 67099512 34729984 8275 996147200 134512640 135127466 4294956256 18446744073709551615 134528050 0 0 4096 3 0 0 0 17 1 0 0
/proc/28803/statm: 8479 8275 75 150 0 8326 0
Current children cumulated CPU time (s) 101.21
Current children cumulated vsize (KiB) 53004

[startup+162.302 s]
/proc/loadavg: 1.99 2.10 2.38 3/84 28803
/proc/meminfo: memFree=1733552/2055920 swapFree=4180996/4192956
[pid=28767] ppid=28765 vsize=13732 CPUtime=5.8
/proc/28767/stat : 28767 (sugar) S 28765 28767 27577 0 -1 4194304 1190 20344 0 3 4 1 555 20 16 0 1 0 67098915 14061568 819 996147200 4194304 4206940 548682068592 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28767/statm: 3433 819 374 3 0 533 0
[pid=28802] ppid=28767 vsize=5356 CPUtime=0
/proc/28802/stat : 28802 (sh) S 28767 28767 27577 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 67099511 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28802/statm: 1339 232 193 169 0 50 0
[pid=28803] ppid=28802 vsize=41228 CPUtime=154.84
/proc/28803/stat : 28803 (minisat) R 28802 28767 27577 0 -1 4194304 10087 0 0 0 15476 8 0 0 25 0 1 0 67099512 42217472 10073 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/28803/statm: 10307 10073 75 150 0 10154 0
Current children cumulated CPU time (s) 160.64
Current children cumulated vsize (KiB) 60316

[startup+222.302 s]
/proc/loadavg: 2.07 2.10 2.36 3/84 28803
/proc/meminfo: memFree=1727728/2055920 swapFree=4180996/4192956
[pid=28767] ppid=28765 vsize=13732 CPUtime=5.8
/proc/28767/stat : 28767 (sugar) S 28765 28767 27577 0 -1 4194304 1190 20344 0 3 4 1 555 20 16 0 1 0 67098915 14061568 819 996147200 4194304 4206940 548682068592 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28767/statm: 3433 819 374 3 0 533 0
[pid=28802] ppid=28767 vsize=5356 CPUtime=0
/proc/28802/stat : 28802 (sh) S 28767 28767 27577 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 67099511 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28802/statm: 1339 232 193 169 0 50 0
[pid=28803] ppid=28802 vsize=46916 CPUtime=214.28
/proc/28803/stat : 28803 (minisat) R 28802 28767 27577 0 -1 4194304 11524 0 0 0 21418 10 0 0 25 0 1 0 67099512 48041984 11510 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/28803/statm: 11729 11510 75 150 0 11576 0
Current children cumulated CPU time (s) 220.08
Current children cumulated vsize (KiB) 66004

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

/proc/meminfo: memFree=1669808/2055920 swapFree=4180996/4192956
[pid=28767] ppid=28765 vsize=13732 CPUtime=5.8
/proc/28767/stat : 28767 (sugar) S 28765 28767 27577 0 -1 4194304 1190 20344 0 3 4 1 555 20 16 0 1 0 67098915 14061568 819 996147200 4194304 4206940 548682068592 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28767/statm: 3433 819 374 3 0 533 0
[pid=28802] ppid=28767 vsize=5356 CPUtime=0
/proc/28802/stat : 28802 (sh) S 28767 28767 27577 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 67099511 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28802/statm: 1339 232 193 169 0 50 0
[pid=28803] ppid=28802 vsize=105916 CPUtime=3126.52
/proc/28803/stat : 28803 (minisat) R 28802 28767 27577 0 -1 4194304 25734 0 0 0 312620 32 0 0 25 0 1 0 67099512 108457984 25720 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/28803/statm: 26479 25720 75 150 0 26326 0
Current children cumulated CPU time (s) 3132.32
Current children cumulated vsize (KiB) 125004

[startup+3222.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 28864
/proc/meminfo: memFree=1649448/2055920 swapFree=4180996/4192956
[pid=28767] ppid=28765 vsize=13732 CPUtime=5.8
/proc/28767/stat : 28767 (sugar) S 28765 28767 27577 0 -1 4194304 1190 20344 0 3 4 1 555 20 16 0 1 0 67098915 14061568 819 996147200 4194304 4206940 548682068592 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28767/statm: 3433 819 374 3 0 533 0
[pid=28802] ppid=28767 vsize=5356 CPUtime=0
/proc/28802/stat : 28802 (sh) S 28767 28767 27577 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 67099511 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28802/statm: 1339 232 193 169 0 50 0
[pid=28803] ppid=28802 vsize=105916 CPUtime=3186.03
/proc/28803/stat : 28803 (minisat) R 28802 28767 27577 0 -1 4194304 25744 0 0 0 318570 33 0 0 25 0 1 0 67099512 108457984 25730 996147200 134512640 135127466 4294956256 18446744073709551615 134530682 0 0 4096 3 0 0 0 17 0 0 0
/proc/28803/statm: 26479 25730 75 150 0 26326 0
Current children cumulated CPU time (s) 3191.83
Current children cumulated vsize (KiB) 125004

[startup+3282.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 28864
/proc/meminfo: memFree=1636200/2055920 swapFree=4180996/4192956
[pid=28767] ppid=28765 vsize=13732 CPUtime=5.8
/proc/28767/stat : 28767 (sugar) S 28765 28767 27577 0 -1 4194304 1190 20344 0 3 4 1 555 20 16 0 1 0 67098915 14061568 819 996147200 4194304 4206940 548682068592 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28767/statm: 3433 819 374 3 0 533 0
[pid=28802] ppid=28767 vsize=5356 CPUtime=0
/proc/28802/stat : 28802 (sh) S 28767 28767 27577 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 67099511 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28802/statm: 1339 232 193 169 0 50 0
[pid=28803] ppid=28802 vsize=106036 CPUtime=3246
/proc/28803/stat : 28803 (minisat) R 28802 28767 27577 0 -1 4194304 25763 0 0 0 324566 34 0 0 25 0 1 0 67099512 108580864 25749 996147200 134512640 135127466 4294956256 18446744073709551615 134530644 0 0 4096 3 0 0 0 17 0 0 0
/proc/28803/statm: 26509 25749 75 150 0 26356 0
Current children cumulated CPU time (s) 3251.8
Current children cumulated vsize (KiB) 125124

[startup+3342.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 28864
/proc/meminfo: memFree=1624232/2055920 swapFree=4180996/4192956
[pid=28767] ppid=28765 vsize=13732 CPUtime=5.8
/proc/28767/stat : 28767 (sugar) S 28765 28767 27577 0 -1 4194304 1190 20344 0 3 4 1 555 20 16 0 1 0 67098915 14061568 819 996147200 4194304 4206940 548682068592 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28767/statm: 3433 819 374 3 0 533 0
[pid=28802] ppid=28767 vsize=5356 CPUtime=0
/proc/28802/stat : 28802 (sh) S 28767 28767 27577 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 67099511 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28802/statm: 1339 232 193 169 0 50 0
[pid=28803] ppid=28802 vsize=108268 CPUtime=3305.98
/proc/28803/stat : 28803 (minisat) R 28802 28767 27577 0 -1 4194304 26108 0 0 0 330563 35 0 0 25 0 1 0 67099512 110866432 26094 996147200 134512640 135127466 4294956256 18446744073709551615 134530692 0 0 4096 3 0 0 0 17 0 0 0
/proc/28803/statm: 27067 26094 75 150 0 26914 0
Current children cumulated CPU time (s) 3311.78
Current children cumulated vsize (KiB) 127356

[startup+3402.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 28876
/proc/meminfo: memFree=1646056/2055920 swapFree=4180996/4192956
[pid=28767] ppid=28765 vsize=13732 CPUtime=5.8
/proc/28767/stat : 28767 (sugar) S 28765 28767 27577 0 -1 4194304 1190 20344 0 3 4 1 555 20 16 0 1 0 67098915 14061568 819 996147200 4194304 4206940 548682068592 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28767/statm: 3433 819 374 3 0 533 0
[pid=28802] ppid=28767 vsize=5356 CPUtime=0
/proc/28802/stat : 28802 (sh) S 28767 28767 27577 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 67099511 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28802/statm: 1339 232 193 169 0 50 0
[pid=28803] ppid=28802 vsize=110248 CPUtime=3365.94
/proc/28803/stat : 28803 (minisat) R 28802 28767 27577 0 -1 4194304 26597 0 0 0 336559 35 0 0 25 0 1 0 67099512 112893952 26583 996147200 134512640 135127466 4294956256 18446744073709551615 134523507 0 0 4096 3 0 0 0 17 0 0 0
/proc/28803/statm: 27562 26583 75 150 0 27409 0
Current children cumulated CPU time (s) 3371.74
Current children cumulated vsize (KiB) 129336

[startup+3462.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 28876
/proc/meminfo: memFree=1639528/2055920 swapFree=4180996/4192956
[pid=28767] ppid=28765 vsize=13732 CPUtime=5.8
/proc/28767/stat : 28767 (sugar) S 28765 28767 27577 0 -1 4194304 1190 20344 0 3 4 1 555 20 16 0 1 0 67098915 14061568 819 996147200 4194304 4206940 548682068592 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28767/statm: 3433 819 374 3 0 533 0
[pid=28802] ppid=28767 vsize=5356 CPUtime=0
/proc/28802/stat : 28802 (sh) S 28767 28767 27577 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 67099511 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28802/statm: 1339 232 193 169 0 50 0
[pid=28803] ppid=28802 vsize=110248 CPUtime=3425.91
/proc/28803/stat : 28803 (minisat) R 28802 28767 27577 0 -1 4194304 26597 0 0 0 342556 35 0 0 25 0 1 0 67099512 112893952 26583 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 0 0 0
/proc/28803/statm: 27562 26583 75 150 0 27409 0
Current children cumulated CPU time (s) 3431.71
Current children cumulated vsize (KiB) 129336

[startup+3522.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 28876
/proc/meminfo: memFree=1633000/2055920 swapFree=4180996/4192956
[pid=28767] ppid=28765 vsize=13732 CPUtime=5.8
/proc/28767/stat : 28767 (sugar) S 28765 28767 27577 0 -1 4194304 1190 20344 0 3 4 1 555 20 16 0 1 0 67098915 14061568 819 996147200 4194304 4206940 548682068592 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28767/statm: 3433 819 374 3 0 533 0
[pid=28802] ppid=28767 vsize=5356 CPUtime=0
/proc/28802/stat : 28802 (sh) S 28767 28767 27577 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 67099511 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28802/statm: 1339 232 193 169 0 50 0
[pid=28803] ppid=28802 vsize=110248 CPUtime=3485.89
/proc/28803/stat : 28803 (minisat) R 28802 28767 27577 0 -1 4194304 26597 0 0 0 348553 36 0 0 25 0 1 0 67099512 112893952 26583 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/28803/statm: 27562 26583 75 150 0 27409 0
Current children cumulated CPU time (s) 3491.69
Current children cumulated vsize (KiB) 129336

[startup+3582.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 28876
/proc/meminfo: memFree=1627176/2055920 swapFree=4180996/4192956
[pid=28767] ppid=28765 vsize=13732 CPUtime=5.8
/proc/28767/stat : 28767 (sugar) S 28765 28767 27577 0 -1 4194304 1190 20344 0 3 4 1 555 20 16 0 1 0 67098915 14061568 819 996147200 4194304 4206940 548682068592 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28767/statm: 3433 819 374 3 0 533 0
[pid=28802] ppid=28767 vsize=5356 CPUtime=0
/proc/28802/stat : 28802 (sh) S 28767 28767 27577 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 67099511 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28802/statm: 1339 232 193 169 0 50 0
[pid=28803] ppid=28802 vsize=110248 CPUtime=3545.85
/proc/28803/stat : 28803 (minisat) R 28802 28767 27577 0 -1 4194304 26597 0 0 0 354549 36 0 0 25 0 1 0 67099512 112893952 26583 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/28803/statm: 27562 26583 75 150 0 27409 0
Current children cumulated CPU time (s) 3551.65
Current children cumulated vsize (KiB) 129336



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3630.7 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 28876
/proc/meminfo: memFree=1622760/2055920 swapFree=4180996/4192956
[pid=28767] ppid=28765 vsize=13732 CPUtime=5.8
/proc/28767/stat : 28767 (sugar) S 28765 28767 27577 0 -1 4194304 1190 20344 0 3 4 1 555 20 16 0 1 0 67098915 14061568 819 996147200 4194304 4206940 548682068592 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28767/statm: 3433 819 374 3 0 533 0
[pid=28802] ppid=28767 vsize=5356 CPUtime=0
/proc/28802/stat : 28802 (sh) S 28767 28767 27577 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 67099511 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28802/statm: 1339 232 193 169 0 50 0
[pid=28803] ppid=28802 vsize=110248 CPUtime=3594.23
/proc/28803/stat : 28803 (minisat) R 28802 28767 27577 0 -1 4194304 26599 0 0 0 359387 36 0 0 25 0 1 0 67099512 112893952 26585 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/28803/statm: 27562 26585 75 150 0 27409 0
Current children cumulated CPU time (s) 3600.03
Current children cumulated vsize (KiB) 129336

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

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

[startup+3630.7 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 28876
/proc/meminfo: memFree=1622760/2055920 swapFree=4180996/4192956
[pid=28767] ppid=28765 vsize=13732 CPUtime=5.8
/proc/28767/stat : 28767 (sugar) S 28765 28767 27577 0 -1 4194304 1190 20344 0 3 4 1 555 20 16 0 1 0 67098915 14061568 819 996147200 4194304 4206940 548682068592 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28767/statm: 3433 819 374 3 0 533 0
[pid=28802] ppid=28767 vsize=5356 CPUtime=0
/proc/28802/stat : 28802 (sh) S 28767 28767 27577 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 67099511 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28802/statm: 1339 232 193 169 0 50 0
[pid=28803] ppid=28802 vsize=110248 CPUtime=3594.23
/proc/28803/stat : 28803 (minisat) R 28802 28767 27577 0 -1 4194304 26599 0 0 0 359387 36 0 0 25 0 1 0 67099512 112893952 26585 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/28803/statm: 27562 26585 75 150 0 27409 0
Current children cumulated CPU time (s) 3600.03
Current children cumulated vsize (KiB) 129336

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 28767 and gives
#  childrusage.ru_utime.tv_sec=5
#  childrusage.ru_utime.tv_usec=595149
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=223965
# CPU time returned by wait4() is 5.81911
# while last known CPU time is 3600.03
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 3630.73
CPU time (s): 3600.03
CPU user time (s): 3599.46
CPU system time (s): 0.57
CPU usage (%): 99.1545
Max. virtual memory (cumulated for all children) (KiB): 887308

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

runsolver used 4.6253 second user time and 11.8932 second system time

The end

Launcher Data (download as text)

Begin job on node19 at 2008-07-15 08:39:27
IDJOB=1119868
IDBENCH=62423
IDSOLVER=368
FILE ID=node19/1119868-1216103967
PBS_JOBID= 7905194
Free space on /tmp= 66560 MiB

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

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 709264c2514dadfef18f65be5b77748b
RANDOM SEED=752600222

node19.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.279
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.279
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:       1783976 kB
Buffers:         62472 kB
Cached:         127656 kB
SwapCached:       5848 kB
Active:         155892 kB
Inactive:        54220 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1783976 kB
SwapTotal:     4192956 kB
SwapFree:      4180996 kB
Dirty:            1300 kB
Writeback:           0 kB
Mapped:          36036 kB
Slab:            46684 kB
Committed_AS:   312892 kB
PageTables:       2080 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 node19 at 2008-07-15 09:40:00