Trace number 1118108

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sugar v1.13+minisatMSAT (TO) 3600.1 3642.14

General information on the benchmark

Namemaxcsp/maxcut/maxcut-50/
normalized-maxcut-50-660-4_ext.xml
MD5SUMe9b195b1e685e7f4708cab3c3085d052
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkMSAT TO
Best Number of falsified constraints264
Best CPU time to get the best result obtained on this benchmark1615.81
Satisfiable
(Un)Satisfiability was proved
Number of variables50
Number of constraints660
Maximum constraint arity2
Maximum domain size2
Number of constraints which are defined in extension660
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 23:37:05 2008
0.00/0.04	c 0	PID 22428
0.00/0.05	c 0	HOST node90.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1118108-1216071420.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-1118108-1216071420.xml' 'HOME/temp.csp'
0.03/0.86	c 1	1 domains, 50 variables, 0 predicates, 1 relations, 660 constraints
0.03/0.87	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.87	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.33/0.96	c 1	Parsing HOME/temp.csp
0.33/1.08	c 1	parsed 712 expressions
0.33/1.09	c 1	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.52/1.11	c 1	MAX CSP: 660 constraints
0.52/1.11	c 1	Converting to clausal form CSP
0.52/1.15	c 1	converted 138 (10%) expressions
0.52/1.16	c 1	converted 275 (20%) expressions
0.52/1.18	c 1	converted 413 (30%) expressions
0.52/1.19	c 1	converted 550 (40%) expressions
0.52/1.20	c 1	converted 688 (50%) expressions
0.62/1.21	c 1	converted 825 (60%) expressions
0.62/1.22	c 1	converted 963 (70%) expressions
0.62/1.29	c 1	converted 1100 (80%) expressions
0.62/1.29	c 1	converted 1238 (90%) expressions
0.81/1.41	c 1	converted 1375 (100%) expressions
0.81/1.41	c 1	CSP : 1370 integers, 0 booleans, 1979 clauses, largest domain size 991
0.81/1.41	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.81/1.41	c 1	Propagation in CSP
0.81/1.45	c 1	656 values, 0 unsatisfiable literals, and 0 valid clauses are removed
0.81/1.45	c 1	CSP : 1370 integers, 0 booleans, 1979 clauses, largest domain size 661
0.81/1.45	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.81/1.45	c 1	Simplifing CSP by introducing new Boolean variables
0.81/1.46	c 1	CSP : 1370 integers, 0 booleans, 1979 clauses, largest domain size 661
0.81/1.46	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.81/1.49	c 1	Encoding CSP to SAT : HOME/temp.cnf
0.91/1.50	c 1	137 (10%) CSP integer variables are encoded (0 clauses, 64 bytes)
0.91/1.50	c 1	274 (20%) CSP integer variables are encoded (0 clauses, 64 bytes)
0.91/1.50	c 1	411 (30%) CSP integer variables are encoded (0 clauses, 64 bytes)
0.91/1.51	c 1	548 (40%) CSP integer variables are encoded (0 clauses, 64 bytes)
0.91/1.51	c 1	685 (50%) CSP integer variables are encoded (0 clauses, 64 bytes)
0.91/1.52	c 1	822 (60%) CSP integer variables are encoded (3175 clauses, 40762 bytes)
0.91/1.53	c 1	959 (70%) CSP integer variables are encoded (7133 clauses, 92216 bytes)
0.91/1.53	c 1	1096 (80%) CSP integer variables are encoded (8628 clauses, 111651 bytes)
0.91/1.53	c 1	1233 (90%) CSP integer variables are encoded (9556 clauses, 125088 bytes)
0.91/1.53	c 1	1370 (100%) CSP integer variables are encoded (10861 clauses, 144663 bytes)
0.91/1.56	c 1	198 (10%) CSP clauses are encoded (11257 clauses, 149681 bytes)
0.91/1.58	c 1	396 (20%) CSP clauses are encoded (11653 clauses, 155157 bytes)
0.91/1.60	c 1	594 (30%) CSP clauses are encoded (12049 clauses, 160701 bytes)
1.02/1.61	c 1	792 (40%) CSP clauses are encoded (15021 clauses, 211033 bytes)
1.51/2.11	c 2	990 (50%) CSP clauses are encoded (242349 clauses, 4347063 bytes)
1.51/2.13	c 2	1188 (60%) CSP clauses are encoded (250481 clauses, 4490477 bytes)
1.91/2.50	c 2	1386 (70%) CSP clauses are encoded (464745 clauses, 8437112 bytes)
1.91/2.52	c 2	1584 (80%) CSP clauses are encoded (474079 clauses, 8607922 bytes)
1.91/2.56	c 2	1782 (90%) CSP clauses are encoded (496295 clauses, 9060816 bytes)
2.10/2.70	c 3	1979 (100%) CSP clauses are encoded (578403 clauses, 10806633 bytes)
2.10/2.71	c 3	1979 CSP clauses encoded
2.10/2.71	c 3	Writing map file : HOME/temp.map
2.10/2.72	c 3	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.10/2.72	c 3	SAT : 12231 SAT variables, 578403 SAT clauses, 10806633 bytes
2.10/2.72	c 3	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.10/2.77	c 3	OBJECTIVE minimize _COST
2.10/2.77	c 3	OBJECTIVE BOUND: 0 <= _COST <= 
2.10/2.77	c 3	SEARCHING: _COST <= 330
2.10/2.77	c 3	SOLVING HOME/temp.cnf
2.10/2.77	c 3	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
2.10/2.79	c 3	This is MiniSat 2.0 beta
2.10/2.79	c 3	WARNING: for repeatability, setting FPU to use double precision
2.10/2.79	c 3	============================[ Problem Statistics ]=============================
2.10/2.79	c 3	|                                                                             |
2.10/2.79	c 3	|  Number of variables:  12231                                                |
2.10/2.79	c 3	|  Number of clauses:    578404                                               |
2.14/3.06	c 3	|  Parsing time:         0.23         s                                       |
2.14/3.24	c 3	============================[ Search Statistics ]==============================
2.14/3.24	c 3	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
2.14/3.24	c 3	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
2.14/3.24	c 3	===============================================================================
2.14/3.24	c 3	|         0 |    8931   369384  1084479 |   123128        0    nan |  0.000 % |
2.64/3.38	c 3	|       100 |    8931   369384  1084479 |   135440      100     21 | 26.981 % |
2.74/3.47	c 3	|       250 |    8931   369384  1084479 |   148984      250     26 | 26.981 % |
2.93/3.65	c 3	|       475 |    8931   369384  1084479 |   163883      475     31 | 26.981 % |
3.13/3.82	c 4	|       812 |    8931   369384  1084479 |   180271      812     32 | 26.981 % |
3.33/4.04	c 4	|      1318 |    8931   369384  1084479 |   198298     1318     34 | 26.981 % |
3.53/4.27	c 4	|      2079 |    8931   369384  1084479 |   218128     2079     34 | 26.981 % |
3.93/4.61	c 4	|      3220 |    8931   369384  1084479 |   239941     3220     31 | 26.981 % |
4.43/5.15	c 5	|      4928 |    8931   369384  1084479 |   263935     4928     30 | 26.981 % |
5.93/6.69	c 6	|      7490 |    8931   369384  1084479 |   290329     7490     29 | 26.981 % |
7.22/7.95	c 8	|     11335 |    8931   369384  1084479 |   319362    11335     29 | 26.981 % |
9.61/10.36	c 10	|     17102 |    8931   369384  1084479 |   351298    17102     30 | 26.981 % |
13.62/14.38	c 14	|     25751 |    8931   369384  1084479 |   386428    25751     31 | 26.981 % |
20.45/21.21	c 21	|     38725 |    8931   369384  1084479 |   425071    38725     32 | 26.981 % |
37.21/38.07	c 38	|     58186 |    8931   369384  1084479 |   467578    58186     33 | 26.981 % |
65.73/66.68	c 66	|     87379 |    8931   369384  1084479 |   514336    87379     34 | 26.981 % |
122.80/123.74	c 124	===============================================================================
122.80/123.74	c 124	restarts              : 16
122.80/123.74	c 124	conflicts             : 124547         (1033 /sec)
122.80/123.74	c 124	decisions             : 151464         (0.62 % random) (1256 /sec)
122.80/123.74	c 124	propagations          : 53307742       (441978 /sec)
122.80/123.74	c 124	conflict literals     : 4801016        (28.26 % deleted)
122.80/123.74	c 124	Memory used           : 44.46 MB
122.80/123.74	c 124	CPU time              : 120.612 s
122.80/123.74	c 124	
122.80/123.74	c 124	SATISFIABLE
122.80/123.75	c 124	FOUND: _COST <= 330
122.80/123.75	s SATISFIABLE
122.80/123.75	c 124	DECODING HOME/temp.out WITH HOME/temp.map
122.80/123.75	c 124	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
122.87/124.00	c 124	Decoding HOME/temp.out
122.87/124.18	c 124	OBJECTIVE _COST 330
122.87/124.18	o 330
122.87/124.20	v 1 1 1 0 1 0 1 1 1 1 0 1 0 1 1 0 1 0 1 1 0 0 1 1 1 1 0 0 1 0 1 1 1 0 0 1 0 0 0 0 1 0 1 1 0 0 1 1 1 1
122.87/124.22	c 124	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
122.87/124.24	c 124	OBJECTIVE BOUND: 0 <= _COST <= 330
122.87/124.24	c 124	SEARCHING: _COST <= 165
122.87/124.24	c 124	SOLVING HOME/temp.cnf
122.87/124.24	c 124	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
123.17/124.43	c 124	This is MiniSat 2.0 beta
123.17/124.44	c 124	WARNING: for repeatability, setting FPU to use double precision
123.17/124.45	c 124	============================[ Problem Statistics ]=============================
123.17/124.45	c 124	|                                                                             |
123.17/124.55	c 124	|  Number of variables:  12231                                                |
123.17/124.55	c 124	|  Number of clauses:    578404                                               |
123.39/124.84	c 125	|  Parsing time:         0.23         s                                       |
123.60/125.10	c 125	============================[ Search Statistics ]==============================
123.60/125.10	c 125	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
123.60/125.10	c 125	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
123.60/125.10	c 125	===============================================================================
123.69/125.10	c 125	|         0 |    7116   241674   706629 |    80558        0    nan |  0.000 % |
123.79/125.20	c 125	|       101 |    7116   241674   706629 |    88613      101     20 | 41.820 % |
123.79/125.26	c 125	|       252 |    7116   241674   706629 |    97475      252     20 | 41.820 % |
123.89/125.32	c 125	|       477 |    7116   241674   706629 |   107222      477     18 | 41.820 % |
123.99/125.41	c 125	|       814 |    7116   241674   706629 |   117944      814     18 | 41.820 % |
124.09/125.55	c 125	|      1320 |    7116   241674   706629 |   129739     1320     17 | 41.820 % |
124.29/125.80	c 126	|      2080 |    7116   241674   706629 |   142713     2080     17 | 41.820 % |
124.68/126.17	c 126	|      3220 |    7116   241674   706629 |   156984     3220     17 | 41.820 % |
125.67/127.12	c 127	|      4929 |    7116   241674   706629 |   172683     4929     18 | 41.820 % |
127.05/128.59	c 128	|      7491 |    7116   241674   706629 |   189951     7491     20 | 41.820 % |
129.23/130.74	c 131	|     11336 |    7116   241674   706629 |   208946    11336     21 | 41.820 % |
134.18/135.76	c 136	|     17103 |    7116   241674   706629 |   229841    17103     24 | 41.820 % |
142.07/143.77	c 144	|     25754 |    7116   241674   706629 |   252825    25754     26 | 41.820 % |
157.48/159.40	c 159	|     38728 |    7116   241674   706629 |   278108    38728     27 | 41.820 % |
183.66/185.85	c 186	|     58190 |    7116   241674   706629 |   305918    58190     29 | 41.820 % |
229.40/232.13	c 232	|     87382 |    7116   241674   706629 |   336510    87382     30 | 41.820 % |
308.52/312.22	c 312	|    131171 |    7116   241674   706629 |   370161   131171     30 | 41.820 % |
451.64/457.17	c 457	|    196856 |    7116   241674   706629 |   407178   196856     31 | 41.820 % |
725.86/734.75	c 735	|    295383 |    7116   241674   706629 |   447895   295383     31 | 41.820 % |
1241.98/1257.26	c 1257	|    443173 |    7116   241674   706629 |   492685   443173     31 | 41.820 % |
1852.33/1875.17	c 1875	|    664858 |    7116   241674   706629 |   541953   184483     32 | 41.820 % |
2993.38/3029.84	c 3030	|    997383 |    7116   241674   706629 |   596149   517008     33 | 41.820 % |
3600.10/3642.12	c ERROR INTERRUPTED
3600.10/3642.14	c 3642	CPU 122.88 (0.04 0.01 122.84 0.29)
3600.10/3642.14	c 3642	END Tue Jul 15 00:37:47 2008

