Trace number 2084821

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.07 1816.55

General information on the benchmark

Namecsp/graphColoring/register/fpsol/
normalized-fpsol2-i-1-63.xml
MD5SUM5d88f1b40b569afd451c6650dc69fa73
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.45493
Satisfiable
(Un)Satisfiability was proved
Number of variables496
Number of constraints11654
Maximum constraint arity2
Maximum domain size63
Number of constraints which are defined in extension0
Number of constraints which are defined in intension11654
Global constraints used (with number of constraints)

Solver Data

0.00/0.08	c 0	Sugar v1-14-6 + HOME/minisat
0.00/0.08	c 0	BEGIN Sun Jul 12 08:21:22 2009
0.00/0.08	c 0	PID 27302
0.07/0.08	c 0	HOST node30.alineos.net
0.07/0.08	c 0	CONVERTING HOME/instance-2084821-1247379682.xml TO HOME/temp.csp
0.07/0.08	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2084821-1247379682.xml' 'HOME/temp.csp'
0.96/1.04	c 1	1 domains, 496 variables, 1 predicates, 0 relations, 11654 constraints
0.96/1.09	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.96/1.09	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'
1.02/1.17	c 1	Parsing HOME/temp.csp
1.02/1.45	c 1	parsed 10000 expressions
1.02/1.47	c 1	parsed 12152 expressions
1.02/1.48	c 1	Heap : 3 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.02/1.48	c 1	Converting to clausal form CSP
1.02/1.72	c 1	converted 1216 (10%) expressions
1.02/1.82	c 1	converted 2431 (20%) expressions
1.02/1.86	c 2	converted 3646 (30%) expressions
1.02/1.90	c 2	converted 4861 (40%) expressions
1.02/1.94	c 2	converted 6076 (50%) expressions
1.02/2.05	c 2	converted 7292 (60%) expressions
1.02/2.09	c 2	converted 8507 (70%) expressions
2.01/2.14	c 2	converted 9722 (80%) expressions
2.01/2.18	c 2	converted 10937 (90%) expressions
2.11/2.22	c 2	converted 12152 (100%) expressions
2.11/2.22	c 2	CSP : 496 integers, 0 booleans, 11654 clauses, largest domain size 63
2.11/2.22	c 2	Heap : 11 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.11/2.22	c 2	Propagation in CSP
2.11/2.28	c 2	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
2.11/2.28	c 2	CSP : 496 integers, 0 booleans, 11654 clauses, largest domain size 63
2.11/2.28	c 2	Heap : 11 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.11/2.29	c 2	Simplifing CSP by introducing new Boolean variables
2.29/2.49	c 2	CSP : 496 integers, 23308 booleans, 34962 clauses, largest domain size 63
2.29/2.49	c 2	Heap : 18 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.50/2.61	c 2	Encoding CSP to SAT : HOME/temp.cnf
2.50/2.65	c 2	50 (10%) CSP integer variables are encoded (3050 clauses, 37537 bytes)
2.50/2.65	c 2	100 (20%) CSP integer variables are encoded (6100 clauses, 77187 bytes)
2.50/2.66	c 2	149 (30%) CSP integer variables are encoded (9089 clauses, 116044 bytes)
2.50/2.66	c 2	199 (40%) CSP integer variables are encoded (12139 clauses, 160297 bytes)
2.50/2.66	c 2	248 (50%) CSP integer variables are encoded (15128 clauses, 205132 bytes)
2.50/2.67	c 2	298 (60%) CSP integer variables are encoded (18178 clauses, 250882 bytes)
2.50/2.67	c 2	348 (70%) CSP integer variables are encoded (21228 clauses, 296632 bytes)
2.50/2.68	c 2	397 (80%) CSP integer variables are encoded (24217 clauses, 341467 bytes)
2.50/2.68	c 2	447 (90%) CSP integer variables are encoded (27267 clauses, 387217 bytes)
2.50/2.69	c 2	496 (100%) CSP integer variables are encoded (30256 clauses, 432052 bytes)
2.89/3.03	c 3	3497 (10%) CSP clauses are encoded (178337 clauses, 3230214 bytes)
3.19/3.33	c 3	6993 (20%) CSP clauses are encoded (326293 clauses, 6206004 bytes)
3.48/3.61	c 3	10489 (30%) CSP clauses are encoded (474311 clauses, 9218983 bytes)
3.68/3.89	c 4	13985 (40%) CSP clauses are encoded (622329 clauses, 12242254 bytes)
3.97/4.17	c 4	17481 (50%) CSP clauses are encoded (770285 clauses, 15261252 bytes)
4.28/4.46	c 4	20978 (60%) CSP clauses are encoded (918366 clauses, 18265994 bytes)
4.57/4.75	c 4	24474 (70%) CSP clauses are encoded (1066322 clauses, 21308304 bytes)
4.86/5.04	c 5	27970 (80%) CSP clauses are encoded (1214340 clauses, 24357367 bytes)
5.15/5.32	c 5	31466 (90%) CSP clauses are encoded (1362358 clauses, 27410274 bytes)
5.45/5.62	c 5	34962 (100%) CSP clauses are encoded (1510314 clauses, 30599648 bytes)
5.45/5.62	c 5	34962 CSP clauses encoded
5.45/5.62	c 5	Writing map file : HOME/temp.map
5.45/5.65	c 5	Heap : 12 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
5.45/5.65	c 5	SAT : 54060 SAT variables, 1510314 SAT clauses, 30599648 bytes
5.45/5.65	c 5	Heap : 12 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
5.45/5.67	c 5	SOLVING HOME/temp.cnf
5.45/5.67	c 5	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
5.45/5.67	c 5	This is MiniSat 2.0 beta
5.45/5.67	c 5	WARNING: for repeatability, setting FPU to use double precision
5.45/5.67	c 5	============================[ Problem Statistics ]=============================
5.45/5.67	c 5	|                                                                             |
5.45/5.67	c 5	|  Number of variables:  54060                                                |
5.45/5.67	c 5	|  Number of clauses:    1510314                                              |
5.50/6.49	c 6	|  Parsing time:         0.71         s                                       |
6.32/6.54	c 6	============================[ Search Statistics ]==============================
6.32/6.54	c 6	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
6.32/6.54	c 6	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
6.32/6.54	c 6	===============================================================================
6.32/6.54	c 6	|         0 |   54060  1510314  4442416 |   503438        0    nan |  0.000 % |
6.60/6.85	c 7	|       100 |   54060  1510314  4442416 |   553781      100     10 |  0.000 % |
7.00/7.21	c 7	|       250 |   54060  1510314  4442416 |   609159      250     12 |  0.000 % |
7.20/7.43	c 7	|       475 |   54060  1510314  4442416 |   670075      475     10 |  0.000 % |
7.40/7.65	c 7	|       813 |   54060  1510314  4442416 |   737083      813     10 |  0.000 % |
7.60/7.83	c 8	|      1319 |   54060  1510314  4442416 |   810791     1319      9 |  0.000 % |
7.80/8.01	c 8	|      2078 |   54060  1510314  4442416 |   891871     2078      9 |  0.000 % |
8.00/8.28	c 8	|      3217 |   54060  1510314  4442416 |   981058     3217     11 |  0.000 % |
8.30/8.54	c 8	|      4925 |   54060  1510314  4442416 |  1079164     4925     10 |  0.000 % |
8.69/8.93	c 9	|      7487 |   54060  1510314  4442416 |  1187080     7487     10 |  0.000 % |
9.69/9.92	c 10	|     11331 |   54060  1510314  4442416 |  1305788    11331     12 |  0.000 % |
10.27/10.53	c 10	|     17098 |   54060  1510314  4442416 |  1436367    17098     12 |  0.000 % |
11.46/11.74	c 11	|     25749 |   54060  1510314  4442416 |  1580004    25749     12 |  0.000 % |
13.24/13.54	c 13	|     38724 |   54060  1510314  4442416 |  1738004    38724     12 |  0.000 % |
16.41/16.72	c 16	|     58186 |   54060  1510314  4442416 |  1911804    58186     12 |  0.000 % |
22.95/23.39	c 23	|     87378 |   54060  1510314  4442416 |  2102985    87378     12 |  0.000 % |
37.71/38.24	c 38	|    131168 |   54060  1510314  4442416 |  2313284   131168     14 |  0.000 % |
86.43/87.41	c 87	|    196852 |   54060  1510314  4442416 |  2544612   196852     14 |  0.000 % |
148.84/150.46	c 150	|    295379 |   54060  1510314  4442416 |  2799073   295379     15 |  0.000 % |
320.20/323.42	c 323	|    443168 |   54060  1510314  4442416 |  3078981   443168     15 |  0.000 % |
528.32/533.59	c 533	|    664854 |   54060  1510314  4442416 |  3386879   664854     16 |  0.000 % |
1551.01/1566.00	c 1566	|    997379 |   54060  1510314  4442416 |  3725567   997379     18 |  0.000 % |
1800.07/1816.52	c ERROR INTERRUPTED
1800.07/1816.54	s UNKNOWN
1800.07/1816.54	c 1816	CPU 5.52 (0.07 0.01 5.04 0.4)
1800.07/1816.54	c 1816	END Sun Jul 12 08:51:38 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-2084821-1247379682/watcher-2084821-1247379682 -o /tmp/evaluation-result-2084821-1247379682/solver-2084821-1247379682 -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-2084821-1247379682.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: 2.08 2.04 2.07 4/84 27302
/proc/meminfo: memFree=1784576/2055920 swapFree=4192812/4192956
[pid=27302] ppid=27300 vsize=12268 CPUtime=0
/proc/27302/stat : 27302 (sugar) R 27300 27302 26026 0 -1 4194304 346 0 0 0 0 0 0 0 22 0 1 0 25034280 12562432 314 996147200 4194304 4206940 548682068608 18446744073709551615 264925690656 0 0 4224 0 0 0 0 17 1 0 0
/proc/27302/statm: 3067 314 239 3 0 167 0

