Trace number 1120116

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+minisatMSAT (TO) 3600.07 3601.73

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.05	c 0	Sugar v1-13 + HOME/minisat
0.00/0.05	c 0	BEGIN Tue Jul 15 09:53:15 2008
0.00/0.05	c 0	PID 26559
0.00/0.05	c 0	HOST node57.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1120116-1216108395.xml TO HOME/temp.csp
0.00/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1120116-1216108395.xml' 'HOME/temp.csp'
0.03/0.57	c 0	1 domains, 60 variables, 0 predicates, 1 relations, 580 constraints
0.03/0.66	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.66	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -max -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.47/0.74	c 0	Parsing HOME/temp.csp
0.47/0.87	c 1	parsed 642 expressions
0.47/0.87	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.47/0.89	c 1	MAX CSP: 580 constraints
0.47/0.89	c 1	Converting to clausal form CSP
0.47/0.92	c 1	converted 123 (10%) expressions
0.47/0.93	c 1	converted 245 (20%) expressions
0.47/0.95	c 1	converted 368 (30%) expressions
0.47/0.95	c 1	converted 490 (40%) expressions
0.47/0.97	c 1	converted 613 (50%) expressions
0.47/0.98	c 1	converted 735 (60%) expressions
0.47/0.99	c 1	converted 858 (70%) expressions
0.47/0.99	c 1	converted 980 (80%) expressions
0.79/1.07	c 1	converted 1103 (90%) expressions
0.89/1.18	c 1	converted 1225 (100%) expressions
0.89/1.18	c 1	CSP : 1220 integers, 0 booleans, 1739 clauses, largest domain size 871
0.89/1.19	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.89/1.19	c 1	Propagation in CSP
0.98/1.23	c 1	577 values, 0 unsatisfiable literals, and 0 valid clauses are removed
0.98/1.23	c 1	CSP : 1220 integers, 0 booleans, 1739 clauses, largest domain size 581
0.98/1.23	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.98/1.23	c 1	Simplifing CSP by introducing new Boolean variables
0.98/1.24	c 1	CSP : 1220 integers, 0 booleans, 1739 clauses, largest domain size 581
0.98/1.24	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.98/1.27	c 1	Encoding CSP to SAT : HOME/temp.cnf
0.98/1.28	c 1	122 (10%) CSP integer variables are encoded (0 clauses, 64 bytes)
0.98/1.28	c 1	244 (20%) CSP integer variables are encoded (0 clauses, 64 bytes)
0.98/1.28	c 1	366 (30%) CSP integer variables are encoded (0 clauses, 64 bytes)
0.98/1.28	c 1	488 (40%) CSP integer variables are encoded (0 clauses, 64 bytes)
0.98/1.28	c 1	610 (50%) CSP integer variables are encoded (0 clauses, 64 bytes)
0.98/1.30	c 1	732 (60%) CSP integer variables are encoded (3889 clauses, 49904 bytes)
1.08/1.30	c 1	854 (70%) CSP integer variables are encoded (6089 clauses, 78504 bytes)
1.08/1.30	c 1	976 (80%) CSP integer variables are encoded (7502 clauses, 96873 bytes)
1.08/1.30	c 1	1098 (90%) CSP integer variables are encoded (8299 clauses, 107234 bytes)
1.08/1.31	c 1	1220 (100%) CSP integer variables are encoded (9420 clauses, 123044 bytes)
1.08/1.34	c 1	174 (10%) CSP clauses are encoded (9768 clauses, 127494 bytes)
1.08/1.36	c 1	348 (20%) CSP clauses are encoded (10116 clauses, 132366 bytes)
1.08/1.38	c 1	522 (30%) CSP clauses are encoded (10464 clauses, 137238 bytes)
1.08/1.39	c 1	696 (40%) CSP clauses are encoded (12810 clauses, 176694 bytes)
1.57/1.81	c 1	870 (50%) CSP clauses are encoded (189586 clauses, 3384603 bytes)
1.57/1.82	c 2	1044 (60%) CSP clauses are encoded (195956 clauses, 3496489 bytes)
1.87/2.12	c 2	1218 (70%) CSP clauses are encoded (361702 clauses, 6547858 bytes)
1.87/2.14	c 2	1392 (80%) CSP clauses are encoded (368984 clauses, 6676058 bytes)
1.87/2.17	c 2	1566 (90%) CSP clauses are encoded (386258 clauses, 6987948 bytes)
1.97/2.29	c 2	1739 (100%) CSP clauses are encoded (449920 clauses, 8267532 bytes)
1.97/2.29	c 2	1739 CSP clauses encoded
1.97/2.29	c 2	Writing map file : HOME/temp.map
2.06/2.30	c 2	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.06/2.30	c 2	SAT : 10640 SAT variables, 449920 SAT clauses, 8267532 bytes
2.06/2.30	c 2	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.06/2.34	c 2	OBJECTIVE minimize _COST
2.06/2.34	c 2	OBJECTIVE BOUND: 0 <= _COST <= 
2.06/2.34	c 2	SEARCHING: _COST <= 290
2.06/2.34	c 2	SOLVING HOME/temp.cnf
2.06/2.34	c 2	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
2.06/2.34	c 2	This is MiniSat 2.0 beta
2.06/2.34	c 2	WARNING: for repeatability, setting FPU to use double precision
2.06/2.34	c 2	============================[ Problem Statistics ]=============================
2.06/2.34	c 2	|                                                                             |
2.06/2.34	c 2	|  Number of variables:  10640                                                |
2.06/2.34	c 2	|  Number of clauses:    449921                                               |
2.09/2.57	c 2	|  Parsing time:         0.20         s                                       |
2.09/2.71	c 2	============================[ Search Statistics ]==============================
2.09/2.71	c 2	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
2.09/2.71	c 2	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
2.09/2.71	c 2	===============================================================================
2.09/2.71	c 2	|         0 |    7740   287498   842064 |    95832        0    nan |  0.000 % |
2.09/2.87	c 3	|       100 |    7740   287498   842064 |   105415      100     26 | 27.256 % |
2.09/2.91	c 3	|       250 |    7740   287498   842064 |   115957      250     27 | 27.256 % |
2.09/2.96	c 3	|       476 |    7740   287498   842064 |   127553      476     26 | 27.256 % |
2.09/3.14	c 3	|       813 |    7740   287498   842064 |   140308      813     31 | 27.256 % |
2.93/3.27	c 3	|      1319 |    7740   287498   842064 |   154339     1319     32 | 27.256 % |
3.03/3.32	c 3	===============================================================================
3.03/3.32	c 3	restarts              : 6
3.03/3.32	c 3	conflicts             : 1458           (1566 /sec)
3.03/3.32	c 3	decisions             : 2664           (0.86 % random) (2862 /sec)
3.03/3.32	c 3	propagations          : 664838         (714221 /sec)
3.03/3.32	c 3	conflict literals     : 46336          (19.78 % deleted)
3.03/3.32	c 3	Memory used           : 19.86 MB
3.03/3.32	c 3	CPU time              : 0.930858 s
3.03/3.32	c 3	
3.03/3.33	c 3	SATISFIABLE
3.03/3.33	c 3	FOUND: _COST <= 290
3.03/3.33	s SATISFIABLE
3.03/3.33	c 3	DECODING HOME/temp.out WITH HOME/temp.map
3.03/3.33	c 3	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
3.07/3.41	c 3	Decoding HOME/temp.out
3.07/3.51	c 3	OBJECTIVE _COST 290
3.07/3.51	o 290
3.07/3.52	v 0 0 1 0 0 1 1 0 0 1 0 0 1 0 1 1 0 0 0 1 1 0 1 1 1 0 1 0 1 1 1 0 0 0 1 0 1 1 1 1 0 0 0 0 1 0 1 0 1 1 0 1 0 1 1 1 1 1 0 0
3.07/3.52	c 3	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
3.07/3.54	c 3	OBJECTIVE BOUND: 0 <= _COST <= 290
3.07/3.54	c 3	SEARCHING: _COST <= 145
3.07/3.54	c 3	SOLVING HOME/temp.cnf
3.07/3.54	c 3	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
3.07/3.55	c 3	This is MiniSat 2.0 beta
3.07/3.55	c 3	WARNING: for repeatability, setting FPU to use double precision
3.07/3.55	c 3	============================[ Problem Statistics ]=============================
3.07/3.55	c 3	|                                                                             |
3.07/3.55	c 3	|  Number of variables:  10640                                                |
3.07/3.55	c 3	|  Number of clauses:    449921                                               |
3.26/3.76	c 3	|  Parsing time:         0.18         s                                       |
3.26/3.94	c 4	============================[ Search Statistics ]==============================
3.26/3.94	c 4	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
3.26/3.94	c 4	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
3.26/3.94	c 4	===============================================================================
3.26/3.94	c 4	|         0 |    6145   188318   549164 |    62772        0    nan |  0.000 % |
3.26/4.02	c 4	|       100 |    6145   188318   549164 |    69049      100     15 | 42.246 % |
3.26/4.05	c 4	|       252 |    6145   188318   549164 |    75954      252     18 | 42.246 % |
3.26/4.10	c 4	|       477 |    6145   188318   549164 |    83550      477     20 | 42.246 % |
3.26/4.15	c 4	|       815 |    6145   188318   549164 |    91905      815     19 | 42.247 % |
3.26/4.25	c 4	|      1321 |    6145   188318   549164 |   101096     1321     21 | 42.246 % |
4.11/4.41	c 4	|      2080 |    6145   188318   549164 |   111205     2080     21 | 42.246 % |
4.30/4.66	c 4	|      3219 |    6145   188318   549164 |   122326     3219     21 | 42.246 % |
4.70/5.08	c 5	|      4927 |    6145   188318   549164 |   134558     4927     21 | 42.246 % |
5.50/5.85	c 6	|      7491 |    6145   188318   549164 |   148014     7491     21 | 42.246 % |
7.20/7.55	c 7	|     11335 |    6145   188318   549164 |   162816    11335     22 | 42.246 % |
9.80/10.12	c 10	|     17103 |    6145   188318   549164 |   179097    17103     22 | 42.246 % |
14.50/14.86	c 15	|     25752 |    6145   188318   549164 |   197007    25752     25 | 42.246 % |
21.99/22.36	c 22	|     38726 |    6145   188318   549164 |   216708    38726     27 | 42.246 % |
36.49/36.80	c 36	|     58187 |    6145   188318   549164 |   238379    58187     26 | 42.246 % |
68.57/68.97	c 69	|     87379 |    6145   188318   549164 |   262217    87379     29 | 42.246 % |
122.46/122.86	c 123	|    131168 |    6145   188318   549164 |   288438   131168     30 | 42.246 % |
229.52/229.92	c 230	|    196853 |    6145   188318   549164 |   317282   196853     31 | 42.246 % |
432.34/432.83	c 433	|    295380 |    6145   188318   549164 |   349010   295380     31 | 42.246 % |
703.65/704.21	c 704	|    443170 |    6145   188318   549164 |   383911   105201     36 | 42.246 % |
1143.87/1144.66	c 1144	|    664853 |    6145   188318   549164 |   422303   326884     34 | 42.246 % |
1936.08/1937.20	c 1937	|    997378 |    6145   188318   549164 |   464533   249172     35 | 42.246 % |
3195.01/3196.52	c 3196	|   1496166 |    6145   188318   549164 |   510986   295015     35 | 42.246 % |
3600.07/3601.71	c ERROR INTERRUPTED
3600.07/3601.72	c 3601	CPU 3.07 (0.04 0 3.03 0.19)
3600.07/3601.72	c 3601	END Tue Jul 15 10:53:16 2008

