Trace number 1120115

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.11 3612.34

General information on the benchmark

Namemaxcsp/maxcut/maxcut-60/
normalized-maxcut-60-580-1_ext.xml
MD5SUM4689ab1befcd6bc60083d121df0a6d1e
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkMSAT TO
Best Number of falsified constraints215
Best CPU time to get the best result obtained on this benchmark1633.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 09:53:11 2008
0.00/0.08	c 0	PID 28835
0.06/0.08	c 0	HOST node49.alineos.net
0.06/0.08	c 0	CONVERTING HOME/instance-1120115-1216108391.xml TO HOME/temp.csp
0.06/0.08	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1120115-1216108391.xml' 'HOME/temp.csp'
0.06/0.49	c 1	1 domains, 60 variables, 0 predicates, 1 relations, 580 constraints
0.06/0.51	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.51	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.06/0.59	c 1	Parsing HOME/temp.csp
0.45/0.72	c 1	parsed 642 expressions
0.45/0.73	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.45/0.74	c 1	MAX CSP: 580 constraints
0.45/0.74	c 1	Converting to clausal form CSP
0.45/0.78	c 1	converted 123 (10%) expressions
0.45/0.78	c 1	converted 245 (20%) expressions
0.45/0.80	c 1	converted 368 (30%) expressions
0.45/0.80	c 1	converted 490 (40%) expressions
0.45/0.82	c 1	converted 613 (50%) expressions
0.45/0.83	c 1	converted 735 (60%) expressions
0.45/0.84	c 1	converted 858 (70%) expressions
0.45/0.84	c 1	converted 980 (80%) expressions
0.45/0.91	c 1	converted 1103 (90%) expressions
0.93/1.02	c 1	converted 1225 (100%) expressions
0.93/1.02	c 1	CSP : 1220 integers, 0 booleans, 1739 clauses, largest domain size 871
0.93/1.02	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.93/1.02	c 1	Propagation in CSP
0.93/1.06	c 1	577 values, 0 unsatisfiable literals, and 0 valid clauses are removed
0.93/1.06	c 1	CSP : 1220 integers, 0 booleans, 1739 clauses, largest domain size 581
0.93/1.06	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.93/1.06	c 1	Simplifing CSP by introducing new Boolean variables
0.93/1.06	c 1	CSP : 1220 integers, 0 booleans, 1739 clauses, largest domain size 581
0.93/1.06	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.93/1.09	c 1	Encoding CSP to SAT : HOME/temp.cnf
0.93/1.10	c 1	122 (10%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.02/1.10	c 1	244 (20%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.02/1.11	c 1	366 (30%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.02/1.11	c 1	488 (40%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.02/1.11	c 1	610 (50%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.02/1.12	c 1	732 (60%) CSP integer variables are encoded (3889 clauses, 49904 bytes)
1.02/1.12	c 1	854 (70%) CSP integer variables are encoded (6089 clauses, 78504 bytes)
1.02/1.13	c 1	976 (80%) CSP integer variables are encoded (7502 clauses, 96873 bytes)
1.02/1.13	c 1	1098 (90%) CSP integer variables are encoded (8299 clauses, 107234 bytes)
1.02/1.13	c 1	1220 (100%) CSP integer variables are encoded (9420 clauses, 123044 bytes)
1.02/1.16	c 1	174 (10%) CSP clauses are encoded (9768 clauses, 127494 bytes)
1.02/1.18	c 1	348 (20%) CSP clauses are encoded (10116 clauses, 132366 bytes)
1.02/1.19	c 1	522 (30%) CSP clauses are encoded (10464 clauses, 137238 bytes)
1.12/1.21	c 1	696 (40%) CSP clauses are encoded (12810 clauses, 176694 bytes)
1.42/1.59	c 2	870 (50%) CSP clauses are encoded (189586 clauses, 3384603 bytes)
1.53/1.61	c 2	1044 (60%) CSP clauses are encoded (195956 clauses, 3496489 bytes)
1.72/1.89	c 2	1218 (70%) CSP clauses are encoded (361702 clauses, 6547858 bytes)
1.82/1.90	c 2	1392 (80%) CSP clauses are encoded (368984 clauses, 6676058 bytes)
1.82/1.93	c 2	1566 (90%) CSP clauses are encoded (386258 clauses, 6987948 bytes)
1.92/2.04	c 2	1739 (100%) CSP clauses are encoded (449920 clauses, 8267532 bytes)
1.92/2.04	c 2	1739 CSP clauses encoded
1.92/2.04	c 2	Writing map file : HOME/temp.map
1.92/2.06	c 2	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.92/2.06	c 2	SAT : 10640 SAT variables, 449920 SAT clauses, 8267532 bytes
1.92/2.06	c 2	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.98/2.11	c 2	OBJECTIVE minimize _COST
1.98/2.11	c 2	SOLVING HOME/temp.cnf
1.98/2.11	c 2	CMD HOME/minisat-inc -incremental HOME/temp.cnf HOME/temp.out
1.98/2.11	c 2	This is MiniSat 2.0 beta incremental
1.98/2.11	c 2	WARNING: for repeatability, setting FPU to use double precision
1.98/2.11	c 2	============================[ Problem Statistics ]=============================
1.98/2.11	c 2	|                                                                             |
1.98/2.11	c 2	|  Number of variables:  10640                                                |
1.98/2.11	c 2	|  Number of clauses:    449920                                               |
2.00/2.30	c 2	|  Parsing time:         0.17         s                                       |
2.00/2.31	c 2	OK
2.00/2.31	c 2	OBJECTIVE BOUND: 0 <= _COST <= 
2.00/2.31	c 2	SEARCHING: _COST <= 290
2.00/2.31	c 2	============================[ Search Statistics ]==============================
2.00/2.31	c 2	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
2.00/2.31	c 2	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
2.00/2.31	c 2	===============================================================================
2.00/2.31	c 2	|         0 |   10640   449920  1320920 |   149973        0    nan |  0.000 % |
2.00/2.46	c 3	|       101 |   10640   449920  1320920 |   164970      101     17 |  0.003 % |
2.00/2.62	c 3	|       252 |   10640   449920  1320920 |   181467      252     28 |  0.003 % |
2.00/2.70	c 3	|       479 |   10640   449920  1320920 |   199614      479     32 |  0.003 % |
2.00/2.84	c 3	|       817 |   10640   449920  1320920 |   219575      817     31 |  0.003 % |
2.00/3.03	c 3	|      1325 |   10640   449920  1320920 |   241533     1325     30 |  0.003 % |
3.68/3.80	c 4	|      2085 |   10640   449920  1320920 |   265686     2085     36 |  0.003 % |
4.08/4.29	c 4	|      3224 |   10640   449920  1320920 |   292255     3224     36 |  0.003 % |
4.48/4.62	c 5	|      4932 |   10640   449920  1320920 |   321481     4932     35 |  0.003 % |
6.28/6.46	c 7	|      7496 |   10640   449920  1320920 |   353629     7496     38 |  0.003 % |
8.47/8.67	c 9	|     11343 |   10640   449920  1320920 |   388992    11343     42 |  0.003 % |
12.27/12.46	c 13	|     17109 |   10640   449920  1320920 |   427891    17109     43 |  0.003 % |
17.07/17.24	c 17	|     25759 |   10640   449920  1320920 |   470680    25759     42 |  0.003 % |
17.07/17.29	c 17	===============================================================================
17.07/17.29	c 17	restarts              : 13
17.07/17.29	c 17	conflicts             : 25791         (1705 /sec)
17.07/17.29	c 17	decisions             : 32479         (0.47 % random) (2147 /sec)
17.07/17.29	c 17	propagations          : 9747696        (644403 /sec)
17.07/17.29	c 17	conflict literals     : 1095188        (21.73 % deleted)
17.07/17.29	c 17	Memory used           : 25.84 MB
17.07/17.29	c 17	CPU time              : 15.1267 s
17.07/17.29	c 17	
17.07/17.29	c 17	SATISFIABLE
17.07/17.29	c 17	OK
17.07/17.29	c 17	FOUND: _COST <= 290
17.07/17.29	s SATISFIABLE
17.07/17.29	c 17	DECODING HOME/temp.out WITH HOME/temp.map
17.07/17.29	c 17	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
17.21/17.52	c 18	Decoding HOME/temp.out
17.30/17.63	c 18	OBJECTIVE _COST 290
17.30/17.63	o 290
17.30/17.64	v 0 1 0 0 0 1 1 1 1 0 0 1 1 0 1 0 0 1 1 1 0 1 0 1 1 1 1 0 0 1 1 1 1 0 0 0 1 1 1 0 0 0 0 0 1 1 0 0 0 1 1 1 1 0 1 0 1 1 0 0
17.30/17.64	c 18	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
17.49/17.84	c 18	OK
17.49/17.84	c 18	OBJECTIVE BOUND: 0 <= _COST <= 290
17.49/17.84	c 18	SEARCHING: _COST <= 145
17.49/17.84	c 18	============================[ Search Statistics ]==============================
17.49/17.84	c 18	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
17.49/17.84	c 18	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
17.49/17.84	c 18	===============================================================================
17.49/17.84	c 18	|     25791 |    7740   287498   842064 |    95832    25791     42 |  0.003 % |
17.58/17.92	c 18	|     25891 |    7740   287498   842064 |   105415    25891     42 | 27.257 % |
17.68/18.05	c 18	|     26041 |    7740   287498   842064 |   115957    26041     42 | 27.257 % |
17.78/18.18	c 18	|     26266 |    7740   287498   842064 |   127553    26266     42 | 27.257 % |
17.98/18.39	c 19	|     26604 |    7740   287498   842064 |   140308    26604     42 | 27.257 % |
18.28/18.69	c 19	|     27112 |    7740   287498   842064 |   154339    27112     41 | 27.257 % |
18.68/19.09	c 19	|     27871 |    7740   287498   842064 |   169773    27871     41 | 27.257 % |
19.27/19.65	c 20	|     29010 |    7740   287498   842064 |   186750    29010     40 | 27.257 % |
20.17/20.54	c 21	|     30718 |    7740   287498   842064 |   205425    30718     39 | 27.257 % |
21.96/22.35	c 22	|     33281 |    7740   287498   842064 |   225968    33281     38 | 27.257 % |
24.54/24.95	c 25	|     37126 |    7740   287498   842064 |   248565    37126     37 | 27.257 % |
29.42/29.81	c 30	|     42893 |    7740   287498   842064 |   273421    42893     37 | 27.257 % |
38.78/39.30	c 39	|     51544 |    7740   287498   842064 |   300763    51544     36 | 27.257 % |
53.61/54.13	c 54	|     64519 |    7740   287498   842064 |   330840    64519     35 | 27.257 % |
78.38/79.07	c 79	|     83981 |    7740   287498   842064 |   363924    83981     35 | 27.257 % |
116.80/117.68	c 118	|    113174 |    7740   287498   842064 |   400316   113174     34 | 27.257 % |
190.44/191.63	c 192	|    156963 |    7740   287498   842064 |   440348   156963     34 | 27.257 % |
340.60/342.55	c 343	|    222647 |    7740   287498   842064 |   484383   222647     35 | 27.257 % |
616.83/620.12	c 620	|    321174 |    7740   287498   842064 |   532821   321174     35 | 27.257 % |
1058.67/1064.15	c 1064	|    468963 |    7740   287498   842064 |   586103   468963     33 | 27.257 % |
1687.80/1696.30	c 1696	|    690646 |    7740   287498   842064 |   644714   116448     37 | 27.257 % |
2691.04/2703.00	c 2703	|   1023174 |    7740   287498   842064 |   709185   448976     37 | 27.257 % |
3600.05/3612.31	c ERROR INTERRUPTED
3600.05/3612.33	c 3612	CPU 3599.53 (0.06 0.02 3599.47 0.54)
3600.05/3612.33	c 3612	END Tue Jul 15 10:53:23 2008

Verifier Data (download as text)

OK	263	317
263 unsatisfied constraints, 317 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-1120115-1216108391/watcher-1120115-1216108391 -o /tmp/evaluation-result-1120115-1216108391/solver-1120115-1216108391 -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-1120115-1216108391.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.53 2.62 2.53 4/80 28835
/proc/meminfo: memFree=1545832/2055920 swapFree=4180188/4192956
[pid=28835] ppid=28833 vsize=12268 CPUtime=0
/proc/28835/stat : 28835 (sugar++) R 28833 28835 28332 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 67534798 12562432 316 996147200 4194304 4206940 548682068528 18446744073709551615 224627751525 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/28835/statm: 3067 316 241 3 0 167 0

[startup+0.081822 s]
/proc/loadavg: 2.53 2.62 2.53 4/80 28835
/proc/meminfo: memFree=1545832/2055920 swapFree=4180188/4192956
[pid=28835] ppid=28833 vsize=16740 CPUtime=0.06
/proc/28835/stat : 28835 (sugar++) S 28833 28835 28332 0 -1 4194304 1143 0 0 0 5 1 0 0 18 0 1 0 67534798 17141760 1099 996147200 4194304 4206940 548682068528 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28835/statm: 4185 1099 406 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.102612 s]
/proc/loadavg: 2.53 2.62 2.53 4/80 28835
/proc/meminfo: memFree=1545832/2055920 swapFree=4180188/4192956
[pid=28835] ppid=28833 vsize=16740 CPUtime=0.06
/proc/28835/stat : 28835 (sugar++) S 28833 28835 28332 0 -1 4194304 1219 128 0 0 5 1 0 0 19 0 1 0 67534798 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28835/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.301636 s]
/proc/loadavg: 2.53 2.62 2.53 4/80 28835
/proc/meminfo: memFree=1545832/2055920 swapFree=4180188/4192956
[pid=28835] ppid=28833 vsize=16740 CPUtime=0.06
/proc/28835/stat : 28835 (sugar++) S 28833 28835 28332 0 -1 4194304 1219 128 0 0 5 1 0 0 19 0 1 0 67534798 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28835/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.701689 s]
/proc/loadavg: 2.53 2.62 2.53 4/80 28835
/proc/meminfo: memFree=1545832/2055920 swapFree=4180188/4192956
[pid=28835] ppid=28833 vsize=16740 CPUtime=0.45
/proc/28835/stat : 28835 (sugar++) S 28833 28835 28332 0 -1 4194304 1296 4534 0 1 5 1 37 2 15 0 1 0 67534798 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28835/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.45
Current children cumulated vsize (KiB) 16740

[startup+1.50281 s]
/proc/loadavg: 2.53 2.62 2.53 3/91 28857
/proc/meminfo: memFree=1531272/2055920 swapFree=4180188/4192956
[pid=28835] ppid=28833 vsize=16740 CPUtime=0.46
/proc/28835/stat : 28835 (sugar++) S 28833 28835 28332 0 -1 4194304 1297 4534 0 1 5 2 37 2 15 0 1 0 67534798 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28835/statm: 4185 1104 409 3 0 764 0
[pid=28848] ppid=28835 vsize=5356 CPUtime=0
/proc/28848/stat : 28848 (sh) S 28835 28835 28332 0 -1 4194304 278 0 0 0 0 0 0 0 17 0 1 0 67534850 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28848/statm: 1339 233 193 169 0 50 0
[pid=28849] ppid=28848 vsize=868384 CPUtime=0.96
/proc/28849/stat : 28849 (java) S 28848 28835 28332 0 -1 0 6599 0 1 0 91 5 0 0 20 0 9 0 67534850 889225216 5754 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/28849/statm: 217096 5754 2563 9 0 211643 0
[pid=28849/tid=28850] ppid=28848 vsize=868384 CPUtime=0.63
/proc/28849/task/28850/stat : 28850 (java) R 28848 28835 28332 0 -1 64 2797 0 1 0 60 3 0 0 25 0 9 0 67534851 889225216 5754 996147200 134512640 134550740 4294955920 18446744073709551615 4126943582 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28849/tid=28851] ppid=28848 vsize=868384 CPUtime=0.07
/proc/28849/task/28851/stat : 28851 (java) R 28848 28835 28332 0 -1 64 1622 0 0 0 7 0 0 0 15 0 9 0 67534852 889225216 5754 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=28849/tid=28852] ppid=28848 vsize=868384 CPUtime=0
/proc/28849/task/28852/stat : 28852 (java) S 28848 28835 28332 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 67534852 889225216 5754 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28849/tid=28853] ppid=28848 vsize=868384 CPUtime=0
/proc/28849/task/28853/stat : 28853 (java) S 28848 28835 28332 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 67534852 889225216 5754 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28849/tid=28854] ppid=28848 vsize=868384 CPUtime=0
/proc/28849/task/28854/stat : 28854 (java) S 28848 28835 28332 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 67534854 889225216 5754 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28849/tid=28855] ppid=28848 vsize=868384 CPUtime=0.23
/proc/28849/task/28855/stat : 28855 (java) S 28848 28835 28332 0 -1 64 1487 0 0 0 23 0 0 0 16 0 9 0 67534854 889225216 5754 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28849/tid=28856] ppid=28848 vsize=868384 CPUtime=0
/proc/28849/task/28856/stat : 28856 (java) S 28848 28835 28332 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 67534854 889225216 5754 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28849/tid=28857] ppid=28848 vsize=868384 CPUtime=0
/proc/28849/task/28857/stat : 28857 (java) S 28848 28835 28332 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 67534854 889225216 5754 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.42
Current children cumulated vsize (KiB) 890480

