Trace number 2084898

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.14.6+minisat? (TO) 1800.04 1803.23

General information on the benchmark

Namecsp/graphColoring/register/mulsol/
normalized-mulsol-i-1-46.xml
MD5SUMa694b3ba51ca53a8c084bf796f50c0a2
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.136978
Satisfiable
(Un)Satisfiability was proved
Number of variables197
Number of constraints3925
Maximum constraint arity2
Maximum domain size46
Number of constraints which are defined in extension0
Number of constraints which are defined in intension3925
Global constraints used (with number of constraints)

Solver Data

0.06/0.23	c 0	Sugar v1-14-6 + HOME/minisat
0.06/0.23	c 0	BEGIN Sun Jul 12 08:28:19 2009
0.06/0.23	c 0	PID 23600
0.06/0.23	c 0	HOST node55.alineos.net
0.06/0.23	c 0	CONVERTING HOME/instance-2084898-1247380099.xml TO HOME/temp.csp
0.06/0.23	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2084898-1247380099.xml' 'HOME/temp.csp'
0.07/0.98	c 1	1 domains, 197 variables, 1 predicates, 0 relations, 3925 constraints
0.80/1.03	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.80/1.03	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.80/1.11	c 1	Parsing HOME/temp.csp
0.81/1.34	c 1	parsed 4124 expressions
0.81/1.35	c 1	Heap : 1 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.81/1.35	c 1	Converting to clausal form CSP
0.81/1.45	c 1	converted 413 (10%) expressions
0.81/1.57	c 2	converted 825 (20%) expressions
0.81/1.60	c 2	converted 1238 (30%) expressions
0.81/1.62	c 2	converted 1650 (40%) expressions
0.81/1.63	c 2	converted 2062 (50%) expressions
0.81/1.65	c 2	converted 2475 (60%) expressions
0.81/1.66	c 2	converted 2887 (70%) expressions
0.81/1.67	c 2	converted 3300 (80%) expressions
0.81/1.69	c 2	converted 3712 (90%) expressions
0.81/1.70	c 2	converted 4124 (100%) expressions
0.81/1.70	c 2	CSP : 197 integers, 0 booleans, 3925 clauses, largest domain size 46
0.81/1.70	c 2	Heap : 4 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.81/1.70	c 2	Propagation in CSP
0.81/1.73	c 2	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
0.81/1.73	c 2	CSP : 197 integers, 0 booleans, 3925 clauses, largest domain size 46
0.81/1.73	c 2	Heap : 4 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.81/1.74	c 2	Simplifing CSP by introducing new Boolean variables
0.81/1.83	c 2	CSP : 197 integers, 7850 booleans, 11775 clauses, largest domain size 46
0.81/1.83	c 2	Heap : 6 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.81/1.88	c 2	Encoding CSP to SAT : HOME/temp.cnf
0.81/1.90	c 2	20 (10%) CSP integer variables are encoded (880 clauses, 9534 bytes)
0.81/1.90	c 2	40 (20%) CSP integer variables are encoded (1760 clauses, 20781 bytes)
0.81/1.90	c 2	60 (30%) CSP integer variables are encoded (2640 clauses, 32221 bytes)
0.81/1.90	c 2	79 (40%) CSP integer variables are encoded (3476 clauses, 43089 bytes)
0.81/1.90	c 2	99 (50%) CSP integer variables are encoded (4356 clauses, 54529 bytes)
0.81/1.91	c 2	119 (60%) CSP integer variables are encoded (5236 clauses, 65969 bytes)
0.81/1.91	c 2	138 (70%) CSP integer variables are encoded (6072 clauses, 76837 bytes)
0.81/1.91	c 2	158 (80%) CSP integer variables are encoded (6952 clauses, 88277 bytes)
0.81/1.91	c 2	178 (90%) CSP integer variables are encoded (7832 clauses, 99717 bytes)
0.81/1.91	c 2	197 (100%) CSP integer variables are encoded (8668 clauses, 110585 bytes)
0.81/2.03	c 2	1178 (10%) CSP clauses are encoded (45216 clauses, 727061 bytes)
1.85/2.12	c 2	2355 (20%) CSP clauses are encoded (81673 clauses, 1389441 bytes)
1.85/2.19	c 2	3533 (30%) CSP clauses are encoded (118221 clauses, 2072665 bytes)
1.96/2.27	c 2	4710 (40%) CSP clauses are encoded (154678 clauses, 2754553 bytes)
2.05/2.35	c 2	5888 (50%) CSP clauses are encoded (191226 clauses, 3470753 bytes)
2.15/2.43	c 2	7065 (60%) CSP clauses are encoded (227683 clauses, 4188911 bytes)
2.25/2.51	c 2	8243 (70%) CSP clauses are encoded (264231 clauses, 4908873 bytes)
2.25/2.58	c 3	9420 (80%) CSP clauses are encoded (300688 clauses, 5627031 bytes)
2.34/2.67	c 3	10598 (90%) CSP clauses are encoded (337236 clauses, 6346993 bytes)
2.44/2.74	c 3	11775 (100%) CSP clauses are encoded (373693 clauses, 7065151 bytes)
2.44/2.74	c 3	11775 CSP clauses encoded
2.44/2.74	c 3	Writing map file : HOME/temp.map
2.44/2.75	c 3	Heap : 5 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
2.44/2.75	c 3	SAT : 16715 SAT variables, 373693 SAT clauses, 7065151 bytes
2.44/2.75	c 3	Heap : 5 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
2.50/2.80	c 3	SOLVING HOME/temp.cnf
2.50/2.80	c 3	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
2.50/2.81	c 3	This is MiniSat 2.0 beta
2.50/2.81	c 3	WARNING: for repeatability, setting FPU to use double precision
2.50/2.81	c 3	============================[ Problem Statistics ]=============================
2.50/2.81	c 3	|                                                                             |
2.50/2.81	c 3	|  Number of variables:  16715                                                |
2.50/2.81	c 3	|  Number of clauses:    373693                                               |
2.51/3.00	c 3	|  Parsing time:         0.17         s                                       |
2.51/3.01	c 3	============================[ Search Statistics ]==============================
2.51/3.01	c 3	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
2.51/3.01	c 3	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
2.51/3.01	c 3	===============================================================================
2.51/3.01	c 3	|         0 |   16715   373693  1092786 |   124564        0    nan |  0.000 % |
2.51/3.09	c 3	|       101 |   16715   373693  1092786 |   137020      101      8 |  0.000 % |
2.51/3.13	c 3	|       251 |   16715   373693  1092786 |   150722      251      9 |  0.000 % |
2.51/3.17	c 3	|       477 |   16715   373693  1092786 |   165795      477      9 |  0.000 % |
2.89/3.22	c 3	|       814 |   16715   373693  1092786 |   182374      814     10 |  0.000 % |
2.89/3.27	c 3	|      1321 |   16715   373693  1092786 |   200612     1321     10 |  0.000 % |
2.99/3.33	c 3	|      2081 |   16715   373693  1092786 |   220673     2081     10 |  0.000 % |
3.08/3.41	c 3	|      3221 |   16715   373693  1092786 |   242740     3221     10 |  0.000 % |
3.18/3.50	c 3	|      4929 |   16715   373693  1092786 |   267014     4929      9 |  0.000 % |
3.28/3.67	c 4	|      7493 |   16715   373693  1092786 |   293716     7493      9 |  0.000 % |
3.58/3.91	c 4	|     11337 |   16715   373693  1092786 |   323087    11337      9 |  0.000 % |
3.98/4.31	c 4	|     17103 |   16715   373693  1092786 |   355396    17103     10 |  0.000 % |
4.57/4.97	c 5	|     25755 |   16715   373693  1092786 |   390936    25755     11 |  0.000 % |
5.86/6.20	c 6	|     38729 |   16715   373693  1092786 |   430029    38729     11 |  0.000 % |
9.02/9.40	c 9	|     58190 |   16715   373693  1092786 |   473032    58190     12 |  0.000 % |
16.35/16.87	c 17	|     87383 |   16715   373693  1092786 |   520336    87383     14 |  0.000 % |
28.14/28.76	c 29	|    131173 |   16715   373693  1092786 |   572369   131173     14 |  0.000 % |
51.92/52.77	c 53	|    196859 |   16715   373693  1092786 |   629606   196859     15 |  0.000 % |
116.50/117.95	c 118	|    295387 |   16715   373693  1092786 |   692567   295387     15 |  0.000 % |
254.29/256.96	c 257	|    443176 |   16715   373693  1092786 |   761824   443176     15 |  0.000 % |
687.54/690.31	c 690	|    664859 |   16715   373693  1092786 |   838006   664859     18 |  0.000 % |
1255.24/1258.20	c 1258	|    997384 |   16715   373693  1092786 |   921807   175484     18 |  0.000 % |
1800.04/1803.22	c ERROR INTERRUPTED
1800.04/1803.23	s UNKNOWN
1800.04/1803.23	c 1803	CPU 2.52 (0.06 0.02 2.27 0.17)
1800.04/1803.23	c 1803	END Sun Jul 12 08:58:22 2009

