Trace number 2086911

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.06 1816.73

General information on the benchmark

Namecsp/langford4/
normalized-langford-4-30.xml
MD5SUM947fd10df4466df33806de675e63a7bd
Bench Category2-ARY-INT (binary constraints in intension)
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 variables120
Number of constraints7230
Maximum constraint arity2
Maximum domain size120
Number of constraints which are defined in extension0
Number of constraints which are defined in intension7230
Global constraints used (with number of constraints)

Solver Data

0.06/0.08	c 0	Sugar v1-14-6 + HOME/minisat
0.06/0.08	c 0	BEGIN Sun Jul 12 09:44:16 2009
0.06/0.08	c 0	PID 24442
0.06/0.08	c 0	HOST node42.alineos.net
0.06/0.08	c 0	CONVERTING HOME/instance-2086911-1247384656.xml TO HOME/temp.csp
0.06/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-2086911-1247384656.xml' 'HOME/temp.csp'
0.06/0.98	c 1	1 domains, 120 variables, 2 predicates, 0 relations, 7230 constraints
0.94/1.03	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.94/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.94/1.11	c 1	Parsing HOME/temp.csp
0.94/1.23	c 1	parsed 7353 expressions
0.94/1.24	c 1	Heap : 2 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.94/1.24	c 1	Converting to clausal form CSP
0.94/1.46	c 2	converted 736 (10%) expressions
0.94/1.51	c 2	converted 1471 (20%) expressions
0.94/1.53	c 2	converted 2206 (30%) expressions
0.94/1.56	c 2	converted 2942 (40%) expressions
0.94/1.63	c 2	converted 3677 (50%) expressions
0.94/1.66	c 2	converted 4412 (60%) expressions
0.94/1.68	c 2	converted 5148 (70%) expressions
0.94/1.70	c 2	converted 5883 (80%) expressions
0.94/1.73	c 2	converted 6618 (90%) expressions
0.94/1.76	c 2	converted 7353 (100%) expressions
0.94/1.76	c 2	CSP : 120 integers, 0 booleans, 7320 clauses, largest domain size 118
0.94/1.76	c 2	Heap : 7 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.94/1.76	c 2	Propagation in CSP
0.94/1.89	c 2	1485 values, 0 unsatisfiable literals, and 0 valid clauses are removed
0.94/1.89	c 2	CSP : 120 integers, 0 booleans, 7320 clauses, largest domain size 114
0.94/1.89	c 2	Heap : 6 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.94/1.90	c 2	Simplifing CSP by introducing new Boolean variables
0.95/1.97	c 2	CSP : 120 integers, 14280 booleans, 21600 clauses, largest domain size 114
0.95/1.97	c 2	Heap : 11 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.95/2.05	c 2	Encoding CSP to SAT : HOME/temp.cnf
0.95/2.08	c 2	12 (10%) CSP integer variables are encoded (1146 clauses, 12771 bytes)
0.95/2.08	c 2	24 (20%) CSP integer variables are encoded (1860 clauses, 22053 bytes)
0.95/2.08	c 2	36 (30%) CSP integer variables are encoded (2682 clauses, 32739 bytes)
0.95/2.09	c 2	48 (40%) CSP integer variables are encoded (3612 clauses, 44829 bytes)
0.95/2.09	c 2	60 (50%) CSP integer variables are encoded (4110 clauses, 51303 bytes)
0.95/2.09	c 2	72 (60%) CSP integer variables are encoded (5256 clauses, 66201 bytes)
0.95/2.09	c 2	84 (70%) CSP integer variables are encoded (5970 clauses, 75483 bytes)
0.95/2.09	c 2	96 (80%) CSP integer variables are encoded (6792 clauses, 86169 bytes)
0.95/2.09	c 2	108 (90%) CSP integer variables are encoded (7722 clauses, 98259 bytes)
0.95/2.09	c 2	120 (100%) CSP integer variables are encoded (8220 clauses, 104733 bytes)
2.19/2.33	c 2	2160 (10%) CSP clauses are encoded (103202 clauses, 1770483 bytes)
2.29/2.49	c 3	4320 (20%) CSP clauses are encoded (181174 clauses, 3246872 bytes)
2.49/2.61	c 3	6480 (30%) CSP clauses are encoded (235326 clauses, 4310903 bytes)
2.49/2.68	c 3	8640 (40%) CSP clauses are encoded (263132 clauses, 4850340 bytes)
2.69/2.81	c 3	10800 (50%) CSP clauses are encoded (328301 clauses, 6132803 bytes)
2.79/2.98	c 3	12960 (60%) CSP clauses are encoded (409434 clauses, 7732400 bytes)
2.89/3.10	c 3	15120 (70%) CSP clauses are encoded (464549 clauses, 8814483 bytes)
3.08/3.23	c 3	17280 (80%) CSP clauses are encoded (527507 clauses, 10049828 bytes)
3.19/3.38	c 3	19440 (90%) CSP clauses are encoded (602649 clauses, 11525033 bytes)
3.38/3.51	c 4	21600 (100%) CSP clauses are encoded (667978 clauses, 12812062 bytes)
3.38/3.51	c 4	21600 CSP clauses encoded
3.38/3.51	c 4	Writing map file : HOME/temp.map
3.38/3.52	c 4	Heap : 7 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
3.38/3.52	c 4	SAT : 22620 SAT variables, 667978 SAT clauses, 12812062 bytes
3.38/3.52	c 4	Heap : 7 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
3.38/3.54	c 4	SOLVING HOME/temp.cnf
3.38/3.54	c 4	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
3.38/3.54	c 4	This is MiniSat 2.0 beta
3.38/3.54	c 4	WARNING: for repeatability, setting FPU to use double precision
3.38/3.54	c 4	============================[ Problem Statistics ]=============================
3.38/3.54	c 4	|                                                                             |
3.38/3.54	c 4	|  Number of variables:  22620                                                |
3.38/3.54	c 4	|  Number of clauses:    667978                                               |
3.42/3.91	c 4	|  Parsing time:         0.32         s                                       |
3.42/3.93	c 4	============================[ Search Statistics ]==============================
3.42/3.93	c 4	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
3.42/3.93	c 4	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
3.42/3.93	c 4	===============================================================================
3.42/3.93	c 4	|         0 |   21512   666870  1959186 |   222290        0    nan |  0.000 % |
4.26/4.45	c 5	|       103 |   21512   666870  1959186 |   244519      103     24 |  4.898 % |
4.55/4.71	c 5	|       253 |   21512   666870  1959186 |   268970      253     22 |  4.898 % |
5.54/5.79	c 6	|       478 |   21512   666870  1959186 |   295867      478     25 |  4.898 % |
7.33/7.54	c 8	|       815 |   21512   666870  1959186 |   325454      815     25 |  4.898 % |
10.00/10.27	c 10	|      1321 |   21512   666870  1959186 |   358000     1321     26 |  4.898 % |
13.17/13.46	c 14	|      2081 |   21512   666870  1959186 |   393800     2081     27 |  4.898 % |
18.82/19.13	c 19	|      3220 |   21512   666870  1959186 |   433180     3220     28 |  4.898 % |
29.71/30.16	c 30	|      4929 |   21512   666870  1959186 |   476498     4929     27 |  4.898 % |
39.52/40.04	c 40	|      7491 |   21512   666870  1959186 |   524148     7491     28 |  4.898 % |
55.97/56.66	c 57	|     11336 |   21512   666870  1959186 |   576563    11336     28 |  4.898 % |
87.06/88.01	c 88	|     17102 |   21512   666870  1959186 |   634219    17102     30 |  4.898 % |
137.88/139.31	c 139	|     25751 |   21512   666870  1959186 |   697641    25751     28 |  4.898 % |
203.74/205.89	c 206	|     38726 |   21512   666870  1959186 |   767405    38726     28 |  4.898 % |
312.11/315.20	c 315	|     58187 |   21512   666870  1959186 |   844145    58187     30 |  4.898 % |
463.85/468.11	c 468	|     87379 |   21512   666870  1959186 |   928560    87379     29 |  4.898 % |
719.38/725.65	c 726	|    131169 |   21512   666870  1959186 |  1021416   131169     29 |  4.898 % |
1177.94/1188.60	c 1189	|    196853 |   21512   666870  1959186 |  1123558   196853     31 |  4.898 % |
1800.06/1816.72	c ERROR INTERRUPTED
1800.06/1816.73	s UNKNOWN
1800.06/1816.73	c 1817	CPU 3.43 (0.06 0.02 3.15 0.2)
1800.06/1816.73	c 1817	END Sun Jul 12 10:14:33 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-2086911-1247384656/watcher-2086911-1247384656 -o /tmp/evaluation-result-2086911-1247384656/solver-2086911-1247384656 -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-2086911-1247384656.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.01 2.05 2.01 4/74 24442
/proc/meminfo: memFree=1909064/2055920 swapFree=4192812/4192956
[pid=24442] ppid=24440 vsize=12132 CPUtime=0
/proc/24442/stat : 24442 (sugar) R 24440 24442 24079 0 -1 4194304 215 0 0 0 0 0 0 0 20 0 1 0 25529528 12423168 183 996147200 4194304 4206940 548682068608 18446744073709551615 259435066166 0 0 4224 0 0 0 0 17 1 0 0
/proc/24442/statm: 3033 183 142 3 0 133 0

