Trace number 1120579

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.13 3619.63

General information on the benchmark

Namemaxcsp/maxcut/maxcut-40/
normalized-maxcut-40-520-1_ext.xml
MD5SUMc0abe376baab197125574271d8f42a58
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkMOPT
Best Number of falsified constraints210
Best CPU time to get the best result obtained on this benchmark391.728
Satisfiable
(Un)Satisfiability was proved
Number of variables40
Number of constraints520
Maximum constraint arity2
Maximum domain size2
Number of constraints which are defined in extension520
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.05/0.08	c 0	Sugar++ v1-13 + HOME/minisat-inc
0.05/0.08	c 0	BEGIN Tue Jul 15 12:26:47 2008
0.05/0.08	c 0	PID 26884
0.05/0.08	c 0	HOST node57.alineos.net
0.05/0.08	c 0	CONVERTING HOME/instance-1120579-1216117607.xml TO HOME/temp.csp
0.05/0.08	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1120579-1216117607.xml' 'HOME/temp.csp'
0.06/0.43	c 0	1 domains, 40 variables, 0 predicates, 1 relations, 520 constraints
0.06/0.49	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.49	c 0	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.44/0.57	c 1	Parsing HOME/temp.csp
0.44/0.71	c 1	parsed 562 expressions
0.44/0.72	c 1	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.44/0.74	c 1	MAX CSP: 520 constraints
0.44/0.74	c 1	Converting to clausal form CSP
0.44/0.78	c 1	converted 109 (10%) expressions
0.44/0.79	c 1	converted 217 (20%) expressions
0.44/0.80	c 1	converted 326 (30%) expressions
0.44/0.82	c 1	converted 434 (40%) expressions
0.44/0.83	c 1	converted 543 (50%) expressions
0.44/0.84	c 1	converted 651 (60%) expressions
0.44/0.85	c 1	converted 760 (70%) expressions
0.44/0.89	c 1	converted 868 (80%) expressions
0.44/0.90	c 1	converted 977 (90%) expressions
1.23/1.30	c 1	converted 1085 (100%) expressions
1.23/1.30	c 1	CSP : 1080 integers, 0 booleans, 1559 clauses, largest domain size 781
1.23/1.30	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.23/1.30	c 1	Propagation in CSP
1.23/1.34	c 1	518 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.23/1.34	c 1	CSP : 1080 integers, 0 booleans, 1559 clauses, largest domain size 521
1.23/1.34	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.23/1.34	c 1	Simplifing CSP by introducing new Boolean variables
1.23/1.35	c 1	CSP : 1080 integers, 0 booleans, 1559 clauses, largest domain size 521
1.23/1.35	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.23/1.38	c 1	Encoding CSP to SAT : HOME/temp.cnf
1.23/1.39	c 1	108 (10%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.23/1.39	c 1	216 (20%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.23/1.39	c 1	324 (30%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.23/1.40	c 1	432 (40%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.23/1.40	c 1	540 (50%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.32/1.41	c 1	648 (60%) CSP integer variables are encoded (4423 clauses, 56686 bytes)
1.32/1.41	c 1	756 (70%) CSP integer variables are encoded (5535 clauses, 71142 bytes)
1.32/1.42	c 1	864 (80%) CSP integer variables are encoded (6668 clauses, 85871 bytes)
1.32/1.42	c 1	972 (90%) CSP integer variables are encoded (7359 clauses, 94854 bytes)
1.32/1.42	c 1	1080 (100%) CSP integer variables are encoded (8339 clauses, 107594 bytes)
1.32/1.45	c 1	156 (10%) CSP clauses are encoded (8651 clauses, 111484 bytes)
1.32/1.47	c 1	312 (20%) CSP clauses are encoded (8963 clauses, 115756 bytes)
1.32/1.48	c 1	468 (30%) CSP clauses are encoded (9275 clauses, 120124 bytes)
1.42/1.59	c 2	624 (40%) CSP clauses are encoded (32711 clauses, 518131 bytes)
1.73/1.81	c 2	780 (50%) CSP clauses are encoded (154213 clauses, 2742830 bytes)
1.73/1.82	c 2	936 (60%) CSP clauses are encoded (159343 clauses, 2832560 bytes)
1.92/2.07	c 2	1092 (70%) CSP clauses are encoded (292825 clauses, 5288760 bytes)
1.92/2.08	c 2	1248 (80%) CSP clauses are encoded (298725 clauses, 5392239 bytes)
2.02/2.12	c 2	1404 (90%) CSP clauses are encoded (312693 clauses, 5643965 bytes)
2.12/2.22	c 2	1559 (100%) CSP clauses are encoded (364057 clauses, 6581982 bytes)
2.12/2.22	c 2	1559 CSP clauses encoded
2.12/2.22	c 2	Writing map file : HOME/temp.map
2.12/2.23	c 2	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.12/2.23	c 2	SAT : 9419 SAT variables, 364057 SAT clauses, 6581982 bytes
2.12/2.24	c 2	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.12/2.27	c 2	OBJECTIVE minimize _COST
2.12/2.27	c 2	SOLVING HOME/temp.cnf
2.12/2.27	c 2	CMD HOME/minisat-inc -incremental HOME/temp.cnf HOME/temp.out
2.12/2.27	c 2	This is MiniSat 2.0 beta incremental
2.12/2.27	c 2	WARNING: for repeatability, setting FPU to use double precision
2.12/2.27	c 2	============================[ Problem Statistics ]=============================
2.12/2.27	c 2	|                                                                             |
2.12/2.28	c 2	|  Number of variables:  9419                                                 |
2.12/2.28	c 2	|  Number of clauses:    364057                                               |
2.18/2.45	c 2	|  Parsing time:         0.15         s                                       |
2.18/2.46	c 2	OK
2.18/2.46	c 2	OBJECTIVE BOUND: 0 <= _COST <= 
2.18/2.46	c 2	SEARCHING: _COST <= 260
2.18/2.46	c 2	============================[ Search Statistics ]==============================
2.18/2.46	c 2	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
2.18/2.46	c 2	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
2.18/2.46	c 2	===============================================================================
2.18/2.46	c 2	|         0 |    9419   364057  1066634 |   121352        0    nan |  0.000 % |
2.18/2.63	c 3	|       100 |    9419   364057  1066634 |   133487      100     25 |  0.003 % |
2.18/2.72	c 3	|       252 |    9419   364057  1066634 |   146836      252     29 |  0.003 % |
2.18/2.83	c 3	|       478 |    9419   364057  1066634 |   161519      478     25 |  0.003 % |
2.18/2.98	c 3	|       816 |    9419   364057  1066634 |   177671      816     23 |  0.003 % |
3.09/3.27	c 3	|      1324 |    9419   364057  1066634 |   195439     1324     26 |  0.003 % |
3.49/3.67	c 4	|      2084 |    9419   364057  1066634 |   214983     2084     28 |  0.003 % |
3.89/4.07	c 4	|      3224 |    9419   364057  1066634 |   236481     3224     29 |  0.003 % |
4.67/4.84	c 5	|      4933 |    9419   364057  1066634 |   260129     4933     30 |  0.003 % |
5.96/6.14	c 6	|      7495 |    9419   364057  1066634 |   286142     7495     31 |  0.003 % |
6.45/6.68	c 7	===============================================================================
6.45/6.68	c 7	restarts              : 10
6.45/6.68	c 7	conflicts             : 8452          (1953 /sec)
6.45/6.68	c 7	decisions             : 10258         (0.43 % random) (2371 /sec)
6.45/6.68	c 7	propagations          : 3312959        (765588 /sec)
6.45/6.68	c 7	conflict literals     : 261315         (24.12 % deleted)
6.45/6.68	c 7	Memory used           : 18.72 MB
6.45/6.68	c 7	CPU time              : 4.32734 s
6.45/6.68	c 7	
6.45/6.68	c 7	SATISFIABLE
6.45/6.68	c 7	OK
6.45/6.68	c 7	FOUND: _COST <= 260
6.45/6.68	s SATISFIABLE
6.45/6.68	c 7	DECODING HOME/temp.out WITH HOME/temp.map
6.45/6.68	c 7	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
6.54/6.76	c 7	Decoding HOME/temp.out
6.54/6.92	c 7	OBJECTIVE _COST 260
6.54/6.92	o 260
6.54/6.92	v 0 1 0 1 0 0 1 1 1 0 1 1 0 0 0 1 1 0 1 0 1 0 1 1 0 0 1 0 1 1 1 1 1 1 1 1 0 1 0 0
6.54/6.94	c 7	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
6.84/7.07	c 7	OK
6.84/7.07	c 7	OBJECTIVE BOUND: 0 <= _COST <= 260
6.84/7.07	c 7	SEARCHING: _COST <= 130
6.84/7.07	c 7	============================[ Search Statistics ]==============================
6.84/7.07	c 7	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
6.84/7.07	c 7	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
6.84/7.07	c 7	===============================================================================
6.84/7.07	c 7	|      8452 |    6819   232725   680178 |    77575     8452     31 |  0.003 % |
6.94/7.14	c 7	|      8553 |    6819   232725   680178 |    85332     8553     31 | 27.605 % |
7.04/7.22	c 7	|      8705 |    6819   232725   680178 |    93865     8705     30 | 27.605 % |
7.24/7.41	c 7	|      8931 |    6819   232725   680178 |   103252     8931     30 | 27.605 % |
7.53/7.70	c 8	|      9269 |    6819   232725   680178 |   113577     9269     30 | 27.605 % |
7.93/8.13	c 8	|      9775 |    6819   232725   680178 |   124935     9775     30 | 27.605 % |
8.62/8.86	c 9	|     10534 |    6819   232725   680178 |   137428    10534     29 | 27.605 % |
9.61/9.89	c 10	|     11674 |    6819   232725   680178 |   151171    11674     29 | 27.605 % |
11.39/11.61	c 12	|     13382 |    6819   232725   680178 |   166288    13382     29 | 27.605 % |
14.26/14.53	c 14	|     15945 |    6819   232725   680178 |   182917    15945     29 | 27.605 % |
18.82/19.11	c 19	|     19790 |    6819   232725   680178 |   201209    19790     28 | 27.605 % |
25.16/25.55	c 26	|     25556 |    6804   232165   678555 |   221330    25551     28 | 27.765 % |
37.34/37.83	c 38	|     34205 |    6804   232165   678555 |   243463    34200     28 | 27.765 % |
56.85/57.53	c 58	|     47179 |    6804   232165   678555 |   267809    47174     28 | 27.765 % |
92.32/93.30	c 93	|     66641 |    6804   232165   678555 |   294590    66636     28 | 27.765 % |
152.75/154.33	c 154	|     95834 |    6804   232165   678555 |   324050    95829     28 | 27.765 % |
257.96/260.50	c 260	|    139623 |    6804   232165   678555 |   356455   139618     28 | 27.765 % |
462.22/466.77	c 467	|    205307 |    6804   232165   678555 |   392100   205302     28 | 27.765 % |
816.67/824.57	c 825	|    303833 |    6804   232165   678555 |   431310   303828     28 | 27.765 % |
1486.05/1500.22	c 1500	|    451622 |    6804   232165   678555 |   474441    34678     26 | 27.765 % |
2127.20/2146.22	c 2146	|    673305 |    6804   232165   678555 |   521885   256361     29 | 27.765 % |
3495.92/3515.47	c 3515	|   1005830 |    6804   232165   678555 |   574074    82590     27 | 27.765 % |
3600.09/3619.61	c ERROR INTERRUPTED
3600.09/3619.62	c 3620	CPU 3599.56 (0.06 0.02 3599.5 0.54)
3600.09/3619.62	c 3620	END Tue Jul 15 13:27:07 2008

Verifier Data (download as text)

OK	247	273
247 unsatisfied constraints, 273 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-1120579-1216117607/watcher-1120579-1216117607 -o /tmp/evaluation-result-1120579-1216117607/solver-1120579-1216117607 -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-1120579-1216117607.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.00 2.13 2.47 4/73 26884
/proc/meminfo: memFree=1655480/2055920 swapFree=4192812/4192956
[pid=26884] ppid=26882 vsize=12268 CPUtime=0
/proc/26884/stat : 26884 (sugar++) R 26882 26884 26816 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 68459241 12562432 316 996147200 4194304 4206940 548682068528 18446744073709551615 218076248677 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/26884/statm: 3067 316 241 3 0 167 0

[startup+0.0736311 s]
/proc/loadavg: 2.00 2.13 2.47 4/73 26884
/proc/meminfo: memFree=1655480/2055920 swapFree=4192812/4192956
[pid=26884] ppid=26882 vsize=16476 CPUtime=0.05
/proc/26884/stat : 26884 (sugar++) R 26882 26884 26816 0 -1 4194304 1015 0 0 0 4 1 0 0 18 0 1 0 68459241 16871424 983 996147200 4194304 4206940 548682068528 18446744073709551615 218093630148 0 0 4224 0 0 0 0 17 1 0 0
/proc/26884/statm: 4119 983 380 3 0 698 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 16476

[startup+0.102637 s]
/proc/loadavg: 2.00 2.13 2.47 4/73 26884
/proc/meminfo: memFree=1655480/2055920 swapFree=4192812/4192956
[pid=26884] ppid=26882 vsize=16740 CPUtime=0.06
/proc/26884/stat : 26884 (sugar++) S 26882 26884 26816 0 -1 4194304 1219 128 0 0 5 1 0 0 19 0 1 0 68459241 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26884/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.30265 s]
/proc/loadavg: 2.00 2.13 2.47 4/73 26884
/proc/meminfo: memFree=1655480/2055920 swapFree=4192812/4192956
[pid=26884] ppid=26882 vsize=16740 CPUtime=0.06
/proc/26884/stat : 26884 (sugar++) S 26882 26884 26816 0 -1 4194304 1219 128 0 0 5 1 0 0 19 0 1 0 68459241 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26884/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.702688 s]
/proc/loadavg: 2.00 2.13 2.47 4/73 26884
/proc/meminfo: memFree=1655480/2055920 swapFree=4192812/4192956
[pid=26884] ppid=26882 vsize=16740 CPUtime=0.44
/proc/26884/stat : 26884 (sugar++) S 26882 26884 26816 0 -1 4194304 1296 4410 0 1 5 1 35 3 16 0 1 0 68459241 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26884/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.44
Current children cumulated vsize (KiB) 16740

[startup+1.50176 s]
/proc/loadavg: 2.00 2.13 2.47 4/84 26906
/proc/meminfo: memFree=1645856/2055920 swapFree=4192812/4192956
[pid=26884] ppid=26882 vsize=16740 CPUtime=0.45
/proc/26884/stat : 26884 (sugar++) S 26882 26884 26816 0 -1 4194304 1297 4410 0 1 6 1 35 3 15 0 1 0 68459241 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26884/statm: 4185 1104 409 3 0 764 0
[pid=26897] ppid=26884 vsize=5356 CPUtime=0
/proc/26897/stat : 26897 (sh) S 26884 26884 26816 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 68459290 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26897/statm: 1339 233 193 169 0 50 0
[pid=26898] ppid=26897 vsize=868500 CPUtime=0.97
/proc/26898/stat : 26898 (java) S 26897 26884 26816 0 -1 0 6481 0 1 0 93 4 0 0 19 0 9 0 68459290 889344000 5719 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26898/statm: 217125 5719 2563 9 0 211672 0
[pid=26898/tid=26899] ppid=26897 vsize=868500 CPUtime=0.64
/proc/26898/task/26899/stat : 26899 (java) R 26897 26884 26816 0 -1 64 2750 0 1 0 63 1 0 0 21 0 9 0 68459291 889344000 5719 996147200 134512640 134550740 4294955920 18446744073709551615 104454735 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26898/tid=26900] ppid=26897 vsize=868500 CPUtime=0.05
/proc/26898/task/26900/stat : 26900 (java) S 26897 26884 26816 0 -1 64 1594 0 0 0 5 0 0 0 16 0 9 0 68459292 889344000 5719 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26898/tid=26901] ppid=26897 vsize=868500 CPUtime=0
/proc/26898/task/26901/stat : 26901 (java) S 26897 26884 26816 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 68459293 889344000 5719 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26898/tid=26902] ppid=26897 vsize=868500 CPUtime=0
/proc/26898/task/26902/stat : 26902 (java) S 26897 26884 26816 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 68459293 889344000 5719 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26898/tid=26903] ppid=26897 vsize=868500 CPUtime=0
/proc/26898/task/26903/stat : 26903 (java) S 26897 26884 26816 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 68459295 889344000 5719 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26898/tid=26904] ppid=26897 vsize=868500 CPUtime=0.25
/proc/26898/task/26904/stat : 26904 (java) S 26897 26884 26816 0 -1 64 1444 0 0 0 24 1 0 0 16 0 9 0 68459295 889344000 5719 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26898/tid=26905] ppid=26897 vsize=868500 CPUtime=0
/proc/26898/task/26905/stat : 26905 (java) S 26897 26884 26816 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 68459295 889344000 5719 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26898/tid=26906] ppid=26897 vsize=868500 CPUtime=0
/proc/26898/task/26906/stat : 26906 (java) S 26897 26884 26816 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 68459295 889344000 5719 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.42
Current children cumulated vsize (KiB) 890596

