Trace number 1119603

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.15 3632.04

General information on the benchmark

Namemaxcsp/maxcut/maxcut-60/
normalized-maxcut-60-580-2_ext.xml
MD5SUM32958fbff4054aa04eb4fb9a9e878c10
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkMOPT
Best Number of falsified constraints207
Best CPU time to get the best result obtained on this benchmark3316.9
Satisfiable
(Un)Satisfiability was proved
Number of variables60
Number of constraints580
Maximum constraint arity2
Maximum domain size2
Number of constraints which are defined in extension580
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.08	c 0	Sugar++ v1-13 + HOME/minisat-inc
0.00/0.08	c 0	BEGIN Tue Jul 15 07:21:06 2008
0.00/0.08	c 0	PID 27729
0.00/0.08	c 0	HOST node15.alineos.net
0.00/0.08	c 0	CONVERTING HOME/instance-1119603-1216099265.xml TO HOME/temp.csp
0.00/0.08	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1119603-1216099265.xml' 'HOME/temp.csp'
0.06/0.44	c 0	1 domains, 60 variables, 0 predicates, 1 relations, 580 constraints
0.06/0.54	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.54	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.50/0.62	c 1	Parsing HOME/temp.csp
0.50/0.75	c 1	parsed 642 expressions
0.50/0.75	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.50/0.77	c 1	MAX CSP: 580 constraints
0.50/0.77	c 1	Converting to clausal form CSP
0.50/0.80	c 1	converted 123 (10%) expressions
0.50/0.81	c 1	converted 245 (20%) expressions
0.50/0.82	c 1	converted 368 (30%) expressions
0.50/0.83	c 1	converted 490 (40%) expressions
0.50/0.85	c 1	converted 613 (50%) expressions
0.50/0.86	c 1	converted 735 (60%) expressions
0.50/0.87	c 1	converted 858 (70%) expressions
0.50/0.88	c 1	converted 980 (80%) expressions
0.50/0.95	c 1	converted 1103 (90%) expressions
0.50/1.06	c 1	converted 1225 (100%) expressions
0.50/1.06	c 1	CSP : 1220 integers, 0 booleans, 1739 clauses, largest domain size 871
0.50/1.06	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.50/1.06	c 1	Propagation in CSP
1.04/1.11	c 1	577 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.04/1.11	c 1	CSP : 1220 integers, 0 booleans, 1739 clauses, largest domain size 581
1.04/1.11	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.04/1.12	c 1	Simplifing CSP by introducing new Boolean variables
1.04/1.12	c 1	CSP : 1220 integers, 0 booleans, 1739 clauses, largest domain size 581
1.04/1.12	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.04/1.15	c 1	Encoding CSP to SAT : HOME/temp.cnf
1.04/1.16	c 1	122 (10%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.04/1.16	c 1	244 (20%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.04/1.16	c 1	366 (30%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.04/1.16	c 1	488 (40%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.04/1.17	c 1	610 (50%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.04/1.18	c 1	732 (60%) CSP integer variables are encoded (3889 clauses, 49904 bytes)
1.04/1.18	c 1	854 (70%) CSP integer variables are encoded (6089 clauses, 78504 bytes)
1.04/1.19	c 1	976 (80%) CSP integer variables are encoded (7502 clauses, 96873 bytes)
1.04/1.19	c 1	1098 (90%) CSP integer variables are encoded (8299 clauses, 107234 bytes)
1.04/1.19	c 1	1220 (100%) CSP integer variables are encoded (9420 clauses, 123044 bytes)
1.14/1.22	c 1	174 (10%) CSP clauses are encoded (9768 clauses, 127522 bytes)
1.14/1.24	c 1	348 (20%) CSP clauses are encoded (10116 clauses, 132394 bytes)
1.14/1.26	c 1	522 (30%) CSP clauses are encoded (10464 clauses, 137266 bytes)
1.14/1.27	c 1	696 (40%) CSP clauses are encoded (12810 clauses, 176722 bytes)
1.54/1.68	c 2	870 (50%) CSP clauses are encoded (189586 clauses, 3384631 bytes)
1.64/1.70	c 2	1044 (60%) CSP clauses are encoded (195956 clauses, 3496517 bytes)
1.93/2.01	c 2	1218 (70%) CSP clauses are encoded (361702 clauses, 6547886 bytes)
1.93/2.03	c 2	1392 (80%) CSP clauses are encoded (368984 clauses, 6676086 bytes)
1.93/2.06	c 2	1566 (90%) CSP clauses are encoded (386258 clauses, 6987976 bytes)
2.03/2.18	c 2	1739 (100%) CSP clauses are encoded (449920 clauses, 8267560 bytes)
2.03/2.18	c 2	1739 CSP clauses encoded
2.03/2.18	c 2	Writing map file : HOME/temp.map
2.03/2.19	c 2	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.03/2.19	c 2	SAT : 10640 SAT variables, 449920 SAT clauses, 8267560 bytes
2.03/2.19	c 2	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.12/2.22	c 2	OBJECTIVE minimize _COST
2.12/2.22	c 2	SOLVING HOME/temp.cnf
2.12/2.22	c 2	CMD HOME/minisat-inc -incremental HOME/temp.cnf HOME/temp.out
2.12/2.22	c 2	This is MiniSat 2.0 beta incremental
2.12/2.22	c 2	WARNING: for repeatability, setting FPU to use double precision
2.12/2.22	c 2	============================[ Problem Statistics ]=============================
2.12/2.22	c 2	|                                                                             |
2.12/2.22	c 2	|  Number of variables:  10640                                                |
2.12/2.22	c 2	|  Number of clauses:    449920                                               |
2.14/2.56	c 2	|  Parsing time:         0.19         s                                       |
2.14/2.57	c 2	OK
2.14/2.57	c 2	OBJECTIVE BOUND: 0 <= _COST <= 
2.14/2.57	c 2	SEARCHING: _COST <= 290
2.14/2.57	c 2	============================[ Search Statistics ]==============================
2.14/2.57	c 2	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
2.14/2.57	c 2	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
2.14/2.57	c 2	===============================================================================
2.14/2.57	c 2	|         0 |   10640   449920  1320920 |   149973        0    nan |  0.000 % |
2.14/2.70	c 3	|       100 |   10640   449920  1320920 |   164970      100     20 |  0.003 % |
2.14/2.84	c 3	|       250 |   10640   449920  1320920 |   181467      250     28 |  0.003 % |
2.14/2.93	c 3	|       475 |   10640   449920  1320920 |   199614      475     29 |  0.003 % |
2.14/3.23	c 3	|       815 |   10640   449920  1320920 |   219575      815     35 |  0.003 % |
3.18/3.47	c 3	|      1322 |   10640   449920  1320920 |   241533     1322     35 |  0.003 % |
3.47/3.74	c 4	|      2083 |   10640   449920  1320920 |   265686     2083     34 |  0.003 % |
3.97/4.20	c 4	|      3222 |   10640   449920  1320920 |   292255     3222     33 |  0.003 % |
3.97/4.25	c 4	===============================================================================
3.97/4.26	c 4	restarts              : 8
3.97/4.26	c 4	conflicts             : 3307          (1770 /sec)
3.97/4.26	c 4	decisions             : 4943          (0.51 % random) (2645 /sec)
3.97/4.26	c 4	propagations          : 1301094        (696251 /sec)
3.97/4.26	c 4	conflict literals     : 110332         (19.96 % deleted)
3.97/4.26	c 4	Memory used           : 21.18 MB
3.97/4.26	c 4	CPU time              : 1.86871 s
3.97/4.26	c 4	
3.97/4.26	c 4	SATISFIABLE
3.97/4.26	c 4	OK
3.97/4.26	c 4	FOUND: _COST <= 290
3.97/4.26	s SATISFIABLE
3.97/4.26	c 4	DECODING HOME/temp.out WITH HOME/temp.map
3.97/4.26	c 4	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
4.03/4.34	c 4	Decoding HOME/temp.out
4.15/4.45	c 4	OBJECTIVE _COST 290
4.15/4.45	o 290
4.15/4.45	v 1 1 0 1 1 0 1 1 1 0 0 1 0 1 0 1 1 1 0 1 0 1 0 1 1 0 1 1 1 0 0 0 0 1 1 1 1 0 0 1 0 0 0 1 0 1 1 0 0 1 1 0 1 0 1 0 0 0 1 1
4.15/4.46	c 4	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
4.15/4.48	c 4	OK
4.15/4.48	c 4	OBJECTIVE BOUND: 0 <= _COST <= 290
4.15/4.48	c 4	SEARCHING: _COST <= 145
4.15/4.48	c 4	============================[ Search Statistics ]==============================
4.15/4.49	c 4	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
4.15/4.49	c 4	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
4.15/4.49	c 4	===============================================================================
4.15/4.49	c 4	|      3307 |   10640   449920  1320920 |   149973     3307     33 |  0.003 % |
4.26/4.54	c 4	|      3410 |   10640   449920  1320920 |   164970     3410     33 | 27.257 % |
4.45/4.75	c 5	|      3560 |    7740   287498   842064 |   181467     3560     32 | 27.257 % |
4.56/4.85	c 5	|      3785 |    7740   287498   842064 |   199614     3785     32 | 27.257 % |
4.66/4.98	c 5	|      4126 |    7740   287498   842064 |   219575     4126     31 | 27.257 % |
4.86/5.13	c 5	|      4635 |    7740   287498   842064 |   241533     4635     29 | 27.257 % |
5.05/5.36	c 5	|      5395 |    7740   287498   842064 |   265686     5395     28 | 27.257 % |
5.45/5.79	c 6	|      6535 |    7740   287498   842064 |   292255     6535     27 | 27.257 % |
6.14/6.43	c 6	|      8244 |    7740   287498   842064 |   321481     8244     26 | 27.257 % |
7.23/7.53	c 7	|     10806 |    7740   287498   842064 |   353629    10806     25 | 27.257 % |
8.82/9.18	c 9	|     14652 |    7740   287498   842064 |   388992    14652     25 | 27.257 % |
13.37/13.71	c 14	|     20419 |    7740   287498   842064 |   427891    20419     26 | 27.257 % |
19.81/20.20	c 20	|     29068 |    7740   287498   842064 |   470680    29068     28 | 27.257 % |
30.81/31.35	c 31	|     42043 |    7740   287498   842064 |   517748    42043     29 | 27.257 % |
50.63/51.35	c 51	|     61504 |    7740   287498   842064 |   569523    61504     30 | 27.257 % |
89.77/90.86	c 91	|     90696 |    7740   287498   842064 |   626475    90696     32 | 27.257 % |
157.26/158.93	c 159	|    134487 |    7740   287498   842064 |   689123   134487     32 | 27.257 % |
273.79/276.53	c 276	|    200171 |    7740   287498   842064 |   758035   200171     33 | 27.257 % |
490.43/495.14	c 495	|    298697 |    7740   287498   842064 |   833839   298697     34 | 27.257 % |
918.68/927.28	c 927	|    446486 |    7740   287498   842064 |   917223   446486     35 | 27.257 % |
1785.14/1801.49	c 1801	|    668171 |    7740   287498   842064 |  1008945   668171     36 | 27.257 % |
3529.63/3561.55	c 3561	|   1000699 |    7740   287498   842064 |  1109840  1000699     37 | 27.257 % |
3600.09/3632.01	c ERROR INTERRUPTED
3600.09/3632.04	c 3632	CPU 3599.06 (0.07 0.02 3598.99 1.05)
3600.09/3632.04	c 3632	END Tue Jul 15 08:21:38 2008

Verifier Data (download as text)

OK	265	315
265 unsatisfied constraints, 315 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-1119603-1216099265/watcher-1119603-1216099265 -o /tmp/evaluation-result-1119603-1216099265/solver-1119603-1216099265 -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-1119603-1216099265.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.54 2.37 2.18 5/80 27729
/proc/meminfo: memFree=1705760/2055920 swapFree=4180596/4192956
[pid=27729] ppid=27727 vsize=12268 CPUtime=0
/proc/27729/stat : 27729 (sugar++) R 27727 27729 26465 0 -1 4194304 348 0 0 0 0 0 0 0 21 0 1 0 66629186 12562432 316 996147200 4194304 4206940 548682068528 18446744073709551615 240472783461 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/27729/statm: 3067 316 241 3 0 167 0

[startup+0.100278 s]
/proc/loadavg: 2.54 2.37 2.18 5/80 27729
/proc/meminfo: memFree=1705760/2055920 swapFree=4180596/4192956
[pid=27729] ppid=27727 vsize=16740 CPUtime=0.06
/proc/27729/stat : 27729 (sugar++) S 27727 27729 26465 0 -1 4194304 1219 128 0 0 5 1 0 0 19 0 1 0 66629186 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27729/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.201285 s]
/proc/loadavg: 2.54 2.37 2.18 5/80 27729
/proc/meminfo: memFree=1705760/2055920 swapFree=4180596/4192956
[pid=27729] ppid=27727 vsize=16740 CPUtime=0.06
/proc/27729/stat : 27729 (sugar++) S 27727 27729 26465 0 -1 4194304 1219 128 0 0 5 1 0 0 19 0 1 0 66629186 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27729/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.301294 s]
/proc/loadavg: 2.54 2.37 2.18 5/80 27729
/proc/meminfo: memFree=1705760/2055920 swapFree=4180596/4192956
[pid=27729] ppid=27727 vsize=16740 CPUtime=0.06
/proc/27729/stat : 27729 (sugar++) S 27727 27729 26465 0 -1 4194304 1219 128 0 0 5 1 0 0 19 0 1 0 66629186 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27729/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.701366 s]
/proc/loadavg: 2.54 2.37 2.18 5/80 27729
/proc/meminfo: memFree=1705760/2055920 swapFree=4180596/4192956
[pid=27729] ppid=27727 vsize=16740 CPUtime=0.5
/proc/27729/stat : 27729 (sugar++) S 27727 27729 26465 0 -1 4194304 1296 4531 0 1 5 1 41 3 16 0 1 0 66629186 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27729/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 16740

[startup+1.5015 s]
/proc/loadavg: 2.74 2.42 2.19 5/91 27751
/proc/meminfo: memFree=1690568/2055920 swapFree=4180596/4192956
[pid=27729] ppid=27727 vsize=16740 CPUtime=0.51
/proc/27729/stat : 27729 (sugar++) S 27727 27729 26465 0 -1 4194304 1297 4531 0 1 6 1 41 3 15 0 1 0 66629186 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27729/statm: 4185 1104 409 3 0 764 0
[pid=27742] ppid=27729 vsize=5356 CPUtime=0
/proc/27742/stat : 27742 (sh) S 27729 27729 26465 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 66629241 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27742/statm: 1339 233 193 169 0 50 0
[pid=27743] ppid=27742 vsize=868376 CPUtime=0.92
/proc/27743/stat : 27743 (java) S 27742 27729 26465 0 -1 0 6573 0 1 0 86 6 0 0 18 0 9 0 66629241 889217024 5751 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27743/statm: 217094 5751 2563 9 0 211641 0
[pid=27743/tid=27744] ppid=27742 vsize=868376 CPUtime=0.58
/proc/27743/task/27744/stat : 27744 (java) R 27742 27729 26465 0 -1 64 2772 0 1 0 55 3 0 0 24 0 9 0 66629242 889217024 5751 996147200 134512640 134550740 4294955920 18446744073709551615 102064707 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27743/tid=27745] ppid=27742 vsize=868376 CPUtime=0.07
/proc/27743/task/27745/stat : 27745 (java) S 27742 27729 26465 0 -1 64 1623 0 0 0 7 0 0 0 16 0 9 0 66629243 889217024 5751 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27743/tid=27746] ppid=27742 vsize=868376 CPUtime=0
/proc/27743/task/27746/stat : 27746 (java) S 27742 27729 26465 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 66629243 889217024 5751 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27743/tid=27747] ppid=27742 vsize=868376 CPUtime=0
/proc/27743/task/27747/stat : 27747 (java) S 27742 27729 26465 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 66629243 889217024 5751 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27743/tid=27748] ppid=27742 vsize=868376 CPUtime=0
/proc/27743/task/27748/stat : 27748 (java) S 27742 27729 26465 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 66629245 889217024 5751 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27743/tid=27749] ppid=27742 vsize=868376 CPUtime=0.24
/proc/27743/task/27749/stat : 27749 (java) S 27742 27729 26465 0 -1 64 1486 0 0 0 23 1 0 0 16 0 9 0 66629245 889217024 5751 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27743/tid=27750] ppid=27742 vsize=868376 CPUtime=0
/proc/27743/task/27750/stat : 27750 (java) S 27742 27729 26465 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 66629245 889217024 5751 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27743/tid=27751] ppid=27742 vsize=868376 CPUtime=0
/proc/27743/task/27751/stat : 27751 (java) S 27742 27729 26465 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 66629245 889217024 5751 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.43
Current children cumulated vsize (KiB) 890472