Verifier Data

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

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2084898-1247380099/watcher-2084898-1247380099 -o /tmp/evaluation-result-2084898-1247380099/solver-2084898-1247380099 -C 1800 -W 2000 -M 900 HOME/sugar -c -vv -memlimit=900 -jar=HOME/sugar-v1-14-6.jar -solver=HOME/minisat -tmp=HOME/temp HOME/instance-2084898-1247380099.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): 2000 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
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.99 2.00 2.00 4/80 23600
/proc/meminfo: memFree=1649408/2055920 swapFree=4192812/4192956
[pid=23600] ppid=23598 vsize=18576 CPUtime=0
/proc/23600/stat : 23600 (runsolver) D 23598 23600 20492 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 25073210 19021824 284 996147200 4194304 4302564 548682068304 18446744073709551615 248761609511 0 0 4096 24578 18446744071563608240 0 0 17 1 0 0
/proc/23600/statm: 4644 284 249 26 0 2626 0

[startup+0.083108 s]
/proc/loadavg: 1.99 2.00 2.00 4/80 23600
/proc/meminfo: memFree=1649408/2055920 swapFree=4192812/4192956
[pid=23600] ppid=23598 vsize=12272 CPUtime=0
/proc/23600/stat : 23600 (sugar) D 23598 23600 20492 0 -1 4194304 357 0 3 0 0 0 0 0 18 0 1 0 25073210 12566528 328 996147200 4194304 4206940 548682068608 18446744073709551615 248761776741 0 0 4224 0 18446744071563608240 0 0 17 1 0 0
/proc/23600/statm: 3068 328 246 3 0 168 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12272

