Trace number 1117996

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.01 3604.83

General information on the benchmark

Namemaxcsp/maxcut/maxcut-50/
normalized-maxcut-50-680-6_ext.xml
MD5SUM057446ebdb7fa7b5c791408ebcfd5b13
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkMSAT TO
Best Number of falsified constraints270
Best CPU time to get the best result obtained on this benchmark1609.89
Satisfiable
(Un)Satisfiability was proved
Number of variables50
Number of constraints680
Maximum constraint arity2
Maximum domain size2
Number of constraints which are defined in extension680
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 Mon Jul 14 22:55:19 2008
0.00/0.04	c 0	PID 22138
0.03/0.05	c 0	HOST node34.alineos.net
0.03/0.05	c 0	CONVERTING HOME/instance-1117996-1216068919.xml TO HOME/temp.csp
0.03/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1117996-1216068919.xml' 'HOME/temp.csp'
0.03/0.49	c 1	1 domains, 50 variables, 0 predicates, 1 relations, 680 constraints
0.03/0.57	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.57	c 1	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.49/0.69	c 1	Parsing HOME/temp.csp
0.49/0.84	c 1	parsed 732 expressions
0.49/0.86	c 1	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.49/0.88	c 1	MAX CSP: 680 constraints
0.49/0.88	c 1	Converting to clausal form CSP
0.49/0.91	c 1	converted 142 (10%) expressions
0.49/0.93	c 1	converted 283 (20%) expressions
0.49/0.94	c 1	converted 425 (30%) expressions
0.49/0.96	c 1	converted 566 (40%) expressions
0.49/0.96	c 1	converted 708 (50%) expressions
0.49/0.98	c 1	converted 849 (60%) expressions
0.49/0.98	c 1	converted 991 (70%) expressions
0.87/1.06	c 1	converted 1132 (80%) expressions
0.87/1.07	c 1	converted 1274 (90%) expressions
0.97/1.19	c 1	converted 1415 (100%) expressions
0.97/1.19	c 1	CSP : 1410 integers, 0 booleans, 2039 clauses, largest domain size 1021
0.97/1.19	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.97/1.19	c 1	Propagation in CSP
1.06/1.23	c 1	676 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.06/1.23	c 1	CSP : 1410 integers, 0 booleans, 2039 clauses, largest domain size 681
1.06/1.23	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.06/1.24	c 1	Simplifing CSP by introducing new Boolean variables
1.06/1.24	c 1	CSP : 1410 integers, 0 booleans, 2039 clauses, largest domain size 681
1.06/1.24	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.06/1.27	c 2	Encoding CSP to SAT : HOME/temp.cnf
1.06/1.28	c 2	141 (10%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.06/1.29	c 2	282 (20%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.06/1.29	c 2	423 (30%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.06/1.29	c 2	564 (40%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.06/1.29	c 2	705 (50%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.15/1.31	c 2	846 (60%) CSP integer variables are encoded (5839 clauses, 75434 bytes)
1.15/1.31	c 2	987 (70%) CSP integer variables are encoded (7359 clauses, 95194 bytes)
1.15/1.31	c 2	1128 (80%) CSP integer variables are encoded (8905 clauses, 115343 bytes)
1.15/1.31	c 2	1269 (90%) CSP integer variables are encoded (9871 clauses, 129833 bytes)
1.15/1.32	c 2	1410 (100%) CSP integer variables are encoded (11221 clauses, 150083 bytes)
1.15/1.35	c 2	204 (10%) CSP clauses are encoded (11629 clauses, 155245 bytes)
1.15/1.37	c 2	408 (20%) CSP clauses are encoded (12037 clauses, 160903 bytes)
1.15/1.38	c 2	612 (30%) CSP clauses are encoded (12445 clauses, 166615 bytes)
1.37/1.54	c 2	816 (40%) CSP clauses are encoded (50395 clauses, 821666 bytes)
1.77/1.90	c 2	1020 (50%) CSP clauses are encoded (256539 clauses, 4604584 bytes)
1.77/1.92	c 2	1224 (60%) CSP clauses are encoded (265055 clauses, 4754860 bytes)
2.16/2.33	c 3	1428 (70%) CSP clauses are encoded (492519 clauses, 8945090 bytes)
2.16/2.35	c 3	1632 (80%) CSP clauses are encoded (502359 clauses, 9138911 bytes)
2.25/2.40	c 3	1836 (90%) CSP clauses are encoded (525891 clauses, 9633503 bytes)
2.35/2.56	c 3	2039 (100%) CSP clauses are encoded (613023 clauses, 11486637 bytes)
2.35/2.56	c 3	2039 CSP clauses encoded
2.35/2.56	c 3	Writing map file : HOME/temp.map
2.35/2.58	c 3	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.35/2.58	c 3	SAT : 12631 SAT variables, 613023 SAT clauses, 11486637 bytes
2.35/2.58	c 3	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.35/2.59	c 3	OBJECTIVE minimize _COST
2.35/2.59	c 3	OBJECTIVE BOUND: 0 <= _COST <= 
2.35/2.59	c 3	SEARCHING: _COST <= 340
2.35/2.59	c 3	SOLVING HOME/temp.cnf
2.35/2.59	c 3	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
2.46/2.60	c 3	This is MiniSat 2.0 beta
2.46/2.60	c 3	WARNING: for repeatability, setting FPU to use double precision
2.46/2.60	c 3	============================[ Problem Statistics ]=============================
2.46/2.60	c 3	|                                                                             |
2.46/2.60	c 3	|  Number of variables:  12631                                                |
2.46/2.60	c 3	|  Number of clauses:    613024                                               |
2.46/2.89	c 3	|  Parsing time:         0.26         s                                       |
2.46/3.11	c 3	============================[ Search Statistics ]==============================
2.46/3.11	c 3	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
2.46/3.11	c 3	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
2.46/3.11	c 3	===============================================================================
2.46/3.11	c 3	|         0 |    9231   391419  1149774 |   130473        0    nan |  0.000 % |
3.04/3.25	c 3	|       100 |    9231   391419  1149774 |   143520      100     17 | 26.918 % |
3.14/3.36	c 4	|       251 |    9231   391419  1149774 |   157872      251     28 | 26.918 % |
3.34/3.53	c 4	|       478 |    9231   391419  1149774 |   173659      478     25 | 26.918 % |
3.64/3.85	c 4	|       816 |    9231   391419  1149774 |   191025      816     32 | 26.918 % |
3.84/4.07	c 4	|      1322 |    9231   391419  1149774 |   210128     1322     33 | 26.918 % |
4.14/4.36	c 5	|      2081 |    9231   391419  1149774 |   231140     2081     33 | 26.918 % |
4.24/4.41	c 5	===============================================================================
4.24/4.41	c 5	restarts              : 7
4.24/4.41	c 5	conflicts             : 2221           (1259 /sec)
4.24/4.41	c 5	decisions             : 3583           (0.59 % random) (2031 /sec)
4.24/4.41	c 5	propagations          : 1034131        (586331 /sec)
4.24/4.41	c 5	conflict literals     : 72014          (22.58 % deleted)
4.24/4.41	c 5	Memory used           : 25.99 MB
4.24/4.41	c 5	CPU time              : 1.76373 s
4.24/4.41	c 5	
4.24/4.42	c 5	SATISFIABLE
4.24/4.42	c 5	FOUND: _COST <= 340
4.24/4.42	s SATISFIABLE
4.24/4.42	c 5	DECODING HOME/temp.out WITH HOME/temp.map
4.24/4.42	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'
4.27/4.50	c 5	Decoding HOME/temp.out
4.27/4.61	c 5	OBJECTIVE _COST 340
4.27/4.61	o 340
4.27/4.62	v 0 1 0 1 1 1 1 0 0 1 1 0 0 0 1 1 0 1 0 1 1 1 1 1 0 1 0 0 0 0 1 0 0 1 0 1 1 1 1 0 1 0 1 0 0 0 1 0 1 0
4.27/4.62	c 5	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
4.27/4.64	c 5	OBJECTIVE BOUND: 0 <= _COST <= 340
4.27/4.64	c 5	SEARCHING: _COST <= 170
4.27/4.64	c 5	SOLVING HOME/temp.cnf
4.27/4.64	c 5	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
4.27/4.64	c 5	This is MiniSat 2.0 beta
4.27/4.64	c 5	WARNING: for repeatability, setting FPU to use double precision
4.27/4.64	c 5	============================[ Problem Statistics ]=============================
4.27/4.64	c 5	|                                                                             |
4.27/4.64	c 5	|  Number of variables:  12631                                                |
4.27/4.64	c 5	|  Number of clauses:    613024                                               |
4.46/4.94	c 5	|  Parsing time:         0.27         s                                       |
4.46/5.23	c 5	============================[ Search Statistics ]==============================
4.46/5.23	c 5	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
4.46/5.23	c 5	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
4.46/5.23	c 5	===============================================================================
4.46/5.23	c 5	|         0 |    7361   256014   748999 |    85338        0    nan |  0.000 % |
4.47/5.37	c 6	|       102 |    7361   256014   748999 |    93871      102     23 | 41.723 % |
5.22/5.48	c 6	|       253 |    7361   256014   748999 |   103258      253     25 | 41.723 % |
5.41/5.66	c 6	|       478 |    7361   256014   748999 |   113584      478     26 | 41.723 % |
5.60/5.86	c 6	|       815 |    7361   256014   748999 |   124943      815     26 | 41.723 % |
5.81/6.10	c 6	|      1321 |    7361   256014   748999 |   137437     1321     26 | 41.723 % |
6.21/6.45	c 7	|      2081 |    7361   256014   748999 |   151181     2081     25 | 41.723 % |
7.00/7.28	c 8	|      3221 |    7361   256014   748999 |   166299     3221     27 | 41.723 % |
8.40/8.66	c 9	|      4931 |    7361   256014   748999 |   182929     4931     28 | 41.723 % |
10.59/10.81	c 11	|      7494 |    7361   256014   748999 |   201222     7494     28 | 41.723 % |
14.46/14.76	c 15	|     11338 |    7361   256014   748999 |   221344    11338     29 | 41.723 % |
20.54/20.85	c 21	|     17105 |    7361   256014   748999 |   243479    17105     30 | 41.723 % |
30.19/30.60	c 31	|     25754 |    7361   256014   748999 |   267827    25754     30 | 41.723 % |
45.81/46.22	c 46	|     38728 |    7361   256014   748999 |   294609    38728     30 | 41.723 % |
70.39/70.92	c 71	|     58190 |    7361   256014   748999 |   324070    58190     30 | 41.723 % |
111.30/112.06	c 112	|     87382 |    7361   256014   748999 |   356478    87382     30 | 41.723 % |
196.59/197.70	c 198	|    131171 |    7361   256014   748999 |   392125   131171     31 | 41.723 % |
363.97/365.92	c 366	|    196855 |    7361   256014   748999 |   431338   196855     31 | 41.723 % |
633.38/635.64	c 636	|    295381 |    7361   256014   748999 |   474472   295381     32 | 41.723 % |
1196.37/1198.84	c 1199	|    443170 |    7361   256014   748999 |   521919   443170     32 | 41.723 % |
1926.60/1929.36	c 1930	|    664854 |    7361   256014   748999 |   574111   155437     32 | 41.723 % |
3183.22/3186.42	c 3187	|    997379 |    7361   256014   748999 |   631522   487962     32 | 41.723 % |
3600.01/3604.81	c ERROR INTERRUPTED
3600.01/3604.83	c 3605	CPU 4.23 (0.04 0.01 4.19 0.23)
3600.01/3604.83	c 3605	END Mon Jul 14 23:55:24 2008

Verifier Data (download as text)

OK	317	363
317 unsatisfied constraints, 363 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-1117996-1216068919/watcher-1117996-1216068919 -o /tmp/evaluation-result-1117996-1216068919/solver-1117996-1216068919 -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-1117996-1216068919.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.69 2.65 2.61 4/81 22138
/proc/meminfo: memFree=1801752/2055920 swapFree=4191900/4192956
[pid=22138] ppid=22136 vsize=12268 CPUtime=0
/proc/22138/stat : 22138 (sugar) R 22136 22138 21677 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 63593452 12562432 316 996147200 4194304 4206940 548682068592 18446744073709551615 254195497573 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/22138/statm: 3067 316 241 3 0 167 0

[startup+0.0501821 s]
/proc/loadavg: 2.69 2.65 2.61 4/81 22138
/proc/meminfo: memFree=1801752/2055920 swapFree=4191900/4192956
[pid=22138] ppid=22136 vsize=13600 CPUtime=0.03
/proc/22138/stat : 22138 (sugar) S 22136 22138 21677 0 -1 4194304 838 0 0 0 3 0 0 0 18 0 1 0 63593452 13926400 792 996147200 4194304 4206940 548682068592 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22138/statm: 3400 792 367 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.102153 s]
/proc/loadavg: 2.69 2.65 2.61 4/81 22138
/proc/meminfo: memFree=1801752/2055920 swapFree=4191900/4192956
[pid=22138] ppid=22136 vsize=13600 CPUtime=0.03
/proc/22138/stat : 22138 (sugar) S 22136 22138 21677 0 -1 4194304 898 127 0 0 3 0 0 0 19 0 1 0 63593452 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22138/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301132 s]
/proc/loadavg: 2.69 2.65 2.61 4/81 22138
/proc/meminfo: memFree=1801752/2055920 swapFree=4191900/4192956
[pid=22138] ppid=22136 vsize=13600 CPUtime=0.03
/proc/22138/stat : 22138 (sugar) S 22136 22138 21677 0 -1 4194304 898 127 0 0 3 0 0 0 19 0 1 0 63593452 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22138/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701169 s]
/proc/loadavg: 2.69 2.65 2.61 4/81 22138
/proc/meminfo: memFree=1801752/2055920 swapFree=4191900/4192956
[pid=22138] ppid=22136 vsize=13600 CPUtime=0.49
/proc/22138/stat : 22138 (sugar) S 22136 22138 21677 0 -1 4194304 974 4527 0 1 3 0 43 3 15 0 1 0 63593452 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22138/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 13600

[startup+1.50224 s]
/proc/loadavg: 2.69 2.65 2.61 4/92 22160
/proc/meminfo: memFree=1792576/2055920 swapFree=4191900/4192956
[pid=22138] ppid=22136 vsize=13600 CPUtime=0.5
/proc/22138/stat : 22138 (sugar) S 22136 22138 21677 0 -1 4194304 974 4527 0 1 3 1 43 3 15 0 1 0 63593452 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22138/statm: 3400 797 370 3 0 500 0
[pid=22151] ppid=22138 vsize=5356 CPUtime=0
/proc/22151/stat : 22151 (sh) S 22138 22138 21677 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 63593510 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22151/statm: 1339 233 193 169 0 50 0
[pid=22152] ppid=22151 vsize=868492 CPUtime=0.87
/proc/22152/stat : 22152 (java) S 22151 22138 21677 0 -1 0 6608 0 1 0 82 5 0 0 18 0 9 0 63593510 889335808 5822 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22152/statm: 217123 5822 2563 9 0 211670 0
[pid=22152/tid=22153] ppid=22151 vsize=868492 CPUtime=0.53
/proc/22152/task/22153/stat : 22153 (java) R 22151 22138 21677 0 -1 64 2729 0 1 0 51 2 0 0 18 0 9 0 63593511 889335808 5822 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22152/tid=22154] ppid=22151 vsize=868492 CPUtime=0.06
/proc/22152/task/22154/stat : 22154 (java) S 22151 22138 21677 0 -1 64 1692 0 0 0 6 0 0 0 16 0 9 0 63593512 889335808 5822 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22152/tid=22155] ppid=22151 vsize=868492 CPUtime=0
/proc/22152/task/22155/stat : 22155 (java) S 22151 22138 21677 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 63593512 889335808 5822 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22152/tid=22156] ppid=22151 vsize=868492 CPUtime=0
/proc/22152/task/22156/stat : 22156 (java) S 22151 22138 21677 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 63593512 889335808 5822 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22152/tid=22157] ppid=22151 vsize=868492 CPUtime=0
/proc/22152/task/22157/stat : 22157 (java) S 22151 22138 21677 0 -1 64 1 0 0 0 0 0 0 0 17 0 9 0 63593517 889335808 5822 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22152/tid=22158] ppid=22151 vsize=868492 CPUtime=0.25
/proc/22152/task/22158/stat : 22158 (java) S 22151 22138 21677 0 -1 64 1493 0 0 0 24 1 0 0 16 0 9 0 63593517 889335808 5822 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22152/tid=22159] ppid=22151 vsize=868492 CPUtime=0
/proc/22152/task/22159/stat : 22159 (java) S 22151 22138 21677 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 63593517 889335808 5822 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22152/tid=22160] ppid=22151 vsize=868492 CPUtime=0
/proc/22152/task/22160/stat : 22160 (java) S 22151 22138 21677 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 63593517 889335808 5822 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.37
Current children cumulated vsize (KiB) 887448