[startup+0.0832081 s]
/proc/loadavg: 2.08 2.04 2.07 4/84 27302
/proc/meminfo: memFree=1784576/2055920 swapFree=4192812/4192956
[pid=27302] ppid=27300 vsize=16740 CPUtime=0.07
/proc/27302/stat : 27302 (sugar) R 27300 27302 26026 0 -1 4194304 1140 0 0 0 6 1 0 0 18 0 1 0 25034280 17141760 1107 996147200 4194304 4206940 548682068608 18446744073709551615 264907582111 0 0 4224 16386 0 0 0 17 1 0 0
/proc/27302/statm: 4185 1107 406 3 0 764 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16740

[startup+0.101217 s]
/proc/loadavg: 2.08 2.04 2.07 4/84 27302
/proc/meminfo: memFree=1784576/2055920 swapFree=4192812/4192956
[pid=27302] ppid=27300 vsize=16868 CPUtime=0.07
/proc/27302/stat : 27302 (sugar) S 27300 27302 26026 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 25034280 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27302/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.301245 s]
/proc/loadavg: 2.08 2.04 2.07 4/84 27302
/proc/meminfo: memFree=1784576/2055920 swapFree=4192812/4192956
[pid=27302] ppid=27300 vsize=16868 CPUtime=0.07
/proc/27302/stat : 27302 (sugar) S 27300 27302 26026 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 25034280 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27302/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.701306 s]
/proc/loadavg: 2.08 2.04 2.07 4/84 27302
/proc/meminfo: memFree=1784576/2055920 swapFree=4192812/4192956
[pid=27302] ppid=27300 vsize=16868 CPUtime=0.07
/proc/27302/stat : 27302 (sugar) S 27300 27302 26026 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 25034280 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27302/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+1.50242 s]
/proc/loadavg: 2.08 2.04 2.07 3/95 27314
/proc/meminfo: memFree=1757992/2055920 swapFree=4192812/4192956
[pid=27302] ppid=27300 vsize=16868 CPUtime=1.02
/proc/27302/stat : 27302 (sugar) S 27300 27302 26026 0 -1 4194304 1309 9979 0 1 6 1 88 7 16 0 1 0 25034280 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27302/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 1.02
Current children cumulated vsize (KiB) 16868

