Trace number 1118668

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.06 3626.93

General information on the benchmark

Namemaxcsp/maxcut/maxcut-50/
normalized-maxcut-50-580-3_ext.xml
MD5SUM479d1137855e2ec6ab2c0430b937f895
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkMOPT
Best Number of falsified constraints224
Best CPU time to get the best result obtained on this benchmark3198.73
Satisfiable
(Un)Satisfiability was proved
Number of variables50
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 03:09:21 2008
0.00/0.05	c 0	PID 22717
0.00/0.05	c 0	HOST node80.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1118668-1216084161.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-1118668-1216084161.xml' 'HOME/temp.csp'
0.03/0.37	c 1	1 domains, 50 variables, 0 predicates, 1 relations, 580 constraints
0.03/0.42	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.42	c 1	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.03/0.50	c 1	Parsing HOME/temp.csp
0.35/0.63	c 1	parsed 632 expressions
0.35/0.63	c 1	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.35/0.65	c 1	MAX CSP: 580 constraints
0.35/0.65	c 1	Converting to clausal form CSP
0.35/0.68	c 1	converted 122 (10%) expressions
0.35/0.69	c 1	converted 243 (20%) expressions
0.35/0.70	c 1	converted 365 (30%) expressions
0.35/0.71	c 1	converted 486 (40%) expressions
0.35/0.72	c 1	converted 608 (50%) expressions
0.35/0.73	c 1	converted 729 (60%) expressions
0.35/0.74	c 1	converted 851 (70%) expressions
0.35/0.75	c 1	converted 972 (80%) expressions
0.35/0.81	c 1	converted 1094 (90%) expressions
0.35/0.92	c 1	converted 1215 (100%) expressions
0.35/0.92	c 1	CSP : 1210 integers, 0 booleans, 1739 clauses, largest domain size 871
0.35/0.92	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.35/0.92	c 1	Propagation in CSP
0.35/0.96	c 1	577 values, 0 unsatisfiable literals, and 0 valid clauses are removed
0.35/0.96	c 1	CSP : 1210 integers, 0 booleans, 1739 clauses, largest domain size 581
0.35/0.96	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.35/0.96	c 1	Simplifing CSP by introducing new Boolean variables
0.35/0.97	c 1	CSP : 1210 integers, 0 booleans, 1739 clauses, largest domain size 581
0.35/0.97	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.35/0.99	c 1	Encoding CSP to SAT : HOME/temp.cnf
0.91/1.01	c 1	121 (10%) CSP integer variables are encoded (0 clauses, 64 bytes)
0.91/1.01	c 1	242 (20%) CSP integer variables are encoded (0 clauses, 64 bytes)
0.91/1.01	c 1	363 (30%) CSP integer variables are encoded (0 clauses, 64 bytes)
0.91/1.01	c 1	484 (40%) CSP integer variables are encoded (0 clauses, 64 bytes)
0.91/1.02	c 1	605 (50%) CSP integer variables are encoded (0 clauses, 64 bytes)
0.91/1.03	c 1	726 (60%) CSP integer variables are encoded (3897 clauses, 49988 bytes)
0.91/1.03	c 1	847 (70%) CSP integer variables are encoded (6149 clauses, 79264 bytes)
0.91/1.04	c 1	968 (80%) CSP integer variables are encoded (7505 clauses, 96892 bytes)
0.91/1.04	c 1	1089 (90%) CSP integer variables are encoded (8300 clauses, 107227 bytes)
0.91/1.04	c 1	1210 (100%) CSP integer variables are encoded (9420 clauses, 123006 bytes)
0.91/1.07	c 1	174 (10%) CSP clauses are encoded (9768 clauses, 127402 bytes)
0.91/1.08	c 1	348 (20%) CSP clauses are encoded (10116 clauses, 132246 bytes)
0.91/1.10	c 1	522 (30%) CSP clauses are encoded (10464 clauses, 137118 bytes)
1.00/1.12	c 1	696 (40%) CSP clauses are encoded (12810 clauses, 176570 bytes)
1.30/1.50	c 2	870 (50%) CSP clauses are encoded (189586 clauses, 3384435 bytes)
1.39/1.51	c 2	1044 (60%) CSP clauses are encoded (195956 clauses, 3496313 bytes)
1.60/1.79	c 2	1218 (70%) CSP clauses are encoded (361702 clauses, 6547678 bytes)
1.70/1.81	c 2	1392 (80%) CSP clauses are encoded (368984 clauses, 6675874 bytes)
1.70/1.84	c 2	1566 (90%) CSP clauses are encoded (386258 clauses, 6987758 bytes)
1.80/1.94	c 2	1739 (100%) CSP clauses are encoded (449920 clauses, 8266950 bytes)
1.80/1.95	c 2	1739 CSP clauses encoded
1.80/1.95	c 2	Writing map file : HOME/temp.map
1.80/1.96	c 2	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.80/1.96	c 2	SAT : 10630 SAT variables, 449920 SAT clauses, 8266950 bytes
1.80/1.96	c 2	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.80/1.98	c 2	OBJECTIVE minimize _COST
1.80/1.98	c 2	OBJECTIVE BOUND: 0 <= _COST <= 
1.80/1.98	c 2	SEARCHING: _COST <= 290
1.80/1.98	c 2	SOLVING HOME/temp.cnf
1.80/1.98	c 2	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
1.80/1.98	c 2	This is MiniSat 2.0 beta
1.80/1.98	c 2	WARNING: for repeatability, setting FPU to use double precision
1.80/1.98	c 2	============================[ Problem Statistics ]=============================
1.80/1.98	c 2	|                                                                             |
1.80/1.99	c 2	|  Number of variables:  10630                                                |
1.80/1.99	c 2	|  Number of clauses:    449921                                               |
1.97/2.20	c 3	|  Parsing time:         0.18         s                                       |
2.16/2.32	c 3	============================[ Search Statistics ]==============================
2.16/2.32	c 3	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
2.16/2.32	c 3	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
2.16/2.32	c 3	===============================================================================
2.16/2.32	c 3	|         0 |    7730   287498   842064 |    95832        0    nan |  0.000 % |
2.26/2.46	c 3	|       100 |    7730   287498   842064 |   105415      100     25 | 27.281 % |
2.36/2.51	c 3	|       250 |    7730   287498   842064 |   115957      250     24 | 27.283 % |
2.36/2.56	c 3	|       475 |    7730   287498   842064 |   127553      475     23 | 27.281 % |
2.46/2.69	c 3	|       812 |    7730   287498   842064 |   140308      812     25 | 27.281 % |
2.76/2.92	c 3	|      1318 |    7730   287498   842064 |   154339     1318     25 | 27.281 % |
3.15/3.36	c 4	|      2078 |    7730   287498   842064 |   169773     2078     30 | 27.281 % |
3.45/3.61	c 4	|      3217 |    7730   287498   842064 |   186750     3217     28 | 27.281 % |
4.84/5.09	c 5	|      4925 |    7730   287498   842064 |   205425     4925     34 | 27.281 % |
5.93/6.18	c 7	|      7489 |    7730   287498   842064 |   225968     7489     35 | 27.281 % |
7.32/7.59	c 8	|     11333 |    7730   287498   842064 |   248565    11333     36 | 27.281 % |
9.90/10.16	c 11	|     17099 |    7730   287498   842064 |   273421    17099     36 | 27.282 % |
13.88/14.14	c 14	|     25751 |    7730   287498   842064 |   300763    25751     36 | 27.281 % |
18.36/18.63	c 19	===============================================================================
18.36/18.63	c 19	restarts              : 13
18.36/18.63	c 19	conflicts             : 33451          (2028 /sec)
18.36/18.63	c 19	decisions             : 40635          (0.62 % random) (2464 /sec)
18.36/18.63	c 19	propagations          : 14463005       (876838 /sec)
18.36/18.63	c 19	conflict literals     : 1201612        (25.07 % deleted)
18.36/18.63	c 19	Memory used           : 22.81 MB
18.36/18.63	c 19	CPU time              : 16.4945 s
18.36/18.63	c 19	
18.36/18.63	c 19	SATISFIABLE
18.36/18.63	c 19	FOUND: _COST <= 290
18.36/18.63	s SATISFIABLE
18.36/18.63	c 19	DECODING HOME/temp.out WITH HOME/temp.map
18.36/18.63	c 19	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
18.40/18.71	c 19	Decoding HOME/temp.out
18.40/18.81	c 19	OBJECTIVE _COST 290
18.40/18.81	o 290
18.40/18.81	v 0 0 1 1 1 1 1 0 0 1 1 0 1 0 1 1 1 1 0 1 0 1 1 0 1 0 1 0 0 0 1 0 1 1 1 0 0 0 1 1 1 0 1 1 0 0 0 0 0 1
18.40/18.81	c 19	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
18.40/18.84	c 19	OBJECTIVE BOUND: 0 <= _COST <= 290
18.40/18.84	c 19	SEARCHING: _COST <= 145
18.40/18.84	c 19	SOLVING HOME/temp.cnf
18.40/18.84	c 19	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
18.40/18.85	c 19	This is MiniSat 2.0 beta
18.40/18.85	c 19	WARNING: for repeatability, setting FPU to use double precision
18.40/18.85	c 19	============================[ Problem Statistics ]=============================
18.40/18.85	c 19	|                                                                             |
18.40/18.85	c 19	|  Number of variables:  10630                                                |
18.40/18.85	c 19	|  Number of clauses:    449921                                               |
18.59/19.06	c 19	|  Parsing time:         0.18         s                                       |
18.59/19.24	c 20	============================[ Search Statistics ]==============================
18.59/19.24	c 20	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
18.59/19.24	c 20	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
18.59/19.24	c 20	===============================================================================
18.59/19.24	c 20	|         0 |    6135   188318   549164 |    62772        0    nan |  0.000 % |
18.59/19.36	c 20	|       101 |    6135   188318   549164 |    69049      101     20 | 42.286 % |
18.59/19.40	c 20	|       251 |    6135   188318   549164 |    75954      251     20 | 42.286 % |
18.59/19.46	c 20	|       478 |    6135   188318   549164 |    83550      478     20 | 42.286 % |
18.59/19.56	c 20	|       815 |    6135   188318   549164 |    91905      815     22 | 42.286 % |
18.59/19.66	c 20	|      1323 |    6135   188318   549164 |   101096     1323     22 | 42.286 % |
19.62/19.99	c 20	|      2083 |    6135   188318   549164 |   111205     2083     24 | 42.286 % |
20.21/20.53	c 21	|      3223 |    6135   188318   549164 |   122326     3223     26 | 42.286 % |
20.91/21.21	c 22	|      4935 |    6135   188318   549164 |   134558     4935     27 | 42.286 % |
22.01/22.33	c 23	|      7498 |    6135   188318   549164 |   148014     7498     27 | 42.286 % |
23.90/24.22	c 25	|     11344 |    6135   188318   549164 |   162816    11344     27 | 42.286 % |
26.98/27.37	c 28	|     17111 |    6135   188318   549164 |   179097    17111     28 | 42.286 % |
34.43/34.83	c 35	|     25760 |    6135   188318   549164 |   197007    25760     29 | 42.286 % |
46.46/46.91	c 47	|     38734 |    6135   188318   549164 |   216708    38734     29 | 42.286 % |
65.85/66.48	c 67	|     58196 |    6135   188318   549164 |   238379    58196     28 | 42.286 % |
100.54/101.32	c 102	|     87389 |    6135   188318   549164 |   262217    87389     28 | 42.286 % |
166.67/167.88	c 168	|    131178 |    6135   188318   549164 |   288438   131178     30 | 42.286 % |
290.95/292.81	c 293	|    196862 |    6135   188318   549164 |   317282   196862     30 | 42.286 % |
522.32/525.51	c 526	|    295388 |    6135   188318   549164 |   349010   295388     30 | 42.286 % |
827.95/832.94	c 833	|    443178 |    6135   188318   549164 |   383911   105523     30 | 42.286 % |
1390.52/1398.73	c 1399	|    664861 |    6135   188318   549164 |   422303   327206     30 | 42.286 % |
2215.06/2228.08	c 2228	|    997387 |    6135   188318   549164 |   464533   250230     29 | 42.286 % |
3600.06/3626.92	c ERROR INTERRUPTED
3600.06/3626.92	c 3627	CPU 18.38 (0.04 0.01 18.34 0.21)
3600.06/3626.92	c 3627	END Tue Jul 15 04:09:48 2008

