Trace number 1042630

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) 1800.04 1811.42

General information on the benchmark

Namecsp/QG3/
normalized-quasigroup3-10.xml
MD5SUM43d9e915e10c026682c4118b31169d3c
Bench CategoryGLOBAL (global constraints)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables310
Number of constraints219
Maximum constraint arity102
Maximum domain size100
Number of constraints which are defined in extension0
Number of constraints which are defined in intension99
Global constraints used (with number of constraints)alldifferent(20),element(100)

Solver Data (download as text)

0.01/0.04	c 0	Sugar v1-13 + HOME/minisat
0.01/0.04	c 0	BEGIN Wed Jul  2 14:58:08 2008
0.01/0.04	c 0	PID 8440
0.01/0.04	c 0	HOST node88.alineos.net
0.01/0.04	c 0	CONVERTING HOME/instance-1042630-1215003488.xml TO HOME/temp.csp
0.01/0.04	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1042630-1215003488.xml' 'HOME/temp.csp'
0.03/0.40	c 1	57 domains, 310 variables, 10 predicates, 0 relations, 219 constraints
0.03/0.45	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.45	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.37/0.53	c 1	Parsing HOME/temp.csp
0.37/0.70	c 1	parsed 596 expressions
0.37/0.70	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.37/0.70	c 1	Converting to clausal form CSP
0.37/0.73	c 1	converted 60 (10%) expressions
0.37/0.73	c 1	converted 120 (20%) expressions
0.37/0.73	c 1	converted 179 (30%) expressions
0.37/0.73	c 1	converted 239 (40%) expressions
0.37/0.73	c 1	converted 298 (50%) expressions
0.37/0.73	c 1	converted 358 (60%) expressions
0.37/0.77	c 1	converted 418 (70%) expressions
0.37/0.82	c 1	converted 477 (80%) expressions
1.19/1.32	c 2	converted 537 (90%) expressions
1.59/1.73	c 2	converted 596 (100%) expressions
1.59/1.73	c 2	CSP : 310 integers, 6800 booleans, 24448 clauses, largest domain size 100
1.59/1.73	c 2	Heap : 17 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.59/1.73	c 2	Propagation in CSP
1.68/1.89	c 2	1476 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.68/1.89	c 2	CSP : 310 integers, 6800 booleans, 24448 clauses, largest domain size 98
1.68/1.89	c 2	Heap : 19 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.78/1.90	c 2	Simplifing CSP by introducing new Boolean variables
1.78/1.93	c 2	CSP : 310 integers, 8240 booleans, 25888 clauses, largest domain size 98
1.78/1.93	c 2	Heap : 20 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.88/2.06	c 2	Encoding CSP to SAT : HOME/temp.cnf
1.88/2.08	c 3	31 (10%) CSP integer variables are encoded (168 clauses, 1728 bytes)
1.88/2.08	c 3	62 (20%) CSP integer variables are encoded (336 clauses, 3576 bytes)
1.88/2.09	c 3	93 (30%) CSP integer variables are encoded (504 clauses, 5424 bytes)
1.88/2.09	c 3	124 (40%) CSP integer variables are encoded (1634 clauses, 19313 bytes)
1.88/2.10	c 3	155 (50%) CSP integer variables are encoded (2951 clauses, 36434 bytes)
1.97/2.11	c 3	186 (60%) CSP integer variables are encoded (4344 clauses, 54543 bytes)
1.97/2.11	c 3	217 (70%) CSP integer variables are encoded (5750 clauses, 72821 bytes)
1.97/2.11	c 3	248 (80%) CSP integer variables are encoded (7143 clauses, 90930 bytes)
1.97/2.11	c 3	279 (90%) CSP integer variables are encoded (8556 clauses, 109299 bytes)
1.97/2.11	c 3	310 (100%) CSP integer variables are encoded (9754 clauses, 124873 bytes)
2.08/2.27	c 3	2589 (10%) CSP clauses are encoded (35027 clauses, 525712 bytes)
2.17/2.31	c 3	5178 (20%) CSP clauses are encoded (37389 clauses, 561601 bytes)
2.17/2.33	c 3	7767 (30%) CSP clauses are encoded (39841 clauses, 598372 bytes)
2.17/2.36	c 3	10356 (40%) CSP clauses are encoded (42295 clauses, 635091 bytes)
2.17/2.38	c 3	12944 (50%) CSP clauses are encoded (44748 clauses, 671795 bytes)
2.27/2.41	c 3	15533 (60%) CSP clauses are encoded (47298 clauses, 710291 bytes)
2.27/2.43	c 3	18122 (70%) CSP clauses are encoded (49751 clauses, 746972 bytes)
2.27/2.46	c 3	20711 (80%) CSP clauses are encoded (52205 clauses, 783717 bytes)
2.27/2.48	c 3	23300 (90%) CSP clauses are encoded (54657 clauses, 820539 bytes)
2.37/2.51	c 3	25888 (100%) CSP clauses are encoded (56896 clauses, 855585 bytes)
2.37/2.51	c 3	25888 CSP clauses encoded
2.37/2.51	c 3	Writing map file : HOME/temp.map
2.37/2.52	c 3	Heap : 18 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.37/2.52	c 3	SAT : 18185 SAT variables, 56896 SAT clauses, 855585 bytes
2.37/2.52	c 3	Heap : 18 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.37/2.55	c 3	SOLVING HOME/temp.cnf
2.37/2.55	c 3	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
2.37/2.55	c 3	This is MiniSat 2.0 beta
2.37/2.55	c 3	WARNING: for repeatability, setting FPU to use double precision
2.37/2.55	c 3	============================[ Problem Statistics ]=============================
2.37/2.55	c 3	|                                                                             |
2.37/2.55	c 3	|  Number of variables:  18185                                                |
2.37/2.55	c 3	|  Number of clauses:    56896                                                |
2.37/2.58	c 3	|  Parsing time:         0.02         s                                       |
2.37/2.58	c 3	============================[ Search Statistics ]==============================
2.37/2.58	c 3	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
2.37/2.58	c 3	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
2.37/2.58	c 3	===============================================================================
2.37/2.58	c 3	|         0 |   18133    56740   140195 |    18913        0    nan |  0.000 % |
2.43/2.66	c 3	|       100 |   18133    56740   140195 |    20804      100     32 |  0.286 % |
2.43/2.76	c 3	|       253 |   18133    56740   140195 |    22885      253     35 |  0.286 % |
2.43/2.91	c 3	|       478 |   18133    56740   140195 |    25173      478     31 |  0.286 % |
2.43/3.14	c 4	|       815 |   18133    56740   140195 |    27691      815     35 |  0.286 % |
3.35/3.52	c 4	|      1321 |   18133    56740   140195 |    30460     1321     34 |  0.286 % |
3.95/4.10	c 5	|      2080 |   18133    56740   140195 |    33506     2080     35 |  0.286 % |
4.85/5.01	c 5	|      3220 |   18133    56740   140195 |    36856     3220     38 |  0.286 % |
5.94/6.12	c 7	|      4929 |   18133    56740   140195 |    40542     4928     38 |  0.291 % |
8.52/8.72	c 9	|      7491 |   18131    56736   140187 |    44596     7489     37 |  0.297 % |
12.28/12.52	c 13	|     11335 |   18131    56736   140187 |    49056    11333     37 |  0.297 % |
18.72/19.04	c 19	|     17102 |   18130    56734   140183 |    53961    17099     39 |  0.302 % |
30.52/30.99	c 31	|     25753 |   18130    56734   140183 |    59358    25750     42 |  0.302 % |
50.56/51.18	c 52	|     38727 |   18128    56730   140175 |    65293    38722     44 |  0.313 % |
86.45/87.38	c 88	|     58189 |   18121    56716   140147 |    71823    58176     45 |  0.357 % |
141.97/143.40	c 144	|     87383 |   18114    56702   140119 |    79005    28414     44 |  0.390 % |
229.01/231.11	c 232	|    131174 |   18104    56682   140079 |    86906    72195     48 |  0.446 % |
361.08/364.32	c 365	|    196858 |   18089    56652   140019 |    95596    65887     48 |  0.528 % |
580.90/586.05	c 586	|    295387 |   18065    56604   139923 |   105156    83605     50 |  0.660 % |
927.54/935.63	c 936	|    443176 |   18050    56574   139863 |   115672    50078     46 |  0.742 % |
1463.53/1474.81	c 1475	|    664861 |   18023    56519   139753 |   127239    70191     50 |  0.891 % |
1800.04/1811.41	c 1812	DECODING HOME/temp.out WITH HOME/temp.map
1800.04/1811.41	c 1812	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
1800.04/1811.41	c ERROR INTERRUPTED
1800.04/1811.42	s UNKNOWN
1800.04/1811.42	c 1812	CPU 2.31 (0.03 0.01 2.28 0.12)
1800.04/1811.42	c 1812	END Wed Jul  2 15:28:20 2008