[startup+3.10265 s]
/proc/loadavg: 2.08 2.04 2.07 3/95 27324
/proc/meminfo: memFree=1760680/2055920 swapFree=4192812/4192956
[pid=27302] ppid=27300 vsize=16868 CPUtime=1.02
/proc/27302/stat : 27302 (sugar) S 27300 27302 26026 0 -1 4194304 1310 9979 0 1 6 1 88 7 15 0 1 0 25034280 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27302/statm: 4217 1111 409 3 0 796 0
[pid=27315] ppid=27302 vsize=5356 CPUtime=0
/proc/27315/stat : 27315 (sh) S 27302 27302 26026 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 25034389 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27315/statm: 1339 233 193 169 0 50 0
[pid=27316] ppid=27315 vsize=868712 CPUtime=1.97
/proc/27316/stat : 27316 (java) S 27315 27302 26026 0 -1 0 11151 0 1 0 187 10 0 0 18 0 9 0 25034389 889561088 10108 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27316/statm: 217178 10108 2590 9 0 211655 0
[pid=27316/tid=27317] ppid=27315 vsize=868712 CPUtime=1.23
/proc/27316/task/27317/stat : 27317 (java) R 27315 27302 26026 0 -1 64 2977 0 1 0 118 5 0 0 20 0 9 0 25034390 889561088 10108 996147200 134512640 134550932 4294955936 18446744073709551615 102093952 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27316/tid=27318] ppid=27315 vsize=868712 CPUtime=0.49
/proc/27316/task/27318/stat : 27318 (java) S 27315 27302 26026 0 -1 64 5964 0 0 0 46 3 0 0 16 0 9 0 25034391 889561088 10108 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27316/tid=27319] ppid=27315 vsize=868712 CPUtime=0
/proc/27316/task/27319/stat : 27319 (java) S 27315 27302 26026 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 25034391 889561088 10108 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27316/tid=27320] ppid=27315 vsize=868712 CPUtime=0
/proc/27316/task/27320/stat : 27320 (java) S 27315 27302 26026 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 25034391 889561088 10108 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27316/tid=27321] ppid=27315 vsize=868712 CPUtime=0
/proc/27316/task/27321/stat : 27321 (java) S 27315 27302 26026 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 25034394 889561088 10108 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27316/tid=27322] ppid=27315 vsize=868712 CPUtime=0.22
/proc/27316/task/27322/stat : 27322 (java) S 27315 27302 26026 0 -1 64 1512 0 0 0 22 0 0 0 16 0 9 0 25034394 889561088 10108 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27316/tid=27323] ppid=27315 vsize=868712 CPUtime=0
/proc/27316/task/27323/stat : 27323 (java) S 27315 27302 26026 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 25034394 889561088 10108 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27316/tid=27324] ppid=27315 vsize=868712 CPUtime=0
/proc/27316/task/27324/stat : 27324 (java) S 27315 27302 26026 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 25034394 889561088 10108 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.99
Current children cumulated vsize (KiB) 890936