Verifier Data (download as text)

OK	265	315
265 unsatisfied constraints, 315 satisfied constraints

Watcher Data (download as text)

runsolver version 3.2.5 (c) roussel@cril.univ-artois.fr

command line: /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1118668-1216084161/watcher-1118668-1216084161 -o /tmp/evaluation-result-1118668-1216084161/solver-1118668-1216084161 -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-1118668-1216084161.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: 0.00 0.00 0.00 4/92 22717
/proc/meminfo: memFree=1796216/2055920 swapFree=4192812/4192956
[pid=22717] ppid=22715 vsize=18572 CPUtime=0
/proc/22717/stat : 22717 (runsolver) R 22715 22717 22635 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 65112733 19017728 292 996147200 4194304 4296836 548682068256 18446744073709551615 226686987559 0 0 4096 24578 0 0 0 17 1 0 0
/proc/22717/statm: 4643 292 257 25 0 2626 0

[startup+0.0541919 s]
/proc/loadavg: 0.00 0.00 0.00 4/92 22717
/proc/meminfo: memFree=1796216/2055920 swapFree=4192812/4192956
[pid=22717] ppid=22715 vsize=13600 CPUtime=0.03
/proc/22717/stat : 22717 (sugar) R 22715 22717 22635 0 -1 4194304 873 127 0 0 3 0 0 0 21 0 1 0 65112733 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 226686986911 0 0 4224 16386 0 0 0 17 0 0 0
/proc/22717/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.101168 s]
/proc/loadavg: 0.00 0.00 0.00 4/92 22717
/proc/meminfo: memFree=1796216/2055920 swapFree=4192812/4192956
[pid=22717] ppid=22715 vsize=13600 CPUtime=0.03
/proc/22717/stat : 22717 (sugar) S 22715 22717 22635 0 -1 4194304 898 127 0 0 3 0 0 0 22 0 1 0 65112733 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22717/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301193 s]
/proc/loadavg: 0.00 0.00 0.00 4/92 22717
/proc/meminfo: memFree=1796216/2055920 swapFree=4192812/4192956
[pid=22717] ppid=22715 vsize=13600 CPUtime=0.03
/proc/22717/stat : 22717 (sugar) S 22715 22717 22635 0 -1 4194304 898 127 0 0 3 0 0 0 22 0 1 0 65112733 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22717/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701241 s]
/proc/loadavg: 0.00 0.00 0.00 4/92 22717
/proc/meminfo: memFree=1796216/2055920 swapFree=4192812/4192956
[pid=22717] ppid=22715 vsize=13600 CPUtime=0.35
/proc/22717/stat : 22717 (sugar) S 22715 22717 22635 0 -1 4194304 974 4530 0 1 3 1 28 3 15 0 1 0 65112733 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22717/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.35
Current children cumulated vsize (KiB) 13600