[startup+3.10135 s]
/proc/loadavg: 2.69 2.65 2.61 3/92 22160
/proc/meminfo: memFree=1779712/2055920 swapFree=4191900/4192956
[pid=22138] ppid=22136 vsize=13732 CPUtime=2.46
/proc/22138/stat : 22138 (sugar) S 22136 22138 21677 0 -1 4194304 1074 11773 0 2 3 1 225 17 15 0 1 0 63593452 14061568 822 996147200 4194304 4206940 548682068592 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22138/statm: 3433 822 374 3 0 533 0
Current children cumulated CPU time (s) 2.46
Current children cumulated vsize (KiB) 13732

[startup+6.30159 s]
/proc/loadavg: 2.64 2.64 2.60 3/84 22174
/proc/meminfo: memFree=1762176/2055920 swapFree=4191900/4192956
[pid=22138] ppid=22136 vsize=13732 CPUtime=4.47
/proc/22138/stat : 22138 (sugar) S 22136 22138 21677 0 -1 4194304 1194 22386 0 3 4 1 419 23 15 0 1 0 63593452 14061568 822 996147200 4194304 4206940 548682068592 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22138/statm: 3433 822 374 3 0 533 0
[pid=22173] ppid=22138 vsize=5356 CPUtime=0
/proc/22173/stat : 22173 (sh) S 22138 22138 21677 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 63593916 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22173/statm: 1339 232 193 169 0 50 0
[pid=22174] ppid=22173 vsize=26872 CPUtime=1.64
/proc/22174/stat : 22174 (minisat) R 22173 22138 21677 0 -1 4194304 6521 0 0 0 160 4 0 0 25 0 1 0 63593916 27516928 6507 996147200 134512640 135127466 4294956256 18446744073709551615 134527053 0 0 4096 3 0 0 0 17 1 0 0
/proc/22174/statm: 6718 6507 75 150 0 6565 0
Current children cumulated CPU time (s) 6.11
Current children cumulated vsize (KiB) 45960