Verifier Data (download as text)

OK	254	326
254 unsatisfied constraints, 326 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-1120116-1216108395/watcher-1120116-1216108395 -o /tmp/evaluation-result-1120116-1216108395/solver-1120116-1216108395 -C 3600 -W 4000 -M 900 --output-limit 1,15 HOME/sugar -max -c -vv -java=java -Xmx700M -jar=HOME/sugar-v1-13.jar -solver=HOME/minisat -tmp=HOME/temp HOME/instance-1120116-1216108395.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: 3.08 2.82 2.67 5/80 26559
/proc/meminfo: memFree=1660544/2055920 swapFree=4192812/4192956
[pid=26559] ppid=26557 vsize=18572 CPUtime=0
/proc/26559/stat : 26559 (runsolver) R 26557 26559 26242 0 -1 4194368 15 0 0 0 0 0 0 0 22 0 1 0 67538013 19017728 292 996147200 4194304 4296836 548682068256 18446744073709551615 218076081447 0 0 4096 24578 0 0 0 17 1 0 0
/proc/26559/statm: 3067 316 241 3 0 167 0

[startup+0.0963821 s]
/proc/loadavg: 3.08 2.82 2.67 5/80 26559
/proc/meminfo: memFree=1660544/2055920 swapFree=4192812/4192956
[pid=26559] ppid=26557 vsize=13600 CPUtime=0.03
/proc/26559/stat : 26559 (sugar) S 26557 26559 26242 0 -1 4194304 898 127 0 0 3 0 0 0 19 0 1 0 67538013 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26559/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.101376 s]
/proc/loadavg: 3.08 2.82 2.67 5/80 26559
/proc/meminfo: memFree=1660544/2055920 swapFree=4192812/4192956
[pid=26559] ppid=26557 vsize=13600 CPUtime=0.03
/proc/26559/stat : 26559 (sugar) S 26557 26559 26242 0 -1 4194304 898 127 0 0 3 0 0 0 19 0 1 0 67538013 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26559/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301401 s]
/proc/loadavg: 3.08 2.82 2.67 5/80 26559
/proc/meminfo: memFree=1660544/2055920 swapFree=4192812/4192956
[pid=26559] ppid=26557 vsize=13600 CPUtime=0.03
/proc/26559/stat : 26559 (sugar) S 26557 26559 26242 0 -1 4194304 898 127 0 0 3 0 0 0 19 0 1 0 67538013 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26559/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701436 s]
/proc/loadavg: 3.08 2.82 2.67 5/80 26559
/proc/meminfo: memFree=1660544/2055920 swapFree=4192812/4192956
[pid=26559] ppid=26557 vsize=13600 CPUtime=0.47
/proc/26559/stat : 26559 (sugar) S 26557 26559 26242 0 -1 4194304 957 4529 0 1 3 0 41 3 16 0 1 0 67538013 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26559/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.47
Current children cumulated vsize (KiB) 13600