[startup+1.50234 s]
/proc/loadavg: 0.00 0.00 0.00 3/103 22739
/proc/meminfo: memFree=1781024/2055920 swapFree=4192812/4192956
[pid=22717] ppid=22715 vsize=13600 CPUtime=0.35
/proc/22717/stat : 22717 (sugar) S 22715 22717 22635 0 -1 4194304 974 4530 0 1 3 1 28 3 15 0 1 0 65112733 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22717/statm: 3400 797 370 3 0 500 0
[pid=22730] ppid=22717 vsize=5356 CPUtime=0
/proc/22730/stat : 22730 (sh) S 22717 22717 22635 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 65112775 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22730/statm: 1339 233 193 169 0 50 0
[pid=22731] ppid=22730 vsize=868492 CPUtime=1.04
/proc/22731/stat : 22731 (java) S 22730 22717 22635 0 -1 0 6632 0 1 0 98 6 0 0 20 0 9 0 65112776 889335808 5757 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/22731/statm: 217123 5757 2563 9 0 211670 0
[pid=22731/tid=22732] ppid=22730 vsize=868492 CPUtime=0.73
/proc/22731/task/22732/stat : 22732 (java) R 22730 22717 22635 0 -1 64 2824 0 1 0 70 3 0 0 25 0 9 0 65112776 889335808 5757 996147200 134512640 134550740 4294955936 18446744073709551615 4126923008 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22731/tid=22733] ppid=22730 vsize=868492 CPUtime=0.07
/proc/22731/task/22733/stat : 22733 (java) S 22730 22717 22635 0 -1 64 1626 0 0 0 6 1 0 0 16 0 9 0 65112777 889335808 5757 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=22731/tid=22734] ppid=22730 vsize=868492 CPUtime=0
/proc/22731/task/22734/stat : 22734 (java) S 22730 22717 22635 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 65112778 889335808 5757 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22731/tid=22735] ppid=22730 vsize=868492 CPUtime=0
/proc/22731/task/22735/stat : 22735 (java) S 22730 22717 22635 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 65112778 889335808 5757 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22731/tid=22736] ppid=22730 vsize=868492 CPUtime=0
/proc/22731/task/22736/stat : 22736 (java) S 22730 22717 22635 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 65112779 889335808 5757 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22731/tid=22737] ppid=22730 vsize=868492 CPUtime=0.22
/proc/22731/task/22737/stat : 22737 (java) S 22730 22717 22635 0 -1 64 1489 0 0 0 21 1 0 0 16 0 9 0 65112779 889335808 5757 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22731/tid=22738] ppid=22730 vsize=868492 CPUtime=0
/proc/22731/task/22738/stat : 22738 (java) S 22730 22717 22635 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 65112780 889335808 5757 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22731/tid=22739] ppid=22730 vsize=868492 CPUtime=0
/proc/22731/task/22739/stat : 22739 (java) S 22730 22717 22635 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 65112780 889335808 5757 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.39
Current children cumulated vsize (KiB) 887448

