Trace number 1120171

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.1 3619.73

General information on the benchmark

Namemaxcsp/maxcut/maxcut-60/
normalized-maxcut-60-500-4_ext.xml
MD5SUM8d21f27a6395f80ae8757492155779f3
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkMOPT
Best Number of falsified constraints171
Best CPU time to get the best result obtained on this benchmark824.21
Satisfiable
(Un)Satisfiability was proved
Number of variables60
Number of constraints500
Maximum constraint arity2
Maximum domain size2
Number of constraints which are defined in extension500
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.07	c 0	Sugar++ v1-13 + HOME/minisat-inc
0.00/0.07	c 0	BEGIN Tue Jul 15 10:18:34 2008
0.00/0.07	c 0	PID 29506
0.05/0.07	c 0	HOST node45.alineos.net
0.05/0.07	c 0	CONVERTING HOME/instance-1120171-1216109914.xml TO HOME/temp.csp
0.05/0.07	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1120171-1216109914.xml' 'HOME/temp.csp'
0.05/0.48	c 0	1 domains, 60 variables, 0 predicates, 1 relations, 500 constraints
0.05/0.53	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.05/0.53	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.61	c 1	Parsing HOME/temp.csp
0.36/0.73	c 1	parsed 562 expressions
0.36/0.73	c 1	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.36/0.74	c 1	MAX CSP: 500 constraints
0.36/0.74	c 1	Converting to clausal form CSP
0.36/0.78	c 1	converted 107 (10%) expressions
0.36/0.79	c 1	converted 213 (20%) expressions
0.36/0.80	c 1	converted 320 (30%) expressions
0.36/0.81	c 1	converted 426 (40%) expressions
0.36/0.82	c 1	converted 533 (50%) expressions
0.36/0.82	c 1	converted 639 (60%) expressions
0.36/0.83	c 1	converted 746 (70%) expressions
0.36/0.85	c 1	converted 852 (80%) expressions
0.36/0.85	c 1	converted 959 (90%) expressions
0.83/1.02	c 1	converted 1065 (100%) expressions
0.83/1.02	c 1	CSP : 1060 integers, 0 booleans, 1499 clauses, largest domain size 751
0.83/1.02	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.83/1.02	c 1	Propagation in CSP
0.83/1.06	c 1	494 values, 0 unsatisfiable literals, and 0 valid clauses are removed
0.83/1.06	c 1	CSP : 1060 integers, 0 booleans, 1499 clauses, largest domain size 501
0.83/1.06	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.83/1.06	c 1	Simplifing CSP by introducing new Boolean variables
0.83/1.06	c 1	CSP : 1060 integers, 0 booleans, 1499 clauses, largest domain size 501
0.83/1.06	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.83/1.09	c 1	Encoding CSP to SAT : HOME/temp.cnf
0.83/1.10	c 1	106 (10%) CSP integer variables are encoded (0 clauses, 64 bytes)
0.92/1.10	c 1	212 (20%) CSP integer variables are encoded (0 clauses, 64 bytes)
0.92/1.10	c 1	318 (30%) CSP integer variables are encoded (0 clauses, 64 bytes)
0.92/1.11	c 1	424 (40%) CSP integer variables are encoded (0 clauses, 64 bytes)
0.92/1.11	c 1	530 (50%) CSP integer variables are encoded (0 clauses, 64 bytes)
0.92/1.12	c 1	636 (60%) CSP integer variables are encoded (841 clauses, 10120 bytes)
0.92/1.12	c 1	742 (70%) CSP integer variables are encoded (4703 clauses, 60326 bytes)
0.92/1.13	c 1	848 (80%) CSP integer variables are encoded (5889 clauses, 75744 bytes)
0.92/1.13	c 1	954 (90%) CSP integer variables are encoded (6553 clauses, 84376 bytes)
0.92/1.13	c 1	1060 (100%) CSP integer variables are encoded (7495 clauses, 96622 bytes)
0.92/1.15	c 1	150 (10%) CSP clauses are encoded (7795 clauses, 100452 bytes)
0.92/1.17	c 1	300 (20%) CSP clauses are encoded (8095 clauses, 104652 bytes)
0.92/1.18	c 1	450 (30%) CSP clauses are encoded (8395 clauses, 108852 bytes)
1.02/1.21	c 1	600 (40%) CSP clauses are encoded (10209 clauses, 139147 bytes)
1.23/1.47	c 1	750 (50%) CSP clauses are encoded (141753 clauses, 2526057 bytes)
1.23/1.49	c 2	900 (60%) CSP clauses are encoded (146573 clauses, 2610306 bytes)
1.53/1.70	c 2	1050 (70%) CSP clauses are encoded (269997 clauses, 4881009 bytes)
1.53/1.72	c 2	1200 (80%) CSP clauses are encoded (275505 clauses, 4977500 bytes)
1.53/1.74	c 2	1350 (90%) CSP clauses are encoded (288461 clauses, 5210791 bytes)
1.62/1.83	c 2	1499 (100%) CSP clauses are encoded (335985 clauses, 6078316 bytes)
1.62/1.83	c 2	1499 CSP clauses encoded
1.62/1.83	c 2	Writing map file : HOME/temp.map
1.62/1.84	c 2	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.62/1.84	c 2	SAT : 8555 SAT variables, 335985 SAT clauses, 6078316 bytes
1.62/1.84	c 2	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.62/1.90	c 2	OBJECTIVE minimize _COST
1.62/1.90	c 2	SOLVING HOME/temp.cnf
1.62/1.90	c 2	CMD HOME/minisat-inc -incremental HOME/temp.cnf HOME/temp.out
1.69/1.90	c 2	This is MiniSat 2.0 beta incremental
1.69/1.90	c 2	WARNING: for repeatability, setting FPU to use double precision
1.69/1.90	c 2	============================[ Problem Statistics ]=============================
1.69/1.90	c 2	|                                                                             |
1.69/1.90	c 2	|  Number of variables:  8555                                                 |
1.69/1.90	c 2	|  Number of clauses:    335985                                               |
1.69/2.04	c 2	|  Parsing time:         0.12         s                                       |
1.69/2.05	c 2	OK
1.69/2.05	c 2	OBJECTIVE BOUND: 0 <= _COST <= 
1.69/2.05	c 2	SEARCHING: _COST <= 250
1.69/2.05	c 2	============================[ Search Statistics ]==============================
1.69/2.05	c 2	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.69/2.05	c 2	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.69/2.05	c 2	===============================================================================
1.69/2.05	c 2	|         0 |    8555   335985   984970 |   111995        0    nan |  0.000 % |
1.87/2.19	c 2	|       101 |    8555   335985   984970 |   123194      101     26 |  0.003 % |
1.97/2.23	c 2	|       251 |    8555   335985   984970 |   135513      251     26 |  0.003 % |
1.97/2.28	c 2	|       477 |    8555   335985   984970 |   149065      477     24 |  0.003 % |
2.06/2.33	c 2	|       814 |    8555   335985   984970 |   163971      814     24 |  0.003 % |
2.27/2.51	c 3	|      1321 |    8555   335985   984970 |   180369     1321     28 |  0.003 % |
2.37/2.66	c 3	|      2080 |    8555   335985   984970 |   198405     2080     31 |  0.003 % |
2.67/2.93	c 3	|      3221 |    8555   335985   984970 |   218246     3221     34 |  0.003 % |
2.67/2.94	c 3	===============================================================================
2.67/2.94	c 3	restarts              : 8
2.67/2.94	c 3	conflicts             : 3223          (3214 /sec)
2.67/2.94	c 3	decisions             : 4993          (0.46 % random) (4979 /sec)
2.67/2.94	c 3	propagations          : 1111115        (1107961 /sec)
2.67/2.94	c 3	conflict literals     : 108038         (22.59 % deleted)
2.67/2.94	c 3	Memory used           : 16.92 MB
2.67/2.94	c 3	CPU time              : 1.00285 s
2.67/2.94	c 3	
2.67/2.94	c 3	SATISFIABLE
2.67/2.94	c 3	OK
2.67/2.94	c 3	FOUND: _COST <= 250
2.67/2.94	s SATISFIABLE
2.67/2.94	c 3	DECODING HOME/temp.out WITH HOME/temp.map
2.67/2.94	c 3	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
2.71/3.11	c 3	Decoding HOME/temp.out
2.86/3.23	c 3	OBJECTIVE _COST 250
2.86/3.23	o 250
2.86/3.24	v 0 0 1 0 0 1 0 1 0 0 1 1 0 1 1 1 0 0 0 0 1 0 0 0 1 0 0 1 1 0 1 0 0 0 1 1 0 0 0 0 1 0 0 0 1 0 1 0 1 0 1 1 1 1 1 1 1 0 1 0
2.86/3.24	c 3	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
2.90/3.38	c 3	OK
2.90/3.38	c 3	OBJECTIVE BOUND: 0 <= _COST <= 250
2.90/3.38	c 3	SEARCHING: _COST <= 125
2.90/3.38	c 3	============================[ Search Statistics ]==============================
2.90/3.38	c 3	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
2.90/3.38	c 3	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
2.90/3.38	c 3	===============================================================================
2.90/3.38	c 3	|      3223 |    6305   215058   628689 |    71686     3223     34 |  0.003 % |
3.01/3.43	c 3	|      3324 |    6305   215058   628689 |    78854     3324     33 | 26.302 % |
3.01/3.48	c 3	|      3476 |    6305   215058   628689 |    86740     3476     32 | 26.302 % |
3.11/3.56	c 4	|      3701 |    6305   215058   628689 |    95414     3701     31 | 26.302 % |
3.21/3.65	c 4	|      4039 |    6305   215058   628689 |   104955     4039     31 | 26.302 % |
3.41/3.80	c 4	|      4546 |    6305   215058   628689 |   115451     4546     29 | 26.302 % |
3.61/4.01	c 4	|      5305 |    6305   215058   628689 |   126996     5305     28 | 26.302 % |
3.91/4.39	c 4	|      6445 |    6305   215058   628689 |   139695     6445     27 | 26.302 % |
4.59/5.02	c 5	|      8153 |    6305   215058   628689 |   153665     8153     26 | 26.302 % |
5.58/6.06	c 6	|     10715 |    6305   215058   628689 |   169031    10715     27 | 26.302 % |
7.57/8.02	c 8	|     14560 |    6305   215058   628689 |   185935    14560     28 | 26.302 % |
10.35/10.80	c 11	|     20326 |    6305   215058   628689 |   204528    20326     28 | 26.302 % |
14.31/14.88	c 15	|     28975 |    6305   215058   628689 |   224981    28975     27 | 26.302 % |
21.74/22.38	c 22	|     41950 |    6305   215058   628689 |   247479    41950     27 | 26.302 % |
35.53/36.22	c 36	|     61411 |    6305   215058   628689 |   272227    61411     28 | 26.302 % |
61.80/62.73	c 63	|     90604 |    6305   215058   628689 |   299450    90604     29 | 26.302 % |
117.22/118.68	c 119	|    134395 |    6305   215058   628689 |   329395   134395     29 | 26.302 % |
227.55/229.98	c 230	|    200082 |    6305   215058   628689 |   362334   200082     30 | 26.302 % |
432.57/436.75	c 437	|    298610 |    6305   215058   628689 |   398568   298610     30 | 26.302 % |
751.59/758.57	c 759	|    446400 |    6305   215058   628689 |   438425    59244     33 | 26.302 % |
1160.36/1170.04	c 1170	|    668083 |    6305   215058   628689 |   482267   280927     33 | 26.302 % |
1918.95/1931.75	c 1932	|   1000608 |    6305   215058   628689 |   530494   145320     33 | 26.302 % |
3049.32/3066.71	c 3067	|   1499396 |    6305   215058   628689 |   583543   127874     33 | 26.302 % |
3600.05/3619.71	c ERROR INTERRUPTED
3600.05/3619.72	c 3620	CPU 3599.51 (0.06 0.02 3599.45 0.54)
3600.05/3619.72	c 3620	END Tue Jul 15 11:18:54 2008