[startup+3.10103 s]
/proc/loadavg: 2.53 2.62 2.53 4/88 28857
/proc/meminfo: memFree=1521288/2055920 swapFree=4180188/4192956
[pid=28835] ppid=28833 vsize=16872 CPUtime=2
/proc/28835/stat : 28835 (sugar++) S 28833 28835 28332 0 -1 4194304 1479 11614 0 2 5 2 181 12 15 0 1 0 67534798 17276928 1129 996147200 4194304 4206940 548682068528 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28835/statm: 4218 1129 414 3 0 797 0
Current children cumulated CPU time (s) 2
Current children cumulated vsize (KiB) 16872

[startup+6.30149 s]
/proc/loadavg: 2.57 2.63 2.54 3/82 28858
/proc/meminfo: memFree=1512720/2055920 swapFree=4180188/4192956
[pid=28835] ppid=28833 vsize=16872 CPUtime=2
/proc/28835/stat : 28835 (sugar++) S 28833 28835 28332 0 -1 4194304 1479 11614 0 2 5 2 181 12 15 0 1 0 67534798 17276928 1129 996147200 4194304 4206940 548682068528 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28835/statm: 4218 1129 414 3 0 797 0
[pid=28858] ppid=28835 vsize=22496 CPUtime=4.18
/proc/28858/stat : 28858 (minisat-inc) R 28835 28835 28332 0 -1 4194304 5557 0 0 0 415 3 0 0 25 0 1 0 67535009 23035904 5505 996147200 134512640 135134323 4294956192 18446744073709551615 134524241 0 0 4096 3 0 0 0 17 0 0 0
/proc/28858/statm: 5624 5505 74 151 0 5470 0
Current children cumulated CPU time (s) 6.18
Current children cumulated vsize (KiB) 39368