[startup+3.10177 s]
/proc/loadavg: 2.74 2.42 2.19 2/91 27751
/proc/meminfo: memFree=1681032/2055920 swapFree=4180596/4192956
[pid=27729] ppid=27727 vsize=16872 CPUtime=2.14
/proc/27729/stat : 27729 (sugar++) S 27727 27729 26465 0 -1 4194304 1479 11609 0 2 6 1 191 16 15 0 1 0 66629186 17276928 1129 996147200 4194304 4206940 548682068528 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27729/statm: 4218 1129 414 3 0 797 0
Current children cumulated CPU time (s) 2.14
Current children cumulated vsize (KiB) 16872

[startup+6.30131 s]
/proc/loadavg: 2.68 2.41 2.19 3/82 27762
/proc/meminfo: memFree=1672912/2055920 swapFree=4180596/4192956
[pid=27729] ppid=27727 vsize=16872 CPUtime=2.35
/proc/27729/stat : 27729 (sugar++) S 27727 27729 26465 0 -1 4194304 1564 15479 0 3 7 2 206 20 15 0 1 0 66629186 17276928 1130 996147200 4194304 4206940 548682068528 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27729/statm: 4218 1130 414 3 0 797 0
[pid=27752] ppid=27729 vsize=21952 CPUtime=3.7
/proc/27752/stat : 27752 (minisat-inc) R 27729 27729 26465 0 -1 4194304 5412 0 0 0 368 2 0 0 25 0 1 0 66629409 22478848 5358 996147200 134512640 135134323 4294956192 18446744073709551615 134531961 0 0 4096 3 0 0 0 17 1 0 0
/proc/27752/statm: 5488 5358 80 151 0 5334 0
Current children cumulated CPU time (s) 6.05
Current children cumulated vsize (KiB) 38824