Verifier Data (download as text)

ERROR: Unexpected answer ! ('s SATISFIABLE'/'s UNSATISFIABLE' expected)
Got answer: UNKNOWN

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-1042630-1215003488/watcher-1042630-1215003488 -o /tmp/evaluation-result-1042630-1215003488/solver-1042630-1215003488 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/sugar -c -vv -java=java -Xmx700M -jar=HOME/sugar-v1-13.jar -solver=HOME/minisat -tmp=HOME/temp HOME/instance-1042630-1215003488.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2200 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.03 2.11 4/81 8440
/proc/meminfo: memFree=1834448/2055920 swapFree=4179932/4192956
[pid=8440] ppid=8438 vsize=12272 CPUtime=0
/proc/8440/stat : 8440 (sugar) R 8438 8440 7688 0 -1 4194304 356 0 0 0 0 0 0 0 18 0 1 0 612596089 12566528 324 996147200 4194304 4206940 548682068608 18446744073709551615 270200602608 0 0 4224 0 0 0 0 17 0 0 0
/proc/8440/statm: 3068 327 246 3 0 168 0

[startup+0.02614 s]
/proc/loadavg: 2.00 2.03 2.11 4/81 8440
/proc/meminfo: memFree=1834448/2055920 swapFree=4179932/4192956
[pid=8440] ppid=8438 vsize=13072 CPUtime=0.01
/proc/8440/stat : 8440 (sugar) R 8438 8440 7688 0 -1 4194304 620 0 0 0 1 0 0 0 18 0 1 0 612596089 13385728 588 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 0 0 0 0 17 0 0 0
/proc/8440/statm: 3268 589 316 3 0 368 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 13072