[startup+12.7011 s]
/proc/loadavg: 2.59 2.63 2.60 3/84 22174
/proc/meminfo: memFree=1762176/2055920 swapFree=4191900/4192956
[pid=22138] ppid=22136 vsize=13732 CPUtime=4.47
/proc/22138/stat : 22138 (sugar) S 22136 22138 21677 0 -1 4194304 1194 22386 0 3 4 1 419 23 16 0 1 0 63593452 14061568 822 996147200 4194304 4206940 548682068592 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22138/statm: 3433 822 374 3 0 533 0
[pid=22173] ppid=22138 vsize=5356 CPUtime=0
/proc/22173/stat : 22173 (sh) S 22138 22138 21677 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 63593916 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22173/statm: 1339 232 193 169 0 50 0
[pid=22174] ppid=22173 vsize=26872 CPUtime=8
/proc/22174/stat : 22174 (minisat) R 22173 22138 21677 0 -1 4194304 6532 0 0 0 796 4 0 0 25 0 1 0 63593916 27516928 6518 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 1 0 0
/proc/22174/statm: 6718 6518 75 150 0 6565 0
Current children cumulated CPU time (s) 12.47
Current children cumulated vsize (KiB) 45960

[startup+25.501 s]
/proc/loadavg: 2.45 2.60 2.59 3/84 22174
/proc/meminfo: memFree=1762304/2055920 swapFree=4191900/4192956
[pid=22138] ppid=22136 vsize=13732 CPUtime=4.47
/proc/22138/stat : 22138 (sugar) S 22136 22138 21677 0 -1 4194304 1194 22386 0 3 4 1 419 23 16 0 1 0 63593452 14061568 822 996147200 4194304 4206940 548682068592 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22138/statm: 3433 822 374 3 0 533 0
[pid=22173] ppid=22138 vsize=5356 CPUtime=0
/proc/22173/stat : 22173 (sh) S 22138 22138 21677 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 63593916 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22173/statm: 1339 232 193 169 0 50 0
[pid=22174] ppid=22173 vsize=27036 CPUtime=20.74
/proc/22174/stat : 22174 (minisat) R 22173 22138 21677 0 -1 4194304 6544 0 0 0 2070 4 0 0 25 0 1 0 63593916 27684864 6530 996147200 134512640 135127466 4294956256 18446744073709551615 134530686 0 0 4096 3 0 0 0 17 1 0 0
/proc/22174/statm: 6759 6530 75 150 0 6606 0
Current children cumulated CPU time (s) 25.21
Current children cumulated vsize (KiB) 46124