[startup+1.50251 s]
/proc/loadavg: 3.08 2.82 2.67 5/91 26581
/proc/meminfo: memFree=1651936/2055920 swapFree=4192812/4192956
[pid=26559] ppid=26557 vsize=13600 CPUtime=0.47
/proc/26559/stat : 26559 (sugar) S 26557 26559 26242 0 -1 4194304 974 4529 0 1 3 0 41 3 15 0 1 0 67538013 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26559/statm: 3400 797 370 3 0 500 0
[pid=26572] ppid=26559 vsize=5356 CPUtime=0
/proc/26572/stat : 26572 (sh) S 26559 26559 26242 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 67538080 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26572/statm: 1339 233 193 169 0 50 0
[pid=26573] ppid=26572 vsize=868376 CPUtime=0.81
/proc/26573/stat : 26573 (java) S 26572 26559 26242 0 -1 0 6530 0 1 0 77 4 0 0 18 0 9 0 67538080 889217024 5746 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26573/statm: 217094 5746 2563 9 0 211641 0
[pid=26573/tid=26574] ppid=26572 vsize=868376 CPUtime=0.47
/proc/26573/task/26574/stat : 26574 (java) R 26572 26559 26242 0 -1 64 2734 0 1 0 45 2 0 0 19 0 9 0 67538081 889217024 5746 996147200 134512640 134550740 4294955936 18446744073709551615 4126476207 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26573/tid=26575] ppid=26572 vsize=868376 CPUtime=0.06
/proc/26573/task/26575/stat : 26575 (java) S 26572 26559 26242 0 -1 64 1624 0 0 0 6 0 0 0 16 0 9 0 67538082 889217024 5746 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26573/tid=26576] ppid=26572 vsize=868376 CPUtime=0
/proc/26573/task/26576/stat : 26576 (java) S 26572 26559 26242 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 67538082 889217024 5746 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26573/tid=26577] ppid=26572 vsize=868376 CPUtime=0
/proc/26573/task/26577/stat : 26577 (java) S 26572 26559 26242 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 67538082 889217024 5746 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26573/tid=26578] ppid=26572 vsize=868376 CPUtime=0
/proc/26573/task/26578/stat : 26578 (java) S 26572 26559 26242 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 67538084 889217024 5746 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26573/tid=26579] ppid=26572 vsize=868376 CPUtime=0.25
/proc/26573/task/26579/stat : 26579 (java) S 26572 26559 26242 0 -1 64 1479 0 0 0 25 0 0 0 16 0 9 0 67538084 889217024 5746 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26573/tid=26580] ppid=26572 vsize=868376 CPUtime=0
/proc/26573/task/26580/stat : 26580 (java) S 26572 26559 26242 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 67538084 889217024 5746 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26573/tid=26581] ppid=26572 vsize=868376 CPUtime=0
/proc/26573/task/26581/stat : 26581 (java) R 26572 26559 26242 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 67538084 889217024 5746 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.28
Current children cumulated vsize (KiB) 887332