Verifier Data (download as text)

OK	219	281
219 unsatisfied constraints, 281 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-1120171-1216109914/watcher-1120171-1216109914 -o /tmp/evaluation-result-1120171-1216109914/solver-1120171-1216109914 -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-1120171-1216109914.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.61 2.61 2.60 4/80 29506
/proc/meminfo: memFree=1697752/2055920 swapFree=4192812/4192956
[pid=29506] ppid=29504 vsize=18572 CPUtime=0
/proc/29506/stat : 29506 (runsolver) R 29504 29506 28973 0 -1 4194368 15 0 0 0 0 0 0 0 18 0 1 0 67690698 19017728 292 996147200 4194304 4296836 548682068192 18446744073709551615 258939088167 0 0 4096 24578 0 0 0 17 1 0 0
/proc/29506/statm: 4643 292 257 25 0 2626 0

[startup+0.07686 s]
/proc/loadavg: 2.61 2.61 2.60 4/80 29506
/proc/meminfo: memFree=1697752/2055920 swapFree=4192812/4192956
[pid=29506] ppid=29504 vsize=16740 CPUtime=0.05
/proc/29506/stat : 29506 (sugar++) S 29504 29506 28973 0 -1 4194304 1143 0 0 0 4 1 0 0 18 0 1 0 67690698 17141760 1099 996147200 4194304 4206940 548682068528 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/29506/statm: 4185 1099 406 3 0 764 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 16740