[startup+0.102109 s]
/proc/loadavg: 1.99 2.00 2.00 4/80 23600
/proc/meminfo: memFree=1649408/2055920 swapFree=4192812/4192956
[pid=23600] ppid=23598 vsize=12412 CPUtime=0
/proc/23600/stat : 23600 (sugar) D 23598 23600 20492 0 -1 4194304 411 0 3 0 0 0 0 0 18 0 1 0 25073210 12709888 382 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 0 18446744071563479169 0 0 17 1 0 0
/proc/23600/statm: 3103 382 275 3 0 203 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12412

[startup+0.302134 s]
/proc/loadavg: 1.99 2.00 2.00 4/80 23600
/proc/meminfo: memFree=1649408/2055920 swapFree=4192812/4192956
[pid=23600] ppid=23598 vsize=16868 CPUtime=0.07
/proc/23600/stat : 23600 (sugar) S 23598 23600 20492 0 -1 4194304 1222 128 5 0 5 2 0 0 19 0 1 0 25073210 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23600/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.702171 s]
/proc/loadavg: 1.99 2.00 2.00 4/80 23600
/proc/meminfo: memFree=1649408/2055920 swapFree=4192812/4192956
[pid=23600] ppid=23598 vsize=16868 CPUtime=0.07
/proc/23600/stat : 23600 (sugar) S 23598 23600 20492 0 -1 4194304 1222 128 5 0 5 2 0 0 19 0 1 0 25073210 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23600/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+1.50125 s]
/proc/loadavg: 1.99 2.00 2.00 2/91 23612
/proc/meminfo: memFree=1632296/2055920 swapFree=4192812/4192956
[pid=23600] ppid=23598 vsize=16868 CPUtime=0.81
/proc/23600/stat : 23600 (sugar) S 23598 23600 20492 0 -1 4194304 1304 7048 5 1 6 2 69 4 15 0 1 0 25073210 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23600/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.81
Current children cumulated vsize (KiB) 16868

[startup+3.10139 s]
/proc/loadavg: 1.99 2.00 2.00 3/91 23622
/proc/meminfo: memFree=1626096/2055920 swapFree=4192812/4192956
[pid=23600] ppid=23598 vsize=16868 CPUtime=2.51
/proc/23600/stat : 23600 (sugar) S 23598 23600 20492 0 -1 4194304 1371 15314 5 2 6 2 227 16 15 0 1 0 25073210 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23600/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 2.51
Current children cumulated vsize (KiB) 16868