[startup+0.102151 s]
/proc/loadavg: 2.00 2.03 2.11 4/81 8440
/proc/meminfo: memFree=1834448/2055920 swapFree=4179932/4192956
[pid=8440] ppid=8438 vsize=13600 CPUtime=0.03
/proc/8440/stat : 8440 (sugar) S 8438 8440 7688 0 -1 4194304 900 127 0 0 3 0 0 0 18 0 1 0 612596089 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/8440/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.302172 s]
/proc/loadavg: 2.00 2.03 2.11 4/81 8440
/proc/meminfo: memFree=1834448/2055920 swapFree=4179932/4192956
[pid=8440] ppid=8438 vsize=13600 CPUtime=0.03
/proc/8440/stat : 8440 (sugar) S 8438 8440 7688 0 -1 4194304 900 127 0 0 3 0 0 0 18 0 1 0 612596089 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/8440/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.702217 s]
/proc/loadavg: 2.00 2.03 2.11 4/81 8440
/proc/meminfo: memFree=1834448/2055920 swapFree=4179932/4192956
[pid=8440] ppid=8438 vsize=13600 CPUtime=0.37
/proc/8440/stat : 8440 (sugar) S 8438 8440 7688 0 -1 4194304 973 4658 0 1 3 0 32 2 16 0 1 0 612596089 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8440/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.37
Current children cumulated vsize (KiB) 13600

[startup+1.50131 s]
/proc/loadavg: 2.00 2.03 2.11 3/92 8462
/proc/meminfo: memFree=1819768/2055920 swapFree=4179932/4192956
[pid=8440] ppid=8438 vsize=13600 CPUtime=0.37
/proc/8440/stat : 8440 (sugar) S 8438 8440 7688 0 -1 4194304 974 4658 0 1 3 0 32 2 15 0 1 0 612596089 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8440/statm: 3400 797 370 3 0 500 0
[pid=8453] ppid=8440 vsize=5356 CPUtime=0
/proc/8453/stat : 8453 (sh) S 8440 8440 7688 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 612596134 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8453/statm: 1339 233 193 169 0 50 0
[pid=8454] ppid=8453 vsize=868568 CPUtime=1.01
/proc/8454/stat : 8454 (java) S 8453 8440 7688 0 -1 0 9078 0 1 0 96 5 0 0 18 0 9 0 612596135 889413632 8284 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8454/statm: 217142 8284 2540 9 0 211717 0
[pid=8454/tid=8455] ppid=8453 vsize=868568 CPUtime=0.56
/proc/8454/task/8455/stat : 8455 (java) R 8453 8440 7688 0 -1 64 2699 0 1 0 55 1 0 0 24 0 9 0 612596136 889413632 8284 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8454/tid=8456] ppid=8453 vsize=868568 CPUtime=0.25
/proc/8454/task/8456/stat : 8456 (java) R 8453 8440 7688 0 -1 64 4234 0 0 0 23 2 0 0 16 0 9 0 612596137 889413632 8284 996147200 134512640 134550740 4294955952 18446744073709551615 103736018 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=8454/tid=8457] ppid=8453 vsize=868568 CPUtime=0
/proc/8454/task/8457/stat : 8457 (java) S 8453 8440 7688 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 612596137 889413632 8284 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8454/tid=8458] ppid=8453 vsize=868568 CPUtime=0
/proc/8454/task/8458/stat : 8458 (java) S 8453 8440 7688 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 612596137 889413632 8284 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8454/tid=8459] ppid=8453 vsize=868568 CPUtime=0
/proc/8454/task/8459/stat : 8459 (java) S 8453 8440 7688 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 612596139 889413632 8284 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8454/tid=8460] ppid=8453 vsize=868568 CPUtime=0.17
/proc/8454/task/8460/stat : 8460 (java) S 8453 8440 7688 0 -1 64 1453 0 0 0 17 0 0 0 16 0 9 0 612596139 889413632 8284 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8454/tid=8461] ppid=8453 vsize=868568 CPUtime=0
/proc/8454/task/8461/stat : 8461 (java) S 8453 8440 7688 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 612596139 889413632 8284 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8454/tid=8462] ppid=8453 vsize=868568 CPUtime=0
/proc/8454/task/8462/stat : 8462 (java) R 8453 8440 7688 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 612596139 889413632 8284 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.38
Current children cumulated vsize (KiB) 887524