[startup+12.7014 s]
/proc/loadavg: 2.62 2.40 2.19 4/82 27762
/proc/meminfo: memFree=1672784/2055920 swapFree=4180596/4192956
[pid=27729] ppid=27727 vsize=16872 CPUtime=2.35
/proc/27729/stat : 27729 (sugar++) S 27727 27729 26465 0 -1 4194304 1564 15479 0 3 7 2 206 20 16 0 1 0 66629186 17276928 1130 996147200 4194304 4206940 548682068528 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27729/statm: 4218 1130 414 3 0 797 0
[pid=27752] ppid=27729 vsize=22084 CPUtime=10.03
/proc/27752/stat : 27752 (minisat-inc) R 27729 27729 26465 0 -1 4194304 5425 0 0 0 1001 2 0 0 25 0 1 0 66629409 22614016 5371 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/27752/statm: 5521 5371 80 151 0 5367 0
Current children cumulated CPU time (s) 12.38
Current children cumulated vsize (KiB) 38956

[startup+25.5015 s]
/proc/loadavg: 2.57 2.40 2.19 4/82 27762
/proc/meminfo: memFree=1672144/2055920 swapFree=4180596/4192956
[pid=27729] ppid=27727 vsize=16872 CPUtime=2.35
/proc/27729/stat : 27729 (sugar++) S 27727 27729 26465 0 -1 4194304 1564 15479 0 3 7 2 206 20 16 0 1 0 66629186 17276928 1130 996147200 4194304 4206940 548682068528 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27729/statm: 4218 1130 414 3 0 797 0
[pid=27752] ppid=27729 vsize=22776 CPUtime=22.71
/proc/27752/stat : 27752 (minisat-inc) R 27729 27729 26465 0 -1 4194304 5617 0 0 0 2269 2 0 0 25 0 1 0 66629409 23322624 5563 996147200 134512640 135134323 4294956192 18446744073709551615 134532135 0 0 4096 3 0 0 0 17 1 0 0
/proc/27752/statm: 5694 5563 80 151 0 5540 0
Current children cumulated CPU time (s) 25.06
Current children cumulated vsize (KiB) 39648