[startup+3.10254 s]
/proc/loadavg: 0.16 0.03 0.01 3/95 22741
/proc/meminfo: memFree=1773920/2055920 swapFree=4192812/4192956
[pid=22717] ppid=22715 vsize=13732 CPUtime=1.86
/proc/22717/stat : 22717 (sugar) S 22715 22717 22635 0 -1 4194304 1071 11617 0 2 3 1 168 14 15 0 1 0 65112733 14061568 819 996147200 4194304 4206940 548682068592 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22717/statm: 3433 819 374 3 0 533 0
[pid=22740] ppid=22717 vsize=5356 CPUtime=0
/proc/22740/stat : 22740 (sh) S 22717 22717 22635 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 65112932 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22740/statm: 1339 232 193 169 0 50 0
[pid=22741] ppid=22740 vsize=20360 CPUtime=1.1
/proc/22741/stat : 22741 (minisat) R 22740 22717 22635 0 -1 4194304 4961 0 0 0 108 2 0 0 25 0 1 0 65112932 20848640 4947 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/22741/statm: 5090 4947 75 150 0 4937 0
Current children cumulated CPU time (s) 2.96
Current children cumulated vsize (KiB) 39448

[startup+6.30194 s]
/proc/loadavg: 0.16 0.03 0.01 3/95 22741
/proc/meminfo: memFree=1764832/2055920 swapFree=4192812/4192956
[pid=22717] ppid=22715 vsize=13732 CPUtime=1.86
/proc/22717/stat : 22717 (sugar) S 22715 22717 22635 0 -1 4194304 1071 11617 0 2 3 1 168 14 16 0 1 0 65112733 14061568 819 996147200 4194304 4206940 548682068592 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22717/statm: 3433 819 374 3 0 533 0
[pid=22740] ppid=22717 vsize=5356 CPUtime=0
/proc/22740/stat : 22740 (sh) S 22717 22717 22635 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 65112932 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22740/statm: 1339 232 193 169 0 50 0
[pid=22741] ppid=22740 vsize=20360 CPUtime=4.27
/proc/22741/stat : 22741 (minisat) R 22740 22717 22635 0 -1 4194304 4969 0 0 0 425 2 0 0 25 0 1 0 65112932 20848640 4955 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/22741/statm: 5090 4955 75 150 0 4937 0
Current children cumulated CPU time (s) 6.13
Current children cumulated vsize (KiB) 39448

