Trace number 1118300

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.04 3630.33

General information on the benchmark

Namemaxcsp/maxcut/maxcut-50/
normalized-maxcut-50-580-6_ext.xml
MD5SUMd15097b59371fe1dfddde9cf46d8207e
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkMOPT
Best Number of falsified constraints219
Best CPU time to get the best result obtained on this benchmark1143.39
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 00:54:03 2008
0.00/0.05	c 0	PID 20216
0.00/0.05	c 0	HOST node66.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1118300-1216076043.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-1118300-1216076043.xml' 'HOME/temp.csp'
0.03/0.42	c 1	1 domains, 50 variables, 0 predicates, 1 relations, 580 constraints
0.03/0.52	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.52	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.48/0.60	c 1	Parsing HOME/temp.csp
0.48/0.76	c 1	parsed 632 expressions
0.48/0.82	c 1	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.48/0.83	c 1	MAX CSP: 580 constraints
0.48/0.83	c 1	Converting to clausal form CSP
0.48/0.87	c 1	converted 122 (10%) expressions
0.48/0.88	c 1	converted 243 (20%) expressions
0.48/0.89	c 1	converted 365 (30%) expressions
0.48/0.90	c 1	converted 486 (40%) expressions
0.48/0.92	c 1	converted 608 (50%) expressions
0.48/0.92	c 1	converted 729 (60%) expressions
0.48/0.94	c 1	converted 851 (70%) expressions
0.48/0.94	c 1	converted 972 (80%) expressions
0.94/1.02	c 1	converted 1094 (90%) expressions
1.04/1.14	c 2	converted 1215 (100%) expressions
1.04/1.14	c 2	CSP : 1210 integers, 0 booleans, 1739 clauses, largest domain size 871
1.04/1.14	c 2	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.04/1.14	c 2	Propagation in CSP
1.04/1.18	c 2	577 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.04/1.18	c 2	CSP : 1210 integers, 0 booleans, 1739 clauses, largest domain size 581
1.04/1.18	c 2	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.04/1.19	c 2	Simplifing CSP by introducing new Boolean variables
1.04/1.19	c 2	CSP : 1210 integers, 0 booleans, 1739 clauses, largest domain size 581
1.04/1.19	c 2	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.13/1.22	c 2	Encoding CSP to SAT : HOME/temp.cnf
1.13/1.23	c 2	121 (10%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.13/1.24	c 2	242 (20%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.13/1.24	c 2	363 (30%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.13/1.24	c 2	484 (40%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.13/1.24	c 2	605 (50%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.13/1.25	c 2	726 (60%) CSP integer variables are encoded (3897 clauses, 49988 bytes)
1.13/1.26	c 2	847 (70%) CSP integer variables are encoded (6149 clauses, 79264 bytes)
1.13/1.26	c 2	968 (80%) CSP integer variables are encoded (7505 clauses, 96892 bytes)
1.13/1.26	c 2	1089 (90%) CSP integer variables are encoded (8300 clauses, 107227 bytes)
1.13/1.26	c 2	1210 (100%) CSP integer variables are encoded (9420 clauses, 123006 bytes)
1.13/1.30	c 2	174 (10%) CSP clauses are encoded (9768 clauses, 127394 bytes)
1.23/1.31	c 2	348 (20%) CSP clauses are encoded (10116 clauses, 132228 bytes)
1.23/1.33	c 2	522 (30%) CSP clauses are encoded (10464 clauses, 137100 bytes)
1.23/1.35	c 2	696 (40%) CSP clauses are encoded (12810 clauses, 176552 bytes)
1.63/1.78	c 2	870 (50%) CSP clauses are encoded (189586 clauses, 3384417 bytes)
1.63/1.79	c 2	1044 (60%) CSP clauses are encoded (195956 clauses, 3496295 bytes)
2.03/2.11	c 2	1218 (70%) CSP clauses are encoded (361702 clauses, 6547660 bytes)
2.03/2.12	c 3	1392 (80%) CSP clauses are encoded (368984 clauses, 6675856 bytes)
2.03/2.16	c 3	1566 (90%) CSP clauses are encoded (386258 clauses, 6987740 bytes)
2.13/2.28	c 3	1739 (100%) CSP clauses are encoded (449920 clauses, 8266932 bytes)
2.13/2.28	c 3	1739 CSP clauses encoded
2.13/2.28	c 3	Writing map file : HOME/temp.map
2.13/2.29	c 3	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.13/2.29	c 3	SAT : 10630 SAT variables, 449920 SAT clauses, 8266932 bytes
2.13/2.29	c 3	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.22/2.31	c 3	OBJECTIVE minimize _COST
2.22/2.31	c 3	OBJECTIVE BOUND: 0 <= _COST <= 
2.22/2.31	c 3	SEARCHING: _COST <= 290
2.22/2.31	c 3	SOLVING HOME/temp.cnf
2.22/2.31	c 3	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
2.22/2.31	c 3	This is MiniSat 2.0 beta
2.22/2.31	c 3	WARNING: for repeatability, setting FPU to use double precision
2.22/2.31	c 3	============================[ Problem Statistics ]=============================
2.22/2.31	c 3	|                                                                             |
2.22/2.31	c 3	|  Number of variables:  10630                                                |
2.22/2.31	c 3	|  Number of clauses:    449921                                               |
2.25/2.55	c 3	|  Parsing time:         0.20         s                                       |
2.25/2.69	c 3	============================[ Search Statistics ]==============================
2.25/2.69	c 3	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
2.25/2.69	c 3	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
2.25/2.69	c 3	===============================================================================
2.25/2.69	c 3	|         0 |    7730   287498   842064 |    95832        0    nan |  0.000 % |
2.25/2.84	c 3	|       101 |    7730   287498   842064 |   105415      101     26 | 27.281 % |
2.25/2.95	c 3	|       251 |    7730   287498   842064 |   115957      251     34 | 27.281 % |
2.25/3.08	c 3	|       476 |    7730   287498   842064 |   127553      476     34 | 27.281 % |
3.12/3.25	c 4	|       813 |    7730   287498   842064 |   140308      813     37 | 27.281 % |
3.31/3.40	c 4	|      1319 |    7730   287498   842064 |   154339     1319     35 | 27.281 % |
3.61/3.74	c 4	|      2079 |    7730   287498   842064 |   169773     2079     35 | 27.282 % |
4.01/4.11	c 4	|      3218 |    7730   287498   842064 |   186750     3218     35 | 27.281 % |
4.50/4.62	c 5	|      4927 |    7730   287498   842064 |   205425     4927     33 | 27.281 % |
5.59/5.77	c 6	|      7490 |    7730   287498   842064 |   225968     7490     34 | 27.281 % |
9.55/9.75	c 10	|     11334 |    7730   287498   842064 |   248565    11334     38 | 27.281 % |
12.82/13.08	c 13	|     17101 |    7730   287498   842064 |   273421    17101     38 | 27.282 % |
17.48/17.75	c 18	|     25750 |    7730   287498   842064 |   300763    25750     37 | 27.281 % |
26.39/26.73	c 27	|     38725 |    7730   287498   842064 |   330840    38725     36 | 27.281 % |
39.66/40.16	c 41	|     58186 |    7730   287498   842064 |   363924    58186     33 | 27.281 % |
58.58/59.28	c 60	===============================================================================
58.58/59.28	c 60	restarts              : 15
58.58/59.28	c 60	conflicts             : 78005          (1384 /sec)
58.58/59.28	c 60	decisions             : 92511          (0.75 % random) (1641 /sec)
58.58/59.28	c 60	propagations          : 30750142       (545569 /sec)
58.58/59.28	c 60	conflict literals     : 2579709        (23.85 % deleted)
58.58/59.28	c 60	Memory used           : 29.76 MB
58.58/59.28	c 60	CPU time              : 56.3634 s
58.58/59.28	c 60	
58.58/59.29	c 60	SATISFIABLE
58.58/59.29	c 60	FOUND: _COST <= 290
58.58/59.29	s SATISFIABLE
58.58/59.29	c 60	DECODING HOME/temp.out WITH HOME/temp.map
58.58/59.29	c 60	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
58.69/59.38	c 60	Decoding HOME/temp.out
58.78/59.49	c 60	OBJECTIVE _COST 290
58.78/59.49	o 290
58.78/59.49	v 0 1 0 0 0 1 0 1 1 0 1 0 1 1 0 0 1 1 0 1 1 0 0 1 1 1 1 0 1 1 1 0 1 1 1 1 1 1 1 1 1 1 0 0 0 0 1 1 0 0
58.78/59.50	c 60	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
58.88/59.51	c 60	OBJECTIVE BOUND: 0 <= _COST <= 290
58.88/59.51	c 60	SEARCHING: _COST <= 145
58.88/59.51	c 60	SOLVING HOME/temp.cnf
58.88/59.51	c 60	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
58.88/59.52	c 60	This is MiniSat 2.0 beta
58.88/59.52	c 60	WARNING: for repeatability, setting FPU to use double precision
58.88/59.52	c 60	============================[ Problem Statistics ]=============================
58.88/59.52	c 60	|                                                                             |
58.88/59.52	c 60	|  Number of variables:  10630                                                |
58.88/59.52	c 60	|  Number of clauses:    449921                                               |
58.88/59.76	c 60	|  Parsing time:         0.20         s                                       |
58.88/59.96	c 60	============================[ Search Statistics ]==============================
58.88/59.96	c 60	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
58.88/59.96	c 60	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
58.88/59.96	c 60	===============================================================================
58.88/59.96	c 60	|         0 |    6135   188318   549164 |    62772        0    nan |  0.000 % |
58.88/60.08	c 60	|       100 |    6135   188318   549164 |    69049      100     23 | 42.286 % |
58.88/60.16	c 61	|       250 |    6135   188318   549164 |    75954      250     21 | 42.286 % |
58.88/60.21	c 61	|       475 |    6135   188318   549164 |    83550      475     18 | 42.286 % |
59.75/60.41	c 61	|       812 |    6135   188318   549164 |    91905      812     21 | 42.286 % |
59.85/60.59	c 61	|      1320 |    6135   188318   549164 |   101096     1320     22 | 42.286 % |
60.04/60.76	c 61	|      2079 |    6135   188318   549164 |   111205     2079     21 | 42.286 % |
60.34/61.02	c 61	|      3218 |    6135   188318   549164 |   122326     3218     22 | 42.286 % |
60.74/61.47	c 62	|      4926 |    6135   188318   549164 |   134558     4926     22 | 42.286 % |
62.42/63.16	c 64	|      7488 |    6135   188318   549164 |   148014     7488     21 | 42.286 % |
65.39/66.14	c 67	|     11332 |    6135   188318   549164 |   162816    11332     24 | 42.286 % |
69.55/70.31	c 71	|     17098 |    6135   188318   549164 |   179097    17098     25 | 42.286 % |
77.87/78.79	c 79	|     25747 |    6135   188318   549164 |   197007    25747     27 | 42.286 % |
92.73/93.78	c 94	|     38722 |    6135   188318   549164 |   216708    38722     28 | 42.286 % |
118.38/119.67	c 120	|     58183 |    6120   187036   545369 |   238379    58179     29 | 42.427 % |
163.83/165.58	c 166	|     87375 |    6120   187036   545369 |   262217    87371     28 | 42.427 % |
244.77/247.22	c 248	|    131165 |    6120   187036   545369 |   288438   131161     29 | 42.427 % |
385.03/388.88	c 389	|    196849 |    6120   187036   545369 |   317282   196845     29 | 42.427 % |
682.57/689.24	c 690	|    295376 |    6120   187036   545369 |   349010   295372     30 | 42.427 % |
1048.76/1058.92	c 1059	|    443165 |    6120   187036   545369 |   383911   107260     30 | 42.427 % |
1657.25/1673.21	c 1674	|    664848 |    6120   187036   545369 |   422303   328943     31 | 42.427 % |
2476.11/2499.93	c 2500	|    997373 |    6120   187036   545369 |   464533   251169     29 | 42.427 % |
3600.04/3630.31	c ERROR INTERRUPTED
3600.04/3630.32	c 3631	CPU 58.61 (0.04 0.01 58.57 0.27)
3600.04/3630.32	c 3631	END Tue Jul 15 01:54:34 2008

Verifier Data (download as text)

OK	280	300
280 unsatisfied constraints, 300 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-1118300-1216076043/watcher-1118300-1216076043 -o /tmp/evaluation-result-1118300-1216076043/solver-1118300-1216076043 -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-1118300-1216076043.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 3600 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 3630 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 4000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.00 2.00 2.12 4/74 20216
/proc/meminfo: memFree=1717832/2055920 swapFree=4180776/4192956
[pid=20216] ppid=20214 vsize=3672 CPUtime=0
/proc/20216/stat : 20216 (sugar) R 20214 20216 18694 0 -1 4194304 55 0 0 0 0 0 0 0 20 0 1 0 64302353 3760128 40 996147200 4194304 4206940 548682068592 18446744073709551615 227605017993 0 0 4096 0 0 0 0 17 1 0 0
/proc/20216/statm: 918 40 31 3 0 8 0

[startup+0.0932779 s]
/proc/loadavg: 2.00 2.00 2.12 4/74 20216
/proc/meminfo: memFree=1717832/2055920 swapFree=4180776/4192956
[pid=20216] ppid=20214 vsize=13600 CPUtime=0.03
/proc/20216/stat : 20216 (sugar) S 20214 20216 18694 0 -1 4194304 898 127 0 0 3 0 0 0 19 0 1 0 64302353 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20216/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.101276 s]
/proc/loadavg: 2.00 2.00 2.12 4/74 20216
/proc/meminfo: memFree=1717832/2055920 swapFree=4180776/4192956
[pid=20216] ppid=20214 vsize=13600 CPUtime=0.03
/proc/20216/stat : 20216 (sugar) S 20214 20216 18694 0 -1 4194304 898 127 0 0 3 0 0 0 19 0 1 0 64302353 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20216/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.302319 s]
/proc/loadavg: 2.00 2.00 2.12 4/74 20216
/proc/meminfo: memFree=1717832/2055920 swapFree=4180776/4192956
[pid=20216] ppid=20214 vsize=13600 CPUtime=0.03
/proc/20216/stat : 20216 (sugar) S 20214 20216 18694 0 -1 4194304 898 127 0 0 3 0 0 0 19 0 1 0 64302353 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20216/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701394 s]
/proc/loadavg: 2.00 2.00 2.12 4/74 20216
/proc/meminfo: memFree=1717832/2055920 swapFree=4180776/4192956
[pid=20216] ppid=20214 vsize=13600 CPUtime=0.48
/proc/20216/stat : 20216 (sugar) S 20214 20216 18694 0 -1 4194304 974 4528 0 1 3 0 42 3 16 0 1 0 64302353 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20216/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 13600

[startup+1.50256 s]
/proc/loadavg: 2.08 2.02 2.13 4/85 20238
/proc/meminfo: memFree=1705584/2055920 swapFree=4180776/4192956
[pid=20216] ppid=20214 vsize=13600 CPUtime=0.48
/proc/20216/stat : 20216 (sugar) S 20214 20216 18694 0 -1 4194304 974 4528 0 1 3 0 42 3 15 0 1 0 64302353 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20216/statm: 3400 797 370 3 0 500 0
[pid=20229] ppid=20216 vsize=5356 CPUtime=0
/proc/20229/stat : 20229 (sh) S 20216 20216 18694 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 64302405 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20229/statm: 1339 233 193 169 0 50 0
[pid=20230] ppid=20229 vsize=868508 CPUtime=0.95
/proc/20230/stat : 20230 (java) S 20229 20216 18694 0 -1 0 6556 0 1 0 89 6 0 0 19 0 9 0 64302405 889352192 5760 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20230/statm: 217127 5760 2563 9 0 211674 0
[pid=20230/tid=20231] ppid=20229 vsize=868508 CPUtime=0.6
/proc/20230/task/20231/stat : 20231 (java) R 20229 20216 18694 0 -1 64 2748 0 1 0 57 3 0 0 19 0 9 0 64302406 889352192 5760 996147200 134512640 134550740 4294955936 18446744073709551615 4126954324 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20230/tid=20232] ppid=20229 vsize=868508 CPUtime=0.06
/proc/20230/task/20232/stat : 20232 (java) S 20229 20216 18694 0 -1 64 1629 0 0 0 6 0 0 0 16 0 9 0 64302407 889352192 5760 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20230/tid=20233] ppid=20229 vsize=868508 CPUtime=0
/proc/20230/task/20233/stat : 20233 (java) S 20229 20216 18694 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 64302408 889352192 5760 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20230/tid=20234] ppid=20229 vsize=868508 CPUtime=0
/proc/20230/task/20234/stat : 20234 (java) S 20229 20216 18694 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 64302408 889352192 5760 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20230/tid=20235] ppid=20229 vsize=868508 CPUtime=0
/proc/20230/task/20235/stat : 20235 (java) S 20229 20216 18694 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 64302410 889352192 5760 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20230/tid=20236] ppid=20229 vsize=868508 CPUtime=0.25
/proc/20230/task/20236/stat : 20236 (java) S 20229 20216 18694 0 -1 64 1487 0 0 0 24 1 0 0 16 0 9 0 64302410 889352192 5760 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20230/tid=20237] ppid=20229 vsize=868508 CPUtime=0
/proc/20230/task/20237/stat : 20237 (java) S 20229 20216 18694 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 64302410 889352192 5760 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20230/tid=20238] ppid=20229 vsize=868508 CPUtime=0
/proc/20230/task/20238/stat : 20238 (java) S 20229 20216 18694 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 64302410 889352192 5760 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.43
Current children cumulated vsize (KiB) 887464