[startup+51.1018 s]
/proc/loadavg: 2.64 2.43 2.20 4/82 27762
/proc/meminfo: memFree=1667984/2055920 swapFree=4180596/4192956
[pid=27729] ppid=27727 vsize=16872 CPUtime=2.35
/proc/27729/stat : 27729 (sugar++) S 27727 27729 26465 0 -1 4194304 1564 15479 0 3 7 2 206 20 16 0 1 0 66629186 17276928 1130 996147200 4194304 4206940 548682068528 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27729/statm: 4218 1130 414 3 0 797 0
[pid=27752] ppid=27729 vsize=26988 CPUtime=48.08
/proc/27752/stat : 27752 (minisat-inc) R 27729 27729 26465 0 -1 4194304 6678 0 0 0 4804 4 0 0 25 0 1 0 66629409 27635712 6624 996147200 134512640 135134323 4294956192 18446744073709551615 134532126 0 0 4096 3 0 0 0 17 1 0 0
/proc/27752/statm: 6747 6624 80 151 0 6593 0
Current children cumulated CPU time (s) 50.43
Current children cumulated vsize (KiB) 43860

[startup+102.301 s]
/proc/loadavg: 2.61 2.45 2.22 4/82 27762
/proc/meminfo: memFree=1661136/2055920 swapFree=4180596/4192956
[pid=27729] ppid=27727 vsize=16872 CPUtime=2.35
/proc/27729/stat : 27729 (sugar++) S 27727 27729 26465 0 -1 4194304 1564 15479 0 3 7 2 206 20 16 0 1 0 66629186 17276928 1130 996147200 4194304 4206940 548682068528 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27729/statm: 4218 1130 414 3 0 797 0
[pid=27752] ppid=27729 vsize=33828 CPUtime=98.81
/proc/27752/stat : 27752 (minisat-inc) R 27729 27729 26465 0 -1 4194304 8335 0 0 0 9875 6 0 0 25 0 1 0 66629409 34639872 8281 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/27752/statm: 8457 8281 80 151 0 8303 0
Current children cumulated CPU time (s) 101.16
Current children cumulated vsize (KiB) 50700