[startup+0.104636 s]
/proc/loadavg: 2.61 2.61 2.60 4/80 29506
/proc/meminfo: memFree=1697752/2055920 swapFree=4192812/4192956
[pid=29506] ppid=29504 vsize=16740 CPUtime=0.05
/proc/29506/stat : 29506 (sugar++) S 29504 29506 28973 0 -1 4194304 1219 128 0 0 4 1 0 0 18 0 1 0 67690698 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/29506/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 16740

[startup+0.30224 s]
/proc/loadavg: 2.61 2.61 2.60 4/80 29506
/proc/meminfo: memFree=1697752/2055920 swapFree=4192812/4192956
[pid=29506] ppid=29504 vsize=16740 CPUtime=0.05
/proc/29506/stat : 29506 (sugar++) S 29504 29506 28973 0 -1 4194304 1219 128 0 0 4 1 0 0 18 0 1 0 67690698 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/29506/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 16740

[startup+0.701312 s]
/proc/loadavg: 2.61 2.61 2.60 4/80 29506
/proc/meminfo: memFree=1697752/2055920 swapFree=4192812/4192956
[pid=29506] ppid=29504 vsize=16740 CPUtime=0.36
/proc/29506/stat : 29506 (sugar++) S 29504 29506 28973 0 -1 4194304 1296 4531 0 1 4 1 28 3 16 0 1 0 67690698 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29506/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.36
Current children cumulated vsize (KiB) 16740