[startup+3.10165 s]
/proc/loadavg: 3.08 2.82 2.67 4/91 26581
/proc/meminfo: memFree=1639008/2055920 swapFree=4192812/4192956
[pid=26559] ppid=26557 vsize=13732 CPUtime=2.09
/proc/26559/stat : 26559 (sugar) S 26557 26559 26242 0 -1 4194304 1071 11600 0 2 4 0 192 13 15 0 1 0 67538013 14061568 819 996147200 4194304 4206940 548682068592 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26559/statm: 3433 819 374 3 0 533 0
Current children cumulated CPU time (s) 2.09
Current children cumulated vsize (KiB) 13732

[startup+6.30293 s]
/proc/loadavg: 2.99 2.80 2.67 3/83 26595
/proc/meminfo: memFree=1629856/2055920 swapFree=4192812/4192956
[pid=26559] ppid=26557 vsize=13732 CPUtime=3.26
/proc/26559/stat : 26559 (sugar) S 26557 26559 26242 0 -1 4194304 1190 20728 0 3 4 0 303 19 15 0 1 0 67538013 14061568 819 996147200 4194304 4206940 548682068592 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26559/statm: 3433 819 374 3 0 533 0
[pid=26594] ppid=26559 vsize=5356 CPUtime=0
/proc/26594/stat : 26594 (sh) S 26559 26559 26242 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 67538368 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26594/statm: 1339 232 193 169 0 50 0
[pid=26595] ppid=26594 vsize=20600 CPUtime=2.74
/proc/26595/stat : 26595 (minisat) R 26594 26559 26242 0 -1 4194304 5037 0 0 0 271 3 0 0 25 0 1 0 67538368 21094400 5023 996147200 134512640 135127466 4294956256 18446744073709551615 134530775 0 0 4096 3 0 0 0 17 0 0 0
/proc/26595/statm: 5150 5023 75 150 0 4997 0
Current children cumulated CPU time (s) 6
Current children cumulated vsize (KiB) 39688

[startup+12.7015 s]
/proc/loadavg: 2.99 2.81 2.67 3/83 26595
/proc/meminfo: memFree=1629856/2055920 swapFree=4192812/4192956
[pid=26559] ppid=26557 vsize=13732 CPUtime=3.26
/proc/26559/stat : 26559 (sugar) S 26557 26559 26242 0 -1 4194304 1190 20728 0 3 4 0 303 19 16 0 1 0 67538013 14061568 819 996147200 4194304 4206940 548682068592 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26559/statm: 3433 819 374 3 0 533 0
[pid=26594] ppid=26559 vsize=5356 CPUtime=0
/proc/26594/stat : 26594 (sh) S 26559 26559 26242 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 67538368 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26594/statm: 1339 232 193 169 0 50 0
[pid=26595] ppid=26594 vsize=20756 CPUtime=9.14
/proc/26595/stat : 26595 (minisat) R 26594 26559 26242 0 -1 4194304 5051 0 0 0 911 3 0 0 25 0 1 0 67538368 21254144 5037 996147200 134512640 135127466 4294956256 18446744073709551615 134530814 0 0 4096 3 0 0 0 17 0 0 0
/proc/26595/statm: 5189 5037 75 150 0 5036 0
Current children cumulated CPU time (s) 12.4
Current children cumulated vsize (KiB) 39844