[startup+0.078572 s]
/proc/loadavg: 2.01 2.05 2.01 4/74 24442
/proc/meminfo: memFree=1909064/2055920 swapFree=4192812/4192956
[pid=24442] ppid=24440 vsize=16740 CPUtime=0.06
/proc/24442/stat : 24442 (sugar) R 24440 24442 24079 0 -1 4194304 1107 0 0 0 5 1 0 0 18 0 1 0 25529528 17141760 1075 996147200 4194304 4206940 548682068608 18446744073709551615 259415014352 0 0 4224 0 0 0 0 17 1 0 0
/proc/24442/statm: 4185 1075 380 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.101574 s]
/proc/loadavg: 2.01 2.05 2.01 4/74 24442
/proc/meminfo: memFree=1909064/2055920 swapFree=4192812/4192956
[pid=24442] ppid=24440 vsize=16868 CPUtime=0.06
/proc/24442/stat : 24442 (sugar) S 24440 24442 24079 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 25529528 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24442/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.301606 s]
/proc/loadavg: 2.01 2.05 2.01 4/74 24442
/proc/meminfo: memFree=1909064/2055920 swapFree=4192812/4192956
[pid=24442] ppid=24440 vsize=16868 CPUtime=0.06
/proc/24442/stat : 24442 (sugar) S 24440 24442 24079 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 25529528 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24442/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.701687 s]
/proc/loadavg: 2.01 2.05 2.01 4/74 24442
/proc/meminfo: memFree=1909064/2055920 swapFree=4192812/4192956
[pid=24442] ppid=24440 vsize=16868 CPUtime=0.06
/proc/24442/stat : 24442 (sugar) S 24440 24442 24079 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 25529528 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24442/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+1.50184 s]
/proc/loadavg: 2.01 2.05 2.01 2/85 24454
/proc/meminfo: memFree=1888496/2055920 swapFree=4192812/4192956
[pid=24442] ppid=24440 vsize=16868 CPUtime=0.94
/proc/24442/stat : 24442 (sugar) S 24440 24442 24079 0 -1 4194304 1309 8140 0 1 5 1 84 4 15 0 1 0 25529528 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24442/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.94
Current children cumulated vsize (KiB) 16868