[startup+12.7014 s]
/proc/loadavg: 2.52 2.62 2.53 3/82 28858
/proc/meminfo: memFree=1510480/2055920 swapFree=4180188/4192956
[pid=28835] ppid=28833 vsize=16872 CPUtime=2
/proc/28835/stat : 28835 (sugar++) S 28833 28835 28332 0 -1 4194304 1479 11614 0 2 5 2 181 12 16 0 1 0 67534798 17276928 1129 996147200 4194304 4206940 548682068528 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28835/statm: 4218 1129 414 3 0 797 0
[pid=28858] ppid=28835 vsize=24872 CPUtime=10.57
/proc/28858/stat : 28858 (minisat-inc) R 28835 28835 28332 0 -1 4194304 6122 0 0 0 1054 3 0 0 25 0 1 0 67535009 25468928 6070 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/28858/statm: 6218 6070 74 151 0 6064 0
Current children cumulated CPU time (s) 12.57
Current children cumulated vsize (KiB) 41744

[startup+25.502 s]
/proc/loadavg: 2.63 2.64 2.54 3/82 28868
/proc/meminfo: memFree=1508504/2055920 swapFree=4180188/4192956
[pid=28835] ppid=28833 vsize=16872 CPUtime=2.22
/proc/28835/stat : 28835 (sugar++) S 28833 28835 28332 0 -1 4194304 1564 15486 0 3 6 2 199 15 16 0 1 0 67534798 17276928 1130 996147200 4194304 4206940 548682068528 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28835/statm: 4218 1130 414 3 0 797 0
[pid=28858] ppid=28835 vsize=26620 CPUtime=22.92
/proc/28858/stat : 28858 (minisat-inc) R 28835 28835 28332 0 -1 4194304 6592 0 0 0 2288 4 0 0 25 0 1 0 67535009 27258880 6538 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/28858/statm: 6655 6538 80 151 0 6501 0
Current children cumulated CPU time (s) 25.14
Current children cumulated vsize (KiB) 43492