[startup+6.30168 s]
/proc/loadavg: 1.99 2.00 2.00 3/83 23624
/proc/meminfo: memFree=1617328/2055920 swapFree=4192812/4192956
[pid=23600] ppid=23598 vsize=16868 CPUtime=2.51
/proc/23600/stat : 23600 (sugar) S 23598 23600 20492 0 -1 4194304 1371 15314 5 2 6 2 227 16 16 0 1 0 25073210 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23600/statm: 4217 1113 409 3 0 796 0
[pid=23623] ppid=23600 vsize=5356 CPUtime=0
/proc/23623/stat : 23623 (sh) S 23600 23600 20492 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25073490 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23623/statm: 1339 232 193 169 0 50 0
[pid=23624] ppid=23623 vsize=22360 CPUtime=3.45
/proc/23624/stat : 23624 (minisat) R 23623 23600 20492 0 -1 4194304 5391 0 0 0 342 3 0 0 25 0 1 0 25073491 22896640 5377 996147200 134512640 135127466 4294956256 18446744073709551615 134530679 0 0 4096 3 0 0 0 17 1 0 0
/proc/23624/statm: 5590 5377 76 150 0 5437 0
Current children cumulated CPU time (s) 5.96
Current children cumulated vsize (KiB) 44584

[startup+12.7013 s]
/proc/loadavg: 2.07 2.02 2.01 3/83 23624
/proc/meminfo: memFree=1613360/2055920 swapFree=4192812/4192956
[pid=23600] ppid=23598 vsize=16868 CPUtime=2.51
/proc/23600/stat : 23600 (sugar) S 23598 23600 20492 0 -1 4194304 1371 15314 5 2 6 2 227 16 16 0 1 0 25073210 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23600/statm: 4217 1113 409 3 0 796 0
[pid=23623] ppid=23600 vsize=5356 CPUtime=0
/proc/23623/stat : 23623 (sh) S 23600 23600 20492 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25073490 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23623/statm: 1339 232 193 169 0 50 0
[pid=23624] ppid=23623 vsize=25864 CPUtime=9.79
/proc/23624/stat : 23624 (minisat) R 23623 23600 20492 0 -1 4194304 6254 0 0 0 975 4 0 0 25 0 1 0 25073491 26484736 6240 996147200 134512640 135127466 4294956256 18446744073709551615 134530752 0 0 4096 3 0 0 0 17 1 0 0
/proc/23624/statm: 6466 6240 76 150 0 6313 0
Current children cumulated CPU time (s) 12.3
Current children cumulated vsize (KiB) 48088

[startup+25.5024 s]
/proc/loadavg: 2.14 2.03 2.01 3/83 23624
/proc/meminfo: memFree=1608624/2055920 swapFree=4192812/4192956
[pid=23600] ppid=23598 vsize=16868 CPUtime=2.51
/proc/23600/stat : 23600 (sugar) S 23598 23600 20492 0 -1 4194304 1371 15314 5 2 6 2 227 16 16 0 1 0 25073210 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23600/statm: 4217 1113 409 3 0 796 0
[pid=23623] ppid=23600 vsize=5356 CPUtime=0
/proc/23623/stat : 23623 (sh) S 23600 23600 20492 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25073490 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23623/statm: 1339 232 193 169 0 50 0
[pid=23624] ppid=23623 vsize=30692 CPUtime=22.46
/proc/23624/stat : 23624 (minisat) R 23623 23600 20492 0 -1 4194304 7468 0 0 0 2241 5 0 0 25 0 1 0 25073491 31428608 7454 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/23624/statm: 7673 7454 76 150 0 7520 0
Current children cumulated CPU time (s) 24.97
Current children cumulated vsize (KiB) 52916

[startup+51.1028 s]
/proc/loadavg: 2.09 2.03 2.01 3/83 23624
/proc/meminfo: memFree=1601456/2055920 swapFree=4192812/4192956
[pid=23600] ppid=23598 vsize=16868 CPUtime=2.51
/proc/23600/stat : 23600 (sugar) S 23598 23600 20492 0 -1 4194304 1371 15314 5 2 6 2 227 16 16 0 1 0 25073210 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23600/statm: 4217 1113 409 3 0 796 0
[pid=23623] ppid=23600 vsize=5356 CPUtime=0
/proc/23623/stat : 23623 (sh) S 23600 23600 20492 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25073490 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23623/statm: 1339 232 193 169 0 50 0
[pid=23624] ppid=23623 vsize=37888 CPUtime=47.83
/proc/23624/stat : 23624 (minisat) R 23623 23600 20492 0 -1 4194304 9249 0 0 0 4775 8 0 0 25 0 1 0 25073491 38797312 9235 996147200 134512640 135127466 4294956256 18446744073709551615 134530692 0 0 4096 3 0 0 0 17 1 0 0
/proc/23624/statm: 9472 9235 76 150 0 9319 0
Current children cumulated CPU time (s) 50.34
Current children cumulated vsize (KiB) 60112