Verifier Data (download as text)

OK	324	336
324 unsatisfied constraints, 336 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-1118108-1216071420/watcher-1118108-1216071420 -o /tmp/evaluation-result-1118108-1216071420/solver-1118108-1216071420 -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-1118108-1216071420.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: 3.98 3.47 3.27 5/110 22428
/proc/meminfo: memFree=1694252/2055920 swapFree=4152088/4192956
[pid=22428] ppid=22426 vsize=18572 CPUtime=0
/proc/22428/stat : 22428 (runsolver) R 22426 22428 22391 0 -1 4194368 15 0 0 0 0 0 0 0 19 0 1 0 63839056 19017728 292 996147200 4194304 4296836 548682068256 18446744073709551615 256364834087 0 0 4096 24578 0 0 0 17 1 0 0
/proc/22428/statm: 4643 292 257 25 0 2626 0

[startup+0.108155 s]
/proc/loadavg: 3.98 3.47 3.27 5/110 22428
/proc/meminfo: memFree=1694252/2055920 swapFree=4152088/4192956
[pid=22428] ppid=22426 vsize=13600 CPUtime=0.03
/proc/22428/stat : 22428 (sugar) S 22426 22428 22391 0 -1 4194304 898 127 0 0 3 0 0 0 19 0 1 0 63839056 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22428/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.201309 s]
/proc/loadavg: 3.98 3.47 3.27 5/110 22428
/proc/meminfo: memFree=1694252/2055920 swapFree=4152088/4192956
[pid=22428] ppid=22426 vsize=13600 CPUtime=0.03
/proc/22428/stat : 22428 (sugar) S 22426 22428 22391 0 -1 4194304 898 127 0 0 3 0 0 0 19 0 1 0 63839056 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22428/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301327 s]
/proc/loadavg: 3.98 3.47 3.27 5/110 22428
/proc/meminfo: memFree=1694252/2055920 swapFree=4152088/4192956
[pid=22428] ppid=22426 vsize=13600 CPUtime=0.03
/proc/22428/stat : 22428 (sugar) S 22426 22428 22391 0 -1 4194304 898 127 0 0 3 0 0 0 19 0 1 0 63839056 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22428/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701406 s]
/proc/loadavg: 3.98 3.47 3.27 5/110 22428
/proc/meminfo: memFree=1694252/2055920 swapFree=4152088/4192956
[pid=22428] ppid=22426 vsize=13600 CPUtime=0.03
/proc/22428/stat : 22428 (sugar) S 22426 22428 22391 0 -1 4194304 898 127 0 0 3 0 0 0 19 0 1 0 63839056 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22428/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50256 s]
/proc/loadavg: 3.98 3.48 3.27 3/121 22450
/proc/meminfo: memFree=1686292/2055920 swapFree=4152088/4192956
[pid=22428] ppid=22426 vsize=13600 CPUtime=0.33
/proc/22428/stat : 22428 (sugar) S 22426 22428 22391 0 -1 4194304 974 4528 0 1 3 0 26 4 15 0 1 0 63839056 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22428/statm: 3400 797 370 3 0 500 0
[pid=22441] ppid=22428 vsize=5356 CPUtime=0
/proc/22441/stat : 22441 (sh) S 22428 22428 22391 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 63839144 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22441/statm: 1339 233 193 169 0 50 0
[pid=22442] ppid=22441 vsize=868460 CPUtime=0.58
/proc/22442/stat : 22442 (java) S 22441 22428 22391 0 -1 0 6530 0 1 0 54 4 0 0 19 0 9 0 63839144 889303040 5762 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22442/statm: 217115 5762 2559 9 0 211662 0
[pid=22442/tid=22443] ppid=22441 vsize=868460 CPUtime=0.32
/proc/22442/task/22443/stat : 22443 (java) R 22441 22428 22391 0 -1 64 2692 0 1 0 30 2 0 0 18 0 9 0 63839146 889303040 5762 996147200 134512640 134550740 4294955936 18446744073709551615 4125925974 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22442/tid=22444] ppid=22441 vsize=868460 CPUtime=0.04
/proc/22442/task/22444/stat : 22444 (java) S 22441 22428 22391 0 -1 64 1673 0 0 0 4 0 0 0 16 0 9 0 63839147 889303040 5762 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22442/tid=22445] ppid=22441 vsize=868460 CPUtime=0
/proc/22442/task/22445/stat : 22445 (java) S 22441 22428 22391 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 63839147 889303040 5762 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22442/tid=22446] ppid=22441 vsize=868460 CPUtime=0
/proc/22442/task/22446/stat : 22446 (java) S 22441 22428 22391 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 63839147 889303040 5762 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22442/tid=22447] ppid=22441 vsize=868460 CPUtime=0
/proc/22442/task/22447/stat : 22447 (java) S 22441 22428 22391 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 63839149 889303040 5762 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22442/tid=22448] ppid=22441 vsize=868460 CPUtime=0.19
/proc/22442/task/22448/stat : 22448 (java) S 22441 22428 22391 0 -1 64 1472 0 0 0 19 0 0 0 16 0 9 0 63839149 889303040 5762 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22442/tid=22449] ppid=22441 vsize=868460 CPUtime=0
/proc/22442/task/22449/stat : 22449 (java) S 22441 22428 22391 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 63839149 889303040 5762 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22442/tid=22450] ppid=22441 vsize=868460 CPUtime=0
/proc/22442/task/22450/stat : 22450 (java) S 22441 22428 22391 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 63839149 889303040 5762 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.91
Current children cumulated vsize (KiB) 887416

