Trace number 1118331

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+minisat-incMSAT (TO) 3600.12 3615.74

General information on the benchmark

Namemaxcsp/maxcut/maxcut-50/
normalized-maxcut-50-620-2_ext.xml
MD5SUM83b743a01ef0c76dfb3234e60cdbc47f
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkMSAT TO
Best Number of falsified constraints244
Best CPU time to get the best result obtained on this benchmark1620.73
Satisfiable
(Un)Satisfiability was proved
Number of variables50
Number of constraints620
Maximum constraint arity2
Maximum domain size2
Number of constraints which are defined in extension620
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.01/0.07	c 0	Sugar++ v1-13 + HOME/minisat-inc
0.01/0.07	c 0	BEGIN Tue Jul 15 01:04:20 2008
0.01/0.07	c 0	PID 25033
0.01/0.07	c 0	HOST node53.alineos.net
0.01/0.07	c 0	CONVERTING HOME/instance-1118331-1216076660.xml TO HOME/temp.csp
0.01/0.07	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1118331-1216076660.xml' 'HOME/temp.csp'
0.06/0.38	c 1	1 domains, 50 variables, 0 predicates, 1 relations, 620 constraints
0.06/0.39	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.39	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -max -incremental -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.36/0.47	c 1	Parsing HOME/temp.csp
0.36/0.59	c 1	parsed 672 expressions
0.36/0.59	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.36/0.60	c 1	MAX CSP: 620 constraints
0.36/0.61	c 1	Converting to clausal form CSP
0.36/0.64	c 1	converted 130 (10%) expressions
0.36/0.65	c 1	converted 259 (20%) expressions
0.36/0.66	c 1	converted 389 (30%) expressions
0.36/0.67	c 1	converted 518 (40%) expressions
0.36/0.68	c 1	converted 648 (50%) expressions
0.36/0.69	c 1	converted 777 (60%) expressions
0.36/0.70	c 1	converted 907 (70%) expressions
0.36/0.71	c 1	converted 1036 (80%) expressions
0.36/0.77	c 1	converted 1166 (90%) expressions
0.36/0.88	c 1	converted 1295 (100%) expressions
0.36/0.88	c 1	CSP : 1290 integers, 0 booleans, 1859 clauses, largest domain size 931
0.36/0.88	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.36/0.88	c 1	Propagation in CSP
0.36/0.93	c 1	615 values, 0 unsatisfiable literals, and 0 valid clauses are removed
0.36/0.93	c 1	CSP : 1290 integers, 0 booleans, 1859 clauses, largest domain size 621
0.36/0.93	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.36/0.93	c 1	Simplifing CSP by introducing new Boolean variables
0.36/0.93	c 1	CSP : 1290 integers, 0 booleans, 1859 clauses, largest domain size 621
0.36/0.93	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.36/0.96	c 1	Encoding CSP to SAT : HOME/temp.cnf
0.36/0.97	c 1	129 (10%) CSP integer variables are encoded (0 clauses, 64 bytes)
0.36/0.97	c 1	258 (20%) CSP integer variables are encoded (0 clauses, 64 bytes)
0.36/0.98	c 1	387 (30%) CSP integer variables are encoded (0 clauses, 64 bytes)
0.36/0.98	c 1	516 (40%) CSP integer variables are encoded (0 clauses, 64 bytes)
0.36/0.98	c 1	645 (50%) CSP integer variables are encoded (0 clauses, 64 bytes)
0.36/0.99	c 1	774 (60%) CSP integer variables are encoded (1119 clauses, 13954 bytes)
0.36/1.00	c 1	903 (70%) CSP integer variables are encoded (6678 clauses, 86221 bytes)
0.36/1.00	c 1	1032 (80%) CSP integer variables are encoded (8067 clauses, 104278 bytes)
0.36/1.00	c 1	1161 (90%) CSP integer variables are encoded (8929 clauses, 115625 bytes)
0.36/1.00	c 1	1290 (100%) CSP integer variables are encoded (10142 clauses, 133820 bytes)
0.95/1.03	c 1	186 (10%) CSP clauses are encoded (10514 clauses, 138528 bytes)
0.95/1.05	c 1	372 (20%) CSP clauses are encoded (10886 clauses, 143714 bytes)
0.95/1.06	c 1	558 (30%) CSP clauses are encoded (11258 clauses, 148922 bytes)
0.95/1.08	c 1	744 (40%) CSP clauses are encoded (13888 clauses, 193286 bytes)
1.44/1.52	c 2	930 (50%) CSP clauses are encoded (215172 clauses, 3851580 bytes)
1.44/1.55	c 2	1116 (60%) CSP clauses are encoded (222394 clauses, 3978692 bytes)
1.74/1.86	c 2	1302 (70%) CSP clauses are encoded (411626 clauses, 7463385 bytes)
1.74/1.88	c 2	1488 (80%) CSP clauses are encoded (419946 clauses, 7610169 bytes)
1.84/1.92	c 2	1674 (90%) CSP clauses are encoded (439554 clauses, 7971060 bytes)
1.94/2.04	c 2	1859 (100%) CSP clauses are encoded (512166 clauses, 9465676 bytes)
1.94/2.04	c 2	1859 CSP clauses encoded
1.94/2.04	c 2	Writing map file : HOME/temp.map
1.94/2.06	c 2	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.94/2.06	c 2	SAT : 11432 SAT variables, 512166 SAT clauses, 9465676 bytes
1.94/2.06	c 2	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.00/2.11	c 2	OBJECTIVE minimize _COST
2.00/2.11	c 2	SOLVING HOME/temp.cnf
2.00/2.11	c 2	CMD HOME/minisat-inc -incremental HOME/temp.cnf HOME/temp.out
2.00/2.11	c 2	This is MiniSat 2.0 beta incremental
2.00/2.11	c 2	WARNING: for repeatability, setting FPU to use double precision
2.00/2.11	c 2	============================[ Problem Statistics ]=============================
2.00/2.11	c 2	|                                                                             |
2.00/2.12	c 2	|  Number of variables:  11432                                                |
2.00/2.12	c 2	|  Number of clauses:    512166                                               |
2.02/2.33	c 3	|  Parsing time:         0.19         s                                       |
2.02/2.34	c 3	OK
2.02/2.34	c 3	OBJECTIVE BOUND: 0 <= _COST <= 
2.02/2.34	c 3	SEARCHING: _COST <= 310
2.02/2.34	c 3	============================[ Search Statistics ]==============================
2.02/2.34	c 3	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
2.02/2.34	c 3	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
2.02/2.34	c 3	===============================================================================
2.02/2.34	c 3	|         0 |   11432   512166  1505452 |   170722        0    nan |  0.000 % |
2.02/2.53	c 3	|       100 |   11432   512166  1505452 |   187794      100     23 |  0.002 % |
2.02/2.61	c 3	|       250 |   11432   512166  1505452 |   206573      250     24 |  0.002 % |
2.02/2.69	c 3	|       476 |   11432   512166  1505452 |   227230      476     24 |  0.002 % |
2.02/2.82	c 3	|       817 |   11432   512166  1505452 |   249954      817     25 |  0.002 % |
2.02/2.96	c 3	|      1324 |   11432   512166  1505452 |   274949     1324     24 |  0.002 % |
3.59/3.79	c 4	|      2085 |   11432   512166  1505452 |   302444     2085     30 |  0.002 % |
4.79/4.93	c 5	|      3224 |   11432   512166  1505452 |   332688     3224     34 |  0.002 % |
5.98/6.11	c 6	|      4932 |   11432   512166  1505452 |   365957     4932     35 |  0.002 % |
7.27/7.44	c 8	|      7494 |   11432   512166  1505452 |   402553     7494     35 |  0.002 % |
10.56/10.77	c 11	|     11338 |   11432   512166  1505452 |   442808    11338     40 |  0.002 % |
16.64/16.84	c 17	|     17104 |   11432   512166  1505452 |   487089    17104     32 |  0.002 % |
27.20/27.44	c 28	|     25755 |   11432   512166  1505452 |   535798    25755     37 |  0.002 % |
36.35/36.66	c 37	===============================================================================
36.35/36.66	c 37	restarts              : 13
36.35/36.66	c 37	conflicts             : 32788         (955 /sec)
36.35/36.66	c 37	decisions             : 42578         (0.43 % random) (1240 /sec)
36.35/36.66	c 37	propagations          : 17492770       (509299 /sec)
36.35/36.66	c 37	conflict literals     : 1276027        (30.86 % deleted)
36.35/36.66	c 37	Memory used           : 30.00 MB
36.35/36.66	c 37	CPU time              : 34.3468 s
36.35/36.66	c 37	
36.35/36.66	c 37	SATISFIABLE
36.35/36.66	c 37	OK
36.35/36.66	c 37	FOUND: _COST <= 310
36.35/36.66	s SATISFIABLE
36.35/36.66	c 37	DECODING HOME/temp.out WITH HOME/temp.map
36.35/36.66	c 37	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
36.42/36.75	c 37	Decoding HOME/temp.out
36.42/36.85	c 37	OBJECTIVE _COST 310
36.42/36.85	o 310
36.42/36.85	v 0 1 1 1 0 0 0 0 1 1 1 1 1 0 0 1 0 1 1 1 1 0 1 1 0 0 0 1 0 0 0 1 1 1 1 1 1 0 0 0 0 1 1 0 1 1 1 1 1 1
36.42/36.85	c 37	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
36.73/37.02	c 37	OK
36.73/37.02	c 37	OBJECTIVE BOUND: 0 <= _COST <= 310
36.73/37.02	c 37	SEARCHING: _COST <= 155
36.73/37.02	c 37	============================[ Search Statistics ]==============================
36.73/37.02	c 37	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
36.73/37.02	c 37	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
36.73/37.02	c 37	===============================================================================
36.73/37.02	c 37	|     32788 |    8332   327192   959520 |   109064    32788     39 |  0.002 % |
36.83/37.12	c 37	|     32888 |    8332   327192   959520 |   119970    32888     39 | 27.118 % |
36.93/37.22	c 38	|     33038 |    8332   327192   959520 |   131967    33038     39 | 27.118 % |
37.04/37.40	c 38	|     33264 |    8332   327192   959520 |   145164    33264     39 | 27.118 % |
37.33/37.69	c 38	|     33602 |    8332   327192   959520 |   159680    33602     38 | 27.118 % |
37.73/38.08	c 38	|     34109 |    8332   327192   959520 |   175648    34109     38 | 27.118 % |
38.43/38.78	c 39	|     34868 |    8332   327192   959520 |   193213    34868     38 | 27.118 % |
39.33/39.63	c 40	|     36007 |    8332   327192   959520 |   212534    36007     37 | 27.118 % |
40.91/41.25	c 42	|     37715 |    8332   327192   959520 |   233788    37715     37 | 27.118 % |
43.30/43.68	c 44	|     40277 |    8332   327192   959520 |   257167    40277     36 | 27.118 % |
46.89/47.27	c 48	|     44122 |    8332   327192   959520 |   282883    44122     34 | 27.118 % |
52.17/52.58	c 53	|     49889 |    8332   327192   959520 |   311172    49889     33 | 27.118 % |
60.94/61.39	c 62	|     58539 |    8332   327192   959520 |   342289    58539     33 | 27.118 % |
76.17/76.61	c 77	|     71513 |    8332   327192   959520 |   376518    71513     32 | 27.118 % |
106.74/107.33	c 108	|     90975 |    8332   327192   959520 |   414170    90975     33 | 27.118 % |
155.44/156.21	c 157	|    120167 |    8332   327192   959520 |   455587   120167     32 | 27.118 % |
240.98/242.17	c 242	|    163958 |    8332   327192   959520 |   501146   163958     32 | 27.118 % |
397.54/399.33	c 400	|    229642 |    8332   327192   959520 |   551260   229642     33 | 27.118 % |
692.33/695.49	c 696	|    328168 |    8332   327192   959520 |   606386   328168     33 | 27.118 % |
1290.75/1296.40	c 1297	|    475957 |    8332   327192   959520 |   667025   475957     33 | 27.118 % |
2361.94/2372.25	c 2373	|    697642 |    8332   327192   959520 |   733728    43405     31 | 27.118 % |
3404.59/3419.46	c 3420	|   1030167 |    8332   327192   959520 |   807100   375930     33 | 27.118 % |
3600.06/3615.71	c ERROR INTERRUPTED
3600.06/3615.73	c 3616	CPU 3599.39 (0.06 0.01 3599.33 0.68)
3600.06/3615.73	c 3616	END Tue Jul 15 02:04:36 2008