[startup+3.10187 s]
/proc/loadavg: 2.08 2.02 2.13 3/85 20238
/proc/meminfo: memFree=1695920/2055920 swapFree=4180776/4192956
[pid=20216] ppid=20214 vsize=13732 CPUtime=2.25
/proc/20216/stat : 20216 (sugar) S 20214 20216 18694 0 -1 4194304 1071 11615 0 2 4 1 203 17 15 0 1 0 64302353 14061568 819 996147200 4194304 4206940 548682068592 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20216/statm: 3433 819 374 3 0 533 0
Current children cumulated CPU time (s) 2.25
Current children cumulated vsize (KiB) 13732

[startup+6.30151 s]
/proc/loadavg: 2.08 2.02 2.13 3/77 20240
/proc/meminfo: memFree=1687152/2055920 swapFree=4180776/4192956
[pid=20216] ppid=20214 vsize=13732 CPUtime=2.25
/proc/20216/stat : 20216 (sugar) S 20214 20216 18694 0 -1 4194304 1071 11615 0 2 4 1 203 17 16 0 1 0 64302353 14061568 819 996147200 4194304 4206940 548682068592 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20216/statm: 3433 819 374 3 0 533 0
[pid=20239] ppid=20216 vsize=5356 CPUtime=0
/proc/20239/stat : 20239 (sh) S 20216 20216 18694 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 64302584 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20239/statm: 1339 232 193 169 0 50 0
[pid=20240] ppid=20239 vsize=20356 CPUtime=3.94
/proc/20240/stat : 20240 (minisat) R 20239 20216 18694 0 -1 4194304 4969 0 0 0 391 3 0 0 25 0 1 0 64302584 20844544 4955 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/20240/statm: 5089 4955 75 150 0 4936 0
Current children cumulated CPU time (s) 6.19
Current children cumulated vsize (KiB) 39444