[startup+3.10214 s]
/proc/loadavg: 2.01 2.05 2.01 3/85 24464
/proc/meminfo: memFree=1882800/2055920 swapFree=4192812/4192956
[pid=24442] ppid=24440 vsize=16868 CPUtime=0.95
/proc/24442/stat : 24442 (sugar) S 24440 24442 24079 0 -1 4194304 1310 8140 0 1 5 2 84 4 15 0 1 0 25529528 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24442/statm: 4217 1111 409 3 0 796 0
[pid=24455] ppid=24442 vsize=5356 CPUtime=0
/proc/24455/stat : 24455 (sh) S 24442 24442 24079 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 25529631 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24455/statm: 1339 233 193 169 0 50 0
[pid=24456] ppid=24455 vsize=868672 CPUtime=2.03
/proc/24456/stat : 24456 (java) S 24455 24442 24079 0 -1 0 9288 0 1 0 192 11 0 0 18 0 9 0 25529631 889520128 8201 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24456/statm: 217168 8201 2590 9 0 211645 0
[pid=24456/tid=24457] ppid=24455 vsize=868672 CPUtime=1.45
/proc/24456/task/24457/stat : 24457 (java) R 24455 24442 24079 0 -1 64 3008 0 1 0 138 7 0 0 25 0 9 0 25529632 889520128 8201 996147200 134512640 134550932 4294955936 18446744073709551615 4126936878 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24456/tid=24458] ppid=24455 vsize=868672 CPUtime=0.34
/proc/24456/task/24458/stat : 24458 (java) S 24455 24442 24079 0 -1 64 4066 0 0 0 32 2 0 0 16 0 9 0 25529633 889520128 8201 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24456/tid=24459] ppid=24455 vsize=868672 CPUtime=0
/proc/24456/task/24459/stat : 24459 (java) S 24455 24442 24079 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 25529633 889520128 8201 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24456/tid=24460] ppid=24455 vsize=868672 CPUtime=0
/proc/24456/task/24460/stat : 24460 (java) S 24455 24442 24079 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 25529634 889520128 8201 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24456/tid=24461] ppid=24455 vsize=868672 CPUtime=0
/proc/24456/task/24461/stat : 24461 (java) S 24455 24442 24079 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 25529636 889520128 8201 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24456/tid=24462] ppid=24455 vsize=868672 CPUtime=0.21
/proc/24456/task/24462/stat : 24462 (java) S 24455 24442 24079 0 -1 64 1514 0 0 0 21 0 0 0 16 0 9 0 25529636 889520128 8201 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24456/tid=24463] ppid=24455 vsize=868672 CPUtime=0
/proc/24456/task/24463/stat : 24463 (java) S 24455 24442 24079 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 25529636 889520128 8201 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24456/tid=24464] ppid=24455 vsize=868672 CPUtime=0
/proc/24456/task/24464/stat : 24464 (java) S 24455 24442 24079 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 25529636 889520128 8201 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.98
Current children cumulated vsize (KiB) 890896