[startup+3.1019 s]
/proc/loadavg: 2.00 2.13 2.47 3/84 26906
/proc/meminfo: memFree=1633760/2055920 swapFree=4192812/4192956
[pid=26884] ppid=26882 vsize=16872 CPUtime=2.18
/proc/26884/stat : 26884 (sugar++) S 26882 26884 26816 0 -1 4194304 1480 11402 0 2 6 2 197 13 15 0 1 0 68459241 17276928 1128 996147200 4194304 4206940 548682068528 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26884/statm: 4218 1128 414 3 0 797 0
Current children cumulated CPU time (s) 2.18
Current children cumulated vsize (KiB) 16872

[startup+6.30119 s]
/proc/loadavg: 2.00 2.13 2.47 3/75 26907
/proc/meminfo: memFree=1627688/2055920 swapFree=4192812/4192956
[pid=26884] ppid=26882 vsize=16872 CPUtime=2.18
/proc/26884/stat : 26884 (sugar++) S 26882 26884 26816 0 -1 4194304 1480 11402 0 2 6 2 197 13 16 0 1 0 68459241 17276928 1128 996147200 4194304 4206940 548682068528 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26884/statm: 4218 1128 414 3 0 797 0
[pid=26907] ppid=26884 vsize=19032 CPUtime=3.98
/proc/26907/stat : 26907 (minisat-inc) R 26884 26884 26816 0 -1 4194304 4567 0 0 0 395 3 0 0 25 0 1 0 68459468 19488768 4516 996147200 134512640 135134323 4294956192 18446744073709551615 134531929 0 0 4096 3 0 0 0 17 1 0 0
/proc/26907/statm: 4758 4516 73 151 0 4604 0
Current children cumulated CPU time (s) 6.16
Current children cumulated vsize (KiB) 35904