[startup+3.1015 s]
/proc/loadavg: 2.00 2.03 2.11 3/92 8462
/proc/meminfo: memFree=1800824/2055920 swapFree=4179932/4192956
[pid=8440] ppid=8438 vsize=13600 CPUtime=2.43
/proc/8440/stat : 8440 (sugar) S 8438 8440 7688 0 -1 4194304 1033 16254 0 2 3 1 228 11 15 0 1 0 612596089 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8440/statm: 3400 799 370 3 0 500 0
Current children cumulated CPU time (s) 2.43
Current children cumulated vsize (KiB) 13600

[startup+6.30187 s]
/proc/loadavg: 2.00 2.03 2.11 3/84 8464
/proc/meminfo: memFree=1825912/2055920 swapFree=4179932/4192956
[pid=8440] ppid=8438 vsize=13600 CPUtime=2.43
/proc/8440/stat : 8440 (sugar) S 8438 8440 7688 0 -1 4194304 1033 16254 0 2 3 1 228 11 16 0 1 0 612596089 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8440/statm: 3400 799 370 3 0 500 0
[pid=8463] ppid=8440 vsize=5356 CPUtime=0
/proc/8463/stat : 8463 (sh) S 8440 8440 7688 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 612596344 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/8463/statm: 1339 232 193 169 0 50 0
[pid=8464] ppid=8463 vsize=6232 CPUtime=3.71
/proc/8464/stat : 8464 (minisat) R 8463 8440 7688 0 -1 4194304 1407 0 0 0 370 1 0 0 25 0 1 0 612596344 6381568 1393 996147200 134512640 135127466 4294956272 18446744073709551615 134530616 0 0 4096 3 0 0 0 17 1 0 0
/proc/8464/statm: 1558 1393 75 150 0 1405 0
Current children cumulated CPU time (s) 6.14
Current children cumulated vsize (KiB) 25188

[startup+12.7016 s]
/proc/loadavg: 2.00 2.03 2.11 3/84 8464
/proc/meminfo: memFree=1824576/2055920 swapFree=4179932/4192956
[pid=8440] ppid=8438 vsize=13600 CPUtime=2.43
/proc/8440/stat : 8440 (sugar) S 8438 8440 7688 0 -1 4194304 1033 16254 0 2 3 1 228 11 16 0 1 0 612596089 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8440/statm: 3400 799 370 3 0 500 0
[pid=8463] ppid=8440 vsize=5356 CPUtime=0
/proc/8463/stat : 8463 (sh) S 8440 8440 7688 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 612596344 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/8463/statm: 1339 232 193 169 0 50 0
[pid=8464] ppid=8463 vsize=7420 CPUtime=10.05
/proc/8464/stat : 8464 (minisat) R 8463 8440 7688 0 -1 4194304 1700 0 0 0 1004 1 0 0 25 0 1 0 612596344 7598080 1686 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/8464/statm: 1855 1686 75 150 0 1702 0
Current children cumulated CPU time (s) 12.48
Current children cumulated vsize (KiB) 26376

[startup+25.5021 s]
/proc/loadavg: 2.00 2.03 2.11 3/84 8464
/proc/meminfo: memFree=1822272/2055920 swapFree=4179932/4192956
[pid=8440] ppid=8438 vsize=13600 CPUtime=2.43
/proc/8440/stat : 8440 (sugar) S 8438 8440 7688 0 -1 4194304 1033 16254 0 2 3 1 228 11 16 0 1 0 612596089 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8440/statm: 3400 799 370 3 0 500 0
[pid=8463] ppid=8440 vsize=5356 CPUtime=0
/proc/8463/stat : 8463 (sh) S 8440 8440 7688 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 612596344 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/8463/statm: 1339 232 193 169 0 50 0
[pid=8464] ppid=8463 vsize=9604 CPUtime=22.74
/proc/8464/stat : 8464 (minisat) R 8463 8440 7688 0 -1 4194304 2248 0 0 0 2272 2 0 0 25 0 1 0 612596344 9834496 2234 996147200 134512640 135127466 4294956272 18446744073709551615 134530686 0 0 4096 3 0 0 0 17 1 0 0
/proc/8464/statm: 2401 2234 75 150 0 2248 0
Current children cumulated CPU time (s) 25.17
Current children cumulated vsize (KiB) 28560