[startup+51.1017 s]
/proc/loadavg: 2.69 2.65 2.55 4/82 28868
/proc/meminfo: memFree=1506904/2055920 swapFree=4180188/4192956
[pid=28835] ppid=28833 vsize=16872 CPUtime=2.22
/proc/28835/stat : 28835 (sugar++) S 28833 28835 28332 0 -1 4194304 1564 15486 0 3 6 2 199 15 16 0 1 0 67534798 17276928 1130 996147200 4194304 4206940 548682068528 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28835/statm: 4218 1130 414 3 0 797 0
[pid=28858] ppid=28835 vsize=28544 CPUtime=48.4
/proc/28858/stat : 28858 (minisat-inc) R 28835 28835 28332 0 -1 4194304 7020 0 0 0 4835 5 0 0 25 0 1 0 67535009 29229056 6966 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/28858/statm: 7136 6966 80 151 0 6982 0
Current children cumulated CPU time (s) 50.62
Current children cumulated vsize (KiB) 45416

[startup+102.307 s]
/proc/loadavg: 2.75 2.67 2.56 3/82 28868
/proc/meminfo: memFree=1500184/2055920 swapFree=4180188/4192956
[pid=28835] ppid=28833 vsize=16872 CPUtime=2.22
/proc/28835/stat : 28835 (sugar++) S 28833 28835 28332 0 -1 4194304 1564 15486 0 3 6 2 199 15 16 0 1 0 67534798 17276928 1130 996147200 4194304 4206940 548682068528 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28835/statm: 4218 1130 414 3 0 797 0
[pid=28858] ppid=28835 vsize=35236 CPUtime=99.36
/proc/28858/stat : 28858 (minisat-inc) R 28835 28835 28332 0 -1 4194304 8683 0 0 0 9929 7 0 0 25 0 1 0 67535009 36081664 8629 996147200 134512640 135134323 4294956192 18446744073709551615 134531900 0 0 4096 3 0 0 0 17 1 0 0
/proc/28858/statm: 8809 8629 80 151 0 8655 0
Current children cumulated CPU time (s) 101.58
Current children cumulated vsize (KiB) 52108