[startup+12.7017 s]
/proc/loadavg: 2.00 2.13 2.47 3/75 26917
/proc/meminfo: memFree=1627112/2055920 swapFree=4192812/4192956
[pid=26884] ppid=26882 vsize=16872 CPUtime=2.46
/proc/26884/stat : 26884 (sugar++) S 26882 26884 26816 0 -1 4194304 1564 15276 0 3 6 2 222 16 16 0 1 0 68459241 17276928 1129 996147200 4194304 4206940 548682068528 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26884/statm: 4218 1129 414 3 0 797 0
[pid=26907] ppid=26884 vsize=19164 CPUtime=10.02
/proc/26907/stat : 26907 (minisat-inc) R 26884 26884 26816 0 -1 4194304 4626 0 0 0 999 3 0 0 25 0 1 0 68459468 19623936 4573 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/26907/statm: 4791 4573 79 151 0 4637 0
Current children cumulated CPU time (s) 12.48
Current children cumulated vsize (KiB) 36036

[startup+25.5029 s]
/proc/loadavg: 2.00 2.12 2.46 3/75 26917
/proc/meminfo: memFree=1627176/2055920 swapFree=4192812/4192956
[pid=26884] ppid=26882 vsize=16872 CPUtime=2.46
/proc/26884/stat : 26884 (sugar++) S 26882 26884 26816 0 -1 4194304 1564 15276 0 3 6 2 222 16 16 0 1 0 68459241 17276928 1129 996147200 4194304 4206940 548682068528 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26884/statm: 4218 1129 414 3 0 797 0
[pid=26907] ppid=26884 vsize=19312 CPUtime=22.7
/proc/26907/stat : 26907 (minisat-inc) R 26884 26884 26816 0 -1 4194304 4638 0 0 0 2267 3 0 0 25 0 1 0 68459468 19775488 4585 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/26907/statm: 4828 4585 79 151 0 4674 0
Current children cumulated CPU time (s) 25.16
Current children cumulated vsize (KiB) 36184