[startup+12.7027 s]
/proc/loadavg: 0.52 0.11 0.04 3/95 22741
/proc/meminfo: memFree=1764704/2055920 swapFree=4192812/4192956
[pid=22717] ppid=22715 vsize=13732 CPUtime=1.86
/proc/22717/stat : 22717 (sugar) S 22715 22717 22635 0 -1 4194304 1071 11617 0 2 3 1 168 14 16 0 1 0 65112733 14061568 819 996147200 4194304 4206940 548682068592 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22717/statm: 3433 819 374 3 0 533 0
[pid=22740] ppid=22717 vsize=5356 CPUtime=0
/proc/22740/stat : 22740 (sh) S 22717 22717 22635 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 65112932 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22740/statm: 1339 232 193 169 0 50 0
[pid=22741] ppid=22740 vsize=21340 CPUtime=10.64
/proc/22741/stat : 22741 (minisat) R 22740 22717 22635 0 -1 4194304 5205 0 0 0 1061 3 0 0 25 0 1 0 65112932 21852160 5191 996147200 134512640 135127466 4294956256 18446744073709551615 134530686 0 0 4096 3 0 0 0 17 0 0 0
/proc/22741/statm: 5335 5191 75 150 0 5182 0
Current children cumulated CPU time (s) 12.5
Current children cumulated vsize (KiB) 40428

[startup+25.5013 s]
/proc/loadavg: 0.74 0.18 0.06 3/95 22753
/proc/meminfo: memFree=1765152/2055920 swapFree=4192812/4192956
[pid=22717] ppid=22715 vsize=13732 CPUtime=18.59
/proc/22717/stat : 22717 (sugar) S 22715 22717 22635 0 -1 4194304 1190 21481 0 3 3 1 1834 21 16 0 1 0 65112733 14061568 819 996147200 4194304 4206940 548682068592 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22717/statm: 3433 819 374 3 0 533 0
[pid=22752] ppid=22717 vsize=5356 CPUtime=0
/proc/22752/stat : 22752 (sh) S 22717 22717 22635 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 65114618 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22752/statm: 1339 232 193 169 0 50 0
[pid=22753] ppid=22752 vsize=20620 CPUtime=6.6
/proc/22753/stat : 22753 (minisat) R 22752 22717 22635 0 -1 4194304 5041 0 0 0 657 3 0 0 25 0 1 0 65114618 21114880 5027 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/22753/statm: 5155 5027 75 150 0 5002 0
Current children cumulated CPU time (s) 25.19
Current children cumulated vsize (KiB) 39708

[startup+51.1015 s]
/proc/loadavg: 1.17 0.32 0.11 3/95 22753
/proc/meminfo: memFree=1764384/2055920 swapFree=4192812/4192956
[pid=22717] ppid=22715 vsize=13732 CPUtime=18.6
/proc/22717/stat : 22717 (sugar) S 22715 22717 22635 0 -1 4194304 1190 21481 0 3 4 1 1834 21 16 0 1 0 65112733 14061568 819 996147200 4194304 4206940 548682068592 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22717/statm: 3433 819 374 3 0 533 0
[pid=22752] ppid=22717 vsize=5356 CPUtime=0
/proc/22752/stat : 22752 (sh) S 22717 22717 22635 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 65114618 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22752/statm: 1339 232 193 169 0 50 0
[pid=22753] ppid=22752 vsize=21400 CPUtime=32.04
/proc/22753/stat : 22753 (minisat) R 22752 22717 22635 0 -1 4194304 5197 0 0 0 3201 3 0 0 25 0 1 0 65114618 21913600 5183 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 1 0 0
/proc/22753/statm: 5350 5183 75 150 0 5197 0
Current children cumulated CPU time (s) 50.64
Current children cumulated vsize (KiB) 40488

[startup+102.308 s]
/proc/loadavg: 1.67 0.60 0.21 3/95 22753
/proc/meminfo: memFree=1757792/2055920 swapFree=4192812/4192956
[pid=22717] ppid=22715 vsize=13732 CPUtime=18.6
/proc/22717/stat : 22717 (sugar) S 22715 22717 22635 0 -1 4194304 1190 21481 0 3 4 1 1834 21 16 0 1 0 65112733 14061568 819 996147200 4194304 4206940 548682068592 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22717/statm: 3433 819 374 3 0 533 0
[pid=22752] ppid=22717 vsize=5356 CPUtime=0
/proc/22752/stat : 22752 (sh) S 22717 22717 22635 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 65114618 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22752/statm: 1339 232 193 169 0 50 0
[pid=22753] ppid=22752 vsize=27940 CPUtime=82.94
/proc/22753/stat : 22753 (minisat) R 22752 22717 22635 0 -1 4194304 6840 0 0 0 8290 4 0 0 25 0 1 0 65114618 28610560 6826 996147200 134512640 135127466 4294956256 18446744073709551615 134530679 0 0 4096 3 0 0 0 17 1 0 0
/proc/22753/statm: 6985 6826 75 150 0 6832 0
Current children cumulated CPU time (s) 101.54
Current children cumulated vsize (KiB) 47028