[startup+6.30176 s]
/proc/loadavg: 2.09 2.07 2.01 3/77 24466
/proc/meminfo: memFree=1862192/2055920 swapFree=4192812/4192956
[pid=24442] ppid=24440 vsize=16868 CPUtime=3.43
/proc/24442/stat : 24442 (sugar) S 24440 24442 24079 0 -1 4194304 1376 17847 0 2 6 2 315 20 16 0 1 0 25529528 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24442/statm: 4217 1113 409 3 0 796 0
[pid=24465] ppid=24442 vsize=5356 CPUtime=0
/proc/24465/stat : 24465 (sh) S 24442 24442 24079 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25529882 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24465/statm: 1339 232 193 169 0 50 0
[pid=24466] ppid=24465 vsize=31476 CPUtime=2.71
/proc/24466/stat : 24466 (minisat) R 24465 24442 24079 0 -1 4194304 7678 0 0 0 267 4 0 0 25 0 1 0 25529882 32231424 7664 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/24466/statm: 7869 7664 75 150 0 7716 0
Current children cumulated CPU time (s) 6.14
Current children cumulated vsize (KiB) 53700

[startup+12.703 s]
/proc/loadavg: 2.08 2.06 2.01 3/77 24466
/proc/meminfo: memFree=1861872/2055920 swapFree=4192812/4192956
[pid=24442] ppid=24440 vsize=16868 CPUtime=3.43
/proc/24442/stat : 24442 (sugar) S 24440 24442 24079 0 -1 4194304 1376 17847 0 2 6 2 315 20 16 0 1 0 25529528 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24442/statm: 4217 1113 409 3 0 796 0
[pid=24465] ppid=24442 vsize=5356 CPUtime=0
/proc/24465/stat : 24465 (sh) S 24442 24442 24079 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25529882 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24465/statm: 1339 232 193 169 0 50 0
[pid=24466] ppid=24465 vsize=31740 CPUtime=9.05
/proc/24466/stat : 24466 (minisat) R 24465 24442 24079 0 -1 4194304 7743 0 0 0 901 4 0 0 25 0 1 0 25529882 32501760 7729 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/24466/statm: 7935 7729 75 150 0 7782 0
Current children cumulated CPU time (s) 12.48
Current children cumulated vsize (KiB) 53964

[startup+25.5014 s]
/proc/loadavg: 2.06 2.06 2.01 3/77 24466
/proc/meminfo: memFree=1861680/2055920 swapFree=4192812/4192956
[pid=24442] ppid=24440 vsize=16868 CPUtime=3.43
/proc/24442/stat : 24442 (sugar) S 24440 24442 24079 0 -1 4194304 1376 17847 0 2 6 2 315 20 16 0 1 0 25529528 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24442/statm: 4217 1113 409 3 0 796 0
[pid=24465] ppid=24442 vsize=5356 CPUtime=0
/proc/24465/stat : 24465 (sh) S 24442 24442 24079 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25529882 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24465/statm: 1339 232 193 169 0 50 0
[pid=24466] ppid=24465 vsize=32136 CPUtime=21.72
/proc/24466/stat : 24466 (minisat) R 24465 24442 24079 0 -1 4194304 7833 0 0 0 2168 4 0 0 25 0 1 0 25529882 32907264 7819 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/24466/statm: 8034 7819 75 150 0 7881 0
Current children cumulated CPU time (s) 25.15
Current children cumulated vsize (KiB) 54360