[startup+51.102 s]
/proc/loadavg: 2.30 2.55 2.57 3/84 22174
/proc/meminfo: memFree=1762112/2055920 swapFree=4191900/4192956
[pid=22138] ppid=22136 vsize=13732 CPUtime=4.47
/proc/22138/stat : 22138 (sugar) S 22136 22138 21677 0 -1 4194304 1194 22386 0 3 4 1 419 23 16 0 1 0 63593452 14061568 822 996147200 4194304 4206940 548682068592 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22138/statm: 3433 822 374 3 0 533 0
[pid=22173] ppid=22138 vsize=5356 CPUtime=0
/proc/22173/stat : 22173 (sh) S 22138 22138 21677 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 63593916 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22173/statm: 1339 232 193 169 0 50 0
[pid=22174] ppid=22173 vsize=27172 CPUtime=46.22
/proc/22174/stat : 22174 (minisat) R 22173 22138 21677 0 -1 4194304 6605 0 0 0 4618 4 0 0 25 0 1 0 63593916 27824128 6582 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/22174/statm: 6793 6582 75 150 0 6640 0
Current children cumulated CPU time (s) 50.69
Current children cumulated vsize (KiB) 46260

[startup+102.307 s]
/proc/loadavg: 2.13 2.46 2.54 3/84 22174
/proc/meminfo: memFree=1757632/2055920 swapFree=4191900/4192956
[pid=22138] ppid=22136 vsize=13732 CPUtime=4.47
/proc/22138/stat : 22138 (sugar) S 22136 22138 21677 0 -1 4194304 1194 22386 0 3 4 1 419 23 16 0 1 0 63593452 14061568 822 996147200 4194304 4206940 548682068592 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22138/statm: 3433 822 374 3 0 533 0
[pid=22173] ppid=22138 vsize=5356 CPUtime=0
/proc/22173/stat : 22173 (sh) S 22138 22138 21677 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 63593916 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22173/statm: 1339 232 193 169 0 50 0
[pid=22174] ppid=22173 vsize=31680 CPUtime=97.18
/proc/22174/stat : 22174 (minisat) R 22173 22138 21677 0 -1 4194304 7718 0 0 0 9712 6 0 0 25 0 1 0 63593916 32440320 7695 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/22174/statm: 7920 7695 75 150 0 7767 0
Current children cumulated CPU time (s) 101.65
Current children cumulated vsize (KiB) 50768