[startup+12.7018 s]
/proc/loadavg: 2.07 2.02 2.13 3/77 20240
/proc/meminfo: memFree=1686896/2055920 swapFree=4180776/4192956
[pid=20216] ppid=20214 vsize=13732 CPUtime=2.25
/proc/20216/stat : 20216 (sugar) S 20214 20216 18694 0 -1 4194304 1071 11615 0 2 4 1 203 17 16 0 1 0 64302353 14061568 819 996147200 4194304 4206940 548682068592 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20216/statm: 3433 819 374 3 0 533 0
[pid=20239] ppid=20216 vsize=5356 CPUtime=0
/proc/20239/stat : 20239 (sh) S 20216 20216 18694 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 64302584 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20239/statm: 1339 232 193 169 0 50 0
[pid=20240] ppid=20239 vsize=20356 CPUtime=10.27
/proc/20240/stat : 20240 (minisat) R 20239 20216 18694 0 -1 4194304 4978 0 0 0 1024 3 0 0 25 0 1 0 64302584 20844544 4964 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/20240/statm: 5089 4964 75 150 0 4936 0
Current children cumulated CPU time (s) 12.52
Current children cumulated vsize (KiB) 39444

[startup+25.5013 s]
/proc/loadavg: 2.06 2.01 2.12 3/77 20240
/proc/meminfo: memFree=1683056/2055920 swapFree=4180776/4192956
[pid=20216] ppid=20214 vsize=13732 CPUtime=2.25
/proc/20216/stat : 20216 (sugar) S 20214 20216 18694 0 -1 4194304 1071 11615 0 2 4 1 203 17 16 0 1 0 64302353 14061568 819 996147200 4194304 4206940 548682068592 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20216/statm: 3433 819 374 3 0 533 0
[pid=20239] ppid=20216 vsize=5356 CPUtime=0
/proc/20239/stat : 20239 (sh) S 20216 20216 18694 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 64302584 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20239/statm: 1339 232 193 169 0 50 0
[pid=20240] ppid=20239 vsize=23888 CPUtime=22.95
/proc/20240/stat : 20240 (minisat) R 20239 20216 18694 0 -1 4194304 5840 0 0 0 2291 4 0 0 25 0 1 0 64302584 24461312 5826 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/20240/statm: 5972 5826 75 150 0 5819 0
Current children cumulated CPU time (s) 25.2
Current children cumulated vsize (KiB) 42976