[startup+3.10184 s]
/proc/loadavg: 3.98 3.48 3.27 4/121 22450
/proc/meminfo: memFree=1673556/2055920 swapFree=4152088/4192956
[pid=22428] ppid=22426 vsize=13732 CPUtime=2.14
/proc/22428/stat : 22428 (sugar) S 22426 22428 22391 0 -1 4194304 1073 11748 0 2 3 1 194 16 15 0 1 0 63839056 14061568 821 996147200 4194304 4206940 548682068592 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22428/statm: 3433 821 374 3 0 533 0
Current children cumulated CPU time (s) 2.14
Current children cumulated vsize (KiB) 13732

[startup+6.30243 s]
/proc/loadavg: 3.90 3.47 3.27 3/113 22452
/proc/meminfo: memFree=1656660/2055920 swapFree=4152088/4192956
[pid=22428] ppid=22426 vsize=13732 CPUtime=2.14
/proc/22428/stat : 22428 (sugar) S 22426 22428 22391 0 -1 4194304 1073 11748 0 2 3 1 194 16 15 0 1 0 63839056 14061568 821 996147200 4194304 4206940 548682068592 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22428/statm: 3433 821 374 3 0 533 0
[pid=22451] ppid=22428 vsize=5356 CPUtime=0
/proc/22451/stat : 22451 (sh) S 22428 22428 22391 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 63839334 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22451/statm: 1339 232 193 169 0 50 0
[pid=22452] ppid=22451 vsize=25568 CPUtime=3.48
/proc/22452/stat : 22452 (minisat) R 22451 22428 22391 0 -1 4194304 6143 0 0 0 345 3 0 0 25 0 1 0 63839336 26181632 6129 996147200 134512640 135127466 4294956256 18446744073709551615 134530811 0 0 4096 3 0 0 0 17 0 0 0
/proc/22452/statm: 6392 6129 76 150 0 6239 0
Current children cumulated CPU time (s) 5.62
Current children cumulated vsize (KiB) 44656