[startup+25.5016 s]
/proc/loadavg: 2.99 2.81 2.67 3/83 26595
/proc/meminfo: memFree=1629792/2055920 swapFree=4192812/4192956
[pid=26559] ppid=26557 vsize=13732 CPUtime=3.26
/proc/26559/stat : 26559 (sugar) S 26557 26559 26242 0 -1 4194304 1190 20728 0 3 4 0 303 19 16 0 1 0 67538013 14061568 819 996147200 4194304 4206940 548682068592 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26559/statm: 3433 819 374 3 0 533 0
[pid=26594] ppid=26559 vsize=5356 CPUtime=0
/proc/26594/stat : 26594 (sh) S 26559 26559 26242 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 67538368 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26594/statm: 1339 232 193 169 0 50 0
[pid=26595] ppid=26594 vsize=20892 CPUtime=21.93
/proc/26595/stat : 26595 (minisat) R 26594 26559 26242 0 -1 4194304 5112 0 0 0 2190 3 0 0 25 0 1 0 67538368 21393408 5089 996147200 134512640 135127466 4294956256 18446744073709551615 134530581 0 0 4096 3 0 0 0 17 0 0 0
/proc/26595/statm: 5223 5089 75 150 0 5070 0
Current children cumulated CPU time (s) 25.19
Current children cumulated vsize (KiB) 39980

[startup+51.1019 s]
/proc/loadavg: 2.72 2.76 2.66 3/83 26595
/proc/meminfo: memFree=1625568/2055920 swapFree=4192812/4192956
[pid=26559] ppid=26557 vsize=13732 CPUtime=3.26
/proc/26559/stat : 26559 (sugar) S 26557 26559 26242 0 -1 4194304 1190 20728 0 3 4 0 303 19 16 0 1 0 67538013 14061568 819 996147200 4194304 4206940 548682068592 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26559/statm: 3433 819 374 3 0 533 0
[pid=26594] ppid=26559 vsize=5356 CPUtime=0
/proc/26594/stat : 26594 (sh) S 26559 26559 26242 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 67538368 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26594/statm: 1339 232 193 169 0 50 0
[pid=26595] ppid=26594 vsize=25396 CPUtime=47.52
/proc/26595/stat : 26595 (minisat) R 26594 26559 26242 0 -1 4194304 6219 0 0 0 4747 5 0 0 25 0 1 0 67538368 26005504 6196 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/26595/statm: 6349 6196 75 150 0 6196 0
Current children cumulated CPU time (s) 50.78
Current children cumulated vsize (KiB) 44484

[startup+102.306 s]
/proc/loadavg: 2.58 2.72 2.65 3/83 26595
/proc/meminfo: memFree=1618016/2055920 swapFree=4192812/4192956
[pid=26559] ppid=26557 vsize=13732 CPUtime=3.26
/proc/26559/stat : 26559 (sugar) S 26557 26559 26242 0 -1 4194304 1190 20728 0 3 4 0 303 19 16 0 1 0 67538013 14061568 819 996147200 4194304 4206940 548682068592 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26559/statm: 3433 819 374 3 0 533 0
[pid=26594] ppid=26559 vsize=5356 CPUtime=0
/proc/26594/stat : 26594 (sh) S 26559 26559 26242 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 67538368 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26594/statm: 1339 232 193 169 0 50 0
[pid=26595] ppid=26594 vsize=32864 CPUtime=98.71
/proc/26595/stat : 26595 (minisat) R 26594 26559 26242 0 -1 4194304 8063 0 0 0 9864 7 0 0 25 0 1 0 67538368 33652736 8040 996147200 134512640 135127466 4294956256 18446744073709551615 134530936 0 0 4096 3 0 0 0 17 0 0 0
/proc/26595/statm: 8216 8040 75 150 0 8063 0
Current children cumulated CPU time (s) 101.97
Current children cumulated vsize (KiB) 51952

[startup+162.302 s]
/proc/loadavg: 2.57 2.69 2.64 3/83 26595
/proc/meminfo: memFree=1611104/2055920 swapFree=4192812/4192956
[pid=26559] ppid=26557 vsize=13732 CPUtime=3.26
/proc/26559/stat : 26559 (sugar) S 26557 26559 26242 0 -1 4194304 1190 20728 0 3 4 0 303 19 16 0 1 0 67538013 14061568 819 996147200 4194304 4206940 548682068592 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26559/statm: 3433 819 374 3 0 533 0
[pid=26594] ppid=26559 vsize=5356 CPUtime=0
/proc/26594/stat : 26594 (sh) S 26559 26559 26242 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 67538368 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26594/statm: 1339 232 193 169 0 50 0
[pid=26595] ppid=26594 vsize=39844 CPUtime=158.68
/proc/26595/stat : 26595 (minisat) R 26594 26559 26242 0 -1 4194304 9778 0 0 0 15859 9 0 0 25 0 1 0 67538368 40800256 9755 996147200 134512640 135127466 4294956256 18446744073709551615 134528655 0 0 4096 3 0 0 0 17 0 0 0
/proc/26595/statm: 9961 9755 75 150 0 9808 0
Current children cumulated CPU time (s) 161.94
Current children cumulated vsize (KiB) 58932