[startup+162.301 s]
/proc/loadavg: 2.74 2.68 2.56 4/82 28868
/proc/meminfo: memFree=1493592/2055920 swapFree=4180188/4192956
[pid=28835] ppid=28833 vsize=16872 CPUtime=2.22
/proc/28835/stat : 28835 (sugar++) S 28833 28835 28332 0 -1 4194304 1564 15486 0 3 6 2 199 15 16 0 1 0 67534798 17276928 1130 996147200 4194304 4206940 548682068528 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28835/statm: 4218 1130 414 3 0 797 0
[pid=28858] ppid=28835 vsize=41800 CPUtime=159.05
/proc/28858/stat : 28858 (minisat-inc) R 28835 28835 28332 0 -1 4194304 10292 0 0 0 15897 8 0 0 25 0 1 0 67535009 42803200 10238 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/28858/statm: 10450 10238 80 151 0 10296 0
Current children cumulated CPU time (s) 161.27
Current children cumulated vsize (KiB) 58672

[startup+222.302 s]
/proc/loadavg: 2.71 2.68 2.57 3/82 28868
/proc/meminfo: memFree=1487896/2055920 swapFree=4180188/4192956
[pid=28835] ppid=28833 vsize=16872 CPUtime=2.22
/proc/28835/stat : 28835 (sugar++) S 28833 28835 28332 0 -1 4194304 1564 15486 0 3 6 2 199 15 16 0 1 0 67534798 17276928 1130 996147200 4194304 4206940 548682068528 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28835/statm: 4218 1130 414 3 0 797 0
[pid=28858] ppid=28835 vsize=47332 CPUtime=218.77
/proc/28858/stat : 28858 (minisat-inc) R 28835 28835 28332 0 -1 4194304 11688 0 0 0 21867 10 0 0 25 0 1 0 67535009 48467968 11634 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/28858/statm: 11833 11634 80 151 0 11679 0
Current children cumulated CPU time (s) 220.99
Current children cumulated vsize (KiB) 64204

[startup+282.301 s]
/proc/loadavg: 2.55 2.64 2.56 3/82 28868
/proc/meminfo: memFree=1483352/2055920 swapFree=4180188/4192956
[pid=28835] ppid=28833 vsize=16872 CPUtime=2.22
/proc/28835/stat : 28835 (sugar++) S 28833 28835 28332 0 -1 4194304 1564 15486 0 3 6 2 199 15 16 0 1 0 67534798 17276928 1130 996147200 4194304 4206940 548682068528 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28835/statm: 4218 1130 414 3 0 797 0
[pid=28858] ppid=28835 vsize=51852 CPUtime=278.47
/proc/28858/stat : 28858 (minisat-inc) R 28835 28835 28332 0 -1 4194304 12847 0 0 0 27836 11 0 0 25 0 1 0 67535009 53096448 12793 996147200 134512640 135134323 4294956192 18446744073709551615 134529701 0 0 4096 3 0 0 0 17 1 0 0
/proc/28858/statm: 12963 12793 80 151 0 12809 0
Current children cumulated CPU time (s) 280.69
Current children cumulated vsize (KiB) 68724