[startup+12.7016 s]
/proc/loadavg: 3.83 3.46 3.27 3/113 22452
/proc/meminfo: memFree=1656212/2055920 swapFree=4152088/4192956
[pid=22428] ppid=22426 vsize=13732 CPUtime=2.14
/proc/22428/stat : 22428 (sugar) S 22426 22428 22391 0 -1 4194304 1073 11748 0 2 3 1 194 16 16 0 1 0 63839056 14061568 821 996147200 4194304 4206940 548682068592 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22428/statm: 3433 821 374 3 0 533 0
[pid=22451] ppid=22428 vsize=5356 CPUtime=0
/proc/22451/stat : 22451 (sh) S 22428 22428 22391 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 63839334 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22451/statm: 1339 232 193 169 0 50 0
[pid=22452] ppid=22451 vsize=25568 CPUtime=9.87
/proc/22452/stat : 22452 (minisat) R 22451 22428 22391 0 -1 4194304 6166 0 0 0 984 3 0 0 25 0 1 0 63839336 26181632 6152 996147200 134512640 135127466 4294956256 18446744073709551615 134530613 0 0 4096 3 0 0 0 17 0 0 0
/proc/22452/statm: 6392 6152 76 150 0 6239 0
Current children cumulated CPU time (s) 12.01
Current children cumulated vsize (KiB) 44656