[startup+51.1014 s]
/proc/loadavg: 2.04 2.01 2.12 3/77 20240
/proc/meminfo: memFree=1676592/2055920 swapFree=4180776/4192956
[pid=20216] ppid=20214 vsize=13732 CPUtime=2.25
/proc/20216/stat : 20216 (sugar) S 20214 20216 18694 0 -1 4194304 1071 11615 0 2 4 1 203 17 16 0 1 0 64302353 14061568 819 996147200 4194304 4206940 548682068592 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20216/statm: 3433 819 374 3 0 533 0
[pid=20239] ppid=20216 vsize=5356 CPUtime=0
/proc/20239/stat : 20239 (sh) S 20216 20216 18694 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 64302584 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20239/statm: 1339 232 193 169 0 50 0
[pid=20240] ppid=20239 vsize=29144 CPUtime=48.3
/proc/20240/stat : 20240 (minisat) R 20239 20216 18694 0 -1 4194304 7131 0 0 0 4825 5 0 0 25 0 1 0 64302584 29843456 7117 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/20240/statm: 7286 7117 75 150 0 7133 0
Current children cumulated CPU time (s) 50.55
Current children cumulated vsize (KiB) 48232

[startup+102.307 s]
/proc/loadavg: 2.01 2.01 2.11 3/77 20252
/proc/meminfo: memFree=1680944/2055920 swapFree=4180776/4192956
[pid=20216] ppid=20214 vsize=13732 CPUtime=58.88
/proc/20216/stat : 20216 (sugar) S 20214 20216 18694 0 -1 4194304 1190 23261 0 3 4 1 5857 26 16 0 1 0 64302353 14061568 819 996147200 4194304 4206940 548682068592 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20216/statm: 3433 819 374 3 0 533 0
[pid=20251] ppid=20216 vsize=5356 CPUtime=0
/proc/20251/stat : 20251 (sh) S 20216 20216 18694 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 64308305 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20251/statm: 1339 232 193 169 0 50 0
[pid=20252] ppid=20251 vsize=21672 CPUtime=42.36
/proc/20252/stat : 20252 (minisat) R 20251 20216 18694 0 -1 4194304 5269 0 0 0 4232 4 0 0 25 0 1 0 64308305 22192128 5255 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/20252/statm: 5418 5255 75 150 0 5265 0
Current children cumulated CPU time (s) 101.24
Current children cumulated vsize (KiB) 40760