[startup+1.50146 s]
/proc/loadavg: 2.61 2.61 2.60 3/91 29528
/proc/meminfo: memFree=1683200/2055920 swapFree=4192812/4192956
[pid=29506] ppid=29504 vsize=16740 CPUtime=0.38
/proc/29506/stat : 29506 (sugar++) S 29504 29506 28973 0 -1 4194304 1297 4531 0 1 5 2 28 3 15 0 1 0 67690698 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29506/statm: 4185 1104 409 3 0 764 0
[pid=29519] ppid=29506 vsize=5356 CPUtime=0
/proc/29519/stat : 29519 (sh) S 29506 29506 28973 0 -1 4194304 278 0 0 0 0 0 0 0 19 0 1 0 67690752 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29519/statm: 1339 233 193 169 0 50 0
[pid=29520] ppid=29519 vsize=868372 CPUtime=0.94
/proc/29520/stat : 29520 (java) S 29519 29506 28973 0 -1 0 6538 0 1 0 89 5 0 0 18 0 9 0 67690752 889212928 5695 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29520/statm: 217093 5695 2563 9 0 211640 0
[pid=29520/tid=29521] ppid=29519 vsize=868372 CPUtime=0.62
/proc/29520/task/29521/stat : 29521 (java) R 29519 29506 28973 0 -1 64 2794 0 1 0 60 2 0 0 20 0 9 0 67690753 889212928 5695 996147200 134512640 134550740 4294955920 18446744073709551615 102064648 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29520/tid=29522] ppid=29519 vsize=868372 CPUtime=0.07
/proc/29520/task/29522/stat : 29522 (java) S 29519 29506 28973 0 -1 64 1570 0 0 0 7 0 0 0 16 0 9 0 67690754 889212928 5695 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=29520/tid=29523] ppid=29519 vsize=868372 CPUtime=0
/proc/29520/task/29523/stat : 29523 (java) S 29519 29506 28973 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 67690754 889212928 5695 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29520/tid=29524] ppid=29519 vsize=868372 CPUtime=0
/proc/29520/task/29524/stat : 29524 (java) S 29519 29506 28973 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 67690754 889212928 5695 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29520/tid=29525] ppid=29519 vsize=868372 CPUtime=0
/proc/29520/task/29525/stat : 29525 (java) S 29519 29506 28973 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 67690756 889212928 5695 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29520/tid=29526] ppid=29519 vsize=868372 CPUtime=0.23
/proc/29520/task/29526/stat : 29526 (java) S 29519 29506 28973 0 -1 64 1480 0 0 0 22 1 0 0 16 0 9 0 67690756 889212928 5695 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29520/tid=29527] ppid=29519 vsize=868372 CPUtime=0
/proc/29520/task/29527/stat : 29527 (java) S 29519 29506 28973 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 67690756 889212928 5695 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29520/tid=29528] ppid=29519 vsize=868372 CPUtime=0
/proc/29520/task/29528/stat : 29528 (java) S 29519 29506 28973 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 67690756 889212928 5695 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.32
Current children cumulated vsize (KiB) 890468

[startup+3.10175 s]
/proc/loadavg: 2.61 2.61 2.60 4/82 29529
/proc/meminfo: memFree=1673224/2055920 swapFree=4192812/4192956
[pid=29506] ppid=29504 vsize=16872 CPUtime=1.69
/proc/29506/stat : 29506 (sugar++) S 29504 29506 28973 0 -1 4194304 1522 11475 0 2 5 2 150 12 15 0 1 0 67690698 17276928 1126 996147200 4194304 4206940 548682068528 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/29506/statm: 4218 1126 414 3 0 797 0
[pid=29529] ppid=29506 vsize=17320 CPUtime=1.02
/proc/29529/stat : 29529 (minisat-inc) S 29506 29506 28973 0 -1 4194304 4146 0 0 0 100 2 0 0 25 0 1 0 67690888 17735680 4093 996147200 134512640 135134323 4294956192 18446744073709551615 134725182 0 0 4096 3 18446744071563648864 0 0 17 0 0 0
/proc/29529/statm: 4330 4093 80 151 0 4176 0
Current children cumulated CPU time (s) 2.71
Current children cumulated vsize (KiB) 34192

[startup+6.30134 s]
/proc/loadavg: 2.56 2.60 2.59 4/82 29539
/proc/meminfo: memFree=1672008/2055920 swapFree=4192812/4192956
[pid=29506] ppid=29504 vsize=16872 CPUtime=1.9
/proc/29506/stat : 29506 (sugar++) S 29504 29506 28973 0 -1 4194304 1559 15348 0 3 6 2 167 15 16 0 1 0 67690698 17276928 1126 996147200 4194304 4206940 548682068528 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/29506/statm: 4218 1126 414 3 0 797 0
[pid=29529] ppid=29506 vsize=17320 CPUtime=3.98
/proc/29529/stat : 29529 (minisat-inc) R 29506 29506 28973 0 -1 4194304 4160 0 0 0 396 2 0 0 25 0 1 0 67690888 17735680 4107 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/29529/statm: 4330 4107 80 151 0 4176 0
Current children cumulated CPU time (s) 5.88
Current children cumulated vsize (KiB) 34192

[startup+12.7015 s]
/proc/loadavg: 2.60 2.61 2.59 4/82 29539
/proc/meminfo: memFree=1672008/2055920 swapFree=4192812/4192956
[pid=29506] ppid=29504 vsize=16872 CPUtime=1.9
/proc/29506/stat : 29506 (sugar++) S 29504 29506 28973 0 -1 4194304 1559 15348 0 3 6 2 167 15 16 0 1 0 67690698 17276928 1126 996147200 4194304 4206940 548682068528 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/29506/statm: 4218 1126 414 3 0 797 0
[pid=29529] ppid=29506 vsize=17596 CPUtime=10.33
/proc/29529/stat : 29529 (minisat-inc) R 29506 29506 28973 0 -1 4194304 4209 0 0 0 1031 2 0 0 25 0 1 0 67690888 18018304 4156 996147200 134512640 135134323 4294956192 18446744073709551615 134532169 0 0 4096 3 0 0 0 17 0 0 0
/proc/29529/statm: 4399 4156 80 151 0 4245 0
Current children cumulated CPU time (s) 12.23
Current children cumulated vsize (KiB) 34468

[startup+25.5018 s]
/proc/loadavg: 2.54 2.59 2.59 3/82 29539
/proc/meminfo: memFree=1669128/2055920 swapFree=4192812/4192956
[pid=29506] ppid=29504 vsize=16872 CPUtime=1.9
/proc/29506/stat : 29506 (sugar++) S 29504 29506 28973 0 -1 4194304 1559 15348 0 3 6 2 167 15 16 0 1 0 67690698 17276928 1126 996147200 4194304 4206940 548682068528 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/29506/statm: 4218 1126 414 3 0 797 0
[pid=29529] ppid=29506 vsize=20884 CPUtime=23.01
/proc/29529/stat : 29529 (minisat-inc) R 29506 29506 28973 0 -1 4194304 5011 0 0 0 2298 3 0 0 25 0 1 0 67690888 21385216 4958 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/29529/statm: 5221 4958 80 151 0 5067 0
Current children cumulated CPU time (s) 24.91
Current children cumulated vsize (KiB) 37756