[startup+342.302 s]
/proc/loadavg: 2.66 2.64 2.56 3/82 28868
/proc/meminfo: memFree=1478808/2055920 swapFree=4180188/4192956
[pid=28835] ppid=28833 vsize=16872 CPUtime=2.22
/proc/28835/stat : 28835 (sugar++) S 28833 28835 28332 0 -1 4194304 1564 15486 0 3 6 2 199 15 16 0 1 0 67534798 17276928 1130 996147200 4194304 4206940 548682068528 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28835/statm: 4218 1130 414 3 0 797 0
[pid=28858] ppid=28835 vsize=56756 CPUtime=338.18
/proc/28858/stat : 28858 (minisat-inc) R 28835 28835 28332 0 -1 4194304 13956 0 0 0 33806 12 0 0 25 0 1 0 67535009 58118144 13902 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0

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

[pid=28858] ppid=28835 vsize=123356 CPUtime=2908.05
/proc/28858/stat : 28858 (minisat-inc) R 28835 28835 28332 0 -1 4194304 30197 0 0 0 290774 31 0 0 25 0 1 0 67535009 126316544 30143 996147200 134512640 135134323 4294956192 18446744073709551615 134532114 0 0 4096 3 0 0 0 17 1 0 0
/proc/28858/statm: 30839 30143 80 151 0 30685 0
Current children cumulated CPU time (s) 2910.27
Current children cumulated vsize (KiB) 140228

[startup+2982.3 s]
/proc/loadavg: 1.00 1.21 1.83 2/66 28900
/proc/meminfo: memFree=1492408/2055920 swapFree=4180188/4192956
[pid=28835] ppid=28833 vsize=16872 CPUtime=2.22
/proc/28835/stat : 28835 (sugar++) S 28833 28835 28332 0 -1 4194304 1564 15486 0 3 6 2 199 15 16 0 1 0 67534798 17276928 1130 996147200 4194304 4206940 548682068528 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28835/statm: 4218 1130 414 3 0 797 0
[pid=28858] ppid=28835 vsize=123520 CPUtime=2968.03
/proc/28858/stat : 28858 (minisat-inc) R 28835 28835 28332 0 -1 4194304 30233 0 0 0 296771 32 0 0 25 0 1 0 67535009 126484480 30179 996147200 134512640 135134323 4294956192 18446744073709551615 134531958 0 0 4096 3 0 0 0 17 1 0 0
/proc/28858/statm: 30880 30179 80 151 0 30726 0
Current children cumulated CPU time (s) 2970.25
Current children cumulated vsize (KiB) 140392

[startup+3042.3 s]
/proc/loadavg: 1.00 1.17 1.78 2/66 28900
/proc/meminfo: memFree=1492280/2055920 swapFree=4180188/4192956
[pid=28835] ppid=28833 vsize=16872 CPUtime=2.22
/proc/28835/stat : 28835 (sugar++) S 28833 28835 28332 0 -1 4194304 1564 15486 0 3 6 2 199 15 16 0 1 0 67534798 17276928 1130 996147200 4194304 4206940 548682068528 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28835/statm: 4218 1130 414 3 0 797 0
[pid=28858] ppid=28835 vsize=123684 CPUtime=3028.01
/proc/28858/stat : 28858 (minisat-inc) R 28835 28835 28332 0 -1 4194304 30270 0 0 0 302769 32 0 0 25 0 1 0 67535009 126652416 30216 996147200 134512640 135134323 4294956192 18446744073709551615 134531911 0 0 4096 3 0 0 0 17 1 0 0
/proc/28858/statm: 30921 30216 80 151 0 30767 0
Current children cumulated CPU time (s) 3030.23
Current children cumulated vsize (KiB) 140556

[startup+3102.3 s]
/proc/loadavg: 1.00 1.14 1.72 2/66 28900
/proc/meminfo: memFree=1492344/2055920 swapFree=4180188/4192956
[pid=28835] ppid=28833 vsize=16872 CPUtime=2.22
/proc/28835/stat : 28835 (sugar++) S 28833 28835 28332 0 -1 4194304 1564 15486 0 3 6 2 199 15 16 0 1 0 67534798 17276928 1130 996147200 4194304 4206940 548682068528 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28835/statm: 4218 1130 414 3 0 797 0
[pid=28858] ppid=28835 vsize=123684 CPUtime=3087.99
/proc/28858/stat : 28858 (minisat-inc) R 28835 28835 28332 0 -1 4194304 30273 0 0 0 308767 32 0 0 25 0 1 0 67535009 126652416 30219 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/28858/statm: 30921 30219 80 151 0 30767 0
Current children cumulated CPU time (s) 3090.21
Current children cumulated vsize (KiB) 140556

[startup+3162.3 s]
/proc/loadavg: 1.00 1.11 1.68 2/66 28900
/proc/meminfo: memFree=1490744/2055920 swapFree=4180188/4192956
[pid=28835] ppid=28833 vsize=16872 CPUtime=2.22
/proc/28835/stat : 28835 (sugar++) S 28833 28835 28332 0 -1 4194304 1564 15486 0 3 6 2 199 15 16 0 1 0 67534798 17276928 1130 996147200 4194304 4206940 548682068528 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28835/statm: 4218 1130 414 3 0 797 0
[pid=28858] ppid=28835 vsize=125296 CPUtime=3147.97
/proc/28858/stat : 28858 (minisat-inc) R 28835 28835 28332 0 -1 4194304 30668 0 0 0 314765 32 0 0 25 0 1 0 67535009 128303104 30614 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/28858/statm: 31324 30614 80 151 0 31170 0
Current children cumulated CPU time (s) 3150.19
Current children cumulated vsize (KiB) 142168