[startup+51.1021 s]
/proc/loadavg: 2.00 2.11 2.45 3/75 26917
/proc/meminfo: memFree=1625192/2055920 swapFree=4192812/4192956
[pid=26884] ppid=26882 vsize=16872 CPUtime=2.46
/proc/26884/stat : 26884 (sugar++) S 26882 26884 26816 0 -1 4194304 1564 15276 0 3 6 2 222 16 16 0 1 0 68459241 17276928 1129 996147200 4194304 4206940 548682068528 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26884/statm: 4218 1129 414 3 0 797 0
[pid=26907] ppid=26884 vsize=21292 CPUtime=48.05
/proc/26907/stat : 26907 (minisat-inc) R 26884 26884 26816 0 -1 4194304 5127 0 0 0 4801 4 0 0 25 0 1 0 68459468 21803008 5074 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/26907/statm: 5323 5074 79 151 0 5169 0
Current children cumulated CPU time (s) 50.51
Current children cumulated vsize (KiB) 38164

[startup+102.307 s]
/proc/loadavg: 2.00 2.09 2.42 3/75 26917
/proc/meminfo: memFree=1620648/2055920 swapFree=4192812/4192956
[pid=26884] ppid=26882 vsize=16872 CPUtime=2.46
/proc/26884/stat : 26884 (sugar++) S 26882 26884 26816 0 -1 4194304 1564 15276 0 3 6 2 222 16 16 0 1 0 68459241 17276928 1129 996147200 4194304 4206940 548682068528 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26884/statm: 4218 1129 414 3 0 797 0
[pid=26907] ppid=26884 vsize=25572 CPUtime=98.77
/proc/26907/stat : 26907 (minisat-inc) R 26884 26884 26816 0 -1 4194304 6202 0 0 0 9872 5 0 0 25 0 1 0 68459468 26185728 6149 996147200 134512640 135134323 4294956192 18446744073709551615 134531938 0 0 4096 3 0 0 0 17 1 0 0
/proc/26907/statm: 6393 6149 79 151 0 6239 0
Current children cumulated CPU time (s) 101.23
Current children cumulated vsize (KiB) 42444

