Trace number 1118500

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sugar v1.13+minisat? (TO) 3600 3634.54

General information on the benchmark

Namemaxcsp/maxcut/maxcut-50/
normalized-maxcut-50-580-2_ext.xml
MD5SUM5bc528987ca3fc466fe2c9d8378efc74
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkMOPT
Best Number of falsified constraints217
Best CPU time to get the best result obtained on this benchmark971.091
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.04	c 0	Sugar v1-13 + HOME/minisat
0.00/0.05	c 0	BEGIN Tue Jul 15 02:08:04 2008
0.00/0.05	c 0	PID 28716
0.00/0.05	c 0	HOST node21.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1118500-1216080484.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-1118500-1216080484.xml' 'HOME/temp.csp'
0.03/0.41	c 0	1 domains, 50 variables, 0 predicates, 1 relations, 580 constraints
0.03/0.51	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.51	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -max -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.03/0.60	c 0	Parsing HOME/temp.csp
0.48/0.72	c 0	parsed 632 expressions
0.48/0.73	c 0	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.48/0.74	c 1	MAX CSP: 580 constraints
0.48/0.74	c 1	Converting to clausal form CSP
0.48/0.78	c 1	converted 122 (10%) expressions
0.48/0.79	c 1	converted 243 (20%) expressions
0.48/0.80	c 1	converted 365 (30%) expressions
0.48/0.81	c 1	converted 486 (40%) expressions
0.48/0.83	c 1	converted 608 (50%) expressions
0.48/0.83	c 1	converted 729 (60%) expressions
0.48/0.84	c 1	converted 851 (70%) expressions
0.48/0.85	c 1	converted 972 (80%) expressions
0.48/0.92	c 1	converted 1094 (90%) expressions
0.95/1.05	c 1	converted 1215 (100%) expressions
0.95/1.05	c 1	CSP : 1210 integers, 0 booleans, 1739 clauses, largest domain size 871
0.95/1.05	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.95/1.05	c 1	Propagation in CSP
0.95/1.09	c 1	577 values, 0 unsatisfiable literals, and 0 valid clauses are removed
0.95/1.09	c 1	CSP : 1210 integers, 0 booleans, 1739 clauses, largest domain size 581
0.95/1.09	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.95/1.09	c 1	Simplifing CSP by introducing new Boolean variables
0.95/1.10	c 1	CSP : 1210 integers, 0 booleans, 1739 clauses, largest domain size 581
0.95/1.10	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.04/1.13	c 1	Encoding CSP to SAT : HOME/temp.cnf
1.04/1.14	c 1	121 (10%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.04/1.14	c 1	242 (20%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.04/1.15	c 1	363 (30%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.04/1.15	c 1	484 (40%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.04/1.15	c 1	605 (50%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.04/1.16	c 1	726 (60%) CSP integer variables are encoded (3897 clauses, 49988 bytes)
1.04/1.17	c 1	847 (70%) CSP integer variables are encoded (6149 clauses, 79264 bytes)
1.04/1.17	c 1	968 (80%) CSP integer variables are encoded (7505 clauses, 96892 bytes)
1.04/1.17	c 1	1089 (90%) CSP integer variables are encoded (8300 clauses, 107227 bytes)
1.04/1.17	c 1	1210 (100%) CSP integer variables are encoded (9420 clauses, 123006 bytes)
1.15/1.21	c 1	174 (10%) CSP clauses are encoded (9768 clauses, 127402 bytes)
1.15/1.22	c 1	348 (20%) CSP clauses are encoded (10116 clauses, 132256 bytes)
1.15/1.24	c 1	522 (30%) CSP clauses are encoded (10464 clauses, 137128 bytes)
1.15/1.26	c 1	696 (40%) CSP clauses are encoded (12810 clauses, 176580 bytes)
1.54/1.68	c 1	870 (50%) CSP clauses are encoded (189586 clauses, 3384445 bytes)
1.64/1.70	c 1	1044 (60%) CSP clauses are encoded (195956 clauses, 3496323 bytes)
1.94/2.00	c 2	1218 (70%) CSP clauses are encoded (361702 clauses, 6547688 bytes)
1.94/2.02	c 2	1392 (80%) CSP clauses are encoded (368984 clauses, 6675884 bytes)
1.94/2.05	c 2	1566 (90%) CSP clauses are encoded (386258 clauses, 6987768 bytes)
2.04/2.18	c 2	1739 (100%) CSP clauses are encoded (449920 clauses, 8266960 bytes)
2.04/2.18	c 2	1739 CSP clauses encoded
2.04/2.18	c 2	Writing map file : HOME/temp.map
2.04/2.19	c 2	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.04/2.19	c 2	SAT : 10630 SAT variables, 449920 SAT clauses, 8266960 bytes
2.04/2.19	c 2	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.13/2.24	c 2	OBJECTIVE minimize _COST
2.13/2.24	c 2	OBJECTIVE BOUND: 0 <= _COST <= 
2.13/2.24	c 2	SEARCHING: _COST <= 290
2.13/2.24	c 2	SOLVING HOME/temp.cnf
2.13/2.24	c 2	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
2.13/2.25	c 2	This is MiniSat 2.0 beta
2.13/2.25	c 2	WARNING: for repeatability, setting FPU to use double precision
2.13/2.25	c 2	============================[ Problem Statistics ]=============================
2.13/2.25	c 2	|                                                                             |
2.13/2.25	c 2	|  Number of variables:  10630                                                |
2.13/2.25	c 2	|  Number of clauses:    449921                                               |
2.13/2.48	c 2	|  Parsing time:         0.19         s                                       |
2.13/2.62	c 2	============================[ Search Statistics ]==============================
2.13/2.62	c 2	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
2.13/2.62	c 2	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
2.13/2.63	c 2	===============================================================================
2.13/2.63	c 2	|         0 |    7730   287498   842064 |    95832        0    nan |  0.000 % |
2.13/2.81	c 3	|       104 |    7730   287498   842064 |   105415      104     27 | 27.281 % |
2.13/2.87	c 3	|       255 |    7730   287498   842064 |   115957      255     30 | 27.282 % |
2.13/2.93	c 3	|       481 |    7730   287498   842064 |   127553      481     33 | 27.281 % |
2.13/3.06	c 3	|       818 |    7730   287498   842064 |   140308      818     32 | 27.282 % |
2.13/3.17	c 3	|      1325 |    7730   287498   842064 |   154339     1325     31 | 27.281 % |
3.56/3.74	c 3	|      2084 |    7730   287498   842064 |   169773     2084     35 | 27.282 % |
3.95/4.16	c 4	|      3225 |    7730   287498   842064 |   186750     3225     35 | 27.281 % |
4.54/4.75	c 5	|      4934 |    7730   287498   842064 |   205425     4934     35 | 27.282 % |
6.82/7.08	c 7	|      7497 |    7730   287498   842064 |   225968     7497     39 | 27.281 % |
9.89/10.16	c 10	|     11341 |    7730   287498   842064 |   248565    11341     40 | 27.281 % |
12.87/13.12	c 13	|     17107 |    7730   287498   842064 |   273421    17107     39 | 27.281 % |
17.22/17.60	c 17	|     25757 |    7730   287498   842064 |   300763    25757     38 | 27.281 % |
25.74/26.20	c 26	|     38732 |    7730   287498   842064 |   330840    38732     37 | 27.281 % |
42.78/43.40	c 43	|     58194 |    7730   287498   842064 |   363924    58194     38 | 27.281 % |
71.50/72.37	c 72	|     87388 |    7730   287498   842064 |   400316    87388     37 | 27.281 % |
124.49/125.88	c 126	|    131178 |    7730   287498   842064 |   440348   131178     36 | 27.282 % |
226.92/229.24	c 229	|    196862 |    7730   287498   842064 |   484383   196862     34 | 27.281 % |
444.33/448.77	c 449	|    295389 |    7730   287498   842064 |   532821   295389     35 | 27.281 % |
940.20/949.36	c 949	|    443178 |    7730   287498   842064 |   586103   443178     38 | 27.281 % |
1610.39/1625.96	c 1626	|    664863 |    7730   287498   842064 |   644714    91052     38 | 27.281 % |
2615.61/2640.70	c 2640	|    997389 |    7730   287498   842064 |   709185   423578     45 | 27.281 % |
3600.00/3634.52	c ERROR INTERRUPTED
3600.00/3634.54	s UNKNOWN
3600.00/3634.54	c 3634	CPU 1.99 (0.04 0.01 1.95 0.16)
3600.00/3634.54	c 3634	END Tue Jul 15 03:08:38 2008

Verifier Data (download as text)

ERROR: no interpretation found !

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-1118500-1216080484/watcher-1118500-1216080484 -o /tmp/evaluation-result-1118500-1216080484/solver-1118500-1216080484 -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-1118500-1216080484.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.07 2.00 2.00 4/74 28716
/proc/meminfo: memFree=1689000/2055920 swapFree=4180308/4192956
[pid=28716] ppid=28714 vsize=12268 CPUtime=0
/proc/28716/stat : 28716 (sugar) R 28714 28716 28266 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 64750475 12562432 316 996147200 4194304 4206940 548682068592 18446744073709551615 221236656741 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/28716/statm: 3067 316 241 3 0 167 0

[startup+0.063902 s]
/proc/loadavg: 2.07 2.00 2.00 4/74 28716
/proc/meminfo: memFree=1689000/2055920 swapFree=4180308/4192956
[pid=28716] ppid=28714 vsize=13600 CPUtime=0.03
/proc/28716/stat : 28716 (sugar) S 28714 28716 28266 0 -1 4194304 898 127 0 0 3 0 0 0 19 0 1 0 64750475 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28716/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.102049 s]
/proc/loadavg: 2.07 2.00 2.00 4/74 28716
/proc/meminfo: memFree=1689000/2055920 swapFree=4180308/4192956
[pid=28716] ppid=28714 vsize=13600 CPUtime=0.03
/proc/28716/stat : 28716 (sugar) S 28714 28716 28266 0 -1 4194304 898 127 0 0 3 0 0 0 19 0 1 0 64750475 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28716/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301949 s]
/proc/loadavg: 2.07 2.00 2.00 4/74 28716
/proc/meminfo: memFree=1689000/2055920 swapFree=4180308/4192956
[pid=28716] ppid=28714 vsize=13600 CPUtime=0.03
/proc/28716/stat : 28716 (sugar) S 28714 28716 28266 0 -1 4194304 898 127 0 0 3 0 0 0 19 0 1 0 64750475 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28716/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.702024 s]
/proc/loadavg: 2.07 2.00 2.00 4/74 28716
/proc/meminfo: memFree=1689000/2055920 swapFree=4180308/4192956
[pid=28716] ppid=28714 vsize=13600 CPUtime=0.48
/proc/28716/stat : 28716 (sugar) S 28714 28716 28266 0 -1 4194304 974 4530 0 1 3 0 41 4 16 0 1 0 64750475 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28716/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 13600

[startup+1.50217 s]
/proc/loadavg: 2.07 2.00 2.00 3/85 28738
/proc/meminfo: memFree=1675472/2055920 swapFree=4180308/4192956
[pid=28716] ppid=28714 vsize=13600 CPUtime=0.49
/proc/28716/stat : 28716 (sugar) S 28714 28716 28266 0 -1 4194304 974 4530 0 1 3 1 41 4 15 0 1 0 64750475 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28716/statm: 3400 797 370 3 0 500 0
[pid=28729] ppid=28716 vsize=5356 CPUtime=0
/proc/28729/stat : 28729 (sh) S 28716 28716 28266 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 64750527 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28729/statm: 1339 233 193 169 0 50 0
[pid=28730] ppid=28729 vsize=868376 CPUtime=0.96
/proc/28730/stat : 28730 (java) S 28729 28716 28266 0 -1 0 6573 0 1 0 90 6 0 0 18 0 9 0 64750528 889217024 5747 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28730/statm: 217094 5747 2563 9 0 211641 0
[pid=28730/tid=28731] ppid=28729 vsize=868376 CPUtime=0.59
/proc/28730/task/28731/stat : 28731 (java) R 28729 28716 28266 0 -1 64 2776 0 1 0 57 2 0 0 21 0 9 0 64750529 889217024 5747 996147200 134512640 134550740 4294955936 18446744073709551615 4126944778 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28730/tid=28732] ppid=28729 vsize=868376 CPUtime=0.08
/proc/28730/task/28732/stat : 28732 (java) S 28729 28716 28266 0 -1 64 1625 0 0 0 7 1 0 0 16 0 9 0 64750530 889217024 5747 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28730/tid=28733] ppid=28729 vsize=868376 CPUtime=0
/proc/28730/task/28733/stat : 28733 (java) S 28729 28716 28266 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 64750530 889217024 5747 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28730/tid=28734] ppid=28729 vsize=868376 CPUtime=0
/proc/28730/task/28734/stat : 28734 (java) S 28729 28716 28266 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 64750530 889217024 5747 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28730/tid=28735] ppid=28729 vsize=868376 CPUtime=0
/proc/28730/task/28735/stat : 28735 (java) S 28729 28716 28266 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 64750532 889217024 5747 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28730/tid=28736] ppid=28729 vsize=868376 CPUtime=0.25
/proc/28730/task/28736/stat : 28736 (java) S 28729 28716 28266 0 -1 64 1479 0 0 0 25 0 0 0 16 0 9 0 64750532 889217024 5747 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28730/tid=28737] ppid=28729 vsize=868376 CPUtime=0
/proc/28730/task/28737/stat : 28737 (java) S 28729 28716 28266 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 64750532 889217024 5747 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28730/tid=28738] ppid=28729 vsize=868376 CPUtime=0
/proc/28730/task/28738/stat : 28738 (java) S 28729 28716 28266 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 64750532 889217024 5747 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 887332