[startup+51.1013 s]
/proc/loadavg: 2.04 2.05 2.01 3/77 24466
/proc/meminfo: memFree=1860912/2055920 swapFree=4192812/4192956
[pid=24442] ppid=24440 vsize=16868 CPUtime=3.43
/proc/24442/stat : 24442 (sugar) S 24440 24442 24079 0 -1 4194304 1376 17847 0 2 6 2 315 20 16 0 1 0 25529528 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24442/statm: 4217 1113 409 3 0 796 0
[pid=24465] ppid=24442 vsize=5356 CPUtime=0
/proc/24465/stat : 24465 (sh) S 24442 24442 24079 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25529882 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24465/statm: 1339 232 193 169 0 50 0
[pid=24466] ppid=24465 vsize=32940 CPUtime=47.09
/proc/24466/stat : 24466 (minisat) R 24465 24442 24079 0 -1 4194304 8049 0 0 0 4704 5 0 0 25 0 1 0 25529882 33730560 8035 996147200 134512640 135127466 4294956256 18446744073709551615 134530736 0 0 4096 3 0 0 0 17 1 0 0
/proc/24466/statm: 8235 8035 75 150 0 8082 0
Current children cumulated CPU time (s) 50.52
Current children cumulated vsize (KiB) 55164

[startup+102.306 s]
/proc/loadavg: 2.06 2.06 2.01 3/77 24466
/proc/meminfo: memFree=1859248/2055920 swapFree=4192812/4192956
[pid=24442] ppid=24440 vsize=16868 CPUtime=3.43
/proc/24442/stat : 24442 (sugar) S 24440 24442 24079 0 -1 4194304 1376 17847 0 2 6 2 315 20 16 0 1 0 25529528 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24442/statm: 4217 1113 409 3 0 796 0
[pid=24465] ppid=24442 vsize=5356 CPUtime=0
/proc/24465/stat : 24465 (sh) S 24442 24442 24079 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25529882 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24465/statm: 1339 232 193 169 0 50 0
[pid=24466] ppid=24465 vsize=34428 CPUtime=97.79
/proc/24466/stat : 24466 (minisat) R 24465 24442 24079 0 -1 4194304 8420 0 0 0 9774 5 0 0 25 0 1 0 25529882 35254272 8406 996147200 134512640 135127466 4294956256 18446744073709551615 134530679 0 0 4096 3 0 0 0 17 1 0 0
/proc/24466/statm: 8607 8406 75 150 0 8454 0
Current children cumulated CPU time (s) 101.22
Current children cumulated vsize (KiB) 56652

[startup+162.301 s]
/proc/loadavg: 2.06 2.06 2.01 3/77 24466
/proc/meminfo: memFree=1857712/2055920 swapFree=4192812/4192956
[pid=24442] ppid=24440 vsize=16868 CPUtime=3.43
/proc/24442/stat : 24442 (sugar) S 24440 24442 24079 0 -1 4194304 1376 17847 0 2 6 2 315 20 16 0 1 0 25529528 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24442/statm: 4217 1113 409 3 0 796 0
[pid=24465] ppid=24442 vsize=5356 CPUtime=0
/proc/24465/stat : 24465 (sh) S 24442 24442 24079 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25529882 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24465/statm: 1339 232 193 169 0 50 0
[pid=24466] ppid=24465 vsize=35912 CPUtime=157.23
/proc/24466/stat : 24466 (minisat) R 24465 24442 24079 0 -1 4194304 8792 0 0 0 15717 6 0 0 25 0 1 0 25529882 36773888 8778 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/24466/statm: 8978 8778 75 150 0 8825 0
Current children cumulated CPU time (s) 160.66
Current children cumulated vsize (KiB) 58136

[startup+222.302 s]
/proc/loadavg: 2.05 2.06 2.01 3/77 24466
/proc/meminfo: memFree=1855984/2055920 swapFree=4192812/4192956
[pid=24442] ppid=24440 vsize=16868 CPUtime=3.43
/proc/24442/stat : 24442 (sugar) S 24440 24442 24079 0 -1 4194304 1376 17847 0 2 6 2 315 20 16 0 1 0 25529528 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24442/statm: 4217 1113 409 3 0 796 0
[pid=24465] ppid=24442 vsize=5356 CPUtime=0
/proc/24465/stat : 24465 (sh) S 24442 24442 24079 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25529882 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24465/statm: 1339 232 193 169 0 50 0
[pid=24466] ppid=24465 vsize=37708 CPUtime=216.65
/proc/24466/stat : 24466 (minisat) R 24465 24442 24079 0 -1 4194304 9218 0 0 0 21659 6 0 0 25 0 1 0 25529882 38612992 9204 996147200 134512640 135127466 4294956256 18446744073709551615 134530828 0 0 4096 3 0 0 0 17 1 0 0
/proc/24466/statm: 9427 9204 75 150 0 9274 0
Current children cumulated CPU time (s) 220.08
Current children cumulated vsize (KiB) 59932


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