[startup+162.301 s]
/proc/loadavg: 1.87 0.83 0.31 3/95 22753
/proc/meminfo: memFree=1751520/2055920 swapFree=4192812/4192956
[pid=22717] ppid=22715 vsize=13732 CPUtime=18.6
/proc/22717/stat : 22717 (sugar) S 22715 22717 22635 0 -1 4194304 1190 21481 0 3 4 1 1834 21 16 0 1 0 65112733 14061568 819 996147200 4194304 4206940 548682068592 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22717/statm: 3433 819 374 3 0 533 0
[pid=22752] ppid=22717 vsize=5356 CPUtime=0
/proc/22752/stat : 22752 (sh) S 22717 22717 22635 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 65114618 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22752/statm: 1339 232 193 169 0 50 0
[pid=22753] ppid=22752 vsize=34256 CPUtime=142.61
/proc/22753/stat : 22753 (minisat) R 22752 22717 22635 0 -1 4194304 8405 0 0 0 14254 7 0 0 25 0 1 0 65114618 35078144 8391 996147200 134512640 135127466 4294956256 18446744073709551615 134530814 0 0 4096 3 0 0 0 17 1 0 0
/proc/22753/statm: 8564 8391 75 150 0 8411 0
Current children cumulated CPU time (s) 161.21
Current children cumulated vsize (KiB) 53344

[startup+222.302 s]
/proc/loadavg: 1.95 1.06 0.42 3/95 22753
/proc/meminfo: memFree=1746080/2055920 swapFree=4192812/4192956
[pid=22717] ppid=22715 vsize=13732 CPUtime=18.6
/proc/22717/stat : 22717 (sugar) S 22715 22717 22635 0 -1 4194304 1190 21481 0 3 4 1 1834 21 16 0 1 0 65112733 14061568 819 996147200 4194304 4206940 548682068592 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22717/statm: 3433 819 374 3 0 533 0
[pid=22752] ppid=22717 vsize=5356 CPUtime=0
/proc/22752/stat : 22752 (sh) S 22717 22717 22635 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 65114618 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0

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

/proc/meminfo: memFree=1670952/2055920 swapFree=4192812/4192956
[pid=22717] ppid=22715 vsize=13732 CPUtime=18.6
/proc/22717/stat : 22717 (sugar) S 22715 22717 22635 0 -1 4194304 1190 21481 0 3 4 1 1834 21 16 0 1 0 65112733 14061568 819 996147200 4194304 4206940 548682068592 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22717/statm: 3433 819 374 3 0 533 0
[pid=22752] ppid=22717 vsize=5356 CPUtime=0
/proc/22752/stat : 22752 (sh) S 22717 22717 22635 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 65114618 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22752/statm: 1339 232 193 169 0 50 0
[pid=22753] ppid=22752 vsize=95652 CPUtime=3123.52
/proc/22753/stat : 22753 (minisat) R 22752 22717 22635 0 -1 4194304 23157 0 0 0 312328 24 0 0 25 0 1 0 65114618 97947648 23111 996147200 134512640 135127466 4294956256 18446744073709551615 134522666 0 0 4096 3 0 0 0 17 0 0 0
/proc/22753/statm: 23913 23111 75 150 0 23760 0
Current children cumulated CPU time (s) 3142.12
Current children cumulated vsize (KiB) 114740

[startup+3222.3 s]
/proc/loadavg: 2.28 2.07 1.93 3/96 23299
/proc/meminfo: memFree=1672216/2055920 swapFree=4192812/4192956
[pid=22717] ppid=22715 vsize=13732 CPUtime=18.6
/proc/22717/stat : 22717 (sugar) S 22715 22717 22635 0 -1 4194304 1190 21481 0 3 4 1 1834 21 16 0 1 0 65112733 14061568 819 996147200 4194304 4206940 548682068592 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22717/statm: 3433 819 374 3 0 533 0
[pid=22752] ppid=22717 vsize=5356 CPUtime=0
/proc/22752/stat : 22752 (sh) S 22717 22717 22635 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 65114618 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22752/statm: 1339 232 193 169 0 50 0
[pid=22753] ppid=22752 vsize=95652 CPUtime=3181.45
/proc/22753/stat : 22753 (minisat) R 22752 22717 22635 0 -1 4194304 23160 0 0 0 318119 26 0 0 25 0 1 0 65114618 97947648 23114 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/22753/statm: 23913 23114 75 150 0 23760 0
Current children cumulated CPU time (s) 3200.05
Current children cumulated vsize (KiB) 114740

[startup+3282.3 s]
/proc/loadavg: 2.37 2.13 1.95 3/96 23299
/proc/meminfo: memFree=1672216/2055920 swapFree=4192812/4192956
[pid=22717] ppid=22715 vsize=13732 CPUtime=18.6
/proc/22717/stat : 22717 (sugar) S 22715 22717 22635 0 -1 4194304 1190 21481 0 3 4 1 1834 21 16 0 1 0 65112733 14061568 819 996147200 4194304 4206940 548682068592 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22717/statm: 3433 819 374 3 0 533 0
[pid=22752] ppid=22717 vsize=5356 CPUtime=0
/proc/22752/stat : 22752 (sh) S 22717 22717 22635 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 65114618 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22752/statm: 1339 232 193 169 0 50 0
[pid=22753] ppid=22752 vsize=95816 CPUtime=3240.78
/proc/22753/stat : 22753 (minisat) R 22752 22717 22635 0 -1 4194304 23193 0 0 0 324052 26 0 0 25 0 1 0 65114618 98115584 23147 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 0 0 0
/proc/22753/statm: 23954 23147 75 150 0 23801 0
Current children cumulated CPU time (s) 3259.38
Current children cumulated vsize (KiB) 114904