[startup+102.307 s]
/proc/loadavg: 2.09 2.04 2.01 3/83 23624
/proc/meminfo: memFree=1593008/2055920 swapFree=4192812/4192956
[pid=23600] ppid=23598 vsize=16868 CPUtime=2.51
/proc/23600/stat : 23600 (sugar) S 23598 23600 20492 0 -1 4194304 1371 15314 5 2 6 2 227 16 16 0 1 0 25073210 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23600/statm: 4217 1113 409 3 0 796 0
[pid=23623] ppid=23600 vsize=5356 CPUtime=0
/proc/23623/stat : 23623 (sh) S 23600 23600 20492 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25073490 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23623/statm: 1339 232 193 169 0 50 0
[pid=23624] ppid=23623 vsize=46288 CPUtime=98.55
/proc/23624/stat : 23624 (minisat) R 23623 23600 20492 0 -1 4194304 11304 0 0 0 9846 9 0 0 25 0 1 0 25073491 47398912 11290 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/23624/statm: 11572 11290 76 150 0 11419 0
Current children cumulated CPU time (s) 101.06
Current children cumulated vsize (KiB) 68512

[startup+162.303 s]
/proc/loadavg: 2.08 2.04 2.01 3/83 23624
/proc/meminfo: memFree=1585136/2055920 swapFree=4192812/4192956
[pid=23600] ppid=23598 vsize=16868 CPUtime=2.51
/proc/23600/stat : 23600 (sugar) S 23598 23600 20492 0 -1 4194304 1371 15314 5 2 6 2 227 16 16 0 1 0 25073210 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23600/statm: 4217 1113 409 3 0 796 0
[pid=23623] ppid=23600 vsize=5356 CPUtime=0
/proc/23623/stat : 23623 (sh) S 23600 23600 20492 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25073490 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23623/statm: 1339 232 193 169 0 50 0
[pid=23624] ppid=23623 vsize=54612 CPUtime=157.99
/proc/23624/stat : 23624 (minisat) R 23623 23600 20492 0 -1 4194304 13279 0 0 0 15788 11 0 0 25 0 1 0 25073491 55922688 13265 996147200 134512640 135127466 4294956256 18446744073709551615 134534016 0 0 4096 3 0 0 0 17 1 0 0
/proc/23624/statm: 13653 13265 76 150 0 13500 0
Current children cumulated CPU time (s) 160.5
Current children cumulated vsize (KiB) 76836

[startup+222.302 s]
/proc/loadavg: 2.11 2.06 2.01 3/83 23624
/proc/meminfo: memFree=1579568/2055920 swapFree=4192812/4192956
[pid=23600] ppid=23598 vsize=16868 CPUtime=2.51
/proc/23600/stat : 23600 (sugar) S 23598 23600 20492 0 -1 4194304 1371 15314 5 2 6 2 227 16 16 0 1 0 25073210 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23600/statm: 4217 1113 409 3 0 796 0
[pid=23623] ppid=23600 vsize=5356 CPUtime=0
/proc/23623/stat : 23623 (sh) S 23600 23600 20492 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25073490 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23623/statm: 1339 232 193 169 0 50 0
[pid=23624] ppid=23623 vsize=59844 CPUtime=217.42
/proc/23624/stat : 23624 (minisat) R 23623 23600 20492 0 -1 4194304 14621 0 0 0 21729 13 0 0 25 0 1 0 25073491 61280256 14607 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/23624/statm: 14961 14607 76 150 0 14808 0
Current children cumulated CPU time (s) 219.93
Current children cumulated vsize (KiB) 82068

[startup+282.303 s]
/proc/loadavg: 2.04 2.05 2.01 3/84 23668
/proc/meminfo: memFree=1784800/2055920 swapFree=4192812/4192956
[pid=23600] ppid=23598 vsize=16868 CPUtime=2.51
/proc/23600/stat : 23600 (sugar) S 23598 23600 20492 0 -1 4194304 1371 15314 5 2 6 2 227 16 16 0 1 0 25073210 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23600/statm: 4217 1113 409 3 0 796 0
[pid=23623] ppid=23600 vsize=5356 CPUtime=0
/proc/23623/stat : 23623 (sh) S 23600 23600 20492 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25073490 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23623/statm: 1339 232 193 169 0 50 0
[pid=23624] ppid=23623 vsize=66524 CPUtime=277.18
/proc/23624/stat : 23624 (minisat) R 23623 23600 20492 0 -1 4194304 16070 0 0 0 27702 16 0 0 25 0 1 0 25073491 68120576 16056 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/23624/statm: 16631 16056 76 150 0 16478 0
Current children cumulated CPU time (s) 279.69
Current children cumulated vsize (KiB) 88748