[startup+3.10248 s]
/proc/loadavg: 2.07 2.00 2.00 3/85 28738
/proc/meminfo: memFree=1666256/2055920 swapFree=4180308/4192956
[pid=28716] ppid=28714 vsize=13732 CPUtime=2.13
/proc/28716/stat : 28716 (sugar) S 28714 28716 28266 0 -1 4194304 1071 11605 0 2 3 1 194 15 15 0 1 0 64750475 14061568 819 996147200 4194304 4206940 548682068592 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28716/statm: 3433 819 374 3 0 533 0
Current children cumulated CPU time (s) 2.13
Current children cumulated vsize (KiB) 13732

[startup+6.30108 s]
/proc/loadavg: 2.07 2.00 2.00 3/77 28740
/proc/meminfo: memFree=1658456/2055920 swapFree=4180308/4192956
[pid=28716] ppid=28714 vsize=13732 CPUtime=2.13
/proc/28716/stat : 28716 (sugar) S 28714 28716 28266 0 -1 4194304 1071 11605 0 2 3 1 194 15 15 0 1 0 64750475 14061568 819 996147200 4194304 4206940 548682068592 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28716/statm: 3433 819 374 3 0 533 0
[pid=28739] ppid=28716 vsize=5356 CPUtime=0
/proc/28739/stat : 28739 (sh) S 28716 28716 28266 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 64750700 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28739/statm: 1339 232 193 169 0 50 0
[pid=28740] ppid=28739 vsize=20356 CPUtime=4
/proc/28740/stat : 28740 (minisat) R 28739 28716 28266 0 -1 4194304 4968 0 0 0 396 4 0 0 25 0 1 0 64750700 20844544 4954 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/28740/statm: 5089 4954 75 150 0 4936 0
Current children cumulated CPU time (s) 6.13
Current children cumulated vsize (KiB) 39444