[startup+3222.3 s]
/proc/loadavg: 1.00 1.09 1.63 2/66 28900
/proc/meminfo: memFree=1488568/2055920 swapFree=4180188/4192956
[pid=28835] ppid=28833 vsize=16872 CPUtime=2.22
/proc/28835/stat : 28835 (sugar++) S 28833 28835 28332 0 -1 4194304 1564 15486 0 3 6 2 199 15 16 0 1 0 67534798 17276928 1130 996147200 4194304 4206940 548682068528 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28835/statm: 4218 1130 414 3 0 797 0
[pid=28858] ppid=28835 vsize=127460 CPUtime=3207.95
/proc/28858/stat : 28858 (minisat-inc) R 28835 28835 28332 0 -1 4194304 31204 0 0 0 320762 33 0 0 25 0 1 0 67535009 130519040 31150 996147200 134512640 135134323 4294956192 18446744073709551615 134531900 0 0 4096 3 0 0 0 17 1 0 0
/proc/28858/statm: 31865 31150 80 151 0 31711 0
Current children cumulated CPU time (s) 3210.17
Current children cumulated vsize (KiB) 144332

[startup+3282.3 s]
/proc/loadavg: 1.00 1.07 1.59 2/66 28900
/proc/meminfo: memFree=1486456/2055920 swapFree=4180188/4192956
[pid=28835] ppid=28833 vsize=16872 CPUtime=2.22
/proc/28835/stat : 28835 (sugar++) S 28833 28835 28332 0 -1 4194304 1564 15486 0 3 6 2 199 15 16 0 1 0 67534798 17276928 1130 996147200 4194304 4206940 548682068528 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28835/statm: 4218 1130 414 3 0 797 0
[pid=28858] ppid=28835 vsize=129576 CPUtime=3267.94
/proc/28858/stat : 28858 (minisat-inc) R 28835 28835 28332 0 -1 4194304 31733 0 0 0 326761 33 0 0 25 0 1 0 67535009 132685824 31679 996147200 134512640 135134323 4294956192 18446744073709551615 134531900 0 0 4096 3 0 0 0 17 1 0 0
/proc/28858/statm: 32394 31679 80 151 0 32240 0
Current children cumulated CPU time (s) 3270.16
Current children cumulated vsize (KiB) 146448

[startup+3342.3 s]
/proc/loadavg: 1.00 1.05 1.55 2/66 28900
/proc/meminfo: memFree=1484408/2055920 swapFree=4180188/4192956
[pid=28835] ppid=28833 vsize=16872 CPUtime=2.22
/proc/28835/stat : 28835 (sugar++) S 28833 28835 28332 0 -1 4194304 1564 15486 0 3 6 2 199 15 16 0 1 0 67534798 17276928 1130 996147200 4194304 4206940 548682068528 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28835/statm: 4218 1130 414 3 0 797 0
[pid=28858] ppid=28835 vsize=131660 CPUtime=3327.92
/proc/28858/stat : 28858 (minisat-inc) R 28835 28835 28332 0 -1 4194304 32246 0 0 0 332758 34 0 0 25 0 1 0 67535009 134819840 32192 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/28858/statm: 32915 32192 80 151 0 32761 0
Current children cumulated CPU time (s) 3330.14
Current children cumulated vsize (KiB) 148532

[startup+3402.31 s]
/proc/loadavg: 1.00 1.04 1.51 2/66 28900
/proc/meminfo: memFree=1482552/2055920 swapFree=4180188/4192956
[pid=28835] ppid=28833 vsize=16872 CPUtime=2.22
/proc/28835/stat : 28835 (sugar++) S 28833 28835 28332 0 -1 4194304 1564 15486 0 3 6 2 199 15 16 0 1 0 67534798 17276928 1130 996147200 4194304 4206940 548682068528 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28835/statm: 4218 1130 414 3 0 797 0
[pid=28858] ppid=28835 vsize=133484 CPUtime=3387.9
/proc/28858/stat : 28858 (minisat-inc) R 28835 28835 28332 0 -1 4194304 32690 0 0 0 338756 34 0 0 25 0 1 0 67535009 136687616 32636 996147200 134512640 135134323 4294956192 18446744073709551615 134531961 0 0 4096 3 0 0 0 17 1 0 0
/proc/28858/statm: 33371 32636 80 151 0 33217 0
Current children cumulated CPU time (s) 3390.12
Current children cumulated vsize (KiB) 150356

[startup+3462.3 s]
/proc/loadavg: 1.12 1.06 1.49 2/66 28900
/proc/meminfo: memFree=1480248/2055920 swapFree=4180188/4192956
[pid=28835] ppid=28833 vsize=16872 CPUtime=2.22
/proc/28835/stat : 28835 (sugar++) S 28833 28835 28332 0 -1 4194304 1564 15486 0 3 6 2 199 15 16 0 1 0 67534798 17276928 1130 996147200 4194304 4206940 548682068528 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28835/statm: 4218 1130 414 3 0 797 0
[pid=28858] ppid=28835 vsize=135920 CPUtime=3447.88
/proc/28858/stat : 28858 (minisat-inc) R 28835 28835 28332 0 -1 4194304 33272 0 0 0 344753 35 0 0 25 0 1 0 67535009 139182080 33218 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/28858/statm: 33980 33218 80 151 0 33826 0
Current children cumulated CPU time (s) 3450.1
Current children cumulated vsize (KiB) 152792