[startup+6.30213 s]
/proc/loadavg: 2.08 2.04 2.07 3/95 27324
/proc/meminfo: memFree=1721832/2055920 swapFree=4192812/4192956
[pid=27302] ppid=27300 vsize=16868 CPUtime=5.5
/proc/27302/stat : 27302 (sugar) S 27300 27302 26026 0 -1 4194304 1376 21881 0 2 6 1 503 40 16 0 1 0 25034280 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27302/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 5.5
Current children cumulated vsize (KiB) 16868

[startup+12.7011 s]
/proc/loadavg: 2.07 2.04 2.07 3/87 27326
/proc/meminfo: memFree=1678184/2055920 swapFree=4192812/4192956
[pid=27302] ppid=27300 vsize=16868 CPUtime=5.5
/proc/27302/stat : 27302 (sugar) S 27300 27302 26026 0 -1 4194304 1376 21881 0 2 6 1 503 40 16 0 1 0 25034280 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27302/statm: 4217 1113 409 3 0 796 0
[pid=27325] ppid=27302 vsize=5356 CPUtime=0
/proc/27325/stat : 27325 (sh) S 27302 27302 26026 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25034847 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27325/statm: 1339 232 193 169 0 50 0
[pid=27326] ppid=27325 vsize=74280 CPUtime=6.95
/proc/27326/stat : 27326 (minisat) R 27325 27302 26026 0 -1 4194304 18258 0 0 0 683 12 0 0 25 0 1 0 25034847 76062720 18244 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/27326/statm: 18570 18244 76 150 0 18417 0
Current children cumulated CPU time (s) 12.45
Current children cumulated vsize (KiB) 96504

[startup+25.5029 s]
/proc/loadavg: 2.06 2.04 2.07 3/87 27326
/proc/meminfo: memFree=1672680/2055920 swapFree=4192812/4192956
[pid=27302] ppid=27300 vsize=16868 CPUtime=5.5
/proc/27302/stat : 27302 (sugar) S 27300 27302 26026 0 -1 4194304 1376 21881 0 2 6 1 503 40 16 0 1 0 25034280 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27302/statm: 4217 1113 409 3 0 796 0
[pid=27325] ppid=27302 vsize=5356 CPUtime=0
/proc/27325/stat : 27325 (sh) S 27302 27302 26026 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25034847 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27325/statm: 1339 232 193 169 0 50 0
[pid=27326] ppid=27325 vsize=79840 CPUtime=19.63
/proc/27326/stat : 27326 (minisat) R 27325 27302 26026 0 -1 4194304 19604 0 0 0 1949 14 0 0 25 0 1 0 25034847 81756160 19590 996147200 134512640 135127466 4294956256 18446744073709551615 134530944 0 0 4096 3 0 0 0 17 1 0 0
/proc/27326/statm: 19960 19590 76 150 0 19807 0
Current children cumulated CPU time (s) 25.13
Current children cumulated vsize (KiB) 102064