[startup+12.7023 s]
/proc/loadavg: 2.06 2.00 2.00 3/77 28740
/proc/meminfo: memFree=1658584/2055920 swapFree=4180308/4192956
[pid=28716] ppid=28714 vsize=13732 CPUtime=2.13
/proc/28716/stat : 28716 (sugar) S 28714 28716 28266 0 -1 4194304 1071 11605 0 2 3 1 194 15 16 0 1 0 64750475 14061568 819 996147200 4194304 4206940 548682068592 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28716/statm: 3433 819 374 3 0 533 0
[pid=28739] ppid=28716 vsize=5356 CPUtime=0
/proc/28739/stat : 28739 (sh) S 28716 28716 28266 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 64750700 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28739/statm: 1339 232 193 169 0 50 0
[pid=28740] ppid=28739 vsize=20356 CPUtime=10.34
/proc/28740/stat : 28740 (minisat) R 28739 28716 28266 0 -1 4194304 4984 0 0 0 1030 4 0 0 25 0 1 0 64750700 20844544 4970 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/28740/statm: 5089 4970 75 150 0 4936 0
Current children cumulated CPU time (s) 12.47
Current children cumulated vsize (KiB) 39444

[startup+25.5017 s]
/proc/loadavg: 2.05 2.00 2.00 3/77 28740
/proc/meminfo: memFree=1655128/2055920 swapFree=4180308/4192956
[pid=28716] ppid=28714 vsize=13732 CPUtime=2.13
/proc/28716/stat : 28716 (sugar) S 28714 28716 28266 0 -1 4194304 1071 11605 0 2 3 1 194 15 16 0 1 0 64750475 14061568 819 996147200 4194304 4206940 548682068592 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28716/statm: 3433 819 374 3 0 533 0
[pid=28739] ppid=28716 vsize=5356 CPUtime=0
/proc/28739/stat : 28739 (sh) S 28716 28716 28266 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 64750700 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28739/statm: 1339 232 193 169 0 50 0
[pid=28740] ppid=28739 vsize=24232 CPUtime=23.02
/proc/28740/stat : 28740 (minisat) R 28739 28716 28266 0 -1 4194304 5936 0 0 0 2297 5 0 0 25 0 1 0 64750700 24813568 5922 996147200 134512640 135127466 4294956256 18446744073709551615 134530679 0 0 4096 3 0 0 0 17 1 0 0
/proc/28740/statm: 6058 5922 75 150 0 5905 0
Current children cumulated CPU time (s) 25.15
Current children cumulated vsize (KiB) 43320