[startup+162.302 s]
/proc/loadavg: 2.57 2.47 2.24 3/82 27762
/proc/meminfo: memFree=1654800/2055920 swapFree=4180596/4192956
[pid=27729] ppid=27727 vsize=16872 CPUtime=2.35
/proc/27729/stat : 27729 (sugar++) S 27727 27729 26465 0 -1 4194304 1564 15479 0 3 7 2 206 20 16 0 1 0 66629186 17276928 1130 996147200 4194304 4206940 548682068528 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27729/statm: 4218 1130 414 3 0 797 0
[pid=27752] ppid=27729 vsize=40176 CPUtime=158.28
/proc/27752/stat : 27752 (minisat-inc) R 27729 27729 26465 0 -1 4194304 9940 0 0 0 15820 8 0 0 25 0 1 0 66629409 41140224 9886 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/27752/statm: 10044 9886 80 151 0 9890 0
Current children cumulated CPU time (s) 160.63
Current children cumulated vsize (KiB) 57048

[startup+222.306 s]
/proc/loadavg: 2.67 2.51 2.27 4/82 27762
/proc/meminfo: memFree=1648912/2055920 swapFree=4180596/4192956
[pid=27729] ppid=27727 vsize=16872 CPUtime=2.35
/proc/27729/stat : 27729 (sugar++) S 27727 27729 26465 0 -1 4194304 1564 15479 0 3 7 2 206 20 16 0 1 0 66629186 17276928 1130 996147200 4194304 4206940 548682068528 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27729/statm: 4218 1130 414 3 0 797 0
[pid=27752] ppid=27729 vsize=46144 CPUtime=217.74
/proc/27752/stat : 27752 (minisat-inc) R 27729 27729 26465 0 -1 4194304 11379 0 0 0 21764 10 0 0 25 0 1 0 66629409 47251456 11325 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/27752/statm: 11536 11325 80 151 0 11382 0
Current children cumulated CPU time (s) 220.09
Current children cumulated vsize (KiB) 63016

[startup+282.302 s]
/proc/loadavg: 2.60 2.52 2.28 4/82 27762
/proc/meminfo: memFree=1643408/2055920 swapFree=4180596/4192956
[pid=27729] ppid=27727 vsize=16872 CPUtime=2.35
/proc/27729/stat : 27729 (sugar++) S 27727 27729 26465 0 -1 4194304 1564 15479 0 3 7 2 206 20 16 0 1 0 66629186 17276928 1130 996147200 4194304 4206940 548682068528 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27729/statm: 4218 1130 414 3 0 797 0
[pid=27752] ppid=27729 vsize=51548 CPUtime=277.19
/proc/27752/stat : 27752 (minisat-inc) R 27729 27729 26465 0 -1 4194304 12753 0 0 0 27708 11 0 0 25 0 1 0 66629409 52785152 12699 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/27752/statm: 12887 12699 80 151 0 12733 0
Current children cumulated CPU time (s) 279.54
Current children cumulated vsize (KiB) 68420