[startup+342.302 s]
/proc/loadavg: 2.01 2.04 2.00 3/84 23668
/proc/meminfo: memFree=1774880/2055920 swapFree=4192812/4192956
[pid=23600] ppid=23598 vsize=16868 CPUtime=2.51
/proc/23600/stat : 23600 (sugar) S 23598 23600 20492 0 -1 4194304 1371 15314 5 2 6 2 227 16 16 0 1 0 25073210 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23600/statm: 4217 1113 409 3 0 796 0
[pid=23623] ppid=23600 vsize=5356 CPUtime=0

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

/proc/meminfo: memFree=1734752/2055920 swapFree=4192812/4192956
[pid=23600] ppid=23598 vsize=16868 CPUtime=2.51
/proc/23600/stat : 23600 (sugar) S 23598 23600 20492 0 -1 4194304 1371 15314 5 2 6 2 227 16 16 0 1 0 25073210 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23600/statm: 4217 1113 409 3 0 796 0
[pid=23623] ppid=23600 vsize=5356 CPUtime=0
/proc/23623/stat : 23623 (sh) S 23600 23600 20492 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25073490 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23623/statm: 1339 232 193 169 0 50 0
[pid=23624] ppid=23623 vsize=111668 CPUtime=1296.82
/proc/23624/stat : 23624 (minisat) R 23623 23600 20492 0 -1 4194304 27190 0 0 0 129651 31 0 0 25 0 1 0 25073491 114348032 27176 996147200 134512640 135127466 4294956256 18446744073709551615 134530722 0 0 4096 3 0 0 0 17 0 0 0
/proc/23624/statm: 27917 27176 76 150 0 27764 0
Current children cumulated CPU time (s) 1299.33
Current children cumulated vsize (KiB) 133892

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 23670
/proc/meminfo: memFree=1734624/2055920 swapFree=4192812/4192956
[pid=23600] ppid=23598 vsize=16868 CPUtime=2.51
/proc/23600/stat : 23600 (sugar) S 23598 23600 20492 0 -1 4194304 1371 15314 5 2 6 2 227 16 16 0 1 0 25073210 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23600/statm: 4217 1113 409 3 0 796 0
[pid=23623] ppid=23600 vsize=5356 CPUtime=0
/proc/23623/stat : 23623 (sh) S 23600 23600 20492 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25073490 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23623/statm: 1339 232 193 169 0 50 0
[pid=23624] ppid=23623 vsize=111668 CPUtime=1356.79
/proc/23624/stat : 23624 (minisat) R 23623 23600 20492 0 -1 4194304 27192 0 0 0 135648 31 0 0 25 0 1 0 25073491 114348032 27178 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/23624/statm: 27917 27178 76 150 0 27764 0
Current children cumulated CPU time (s) 1359.3
Current children cumulated vsize (KiB) 133892

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 23670
/proc/meminfo: memFree=1734688/2055920 swapFree=4192812/4192956
[pid=23600] ppid=23598 vsize=16868 CPUtime=2.51
/proc/23600/stat : 23600 (sugar) S 23598 23600 20492 0 -1 4194304 1371 15314 5 2 6 2 227 16 16 0 1 0 25073210 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23600/statm: 4217 1113 409 3 0 796 0
[pid=23623] ppid=23600 vsize=5356 CPUtime=0
/proc/23623/stat : 23623 (sh) S 23600 23600 20492 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25073490 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23623/statm: 1339 232 193 169 0 50 0
[pid=23624] ppid=23623 vsize=111668 CPUtime=1416.77
/proc/23624/stat : 23624 (minisat) R 23623 23600 20492 0 -1 4194304 27193 0 0 0 141646 31 0 0 25 0 1 0 25073491 114348032 27179 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/23624/statm: 27917 27179 76 150 0 27764 0
Current children cumulated CPU time (s) 1419.28
Current children cumulated vsize (KiB) 133892

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 23670
/proc/meminfo: memFree=1734496/2055920 swapFree=4192812/4192956
[pid=23600] ppid=23598 vsize=16868 CPUtime=2.51
/proc/23600/stat : 23600 (sugar) S 23598 23600 20492 0 -1 4194304 1371 15314 5 2 6 2 227 16 16 0 1 0 25073210 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23600/statm: 4217 1113 409 3 0 796 0
[pid=23623] ppid=23600 vsize=5356 CPUtime=0
/proc/23623/stat : 23623 (sh) S 23600 23600 20492 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25073490 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23623/statm: 1339 232 193 169 0 50 0
[pid=23624] ppid=23623 vsize=111668 CPUtime=1476.74
/proc/23624/stat : 23624 (minisat) R 23623 23600 20492 0 -1 4194304 27197 0 0 0 147643 31 0 0 25 0 1 0 25073491 114348032 27183 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/23624/statm: 27917 27183 76 150 0 27764 0
Current children cumulated CPU time (s) 1479.25
Current children cumulated vsize (KiB) 133892

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 23670
/proc/meminfo: memFree=1734496/2055920 swapFree=4192812/4192956
[pid=23600] ppid=23598 vsize=16868 CPUtime=2.51
/proc/23600/stat : 23600 (sugar) S 23598 23600 20492 0 -1 4194304 1371 15314 5 2 6 2 227 16 16 0 1 0 25073210 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23600/statm: 4217 1113 409 3 0 796 0
[pid=23623] ppid=23600 vsize=5356 CPUtime=0
/proc/23623/stat : 23623 (sh) S 23600 23600 20492 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25073490 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23623/statm: 1339 232 193 169 0 50 0
[pid=23624] ppid=23623 vsize=111668 CPUtime=1536.72
/proc/23624/stat : 23624 (minisat) R 23623 23600 20492 0 -1 4194304 27201 0 0 0 153641 31 0 0 25 0 1 0 25073491 114348032 27187 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/23624/statm: 27917 27187 76 150 0 27764 0
Current children cumulated CPU time (s) 1539.23
Current children cumulated vsize (KiB) 133892

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 23670
/proc/meminfo: memFree=1734496/2055920 swapFree=4192812/4192956
[pid=23600] ppid=23598 vsize=16868 CPUtime=2.51
/proc/23600/stat : 23600 (sugar) S 23598 23600 20492 0 -1 4194304 1371 15314 5 2 6 2 227 16 16 0 1 0 25073210 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23600/statm: 4217 1113 409 3 0 796 0
[pid=23623] ppid=23600 vsize=5356 CPUtime=0
/proc/23623/stat : 23623 (sh) S 23600 23600 20492 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25073490 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23623/statm: 1339 232 193 169 0 50 0
[pid=23624] ppid=23623 vsize=111668 CPUtime=1596.7
/proc/23624/stat : 23624 (minisat) R 23623 23600 20492 0 -1 4194304 27201 0 0 0 159638 32 0 0 25 0 1 0 25073491 114348032 27187 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/23624/statm: 27917 27187 76 150 0 27764 0
Current children cumulated CPU time (s) 1599.21
Current children cumulated vsize (KiB) 133892

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 23670
/proc/meminfo: memFree=1734240/2055920 swapFree=4192812/4192956
[pid=23600] ppid=23598 vsize=16868 CPUtime=2.51
/proc/23600/stat : 23600 (sugar) S 23598 23600 20492 0 -1 4194304 1371 15314 5 2 6 2 227 16 16 0 1 0 25073210 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23600/statm: 4217 1113 409 3 0 796 0
[pid=23623] ppid=23600 vsize=5356 CPUtime=0
/proc/23623/stat : 23623 (sh) S 23600 23600 20492 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25073490 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23623/statm: 1339 232 193 169 0 50 0
[pid=23624] ppid=23623 vsize=112032 CPUtime=1656.68
/proc/23624/stat : 23624 (minisat) R 23623 23600 20492 0 -1 4194304 27266 0 0 0 165636 32 0 0 25 0 1 0 25073491 114720768 27252 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/23624/statm: 28008 27252 76 150 0 27855 0
Current children cumulated CPU time (s) 1659.19
Current children cumulated vsize (KiB) 134256

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 23670
/proc/meminfo: memFree=1734176/2055920 swapFree=4192812/4192956
[pid=23600] ppid=23598 vsize=16868 CPUtime=2.51
/proc/23600/stat : 23600 (sugar) S 23598 23600 20492 0 -1 4194304 1371 15314 5 2 6 2 227 16 16 0 1 0 25073210 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23600/statm: 4217 1113 409 3 0 796 0
[pid=23623] ppid=23600 vsize=5356 CPUtime=0
/proc/23623/stat : 23623 (sh) S 23600 23600 20492 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25073490 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23623/statm: 1339 232 193 169 0 50 0
[pid=23624] ppid=23623 vsize=112032 CPUtime=1716.66
/proc/23624/stat : 23624 (minisat) R 23623 23600 20492 0 -1 4194304 27268 0 0 0 171634 32 0 0 25 0 1 0 25073491 114720768 27254 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/23624/statm: 28008 27254 76 150 0 27855 0
Current children cumulated CPU time (s) 1719.17
Current children cumulated vsize (KiB) 134256

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 23670
/proc/meminfo: memFree=1733984/2055920 swapFree=4192812/4192956
[pid=23600] ppid=23598 vsize=16868 CPUtime=2.51
/proc/23600/stat : 23600 (sugar) S 23598 23600 20492 0 -1 4194304 1371 15314 5 2 6 2 227 16 16 0 1 0 25073210 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23600/statm: 4217 1113 409 3 0 796 0
[pid=23623] ppid=23600 vsize=5356 CPUtime=0
/proc/23623/stat : 23623 (sh) S 23600 23600 20492 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25073490 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23623/statm: 1339 232 193 169 0 50 0
[pid=23624] ppid=23623 vsize=112032 CPUtime=1776.63
/proc/23624/stat : 23624 (minisat) R 23623 23600 20492 0 -1 4194304 27272 0 0 0 177631 32 0 0 25 0 1 0 25073491 114720768 27258 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/23624/statm: 28008 27258 76 150 0 27855 0
Current children cumulated CPU time (s) 1779.14
Current children cumulated vsize (KiB) 134256



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1803.2 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 23670
/proc/meminfo: memFree=1733984/2055920 swapFree=4192812/4192956
[pid=23600] ppid=23598 vsize=16868 CPUtime=2.51
/proc/23600/stat : 23600 (sugar) S 23598 23600 20492 0 -1 4194304 1371 15314 5 2 6 2 227 16 16 0 1 0 25073210 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23600/statm: 4217 1113 409 3 0 796 0
[pid=23623] ppid=23600 vsize=5356 CPUtime=0
/proc/23623/stat : 23623 (sh) S 23600 23600 20492 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25073490 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23623/statm: 1339 232 193 169 0 50 0
[pid=23624] ppid=23623 vsize=112032 CPUtime=1797.53
/proc/23624/stat : 23624 (minisat) R 23623 23600 20492 0 -1 4194304 27279 0 0 0 179721 32 0 0 25 0 1 0 25073491 114720768 27265 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/23624/statm: 28008 27265 76 150 0 27855 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 134256

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 23600 and gives
#  childrusage.ru_utime.tv_sec=2
#  childrusage.ru_utime.tv_usec=344643
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=198969
# CPU time returned by wait4() is 2.54361
# 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): 1803.23
CPU time (s): 1800.04
CPU user time (s): 1799.54
CPU system time (s): 0.5
CPU usage (%): 99.823
Max. virtual memory (cumulated for all children) (KiB): 890936

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2.34464
system time used= 0.198969
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 17068
page faults= 7
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 3620
involuntary context switches= 3503