[startup+51.1015 s]
/proc/loadavg: 2.03 2.00 2.00 3/77 28740
/proc/meminfo: memFree=1649816/2055920 swapFree=4180308/4192956
[pid=28716] ppid=28714 vsize=13732 CPUtime=2.13
/proc/28716/stat : 28716 (sugar) S 28714 28716 28266 0 -1 4194304 1071 11605 0 2 3 1 194 15 16 0 1 0 64750475 14061568 819 996147200 4194304 4206940 548682068592 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28716/statm: 3433 819 374 3 0 533 0
[pid=28739] ppid=28716 vsize=5356 CPUtime=0
/proc/28739/stat : 28739 (sh) S 28716 28716 28266 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 64750700 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28739/statm: 1339 232 193 169 0 50 0
[pid=28740] ppid=28739 vsize=29608 CPUtime=48.36
/proc/28740/stat : 28740 (minisat) R 28739 28716 28266 0 -1 4194304 7268 0 0 0 4829 7 0 0 25 0 1 0 64750700 30318592 7254 996147200 134512640 135127466 4294956256 18446744073709551615 134530682 0 0 4096 3 0 0 0 17 1 0 0
/proc/28740/statm: 7402 7254 75 150 0 7249 0
Current children cumulated CPU time (s) 50.49
Current children cumulated vsize (KiB) 48696