Verifier Data (download as text)

OK	304	316
304 unsatisfied constraints, 316 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-1118331-1216076660/watcher-1118331-1216076660 -o /tmp/evaluation-result-1118331-1216076660/solver-1118331-1216076660 -C 3600 -W 4000 -M 900 --output-limit 1,15 HOME/sugar++ -max -incremental -c -vv -java=java -Xmx700M -decjava=java -Xmx50M -jar=HOME/sugar-v1-13.jar -solver=HOME/minisat-inc -tmp=HOME/temp HOME/instance-1118331-1216076660.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.32 2.49 2.52 4/73 25033
/proc/meminfo: memFree=1780616/2055920 swapFree=4192812/4192956
[pid=25033] ppid=25031 vsize=12268 CPUtime=0
/proc/25033/stat : 25033 (sugar++) R 25031 25033 24533 0 -1 4194304 348 0 0 0 0 0 0 0 18 0 1 0 64365380 12562432 316 996147200 4194304 4206940 548682068528 18446744073709551615 269939162110 0 0 4224 0 0 0 0 17 0 0 0
/proc/25033/statm: 3067 316 241 3 0 167 0

[startup+0.0162031 s]
/proc/loadavg: 2.32 2.49 2.52 4/73 25033
/proc/meminfo: memFree=1780616/2055920 swapFree=4192812/4192956
[pid=25033] ppid=25031 vsize=12544 CPUtime=0.01
/proc/25033/stat : 25033 (sugar++) R 25031 25033 24533 0 -1 4194304 518 0 0 0 1 0 0 0 18 0 1 0 64365380 12845056 486 996147200 4194304 4206940 548682068528 18446744073709551615 269950012185 0 0 4224 0 0 0 0 17 0 0 0
/proc/25033/statm: 3136 486 314 3 0 236 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 12544