[startup+51.1025 s]
/proc/loadavg: 2.50 2.58 2.58 3/82 29541
/proc/meminfo: memFree=1664136/2055920 swapFree=4192812/4192956
[pid=29506] ppid=29504 vsize=16872 CPUtime=1.9
/proc/29506/stat : 29506 (sugar++) S 29504 29506 28973 0 -1 4194304 1559 15348 0 3 6 2 167 15 16 0 1 0 67690698 17276928 1126 996147200 4194304 4206940 548682068528 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/29506/statm: 4218 1126 414 3 0 797 0
[pid=29529] ppid=29506 vsize=25768 CPUtime=48.39
/proc/29529/stat : 29529 (minisat-inc) R 29506 29506 28973 0 -1 4194304 6258 0 0 0 4835 4 0 0 25 0 1 0 67690888 26386432 6205 996147200 134512640 135134323 4294956192 18446744073709551615 134531900 0 0 4096 3 0 0 0 17 0 0 0
/proc/29529/statm: 6442 6205 80 151 0 6288 0
Current children cumulated CPU time (s) 50.29
Current children cumulated vsize (KiB) 42640

[startup+102.306 s]
/proc/loadavg: 2.53 2.56 2.58 4/82 29541
/proc/meminfo: memFree=1657288/2055920 swapFree=4192812/4192956
[pid=29506] ppid=29504 vsize=16872 CPUtime=1.9
/proc/29506/stat : 29506 (sugar++) S 29504 29506 28973 0 -1 4194304 1559 15348 0 3 6 2 167 15 16 0 1 0 67690698 17276928 1126 996147200 4194304 4206940 548682068528 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/29506/statm: 4218 1126 414 3 0 797 0
[pid=29529] ppid=29506 vsize=32804 CPUtime=99.15
/proc/29529/stat : 29529 (minisat-inc) R 29506 29506 28973 0 -1 4194304 7974 0 0 0 9909 6 0 0 25 0 1 0 67690888 33591296 7921 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/29529/statm: 8201 7921 80 151 0 8047 0
Current children cumulated CPU time (s) 101.05
Current children cumulated vsize (KiB) 49676

[startup+162.303 s]
/proc/loadavg: 2.71 2.60 2.58 4/82 29541
/proc/meminfo: memFree=1650760/2055920 swapFree=4192812/4192956
[pid=29506] ppid=29504 vsize=16872 CPUtime=1.9
/proc/29506/stat : 29506 (sugar++) S 29504 29506 28973 0 -1 4194304 1559 15348 0 3 6 2 167 15 16 0 1 0 67690698 17276928 1126 996147200 4194304 4206940 548682068528 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/29506/statm: 4218 1126 414 3 0 797 0
[pid=29529] ppid=29506 vsize=39340 CPUtime=158.63
/proc/29529/stat : 29529 (minisat-inc) R 29506 29506 28973 0 -1 4194304 9590 0 0 0 15855 8 0 0 25 0 1 0 67690888 40284160 9537 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/29529/statm: 9835 9537 80 151 0 9681 0
Current children cumulated CPU time (s) 160.53
Current children cumulated vsize (KiB) 56212

[startup+222.304 s]
/proc/loadavg: 2.83 2.63 2.59 3/82 29541
/proc/meminfo: memFree=1645192/2055920 swapFree=4192812/4192956
[pid=29506] ppid=29504 vsize=16872 CPUtime=1.9
/proc/29506/stat : 29506 (sugar++) S 29504 29506 28973 0 -1 4194304 1559 15348 0 3 6 2 167 15 16 0 1 0 67690698 17276928 1126 996147200 4194304 4206940 548682068528 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/29506/statm: 4218 1126 414 3 0 797 0
[pid=29529] ppid=29506 vsize=45144 CPUtime=218.11
/proc/29529/stat : 29529 (minisat-inc) R 29506 29506 28973 0 -1 4194304 11002 0 0 0 21801 10 0 0 25 0 1 0 67690888 46227456 10949 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/29529/statm: 11286 10949 80 151 0 11132 0
Current children cumulated CPU time (s) 220.01
Current children cumulated vsize (KiB) 62016

[startup+282.302 s]
/proc/loadavg: 2.92 2.68 2.61 4/82 29541
/proc/meminfo: memFree=1640392/2055920 swapFree=4192812/4192956
[pid=29506] ppid=29504 vsize=16872 CPUtime=1.9
/proc/29506/stat : 29506 (sugar++) S 29504 29506 28973 0 -1 4194304 1559 15348 0 3 6 2 167 15 16 0 1 0 67690698 17276928 1126 996147200 4194304 4206940 548682068528 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/29506/statm: 4218 1126 414 3 0 797 0
[pid=29529] ppid=29506 vsize=50200 CPUtime=277.6
/proc/29529/stat : 29529 (minisat-inc) R 29506 29506 28973 0 -1 4194304 12212 0 0 0 27748 12 0 0 25 0 1 0 67690888 51404800 12159 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/29529/statm: 12550 12159 80 151 0 12396 0
Current children cumulated CPU time (s) 279.5
Current children cumulated vsize (KiB) 67072