[startup+162.301 s]
/proc/loadavg: 2.05 2.38 2.50 3/84 22174
/proc/meminfo: memFree=1752256/2055920 swapFree=4191900/4192956
[pid=22138] ppid=22136 vsize=13732 CPUtime=4.47
/proc/22138/stat : 22138 (sugar) S 22136 22138 21677 0 -1 4194304 1194 22386 0 3 4 1 419 23 16 0 1 0 63593452 14061568 822 996147200 4194304 4206940 548682068592 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22138/statm: 3433 822 374 3 0 533 0
[pid=22173] ppid=22138 vsize=5356 CPUtime=0
/proc/22173/stat : 22173 (sh) S 22138 22138 21677 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 63593916 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22173/statm: 1339 232 193 169 0 50 0
[pid=22174] ppid=22173 vsize=37160 CPUtime=156.89
/proc/22174/stat : 22174 (minisat) R 22173 22138 21677 0 -1 4194304 9056 0 0 0 15681 8 0 0 25 0 1 0 63593916 38051840 9033 996147200 134512640 135127466 4294956256 18446744073709551615 134530748 0 0 4096 3 0 0 0 17 1 0 0
/proc/22174/statm: 9290 9033 75 150 0 9137 0
Current children cumulated CPU time (s) 161.36
Current children cumulated vsize (KiB) 56248