[startup+0.103226 s]
/proc/loadavg: 2.32 2.49 2.52 4/73 25033
/proc/meminfo: memFree=1780616/2055920 swapFree=4192812/4192956
[pid=25033] ppid=25031 vsize=16740 CPUtime=0.06
/proc/25033/stat : 25033 (sugar++) S 25031 25033 24533 0 -1 4194304 1219 128 0 0 5 1 0 0 17 0 1 0 64365380 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25033/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.301265 s]
/proc/loadavg: 2.32 2.49 2.52 4/73 25033
/proc/meminfo: memFree=1780616/2055920 swapFree=4192812/4192956
[pid=25033] ppid=25031 vsize=16740 CPUtime=0.06
/proc/25033/stat : 25033 (sugar++) S 25031 25033 24533 0 -1 4194304 1219 128 0 0 5 1 0 0 17 0 1 0 64365380 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25033/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.701337 s]
/proc/loadavg: 2.32 2.49 2.52 4/73 25033
/proc/meminfo: memFree=1780616/2055920 swapFree=4192812/4192956
[pid=25033] ppid=25031 vsize=16740 CPUtime=0.36
/proc/25033/stat : 25033 (sugar++) S 25031 25033 24533 0 -1 4194304 1296 4528 0 1 5 1 27 3 15 0 1 0 64365380 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25033/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.36
Current children cumulated vsize (KiB) 16740