[startup+51.103 s]
/proc/loadavg: 2.00 2.02 2.10 3/84 8464
/proc/meminfo: memFree=1818368/2055920 swapFree=4179932/4192956
[pid=8440] ppid=8438 vsize=13600 CPUtime=2.43
/proc/8440/stat : 8440 (sugar) S 8438 8440 7688 0 -1 4194304 1033 16254 0 2 3 1 228 11 16 0 1 0 612596089 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8440/statm: 3400 799 370 3 0 500 0
[pid=8463] ppid=8440 vsize=5356 CPUtime=0
/proc/8463/stat : 8463 (sh) S 8440 8440 7688 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 612596344 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/8463/statm: 1339 232 193 169 0 50 0
[pid=8464] ppid=8463 vsize=13468 CPUtime=48.13
/proc/8464/stat : 8464 (minisat) R 8463 8440 7688 0 -1 4194304 3219 0 0 0 4810 3 0 0 25 0 1 0 612596344 13791232 3205 996147200 134512640 135127466 4294956272 18446744073709551615 134530616 0 0 4096 3 0 0 0 17 1 0 0
/proc/8464/statm: 3367 3205 75 150 0 3214 0
Current children cumulated CPU time (s) 50.56
Current children cumulated vsize (KiB) 32424

[startup+102.307 s]
/proc/loadavg: 2.00 2.02 2.09 3/84 8464
/proc/meminfo: memFree=1812160/2055920 swapFree=4179932/4192956
[pid=8440] ppid=8438 vsize=13600 CPUtime=2.43
/proc/8440/stat : 8440 (sugar) S 8438 8440 7688 0 -1 4194304 1033 16254 0 2 3 1 228 11 16 0 1 0 612596089 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8440/statm: 3400 799 370 3 0 500 0
[pid=8463] ppid=8440 vsize=5356 CPUtime=0
/proc/8463/stat : 8463 (sh) S 8440 8440 7688 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 612596344 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/8463/statm: 1339 232 193 169 0 50 0
[pid=8464] ppid=8463 vsize=19608 CPUtime=98.89
/proc/8464/stat : 8464 (minisat) R 8463 8440 7688 0 -1 4194304 4735 0 0 0 9885 4 0 0 25 0 1 0 612596344 20078592 4721 996147200 134512640 135127466 4294956272 18446744073709551615 134530692 0 0 4096 3 0 0 0 17 1 0 0
/proc/8464/statm: 4902 4721 75 150 0 4749 0
Current children cumulated CPU time (s) 101.32
Current children cumulated vsize (KiB) 38564

[startup+162.303 s]
/proc/loadavg: 2.00 2.01 2.08 3/84 8464
/proc/meminfo: memFree=1809728/2055920 swapFree=4179932/4192956
[pid=8440] ppid=8438 vsize=13600 CPUtime=2.43
/proc/8440/stat : 8440 (sugar) S 8438 8440 7688 0 -1 4194304 1033 16254 0 2 3 1 228 11 16 0 1 0 612596089 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8440/statm: 3400 799 370 3 0 500 0
[pid=8463] ppid=8440 vsize=5356 CPUtime=0
/proc/8463/stat : 8463 (sh) S 8440 8440 7688 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 612596344 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/8463/statm: 1339 232 193 169 0 50 0
[pid=8464] ppid=8463 vsize=21852 CPUtime=158.38
/proc/8464/stat : 8464 (minisat) R 8463 8440 7688 0 -1 4194304 5297 0 0 0 15833 5 0 0 25 0 1 0 612596344 22376448 5283 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/8464/statm: 5463 5283 75 150 0 5310 0
Current children cumulated CPU time (s) 160.81
Current children cumulated vsize (KiB) 40808