/proc/meminfo: memFree=1357992/2055920 swapFree=4192812/4192956
[pid=24442] ppid=24440 vsize=16868 CPUtime=3.43
/proc/24442/stat : 24442 (sugar) S 24440 24442 24079 0 -1 4194304 1376 17847 0 2 6 2 315 20 16 0 1 0 25529528 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24442/statm: 4217 1113 409 3 0 796 0
[pid=24465] ppid=24442 vsize=5356 CPUtime=0
/proc/24465/stat : 24465 (sh) S 24442 24442 24079 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25529882 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24465/statm: 1339 232 193 169 0 50 0
[pid=24466] ppid=24465 vsize=66840 CPUtime=1346.56
/proc/24466/stat : 24466 (minisat) R 24465 24442 24079 0 -1 4194304 16425 0 0 0 134629 27 0 0 25 0 1 0 25529882 68444160 16411 996147200 134512640 135127466 4294956256 18446744073709551615 134530624 0 0 4096 3 0 0 0 17 1 0 0
/proc/24466/statm: 16710 16411 75 150 0 16557 0
Current children cumulated CPU time (s) 1349.99
Current children cumulated vsize (KiB) 89064

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/87 24567
/proc/meminfo: memFree=1335592/2055920 swapFree=4192812/4192956
[pid=24442] ppid=24440 vsize=16868 CPUtime=3.43
/proc/24442/stat : 24442 (sugar) S 24440 24442 24079 0 -1 4194304 1376 17847 0 2 6 2 315 20 16 0 1 0 25529528 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24442/statm: 4217 1113 409 3 0 796 0
[pid=24465] ppid=24442 vsize=5356 CPUtime=0
/proc/24465/stat : 24465 (sh) S 24442 24442 24079 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25529882 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24465/statm: 1339 232 193 169 0 50 0
[pid=24466] ppid=24465 vsize=68160 CPUtime=1405.99
/proc/24466/stat : 24466 (minisat) R 24465 24442 24079 0 -1 4194304 16756 0 0 0 140572 27 0 0 25 0 1 0 25529882 69795840 16742 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/24466/statm: 17040 16742 75 150 0 16887 0
Current children cumulated CPU time (s) 1409.42
Current children cumulated vsize (KiB) 90384

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/87 24567
/proc/meminfo: memFree=1334120/2055920 swapFree=4192812/4192956
[pid=24442] ppid=24440 vsize=16868 CPUtime=3.43
/proc/24442/stat : 24442 (sugar) S 24440 24442 24079 0 -1 4194304 1376 17847 0 2 6 2 315 20 16 0 1 0 25529528 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24442/statm: 4217 1113 409 3 0 796 0
[pid=24465] ppid=24442 vsize=5356 CPUtime=0
/proc/24465/stat : 24465 (sh) S 24442 24442 24079 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25529882 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24465/statm: 1339 232 193 169 0 50 0
[pid=24466] ppid=24465 vsize=69548 CPUtime=1465.41
/proc/24466/stat : 24466 (minisat) R 24465 24442 24079 0 -1 4194304 17113 0 0 0 146513 28 0 0 25 0 1 0 25529882 71217152 17099 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/24466/statm: 17387 17099 75 150 0 17234 0
Current children cumulated CPU time (s) 1468.84
Current children cumulated vsize (KiB) 91772

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/87 24567
/proc/meminfo: memFree=1332648/2055920 swapFree=4192812/4192956
[pid=24442] ppid=24440 vsize=16868 CPUtime=3.43
/proc/24442/stat : 24442 (sugar) S 24440 24442 24079 0 -1 4194304 1376 17847 0 2 6 2 315 20 16 0 1 0 25529528 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24442/statm: 4217 1113 409 3 0 796 0
[pid=24465] ppid=24442 vsize=5356 CPUtime=0
/proc/24465/stat : 24465 (sh) S 24442 24442 24079 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25529882 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24465/statm: 1339 232 193 169 0 50 0
[pid=24466] ppid=24465 vsize=71000 CPUtime=1524.84
/proc/24466/stat : 24466 (minisat) R 24465 24442 24079 0 -1 4194304 17488 0 0 0 152456 28 0 0 25 0 1 0 25529882 72704000 17474 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/24466/statm: 17750 17474 75 150 0 17597 0
Current children cumulated CPU time (s) 1528.27
Current children cumulated vsize (KiB) 93224

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/87 24567
/proc/meminfo: memFree=1330728/2055920 swapFree=4192812/4192956
[pid=24442] ppid=24440 vsize=16868 CPUtime=3.43
/proc/24442/stat : 24442 (sugar) S 24440 24442 24079 0 -1 4194304 1376 17847 0 2 6 2 315 20 16 0 1 0 25529528 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24442/statm: 4217 1113 409 3 0 796 0
[pid=24465] ppid=24442 vsize=5356 CPUtime=0
/proc/24465/stat : 24465 (sh) S 24442 24442 24079 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25529882 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24465/statm: 1339 232 193 169 0 50 0
[pid=24466] ppid=24465 vsize=72612 CPUtime=1584.27
/proc/24466/stat : 24466 (minisat) R 24465 24442 24079 0 -1 4194304 17883 0 0 0 158399 28 0 0 25 0 1 0 25529882 74354688 17869 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/24466/statm: 18153 17869 75 150 0 18000 0
Current children cumulated CPU time (s) 1587.7
Current children cumulated vsize (KiB) 94836

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/87 24567
/proc/meminfo: memFree=1328808/2055920 swapFree=4192812/4192956
[pid=24442] ppid=24440 vsize=16868 CPUtime=3.43
/proc/24442/stat : 24442 (sugar) S 24440 24442 24079 0 -1 4194304 1376 17847 0 2 6 2 315 20 16 0 1 0 25529528 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24442/statm: 4217 1113 409 3 0 796 0
[pid=24465] ppid=24442 vsize=5356 CPUtime=0
/proc/24465/stat : 24465 (sh) S 24442 24442 24079 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25529882 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24465/statm: 1339 232 193 169 0 50 0
[pid=24466] ppid=24465 vsize=74460 CPUtime=1643.7
/proc/24466/stat : 24466 (minisat) R 24465 24442 24079 0 -1 4194304 18343 0 0 0 164341 29 0 0 25 0 1 0 25529882 76247040 18329 996147200 134512640 135127466 4294956256 18446744073709551615 134530635 0 0 4096 3 0 0 0 17 1 0 0
/proc/24466/statm: 18615 18329 75 150 0 18462 0
Current children cumulated CPU time (s) 1647.13
Current children cumulated vsize (KiB) 96684

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/87 24567
/proc/meminfo: memFree=1326568/2055920 swapFree=4192812/4192956
[pid=24442] ppid=24440 vsize=16868 CPUtime=3.43
/proc/24442/stat : 24442 (sugar) S 24440 24442 24079 0 -1 4194304 1376 17847 0 2 6 2 315 20 16 0 1 0 25529528 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24442/statm: 4217 1113 409 3 0 796 0
[pid=24465] ppid=24442 vsize=5356 CPUtime=0
/proc/24465/stat : 24465 (sh) S 24442 24442 24079 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25529882 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24465/statm: 1339 232 193 169 0 50 0
[pid=24466] ppid=24465 vsize=76572 CPUtime=1703.13
/proc/24466/stat : 24466 (minisat) R 24465 24442 24079 0 -1 4194304 18891 0 0 0 170283 30 0 0 25 0 1 0 25529882 78409728 18877 996147200 134512640 135127466 4294956256 18446744073709551615 134530679 0 0 4096 3 0 0 0 17 1 0 0
/proc/24466/statm: 19143 18877 75 150 0 18990 0
Current children cumulated CPU time (s) 1706.56
Current children cumulated vsize (KiB) 98796

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/87 24567
/proc/meminfo: memFree=1324392/2055920 swapFree=4192812/4192956
[pid=24442] ppid=24440 vsize=16868 CPUtime=3.43
/proc/24442/stat : 24442 (sugar) S 24440 24442 24079 0 -1 4194304 1376 17847 0 2 6 2 315 20 16 0 1 0 25529528 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24442/statm: 4217 1113 409 3 0 796 0
[pid=24465] ppid=24442 vsize=5356 CPUtime=0
/proc/24465/stat : 24465 (sh) S 24442 24442 24079 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25529882 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24465/statm: 1339 232 193 169 0 50 0
[pid=24466] ppid=24465 vsize=78424 CPUtime=1762.55
/proc/24466/stat : 24466 (minisat) R 24465 24442 24079 0 -1 4194304 19379 0 0 0 176225 30 0 0 25 0 1 0 25529882 80306176 19365 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/24466/statm: 19606 19365 75 150 0 19453 0
Current children cumulated CPU time (s) 1765.98
Current children cumulated vsize (KiB) 100648



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1816.7 s]
/proc/loadavg: 2.00 2.00 2.00 3/87 24567
/proc/meminfo: memFree=1323240/2055920 swapFree=4192812/4192956
[pid=24442] ppid=24440 vsize=16868 CPUtime=3.43
/proc/24442/stat : 24442 (sugar) S 24440 24442 24079 0 -1 4194304 1376 17847 0 2 6 2 315 20 16 0 1 0 25529528 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24442/statm: 4217 1113 409 3 0 796 0
[pid=24465] ppid=24442 vsize=5356 CPUtime=0
/proc/24465/stat : 24465 (sh) S 24442 24442 24079 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25529882 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24465/statm: 1339 232 193 169 0 50 0
[pid=24466] ppid=24465 vsize=79612 CPUtime=1796.63
/proc/24466/stat : 24466 (minisat) R 24465 24442 24079 0 -1 4194304 19657 0 0 0 179632 31 0 0 25 0 1 0 25529882 81522688 19643 996147200 134512640 135127466 4294956256 18446744073709551615 134527053 0 0 4096 3 0 0 0 17 1 0 0
/proc/24466/statm: 19903 19643 75 150 0 19750 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 101836

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

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