[startup+51.1026 s]
/proc/loadavg: 2.04 2.03 2.07 3/87 27326
/proc/meminfo: memFree=1666792/2055920 swapFree=4192812/4192956
[pid=27302] ppid=27300 vsize=16868 CPUtime=5.5
/proc/27302/stat : 27302 (sugar) S 27300 27302 26026 0 -1 4194304 1376 21881 0 2 6 1 503 40 16 0 1 0 25034280 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27302/statm: 4217 1113 409 3 0 796 0
[pid=27325] ppid=27302 vsize=5356 CPUtime=0
/proc/27325/stat : 27325 (sh) S 27302 27302 26026 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25034847 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27325/statm: 1339 232 193 169 0 50 0
[pid=27326] ppid=27325 vsize=85680 CPUtime=44.97
/proc/27326/stat : 27326 (minisat) R 27325 27302 26026 0 -1 4194304 21054 0 0 0 4482 15 0 0 25 0 1 0 25034847 87736320 21040 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/27326/statm: 21420 21040 76 150 0 21267 0
Current children cumulated CPU time (s) 50.47
Current children cumulated vsize (KiB) 107904

[startup+102.307 s]
/proc/loadavg: 2.01 2.03 2.06 3/87 27326
/proc/meminfo: memFree=1658984/2055920 swapFree=4192812/4192956
[pid=27302] ppid=27300 vsize=16868 CPUtime=5.51
/proc/27302/stat : 27302 (sugar) S 27300 27302 26026 0 -1 4194304 1376 21881 0 2 7 1 503 40 16 0 1 0 25034280 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27302/statm: 4217 1113 409 3 0 796 0
[pid=27325] ppid=27302 vsize=5356 CPUtime=0
/proc/27325/stat : 27325 (sh) S 27302 27302 26026 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25034847 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27325/statm: 1339 232 193 169 0 50 0
[pid=27326] ppid=27325 vsize=93348 CPUtime=95.69
/proc/27326/stat : 27326 (minisat) R 27325 27302 26026 0 -1 4194304 22932 0 0 0 9551 18 0 0 25 0 1 0 25034847 95588352 22918 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/27326/statm: 23337 22918 76 150 0 23184 0
Current children cumulated CPU time (s) 101.2
Current children cumulated vsize (KiB) 115572

[startup+162.302 s]
/proc/loadavg: 2.00 2.02 2.06 3/87 27326
/proc/meminfo: memFree=1649704/2055920 swapFree=4192812/4192956
[pid=27302] ppid=27300 vsize=16868 CPUtime=5.51
/proc/27302/stat : 27302 (sugar) S 27300 27302 26026 0 -1 4194304 1376 21881 0 2 7 1 503 40 16 0 1 0 25034280 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27302/statm: 4217 1113 409 3 0 796 0
[pid=27325] ppid=27302 vsize=5356 CPUtime=0
/proc/27325/stat : 27325 (sh) S 27302 27302 26026 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25034847 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27325/statm: 1339 232 193 169 0 50 0
[pid=27326] ppid=27325 vsize=102944 CPUtime=155.12
/proc/27326/stat : 27326 (minisat) R 27325 27302 26026 0 -1 4194304 25245 0 0 0 15491 21 0 0 25 0 1 0 25034847 105414656 25231 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/27326/statm: 25736 25231 76 150 0 25583 0
Current children cumulated CPU time (s) 160.63
Current children cumulated vsize (KiB) 125168

[startup+222.302 s]
/proc/loadavg: 2.00 2.01 2.05 3/87 27326
/proc/meminfo: memFree=1643624/2055920 swapFree=4192812/4192956
[pid=27302] ppid=27300 vsize=16868 CPUtime=5.51
/proc/27302/stat : 27302 (sugar) S 27300 27302 26026 0 -1 4194304 1376 21881 0 2 7 1 503 40 16 0 1 0 25034280 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27302/statm: 4217 1113 409 3 0 796 0
[pid=27325] ppid=27302 vsize=5356 CPUtime=0
/proc/27325/stat : 27325 (sh) S 27302 27302 26026 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25034847 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27325/statm: 1339 232 193 169 0 50 0
[pid=27326] ppid=27325 vsize=108864 CPUtime=214.55
/proc/27326/stat : 27326 (minisat) R 27325 27302 26026 0 -1 4194304 26769 0 0 0 21433 22 0 0 25 0 1 0 25034847 111476736 26755 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/27326/statm: 27216 26755 76 150 0 27063 0
Current children cumulated CPU time (s) 220.06
Current children cumulated vsize (KiB) 131088