[startup+102.306 s]
/proc/loadavg: 2.01 2.00 2.00 3/77 28740
/proc/meminfo: memFree=1641816/2055920 swapFree=4180308/4192956
[pid=28716] ppid=28714 vsize=13732 CPUtime=2.13
/proc/28716/stat : 28716 (sugar) S 28714 28716 28266 0 -1 4194304 1071 11605 0 2 3 1 194 15 16 0 1 0 64750475 14061568 819 996147200 4194304 4206940 548682068592 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28716/statm: 3433 819 374 3 0 533 0
[pid=28739] ppid=28716 vsize=5356 CPUtime=0
/proc/28739/stat : 28739 (sh) S 28716 28716 28266 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 64750700 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28739/statm: 1339 232 193 169 0 50 0
[pid=28740] ppid=28739 vsize=37488 CPUtime=99.08
/proc/28740/stat : 28740 (minisat) R 28739 28716 28266 0 -1 4194304 9210 0 0 0 9899 9 0 0 25 0 1 0 64750700 38387712 9196 996147200 134512640 135127466 4294956256 18446744073709551615 134530692 0 0 4096 3 0 0 0 17 1 0 0
/proc/28740/statm: 9372 9196 75 150 0 9219 0
Current children cumulated CPU time (s) 101.21
Current children cumulated vsize (KiB) 56576