[startup+162.302 s]
/proc/loadavg: 2.00 2.00 2.10 3/77 20252
/proc/meminfo: memFree=1672432/2055920 swapFree=4180776/4192956
[pid=20216] ppid=20214 vsize=13732 CPUtime=58.88
/proc/20216/stat : 20216 (sugar) S 20214 20216 18694 0 -1 4194304 1190 23261 0 3 4 1 5857 26 16 0 1 0 64302353 14061568 819 996147200 4194304 4206940 548682068592 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20216/statm: 3433 819 374 3 0 533 0
[pid=20251] ppid=20216 vsize=5356 CPUtime=0
/proc/20251/stat : 20251 (sh) S 20216 20216 18694 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 64308305 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20251/statm: 1339 232 193 169 0 50 0
[pid=20252] ppid=20251 vsize=27520 CPUtime=101.79
/proc/20252/stat : 20252 (minisat) R 20251 20216 18694 0 -1 4194304 6736 0 0 0 10173 6 0 0 25 0 1 0 64308305 28180480 6722 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/20252/statm: 6880 6722 75 150 0 6727 0
Current children cumulated CPU time (s) 160.67
Current children cumulated vsize (KiB) 46608

[startup+222.302 s]
/proc/loadavg: 2.00 2.00 2.09 3/77 20252
/proc/meminfo: memFree=1663792/2055920 swapFree=4180776/4192956
[pid=20216] ppid=20214 vsize=13732 CPUtime=58.88
/proc/20216/stat : 20216 (sugar) S 20214 20216 18694 0 -1 4194304 1190 23261 0 3 4 1 5857 26 16 0 1 0 64302353 14061568 819 996147200 4194304 4206940 548682068592 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20216/statm: 3433 819 374 3 0 533 0
[pid=20251] ppid=20216 vsize=5356 CPUtime=0
/proc/20251/stat : 20251 (sh) S 20216 20216 18694 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 64308305 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20251/statm: 1339 232 193 169 0 50 0
[pid=20252] ppid=20251 vsize=32812 CPUtime=161.22
/proc/20252/stat : 20252 (minisat) R 20251 20216 18694 0 -1 4194304 8033 0 0 0 16114 8 0 0 25 0 1 0 64308305 33599488 8019 996147200 134512640 135127466 4294956256 18446744073709551615 134530936 0 0 4096 3 0 0 0 17 1 0 0
/proc/20252/statm: 8203 8019 75 150 0 8050 0
Current children cumulated CPU time (s) 220.1
Current children cumulated vsize (KiB) 51900

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