[startup+25.502 s]
/proc/loadavg: 3.94 3.50 3.28 3/113 22452
/proc/meminfo: memFree=1653140/2055920 swapFree=4152088/4192956
[pid=22428] ppid=22426 vsize=13732 CPUtime=2.14
/proc/22428/stat : 22428 (sugar) S 22426 22428 22391 0 -1 4194304 1073 11748 0 2 3 1 194 16 16 0 1 0 63839056 14061568 821 996147200 4194304 4206940 548682068592 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22428/statm: 3433 821 374 3 0 533 0
[pid=22451] ppid=22428 vsize=5356 CPUtime=0
/proc/22451/stat : 22451 (sh) S 22428 22428 22391 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 63839334 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22451/statm: 1339 232 193 169 0 50 0
[pid=22452] ppid=22451 vsize=29000 CPUtime=22.6
/proc/22452/stat : 22452 (minisat) R 22451 22428 22391 0 -1 4194304 7010 0 0 0 2256 4 0 0 25 0 1 0 63839336 29696000 6996 996147200 134512640 135127466 4294956256 18446744073709551615 134530665 0 0 4096 3 0 0 0 17 0 0 0
/proc/22452/statm: 7250 6996 76 150 0 7097 0
Current children cumulated CPU time (s) 24.74
Current children cumulated vsize (KiB) 48088

[startup+51.1017 s]
/proc/loadavg: 4.77 3.74 3.37 3/113 22452
/proc/meminfo: memFree=1648276/2055920 swapFree=4152088/4192956
[pid=22428] ppid=22426 vsize=13732 CPUtime=2.14
/proc/22428/stat : 22428 (sugar) S 22426 22428 22391 0 -1 4194304 1073 11748 0 2 3 1 194 16 16 0 1 0 63839056 14061568 821 996147200 4194304 4206940 548682068592 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22428/statm: 3433 821 374 3 0 533 0
[pid=22451] ppid=22428 vsize=5356 CPUtime=0
/proc/22451/stat : 22451 (sh) S 22428 22428 22391 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 63839334 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22451/statm: 1339 232 193 169 0 50 0
[pid=22452] ppid=22451 vsize=34052 CPUtime=48.12
/proc/22452/stat : 22452 (minisat) R 22451 22428 22391 0 -1 4194304 8233 0 0 0 4806 6 0 0 25 0 1 0 63839336 34869248 8219 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/22452/statm: 8513 8219 76 150 0 8360 0
Current children cumulated CPU time (s) 50.26
Current children cumulated vsize (KiB) 53140

[startup+102.301 s]
/proc/loadavg: 3.79 3.64 3.36 3/113 22452
/proc/meminfo: memFree=1640212/2055920 swapFree=4152088/4192956
[pid=22428] ppid=22426 vsize=13732 CPUtime=2.14
/proc/22428/stat : 22428 (sugar) S 22426 22428 22391 0 -1 4194304 1073 11748 0 2 3 1 194 16 16 0 1 0 63839056 14061568 821 996147200 4194304 4206940 548682068592 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22428/statm: 3433 821 374 3 0 533 0
[pid=22451] ppid=22428 vsize=5356 CPUtime=0
/proc/22451/stat : 22451 (sh) S 22428 22428 22391 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 63839334 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22451/statm: 1339 232 193 169 0 50 0
[pid=22452] ppid=22451 vsize=42408 CPUtime=99.27
/proc/22452/stat : 22452 (minisat) R 22451 22428 22391 0 -1 4194304 10321 0 0 0 9918 9 0 0 25 0 1 0 63839336 43425792 10307 996147200 134512640 135127466 4294956256 18446744073709551615 134530817 0 0 4096 3 0 0 0 17 0 0 0
/proc/22452/statm: 10602 10307 76 150 0 10449 0
Current children cumulated CPU time (s) 101.41
Current children cumulated vsize (KiB) 61496