[startup+1.5025 s]
/proc/loadavg: 2.32 2.49 2.52 3/84 25055
/proc/meminfo: memFree=1764400/2055920 swapFree=4192812/4192956
[pid=25033] ppid=25031 vsize=16740 CPUtime=0.36
/proc/25033/stat : 25033 (sugar++) S 25031 25033 24533 0 -1 4194304 1297 4528 0 1 5 1 27 3 15 0 1 0 64365380 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25033/statm: 4185 1104 409 3 0 764 0
[pid=25046] ppid=25033 vsize=5356 CPUtime=0
/proc/25046/stat : 25046 (sh) S 25033 25033 24533 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 64365420 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25046/statm: 1339 233 193 169 0 50 0
[pid=25047] ppid=25046 vsize=868456 CPUtime=1.08
/proc/25047/stat : 25047 (java) S 25046 25033 24533 0 -1 0 6653 0 1 0 102 6 0 0 20 0 9 0 64365420 889298944 5773 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25047/statm: 217114 5773 2563 9 0 211661 0
[pid=25047/tid=25048] ppid=25046 vsize=868456 CPUtime=0.77
/proc/25047/task/25048/stat : 25048 (java) R 25046 25033 24533 0 -1 64 2834 0 1 0 74 3 0 0 25 0 9 0 64365421 889298944 5773 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25047/tid=25049] ppid=25046 vsize=868456 CPUtime=0.07
/proc/25047/task/25049/stat : 25049 (java) S 25046 25033 24533 0 -1 64 1650 0 0 0 6 1 0 0 16 0 9 0 64365422 889298944 5773 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=25047/tid=25050] ppid=25046 vsize=868456 CPUtime=0
/proc/25047/task/25050/stat : 25050 (java) S 25046 25033 24533 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 64365422 889298944 5773 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25047/tid=25051] ppid=25046 vsize=868456 CPUtime=0
/proc/25047/task/25051/stat : 25051 (java) S 25046 25033 24533 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 64365422 889298944 5773 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25047/tid=25052] ppid=25046 vsize=868456 CPUtime=0
/proc/25047/task/25052/stat : 25052 (java) S 25046 25033 24533 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 64365424 889298944 5773 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25047/tid=25053] ppid=25046 vsize=868456 CPUtime=0.21
/proc/25047/task/25053/stat : 25053 (java) S 25046 25033 24533 0 -1 64 1477 0 0 0 21 0 0 0 16 0 9 0 64365424 889298944 5773 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25047/tid=25054] ppid=25046 vsize=868456 CPUtime=0
/proc/25047/task/25054/stat : 25054 (java) S 25046 25033 24533 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 64365424 889298944 5773 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25047/tid=25055] ppid=25046 vsize=868456 CPUtime=0
/proc/25047/task/25055/stat : 25055 (java) S 25046 25033 24533 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 64365424 889298944 5773 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.44
Current children cumulated vsize (KiB) 890552

[startup+3.10182 s]
/proc/loadavg: 2.29 2.48 2.51 2/84 25055
/proc/meminfo: memFree=1754608/2055920 swapFree=4192812/4192956
[pid=25033] ppid=25031 vsize=16872 CPUtime=2.02
/proc/25033/stat : 25033 (sugar++) S 25031 25033 24533 0 -1 4194304 1480 11664 0 2 6 1 181 14 15 0 1 0 64365380 17276928 1130 996147200 4194304 4206940 548682068528 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25033/statm: 4218 1130 414 3 0 797 0
Current children cumulated CPU time (s) 2.02
Current children cumulated vsize (KiB) 16872

[startup+6.30245 s]
/proc/loadavg: 2.29 2.48 2.51 3/75 25056
/proc/meminfo: memFree=1744312/2055920 swapFree=4192812/4192956
[pid=25033] ppid=25031 vsize=16872 CPUtime=2.02
/proc/25033/stat : 25033 (sugar++) S 25031 25033 24533 0 -1 4194304 1480 11664 0 2 6 1 181 14 16 0 1 0 64365380 17276928 1130 996147200 4194304 4206940 548682068528 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25033/statm: 4218 1130 414 3 0 797 0
[pid=25056] ppid=25033 vsize=25164 CPUtime=4.16
/proc/25056/stat : 25056 (minisat-inc) R 25033 25033 24533 0 -1 4194304 6053 0 0 0 413 3 0 0 25 0 1 0 64365592 25767936 6001 996147200 134512640 135134323 4294956192 18446744073709551615 134531900 0 0 4096 3 0 0 0 17 1 0 0
/proc/25056/statm: 6291 6001 73 151 0 6137 0
Current children cumulated CPU time (s) 6.18
Current children cumulated vsize (KiB) 42036

[startup+12.7017 s]
/proc/loadavg: 2.25 2.47 2.51 3/75 25056
/proc/meminfo: memFree=1742520/2055920 swapFree=4192812/4192956
[pid=25033] ppid=25031 vsize=16872 CPUtime=2.02
/proc/25033/stat : 25033 (sugar++) S 25031 25033 24533 0 -1 4194304 1480 11664 0 2 6 1 181 14 16 0 1 0 64365380 17276928 1130 996147200 4194304 4206940 548682068528 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25033/statm: 4218 1130 414 3 0 797 0
[pid=25056] ppid=25033 vsize=26880 CPUtime=10.53
/proc/25056/stat : 25056 (minisat-inc) R 25033 25033 24533 0 -1 4194304 6467 0 0 0 1050 3 0 0 25 0 1 0 64365592 27525120 6415 996147200 134512640 135134323 4294956192 18446744073709551615 134531958 0 0 4096 3 0 0 0 17 1 0 0
/proc/25056/statm: 6720 6415 73 151 0 6566 0
Current children cumulated CPU time (s) 12.55
Current children cumulated vsize (KiB) 43752