[startup+3342.3 s]
/proc/loadavg: 2.24 2.14 1.96 3/96 23299
/proc/meminfo: memFree=1671832/2055920 swapFree=4192812/4192956
[pid=22717] ppid=22715 vsize=13732 CPUtime=18.6
/proc/22717/stat : 22717 (sugar) S 22715 22717 22635 0 -1 4194304 1190 21481 0 3 4 1 1834 21 16 0 1 0 65112733 14061568 819 996147200 4194304 4206940 548682068592 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22717/statm: 3433 819 374 3 0 533 0
[pid=22752] ppid=22717 vsize=5356 CPUtime=0
/proc/22752/stat : 22752 (sh) S 22717 22717 22635 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 65114618 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22752/statm: 1339 232 193 169 0 50 0
[pid=22753] ppid=22752 vsize=95816 CPUtime=3300.09
/proc/22753/stat : 22753 (minisat) R 22752 22717 22635 0 -1 4194304 23194 0 0 0 329983 26 0 0 25 0 1 0 65114618 98115584 23148 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/22753/statm: 23954 23148 75 150 0 23801 0
Current children cumulated CPU time (s) 3318.69
Current children cumulated vsize (KiB) 114904

[startup+3402.31 s]
/proc/loadavg: 2.16 2.14 1.97 3/96 23299
/proc/meminfo: memFree=1670936/2055920 swapFree=4192812/4192956
[pid=22717] ppid=22715 vsize=13732 CPUtime=18.6
/proc/22717/stat : 22717 (sugar) S 22715 22717 22635 0 -1 4194304 1190 21481 0 3 4 1 1834 21 16 0 1 0 65112733 14061568 819 996147200 4194304 4206940 548682068592 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22717/statm: 3433 819 374 3 0 533 0
[pid=22752] ppid=22717 vsize=5356 CPUtime=0
/proc/22752/stat : 22752 (sh) S 22717 22717 22635 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 65114618 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22752/statm: 1339 232 193 169 0 50 0
[pid=22753] ppid=22752 vsize=95816 CPUtime=3359.41
/proc/22753/stat : 22753 (minisat) R 22752 22717 22635 0 -1 4194304 23194 0 0 0 335915 26 0 0 25 0 1 0 65114618 98115584 23148 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/22753/statm: 23954 23148 75 150 0 23801 0
Current children cumulated CPU time (s) 3378.01
Current children cumulated vsize (KiB) 114904

[startup+3462.3 s]
/proc/loadavg: 2.10 2.13 1.98 3/96 23299
/proc/meminfo: memFree=1670744/2055920 swapFree=4192812/4192956
[pid=22717] ppid=22715 vsize=13732 CPUtime=18.6
/proc/22717/stat : 22717 (sugar) S 22715 22717 22635 0 -1 4194304 1190 21481 0 3 4 1 1834 21 16 0 1 0 65112733 14061568 819 996147200 4194304 4206940 548682068592 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22717/statm: 3433 819 374 3 0 533 0
[pid=22752] ppid=22717 vsize=5356 CPUtime=0
/proc/22752/stat : 22752 (sh) S 22717 22717 22635 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 65114618 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22752/statm: 1339 232 193 169 0 50 0
[pid=22753] ppid=22752 vsize=95816 CPUtime=3418.73
/proc/22753/stat : 22753 (minisat) R 22752 22717 22635 0 -1 4194304 23197 0 0 0 341847 26 0 0 25 0 1 0 65114618 98115584 23151 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/22753/statm: 23954 23151 75 150 0 23801 0
Current children cumulated CPU time (s) 3437.33
Current children cumulated vsize (KiB) 114904

[startup+3522.3 s]
/proc/loadavg: 2.13 2.13 1.99 3/96 23299
/proc/meminfo: memFree=1670488/2055920 swapFree=4192812/4192956
[pid=22717] ppid=22715 vsize=13732 CPUtime=18.6
/proc/22717/stat : 22717 (sugar) S 22715 22717 22635 0 -1 4194304 1190 21481 0 3 4 1 1834 21 16 0 1 0 65112733 14061568 819 996147200 4194304 4206940 548682068592 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22717/statm: 3433 819 374 3 0 533 0
[pid=22752] ppid=22717 vsize=5356 CPUtime=0
/proc/22752/stat : 22752 (sh) S 22717 22717 22635 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 65114618 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22752/statm: 1339 232 193 169 0 50 0
[pid=22753] ppid=22752 vsize=95816 CPUtime=3478.05
/proc/22753/stat : 22753 (minisat) R 22752 22717 22635 0 -1 4194304 23227 0 0 0 347779 26 0 0 25 0 1 0 65114618 98115584 23181 996147200 134512640 135127466 4294956256 18446744073709551615 134527086 0 0 4096 3 0 0 0 17 0 0 0
/proc/22753/statm: 23954 23181 75 150 0 23801 0
Current children cumulated CPU time (s) 3496.65
Current children cumulated vsize (KiB) 114904