[startup+342.301 s]
/proc/loadavg: 3.00 2.75 2.64 4/82 29541
/proc/meminfo: memFree=1635912/2055920 swapFree=4192812/4192956
[pid=29506] ppid=29504 vsize=16872 CPUtime=1.9
/proc/29506/stat : 29506 (sugar++) S 29504 29506 28973 0 -1 4194304 1559 15348 0 3 6 2 167 15 16 0 1 0 67690698 17276928 1126 996147200 4194304 4206940 548682068528 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0

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

[pid=29529] ppid=29506 vsize=115576 CPUtime=2903.6
/proc/29529/stat : 29529 (minisat-inc) R 29506 29506 28973 0 -1 4194304 28012 0 0 0 290325 35 0 0 25 0 1 0 67690888 118349824 27959 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/29529/statm: 28894 27959 80 151 0 28740 0
Current children cumulated CPU time (s) 2905.5
Current children cumulated vsize (KiB) 132448

[startup+2982.3 s]
/proc/loadavg: 2.00 2.00 2.04 3/83 29588
/proc/meminfo: memFree=1641792/2055920 swapFree=4192812/4192956
[pid=29506] ppid=29504 vsize=16872 CPUtime=1.9
/proc/29506/stat : 29506 (sugar++) S 29504 29506 28973 0 -1 4194304 1559 15348 0 3 6 2 167 15 16 0 1 0 67690698 17276928 1126 996147200 4194304 4206940 548682068528 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/29506/statm: 4218 1126 414 3 0 797 0
[pid=29529] ppid=29506 vsize=115708 CPUtime=2963.36
/proc/29529/stat : 29529 (minisat-inc) R 29506 29506 28973 0 -1 4194304 28064 0 0 0 296300 36 0 0 25 0 1 0 67690888 118484992 28011 996147200 134512640 135134323 4294956192 18446744073709551615 134531900 0 0 4096 3 0 0 0 17 0 0 0
/proc/29529/statm: 28927 28011 80 151 0 28773 0
Current children cumulated CPU time (s) 2965.26
Current children cumulated vsize (KiB) 132580

[startup+3042.3 s]
/proc/loadavg: 2.00 2.00 2.04 3/83 29588
/proc/meminfo: memFree=1641792/2055920 swapFree=4192812/4192956
[pid=29506] ppid=29504 vsize=16872 CPUtime=1.9
/proc/29506/stat : 29506 (sugar++) S 29504 29506 28973 0 -1 4194304 1559 15348 0 3 6 2 167 15 16 0 1 0 67690698 17276928 1126 996147200 4194304 4206940 548682068528 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/29506/statm: 4218 1126 414 3 0 797 0
[pid=29529] ppid=29506 vsize=115708 CPUtime=3023.12
/proc/29529/stat : 29529 (minisat-inc) R 29506 29506 28973 0 -1 4194304 28066 0 0 0 302276 36 0 0 25 0 1 0 67690888 118484992 28013 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/29529/statm: 28927 28013 80 151 0 28773 0
Current children cumulated CPU time (s) 3025.02
Current children cumulated vsize (KiB) 132580

[startup+3102.3 s]
/proc/loadavg: 2.00 2.00 2.03 3/83 29588
/proc/meminfo: memFree=1641792/2055920 swapFree=4192812/4192956
[pid=29506] ppid=29504 vsize=16872 CPUtime=1.9
/proc/29506/stat : 29506 (sugar++) S 29504 29506 28973 0 -1 4194304 1559 15348 0 3 6 2 167 15 16 0 1 0 67690698 17276928 1126 996147200 4194304 4206940 548682068528 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/29506/statm: 4218 1126 414 3 0 797 0
[pid=29529] ppid=29506 vsize=115708 CPUtime=3082.87
/proc/29529/stat : 29529 (minisat-inc) R 29506 29506 28973 0 -1 4194304 28066 0 0 0 308251 36 0 0 25 0 1 0 67690888 118484992 28013 996147200 134512640 135134323 4294956192 18446744073709551615 134531980 0 0 4096 3 0 0 0 17 0 0 0
/proc/29529/statm: 28927 28013 80 151 0 28773 0
Current children cumulated CPU time (s) 3084.77
Current children cumulated vsize (KiB) 132580

[startup+3162.3 s]
/proc/loadavg: 2.00 2.00 2.02 3/83 29588
/proc/meminfo: memFree=1641792/2055920 swapFree=4192812/4192956
[pid=29506] ppid=29504 vsize=16872 CPUtime=1.9
/proc/29506/stat : 29506 (sugar++) S 29504 29506 28973 0 -1 4194304 1559 15348 0 3 6 2 167 15 16 0 1 0 67690698 17276928 1126 996147200 4194304 4206940 548682068528 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/29506/statm: 4218 1126 414 3 0 797 0
[pid=29529] ppid=29506 vsize=115708 CPUtime=3142.62
/proc/29529/stat : 29529 (minisat-inc) R 29506 29506 28973 0 -1 4194304 28066 0 0 0 314226 36 0 0 25 0 1 0 67690888 118484992 28013 996147200 134512640 135134323 4294956192 18446744073709551615 134531982 0 0 4096 3 0 0 0 17 0 0 0
/proc/29529/statm: 28927 28013 80 151 0 28773 0
Current children cumulated CPU time (s) 3144.52
Current children cumulated vsize (KiB) 132580