[startup+25.5013 s]
/proc/loadavg: 2.21 2.45 2.50 3/75 25056
/proc/meminfo: memFree=1740792/2055920 swapFree=4192812/4192956
[pid=25033] ppid=25031 vsize=16872 CPUtime=2.02
/proc/25033/stat : 25033 (sugar++) S 25031 25033 24533 0 -1 4194304 1480 11664 0 2 6 1 181 14 16 0 1 0 64365380 17276928 1130 996147200 4194304 4206940 548682068528 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25033/statm: 4218 1130 414 3 0 797 0
[pid=25056] ppid=25033 vsize=28832 CPUtime=23.28
/proc/25056/stat : 25056 (minisat-inc) R 25033 25033 24533 0 -1 4194304 6950 0 0 0 2324 4 0 0 25 0 1 0 64365592 29523968 6898 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/25056/statm: 7208 6898 73 151 0 7054 0
Current children cumulated CPU time (s) 25.3
Current children cumulated vsize (KiB) 45704

[startup+51.1013 s]
/proc/loadavg: 2.14 2.41 2.49 3/75 25066
/proc/meminfo: memFree=1738680/2055920 swapFree=4192812/4192956
[pid=25033] ppid=25031 vsize=16872 CPUtime=2.21
/proc/25033/stat : 25033 (sugar++) S 25031 25033 24533 0 -1 4194304 1565 15536 0 3 6 1 197 17 16 0 1 0 64365380 17276928 1131 996147200 4194304 4206940 548682068528 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25033/statm: 4218 1131 414 3 0 797 0
[pid=25056] ppid=25033 vsize=30792 CPUtime=48.56
/proc/25056/stat : 25056 (minisat-inc) R 25033 25033 24533 0 -1 4194304 7465 0 0 0 4851 5 0 0 25 0 1 0 64365592 31531008 7411 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/25056/statm: 7698 7411 79 151 0 7544 0
Current children cumulated CPU time (s) 50.77
Current children cumulated vsize (KiB) 47664

[startup+102.306 s]
/proc/loadavg: 2.05 2.34 2.46 3/75 25066
/proc/meminfo: memFree=1735096/2055920 swapFree=4192812/4192956
[pid=25033] ppid=25031 vsize=16872 CPUtime=2.21
/proc/25033/stat : 25033 (sugar++) S 25031 25033 24533 0 -1 4194304 1565 15536 0 3 6 1 197 17 16 0 1 0 64365380 17276928 1131 996147200 4194304 4206940 548682068528 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25033/statm: 4218 1131 414 3 0 797 0
[pid=25056] ppid=25033 vsize=34504 CPUtime=99.56
/proc/25056/stat : 25056 (minisat-inc) R 25033 25033 24533 0 -1 4194304 8377 0 0 0 9949 7 0 0 25 0 1 0 64365592 35332096 8323 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/25056/statm: 8626 8323 79 151 0 8472 0
Current children cumulated CPU time (s) 101.77
Current children cumulated vsize (KiB) 51376

[startup+162.301 s]
/proc/loadavg: 2.02 2.28 2.43 3/75 25066
/proc/meminfo: memFree=1729208/2055920 swapFree=4192812/4192956
[pid=25033] ppid=25031 vsize=16872 CPUtime=2.21
/proc/25033/stat : 25033 (sugar++) S 25031 25033 24533 0 -1 4194304 1565 15536 0 3 6 1 197 17 16 0 1 0 64365380 17276928 1131 996147200 4194304 4206940 548682068528 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25033/statm: 4218 1131 414 3 0 797 0
[pid=25056] ppid=25033 vsize=40464 CPUtime=159.3
/proc/25056/stat : 25056 (minisat-inc) R 25033 25033 24533 0 -1 4194304 9853 0 0 0 15922 8 0 0 25 0 1 0 64365592 41435136 9799 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/25056/statm: 10116 9799 79 151 0 9962 0
Current children cumulated CPU time (s) 161.51
Current children cumulated vsize (KiB) 57336

[startup+222.301 s]
/proc/loadavg: 2.00 2.22 2.40 3/75 25066
/proc/meminfo: memFree=1724216/2055920 swapFree=4192812/4192956
[pid=25033] ppid=25031 vsize=16872 CPUtime=2.21
/proc/25033/stat : 25033 (sugar++) S 25031 25033 24533 0 -1 4194304 1565 15536 0 3 6 1 197 17 16 0 1 0 64365380 17276928 1131 996147200 4194304 4206940 548682068528 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25033/statm: 4218 1131 414 3 0 797 0
[pid=25056] ppid=25033 vsize=45752 CPUtime=219.06
/proc/25056/stat : 25056 (minisat-inc) R 25033 25033 24533 0 -1 4194304 11096 0 0 0 21896 10 0 0 25 0 1 0 64365592 46850048 11042 996147200 134512640 135134323 4294956192 18446744073709551615 134531900 0 0 4096 3 0 0 0 17 0 0 0
/proc/25056/statm: 11438 11042 79 151 0 11284 0
Current children cumulated CPU time (s) 221.27
Current children cumulated vsize (KiB) 62624

[startup+282.301 s]
/proc/loadavg: 2.00 2.18 2.37 3/75 25066
/proc/meminfo: memFree=1719736/2055920 swapFree=4192812/4192956
[pid=25033] ppid=25031 vsize=16872 CPUtime=2.21
/proc/25033/stat : 25033 (sugar++) S 25031 25033 24533 0 -1 4194304 1565 15536 0 3 6 1 197 17 16 0 1 0 64365380 17276928 1131 996147200 4194304 4206940 548682068528 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25033/statm: 4218 1131 414 3 0 797 0
[pid=25056] ppid=25033 vsize=50172 CPUtime=278.81
/proc/25056/stat : 25056 (minisat-inc) R 25033 25033 24533 0 -1 4194304 12216 0 0 0 27870 11 0 0 25 0 1 0 64365592 51376128 12162 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/25056/statm: 12543 12162 79 151 0 12389 0
Current children cumulated CPU time (s) 281.02
Current children cumulated vsize (KiB) 67044