[startup+222.303 s]
/proc/loadavg: 2.04 2.02 2.08 3/84 8470
/proc/meminfo: memFree=1809536/2055920 swapFree=4179932/4192956
[pid=8440] ppid=8438 vsize=13600 CPUtime=2.43
/proc/8440/stat : 8440 (sugar) S 8438 8440 7688 0 -1 4194304 1033 16254 0 2 3 1 228 11 16 0 1 0 612596089 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8440/statm: 3400 799 370 3 0 500 0
[pid=8463] ppid=8440 vsize=5356 CPUtime=0
/proc/8463/stat : 8463 (sh) S 8440 8440 7688 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 612596344 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/8463/statm: 1339 232 193 169 0 50 0
[pid=8464] ppid=8463 vsize=21852 CPUtime=217.86
/proc/8464/stat : 8464 (minisat) R 8463 8440 7688 0 -1 4194304 5297 0 0 0 21781 5 0 0 25 0 1 0 612596344 22376448 5283 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/8464/statm: 5463 5283 75 150 0 5310 0
Current children cumulated CPU time (s) 220.29
Current children cumulated vsize (KiB) 40808

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

/proc/meminfo: memFree=1871880/2055920 swapFree=4179932/4192956
[pid=8440] ppid=8438 vsize=13600 CPUtime=2.43
/proc/8440/stat : 8440 (sugar) S 8438 8440 7688 0 -1 4194304 1033 16254 0 2 3 1 228 11 16 0 1 0 612596089 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8440/statm: 3400 799 370 3 0 500 0
[pid=8463] ppid=8440 vsize=5356 CPUtime=0
/proc/8463/stat : 8463 (sh) S 8440 8440 7688 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 612596344 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/8463/statm: 1339 232 193 169 0 50 0
[pid=8464] ppid=8463 vsize=36960 CPUtime=1288.69
/proc/8464/stat : 8464 (minisat) R 8463 8440 7688 0 -1 4194304 9086 0 0 0 128859 10 0 0 25 0 1 0 612596344 37847040 9072 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/8464/statm: 9240 9072 75 150 0 9087 0
Current children cumulated CPU time (s) 1291.12
Current children cumulated vsize (KiB) 55916

[startup+1362.3 s]
/proc/loadavg: 1.37 1.82 1.94 2/68 8494
/proc/meminfo: memFree=1880264/2055920 swapFree=4179932/4192956
[pid=8440] ppid=8438 vsize=13600 CPUtime=2.43
/proc/8440/stat : 8440 (sugar) S 8438 8440 7688 0 -1 4194304 1033 16254 0 2 3 1 228 11 16 0 1 0 612596089 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8440/statm: 3400 799 370 3 0 500 0
[pid=8463] ppid=8440 vsize=5356 CPUtime=0
/proc/8463/stat : 8463 (sh) S 8440 8440 7688 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 612596344 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/8463/statm: 1339 232 193 169 0 50 0
[pid=8464] ppid=8463 vsize=37884 CPUtime=1348.63
/proc/8464/stat : 8464 (minisat) R 8463 8440 7688 0 -1 4194304 9308 0 0 0 134853 10 0 0 25 0 1 0 612596344 38793216 9294 996147200 134512640 135127466 4294956272 18446744073709551615 134530730 0 0 4096 3 0 0 0 17 0 0 0
/proc/8464/statm: 9471 9294 75 150 0 9318 0
Current children cumulated CPU time (s) 1351.06
Current children cumulated vsize (KiB) 56840

[startup+1422.31 s]
/proc/loadavg: 1.13 1.66 1.87 2/68 8494
/proc/meminfo: memFree=1879816/2055920 swapFree=4179932/4192956
[pid=8440] ppid=8438 vsize=13600 CPUtime=2.43
/proc/8440/stat : 8440 (sugar) S 8438 8440 7688 0 -1 4194304 1033 16254 0 2 3 1 228 11 16 0 1 0 612596089 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8440/statm: 3400 799 370 3 0 500 0
[pid=8463] ppid=8440 vsize=5356 CPUtime=0
/proc/8463/stat : 8463 (sh) S 8440 8440 7688 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 612596344 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/8463/statm: 1339 232 193 169 0 50 0
[pid=8464] ppid=8463 vsize=38280 CPUtime=1408.61
/proc/8464/stat : 8464 (minisat) R 8463 8440 7688 0 -1 4194304 9407 0 0 0 140851 10 0 0 25 0 1 0 612596344 39198720 9393 996147200 134512640 135127466 4294956272 18446744073709551615 134530679 0 0 4096 3 0 0 0 17 0 0 0
/proc/8464/statm: 9570 9393 75 150 0 9417 0
Current children cumulated CPU time (s) 1411.04
Current children cumulated vsize (KiB) 57236