[startup+222.302 s]
/proc/loadavg: 2.70 2.70 2.64 3/83 26595
/proc/meminfo: memFree=1605280/2055920 swapFree=4192812/4192956
[pid=26559] ppid=26557 vsize=13732 CPUtime=3.26
/proc/26559/stat : 26559 (sugar) S 26557 26559 26242 0 -1 4194304 1190 20728 0 3 4 0 303 19 16 0 1 0 67538013 14061568 819 996147200 4194304 4206940 548682068592 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26559/statm: 3433 819 374 3 0 533 0
[pid=26594] ppid=26559 vsize=5356 CPUtime=0
/proc/26594/stat : 26594 (sh) S 26559 26559 26242 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 67538368 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26594/statm: 1339 232 193 169 0 50 0
[pid=26595] ppid=26594 vsize=45560 CPUtime=218.65
/proc/26595/stat : 26595 (minisat) R 26594 26559 26242 0 -1 4194304 11224 0 0 0 21855 10 0 0 25 0 1 0 67538368 46653440 11201 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/26595/statm: 11390 11201 75 150 0 11237 0
Current children cumulated CPU time (s) 221.91
Current children cumulated vsize (KiB) 64648

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

/proc/meminfo: memFree=1544360/2055920 swapFree=4192812/4192956
[pid=26559] ppid=26557 vsize=13732 CPUtime=3.26
/proc/26559/stat : 26559 (sugar) S 26557 26559 26242 0 -1 4194304 1190 20728 0 3 4 0 303 19 16 0 1 0 67538013 14061568 819 996147200 4194304 4206940 548682068592 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26559/statm: 3433 819 374 3 0 533 0
[pid=26594] ppid=26559 vsize=5356 CPUtime=0
/proc/26594/stat : 26594 (sh) S 26559 26559 26242 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 67538368 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26594/statm: 1339 232 193 169 0 50 0
[pid=26595] ppid=26594 vsize=107336 CPUtime=3157.56
/proc/26595/stat : 26595 (minisat) R 26594 26559 26242 0 -1 4194304 26033 0 0 0 315713 43 0 0 25 0 1 0 67538368 109912064 25994 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/26595/statm: 26834 25994 75 150 0 26681 0
Current children cumulated CPU time (s) 3160.82
Current children cumulated vsize (KiB) 126424

[startup+3222.3 s]
/proc/loadavg: 2.80 2.67 2.59 3/83 26641
/proc/meminfo: memFree=1543912/2055920 swapFree=4192812/4192956
[pid=26559] ppid=26557 vsize=13732 CPUtime=3.26
/proc/26559/stat : 26559 (sugar) S 26557 26559 26242 0 -1 4194304 1190 20728 0 3 4 0 303 19 16 0 1 0 67538013 14061568 819 996147200 4194304 4206940 548682068592 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26559/statm: 3433 819 374 3 0 533 0
[pid=26594] ppid=26559 vsize=5356 CPUtime=0
/proc/26594/stat : 26594 (sh) S 26559 26559 26242 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 67538368 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26594/statm: 1339 232 193 169 0 50 0
[pid=26595] ppid=26594 vsize=107740 CPUtime=3217.54
/proc/26595/stat : 26595 (minisat) R 26594 26559 26242 0 -1 4194304 26141 0 0 0 321711 43 0 0 25 0 1 0 67538368 110325760 26102 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 0 0 0
/proc/26595/statm: 26935 26102 75 150 0 26782 0
Current children cumulated CPU time (s) 3220.8
Current children cumulated vsize (KiB) 126828

[startup+3282.3 s]
/proc/loadavg: 2.59 2.63 2.58 3/83 26641
/proc/meminfo: memFree=1543720/2055920 swapFree=4192812/4192956
[pid=26559] ppid=26557 vsize=13732 CPUtime=3.26
/proc/26559/stat : 26559 (sugar) S 26557 26559 26242 0 -1 4194304 1190 20728 0 3 4 0 303 19 16 0 1 0 67538013 14061568 819 996147200 4194304 4206940 548682068592 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26559/statm: 3433 819 374 3 0 533 0
[pid=26594] ppid=26559 vsize=5356 CPUtime=0
/proc/26594/stat : 26594 (sh) S 26559 26559 26242 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 67538368 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26594/statm: 1339 232 193 169 0 50 0
[pid=26595] ppid=26594 vsize=108060 CPUtime=3277.53
/proc/26595/stat : 26595 (minisat) R 26594 26559 26242 0 -1 4194304 26186 0 0 0 327709 44 0 0 25 0 1 0 67538368 110653440 26147 996147200 134512640 135127466 4294956256 18446744073709551615 134530700 0 0 4096 3 0 0 0 17 0 0 0
/proc/26595/statm: 27015 26147 75 150 0 26862 0
Current children cumulated CPU time (s) 3280.79
Current children cumulated vsize (KiB) 127148