[startup+162.301 s]
/proc/loadavg: 3.13 3.47 3.31 3/113 22464
/proc/meminfo: memFree=1656140/2055920 swapFree=4152088/4192956
[pid=22428] ppid=22426 vsize=13732 CPUtime=123.18
/proc/22428/stat : 22428 (sugar) S 22426 22428 22391 0 -1 4194304 1192 27017 0 3 4 1 12284 29 16 0 1 0 63839056 14061568 821 996147200 4194304 4206940 548682068592 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22428/statm: 3433 821 374 3 0 533 0
[pid=22463] ppid=22428 vsize=5356 CPUtime=0
/proc/22463/stat : 22463 (sh) S 22428 22428 22391 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 63851481 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22463/statm: 1339 232 193 169 0 50 0
[pid=22464] ppid=22463 vsize=26132 CPUtime=37.26
/proc/22464/stat : 22464 (minisat) R 22463 22428 22391 0 -1 4194304 6301 0 0 0 3722 4 0 0 25 0 1 0 63851496 26759168 6278 996147200 134512640 135127466 4294956256 18446744073709551615 134530662 0 0 4096 3 0 0 0 17 1 0 0
/proc/22464/statm: 6533 6278 75 150 0 6380 0
Current children cumulated CPU time (s) 160.44
Current children cumulated vsize (KiB) 45220

[startup+222.301 s]
/proc/loadavg: 2.74 3.29 3.26 3/113 22464
/proc/meminfo: memFree=1651276/2055920 swapFree=4152088/4192956
[pid=22428] ppid=22426 vsize=13732 CPUtime=123.18
/proc/22428/stat : 22428 (sugar) S 22426 22428 22391 0 -1 4194304 1192 27017 0 3 4 1 12284 29 16 0 1 0 63839056 14061568 821 996147200 4194304 4206940 548682068592 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22428/statm: 3433 821 374 3 0 533 0
[pid=22463] ppid=22428 vsize=5356 CPUtime=0
/proc/22463/stat : 22463 (sh) S 22428 22428 22391 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 63851481 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22463/statm: 1339 232 193 169 0 50 0
[pid=22464] ppid=22463 vsize=30924 CPUtime=96.53
/proc/22464/stat : 22464 (minisat) R 22463 22428 22391 0 -1 4194304 7503 0 0 0 9648 5 0 0 25 0 1 0 63851496 31666176 7480 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 1 0 0
/proc/22464/statm: 7731 7480 75 150 0 7578 0
Current children cumulated CPU time (s) 219.71
Current children cumulated vsize (KiB) 50012

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

/proc/meminfo: memFree=1600108/2055920 swapFree=4152088/4192956
[pid=22428] ppid=22426 vsize=13732 CPUtime=123.18
/proc/22428/stat : 22428 (sugar) S 22426 22428 22391 0 -1 4194304 1192 27017 0 3 4 1 12284 29 16 0 1 0 63839056 14061568 821 996147200 4194304 4206940 548682068592 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22428/statm: 3433 821 374 3 0 533 0
[pid=22463] ppid=22428 vsize=5356 CPUtime=0
/proc/22463/stat : 22463 (sh) S 22428 22428 22391 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 63851481 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22463/statm: 1339 232 193 169 0 50 0
[pid=22464] ppid=22463 vsize=114696 CPUtime=2940.78
/proc/22464/stat : 22464 (minisat) R 22463 22428 22391 0 -1 4194304 27807 0 0 0 294047 31 0 0 25 0 1 0 63851496 117448704 27776 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/22464/statm: 28674 27776 75 150 0 28521 0
Current children cumulated CPU time (s) 3063.96
Current children cumulated vsize (KiB) 133784

[startup+3162.3 s]
/proc/loadavg: 3.04 3.02 2.81 3/107 22558
/proc/meminfo: memFree=1589868/2055920 swapFree=4152088/4192956
[pid=22428] ppid=22426 vsize=13732 CPUtime=123.18
/proc/22428/stat : 22428 (sugar) S 22426 22428 22391 0 -1 4194304 1192 27017 0 3 4 1 12284 29 16 0 1 0 63839056 14061568 821 996147200 4194304 4206940 548682068592 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22428/statm: 3433 821 374 3 0 533 0
[pid=22463] ppid=22428 vsize=5356 CPUtime=0
/proc/22463/stat : 22463 (sh) S 22428 22428 22391 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 63851481 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22463/statm: 1339 232 193 169 0 50 0
[pid=22464] ppid=22463 vsize=116676 CPUtime=3000.36
/proc/22464/stat : 22464 (minisat) R 22463 22428 22391 0 -1 4194304 28310 0 0 0 300004 32 0 0 25 0 1 0 63851496 119476224 28279 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/22464/statm: 29169 28279 75 150 0 29016 0
Current children cumulated CPU time (s) 3123.54
Current children cumulated vsize (KiB) 135764

[startup+3222.3 s]
/proc/loadavg: 2.38 2.83 2.76 3/107 22570
/proc/meminfo: memFree=1603116/2055920 swapFree=4152088/4192956
[pid=22428] ppid=22426 vsize=13732 CPUtime=123.18
/proc/22428/stat : 22428 (sugar) S 22426 22428 22391 0 -1 4194304 1192 27017 0 3 4 1 12284 29 16 0 1 0 63839056 14061568 821 996147200 4194304 4206940 548682068592 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22428/statm: 3433 821 374 3 0 533 0
[pid=22463] ppid=22428 vsize=5356 CPUtime=0
/proc/22463/stat : 22463 (sh) S 22428 22428 22391 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 63851481 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22463/statm: 1339 232 193 169 0 50 0
[pid=22464] ppid=22463 vsize=118516 CPUtime=3059.94
/proc/22464/stat : 22464 (minisat) R 22463 22428 22391 0 -1 4194304 28785 0 0 0 305962 32 0 0 25 0 1 0 63851496 121360384 28754 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/22464/statm: 29629 28754 75 150 0 29476 0
Current children cumulated CPU time (s) 3183.12
Current children cumulated vsize (KiB) 137604