[startup+222.303 s]
/proc/loadavg: 2.02 2.31 2.47 3/84 22174
/proc/meminfo: memFree=1747584/2055920 swapFree=4191900/4192956
[pid=22138] ppid=22136 vsize=13732 CPUtime=4.47
/proc/22138/stat : 22138 (sugar) S 22136 22138 21677 0 -1 4194304 1194 22386 0 3 4 1 419 23 16 0 1 0 63593452 14061568 822 996147200 4194304 4206940 548682068592 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22138/statm: 3433 822 374 3 0 533 0
[pid=22173] ppid=22138 vsize=5356 CPUtime=0
/proc/22173/stat : 22173 (sh) S 22138 22138 21677 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 63593916 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22173/statm: 1339 232 193 169 0 50 0
[pid=22174] ppid=22173 vsize=41932 CPUtime=216.6
/proc/22174/stat : 22174 (minisat) R 22173 22138 21677 0 -1 4194304 10199 0 0 0 21651 9 0 0 25 0 1 0 63593916 42938368 10176 996147200 134512640 135127466 4294956256 18446744073709551615 134530581 0 0 4096 3 0 0 0 17 1 0 0
/proc/22174/statm: 10483 10176 75 150 0 10330 0
Current children cumulated CPU time (s) 221.07
Current children cumulated vsize (KiB) 61020

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

/proc/meminfo: memFree=1613384/2055920 swapFree=4191900/4192956
[pid=22138] ppid=22136 vsize=13732 CPUtime=4.47
/proc/22138/stat : 22138 (sugar) S 22136 22138 21677 0 -1 4194304 1194 22386 0 3 4 1 419 23 16 0 1 0 63593452 14061568 822 996147200 4194304 4206940 548682068592 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22138/statm: 3433 822 374 3 0 533 0
[pid=22173] ppid=22138 vsize=5356 CPUtime=0
/proc/22173/stat : 22173 (sh) S 22138 22138 21677 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 63593916 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22173/statm: 1339 232 193 169 0 50 0
[pid=22174] ppid=22173 vsize=110504 CPUtime=3094.68
/proc/22174/stat : 22174 (minisat) R 22173 22138 21677 0 -1 4194304 26877 0 0 0 309435 33 0 0 25 0 1 0 63593916 113156096 26828 996147200 134512640 135127466 4294956256 18446744073709551615 134528424 0 0 4096 3 0 0 0 17 0 0 0
/proc/22174/statm: 27626 26828 75 150 0 27473 0
Current children cumulated CPU time (s) 3099.15
Current children cumulated vsize (KiB) 129592

[startup+3162.3 s]
/proc/loadavg: 2.72 2.57 2.31 3/83 22278
/proc/meminfo: memFree=1612872/2055920 swapFree=4191900/4192956
[pid=22138] ppid=22136 vsize=13732 CPUtime=4.47
/proc/22138/stat : 22138 (sugar) S 22136 22138 21677 0 -1 4194304 1194 22386 0 3 4 1 419 23 16 0 1 0 63593452 14061568 822 996147200 4194304 4206940 548682068592 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22138/statm: 3433 822 374 3 0 533 0
[pid=22173] ppid=22138 vsize=5356 CPUtime=0
/proc/22173/stat : 22173 (sh) S 22138 22138 21677 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 63593916 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22173/statm: 1339 232 193 169 0 50 0
[pid=22174] ppid=22173 vsize=111132 CPUtime=3154.66
/proc/22174/stat : 22174 (minisat) R 22173 22138 21677 0 -1 4194304 27032 0 0 0 315433 33 0 0 25 0 1 0 63593916 113799168 26983 996147200 134512640 135127466 4294956256 18446744073709551615 134530644 0 0 4096 3 0 0 0 17 0 0 0
/proc/22174/statm: 27783 26983 75 150 0 27630 0
Current children cumulated CPU time (s) 3159.13
Current children cumulated vsize (KiB) 130220

[startup+3222.3 s]
/proc/loadavg: 2.83 2.63 2.35 3/83 22278
/proc/meminfo: memFree=1611912/2055920 swapFree=4191900/4192956
[pid=22138] ppid=22136 vsize=13732 CPUtime=4.47
/proc/22138/stat : 22138 (sugar) S 22136 22138 21677 0 -1 4194304 1194 22386 0 3 4 1 419 23 16 0 1 0 63593452 14061568 822 996147200 4194304 4206940 548682068592 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22138/statm: 3433 822 374 3 0 533 0
[pid=22173] ppid=22138 vsize=5356 CPUtime=0
/proc/22173/stat : 22173 (sh) S 22138 22138 21677 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 63593916 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22173/statm: 1339 232 193 169 0 50 0
[pid=22174] ppid=22173 vsize=112280 CPUtime=3214.64
/proc/22174/stat : 22174 (minisat) R 22173 22138 21677 0 -1 4194304 27261 0 0 0 321430 34 0 0 25 0 1 0 63593916 114974720 27212 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/22174/statm: 28070 27212 75 150 0 27917 0
Current children cumulated CPU time (s) 3219.11
Current children cumulated vsize (KiB) 131368