runsolver used 2.17367 second user time and 6.03608 second system time

The end

Launcher Data

Begin job on node55 at 2009-07-12 08:28:19
IDJOB=2084898
IDBENCH=58216
IDSOLVER=739
FILE ID=node55/2084898-1247380099
PBS_JOBID= 9507128
Free space on /tmp= 66388 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/graphColoring/register/mulsol/normalized-mulsol-i-1-46.xml
COMMAND LINE= DIR/sugar -c -vv -memlimit=MEMLIMIT -jar="DIR/sugar-v1-14-6.jar" -solver="DIR/minisat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2084898-1247380099/watcher-2084898-1247380099 -o /tmp/evaluation-result-2084898-1247380099/solver-2084898-1247380099 -C 1800 -W 2000 -M 900  HOME/sugar -c -vv -memlimit=900 -jar="HOME/sugar-v1-14-6.jar" -solver="HOME/minisat" -tmp="HOME/temp" HOME/instance-2084898-1247380099.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB
MAX NB THREAD= 0

MD5SUM BENCH= a694b3ba51ca53a8c084bf796f50c0a2
RANDOM SEED=570223868

node55.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.231
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.231
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:       1649888 kB
Buffers:          4308 kB
Cached:          61720 kB
SwapCached:          0 kB
Active:         335264 kB
Inactive:        18764 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1649888 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1780 kB
Writeback:           0 kB
Mapped:         305884 kB
Slab:            36792 kB
Committed_AS:   929172 kB
PageTables:       2276 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= 66388 MiB
End job on node55 at 2009-07-12 08:58:24