[startup+1482.3 s]
/proc/loadavg: 1.05 1.54 1.82 2/68 8494
/proc/meminfo: memFree=1879816/2055920 swapFree=4179932/4192956
[pid=8440] ppid=8438 vsize=13600 CPUtime=2.43
/proc/8440/stat : 8440 (sugar) S 8438 8440 7688 0 -1 4194304 1033 16254 0 2 3 1 228 11 16 0 1 0 612596089 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8440/statm: 3400 799 370 3 0 500 0
[pid=8463] ppid=8440 vsize=5356 CPUtime=0
/proc/8463/stat : 8463 (sh) S 8440 8440 7688 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 612596344 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/8463/statm: 1339 232 193 169 0 50 0
[pid=8464] ppid=8463 vsize=38280 CPUtime=1468.59
/proc/8464/stat : 8464 (minisat) R 8463 8440 7688 0 -1 4194304 9407 0 0 0 146849 10 0 0 25 0 1 0 612596344 39198720 9393 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/8464/statm: 9570 9393 75 150 0 9417 0
Current children cumulated CPU time (s) 1471.02
Current children cumulated vsize (KiB) 57236

[startup+1542.3 s]
/proc/loadavg: 1.02 1.44 1.76 2/68 8494
/proc/meminfo: memFree=1879816/2055920 swapFree=4179932/4192956
[pid=8440] ppid=8438 vsize=13600 CPUtime=2.43
/proc/8440/stat : 8440 (sugar) S 8438 8440 7688 0 -1 4194304 1033 16254 0 2 3 1 228 11 16 0 1 0 612596089 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8440/statm: 3400 799 370 3 0 500 0
[pid=8463] ppid=8440 vsize=5356 CPUtime=0
/proc/8463/stat : 8463 (sh) S 8440 8440 7688 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 612596344 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/8463/statm: 1339 232 193 169 0 50 0
[pid=8464] ppid=8463 vsize=38280 CPUtime=1528.58
/proc/8464/stat : 8464 (minisat) R 8463 8440 7688 0 -1 4194304 9407 0 0 0 152848 10 0 0 25 0 1 0 612596344 39198720 9393 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/8464/statm: 9570 9393 75 150 0 9417 0
Current children cumulated CPU time (s) 1531.01
Current children cumulated vsize (KiB) 57236

[startup+1602.3 s]
/proc/loadavg: 1.00 1.36 1.71 2/68 8494
/proc/meminfo: memFree=1879752/2055920 swapFree=4179932/4192956
[pid=8440] ppid=8438 vsize=13600 CPUtime=2.43
/proc/8440/stat : 8440 (sugar) S 8438 8440 7688 0 -1 4194304 1033 16254 0 2 3 1 228 11 16 0 1 0 612596089 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8440/statm: 3400 799 370 3 0 500 0
[pid=8463] ppid=8440 vsize=5356 CPUtime=0
/proc/8463/stat : 8463 (sh) S 8440 8440 7688 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 612596344 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/8463/statm: 1339 232 193 169 0 50 0
[pid=8464] ppid=8463 vsize=38280 CPUtime=1588.57
/proc/8464/stat : 8464 (minisat) R 8463 8440 7688 0 -1 4194304 9407 0 0 0 158846 11 0 0 25 0 1 0 612596344 39198720 9393 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/8464/statm: 9570 9393 75 150 0 9417 0
Current children cumulated CPU time (s) 1591
Current children cumulated vsize (KiB) 57236

[startup+1662.3 s]
/proc/loadavg: 1.00 1.29 1.66 2/68 8494
/proc/meminfo: memFree=1876872/2055920 swapFree=4179932/4192956
[pid=8440] ppid=8438 vsize=13600 CPUtime=2.43
/proc/8440/stat : 8440 (sugar) S 8438 8440 7688 0 -1 4194304 1033 16254 0 2 3 1 228 11 16 0 1 0 612596089 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8440/statm: 3400 799 370 3 0 500 0
[pid=8463] ppid=8440 vsize=5356 CPUtime=0
/proc/8463/stat : 8463 (sh) S 8440 8440 7688 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 612596344 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/8463/statm: 1339 232 193 169 0 50 0
[pid=8464] ppid=8463 vsize=41184 CPUtime=1648.55
/proc/8464/stat : 8464 (minisat) R 8463 8440 7688 0 -1 4194304 10146 0 0 0 164844 11 0 0 25 0 1 0 612596344 42172416 10132 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/8464/statm: 10296 10132 75 150 0 10143 0
Current children cumulated CPU time (s) 1650.98
Current children cumulated vsize (KiB) 60140

[startup+1722.3 s]
/proc/loadavg: 1.00 1.23 1.62 2/68 8494
/proc/meminfo: memFree=1876808/2055920 swapFree=4179932/4192956
[pid=8440] ppid=8438 vsize=13600 CPUtime=2.43
/proc/8440/stat : 8440 (sugar) S 8438 8440 7688 0 -1 4194304 1033 16254 0 2 3 1 228 11 16 0 1 0 612596089 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8440/statm: 3400 799 370 3 0 500 0
[pid=8463] ppid=8440 vsize=5356 CPUtime=0
/proc/8463/stat : 8463 (sh) S 8440 8440 7688 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 612596344 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/8463/statm: 1339 232 193 169 0 50 0
[pid=8464] ppid=8463 vsize=41184 CPUtime=1708.53
/proc/8464/stat : 8464 (minisat) R 8463 8440 7688 0 -1 4194304 10146 0 0 0 170842 11 0 0 25 0 1 0 612596344 42172416 10132 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/8464/statm: 10296 10132 75 150 0 10143 0
Current children cumulated CPU time (s) 1710.96
Current children cumulated vsize (KiB) 60140