[startup+3342.3 s]
/proc/loadavg: 2.74 2.66 2.59 3/83 26641
/proc/meminfo: memFree=1543720/2055920 swapFree=4192812/4192956
[pid=26559] ppid=26557 vsize=13732 CPUtime=3.26
/proc/26559/stat : 26559 (sugar) S 26557 26559 26242 0 -1 4194304 1190 20728 0 3 4 0 303 19 16 0 1 0 67538013 14061568 819 996147200 4194304 4206940 548682068592 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26559/statm: 3433 819 374 3 0 533 0
[pid=26594] ppid=26559 vsize=5356 CPUtime=0
/proc/26594/stat : 26594 (sh) S 26559 26559 26242 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 67538368 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26594/statm: 1339 232 193 169 0 50 0
[pid=26595] ppid=26594 vsize=108060 CPUtime=3337.5
/proc/26595/stat : 26595 (minisat) R 26594 26559 26242 0 -1 4194304 26189 0 0 0 333706 44 0 0 25 0 1 0 67538368 110653440 26150 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/26595/statm: 27015 26150 75 150 0 26862 0
Current children cumulated CPU time (s) 3340.76
Current children cumulated vsize (KiB) 127148

[startup+3402.31 s]
/proc/loadavg: 2.90 2.72 2.61 3/83 26641
/proc/meminfo: memFree=1543656/2055920 swapFree=4192812/4192956
[pid=26559] ppid=26557 vsize=13732 CPUtime=3.26
/proc/26559/stat : 26559 (sugar) S 26557 26559 26242 0 -1 4194304 1190 20728 0 3 4 0 303 19 16 0 1 0 67538013 14061568 819 996147200 4194304 4206940 548682068592 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26559/statm: 3433 819 374 3 0 533 0
[pid=26594] ppid=26559 vsize=5356 CPUtime=0
/proc/26594/stat : 26594 (sh) S 26559 26559 26242 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 67538368 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26594/statm: 1339 232 193 169 0 50 0
[pid=26595] ppid=26594 vsize=108060 CPUtime=3397.48
/proc/26595/stat : 26595 (minisat) R 26594 26559 26242 0 -1 4194304 26205 0 0 0 339704 44 0 0 25 0 1 0 67538368 110653440 26166 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/26595/statm: 27015 26166 75 150 0 26862 0
Current children cumulated CPU time (s) 3400.74
Current children cumulated vsize (KiB) 127148

[startup+3462.3 s]
/proc/loadavg: 2.74 2.70 2.61 3/83 26641
/proc/meminfo: memFree=1543464/2055920 swapFree=4192812/4192956
[pid=26559] ppid=26557 vsize=13732 CPUtime=3.26
/proc/26559/stat : 26559 (sugar) S 26557 26559 26242 0 -1 4194304 1190 20728 0 3 4 0 303 19 16 0 1 0 67538013 14061568 819 996147200 4194304 4206940 548682068592 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26559/statm: 3433 819 374 3 0 533 0
[pid=26594] ppid=26559 vsize=5356 CPUtime=0
/proc/26594/stat : 26594 (sh) S 26559 26559 26242 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 67538368 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26594/statm: 1339 232 193 169 0 50 0
[pid=26595] ppid=26594 vsize=108060 CPUtime=3457.46
/proc/26595/stat : 26595 (minisat) R 26594 26559 26242 0 -1 4194304 26210 0 0 0 345702 44 0 0 25 0 1 0 67538368 110653440 26171 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/26595/statm: 27015 26171 75 150 0 26862 0
Current children cumulated CPU time (s) 3460.72
Current children cumulated vsize (KiB) 127148

[startup+3522.3 s]
/proc/loadavg: 2.54 2.64 2.60 3/83 26641
/proc/meminfo: memFree=1543080/2055920 swapFree=4192812/4192956
[pid=26559] ppid=26557 vsize=13732 CPUtime=3.26
/proc/26559/stat : 26559 (sugar) S 26557 26559 26242 0 -1 4194304 1190 20728 0 3 4 0 303 19 16 0 1 0 67538013 14061568 819 996147200 4194304 4206940 548682068592 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26559/statm: 3433 819 374 3 0 533 0
[pid=26594] ppid=26559 vsize=5356 CPUtime=0
/proc/26594/stat : 26594 (sh) S 26559 26559 26242 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 67538368 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26594/statm: 1339 232 193 169 0 50 0
[pid=26595] ppid=26594 vsize=108468 CPUtime=3517.44
/proc/26595/stat : 26595 (minisat) R 26594 26559 26242 0 -1 4194304 26317 0 0 0 351700 44 0 0 25 0 1 0 67538368 111071232 26278 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/26595/statm: 27117 26278 75 150 0 26964 0
Current children cumulated CPU time (s) 3520.7
Current children cumulated vsize (KiB) 127556