[startup+3222.3 s]
/proc/loadavg: 2.00 2.00 2.02 3/83 29588
/proc/meminfo: memFree=1641792/2055920 swapFree=4192812/4192956
[pid=29506] ppid=29504 vsize=16872 CPUtime=1.9
/proc/29506/stat : 29506 (sugar++) S 29504 29506 28973 0 -1 4194304 1559 15348 0 3 6 2 167 15 16 0 1 0 67690698 17276928 1126 996147200 4194304 4206940 548682068528 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/29506/statm: 4218 1126 414 3 0 797 0
[pid=29529] ppid=29506 vsize=115708 CPUtime=3202.38
/proc/29529/stat : 29529 (minisat-inc) R 29506 29506 28973 0 -1 4194304 28066 0 0 0 320202 36 0 0 25 0 1 0 67690888 118484992 28013 996147200 134512640 135134323 4294956192 18446744073709551615 134531965 0 0 4096 3 0 0 0 17 0 0 0
/proc/29529/statm: 28927 28013 80 151 0 28773 0
Current children cumulated CPU time (s) 3204.28
Current children cumulated vsize (KiB) 132580

[startup+3282.3 s]
/proc/loadavg: 2.00 2.00 2.01 3/83 29588
/proc/meminfo: memFree=1641792/2055920 swapFree=4192812/4192956
[pid=29506] ppid=29504 vsize=16872 CPUtime=1.9
/proc/29506/stat : 29506 (sugar++) S 29504 29506 28973 0 -1 4194304 1559 15348 0 3 6 2 167 15 16 0 1 0 67690698 17276928 1126 996147200 4194304 4206940 548682068528 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/29506/statm: 4218 1126 414 3 0 797 0
[pid=29529] ppid=29506 vsize=115708 CPUtime=3262.13
/proc/29529/stat : 29529 (minisat-inc) R 29506 29506 28973 0 -1 4194304 28067 0 0 0 326177 36 0 0 25 0 1 0 67690888 118484992 28014 996147200 134512640 135134323 4294956192 18446744073709551615 134531958 0 0 4096 3 0 0 0 17 0 0 0
/proc/29529/statm: 28927 28014 80 151 0 28773 0
Current children cumulated CPU time (s) 3264.03
Current children cumulated vsize (KiB) 132580

[startup+3342.3 s]
/proc/loadavg: 2.00 2.00 2.01 3/83 29588
/proc/meminfo: memFree=1641664/2055920 swapFree=4192812/4192956
[pid=29506] ppid=29504 vsize=16872 CPUtime=1.9
/proc/29506/stat : 29506 (sugar++) S 29504 29506 28973 0 -1 4194304 1559 15348 0 3 6 2 167 15 16 0 1 0 67690698 17276928 1126 996147200 4194304 4206940 548682068528 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/29506/statm: 4218 1126 414 3 0 797 0
[pid=29529] ppid=29506 vsize=115708 CPUtime=3321.88
/proc/29529/stat : 29529 (minisat-inc) R 29506 29506 28973 0 -1 4194304 28069 0 0 0 332152 36 0 0 25 0 1 0 67690888 118484992 28016 996147200 134512640 135134323 4294956192 18446744073709551615 134531971 0 0 4096 3 0 0 0 17 0 0 0
/proc/29529/statm: 28927 28016 80 151 0 28773 0
Current children cumulated CPU time (s) 3323.78
Current children cumulated vsize (KiB) 132580