[startup+162.303 s]
/proc/loadavg: 2.00 2.07 2.39 3/75 26917
/proc/meminfo: memFree=1616552/2055920 swapFree=4192812/4192956
[pid=26884] ppid=26882 vsize=16872 CPUtime=2.46
/proc/26884/stat : 26884 (sugar++) S 26882 26884 26816 0 -1 4194304 1564 15276 0 3 6 2 222 16 16 0 1 0 68459241 17276928 1129 996147200 4194304 4206940 548682068528 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26884/statm: 4218 1129 414 3 0 797 0
[pid=26907] ppid=26884 vsize=29676 CPUtime=158.21
/proc/26907/stat : 26907 (minisat-inc) R 26884 26884 26816 0 -1 4194304 7196 0 0 0 15814 7 0 0 25 0 1 0 68459468 30388224 7143 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/26907/statm: 7419 7143 79 151 0 7265 0
Current children cumulated CPU time (s) 160.67
Current children cumulated vsize (KiB) 46548

[startup+222.302 s]
/proc/loadavg: 2.00 2.06 2.36 3/75 26917
/proc/meminfo: memFree=1612648/2055920 swapFree=4192812/4192956
[pid=26884] ppid=26882 vsize=16872 CPUtime=2.46
/proc/26884/stat : 26884 (sugar++) S 26882 26884 26816 0 -1 4194304 1564 15276 0 3 6 2 222 16 16 0 1 0 68459241 17276928 1129 996147200 4194304 4206940 548682068528 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26884/statm: 4218 1129 414 3 0 797 0
[pid=26907] ppid=26884 vsize=33484 CPUtime=217.65
/proc/26907/stat : 26907 (minisat-inc) R 26884 26884 26816 0 -1 4194304 8145 0 0 0 21756 9 0 0 25 0 1 0 68459468 34287616 8092 996147200 134512640 135134323 4294956192 18446744073709551615 134532114 0 0 4096 3 0 0 0 17 1 0 0
/proc/26907/statm: 8371 8092 79 151 0 8217 0
Current children cumulated CPU time (s) 220.11
Current children cumulated vsize (KiB) 50356

[startup+282.302 s]
/proc/loadavg: 2.00 2.04 2.34 3/75 26917
/proc/meminfo: memFree=1608040/2055920 swapFree=4192812/4192956
[pid=26884] ppid=26882 vsize=16872 CPUtime=2.46
/proc/26884/stat : 26884 (sugar++) S 26882 26884 26816 0 -1 4194304 1564 15276 0 3 6 2 222 16 16 0 1 0 68459241 17276928 1129 996147200 4194304 4206940 548682068528 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26884/statm: 4218 1129 414 3 0 797 0
[pid=26907] ppid=26884 vsize=37368 CPUtime=277.09
/proc/26907/stat : 26907 (minisat-inc) R 26884 26884 26816 0 -1 4194304 9043 0 0 0 27699 10 0 0 25 0 1 0 68459468 38264832 8990 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/26907/statm: 9342 8990 79 151 0 9188 0
Current children cumulated CPU time (s) 279.55
Current children cumulated vsize (KiB) 54240