[startup+342.303 s]
/proc/loadavg: 2.00 2.14 2.34 3/75 25066
/proc/meminfo: memFree=1715640/2055920 swapFree=4192812/4192956
[pid=25033] ppid=25031 vsize=16872 CPUtime=2.21
/proc/25033/stat : 25033 (sugar++) S 25031 25033 24533 0 -1 4194304 1565 15536 0 3 6 1 197 17 16 0 1 0 64365380 17276928 1131 996147200 4194304 4206940 548682068528 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25033/statm: 4218 1131 414 3 0 797 0
[pid=25056] ppid=25033 vsize=54100 CPUtime=338.57
/proc/25056/stat : 25056 (minisat-inc) R 25033 25033 24533 0 -1 4194304 13232 0 0 0 33845 12 0 0 25 0 1 0 64365592 55398400 13178 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0

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

[pid=25056] ppid=25033 vsize=132664 CPUtime=2907.4
/proc/25056/stat : 25056 (minisat-inc) R 25033 25033 24533 0 -1 4194304 32603 0 0 0 290694 46 0 0 25 0 1 0 64365592 135847936 32541 996147200 134512640 135134323 4294956192 18446744073709551615 134532054 0 0 4096 3 0 0 0 17 0 0 0
/proc/25056/statm: 33166 32541 79 151 0 33012 0
Current children cumulated CPU time (s) 2909.61
Current children cumulated vsize (KiB) 149536