[startup+3282.3 s]
/proc/loadavg: 2.14 2.68 2.71 3/107 22570
/proc/meminfo: memFree=1597996/2055920 swapFree=4152088/4192956
[pid=22428] ppid=22426 vsize=13732 CPUtime=123.18
/proc/22428/stat : 22428 (sugar) S 22426 22428 22391 0 -1 4194304 1192 27017 0 3 4 1 12284 29 16 0 1 0 63839056 14061568 821 996147200 4194304 4206940 548682068592 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22428/statm: 3433 821 374 3 0 533 0
[pid=22463] ppid=22428 vsize=5356 CPUtime=0
/proc/22463/stat : 22463 (sh) S 22428 22428 22391 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 63851481 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22463/statm: 1339 232 193 169 0 50 0
[pid=22464] ppid=22463 vsize=120444 CPUtime=3119.54
/proc/22464/stat : 22464 (minisat) R 22463 22428 22391 0 -1 4194304 29259 0 0 0 311921 33 0 0 25 0 1 0 63851496 123334656 29228 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/22464/statm: 30111 29228 75 150 0 29958 0
Current children cumulated CPU time (s) 3242.72
Current children cumulated vsize (KiB) 139532

[startup+3342.3 s]
/proc/loadavg: 2.05 2.55 2.66 3/107 22570
/proc/meminfo: memFree=1590508/2055920 swapFree=4152088/4192956
[pid=22428] ppid=22426 vsize=13732 CPUtime=123.18
/proc/22428/stat : 22428 (sugar) S 22426 22428 22391 0 -1 4194304 1192 27017 0 3 4 1 12284 29 16 0 1 0 63839056 14061568 821 996147200 4194304 4206940 548682068592 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22428/statm: 3433 821 374 3 0 533 0
[pid=22463] ppid=22428 vsize=5356 CPUtime=0
/proc/22463/stat : 22463 (sh) S 22428 22428 22391 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 63851481 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22463/statm: 1339 232 193 169 0 50 0
[pid=22464] ppid=22463 vsize=122188 CPUtime=3179.13
/proc/22464/stat : 22464 (minisat) R 22463 22428 22391 0 -1 4194304 29706 0 0 0 317879 34 0 0 25 0 1 0 63851496 125120512 29675 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/22464/statm: 30547 29675 75 150 0 30394 0
Current children cumulated CPU time (s) 3302.31
Current children cumulated vsize (KiB) 141276

[startup+3402.31 s]
/proc/loadavg: 2.02 2.45 2.62 3/107 22570
/proc/meminfo: memFree=1583852/2055920 swapFree=4152088/4192956
[pid=22428] ppid=22426 vsize=13732 CPUtime=123.18
/proc/22428/stat : 22428 (sugar) S 22426 22428 22391 0 -1 4194304 1192 27017 0 3 4 1 12284 29 16 0 1 0 63839056 14061568 821 996147200 4194304 4206940 548682068592 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22428/statm: 3433 821 374 3 0 533 0
[pid=22463] ppid=22428 vsize=5356 CPUtime=0
/proc/22463/stat : 22463 (sh) S 22428 22428 22391 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 63851481 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22463/statm: 1339 232 193 169 0 50 0
[pid=22464] ppid=22463 vsize=123904 CPUtime=3238.73
/proc/22464/stat : 22464 (minisat) R 22463 22428 22391 0 -1 4194304 30164 0 0 0 323839 34 0 0 25 0 1 0 63851496 126877696 30133 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 1 0 0
/proc/22464/statm: 30976 30133 75 150 0 30823 0
Current children cumulated CPU time (s) 3361.91
Current children cumulated vsize (KiB) 142992

[startup+3462.3 s]
/proc/loadavg: 2.00 2.36 2.58 3/107 22570
/proc/meminfo: memFree=1577900/2055920 swapFree=4152088/4192956
[pid=22428] ppid=22426 vsize=13732 CPUtime=123.18
/proc/22428/stat : 22428 (sugar) S 22426 22428 22391 0 -1 4194304 1192 27017 0 3 4 1 12284 29 16 0 1 0 63839056 14061568 821 996147200 4194304 4206940 548682068592 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22428/statm: 3433 821 374 3 0 533 0
[pid=22463] ppid=22428 vsize=5356 CPUtime=0
/proc/22463/stat : 22463 (sh) S 22428 22428 22391 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 63851481 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22463/statm: 1339 232 193 169 0 50 0
[pid=22464] ppid=22463 vsize=125608 CPUtime=3298.32
/proc/22464/stat : 22464 (minisat) R 22463 22428 22391 0 -1 4194304 30592 0 0 0 329797 35 0 0 25 0 1 0 63851496 128622592 30561 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/22464/statm: 31402 30561 75 150 0 31249 0
Current children cumulated CPU time (s) 3421.5
Current children cumulated vsize (KiB) 144696