[startup+3402.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 29588
/proc/meminfo: memFree=1641664/2055920 swapFree=4192812/4192956
[pid=29506] ppid=29504 vsize=16872 CPUtime=1.9
/proc/29506/stat : 29506 (sugar++) S 29504 29506 28973 0 -1 4194304 1559 15348 0 3 6 2 167 15 16 0 1 0 67690698 17276928 1126 996147200 4194304 4206940 548682068528 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/29506/statm: 4218 1126 414 3 0 797 0
[pid=29529] ppid=29506 vsize=115952 CPUtime=3381.65
/proc/29529/stat : 29529 (minisat-inc) R 29506 29506 28973 0 -1 4194304 28112 0 0 0 338128 37 0 0 25 0 1 0 67690888 118734848 28059 996147200 134512640 135134323 4294956192 18446744073709551615 134532054 0 0 4096 3 0 0 0 17 0 0 0
/proc/29529/statm: 28988 28059 80 151 0 28834 0
Current children cumulated CPU time (s) 3383.55
Current children cumulated vsize (KiB) 132824

[startup+3462.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 29588
/proc/meminfo: memFree=1641536/2055920 swapFree=4192812/4192956
[pid=29506] ppid=29504 vsize=16872 CPUtime=1.9
/proc/29506/stat : 29506 (sugar++) S 29504 29506 28973 0 -1 4194304 1559 15348 0 3 6 2 167 15 16 0 1 0 67690698 17276928 1126 996147200 4194304 4206940 548682068528 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/29506/statm: 4218 1126 414 3 0 797 0
[pid=29529] ppid=29506 vsize=115952 CPUtime=3441.4
/proc/29529/stat : 29529 (minisat-inc) R 29506 29506 28973 0 -1 4194304 28113 0 0 0 344103 37 0 0 25 0 1 0 67690888 118734848 28060 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/29529/statm: 28988 28060 80 151 0 28834 0
Current children cumulated CPU time (s) 3443.3
Current children cumulated vsize (KiB) 132824

[startup+3522.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 29588
/proc/meminfo: memFree=1641536/2055920 swapFree=4192812/4192956
[pid=29506] ppid=29504 vsize=16872 CPUtime=1.9
/proc/29506/stat : 29506 (sugar++) S 29504 29506 28973 0 -1 4194304 1559 15348 0 3 6 2 167 15 16 0 1 0 67690698 17276928 1126 996147200 4194304 4206940 548682068528 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/29506/statm: 4218 1126 414 3 0 797 0
[pid=29529] ppid=29506 vsize=115952 CPUtime=3501.15
/proc/29529/stat : 29529 (minisat-inc) R 29506 29506 28973 0 -1 4194304 28114 0 0 0 350078 37 0 0 25 0 1 0 67690888 118734848 28061 996147200 134512640 135134323 4294956192 18446744073709551615 134532114 0 0 4096 3 0 0 0 17 0 0 0
/proc/29529/statm: 28988 28061 80 151 0 28834 0
Current children cumulated CPU time (s) 3503.05
Current children cumulated vsize (KiB) 132824

[startup+3582.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 29588
/proc/meminfo: memFree=1641472/2055920 swapFree=4192812/4192956
[pid=29506] ppid=29504 vsize=16872 CPUtime=1.9
/proc/29506/stat : 29506 (sugar++) S 29504 29506 28973 0 -1 4194304 1559 15348 0 3 6 2 167 15 16 0 1 0 67690698 17276928 1126 996147200 4194304 4206940 548682068528 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/29506/statm: 4218 1126 414 3 0 797 0
[pid=29529] ppid=29506 vsize=115952 CPUtime=3560.91
/proc/29529/stat : 29529 (minisat-inc) R 29506 29506 28973 0 -1 4194304 28122 0 0 0 356054 37 0 0 25 0 1 0 67690888 118734848 28069 996147200 134512640 135134323 4294956192 18446744073709551615 134532046 0 0 4096 3 0 0 0 17 0 0 0
/proc/29529/statm: 28988 28069 80 151 0 28834 0
Current children cumulated CPU time (s) 3562.81
Current children cumulated vsize (KiB) 132824



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3619.7 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 29588
/proc/meminfo: memFree=1641472/2055920 swapFree=4192812/4192956
[pid=29506] ppid=29504 vsize=16872 CPUtime=1.9
/proc/29506/stat : 29506 (sugar++) S 29504 29506 28973 0 -1 4194304 1559 15348 0 3 6 2 167 15 16 0 1 0 67690698 17276928 1126 996147200 4194304 4206940 548682068528 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/29506/statm: 4218 1126 414 3 0 797 0
[pid=29529] ppid=29506 vsize=115952 CPUtime=3598.15
/proc/29529/stat : 29529 (minisat-inc) R 29506 29506 28973 0 -1 4194304 28123 0 0 0 359778 37 0 0 25 0 1 0 67690888 118734848 28070 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/29529/statm: 28988 28070 80 151 0 28834 0
Current children cumulated CPU time (s) 3600.05
Current children cumulated vsize (KiB) 132824

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

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

[startup+3619.7 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 29588
/proc/meminfo: memFree=1641472/2055920 swapFree=4192812/4192956
[pid=29506] ppid=29504 vsize=16872 CPUtime=1.9
/proc/29506/stat : 29506 (sugar++) S 29504 29506 28973 0 -1 4194304 1559 15348 0 3 6 2 167 15 16 0 1 0 67690698 17276928 1126 996147200 4194304 4206940 548682068528 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/29506/statm: 4218 1126 414 3 0 797 0
[pid=29529] ppid=29506 vsize=115952 CPUtime=3598.15
/proc/29529/stat : 29529 (minisat-inc) R 29506 29506 28973 0 -1 4194304 28123 0 0 0 359778 37 0 0 25 0 1 0 67690888 118734848 28070 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/29529/statm: 28988 28070 80 151 0 28834 0
Current children cumulated CPU time (s) 3600.05
Current children cumulated vsize (KiB) 132824

Child status: 0
Real time (s): 3619.73
CPU time (s): 3600.1
CPU user time (s): 3599.52
CPU system time (s): 0.573912
CPU usage (%): 99.4576
Max. virtual memory (cumulated for all children) (KiB): 890468

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3599.52
system time used= 0.573912
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 45108
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= 3311
involuntary context switches= 60019

runsolver used 3.36149 second user time and 9.81951 second system time

The end

Launcher Data (download as text)

Begin job on node45 at 2008-07-15 10:18:34
IDJOB=1120171
IDBENCH=62461
IDSOLVER=367
FILE ID=node45/1120171-1216109914
PBS_JOBID= 7905298
Free space on /tmp= 66560 MiB

SOLVER NAME= Sugar++ v1.13+minisat-inc
BENCH NAME= CPAI08/maxcsp/maxcut/maxcut-60/normalized-maxcut-60-500-4_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-1120171-1216109914/watcher-1120171-1216109914 -o /tmp/evaluation-result-1120171-1216109914/solver-1120171-1216109914 -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-1120171-1216109914.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 8d21f27a6395f80ae8757492155779f3
RANDOM SEED=882306943

node45.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.281
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.281
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:       1698232 kB
Buffers:         67884 kB
Cached:         144684 kB
SwapCached:          0 kB
Active:         249040 kB
Inactive:        53920 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1698232 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:             880 kB
Writeback:           0 kB
Mapped:         110664 kB
Slab:            39900 kB
Committed_AS:  1112672 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= 66560 MiB
End job on node45 at 2008-07-15 11:18:56