[startup+282.301 s]
/proc/loadavg: 2.00 2.01 2.04 3/87 27326
/proc/meminfo: memFree=1639592/2055920 swapFree=4192812/4192956
[pid=27302] ppid=27300 vsize=16868 CPUtime=5.51
/proc/27302/stat : 27302 (sugar) S 27300 27302 26026 0 -1 4194304 1376 21881 0 2 7 1 503 40 16 0 1 0 25034280 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27302/statm: 4217 1113 409 3 0 796 0

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

/proc/meminfo: memFree=1430696/2055920 swapFree=4192812/4192956
[pid=27302] ppid=27300 vsize=16868 CPUtime=5.51
/proc/27302/stat : 27302 (sugar) S 27300 27302 26026 0 -1 4194304 1376 21881 0 2 7 1 503 40 16 0 1 0 25034280 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27302/statm: 4217 1113 409 3 0 796 0
[pid=27325] ppid=27302 vsize=5356 CPUtime=0
/proc/27325/stat : 27325 (sh) S 27302 27302 26026 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25034847 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27325/statm: 1339 232 193 169 0 50 0
[pid=27326] ppid=27325 vsize=174508 CPUtime=1343.73
/proc/27326/stat : 27326 (minisat) R 27325 27302 26026 0 -1 4194304 42843 0 0 0 134332 41 0 0 25 0 1 0 25034847 178696192 42829 996147200 134512640 135127466 4294956256 18446744073709551615 134530941 0 0 4096 3 0 0 0 17 1 0 0
/proc/27326/statm: 43627 42829 76 150 0 43474 0
Current children cumulated CPU time (s) 1349.24
Current children cumulated vsize (KiB) 196732

[startup+1422.31 s]
/proc/loadavg: 2.00 2.02 2.00 3/87 27326
/proc/meminfo: memFree=1427880/2055920 swapFree=4192812/4192956
[pid=27302] ppid=27300 vsize=16868 CPUtime=5.51
/proc/27302/stat : 27302 (sugar) S 27300 27302 26026 0 -1 4194304 1376 21881 0 2 7 1 503 40 16 0 1 0 25034280 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27302/statm: 4217 1113 409 3 0 796 0
[pid=27325] ppid=27302 vsize=5356 CPUtime=0
/proc/27325/stat : 27325 (sh) S 27302 27302 26026 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25034847 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27325/statm: 1339 232 193 169 0 50 0
[pid=27326] ppid=27325 vsize=177364 CPUtime=1403.17
/proc/27326/stat : 27326 (minisat) R 27325 27302 26026 0 -1 4194304 43527 0 0 0 140275 42 0 0 25 0 1 0 25034847 181620736 43513 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/27326/statm: 44341 43513 76 150 0 44188 0
Current children cumulated CPU time (s) 1408.68
Current children cumulated vsize (KiB) 199588