[startup+342.302 s]
/proc/loadavg: 2.77 2.59 2.32 4/82 27762
/proc/meminfo: memFree=1638096/2055920 swapFree=4180596/4192956
[pid=27729] ppid=27727 vsize=16872 CPUtime=2.35
/proc/27729/stat : 27729 (sugar++) S 27727 27729 26465 0 -1 4194304 1564 15479 0 3 7 2 206 20 16 0 1 0 66629186 17276928 1130 996147200 4194304 4206940 548682068528 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27729/statm: 4218 1130 414 3 0 797 0
[pid=27752] ppid=27729 vsize=57044 CPUtime=336.65
/proc/27752/stat : 27752 (minisat-inc) R 27729 27729 26465 0 -1 4194304 14066 0 0 0 33652 13 0 0 25 0 1 0 66629409 58413056 14012 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0

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

[pid=27752] ppid=27729 vsize=178132 CPUtime=2893.74
/proc/27752/stat : 27752 (minisat-inc) R 27729 27729 26465 0 -1 4194304 43865 0 0 0 289315 59 0 0 25 0 1 0 66629409 182407168 43795 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/27752/statm: 44533 43795 80 151 0 44379 0
Current children cumulated CPU time (s) 2896.09
Current children cumulated vsize (KiB) 195004

[startup+2982.3 s]
/proc/loadavg: 2.45 2.55 2.56 4/82 27768
/proc/meminfo: memFree=1516624/2055920 swapFree=4180596/4192956
[pid=27729] ppid=27727 vsize=16872 CPUtime=2.35
/proc/27729/stat : 27729 (sugar++) S 27727 27729 26465 0 -1 4194304 1564 15479 0 3 7 2 206 20 16 0 1 0 66629186 17276928 1130 996147200 4194304 4206940 548682068528 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27729/statm: 4218 1130 414 3 0 797 0
[pid=27752] ppid=27729 vsize=179888 CPUtime=2953.2
/proc/27752/stat : 27752 (minisat-inc) R 27729 27729 26465 0 -1 4194304 44298 0 0 0 295260 60 0 0 25 0 1 0 66629409 184205312 44228 996147200 134512640 135134323 4294956192 18446744073709551615 134531865 0 0 4096 3 0 0 0 17 1 0 0
/proc/27752/statm: 44972 44228 80 151 0 44818 0
Current children cumulated CPU time (s) 2955.55
Current children cumulated vsize (KiB) 196760

[startup+3042.3 s]
/proc/loadavg: 2.51 2.55 2.55 3/82 27768
/proc/meminfo: memFree=1514896/2055920 swapFree=4180596/4192956
[pid=27729] ppid=27727 vsize=16872 CPUtime=2.35
/proc/27729/stat : 27729 (sugar++) S 27727 27729 26465 0 -1 4194304 1564 15479 0 3 7 2 206 20 16 0 1 0 66629186 17276928 1130 996147200 4194304 4206940 548682068528 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27729/statm: 4218 1130 414 3 0 797 0
[pid=27752] ppid=27729 vsize=181612 CPUtime=3012.67
/proc/27752/stat : 27752 (minisat-inc) R 27729 27729 26465 0 -1 4194304 44750 0 0 0 301207 60 0 0 25 0 1 0 66629409 185970688 44680 996147200 134512640 135134323 4294956192 18446744073709551615 134532097 0 0 4096 3 0 0 0 17 1 0 0
/proc/27752/statm: 45403 44680 80 151 0 45249 0
Current children cumulated CPU time (s) 3015.02
Current children cumulated vsize (KiB) 198484

[startup+3102.3 s]
/proc/loadavg: 2.60 2.57 2.55 3/82 27768
/proc/meminfo: memFree=1512912/2055920 swapFree=4180596/4192956
[pid=27729] ppid=27727 vsize=16872 CPUtime=2.35
/proc/27729/stat : 27729 (sugar++) S 27727 27729 26465 0 -1 4194304 1564 15479 0 3 7 2 206 20 16 0 1 0 66629186 17276928 1130 996147200 4194304 4206940 548682068528 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27729/statm: 4218 1130 414 3 0 797 0
[pid=27752] ppid=27729 vsize=183464 CPUtime=3072.13
/proc/27752/stat : 27752 (minisat-inc) R 27729 27729 26465 0 -1 4194304 45213 0 0 0 307153 60 0 0 25 0 1 0 66629409 187867136 45143 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/27752/statm: 45866 45143 80 151 0 45712 0
Current children cumulated CPU time (s) 3074.48
Current children cumulated vsize (KiB) 200336

[startup+3162.3 s]
/proc/loadavg: 2.33 2.49 2.53 4/82 27768
/proc/meminfo: memFree=1509840/2055920 swapFree=4180596/4192956
[pid=27729] ppid=27727 vsize=16872 CPUtime=2.35
/proc/27729/stat : 27729 (sugar++) S 27727 27729 26465 0 -1 4194304 1564 15479 0 3 7 2 206 20 16 0 1 0 66629186 17276928 1130 996147200 4194304 4206940 548682068528 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27729/statm: 4218 1130 414 3 0 797 0
[pid=27752] ppid=27729 vsize=186700 CPUtime=3131.6
/proc/27752/stat : 27752 (minisat-inc) R 27729 27729 26465 0 -1 4194304 45999 0 0 0 313099 61 0 0 25 0 1 0 66629409 191180800 45929 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/27752/statm: 46675 45929 80 151 0 46521 0
Current children cumulated CPU time (s) 3133.95
Current children cumulated vsize (KiB) 203572