[startup+342.303 s]
/proc/loadavg: 2.00 2.03 2.32 3/75 26917
/proc/meminfo: memFree=1603304/2055920 swapFree=4192812/4192956
[pid=26884] ppid=26882 vsize=16872 CPUtime=2.46
/proc/26884/stat : 26884 (sugar++) S 26882 26884 26816 0 -1 4194304 1564 15276 0 3 6 2 222 16 16 0 1 0 68459241 17276928 1129 996147200 4194304 4206940 548682068528 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26884/statm: 4218 1129 414 3 0 797 0
[pid=26907] ppid=26884 vsize=40236 CPUtime=336.52
/proc/26907/stat : 26907 (minisat-inc) R 26884 26884 26816 0 -1 4194304 9774 0 0 0 33641 11 0 0 25 0 1 0 68459468 41201664 9721 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0

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

[pid=26907] ppid=26884 vsize=84268 CPUtime=2840.59
/proc/26907/stat : 26907 (minisat-inc) R 26884 26884 26816 0 -1 4194304 20558 0 0 0 284030 29 0 0 25 0 1 0 68459468 86290432 20505 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/26907/statm: 21067 20505 79 151 0 20913 0
Current children cumulated CPU time (s) 2843.05
Current children cumulated vsize (KiB) 101140

[startup+2922.3 s]
/proc/loadavg: 2.02 2.02 2.00 3/75 27015
/proc/meminfo: memFree=1628904/2055920 swapFree=4192812/4192956
[pid=26884] ppid=26882 vsize=16872 CPUtime=2.46
/proc/26884/stat : 26884 (sugar++) S 26882 26884 26816 0 -1 4194304 1564 15276 0 3 6 2 222 16 16 0 1 0 68459241 17276928 1129 996147200 4194304 4206940 548682068528 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26884/statm: 4218 1129 414 3 0 797 0
[pid=26907] ppid=26884 vsize=85864 CPUtime=2900.57
/proc/26907/stat : 26907 (minisat-inc) R 26884 26884 26816 0 -1 4194304 20927 0 0 0 290027 30 0 0 25 0 1 0 68459468 87924736 20874 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/26907/statm: 21466 20874 79 151 0 21312 0
Current children cumulated CPU time (s) 2903.03
Current children cumulated vsize (KiB) 102736