[startup+3282.3 s]
/proc/loadavg: 2.70 2.63 2.36 3/83 22278
/proc/meminfo: memFree=1611720/2055920 swapFree=4191900/4192956
[pid=22138] ppid=22136 vsize=13732 CPUtime=4.47
/proc/22138/stat : 22138 (sugar) S 22136 22138 21677 0 -1 4194304 1194 22386 0 3 4 1 419 23 16 0 1 0 63593452 14061568 822 996147200 4194304 4206940 548682068592 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22138/statm: 3433 822 374 3 0 533 0
[pid=22173] ppid=22138 vsize=5356 CPUtime=0
/proc/22173/stat : 22173 (sh) S 22138 22138 21677 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 63593916 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22173/statm: 1339 232 193 169 0 50 0
[pid=22174] ppid=22173 vsize=112444 CPUtime=3274.62
/proc/22174/stat : 22174 (minisat) R 22173 22138 21677 0 -1 4194304 27302 0 0 0 327428 34 0 0 25 0 1 0 63593916 115142656 27253 996147200 134512640 135127466 4294956256 18446744073709551615 134527709 0 0 4096 3 0 0 0 17 0 0 0
/proc/22174/statm: 28111 27253 75 150 0 27958 0
Current children cumulated CPU time (s) 3279.09
Current children cumulated vsize (KiB) 131532

[startup+3342.3 s]
/proc/loadavg: 2.70 2.64 2.38 3/83 22278
/proc/meminfo: memFree=1611656/2055920 swapFree=4191900/4192956
[pid=22138] ppid=22136 vsize=13732 CPUtime=4.47
/proc/22138/stat : 22138 (sugar) S 22136 22138 21677 0 -1 4194304 1194 22386 0 3 4 1 419 23 16 0 1 0 63593452 14061568 822 996147200 4194304 4206940 548682068592 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22138/statm: 3433 822 374 3 0 533 0
[pid=22173] ppid=22138 vsize=5356 CPUtime=0
/proc/22173/stat : 22173 (sh) S 22138 22138 21677 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 63593916 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22173/statm: 1339 232 193 169 0 50 0
[pid=22174] ppid=22173 vsize=112444 CPUtime=3334.32
/proc/22174/stat : 22174 (minisat) R 22173 22138 21677 0 -1 4194304 27314 0 0 0 333398 34 0 0 25 0 1 0 63593916 115142656 27265 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/22174/statm: 28111 27265 75 150 0 27958 0
Current children cumulated CPU time (s) 3338.79
Current children cumulated vsize (KiB) 131532

[startup+3402.31 s]
/proc/loadavg: 2.55 2.61 2.38 3/83 22278
/proc/meminfo: memFree=1611208/2055920 swapFree=4191900/4192956
[pid=22138] ppid=22136 vsize=13732 CPUtime=4.47
/proc/22138/stat : 22138 (sugar) S 22136 22138 21677 0 -1 4194304 1194 22386 0 3 4 1 419 23 16 0 1 0 63593452 14061568 822 996147200 4194304 4206940 548682068592 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22138/statm: 3433 822 374 3 0 533 0
[pid=22173] ppid=22138 vsize=5356 CPUtime=0
/proc/22173/stat : 22173 (sh) S 22138 22138 21677 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 63593916 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22173/statm: 1339 232 193 169 0 50 0
[pid=22174] ppid=22173 vsize=112972 CPUtime=3394.03
/proc/22174/stat : 22174 (minisat) R 22173 22138 21677 0 -1 4194304 27433 0 0 0 339369 34 0 0 25 0 1 0 63593916 115683328 27384 996147200 134512640 135127466 4294956256 18446744073709551615 134530778 0 0 4096 3 0 0 0 17 0 0 0
/proc/22174/statm: 28243 27384 75 150 0 28090 0
Current children cumulated CPU time (s) 3398.5
Current children cumulated vsize (KiB) 132060

[startup+3462.3 s]
/proc/loadavg: 2.69 2.63 2.40 3/83 22278
/proc/meminfo: memFree=1609224/2055920 swapFree=4191900/4192956
[pid=22138] ppid=22136 vsize=13732 CPUtime=4.47
/proc/22138/stat : 22138 (sugar) S 22136 22138 21677 0 -1 4194304 1194 22386 0 3 4 1 419 23 16 0 1 0 63593452 14061568 822 996147200 4194304 4206940 548682068592 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22138/statm: 3433 822 374 3 0 533 0
[pid=22173] ppid=22138 vsize=5356 CPUtime=0
/proc/22173/stat : 22173 (sh) S 22138 22138 21677 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 63593916 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22173/statm: 1339 232 193 169 0 50 0
[pid=22174] ppid=22173 vsize=114688 CPUtime=3453.74
/proc/22174/stat : 22174 (minisat) R 22173 22138 21677 0 -1 4194304 27899 0 0 0 345339 35 0 0 25 0 1 0 63593916 117440512 27850 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/22174/statm: 28672 27850 75 150 0 28519 0
Current children cumulated CPU time (s) 3458.21
Current children cumulated vsize (KiB) 133776