/proc/meminfo: memFree=1684048/2055920 swapFree=4180776/4192956
[pid=20216] ppid=20214 vsize=13732 CPUtime=58.88
/proc/20216/stat : 20216 (sugar) S 20214 20216 18694 0 -1 4194304 1190 23261 0 3 4 1 5857 26 16 0 1 0 64302353 14061568 819 996147200 4194304 4206940 548682068592 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20216/statm: 3433 819 374 3 0 533 0
[pid=20251] ppid=20216 vsize=5356 CPUtime=0
/proc/20251/stat : 20251 (sh) S 20216 20216 18694 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 64308305 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20251/statm: 1339 232 193 169 0 50 0
[pid=20252] ppid=20251 vsize=88992 CPUtime=3073.37
/proc/20252/stat : 20252 (minisat) R 20251 20216 18694 0 -1 4194304 21712 0 0 0 307310 27 0 0 25 0 1 0 64308305 91127808 21698 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/20252/statm: 22248 21698 75 150 0 22095 0
Current children cumulated CPU time (s) 3132.25
Current children cumulated vsize (KiB) 108080

[startup+3222.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/76 20290
/proc/meminfo: memFree=1672952/2055920 swapFree=4180776/4192956
[pid=20216] ppid=20214 vsize=13732 CPUtime=58.88
/proc/20216/stat : 20216 (sugar) S 20214 20216 18694 0 -1 4194304 1190 23261 0 3 4 1 5857 26 16 0 1 0 64302353 14061568 819 996147200 4194304 4206940 548682068592 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20216/statm: 3433 819 374 3 0 533 0
[pid=20251] ppid=20216 vsize=5356 CPUtime=0
/proc/20251/stat : 20251 (sh) S 20216 20216 18694 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 64308305 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20251/statm: 1339 232 193 169 0 50 0
[pid=20252] ppid=20251 vsize=92036 CPUtime=3133.34
/proc/20252/stat : 20252 (minisat) R 20251 20216 18694 0 -1 4194304 22441 0 0 0 313305 29 0 0 25 0 1 0 64308305 94244864 22427 996147200 134512640 135127466 4294956256 18446744073709551615 134530644 0 0 4096 3 0 0 0 17 0 0 0
/proc/20252/statm: 23009 22427 75 150 0 22856 0
Current children cumulated CPU time (s) 3192.22
Current children cumulated vsize (KiB) 111124

[startup+3282.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/76 20290
/proc/meminfo: memFree=1671736/2055920 swapFree=4180776/4192956
[pid=20216] ppid=20214 vsize=13732 CPUtime=58.88
/proc/20216/stat : 20216 (sugar) S 20214 20216 18694 0 -1 4194304 1190 23261 0 3 4 1 5857 26 16 0 1 0 64302353 14061568 819 996147200 4194304 4206940 548682068592 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20216/statm: 3433 819 374 3 0 533 0
[pid=20251] ppid=20216 vsize=5356 CPUtime=0
/proc/20251/stat : 20251 (sh) S 20216 20216 18694 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 64308305 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20251/statm: 1339 232 193 169 0 50 0
[pid=20252] ppid=20251 vsize=94004 CPUtime=3193.32
/proc/20252/stat : 20252 (minisat) R 20251 20216 18694 0 -1 4194304 22722 0 0 0 319303 29 0 0 25 0 1 0 64308305 96260096 22708 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/20252/statm: 23501 22708 75 150 0 23348 0
Current children cumulated CPU time (s) 3252.2
Current children cumulated vsize (KiB) 113092

[startup+3342.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 20290
/proc/meminfo: memFree=1671672/2055920 swapFree=4180776/4192956
[pid=20216] ppid=20214 vsize=13732 CPUtime=58.88
/proc/20216/stat : 20216 (sugar) S 20214 20216 18694 0 -1 4194304 1190 23261 0 3 4 1 5857 26 16 0 1 0 64302353 14061568 819 996147200 4194304 4206940 548682068592 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20216/statm: 3433 819 374 3 0 533 0
[pid=20251] ppid=20216 vsize=5356 CPUtime=0
/proc/20251/stat : 20251 (sh) S 20216 20216 18694 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 64308305 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20251/statm: 1339 232 193 169 0 50 0
[pid=20252] ppid=20251 vsize=94004 CPUtime=3253.28
/proc/20252/stat : 20252 (minisat) R 20251 20216 18694 0 -1 4194304 22722 0 0 0 325299 29 0 0 25 0 1 0 64308305 96260096 22708 996147200 134512640 135127466 4294956256 18446744073709551615 134530814 0 0 4096 3 0 0 0 17 0 0 0
/proc/20252/statm: 23501 22708 75 150 0 23348 0
Current children cumulated CPU time (s) 3312.16
Current children cumulated vsize (KiB) 113092

[startup+3402.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 20290
/proc/meminfo: memFree=1671672/2055920 swapFree=4180776/4192956
[pid=20216] ppid=20214 vsize=13732 CPUtime=58.88
/proc/20216/stat : 20216 (sugar) S 20214 20216 18694 0 -1 4194304 1190 23261 0 3 4 1 5857 26 16 0 1 0 64302353 14061568 819 996147200 4194304 4206940 548682068592 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20216/statm: 3433 819 374 3 0 533 0
[pid=20251] ppid=20216 vsize=5356 CPUtime=0
/proc/20251/stat : 20251 (sh) S 20216 20216 18694 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 64308305 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20251/statm: 1339 232 193 169 0 50 0
[pid=20252] ppid=20251 vsize=94004 CPUtime=3313.27
/proc/20252/stat : 20252 (minisat) R 20251 20216 18694 0 -1 4194304 22722 0 0 0 331297 30 0 0 25 0 1 0 64308305 96260096 22708 996147200 134512640 135127466 4294956256 18446744073709551615 134528065 0 0 4096 3 0 0 0 17 0 0 0
/proc/20252/statm: 23501 22708 75 150 0 23348 0
Current children cumulated CPU time (s) 3372.15
Current children cumulated vsize (KiB) 113092

[startup+3462.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 20290
/proc/meminfo: memFree=1671608/2055920 swapFree=4180776/4192956
[pid=20216] ppid=20214 vsize=13732 CPUtime=58.88
/proc/20216/stat : 20216 (sugar) S 20214 20216 18694 0 -1 4194304 1190 23261 0 3 4 1 5857 26 16 0 1 0 64302353 14061568 819 996147200 4194304 4206940 548682068592 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20216/statm: 3433 819 374 3 0 533 0
[pid=20251] ppid=20216 vsize=5356 CPUtime=0
/proc/20251/stat : 20251 (sh) S 20216 20216 18694 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 64308305 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20251/statm: 1339 232 193 169 0 50 0
[pid=20252] ppid=20251 vsize=94004 CPUtime=3373.23
/proc/20252/stat : 20252 (minisat) R 20251 20216 18694 0 -1 4194304 22722 0 0 0 337293 30 0 0 25 0 1 0 64308305 96260096 22708 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/20252/statm: 23501 22708 75 150 0 23348 0
Current children cumulated CPU time (s) 3432.11
Current children cumulated vsize (KiB) 113092

[startup+3522.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 20290
/proc/meminfo: memFree=1671608/2055920 swapFree=4180776/4192956
[pid=20216] ppid=20214 vsize=13732 CPUtime=58.88
/proc/20216/stat : 20216 (sugar) S 20214 20216 18694 0 -1 4194304 1190 23261 0 3 4 1 5857 26 16 0 1 0 64302353 14061568 819 996147200 4194304 4206940 548682068592 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20216/statm: 3433 819 374 3 0 533 0
[pid=20251] ppid=20216 vsize=5356 CPUtime=0
/proc/20251/stat : 20251 (sh) S 20216 20216 18694 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 64308305 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20251/statm: 1339 232 193 169 0 50 0
[pid=20252] ppid=20251 vsize=94004 CPUtime=3433.2
/proc/20252/stat : 20252 (minisat) R 20251 20216 18694 0 -1 4194304 22722 0 0 0 343290 30 0 0 25 0 1 0 64308305 96260096 22708 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 0 0 0
/proc/20252/statm: 23501 22708 75 150 0 23348 0
Current children cumulated CPU time (s) 3492.08
Current children cumulated vsize (KiB) 113092

[startup+3582.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 20290
/proc/meminfo: memFree=1671544/2055920 swapFree=4180776/4192956
[pid=20216] ppid=20214 vsize=13732 CPUtime=58.88
/proc/20216/stat : 20216 (sugar) S 20214 20216 18694 0 -1 4194304 1190 23261 0 3 4 1 5857 26 16 0 1 0 64302353 14061568 819 996147200 4194304 4206940 548682068592 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20216/statm: 3433 819 374 3 0 533 0
[pid=20251] ppid=20216 vsize=5356 CPUtime=0
/proc/20251/stat : 20251 (sh) S 20216 20216 18694 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 64308305 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20251/statm: 1339 232 193 169 0 50 0
[pid=20252] ppid=20251 vsize=94004 CPUtime=3493.18
/proc/20252/stat : 20252 (minisat) R 20251 20216 18694 0 -1 4194304 22722 0 0 0 349288 30 0 0 25 0 1 0 64308305 96260096 22708 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/20252/statm: 23501 22708 75 150 0 23348 0
Current children cumulated CPU time (s) 3552.06
Current children cumulated vsize (KiB) 113092



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3630.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 20290
/proc/meminfo: memFree=1671480/2055920 swapFree=4180776/4192956
[pid=20216] ppid=20214 vsize=13732 CPUtime=58.88
/proc/20216/stat : 20216 (sugar) S 20214 20216 18694 0 -1 4194304 1190 23261 0 3 4 1 5857 26 16 0 1 0 64302353 14061568 819 996147200 4194304 4206940 548682068592 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20216/statm: 3433 819 374 3 0 533 0
[pid=20251] ppid=20216 vsize=5356 CPUtime=0
/proc/20251/stat : 20251 (sh) S 20216 20216 18694 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 64308305 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20251/statm: 1339 232 193 169 0 50 0
[pid=20252] ppid=20251 vsize=94308 CPUtime=3541.16
/proc/20252/stat : 20252 (minisat) R 20251 20216 18694 0 -1 4194304 22773 0 0 0 354086 30 0 0 25 0 1 0 64308305 96571392 22759 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/20252/statm: 23577 22759 75 150 0 23424 0
Current children cumulated CPU time (s) 3600.04
Current children cumulated vsize (KiB) 113396

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

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

[startup+3630.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 20290
/proc/meminfo: memFree=1671480/2055920 swapFree=4180776/4192956
[pid=20216] ppid=20214 vsize=13732 CPUtime=58.88
/proc/20216/stat : 20216 (sugar) S 20214 20216 18694 0 -1 4194304 1190 23261 0 3 4 1 5857 26 16 0 1 0 64302353 14061568 819 996147200 4194304 4206940 548682068592 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20216/statm: 3433 819 374 3 0 533 0
[pid=20251] ppid=20216 vsize=5356 CPUtime=0
/proc/20251/stat : 20251 (sh) S 20216 20216 18694 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 64308305 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20251/statm: 1339 232 193 169 0 50 0
[pid=20252] ppid=20251 vsize=94308 CPUtime=3541.16
/proc/20252/stat : 20252 (minisat) R 20251 20216 18694 0 -1 4194304 22773 0 0 0 354086 30 0 0 25 0 1 0 64308305 96571392 22759 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/20252/statm: 23577 22759 75 150 0 23424 0
Current children cumulated CPU time (s) 3600.04
Current children cumulated vsize (KiB) 113396

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 20216 and gives
#  childrusage.ru_utime.tv_sec=58
#  childrusage.ru_utime.tv_usec=622088
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=288956
# CPU time returned by wait4() is 58.911
# while last known CPU time is 3600.04
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 3630.33
CPU time (s): 3600.04
CPU user time (s): 3599.47
CPU system time (s): 0.57
CPU usage (%): 99.1657
Max. virtual memory (cumulated for all children) (KiB): 887464

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 58.6221
system time used= 0.288956
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 24794
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= 3463
involuntary context switches= 4402

runsolver used 4.35234 second user time and 11.7482 second system time

The end

Launcher Data (download as text)

Begin job on node66 at 2008-07-15 00:54:03
IDJOB=1118300
IDBENCH=62227
IDSOLVER=368
FILE ID=node66/1118300-1216076043
PBS_JOBID= 7905021
Free space on /tmp= 66412 MiB

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

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= d15097b59371fe1dfddde9cf46d8207e
RANDOM SEED=292318996

node66.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.259
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.259
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:       1718312 kB
Buffers:         60560 kB
Cached:         158760 kB
SwapCached:       6372 kB
Active:         210576 kB
Inactive:        74128 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1718312 kB
SwapTotal:     4192956 kB
SwapFree:      4180776 kB
Dirty:            1308 kB
Writeback:           0 kB
Mapped:          72044 kB
Slab:            37888 kB
Committed_AS:   221492 kB
PageTables:       2024 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= 66416 MiB
End job on node66 at 2008-07-15 01:54:36