[startup+3222.3 s]
/proc/loadavg: 2.39 2.48 2.52 4/82 27768
/proc/meminfo: memFree=1507984/2055920 swapFree=4180596/4192956
[pid=27729] ppid=27727 vsize=16872 CPUtime=2.35
/proc/27729/stat : 27729 (sugar++) S 27727 27729 26465 0 -1 4194304 1564 15479 0 3 7 2 206 20 16 0 1 0 66629186 17276928 1130 996147200 4194304 4206940 548682068528 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27729/statm: 4218 1130 414 3 0 797 0
[pid=27752] ppid=27729 vsize=188848 CPUtime=3191.05
/proc/27752/stat : 27752 (minisat-inc) R 27729 27729 26465 0 -1 4194304 46456 0 0 0 319044 61 0 0 25 0 1 0 66629409 193380352 46386 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/27752/statm: 47212 46386 80 151 0 47058 0
Current children cumulated CPU time (s) 3193.4
Current children cumulated vsize (KiB) 205720

[startup+3282.3 s]
/proc/loadavg: 2.70 2.54 2.54 4/82 27768
/proc/meminfo: memFree=1506128/2055920 swapFree=4180596/4192956
[pid=27729] ppid=27727 vsize=16872 CPUtime=2.35
/proc/27729/stat : 27729 (sugar++) S 27727 27729 26465 0 -1 4194304 1564 15479 0 3 7 2 206 20 16 0 1 0 66629186 17276928 1130 996147200 4194304 4206940 548682068528 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27729/statm: 4218 1130 414 3 0 797 0
[pid=27752] ppid=27729 vsize=190696 CPUtime=3250.51
/proc/27752/stat : 27752 (minisat-inc) R 27729 27729 26465 0 -1 4194304 46921 0 0 0 324989 62 0 0 25 0 1 0 66629409 195272704 46851 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/27752/statm: 47674 46851 80 151 0 47520 0
Current children cumulated CPU time (s) 3252.86
Current children cumulated vsize (KiB) 207568

[startup+3342.3 s]
/proc/loadavg: 2.70 2.56 2.55 4/82 27768
/proc/meminfo: memFree=1504144/2055920 swapFree=4180596/4192956
[pid=27729] ppid=27727 vsize=16872 CPUtime=2.35
/proc/27729/stat : 27729 (sugar++) S 27727 27729 26465 0 -1 4194304 1564 15479 0 3 7 2 206 20 16 0 1 0 66629186 17276928 1130 996147200 4194304 4206940 548682068528 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27729/statm: 4218 1130 414 3 0 797 0
[pid=27752] ppid=27729 vsize=192544 CPUtime=3309.98
/proc/27752/stat : 27752 (minisat-inc) R 27729 27729 26465 0 -1 4194304 47414 0 0 0 330935 63 0 0 25 0 1 0 66629409 197165056 47344 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/27752/statm: 48136 47344 80 151 0 47982 0
Current children cumulated CPU time (s) 3312.33
Current children cumulated vsize (KiB) 209416

[startup+3402.3 s]
/proc/loadavg: 2.68 2.57 2.55 3/82 27768
/proc/meminfo: memFree=1502224/2055920 swapFree=4180596/4192956
[pid=27729] ppid=27727 vsize=16872 CPUtime=2.35
/proc/27729/stat : 27729 (sugar++) S 27727 27729 26465 0 -1 4194304 1564 15479 0 3 7 2 206 20 16 0 1 0 66629186 17276928 1130 996147200 4194304 4206940 548682068528 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27729/statm: 4218 1130 414 3 0 797 0
[pid=27752] ppid=27729 vsize=194436 CPUtime=3369.45
/proc/27752/stat : 27752 (minisat-inc) R 27729 27729 26465 0 -1 4194304 47891 0 0 0 336882 63 0 0 25 0 1 0 66629409 199102464 47821 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/27752/statm: 48609 47821 80 151 0 48455 0
Current children cumulated CPU time (s) 3371.8
Current children cumulated vsize (KiB) 211308

[startup+3462.3 s]
/proc/loadavg: 2.58 2.55 2.54 4/82 27770
/proc/meminfo: memFree=1500368/2055920 swapFree=4180596/4192956
[pid=27729] ppid=27727 vsize=16872 CPUtime=2.35
/proc/27729/stat : 27729 (sugar++) S 27727 27729 26465 0 -1 4194304 1564 15479 0 3 7 2 206 20 16 0 1 0 66629186 17276928 1130 996147200 4194304 4206940 548682068528 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27729/statm: 4218 1130 414 3 0 797 0
[pid=27752] ppid=27729 vsize=196016 CPUtime=3428.91
/proc/27752/stat : 27752 (minisat-inc) R 27729 27729 26465 0 -1 4194304 48307 0 0 0 342827 64 0 0 25 0 1 0 66629409 200720384 48237 996147200 134512640 135134323 4294956192 18446744073709551615 134531961 0 0 4096 3 0 0 0 17 1 0 0
/proc/27752/statm: 49004 48237 80 151 0 48850 0
Current children cumulated CPU time (s) 3431.26
Current children cumulated vsize (KiB) 212888