[startup+2982.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/75 27015
/proc/meminfo: memFree=1627240/2055920 swapFree=4192812/4192956
[pid=26884] ppid=26882 vsize=16872 CPUtime=2.46
/proc/26884/stat : 26884 (sugar++) S 26882 26884 26816 0 -1 4194304 1564 15276 0 3 6 2 222 16 16 0 1 0 68459241 17276928 1129 996147200 4194304 4206940 548682068528 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26884/statm: 4218 1129 414 3 0 797 0
[pid=26907] ppid=26884 vsize=87580 CPUtime=2960.55
/proc/26907/stat : 26907 (minisat-inc) R 26884 26884 26816 0 -1 4194304 21379 0 0 0 296025 30 0 0 25 0 1 0 68459468 89681920 21326 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/26907/statm: 21895 21326 79 151 0 21741 0
Current children cumulated CPU time (s) 2963.01
Current children cumulated vsize (KiB) 104452

[startup+3042.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/75 27015
/proc/meminfo: memFree=1625448/2055920 swapFree=4192812/4192956
[pid=26884] ppid=26882 vsize=16872 CPUtime=2.46
/proc/26884/stat : 26884 (sugar++) S 26882 26884 26816 0 -1 4194304 1564 15276 0 3 6 2 222 16 16 0 1 0 68459241 17276928 1129 996147200 4194304 4206940 548682068528 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26884/statm: 4218 1129 414 3 0 797 0
[pid=26907] ppid=26884 vsize=89296 CPUtime=3020.53
/proc/26907/stat : 26907 (minisat-inc) R 26884 26884 26816 0 -1 4194304 21838 0 0 0 302022 31 0 0 25 0 1 0 68459468 91439104 21785 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/26907/statm: 22324 21785 79 151 0 22170 0
Current children cumulated CPU time (s) 3022.99
Current children cumulated vsize (KiB) 106168

[startup+3102.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 27015
/proc/meminfo: memFree=1623208/2055920 swapFree=4192812/4192956
[pid=26884] ppid=26882 vsize=16872 CPUtime=2.46
/proc/26884/stat : 26884 (sugar++) S 26882 26884 26816 0 -1 4194304 1564 15276 0 3 6 2 222 16 16 0 1 0 68459241 17276928 1129 996147200 4194304 4206940 548682068528 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26884/statm: 4218 1129 414 3 0 797 0
[pid=26907] ppid=26884 vsize=92420 CPUtime=3080.5
/proc/26907/stat : 26907 (minisat-inc) R 26884 26884 26816 0 -1 4194304 22407 0 0 0 308019 31 0 0 25 0 1 0 68459468 94638080 22354 996147200 134512640 135134323 4294956192 18446744073709551615 134532052 0 0 4096 3 0 0 0 17 0 0 0
/proc/26907/statm: 23105 22354 79 151 0 22951 0
Current children cumulated CPU time (s) 3082.96
Current children cumulated vsize (KiB) 109292

[startup+3162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 27017
/proc/meminfo: memFree=1621352/2055920 swapFree=4192812/4192956
[pid=26884] ppid=26882 vsize=16872 CPUtime=2.46
/proc/26884/stat : 26884 (sugar++) S 26882 26884 26816 0 -1 4194304 1564 15276 0 3 6 2 222 16 16 0 1 0 68459241 17276928 1129 996147200 4194304 4206940 548682068528 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26884/statm: 4218 1129 414 3 0 797 0
[pid=26907] ppid=26884 vsize=94184 CPUtime=3140.49
/proc/26907/stat : 26907 (minisat-inc) R 26884 26884 26816 0 -1 4194304 22841 0 0 0 314017 32 0 0 25 0 1 0 68459468 96444416 22788 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/26907/statm: 23546 22788 79 151 0 23392 0
Current children cumulated CPU time (s) 3142.95
Current children cumulated vsize (KiB) 111056

[startup+3222.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 27017
/proc/meminfo: memFree=1619880/2055920 swapFree=4192812/4192956
[pid=26884] ppid=26882 vsize=16872 CPUtime=2.46
/proc/26884/stat : 26884 (sugar++) S 26882 26884 26816 0 -1 4194304 1564 15276 0 3 6 2 222 16 16 0 1 0 68459241 17276928 1129 996147200 4194304 4206940 548682068528 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26884/statm: 4218 1129 414 3 0 797 0
[pid=26907] ppid=26884 vsize=95504 CPUtime=3200.46
/proc/26907/stat : 26907 (minisat-inc) R 26884 26884 26816 0 -1 4194304 23211 0 0 0 320014 32 0 0 25 0 1 0 68459468 97796096 23158 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/26907/statm: 23876 23158 79 151 0 23722 0
Current children cumulated CPU time (s) 3202.92
Current children cumulated vsize (KiB) 112376

[startup+3282.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 27017
/proc/meminfo: memFree=1618472/2055920 swapFree=4192812/4192956
[pid=26884] ppid=26882 vsize=16872 CPUtime=2.46
/proc/26884/stat : 26884 (sugar++) S 26882 26884 26816 0 -1 4194304 1564 15276 0 3 6 2 222 16 16 0 1 0 68459241 17276928 1129 996147200 4194304 4206940 548682068528 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26884/statm: 4218 1129 414 3 0 797 0
[pid=26907] ppid=26884 vsize=97088 CPUtime=3260.45
/proc/26907/stat : 26907 (minisat-inc) R 26884 26884 26816 0 -1 4194304 23579 0 0 0 326012 33 0 0 25 0 1 0 68459468 99418112 23526 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/26907/statm: 24272 23526 79 151 0 24118 0
Current children cumulated CPU time (s) 3262.91
Current children cumulated vsize (KiB) 113960

[startup+3342.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 27017
/proc/meminfo: memFree=1617000/2055920 swapFree=4192812/4192956
[pid=26884] ppid=26882 vsize=16872 CPUtime=2.46
/proc/26884/stat : 26884 (sugar++) S 26882 26884 26816 0 -1 4194304 1564 15276 0 3 6 2 222 16 16 0 1 0 68459241 17276928 1129 996147200 4194304 4206940 548682068528 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26884/statm: 4218 1129 414 3 0 797 0
[pid=26907] ppid=26884 vsize=98652 CPUtime=3320.42
/proc/26907/stat : 26907 (minisat-inc) R 26884 26884 26816 0 -1 4194304 23957 0 0 0 332009 33 0 0 25 0 1 0 68459468 101019648 23904 996147200 134512640 135134323 4294956192 18446744073709551615 134532158 0 0 4096 3 0 0 0 17 0 0 0
/proc/26907/statm: 24663 23904 79 151 0 24509 0
Current children cumulated CPU time (s) 3322.88
Current children cumulated vsize (KiB) 115524

[startup+3402.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 27067
/proc/meminfo: memFree=1598240/2055920 swapFree=4192812/4192956
[pid=26884] ppid=26882 vsize=16872 CPUtime=2.46
/proc/26884/stat : 26884 (sugar++) S 26882 26884 26816 0 -1 4194304 1564 15276 0 3 6 2 222 16 16 0 1 0 68459241 17276928 1129 996147200 4194304 4206940 548682068528 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26884/statm: 4218 1129 414 3 0 797 0
[pid=26907] ppid=26884 vsize=99180 CPUtime=3380.41
/proc/26907/stat : 26907 (minisat-inc) R 26884 26884 26816 0 -1 4194304 24105 0 0 0 338006 35 0 0 25 0 1 0 68459468 101560320 24052 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/26907/statm: 24795 24052 79 151 0 24641 0
Current children cumulated CPU time (s) 3382.87
Current children cumulated vsize (KiB) 116052

[startup+3462.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 27079
/proc/meminfo: memFree=1595424/2055920 swapFree=4192812/4192956
[pid=26884] ppid=26882 vsize=16872 CPUtime=2.46
/proc/26884/stat : 26884 (sugar++) S 26882 26884 26816 0 -1 4194304 1564 15276 0 3 6 2 222 16 16 0 1 0 68459241 17276928 1129 996147200 4194304 4206940 548682068528 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26884/statm: 4218 1129 414 3 0 797 0
[pid=26907] ppid=26884 vsize=99180 CPUtime=3440.38
/proc/26907/stat : 26907 (minisat-inc) R 26884 26884 26816 0 -1 4194304 24105 0 0 0 344003 35 0 0 25 0 1 0 68459468 101560320 24052 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/26907/statm: 24795 24052 79 151 0 24641 0
Current children cumulated CPU time (s) 3442.84
Current children cumulated vsize (KiB) 116052

[startup+3522.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 27079
/proc/meminfo: memFree=1589728/2055920 swapFree=4192812/4192956
[pid=26884] ppid=26882 vsize=16872 CPUtime=2.46
/proc/26884/stat : 26884 (sugar++) S 26882 26884 26816 0 -1 4194304 1564 15276 0 3 6 2 222 16 16 0 1 0 68459241 17276928 1129 996147200 4194304 4206940 548682068528 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26884/statm: 4218 1129 414 3 0 797 0
[pid=26907] ppid=26884 vsize=99180 CPUtime=3500.35
/proc/26907/stat : 26907 (minisat-inc) R 26884 26884 26816 0 -1 4194304 24105 0 0 0 350000 35 0 0 25 0 1 0 68459468 101560320 24052 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/26907/statm: 24795 24052 79 151 0 24641 0
Current children cumulated CPU time (s) 3502.81
Current children cumulated vsize (KiB) 116052

[startup+3582.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 27079
/proc/meminfo: memFree=1585696/2055920 swapFree=4192812/4192956
[pid=26884] ppid=26882 vsize=16872 CPUtime=2.46
/proc/26884/stat : 26884 (sugar++) S 26882 26884 26816 0 -1 4194304 1564 15276 0 3 6 2 222 16 16 0 1 0 68459241 17276928 1129 996147200 4194304 4206940 548682068528 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26884/statm: 4218 1129 414 3 0 797 0
[pid=26907] ppid=26884 vsize=99180 CPUtime=3560.33
/proc/26907/stat : 26907 (minisat-inc) R 26884 26884 26816 0 -1 4194304 24105 0 0 0 355998 35 0 0 25 0 1 0 68459468 101560320 24052 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/26907/statm: 24795 24052 79 151 0 24641 0
Current children cumulated CPU time (s) 3562.79
Current children cumulated vsize (KiB) 116052



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3619.6 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 27079
/proc/meminfo: memFree=1583392/2055920 swapFree=4192812/4192956
[pid=26884] ppid=26882 vsize=16872 CPUtime=2.46
/proc/26884/stat : 26884 (sugar++) S 26882 26884 26816 0 -1 4194304 1564 15276 0 3 6 2 222 16 16 0 1 0 68459241 17276928 1129 996147200 4194304 4206940 548682068528 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26884/statm: 4218 1129 414 3 0 797 0
[pid=26907] ppid=26884 vsize=99180 CPUtime=3597.63
/proc/26907/stat : 26907 (minisat-inc) R 26884 26884 26816 0 -1 4194304 24105 0 0 0 359728 35 0 0 25 0 1 0 68459468 101560320 24052 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/26907/statm: 24795 24052 79 151 0 24641 0
Current children cumulated CPU time (s) 3600.09
Current children cumulated vsize (KiB) 116052

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

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

Child status: 0
Real time (s): 3619.63
CPU time (s): 3600.13
CPU user time (s): 3599.57
CPU system time (s): 0.567913
CPU usage (%): 99.4614
Max. virtual memory (cumulated for all children) (KiB): 890596

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3599.57
system time used= 0.567913
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 41026
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= 2495
involuntary context switches= 51627

runsolver used 4.20436 second user time and 11.4823 second system time

The end

Launcher Data (download as text)

Begin job on node57 at 2008-07-15 12:26:47
IDJOB=1120579
IDBENCH=62512
IDSOLVER=367
FILE ID=node57/1120579-1216117607
PBS_JOBID= 7905482
Free space on /tmp= 66556 MiB

SOLVER NAME= Sugar++ v1.13+minisat-inc
BENCH NAME= CPAI08/maxcsp/maxcut/maxcut-40/normalized-maxcut-40-520-1_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-1120579-1216117607/watcher-1120579-1216117607 -o /tmp/evaluation-result-1120579-1216117607/solver-1120579-1216117607 -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-1120579-1216117607.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= c0abe376baab197125574271d8f42a58
RANDOM SEED=292318578

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1655960 kB
Buffers:         74308 kB
Cached:         171716 kB
SwapCached:          0 kB
Active:         249524 kB
Inactive:        83188 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1655960 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:             864 kB
Writeback:           0 kB
Mapped:          97964 kB
Slab:            52600 kB
Committed_AS:   328584 kB
PageTables:       1964 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66552 MiB
End job on node57 at 2008-07-15 13:27:09