[startup+3522.3 s]
/proc/loadavg: 2.72 2.64 2.41 3/83 22278
/proc/meminfo: memFree=1606856/2055920 swapFree=4191900/4192956
[pid=22138] ppid=22136 vsize=13732 CPUtime=4.47
/proc/22138/stat : 22138 (sugar) S 22136 22138 21677 0 -1 4194304 1194 22386 0 3 4 1 419 23 16 0 1 0 63593452 14061568 822 996147200 4194304 4206940 548682068592 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22138/statm: 3433 822 374 3 0 533 0
[pid=22173] ppid=22138 vsize=5356 CPUtime=0
/proc/22173/stat : 22173 (sh) S 22138 22138 21677 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 63593916 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22173/statm: 1339 232 193 169 0 50 0
[pid=22174] ppid=22173 vsize=117232 CPUtime=3513.43
/proc/22174/stat : 22174 (minisat) R 22173 22138 21677 0 -1 4194304 28474 0 0 0 351308 35 0 0 25 0 1 0 63593916 120045568 28425 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/22174/statm: 29308 28425 75 150 0 29155 0
Current children cumulated CPU time (s) 3517.9
Current children cumulated vsize (KiB) 136320

[startup+3582.3 s]
/proc/loadavg: 2.70 2.65 2.43 3/83 22278
/proc/meminfo: memFree=1605000/2055920 swapFree=4191900/4192956
[pid=22138] ppid=22136 vsize=13732 CPUtime=4.47
/proc/22138/stat : 22138 (sugar) S 22136 22138 21677 0 -1 4194304 1194 22386 0 3 4 1 419 23 16 0 1 0 63593452 14061568 822 996147200 4194304 4206940 548682068592 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22138/statm: 3433 822 374 3 0 533 0
[pid=22173] ppid=22138 vsize=5356 CPUtime=0
/proc/22173/stat : 22173 (sh) S 22138 22138 21677 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 63593916 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22173/statm: 1339 232 193 169 0 50 0
[pid=22174] ppid=22173 vsize=119036 CPUtime=3573.15
/proc/22174/stat : 22174 (minisat) R 22173 22138 21677 0 -1 4194304 28933 0 0 0 357279 36 0 0 25 0 1 0 63593916 121892864 28884 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/22174/statm: 29759 28884 75 150 0 29606 0
Current children cumulated CPU time (s) 3577.62
Current children cumulated vsize (KiB) 138124



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3604.8 s]
/proc/loadavg: 2.73 2.66 2.44 3/83 22278
/proc/meminfo: memFree=1604296/2055920 swapFree=4191900/4192956
[pid=22138] ppid=22136 vsize=13732 CPUtime=4.47
/proc/22138/stat : 22138 (sugar) S 22136 22138 21677 0 -1 4194304 1194 22386 0 3 4 1 419 23 16 0 1 0 63593452 14061568 822 996147200 4194304 4206940 548682068592 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22138/statm: 3433 822 374 3 0 533 0
[pid=22173] ppid=22138 vsize=5356 CPUtime=0
/proc/22173/stat : 22173 (sh) S 22138 22138 21677 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 63593916 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22173/statm: 1339 232 193 169 0 50 0
[pid=22174] ppid=22173 vsize=119696 CPUtime=3595.54
/proc/22174/stat : 22174 (minisat) R 22173 22138 21677 0 -1 4194304 29101 0 0 0 359518 36 0 0 25 0 1 0 63593916 122568704 29052 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/22174/statm: 29924 29052 75 150 0 29771 0
Current children cumulated CPU time (s) 3600.01
Current children cumulated vsize (KiB) 138784

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

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

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 22138 and gives
#  childrusage.ru_utime.tv_sec=4
#  childrusage.ru_utime.tv_usec=241355
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=259960
# CPU time returned by wait4() is 4.50132
# while last known CPU time is 3600.01
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 3604.83
CPU time (s): 3600.01
CPU user time (s): 3599.41
CPU system time (s): 0.6
CPU usage (%): 99.8662
Max. virtual memory (cumulated for all children) (KiB): 887448

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4.24136
system time used= 0.25996
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 23923
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= 4103
involuntary context switches= 4031

runsolver used 4.13837 second user time and 10.6304 second system time

The end

Launcher Data (download as text)

Begin job on node34 at 2008-07-14 22:55:19
IDJOB=1117996
IDBENCH=62189
IDSOLVER=368
FILE ID=node34/1117996-1216068919
PBS_JOBID= 7905061
Free space on /tmp= 66508 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/maxcsp/maxcut/maxcut-50/normalized-maxcut-50-680-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-1117996-1216068919/watcher-1117996-1216068919 -o /tmp/evaluation-result-1117996-1216068919/solver-1117996-1216068919 -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-1117996-1216068919.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 057446ebdb7fa7b5c791408ebcfd5b13
RANDOM SEED=49055553

node34.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.236
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.236
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:       1802232 kB
Buffers:         48100 kB
Cached:         124148 kB
SwapCached:        268 kB
Active:         148080 kB
Inactive:        49980 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1802232 kB
SwapTotal:     4192956 kB
SwapFree:      4191900 kB
Dirty:            1412 kB
Writeback:           0 kB
Mapped:          44728 kB
Slab:            40616 kB
Committed_AS:   179436 kB
PageTables:       1972 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= 66504 MiB
End job on node34 at 2008-07-14 23:55:26