[startup+1782.3 s]
/proc/loadavg: 1.00 1.19 1.58 2/68 8494
/proc/meminfo: memFree=1876744/2055920 swapFree=4179932/4192956
[pid=8440] ppid=8438 vsize=13600 CPUtime=2.43
/proc/8440/stat : 8440 (sugar) S 8438 8440 7688 0 -1 4194304 1033 16254 0 2 3 1 228 11 16 0 1 0 612596089 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8440/statm: 3400 799 370 3 0 500 0
[pid=8463] ppid=8440 vsize=5356 CPUtime=0
/proc/8463/stat : 8463 (sh) S 8440 8440 7688 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 612596344 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/8463/statm: 1339 232 193 169 0 50 0
[pid=8464] ppid=8463 vsize=41184 CPUtime=1768.52
/proc/8464/stat : 8464 (minisat) R 8463 8440 7688 0 -1 4194304 10146 0 0 0 176841 11 0 0 25 0 1 0 612596344 42172416 10132 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/8464/statm: 10296 10132 75 150 0 10143 0
Current children cumulated CPU time (s) 1770.95
Current children cumulated vsize (KiB) 60140



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1811.4 s]
/proc/loadavg: 1.00 1.17 1.56 2/68 8494
/proc/meminfo: memFree=1876680/2055920 swapFree=4179932/4192956
[pid=8440] ppid=8438 vsize=13600 CPUtime=2.43
/proc/8440/stat : 8440 (sugar) S 8438 8440 7688 0 -1 4194304 1033 16254 0 2 3 1 228 11 16 0 1 0 612596089 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8440/statm: 3400 799 370 3 0 500 0
[pid=8463] ppid=8440 vsize=5356 CPUtime=0
/proc/8463/stat : 8463 (sh) S 8440 8440 7688 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 612596344 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/8463/statm: 1339 232 193 169 0 50 0
[pid=8464] ppid=8463 vsize=41184 CPUtime=1797.61
/proc/8464/stat : 8464 (minisat) R 8463 8440 7688 0 -1 4194304 10146 0 0 0 179750 11 0 0 25 0 1 0 612596344 42172416 10132 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/8464/statm: 10296 10132 75 150 0 10143 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 60140

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

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

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 8440 and gives
#  childrusage.ru_utime.tv_sec=2
#  childrusage.ru_utime.tv_usec=319647
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=136979
# CPU time returned by wait4() is 2.45663
# while last known CPU time is 1800.04
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1811.42
CPU time (s): 1800.04
CPU user time (s): 1799.81
CPU system time (s): 0.23
CPU usage (%): 99.3717
Max. virtual memory (cumulated for all children) (KiB): 887588

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2.31965
system time used= 0.136979
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 17920
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= 2839
involuntary context switches= 2720

runsolver used 1.67374 second user time and 4.94625 second system time

The end

Launcher Data (download as text)

Begin job on node88 at 2008-07-02 14:58:08
IDJOB=1042630
IDBENCH=53925
IDSOLVER=346
FILE ID=node88/1042630-1215003488
PBS_JOBID= 7870748
Free space on /tmp= 66540 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/QG3/normalized-quasigroup3-10.xml
COMMAND LINE= DIR/sugar -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-1042630-1215003488/watcher-1042630-1215003488 -o /tmp/evaluation-result-1042630-1215003488/solver-1042630-1215003488 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/sugar -c -vv -java="java -Xmx700M" -jar="HOME/sugar-v1-13.jar" -solver="HOME/minisat" -tmp="HOME/temp" HOME/instance-1042630-1215003488.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 43d9e915e10c026682c4118b31169d3c
RANDOM SEED=413997687

node88.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.232
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.232
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:       1834864 kB
Buffers:          6400 kB
Cached:          63684 kB
SwapCached:       6892 kB
Active:         144624 kB
Inactive:        13876 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1834864 kB
SwapTotal:     4192956 kB
SwapFree:      4179932 kB
Dirty:            1624 kB
Writeback:           0 kB
Mapped:         102108 kB
Slab:            47624 kB
Committed_AS:  1668496 kB
PageTables:       2016 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= 66544 MiB
End job on node88 at 2008-07-02 15:28:22