[startup+1816.7 s]
/proc/loadavg: 2.00 2.00 2.00 3/87 24567
/proc/meminfo: memFree=1323240/2055920 swapFree=4192812/4192956
[pid=24442] ppid=24440 vsize=16868 CPUtime=3.43
/proc/24442/stat : 24442 (sugar) S 24440 24442 24079 0 -1 4194304 1376 17847 0 2 6 2 315 20 16 0 1 0 25529528 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24442/statm: 4217 1113 409 3 0 796 0
[pid=24465] ppid=24442 vsize=5356 CPUtime=0
/proc/24465/stat : 24465 (sh) S 24442 24442 24079 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25529882 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24465/statm: 1339 232 193 169 0 50 0
[pid=24466] ppid=24465 vsize=79612 CPUtime=1796.63
/proc/24466/stat : 24466 (minisat) R 24465 24442 24079 0 -1 4194304 19657 0 0 0 179632 31 0 0 25 0 1 0 25529882 81522688 19643 996147200 134512640 135127466 4294956256 18446744073709551615 134527053 0 0 4096 3 0 0 0 17 1 0 0
/proc/24466/statm: 19903 19643 75 150 0 19750 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 101836

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 24442 and gives
#  childrusage.ru_utime.tv_sec=3
#  childrusage.ru_utime.tv_usec=219510
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=239963
# CPU time returned by wait4() is 3.45947
# while last known CPU time is 1800.06
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1816.73
CPU time (s): 1800.06
CPU user time (s): 1799.53
CPU system time (s): 0.53
CPU usage (%): 99.0824
Max. virtual memory (cumulated for all children) (KiB): 890896

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3.21951
system time used= 0.239963
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 19606
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= 5358
involuntary context switches= 5261

runsolver used 2.04269 second user time and 6.23205 second system time

The end

Launcher Data

Begin job on node42 at 2009-07-12 09:44:16
IDJOB=2086911
IDBENCH=58658
IDSOLVER=739
FILE ID=node42/2086911-1247384656
PBS_JOBID= 9507274
Free space on /tmp= 66308 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/langford4/normalized-langford-4-30.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-2086911-1247384656/watcher-2086911-1247384656 -o /tmp/evaluation-result-2086911-1247384656/solver-2086911-1247384656 -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-2086911-1247384656.xml

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

MD5SUM BENCH= 947fd10df4466df33806de675e63a7bd
RANDOM SEED=1063970806

node42.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.283
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.283
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:       1909544 kB
Buffers:         13368 kB
Cached:          62928 kB
SwapCached:          0 kB
Active:          74744 kB
Inactive:        24784 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1909544 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2168 kB
Writeback:           0 kB
Mapped:          34400 kB
Slab:            32180 kB
Committed_AS:   184128 kB
PageTables:       1824 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= 66276 MiB
End job on node42 at 2009-07-12 10:14:35