[startup+3522.31 s]
/proc/loadavg: 2.52 2.54 2.54 3/82 27770
/proc/meminfo: memFree=1498960/2055920 swapFree=4180596/4192956
[pid=27729] ppid=27727 vsize=16872 CPUtime=2.35
/proc/27729/stat : 27729 (sugar++) S 27727 27729 26465 0 -1 4194304 1564 15479 0 3 7 2 206 20 16 0 1 0 66629186 17276928 1130 996147200 4194304 4206940 548682068528 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27729/statm: 4218 1130 414 3 0 797 0
[pid=27752] ppid=27729 vsize=197784 CPUtime=3488.38
/proc/27752/stat : 27752 (minisat-inc) R 27729 27729 26465 0 -1 4194304 48704 0 0 0 348773 65 0 0 25 0 1 0 66629409 202530816 48634 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/27752/statm: 49446 48634 80 151 0 49292 0
Current children cumulated CPU time (s) 3490.73
Current children cumulated vsize (KiB) 214656

[startup+3582.3 s]
/proc/loadavg: 2.20 2.45 2.51 3/76 27835
/proc/meminfo: memFree=1549880/2055920 swapFree=4180596/4192956
[pid=27729] ppid=27727 vsize=16872 CPUtime=2.35
/proc/27729/stat : 27729 (sugar++) S 27727 27729 26465 0 -1 4194304 1564 15479 0 3 7 2 206 20 16 0 1 0 66629186 17276928 1130 996147200 4194304 4206940 548682068528 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27729/statm: 4218 1130 414 3 0 797 0
[pid=27752] ppid=27729 vsize=201084 CPUtime=3548.05
/proc/27752/stat : 27752 (minisat-inc) R 27729 27729 26465 0 -1 4194304 49462 0 0 0 354724 81 0 0 25 0 1 0 66629409 205910016 49380 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/27752/statm: 50271 49380 80 151 0 50117 0
Current children cumulated CPU time (s) 3550.4
Current children cumulated vsize (KiB) 217956



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3632 s]
/proc/loadavg: 2.09 2.38 2.48 3/76 27835
/proc/meminfo: memFree=1541048/2055920 swapFree=4180596/4192956
[pid=27729] ppid=27727 vsize=16872 CPUtime=2.35
/proc/27729/stat : 27729 (sugar++) S 27727 27729 26465 0 -1 4194304 1564 15479 0 3 7 2 206 20 16 0 1 0 66629186 17276928 1130 996147200 4194304 4206940 548682068528 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27729/statm: 4218 1130 414 3 0 797 0
[pid=27752] ppid=27729 vsize=202300 CPUtime=3597.74
/proc/27752/stat : 27752 (minisat-inc) R 27729 27729 26465 0 -1 4194304 49763 0 0 0 359692 82 0 0 25 0 1 0 66629409 207155200 49681 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/27752/statm: 50575 49681 80 151 0 50421 0
Current children cumulated CPU time (s) 3600.09
Current children cumulated vsize (KiB) 219172

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

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

[startup+3632 s]
/proc/loadavg: 2.09 2.38 2.48 3/76 27835
/proc/meminfo: memFree=1541048/2055920 swapFree=4180596/4192956
[pid=27729] ppid=27727 vsize=16872 CPUtime=2.35
/proc/27729/stat : 27729 (sugar++) S 27727 27729 26465 0 -1 4194304 1564 15479 0 3 7 2 206 20 16 0 1 0 66629186 17276928 1130 996147200 4194304 4206940 548682068528 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27729/statm: 4218 1130 414 3 0 797 0
[pid=27752] ppid=27729 vsize=202300 CPUtime=3597.74
/proc/27752/stat : 27752 (minisat-inc) R 27729 27729 26465 0 -1 4194304 49763 0 0 0 359692 82 0 0 25 0 1 0 66629409 207155200 49681 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/27752/statm: 50575 49681 80 151 0 50421 0
Current children cumulated CPU time (s) 3600.09
Current children cumulated vsize (KiB) 219172

Child status: 0
Real time (s): 3632.04
CPU time (s): 3600.15
CPU user time (s): 3599.06
CPU system time (s): 1.08283
CPU usage (%): 99.1218
Max. virtual memory (cumulated for all children) (KiB): 890472

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3599.06
system time used= 1.08283
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 66885
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= 3666
involuntary context switches= 82829

runsolver used 4.43033 second user time and 10.1585 second system time

The end

Launcher Data (download as text)

Begin job on node15 at 2008-07-15 07:21:06
IDJOB=1119603
IDBENCH=62390
IDSOLVER=367
FILE ID=node15/1119603-1216099265
PBS_JOBID= 7905169
Free space on /tmp= 66560 MiB

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

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 32958fbff4054aa04eb4fb9a9e878c10
RANDOM SEED=156219243

node15.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.279
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.279
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:       1706240 kB
Buffers:         69576 kB
Cached:         149340 kB
SwapCached:       6232 kB
Active:         236416 kB
Inactive:        66328 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1706240 kB
SwapTotal:     4192956 kB
SwapFree:      4180596 kB
Dirty:             856 kB
Writeback:           0 kB
Mapped:          99996 kB
Slab:            32016 kB
Committed_AS:  1151396 kB
PageTables:       2096 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= 66556 MiB
End job on node15 at 2008-07-15 08:21:40