[startup+2982.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 25131
/proc/meminfo: memFree=1543472/2055920 swapFree=4192812/4192956
[pid=25033] ppid=25031 vsize=16872 CPUtime=2.21
/proc/25033/stat : 25033 (sugar++) S 25031 25033 24533 0 -1 4194304 1565 15536 0 3 6 1 197 17 16 0 1 0 64365380 17276928 1131 996147200 4194304 4206940 548682068528 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25033/statm: 4218 1131 414 3 0 797 0
[pid=25056] ppid=25033 vsize=132844 CPUtime=2967.14
/proc/25056/stat : 25056 (minisat-inc) R 25033 25033 24533 0 -1 4194304 32613 0 0 0 296668 46 0 0 25 0 1 0 64365592 136032256 32551 996147200 134512640 135134323 4294956192 18446744073709551615 134531850 0 0 4096 3 0 0 0 17 0 0 0
/proc/25056/statm: 33211 32551 79 151 0 33057 0
Current children cumulated CPU time (s) 2969.35
Current children cumulated vsize (KiB) 149716

[startup+3042.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 25131
/proc/meminfo: memFree=1543408/2055920 swapFree=4192812/4192956
[pid=25033] ppid=25031 vsize=16872 CPUtime=2.21
/proc/25033/stat : 25033 (sugar++) S 25031 25033 24533 0 -1 4194304 1565 15536 0 3 6 1 197 17 16 0 1 0 64365380 17276928 1131 996147200 4194304 4206940 548682068528 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25033/statm: 4218 1131 414 3 0 797 0
[pid=25056] ppid=25033 vsize=132844 CPUtime=3026.89
/proc/25056/stat : 25056 (minisat-inc) R 25033 25033 24533 0 -1 4194304 32619 0 0 0 302643 46 0 0 25 0 1 0 64365592 136032256 32557 996147200 134512640 135134323 4294956192 18446744073709551615 134532097 0 0 4096 3 0 0 0 17 0 0 0
/proc/25056/statm: 33211 32557 79 151 0 33057 0
Current children cumulated CPU time (s) 3029.1
Current children cumulated vsize (KiB) 149716

[startup+3102.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 25131
/proc/meminfo: memFree=1543408/2055920 swapFree=4192812/4192956
[pid=25033] ppid=25031 vsize=16872 CPUtime=2.21
/proc/25033/stat : 25033 (sugar++) S 25031 25033 24533 0 -1 4194304 1565 15536 0 3 6 1 197 17 16 0 1 0 64365380 17276928 1131 996147200 4194304 4206940 548682068528 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25033/statm: 4218 1131 414 3 0 797 0
[pid=25056] ppid=25033 vsize=132844 CPUtime=3086.64
/proc/25056/stat : 25056 (minisat-inc) R 25033 25033 24533 0 -1 4194304 32622 0 0 0 308617 47 0 0 25 0 1 0 64365592 136032256 32560 996147200 134512640 135134323 4294956192 18446744073709551615 134531888 0 0 4096 3 0 0 0 17 0 0 0
/proc/25056/statm: 33211 32560 79 151 0 33057 0
Current children cumulated CPU time (s) 3088.85
Current children cumulated vsize (KiB) 149716

[startup+3162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 25131
/proc/meminfo: memFree=1543344/2055920 swapFree=4192812/4192956
[pid=25033] ppid=25031 vsize=16872 CPUtime=2.21
/proc/25033/stat : 25033 (sugar++) S 25031 25033 24533 0 -1 4194304 1565 15536 0 3 6 1 197 17 16 0 1 0 64365380 17276928 1131 996147200 4194304 4206940 548682068528 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25033/statm: 4218 1131 414 3 0 797 0
[pid=25056] ppid=25033 vsize=132844 CPUtime=3146.39
/proc/25056/stat : 25056 (minisat-inc) R 25033 25033 24533 0 -1 4194304 32629 0 0 0 314592 47 0 0 25 0 1 0 64365592 136032256 32567 996147200 134512640 135134323 4294956192 18446744073709551615 134531963 0 0 4096 3 0 0 0 17 0 0 0
/proc/25056/statm: 33211 32567 79 151 0 33057 0
Current children cumulated CPU time (s) 3148.6
Current children cumulated vsize (KiB) 149716

[startup+3222.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 25131
/proc/meminfo: memFree=1543344/2055920 swapFree=4192812/4192956
[pid=25033] ppid=25031 vsize=16872 CPUtime=2.21
/proc/25033/stat : 25033 (sugar++) S 25031 25033 24533 0 -1 4194304 1565 15536 0 3 6 1 197 17 16 0 1 0 64365380 17276928 1131 996147200 4194304 4206940 548682068528 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25033/statm: 4218 1131 414 3 0 797 0
[pid=25056] ppid=25033 vsize=132844 CPUtime=3206.13
/proc/25056/stat : 25056 (minisat-inc) R 25033 25033 24533 0 -1 4194304 32632 0 0 0 320566 47 0 0 25 0 1 0 64365592 136032256 32570 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/25056/statm: 33211 32570 79 151 0 33057 0
Current children cumulated CPU time (s) 3208.34
Current children cumulated vsize (KiB) 149716

[startup+3282.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 25131
/proc/meminfo: memFree=1543216/2055920 swapFree=4192812/4192956
[pid=25033] ppid=25031 vsize=16872 CPUtime=2.21
/proc/25033/stat : 25033 (sugar++) S 25031 25033 24533 0 -1 4194304 1565 15536 0 3 6 1 197 17 16 0 1 0 64365380 17276928 1131 996147200 4194304 4206940 548682068528 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25033/statm: 4218 1131 414 3 0 797 0
[pid=25056] ppid=25033 vsize=132844 CPUtime=3265.88
/proc/25056/stat : 25056 (minisat-inc) R 25033 25033 24533 0 -1 4194304 32634 0 0 0 326541 47 0 0 25 0 1 0 64365592 136032256 32572 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/25056/statm: 33211 32572 79 151 0 33057 0
Current children cumulated CPU time (s) 3268.09
Current children cumulated vsize (KiB) 149716

[startup+3342.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 25131
/proc/meminfo: memFree=1543216/2055920 swapFree=4192812/4192956
[pid=25033] ppid=25031 vsize=16872 CPUtime=2.21
/proc/25033/stat : 25033 (sugar++) S 25031 25033 24533 0 -1 4194304 1565 15536 0 3 6 1 197 17 16 0 1 0 64365380 17276928 1131 996147200 4194304 4206940 548682068528 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25033/statm: 4218 1131 414 3 0 797 0
[pid=25056] ppid=25033 vsize=132844 CPUtime=3325.62
/proc/25056/stat : 25056 (minisat-inc) R 25033 25033 24533 0 -1 4194304 32638 0 0 0 332515 47 0 0 25 0 1 0 64365592 136032256 32576 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/25056/statm: 33211 32576 79 151 0 33057 0
Current children cumulated CPU time (s) 3327.83
Current children cumulated vsize (KiB) 149716

[startup+3402.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 25137
/proc/meminfo: memFree=1542640/2055920 swapFree=4192812/4192956
[pid=25033] ppid=25031 vsize=16872 CPUtime=2.21
/proc/25033/stat : 25033 (sugar++) S 25031 25033 24533 0 -1 4194304 1565 15536 0 3 6 1 197 17 16 0 1 0 64365380 17276928 1131 996147200 4194304 4206940 548682068528 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25033/statm: 4218 1131 414 3 0 797 0
[pid=25056] ppid=25033 vsize=133336 CPUtime=3385.36
/proc/25056/stat : 25056 (minisat-inc) R 25033 25033 24533 0 -1 4194304 32732 0 0 0 338488 48 0 0 25 0 1 0 64365592 136536064 32670 996147200 134512640 135134323 4294956192 18446744073709551615 134531971 0 0 4096 3 0 0 0 17 0 0 0
/proc/25056/statm: 33334 32670 79 151 0 33180 0
Current children cumulated CPU time (s) 3387.57
Current children cumulated vsize (KiB) 150208

[startup+3462.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 25137
/proc/meminfo: memFree=1540912/2055920 swapFree=4192812/4192956
[pid=25033] ppid=25031 vsize=16872 CPUtime=2.21
/proc/25033/stat : 25033 (sugar++) S 25031 25033 24533 0 -1 4194304 1565 15536 0 3 6 1 197 17 16 0 1 0 64365380 17276928 1131 996147200 4194304 4206940 548682068528 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25033/statm: 4218 1131 414 3 0 797 0
[pid=25056] ppid=25033 vsize=134840 CPUtime=3445.08
/proc/25056/stat : 25056 (minisat-inc) R 25033 25033 24533 0 -1 4194304 33013 0 0 0 344460 48 0 0 25 0 1 0 64365592 138076160 32951 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/25056/statm: 33710 32951 79 151 0 33556 0
Current children cumulated CPU time (s) 3447.29
Current children cumulated vsize (KiB) 151712

[startup+3522.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 25137
/proc/meminfo: memFree=1540336/2055920 swapFree=4192812/4192956
[pid=25033] ppid=25031 vsize=16872 CPUtime=2.21
/proc/25033/stat : 25033 (sugar++) S 25031 25033 24533 0 -1 4194304 1565 15536 0 3 6 1 197 17 16 0 1 0 64365380 17276928 1131 996147200 4194304 4206940 548682068528 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25033/statm: 4218 1131 414 3 0 797 0
[pid=25056] ppid=25033 vsize=135248 CPUtime=3504.83
/proc/25056/stat : 25056 (minisat-inc) R 25033 25033 24533 0 -1 4194304 33115 0 0 0 350434 49 0 0 25 0 1 0 64365592 138493952 33053 996147200 134512640 135134323 4294956192 18446744073709551615 134532114 0 0 4096 3 0 0 0 17 0 0 0
/proc/25056/statm: 33812 33053 79 151 0 33658 0
Current children cumulated CPU time (s) 3507.04
Current children cumulated vsize (KiB) 152120

[startup+3582.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 25137
/proc/meminfo: memFree=1540080/2055920 swapFree=4192812/4192956
[pid=25033] ppid=25031 vsize=16872 CPUtime=2.21
/proc/25033/stat : 25033 (sugar++) S 25031 25033 24533 0 -1 4194304 1565 15536 0 3 6 1 197 17 16 0 1 0 64365380 17276928 1131 996147200 4194304 4206940 548682068528 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25033/statm: 4218 1131 414 3 0 797 0
[pid=25056] ppid=25033 vsize=135492 CPUtime=3564.58
/proc/25056/stat : 25056 (minisat-inc) R 25033 25033 24533 0 -1 4194304 33177 0 0 0 356409 49 0 0 25 0 1 0 64365592 138743808 33115 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/25056/statm: 33873 33115 79 151 0 33719 0
Current children cumulated CPU time (s) 3566.79
Current children cumulated vsize (KiB) 152364



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3615.71 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 25137
/proc/meminfo: memFree=1540080/2055920 swapFree=4192812/4192956
[pid=25033] ppid=25031 vsize=16872 CPUtime=2.21
/proc/25033/stat : 25033 (sugar++) S 25031 25033 24533 0 -1 4194304 1565 15536 0 3 6 1 197 17 16 0 1 0 64365380 17276928 1131 996147200 4194304 4206940 548682068528 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25033/statm: 4218 1131 414 3 0 797 0
[pid=25056] ppid=25033 vsize=135492 CPUtime=3597.85
/proc/25056/stat : 25056 (minisat-inc) R 25033 25033 24533 0 -1 4194304 33177 0 0 0 359736 49 0 0 25 0 1 0 64365592 138743808 33115 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/25056/statm: 33873 33115 79 151 0 33719 0
Current children cumulated CPU time (s) 3600.06
Current children cumulated vsize (KiB) 152364

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

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

[startup+3615.71 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 25137
/proc/meminfo: memFree=1540080/2055920 swapFree=4192812/4192956
[pid=25033] ppid=25031 vsize=16872 CPUtime=2.21
/proc/25033/stat : 25033 (sugar++) S 25031 25033 24533 0 -1 4194304 1565 15536 0 3 6 1 197 17 16 0 1 0 64365380 17276928 1131 996147200 4194304 4206940 548682068528 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25033/statm: 4218 1131 414 3 0 797 0
[pid=25056] ppid=25033 vsize=135492 CPUtime=3597.85
/proc/25056/stat : 25056 (minisat-inc) R 25033 25033 24533 0 -1 4194304 33177 0 0 0 359736 49 0 0 25 0 1 0 64365592 138743808 33115 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/25056/statm: 33873 33115 79 151 0 33719 0
Current children cumulated CPU time (s) 3600.06
Current children cumulated vsize (KiB) 152364

Child status: 0
Real time (s): 3615.74
CPU time (s): 3600.12
CPU user time (s): 3599.41
CPU system time (s): 0.710891
CPU usage (%): 99.568
Max. virtual memory (cumulated for all children) (KiB): 890552

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3599.41
system time used= 0.710891
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 50357
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= 4251
involuntary context switches= 53899

runsolver used 3.58345 second user time and 9.68853 second system time

The end

Launcher Data (download as text)

Begin job on node53 at 2008-07-15 01:04:20
IDJOB=1118331
IDBENCH=62231
IDSOLVER=367
FILE ID=node53/1118331-1216076660
PBS_JOBID= 7905082
Free space on /tmp= 66476 MiB

SOLVER NAME= Sugar++ v1.13+minisat-inc
BENCH NAME= CPAI08/maxcsp/maxcut/maxcut-50/normalized-maxcut-50-620-2_ext.xml
COMMAND LINE= DIR/sugar++ -max -incremental -c -vv -java="java -Xmx700M" -decjava="java -Xmx50M" -jar="DIR/sugar-v1-13.jar" -solver="DIR/minisat-inc" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1118331-1216076660/watcher-1118331-1216076660 -o /tmp/evaluation-result-1118331-1216076660/solver-1118331-1216076660 -C 3600 -W 4000 -M 900 --output-limit 1,15  HOME/sugar++ -max -incremental -c -vv -java="java -Xmx700M" -decjava="java -Xmx50M" -jar="HOME/sugar-v1-13.jar" -solver="HOME/minisat-inc" -tmp="HOME/temp" HOME/instance-1118331-1216076660.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 83b743a01ef0c76dfb3234e60cdbc47f
RANDOM SEED=396369566

node53.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.261
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.261
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:       1781032 kB
Buffers:         72136 kB
Cached:         136080 kB
SwapCached:          0 kB
Active:         158340 kB
Inactive:        66932 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1781032 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1008 kB
Writeback:           0 kB
Mapped:          28008 kB
Slab:            34896 kB
Committed_AS:   286980 kB
PageTables:       1820 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= 66472 MiB
End job on node53 at 2008-07-15 02:04:38