[startup+162.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 28740
/proc/meminfo: memFree=1634776/2055920 swapFree=4180308/4192956
[pid=28716] ppid=28714 vsize=13732 CPUtime=2.13
/proc/28716/stat : 28716 (sugar) S 28714 28716 28266 0 -1 4194304 1071 11605 0 2 3 1 194 15 16 0 1 0 64750475 14061568 819 996147200 4194304 4206940 548682068592 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28716/statm: 3433 819 374 3 0 533 0
[pid=28739] ppid=28716 vsize=5356 CPUtime=0
/proc/28739/stat : 28739 (sh) S 28716 28716 28266 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 64750700 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28739/statm: 1339 232 193 169 0 50 0
[pid=28740] ppid=28739 vsize=44712 CPUtime=158.51
/proc/28740/stat : 28740 (minisat) R 28739 28716 28266 0 -1 4194304 10968 0 0 0 15840 11 0 0 25 0 1 0 64750700 45785088 10954 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/28740/statm: 11178 10954 75 150 0 11025 0
Current children cumulated CPU time (s) 160.64
Current children cumulated vsize (KiB) 63800

[startup+222.303 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 28740
/proc/meminfo: memFree=1629208/2055920 swapFree=4180308/4192956
[pid=28716] ppid=28714 vsize=13732 CPUtime=2.13
/proc/28716/stat : 28716 (sugar) S 28714 28716 28266 0 -1 4194304 1071 11605 0 2 3 1 194 15 16 0 1 0 64750475 14061568 819 996147200 4194304 4206940 548682068592 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28716/statm: 3433 819 374 3 0 533 0
[pid=28739] ppid=28716 vsize=5356 CPUtime=0
/proc/28739/stat : 28739 (sh) S 28716 28716 28266 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 64750700 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28739/statm: 1339 232 193 169 0 50 0
[pid=28740] ppid=28739 vsize=49956 CPUtime=217.94
/proc/28740/stat : 28740 (minisat) R 28739 28716 28266 0 -1 4194304 12334 0 0 0 21782 12 0 0 25 0 1 0 64750700 51154944 12320 996147200 134512640 135127466 4294956256 18446744073709551615 134530941 0 0 4096 3 0 0 0 17 1 0 0
/proc/28740/statm: 12489 12320 75 150 0 12336 0
Current children cumulated CPU time (s) 220.07
Current children cumulated vsize (KiB) 69044

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

/proc/meminfo: memFree=1615008/2055920 swapFree=4180308/4192956
[pid=28716] ppid=28714 vsize=13732 CPUtime=2.13
/proc/28716/stat : 28716 (sugar) S 28714 28716 28266 0 -1 4194304 1071 11605 0 2 3 1 194 15 16 0 1 0 64750475 14061568 819 996147200 4194304 4206940 548682068592 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28716/statm: 3433 819 374 3 0 533 0
[pid=28739] ppid=28716 vsize=5356 CPUtime=0
/proc/28739/stat : 28739 (sh) S 28716 28716 28266 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 64750700 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28739/statm: 1339 232 193 169 0 50 0
[pid=28740] ppid=28739 vsize=149436 CPUtime=3130.15
/proc/28740/stat : 28740 (minisat) R 28739 28716 28266 0 -1 4194304 36742 0 0 0 312969 46 0 0 25 0 1 0 64750700 153022464 36728 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/28740/statm: 37359 36728 75 150 0 37206 0
Current children cumulated CPU time (s) 3132.28
Current children cumulated vsize (KiB) 168524

[startup+3222.3 s]
/proc/loadavg: 2.09 2.04 2.01 3/84 28787
/proc/meminfo: memFree=1611544/2055920 swapFree=4180308/4192956
[pid=28716] ppid=28714 vsize=13732 CPUtime=2.13
/proc/28716/stat : 28716 (sugar) S 28714 28716 28266 0 -1 4194304 1071 11605 0 2 3 1 194 15 16 0 1 0 64750475 14061568 819 996147200 4194304 4206940 548682068592 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28716/statm: 3433 819 374 3 0 533 0
[pid=28739] ppid=28716 vsize=5356 CPUtime=0
/proc/28739/stat : 28739 (sh) S 28716 28716 28266 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 64750700 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28739/statm: 1339 232 193 169 0 50 0
[pid=28740] ppid=28739 vsize=152872 CPUtime=3189.56
/proc/28740/stat : 28740 (minisat) R 28739 28716 28266 0 -1 4194304 37594 0 0 0 318909 47 0 0 25 0 1 0 64750700 156540928 37580 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/28740/statm: 38218 37580 75 150 0 38065 0
Current children cumulated CPU time (s) 3191.69
Current children cumulated vsize (KiB) 171960

[startup+3282.3 s]
/proc/loadavg: 2.07 2.04 2.01 3/84 28787
/proc/meminfo: memFree=1608216/2055920 swapFree=4180308/4192956
[pid=28716] ppid=28714 vsize=13732 CPUtime=2.13
/proc/28716/stat : 28716 (sugar) S 28714 28716 28266 0 -1 4194304 1071 11605 0 2 3 1 194 15 16 0 1 0 64750475 14061568 819 996147200 4194304 4206940 548682068592 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28716/statm: 3433 819 374 3 0 533 0
[pid=28739] ppid=28716 vsize=5356 CPUtime=0
/proc/28739/stat : 28739 (sh) S 28716 28716 28266 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 64750700 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28739/statm: 1339 232 193 169 0 50 0
[pid=28740] ppid=28739 vsize=156072 CPUtime=3248.99
/proc/28740/stat : 28740 (minisat) R 28739 28716 28266 0 -1 4194304 38405 0 0 0 324852 47 0 0 25 0 1 0 64750700 159817728 38391 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/28740/statm: 39018 38391 75 150 0 38865 0
Current children cumulated CPU time (s) 3251.12
Current children cumulated vsize (KiB) 175160

[startup+3342.3 s]
/proc/loadavg: 2.13 2.06 2.01 3/84 28787
/proc/meminfo: memFree=1605016/2055920 swapFree=4180308/4192956
[pid=28716] ppid=28714 vsize=13732 CPUtime=2.13
/proc/28716/stat : 28716 (sugar) S 28714 28716 28266 0 -1 4194304 1071 11605 0 2 3 1 194 15 16 0 1 0 64750475 14061568 819 996147200 4194304 4206940 548682068592 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28716/statm: 3433 819 374 3 0 533 0
[pid=28739] ppid=28716 vsize=5356 CPUtime=0
/proc/28739/stat : 28739 (sh) S 28716 28716 28266 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 64750700 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28739/statm: 1339 232 193 169 0 50 0
[pid=28740] ppid=28739 vsize=159384 CPUtime=3308.42
/proc/28740/stat : 28740 (minisat) R 28739 28716 28266 0 -1 4194304 39220 0 0 0 330794 48 0 0 25 0 1 0 64750700 163209216 39206 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/28740/statm: 39846 39206 75 150 0 39693 0
Current children cumulated CPU time (s) 3310.55
Current children cumulated vsize (KiB) 178472

[startup+3402.31 s]
/proc/loadavg: 2.12 2.07 2.01 3/84 28787
/proc/meminfo: memFree=1601368/2055920 swapFree=4180308/4192956
[pid=28716] ppid=28714 vsize=13732 CPUtime=2.13
/proc/28716/stat : 28716 (sugar) S 28714 28716 28266 0 -1 4194304 1071 11605 0 2 3 1 194 15 16 0 1 0 64750475 14061568 819 996147200 4194304 4206940 548682068592 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28716/statm: 3433 819 374 3 0 533 0
[pid=28739] ppid=28716 vsize=5356 CPUtime=0
/proc/28739/stat : 28739 (sh) S 28716 28716 28266 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 64750700 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28739/statm: 1339 232 193 169 0 50 0
[pid=28740] ppid=28739 vsize=162900 CPUtime=3367.86
/proc/28740/stat : 28740 (minisat) R 28739 28716 28266 0 -1 4194304 40113 0 0 0 336737 49 0 0 25 0 1 0 64750700 166809600 40099 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/28740/statm: 40725 40099 75 150 0 40572 0
Current children cumulated CPU time (s) 3369.99
Current children cumulated vsize (KiB) 181988

[startup+3462.3 s]
/proc/loadavg: 2.11 2.07 2.01 3/84 28787
/proc/meminfo: memFree=1598232/2055920 swapFree=4180308/4192956
[pid=28716] ppid=28714 vsize=13732 CPUtime=2.13
/proc/28716/stat : 28716 (sugar) S 28714 28716 28266 0 -1 4194304 1071 11605 0 2 3 1 194 15 16 0 1 0 64750475 14061568 819 996147200 4194304 4206940 548682068592 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28716/statm: 3433 819 374 3 0 533 0
[pid=28739] ppid=28716 vsize=5356 CPUtime=0
/proc/28739/stat : 28739 (sh) S 28716 28716 28266 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 64750700 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28739/statm: 1339 232 193 169 0 50 0
[pid=28740] ppid=28739 vsize=165884 CPUtime=3427.29
/proc/28740/stat : 28740 (minisat) R 28739 28716 28266 0 -1 4194304 40862 0 0 0 342679 50 0 0 25 0 1 0 64750700 169865216 40848 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/28740/statm: 41471 40848 75 150 0 41318 0
Current children cumulated CPU time (s) 3429.42
Current children cumulated vsize (KiB) 184972

[startup+3522.3 s]
/proc/loadavg: 2.10 2.07 2.01 3/84 28787
/proc/meminfo: memFree=1595168/2055920 swapFree=4180308/4192956
[pid=28716] ppid=28714 vsize=13732 CPUtime=2.13
/proc/28716/stat : 28716 (sugar) S 28714 28716 28266 0 -1 4194304 1071 11605 0 2 3 1 194 15 16 0 1 0 64750475 14061568 819 996147200 4194304 4206940 548682068592 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28716/statm: 3433 819 374 3 0 533 0
[pid=28739] ppid=28716 vsize=5356 CPUtime=0
/proc/28739/stat : 28739 (sh) S 28716 28716 28266 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 64750700 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28739/statm: 1339 232 193 169 0 50 0
[pid=28740] ppid=28739 vsize=168848 CPUtime=3486.73
/proc/28740/stat : 28740 (minisat) R 28739 28716 28266 0 -1 4194304 41611 0 0 0 348622 51 0 0 25 0 1 0 64750700 172900352 41597 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/28740/statm: 42212 41597 75 150 0 42059 0
Current children cumulated CPU time (s) 3488.86
Current children cumulated vsize (KiB) 187936

[startup+3582.3 s]
/proc/loadavg: 2.36 2.13 2.03 3/84 28787
/proc/meminfo: memFree=1592544/2055920 swapFree=4180308/4192956
[pid=28716] ppid=28714 vsize=13732 CPUtime=2.13
/proc/28716/stat : 28716 (sugar) S 28714 28716 28266 0 -1 4194304 1071 11605 0 2 3 1 194 15 16 0 1 0 64750475 14061568 819 996147200 4194304 4206940 548682068592 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28716/statm: 3433 819 374 3 0 533 0
[pid=28739] ppid=28716 vsize=5356 CPUtime=0
/proc/28739/stat : 28739 (sh) S 28716 28716 28266 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 64750700 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28739/statm: 1339 232 193 169 0 50 0
[pid=28740] ppid=28739 vsize=171552 CPUtime=3546.16
/proc/28740/stat : 28740 (minisat) R 28739 28716 28266 0 -1 4194304 42291 0 0 0 354564 52 0 0 25 0 1 0 64750700 175669248 42277 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/28740/statm: 42888 42277 75 150 0 42735 0
Current children cumulated CPU time (s) 3548.29
Current children cumulated vsize (KiB) 190640



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3634.5 s]
/proc/loadavg: 2.68 2.26 2.08 3/84 28787
/proc/meminfo: memFree=1589856/2055920 swapFree=4180308/4192956
[pid=28716] ppid=28714 vsize=13732 CPUtime=2.13
/proc/28716/stat : 28716 (sugar) S 28714 28716 28266 0 -1 4194304 1071 11605 0 2 3 1 194 15 16 0 1 0 64750475 14061568 819 996147200 4194304 4206940 548682068592 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28716/statm: 3433 819 374 3 0 533 0
[pid=28739] ppid=28716 vsize=5356 CPUtime=0
/proc/28739/stat : 28739 (sh) S 28716 28716 28266 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 64750700 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28739/statm: 1339 232 193 169 0 50 0
[pid=28740] ppid=28739 vsize=174400 CPUtime=3597.87
/proc/28740/stat : 28740 (minisat) R 28739 28716 28266 0 -1 4194304 42955 0 0 0 359734 53 0 0 25 0 1 0 64750700 178585600 42941 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/28740/statm: 43600 42941 75 150 0 43447 0
Current children cumulated CPU time (s) 3600
Current children cumulated vsize (KiB) 193488

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

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

[startup+3634.5 s]
/proc/loadavg: 2.68 2.26 2.08 3/84 28787
/proc/meminfo: memFree=1589856/2055920 swapFree=4180308/4192956
[pid=28716] ppid=28714 vsize=13732 CPUtime=2.13
/proc/28716/stat : 28716 (sugar) S 28714 28716 28266 0 -1 4194304 1071 11605 0 2 3 1 194 15 16 0 1 0 64750475 14061568 819 996147200 4194304 4206940 548682068592 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28716/statm: 3433 819 374 3 0 533 0
[pid=28739] ppid=28716 vsize=5356 CPUtime=0
/proc/28739/stat : 28739 (sh) S 28716 28716 28266 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 64750700 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28739/statm: 1339 232 193 169 0 50 0
[pid=28740] ppid=28739 vsize=174400 CPUtime=3597.87
/proc/28740/stat : 28740 (minisat) R 28739 28716 28266 0 -1 4194304 42955 0 0 0 359734 53 0 0 25 0 1 0 64750700 178585600 42941 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/28740/statm: 43600 42941 75 150 0 43447 0
Current children cumulated CPU time (s) 3600
Current children cumulated vsize (KiB) 193488

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 28716 and gives
#  childrusage.ru_utime.tv_sec=1
#  childrusage.ru_utime.tv_usec=992697
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=176973
# CPU time returned by wait4() is 2.16967
# while last known CPU time is 3600
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 3634.54
CPU time (s): 3600
CPU user time (s): 3599.31
CPU system time (s): 0.69
CPU usage (%): 99.0496
Max. virtual memory (cumulated for all children) (KiB): 887332

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1.9927
system time used= 0.176973
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 13021
page faults= 2
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 3319
involuntary context switches= 3191

runsolver used 4.6253 second user time and 11.9152 second system time

The end

Launcher Data (download as text)

Begin job on node21 at 2008-07-15 02:08:04
IDJOB=1118500
IDBENCH=62252
IDSOLVER=368
FILE ID=node21/1118500-1216080484
PBS_JOBID= 7905111
Free space on /tmp= 66472 MiB

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

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 5bc528987ca3fc466fe2c9d8378efc74
RANDOM SEED=1153260283

node21.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.257
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.257
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:       1689480 kB
Buffers:         66092 kB
Cached:         157228 kB
SwapCached:       6860 kB
Active:         249052 kB
Inactive:        68944 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1689480 kB
SwapTotal:     4192956 kB
SwapFree:      4180308 kB
Dirty:            1304 kB
Writeback:           0 kB
Mapped:         101344 kB
Slab:            33468 kB
Committed_AS:   351136 kB
PageTables:       2012 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= 66480 MiB
End job on node21 at 2008-07-15 03:08:40