[startup+3582.3 s]
/proc/loadavg: 2.12 2.12 2.00 3/96 23299
/proc/meminfo: memFree=1669976/2055920 swapFree=4192812/4192956
[pid=22717] ppid=22715 vsize=13732 CPUtime=18.6
/proc/22717/stat : 22717 (sugar) S 22715 22717 22635 0 -1 4194304 1190 21481 0 3 4 1 1834 21 16 0 1 0 65112733 14061568 819 996147200 4194304 4206940 548682068592 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22717/statm: 3433 819 374 3 0 533 0
[pid=22752] ppid=22717 vsize=5356 CPUtime=0
/proc/22752/stat : 22752 (sh) S 22717 22717 22635 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 65114618 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22752/statm: 1339 232 193 169 0 50 0
[pid=22753] ppid=22752 vsize=95816 CPUtime=3537.37
/proc/22753/stat : 22753 (minisat) R 22752 22717 22635 0 -1 4194304 23230 0 0 0 353711 26 0 0 25 0 1 0 65114618 98115584 23184 996147200 134512640 135127466 4294956256 18446744073709551615 134530752 0 0 4096 3 0 0 0 17 0 0 0
/proc/22753/statm: 23954 23184 75 150 0 23801 0
Current children cumulated CPU time (s) 3555.97
Current children cumulated vsize (KiB) 114904



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3626.9 s]
/proc/loadavg: 2.13 2.12 2.00 3/96 23299
/proc/meminfo: memFree=1668824/2055920 swapFree=4192812/4192956
[pid=22717] ppid=22715 vsize=13732 CPUtime=18.6
/proc/22717/stat : 22717 (sugar) S 22715 22717 22635 0 -1 4194304 1190 21481 0 3 4 1 1834 21 16 0 1 0 65112733 14061568 819 996147200 4194304 4206940 548682068592 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22717/statm: 3433 819 374 3 0 533 0
[pid=22752] ppid=22717 vsize=5356 CPUtime=0
/proc/22752/stat : 22752 (sh) S 22717 22717 22635 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 65114618 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22752/statm: 1339 232 193 169 0 50 0
[pid=22753] ppid=22752 vsize=95816 CPUtime=3581.46
/proc/22753/stat : 22753 (minisat) R 22752 22717 22635 0 -1 4194304 23237 0 0 0 358120 26 0 0 25 0 1 0 65114618 98115584 23191 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/22753/statm: 23954 23191 75 150 0 23801 0
Current children cumulated CPU time (s) 3600.06
Current children cumulated vsize (KiB) 114904

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

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

[startup+3626.9 s]
/proc/loadavg: 2.13 2.12 2.00 3/96 23299
/proc/meminfo: memFree=1668824/2055920 swapFree=4192812/4192956
[pid=22717] ppid=22715 vsize=13732 CPUtime=18.6
/proc/22717/stat : 22717 (sugar) S 22715 22717 22635 0 -1 4194304 1190 21481 0 3 4 1 1834 21 16 0 1 0 65112733 14061568 819 996147200 4194304 4206940 548682068592 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22717/statm: 3433 819 374 3 0 533 0
[pid=22752] ppid=22717 vsize=5356 CPUtime=0
/proc/22752/stat : 22752 (sh) S 22717 22717 22635 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 65114618 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22752/statm: 1339 232 193 169 0 50 0
[pid=22753] ppid=22752 vsize=95816 CPUtime=3581.46
/proc/22753/stat : 22753 (minisat) R 22752 22717 22635 0 -1 4194304 23237 0 0 0 358120 26 0 0 25 0 1 0 65114618 98115584 23191 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/22753/statm: 23954 23191 75 150 0 23801 0
Current children cumulated CPU time (s) 3600.06
Current children cumulated vsize (KiB) 114904

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 22717 and gives
#  childrusage.ru_utime.tv_sec=18
#  childrusage.ru_utime.tv_usec=389204
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=230964
# CPU time returned by wait4() is 18.6202
# while last known CPU time is 3600.06
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 3626.93
CPU time (s): 3600.06
CPU user time (s): 3599.58
CPU system time (s): 0.48
CPU usage (%): 99.2592
Max. virtual memory (cumulated for all children) (KiB): 887448

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 18.3892
system time used= 0.230964
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 23014
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= 3844
involuntary context switches= 3838

runsolver used 5.00724 second user time and 13.8479 second system time

The end

Launcher Data (download as text)

Begin job on node80 at 2008-07-15 03:09:21
IDJOB=1118668
IDBENCH=62273
IDSOLVER=368
FILE ID=node80/1118668-1216084161
PBS_JOBID= 7905206
Free space on /tmp= 66552 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/maxcsp/maxcut/maxcut-50/normalized-maxcut-50-580-3_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-1118668-1216084161/watcher-1118668-1216084161 -o /tmp/evaluation-result-1118668-1216084161/solver-1118668-1216084161 -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-1118668-1216084161.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 479d1137855e2ec6ab2c0430b937f895
RANDOM SEED=2094230873

node80.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.216
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.216
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1796632 kB
Buffers:         33904 kB
Cached:         132900 kB
SwapCached:          0 kB
Active:         151716 kB
Inactive:        44912 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1796632 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:           10408 kB
Writeback:           0 kB
Mapped:          42112 kB
Slab:            45924 kB
Committed_AS:   305696 kB
PageTables:       3308 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 node80 at 2008-07-15 04:09:50