[startup+3522.3 s]
/proc/loadavg: 1.10 1.06 1.46 2/66 28900
/proc/meminfo: memFree=1478008/2055920 swapFree=4180188/4192956
[pid=28835] ppid=28833 vsize=16872 CPUtime=2.22
/proc/28835/stat : 28835 (sugar++) S 28833 28835 28332 0 -1 4194304 1564 15486 0 3 6 2 199 15 16 0 1 0 67534798 17276928 1130 996147200 4194304 4206940 548682068528 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28835/statm: 4218 1130 414 3 0 797 0
[pid=28858] ppid=28835 vsize=138052 CPUtime=3507.86
/proc/28858/stat : 28858 (minisat-inc) R 28835 28835 28332 0 -1 4194304 33820 0 0 0 350750 36 0 0 25 0 1 0 67535009 141365248 33766 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/28858/statm: 34513 33766 80 151 0 34359 0
Current children cumulated CPU time (s) 3510.08
Current children cumulated vsize (KiB) 154924

[startup+3582.3 s]
/proc/loadavg: 1.09 1.06 1.43 2/66 28900
/proc/meminfo: memFree=1475896/2055920 swapFree=4180188/4192956
[pid=28835] ppid=28833 vsize=16872 CPUtime=2.22
/proc/28835/stat : 28835 (sugar++) S 28833 28835 28332 0 -1 4194304 1564 15486 0 3 6 2 199 15 16 0 1 0 67534798 17276928 1130 996147200 4194304 4206940 548682068528 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28835/statm: 4218 1130 414 3 0 797 0
[pid=28858] ppid=28835 vsize=140244 CPUtime=3567.84
/proc/28858/stat : 28858 (minisat-inc) R 28835 28835 28332 0 -1 4194304 34354 0 0 0 356748 36 0 0 25 0 1 0 67535009 143609856 34300 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/28858/statm: 35061 34300 80 151 0 34907 0
Current children cumulated CPU time (s) 3570.06
Current children cumulated vsize (KiB) 157116



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3612.3 s]
/proc/loadavg: 1.06 1.06 1.42 2/66 28900
/proc/meminfo: memFree=1474808/2055920 swapFree=4180188/4192956
[pid=28835] ppid=28833 vsize=16872 CPUtime=2.22
/proc/28835/stat : 28835 (sugar++) S 28833 28835 28332 0 -1 4194304 1564 15486 0 3 6 2 199 15 16 0 1 0 67534798 17276928 1130 996147200 4194304 4206940 548682068528 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28835/statm: 4218 1130 414 3 0 797 0
[pid=28858] ppid=28835 vsize=141300 CPUtime=3597.83
/proc/28858/stat : 28858 (minisat-inc) R 28835 28835 28332 0 -1 4194304 34616 0 0 0 359747 36 0 0 25 0 1 0 67535009 144691200 34562 996147200 134512640 135134323 4294956192 18446744073709551615 134531971 0 0 4096 3 0 0 0 17 1 0 0
/proc/28858/statm: 35325 34562 80 151 0 35171 0
Current children cumulated CPU time (s) 3600.05
Current children cumulated vsize (KiB) 158172

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

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

[startup+3612.3 s]
/proc/loadavg: 1.06 1.06 1.42 2/66 28900
/proc/meminfo: memFree=1474808/2055920 swapFree=4180188/4192956
[pid=28835] ppid=28833 vsize=16872 CPUtime=2.22
/proc/28835/stat : 28835 (sugar++) S 28833 28835 28332 0 -1 4194304 1564 15486 0 3 6 2 199 15 16 0 1 0 67534798 17276928 1130 996147200 4194304 4206940 548682068528 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28835/statm: 4218 1130 414 3 0 797 0
[pid=28858] ppid=28835 vsize=141300 CPUtime=3597.83
/proc/28858/stat : 28858 (minisat-inc) R 28835 28835 28332 0 -1 4194304 34616 0 0 0 359747 36 0 0 25 0 1 0 67535009 144691200 34562 996147200 134512640 135134323 4294956192 18446744073709551615 134531971 0 0 4096 3 0 0 0 17 1 0 0
/proc/28858/statm: 35325 34562 80 151 0 35171 0
Current children cumulated CPU time (s) 3600.05
Current children cumulated vsize (KiB) 158172

Child status: 0
Real time (s): 3612.34
CPU time (s): 3600.11
CPU user time (s): 3599.53
CPU system time (s): 0.574912
CPU usage (%): 99.6614
Max. virtual memory (cumulated for all children) (KiB): 890480

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3599.53
system time used= 0.574912
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 51745
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= 3575
involuntary context switches= 30920

runsolver used 3.61345 second user time and 9.37257 second system time

The end

Launcher Data (download as text)

Begin job on node49 at 2008-07-15 09:53:11
IDJOB=1120115
IDBENCH=62454
IDSOLVER=367
FILE ID=node49/1120115-1216108391
PBS_JOBID= 7905299
Free space on /tmp= 66540 MiB

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

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 4689ab1befcd6bc60083d121df0a6d1e
RANDOM SEED=546533349

node49.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.239
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.239
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:       1546568 kB
Buffers:         75048 kB
Cached:         278944 kB
SwapCached:       6272 kB
Active:         275884 kB
Inactive:       162776 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1546568 kB
SwapTotal:     4192956 kB
SwapFree:      4180188 kB
Dirty:             888 kB
Writeback:           0 kB
Mapped:         100612 kB
Slab:            55708 kB
Committed_AS:  1142744 kB
PageTables:       1988 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66544 MiB
End job on node49 at 2008-07-15 10:53:25