[startup+3582.3 s]
/proc/loadavg: 2.62 2.65 2.60 4/83 26641
/proc/meminfo: memFree=1543016/2055920 swapFree=4192812/4192956
[pid=26559] ppid=26557 vsize=13732 CPUtime=3.26
/proc/26559/stat : 26559 (sugar) S 26557 26559 26242 0 -1 4194304 1190 20728 0 3 4 0 303 19 16 0 1 0 67538013 14061568 819 996147200 4194304 4206940 548682068592 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26559/statm: 3433 819 374 3 0 533 0
[pid=26594] ppid=26559 vsize=5356 CPUtime=0
/proc/26594/stat : 26594 (sh) S 26559 26559 26242 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 67538368 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26594/statm: 1339 232 193 169 0 50 0
[pid=26595] ppid=26594 vsize=108588 CPUtime=3577.41
/proc/26595/stat : 26595 (minisat) R 26594 26559 26242 0 -1 4194304 26327 0 0 0 357697 44 0 0 25 0 1 0 67538368 111194112 26288 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/26595/statm: 27147 26288 75 150 0 26994 0
Current children cumulated CPU time (s) 3580.67
Current children cumulated vsize (KiB) 127676



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3601.7 s]
/proc/loadavg: 2.65 2.65 2.60 3/83 26641
/proc/meminfo: memFree=1543016/2055920 swapFree=4192812/4192956
[pid=26559] ppid=26557 vsize=13732 CPUtime=3.26
/proc/26559/stat : 26559 (sugar) S 26557 26559 26242 0 -1 4194304 1190 20728 0 3 4 0 303 19 16 0 1 0 67538013 14061568 819 996147200 4194304 4206940 548682068592 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26559/statm: 3433 819 374 3 0 533 0
[pid=26594] ppid=26559 vsize=5356 CPUtime=0
/proc/26594/stat : 26594 (sh) S 26559 26559 26242 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 67538368 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26594/statm: 1339 232 193 169 0 50 0
[pid=26595] ppid=26594 vsize=108588 CPUtime=3596.81
/proc/26595/stat : 26595 (minisat) R 26594 26559 26242 0 -1 4194304 26328 0 0 0 359637 44 0 0 25 0 1 0 67538368 111194112 26289 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/26595/statm: 27147 26289 75 150 0 26994 0
Current children cumulated CPU time (s) 3600.07
Current children cumulated vsize (KiB) 127676

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

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

[startup+3601.7 s]
/proc/loadavg: 2.65 2.65 2.60 3/83 26641
/proc/meminfo: memFree=1543016/2055920 swapFree=4192812/4192956
[pid=26559] ppid=26557 vsize=13732 CPUtime=3.26
/proc/26559/stat : 26559 (sugar) S 26557 26559 26242 0 -1 4194304 1190 20728 0 3 4 0 303 19 16 0 1 0 67538013 14061568 819 996147200 4194304 4206940 548682068592 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26559/statm: 3433 819 374 3 0 533 0
[pid=26594] ppid=26559 vsize=5356 CPUtime=0
/proc/26594/stat : 26594 (sh) S 26559 26559 26242 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 67538368 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26594/statm: 1339 232 193 169 0 50 0
[pid=26595] ppid=26594 vsize=108588 CPUtime=3596.81
/proc/26595/stat : 26595 (minisat) R 26594 26559 26242 0 -1 4194304 26328 0 0 0 359637 44 0 0 25 0 1 0 67538368 111194112 26289 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/26595/statm: 27147 26289 75 150 0 26994 0
Current children cumulated CPU time (s) 3600.07
Current children cumulated vsize (KiB) 127676

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 26559 and gives
#  childrusage.ru_utime.tv_sec=3
#  childrusage.ru_utime.tv_usec=78531
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=209968
# CPU time returned by wait4() is 3.2885
# while last known CPU time is 3600.07
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 3601.73
CPU time (s): 3600.07
CPU user time (s): 3599.44
CPU system time (s): 0.63
CPU usage (%): 99.954
Max. virtual memory (cumulated for all children) (KiB): 887332

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3.07853
system time used= 0.209968
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 22261
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= 3684
involuntary context switches= 3920

runsolver used 4.70628 second user time and 11.6482 second system time

The end

Launcher Data (download as text)

Begin job on node57 at 2008-07-15 09:53:15
IDJOB=1120116
IDBENCH=62454
IDSOLVER=368
FILE ID=node57/1120116-1216108395
PBS_JOBID= 7905340
Free space on /tmp= 66560 MiB

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

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 4689ab1befcd6bc60083d121df0a6d1e
RANDOM SEED=393564037

node57.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.234
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.234
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1661024 kB
Buffers:         72668 kB
Cached:         164992 kB
SwapCached:          0 kB
Active:         246204 kB
Inactive:        81512 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1661024 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1392 kB
Writeback:           0 kB
Mapped:         110412 kB
Slab:            52404 kB
Committed_AS:  1077944 kB
PageTables:       1924 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 node57 at 2008-07-15 10:53:18