[startup+1482.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/87 27326
/proc/meminfo: memFree=1425768/2055920 swapFree=4192812/4192956
[pid=27302] ppid=27300 vsize=16868 CPUtime=5.51
/proc/27302/stat : 27302 (sugar) S 27300 27302 26026 0 -1 4194304 1376 21881 0 2 7 1 503 40 16 0 1 0 25034280 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27302/statm: 4217 1113 409 3 0 796 0
[pid=27325] ppid=27302 vsize=5356 CPUtime=0
/proc/27325/stat : 27325 (sh) S 27302 27302 26026 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25034847 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27325/statm: 1339 232 193 169 0 50 0
[pid=27326] ppid=27325 vsize=179560 CPUtime=1462.59
/proc/27326/stat : 27326 (minisat) R 27325 27302 26026 0 -1 4194304 44046 0 0 0 146217 42 0 0 25 0 1 0 25034847 183869440 44032 996147200 134512640 135127466 4294956256 18446744073709551615 134530783 0 0 4096 3 0 0 0 17 1 0 0
/proc/27326/statm: 44890 44032 76 150 0 44737 0
Current children cumulated CPU time (s) 1468.1
Current children cumulated vsize (KiB) 201784

[startup+1542.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/87 27326
/proc/meminfo: memFree=1424360/2055920 swapFree=4192812/4192956
[pid=27302] ppid=27300 vsize=16868 CPUtime=5.51
/proc/27302/stat : 27302 (sugar) S 27300 27302 26026 0 -1 4194304 1376 21881 0 2 7 1 503 40 16 0 1 0 25034280 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27302/statm: 4217 1113 409 3 0 796 0
[pid=27325] ppid=27302 vsize=5356 CPUtime=0
/proc/27325/stat : 27325 (sh) S 27302 27302 26026 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25034847 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27325/statm: 1339 232 193 169 0 50 0
[pid=27326] ppid=27325 vsize=181040 CPUtime=1522.03
/proc/27326/stat : 27326 (minisat) R 27325 27302 26026 0 -1 4194304 44387 0 0 0 152160 43 0 0 25 0 1 0 25034847 185384960 44373 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 1 0 0
/proc/27326/statm: 45260 44373 76 150 0 45107 0
Current children cumulated CPU time (s) 1527.54
Current children cumulated vsize (KiB) 203264

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/87 27326
/proc/meminfo: memFree=1421096/2055920 swapFree=4192812/4192956
[pid=27302] ppid=27300 vsize=16868 CPUtime=5.51
/proc/27302/stat : 27302 (sugar) S 27300 27302 26026 0 -1 4194304 1376 21881 0 2 7 1 503 40 16 0 1 0 25034280 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27302/statm: 4217 1113 409 3 0 796 0
[pid=27325] ppid=27302 vsize=5356 CPUtime=0
/proc/27325/stat : 27325 (sh) S 27302 27302 26026 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25034847 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27325/statm: 1339 232 193 169 0 50 0
[pid=27326] ppid=27325 vsize=184088 CPUtime=1581.46
/proc/27326/stat : 27326 (minisat) R 27325 27302 26026 0 -1 4194304 45176 0 0 0 158102 44 0 0 25 0 1 0 25034847 188506112 45162 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/27326/statm: 46022 45162 76 150 0 45869 0
Current children cumulated CPU time (s) 1586.97
Current children cumulated vsize (KiB) 206312

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/87 27326
/proc/meminfo: memFree=1418152/2055920 swapFree=4192812/4192956
[pid=27302] ppid=27300 vsize=16868 CPUtime=5.51
/proc/27302/stat : 27302 (sugar) S 27300 27302 26026 0 -1 4194304 1376 21881 0 2 7 1 503 40 16 0 1 0 25034280 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27302/statm: 4217 1113 409 3 0 796 0
[pid=27325] ppid=27302 vsize=5356 CPUtime=0
/proc/27325/stat : 27325 (sh) S 27302 27302 26026 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25034847 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27325/statm: 1339 232 193 169 0 50 0
[pid=27326] ppid=27325 vsize=188956 CPUtime=1640.89
/proc/27326/stat : 27326 (minisat) R 27325 27302 26026 0 -1 4194304 45901 0 0 0 164044 45 0 0 25 0 1 0 25034847 193490944 45887 996147200 134512640 135127466 4294956256 18446744073709551615 134530679 0 0 4096 3 0 0 0 17 1 0 0
/proc/27326/statm: 47239 45887 76 150 0 47086 0
Current children cumulated CPU time (s) 1646.4
Current children cumulated vsize (KiB) 211180

[startup+1722.3 s]
/proc/loadavg: 2.15 2.04 2.01 3/84 27370
/proc/meminfo: memFree=1664512/2055920 swapFree=4192812/4192956
[pid=27302] ppid=27300 vsize=16868 CPUtime=5.51
/proc/27302/stat : 27302 (sugar) S 27300 27302 26026 0 -1 4194304 1376 21881 0 2 7 1 503 40 16 0 1 0 25034280 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27302/statm: 4217 1113 409 3 0 796 0
[pid=27325] ppid=27302 vsize=5356 CPUtime=0
/proc/27325/stat : 27325 (sh) S 27302 27302 26026 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25034847 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27325/statm: 1339 232 193 169 0 50 0
[pid=27326] ppid=27325 vsize=191940 CPUtime=1700.41
/proc/27326/stat : 27326 (minisat) R 27325 27302 26026 0 -1 4194304 46700 0 0 0 169994 47 0 0 25 0 1 0 25034847 196546560 46686 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/27326/statm: 47985 46686 76 150 0 47832 0
Current children cumulated CPU time (s) 1705.92
Current children cumulated vsize (KiB) 214164

[startup+1782.3 s]
/proc/loadavg: 2.05 2.03 2.01 3/84 27372
/proc/meminfo: memFree=1661120/2055920 swapFree=4192812/4192956
[pid=27302] ppid=27300 vsize=16868 CPUtime=5.51
/proc/27302/stat : 27302 (sugar) S 27300 27302 26026 0 -1 4194304 1376 21881 0 2 7 1 503 40 16 0 1 0 25034280 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27302/statm: 4217 1113 409 3 0 796 0
[pid=27325] ppid=27302 vsize=5356 CPUtime=0
/proc/27325/stat : 27325 (sh) S 27302 27302 26026 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25034847 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27325/statm: 1339 232 193 169 0 50 0
[pid=27326] ppid=27325 vsize=195084 CPUtime=1760.38
/proc/27326/stat : 27326 (minisat) R 27325 27302 26026 0 -1 4194304 47488 0 0 0 175990 48 0 0 25 0 1 0 25034847 199766016 47474 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/27326/statm: 48771 47474 76 150 0 48618 0
Current children cumulated CPU time (s) 1765.89
Current children cumulated vsize (KiB) 217308



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1816.5 s]
/proc/loadavg: 2.03 2.03 2.00 3/84 27372
/proc/meminfo: memFree=1659712/2055920 swapFree=4192812/4192956
[pid=27302] ppid=27300 vsize=16868 CPUtime=5.51
/proc/27302/stat : 27302 (sugar) S 27300 27302 26026 0 -1 4194304 1376 21881 0 2 7 1 503 40 16 0 1 0 25034280 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27302/statm: 4217 1113 409 3 0 796 0
[pid=27325] ppid=27302 vsize=5356 CPUtime=0
/proc/27325/stat : 27325 (sh) S 27302 27302 26026 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25034847 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27325/statm: 1339 232 193 169 0 50 0
[pid=27326] ppid=27325 vsize=196548 CPUtime=1794.56
/proc/27326/stat : 27326 (minisat) R 27325 27302 26026 0 -1 4194304 47841 0 0 0 179408 48 0 0 25 0 1 0 25034847 201265152 47827 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/27326/statm: 49137 47827 76 150 0 48984 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 218772

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

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

[startup+1816.5 s]
/proc/loadavg: 2.03 2.03 2.00 3/84 27372
/proc/meminfo: memFree=1659712/2055920 swapFree=4192812/4192956
[pid=27302] ppid=27300 vsize=16868 CPUtime=5.51
/proc/27302/stat : 27302 (sugar) S 27300 27302 26026 0 -1 4194304 1376 21881 0 2 7 1 503 40 16 0 1 0 25034280 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27302/statm: 4217 1113 409 3 0 796 0
[pid=27325] ppid=27302 vsize=5356 CPUtime=0
/proc/27325/stat : 27325 (sh) S 27302 27302 26026 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25034847 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27325/statm: 1339 232 193 169 0 50 0
[pid=27326] ppid=27325 vsize=196548 CPUtime=1794.56
/proc/27326/stat : 27326 (minisat) R 27325 27302 26026 0 -1 4194304 47841 0 0 0 179408 48 0 0 25 0 1 0 25034847 201265152 47827 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/27326/statm: 49137 47827 76 150 0 48984 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 218772

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 27302 and gives
#  childrusage.ru_utime.tv_sec=5
#  childrusage.ru_utime.tv_usec=112222
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=441932
# CPU time returned by wait4() is 5.55415
# while last known CPU time is 1800.07
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1816.55
CPU time (s): 1800.07
CPU user time (s): 1799.18
CPU system time (s): 0.89
CPU usage (%): 99.0926
Max. virtual memory (cumulated for all children) (KiB): 891076

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 5.11222
system time used= 0.441932
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 23640
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= 6994
involuntary context switches= 6900

runsolver used 2.16467 second user time and 6.10707 second system time

The end

Launcher Data

Begin job on node30 at 2009-07-12 08:21:22
IDJOB=2084821
IDBENCH=58176
IDSOLVER=739
FILE ID=node30/2084821-1247379682
PBS_JOBID= 9507218
Free space on /tmp= 66380 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/graphColoring/register/fpsol/normalized-fpsol2-i-1-63.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-2084821-1247379682/watcher-2084821-1247379682 -o /tmp/evaluation-result-2084821-1247379682/solver-2084821-1247379682 -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-2084821-1247379682.xml

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

MD5SUM BENCH= 5d88f1b40b569afd451c6650dc69fa73
RANDOM SEED=2034541224

node30.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.277
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.277
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:       1785056 kB
Buffers:          7684 kB
Cached:          60248 kB
SwapCached:          0 kB
Active:         203544 kB
Inactive:        14368 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1785056 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            3016 kB
Writeback:           0 kB
Mapped:         165716 kB
Slab:            37984 kB
Committed_AS:   899080 kB
PageTables:       1972 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= 66376 MiB
End job on node30 at 2009-07-12 08:51:40