[startup+3522.3 s]
/proc/loadavg: 2.00 2.29 2.54 3/107 22570
/proc/meminfo: memFree=1573612/2055920 swapFree=4152088/4192956
[pid=22428] ppid=22426 vsize=13732 CPUtime=123.18
/proc/22428/stat : 22428 (sugar) S 22426 22428 22391 0 -1 4194304 1192 27017 0 3 4 1 12284 29 16 0 1 0 63839056 14061568 821 996147200 4194304 4206940 548682068592 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22428/statm: 3433 821 374 3 0 533 0
[pid=22463] ppid=22428 vsize=5356 CPUtime=0
/proc/22463/stat : 22463 (sh) S 22428 22428 22391 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 63851481 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22463/statm: 1339 232 193 169 0 50 0
[pid=22464] ppid=22463 vsize=125872 CPUtime=3357.92
/proc/22464/stat : 22464 (minisat) R 22463 22428 22391 0 -1 4194304 30643 0 0 0 335757 35 0 0 25 0 1 0 63851496 128892928 30612 996147200 134512640 135127466 4294956256 18446744073709551615 134530692 0 0 4096 3 0 0 0 17 1 0 0
/proc/22464/statm: 31468 30612 75 150 0 31315 0
Current children cumulated CPU time (s) 3481.1
Current children cumulated vsize (KiB) 144960

[startup+3582.3 s]
/proc/loadavg: 2.00 2.24 2.50 3/107 22570
/proc/meminfo: memFree=1570092/2055920 swapFree=4152088/4192956
[pid=22428] ppid=22426 vsize=13732 CPUtime=123.18
/proc/22428/stat : 22428 (sugar) S 22426 22428 22391 0 -1 4194304 1192 27017 0 3 4 1 12284 29 16 0 1 0 63839056 14061568 821 996147200 4194304 4206940 548682068592 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22428/statm: 3433 821 374 3 0 533 0
[pid=22463] ppid=22428 vsize=5356 CPUtime=0
/proc/22463/stat : 22463 (sh) S 22428 22428 22391 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 63851481 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22463/statm: 1339 232 193 169 0 50 0
[pid=22464] ppid=22463 vsize=125872 CPUtime=3417.51
/proc/22464/stat : 22464 (minisat) R 22463 22428 22391 0 -1 4194304 30643 0 0 0 341716 35 0 0 25 0 1 0 63851496 128892928 30612 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/22464/statm: 31468 30612 75 150 0 31315 0
Current children cumulated CPU time (s) 3540.69
Current children cumulated vsize (KiB) 144960



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3642.11 s]
/proc/loadavg: 2.00 2.19 2.47 3/107 22570
/proc/meminfo: memFree=1566764/2055920 swapFree=4152088/4192956
[pid=22428] ppid=22426 vsize=13732 CPUtime=123.18
/proc/22428/stat : 22428 (sugar) S 22426 22428 22391 0 -1 4194304 1192 27017 0 3 4 1 12284 29 16 0 1 0 63839056 14061568 821 996147200 4194304 4206940 548682068592 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22428/statm: 3433 821 374 3 0 533 0
[pid=22463] ppid=22428 vsize=5356 CPUtime=0
/proc/22463/stat : 22463 (sh) S 22428 22428 22391 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 63851481 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22463/statm: 1339 232 193 169 0 50 0
[pid=22464] ppid=22463 vsize=125872 CPUtime=3476.92
/proc/22464/stat : 22464 (minisat) R 22463 22428 22391 0 -1 4194304 30643 0 0 0 347657 35 0 0 25 0 1 0 63851496 128892928 30612 996147200 134512640 135127466 4294956256 18446744073709551615 134530933 0 0 4096 3 0 0 0 17 1 0 0
/proc/22464/statm: 31468 30612 75 150 0 31315 0
Current children cumulated CPU time (s) 3600.1
Current children cumulated vsize (KiB) 144960

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

Real time (s): 3642.14
CPU time (s): 3600.1
CPU user time (s): 3599.45
CPU system time (s): 0.65
CPU usage (%): 98.8456
Max. virtual memory (cumulated for all children) (KiB): 887416

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 122.885
system time used= 0.320951
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 28552
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= 4484
involuntary context switches= 9071

runsolver used 6.05608 second user time and 15.7936 second system time

The end

Launcher Data (download as text)

Begin job on node90 at 2008-07-14 23:37:05
IDJOB=1118108
IDBENCH=62203
IDSOLVER=368
FILE ID=node90/1118108-1216071420
PBS_JOBID= 7905125
Free space on /tmp= 66556 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/maxcsp/maxcut/maxcut-50/normalized-maxcut-50-660-4_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-1118108-1216071420/watcher-1118108-1216071420 -o /tmp/evaluation-result-1118108-1216071420/solver-1118108-1216071420 -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-1118108-1216071420.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= e9b195b1e685e7f4708cab3c3085d052
RANDOM SEED=1545685413

node90.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.256
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	: 5931.00
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.256
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1694796 kB
Buffers:         49504 kB
Cached:         141256 kB
SwapCached:      21196 kB
Active:         244024 kB
Inactive:        55968 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1694796 kB
SwapTotal:     4192956 kB
SwapFree:      4152088 kB
Dirty:            1684 kB
Writeback:           0 kB
Mapped:         126988 kB
Slab:            42732 kB
Committed_AS:  1193784 kB
PageTables:       4672 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= 66548 MiB
End job on node90 at 2008-07-15 00:37:49