Trace number 1090287

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sugar v1.13+minisat? (TO) 1800.04 1804.52

General information on the benchmark

Namecsp/graphColoring/sgb/
miles/normalized-miles750-29.xml
MD5SUM9b8ab86f716b1f33c98e6ee849111388
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.073988
Satisfiable
(Un)Satisfiability was proved
Number of variables128
Number of constraints2113
Maximum constraint arity2
Maximum domain size29
Number of constraints which are defined in extension0
Number of constraints which are defined in intension2113
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.04	c 0	Sugar v1-13 + HOME/minisat
0.00/0.04	c 0	BEGIN Sat Jul  5 17:17:07 2008
0.00/0.04	c 0	PID 18868
0.00/0.04	c 0	HOST node82.alineos.net
0.00/0.04	c 0	CONVERTING HOME/instance-1090287-1215271027.xml TO HOME/temp.csp
0.00/0.04	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1090287-1215271027.xml' 'HOME/temp.csp'
0.03/0.48	c 0	1 domains, 128 variables, 1 predicates, 0 relations, 2113 constraints
0.03/0.51	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.51	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.03/0.58	c 0	Parsing HOME/temp.csp
0.45/0.75	c 0	parsed 2243 expressions
0.45/0.76	c 0	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.45/0.76	c 0	Converting to clausal form CSP
0.45/0.81	c 0	converted 225 (10%) expressions
0.45/0.91	c 1	converted 449 (20%) expressions
0.45/0.94	c 1	converted 673 (30%) expressions
0.45/0.95	c 1	converted 898 (40%) expressions
0.45/0.96	c 1	converted 1122 (50%) expressions
0.45/0.97	c 1	converted 1346 (60%) expressions
0.45/0.98	c 1	converted 1571 (70%) expressions
0.45/0.98	c 1	converted 1795 (80%) expressions
0.45/0.99	c 1	converted 2019 (90%) expressions
0.45/1.00	c 1	converted 2243 (100%) expressions
0.91/1.00	c 1	CSP : 128 integers, 0 booleans, 2113 clauses, largest domain size 29
0.91/1.00	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.91/1.00	c 1	Propagation in CSP
0.91/1.04	c 1	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
0.91/1.04	c 1	CSP : 128 integers, 0 booleans, 2113 clauses, largest domain size 29
0.91/1.04	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.91/1.04	c 1	Simplifing CSP by introducing new Boolean variables
0.91/1.08	c 1	CSP : 128 integers, 4226 booleans, 6339 clauses, largest domain size 29
0.91/1.08	c 1	Heap : 3 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.01/1.11	c 1	Encoding CSP to SAT : HOME/temp.cnf
1.01/1.13	c 1	13 (10%) CSP integer variables are encoded (351 clauses, 3717 bytes)
1.01/1.13	c 1	26 (20%) CSP integer variables are encoded (702 clauses, 7578 bytes)
1.01/1.13	c 1	39 (30%) CSP integer variables are encoded (1053 clauses, 11618 bytes)
1.01/1.13	c 1	52 (40%) CSP integer variables are encoded (1404 clauses, 16181 bytes)
1.01/1.14	c 1	64 (50%) CSP integer variables are encoded (1728 clauses, 20393 bytes)
1.01/1.14	c 1	77 (60%) CSP integer variables are encoded (2079 clauses, 24956 bytes)
1.01/1.14	c 1	90 (70%) CSP integer variables are encoded (2430 clauses, 29519 bytes)
1.01/1.14	c 1	103 (80%) CSP integer variables are encoded (2781 clauses, 34082 bytes)
1.01/1.14	c 1	116 (90%) CSP integer variables are encoded (3132 clauses, 38645 bytes)
1.01/1.14	c 1	128 (100%) CSP integer variables are encoded (3456 clauses, 42857 bytes)
1.01/1.19	c 1	634 (10%) CSP clauses are encoded (15934 clauses, 251557 bytes)
1.10/1.23	c 1	1268 (20%) CSP clauses are encoded (28412 clauses, 468891 bytes)
1.10/1.25	c 1	1902 (30%) CSP clauses are encoded (40862 clauses, 686227 bytes)
1.10/1.29	c 1	2536 (40%) CSP clauses are encoded (53340 clauses, 904755 bytes)
1.20/1.31	c 1	3170 (50%) CSP clauses are encoded (65818 clauses, 1133255 bytes)
1.20/1.33	c 1	3804 (60%) CSP clauses are encoded (78268 clauses, 1363679 bytes)
1.20/1.36	c 1	4438 (70%) CSP clauses are encoded (90746 clauses, 1594631 bytes)
1.20/1.38	c 1	5072 (80%) CSP clauses are encoded (103224 clauses, 1825583 bytes)
1.30/1.41	c 1	5706 (90%) CSP clauses are encoded (115674 clauses, 2056007 bytes)
1.30/1.43	c 1	6339 (100%) CSP clauses are encoded (128123 clauses, 2286419 bytes)
1.30/1.43	c 1	6339 CSP clauses encoded
1.30/1.43	c 1	Writing map file : HOME/temp.map
1.30/1.44	c 1	Heap : 3 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.30/1.44	c 1	SAT : 7810 SAT variables, 128123 SAT clauses, 2286419 bytes
1.30/1.44	c 1	Heap : 3 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.30/1.45	c 1	SOLVING HOME/temp.cnf
1.30/1.45	c 1	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
1.30/1.45	c 1	This is MiniSat 2.0 beta
1.30/1.45	c 1	WARNING: for repeatability, setting FPU to use double precision
1.30/1.45	c 1	============================[ Problem Statistics ]=============================
1.30/1.45	c 1	|                                                                             |
1.30/1.45	c 1	|  Number of variables:  7810                                                 |
1.30/1.45	c 1	|  Number of clauses:    128123                                               |
1.38/1.51	c 1	|  Parsing time:         0.06         s                                       |
1.38/1.52	c 1	============================[ Search Statistics ]==============================
1.38/1.52	c 1	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.38/1.52	c 1	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.38/1.52	c 1	===============================================================================
1.38/1.52	c 1	|         0 |    7810   128123   370348 |    42707        0    nan |  0.000 % |
1.38/1.54	c 1	|       101 |    7810   128123   370348 |    46978      101     21 |  0.000 % |
1.38/1.56	c 1	|       251 |    7810   128123   370348 |    51676      251     14 |  0.000 % |
1.38/1.57	c 1	|       476 |    7810   128123   370348 |    56843      476     12 |  0.000 % |
1.38/1.59	c 1	|       813 |    7810   128123   370348 |    62528      813     10 |  0.000 % |
1.38/1.61	c 1	|      1319 |    7810   128123   370348 |    68781     1319      9 |  0.000 % |
1.38/1.64	c 1	|      2079 |    7810   128123   370348 |    75659     2079      9 |  0.000 % |
1.38/1.71	c 1	|      3219 |    7810   128123   370348 |    83225     3219      9 |  0.000 % |
1.38/1.80	c 1	|      4928 |    7810   128123   370348 |    91547     4928     10 |  0.000 % |
1.38/1.90	c 2	|      7492 |    7810   128123   370348 |   100702     7492      9 |  0.000 % |
2.01/2.10	c 2	|     11336 |    7810   128123   370348 |   110772    11336     10 |  0.000 % |
2.70/2.82	c 2	|     17103 |    7810   128123   370348 |   121849    17103     12 |  0.000 % |
3.29/3.42	c 3	|     25753 |    7810   128123   370348 |   134034    25753     12 |  0.000 % |
4.79/4.97	c 5	|     38727 |    7810   128123   370348 |   147438    38727     14 |  0.000 % |
6.37/6.51	c 6	|     58188 |    7810   128123   370348 |   162182    58188     14 |  0.000 % |
12.12/12.37	c 12	|     87381 |    7810   128123   370348 |   178400    87381     13 |  0.000 % |
20.85/21.17	c 21	|    131171 |    7810   128123   370348 |   196240   131171     13 |  0.000 % |
54.35/54.91	c 55	|    196855 |    7810   128123   370348 |   215864   196855     14 |  0.000 % |
104.24/105.27	c 105	|    295382 |    7810   128123   370348 |   237451    93981     18 |  0.000 % |
173.54/175.12	c 175	|    443171 |    7810   128123   370348 |   261196    19196     16 |  0.000 % |
371.48/374.76	c 374	|    664854 |    7810   128123   370348 |   287315   240879     16 |  0.000 % |
729.77/733.81	c 733	|    997379 |    7810   128123   370348 |   316047    30909     17 |  0.000 % |
1226.26/1230.53	c 1230	|   1496167 |    7810   128123   370348 |   347652   232470     17 |  0.000 % |
1800.04/1804.51	c 1804	DECODING HOME/temp.out WITH HOME/temp.map
1800.04/1804.51	c 1804	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
1800.04/1804.51	c ERROR INTERRUPTED
1800.04/1804.52	s UNKNOWN
1800.04/1804.52	c 1804	CPU 1.27 (0.03 0.01 1.24 0.1)
1800.04/1804.52	c 1804	END Sat Jul  5 17:47:11 2008

Verifier Data (download as text)

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

Watcher Data (download as text)

runsolver version 3.2.5 (c) roussel@cril.univ-artois.fr

command line: /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1090287-1215271027/watcher-1090287-1215271027 -o /tmp/evaluation-result-1090287-1215271027/solver-1090287-1215271027 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/sugar -c -vv -java=java -Xmx700M -jar=HOME/sugar-v1-13.jar -solver=HOME/minisat -tmp=HOME/temp HOME/instance-1090287-1215271027.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2200 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.00 2.00 2.00 4/81 18868
/proc/meminfo: memFree=1698344/2055920 swapFree=4180672/4192956
[pid=18868] ppid=18866 vsize=12268 CPUtime=0
/proc/18868/stat : 18868 (sugar) R 18866 18868 18641 0 -1 4194304 348 0 0 0 0 0 0 0 18 0 1 0 261576484 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 224273677310 0 0 4224 0 0 0 0 17 0 0 0
/proc/18868/statm: 3067 319 242 3 0 167 0

[startup+0.0801559 s]
/proc/loadavg: 2.00 2.00 2.00 4/81 18868
/proc/meminfo: memFree=1698344/2055920 swapFree=4180672/4192956
[pid=18868] ppid=18866 vsize=13600 CPUtime=0.03
/proc/18868/stat : 18868 (sugar) S 18866 18868 18641 0 -1 4194304 900 127 0 0 3 0 0 0 16 0 1 0 261576484 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18868/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.101156 s]
/proc/loadavg: 2.00 2.00 2.00 4/81 18868
/proc/meminfo: memFree=1698344/2055920 swapFree=4180672/4192956
[pid=18868] ppid=18866 vsize=13600 CPUtime=0.03
/proc/18868/stat : 18868 (sugar) S 18866 18868 18641 0 -1 4194304 900 127 0 0 3 0 0 0 16 0 1 0 261576484 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18868/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301178 s]
/proc/loadavg: 2.00 2.00 2.00 4/81 18868
/proc/meminfo: memFree=1698344/2055920 swapFree=4180672/4192956
[pid=18868] ppid=18866 vsize=13600 CPUtime=0.03
/proc/18868/stat : 18868 (sugar) S 18866 18868 18641 0 -1 4194304 900 127 0 0 3 0 0 0 16 0 1 0 261576484 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18868/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701225 s]
/proc/loadavg: 2.00 2.00 2.00 4/81 18868
/proc/meminfo: memFree=1698344/2055920 swapFree=4180672/4192956
[pid=18868] ppid=18866 vsize=13600 CPUtime=0.45
/proc/18868/stat : 18868 (sugar) S 18866 18868 18641 0 -1 4194304 973 5147 0 1 3 0 39 3 15 0 1 0 261576484 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18868/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.45
Current children cumulated vsize (KiB) 13600

[startup+1.50231 s]
/proc/loadavg: 2.08 2.02 2.01 3/92 18890
/proc/meminfo: memFree=1684240/2055920 swapFree=4180672/4192956
[pid=18868] ppid=18866 vsize=13600 CPUtime=1.38
/proc/18868/stat : 18868 (sugar) S 18866 18868 18641 0 -1 4194304 1032 12337 0 2 3 1 124 10 16 0 1 0 261576484 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18868/statm: 3400 798 370 3 0 500 0
Current children cumulated CPU time (s) 1.38
Current children cumulated vsize (KiB) 13600

[startup+3.10148 s]
/proc/loadavg: 2.08 2.02 2.01 3/84 18892
/proc/meminfo: memFree=1686032/2055920 swapFree=4180672/4192956
[pid=18868] ppid=18866 vsize=13600 CPUtime=1.38
/proc/18868/stat : 18868 (sugar) S 18866 18868 18641 0 -1 4194304 1032 12337 0 2 3 1 124 10 15 0 1 0 261576484 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18868/statm: 3400 798 370 3 0 500 0
[pid=18891] ppid=18868 vsize=5356 CPUtime=0
/proc/18891/stat : 18891 (sh) S 18868 18868 18641 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 261576629 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18891/statm: 1339 232 193 169 0 50 0
[pid=18892] ppid=18891 vsize=9572 CPUtime=1.62
/proc/18892/stat : 18892 (minisat) R 18891 18868 18641 0 -1 4194304 2279 0 0 0 161 1 0 0 25 0 1 0 261576629 9801728 2265 996147200 134512640 135127466 4294956256 18446744073709551615 134530635 0 0 4096 3 0 0 0 17 1 0 0
/proc/18892/statm: 2393 2265 76 150 0 2240 0
Current children cumulated CPU time (s) 3
Current children cumulated vsize (KiB) 28528

[startup+6.30183 s]
/proc/loadavg: 2.07 2.02 2.00 3/84 18892
/proc/meminfo: memFree=1682576/2055920 swapFree=4180672/4192956
[pid=18868] ppid=18866 vsize=13600 CPUtime=1.38
/proc/18868/stat : 18868 (sugar) S 18866 18868 18641 0 -1 4194304 1032 12337 0 2 3 1 124 10 16 0 1 0 261576484 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18868/statm: 3400 798 370 3 0 500 0
[pid=18891] ppid=18868 vsize=5356 CPUtime=0
/proc/18891/stat : 18891 (sh) S 18868 18868 18641 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 261576629 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18891/statm: 1339 232 193 169 0 50 0
[pid=18892] ppid=18891 vsize=12852 CPUtime=4.79
/proc/18892/stat : 18892 (minisat) R 18891 18868 18641 0 -1 4194304 3101 0 0 0 477 2 0 0 25 0 1 0 261576629 13160448 3087 996147200 134512640 135127466 4294956256 18446744073709551615 134530644 0 0 4096 3 0 0 0 17 1 0 0
/proc/18892/statm: 3213 3087 76 150 0 3060 0
Current children cumulated CPU time (s) 6.17
Current children cumulated vsize (KiB) 31808

[startup+12.7025 s]
/proc/loadavg: 2.07 2.02 2.00 3/84 18892
/proc/meminfo: memFree=1678992/2055920 swapFree=4180672/4192956
[pid=18868] ppid=18866 vsize=13600 CPUtime=1.38
/proc/18868/stat : 18868 (sugar) S 18866 18868 18641 0 -1 4194304 1032 12337 0 2 3 1 124 10 16 0 1 0 261576484 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18868/statm: 3400 798 370 3 0 500 0
[pid=18891] ppid=18868 vsize=5356 CPUtime=0
/proc/18891/stat : 18891 (sh) S 18868 18868 18641 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 261576629 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18891/statm: 1339 232 193 169 0 50 0
[pid=18892] ppid=18891 vsize=15880 CPUtime=11.14
/proc/18892/stat : 18892 (minisat) R 18891 18868 18641 0 -1 4194304 3855 0 0 0 1111 3 0 0 25 0 1 0 261576629 16261120 3841 996147200 134512640 135127466 4294956256 18446744073709551615 134521718 0 0 4096 3 0 0 0 17 1 0 0
/proc/18892/statm: 3970 3841 76 150 0 3817 0
Current children cumulated CPU time (s) 12.52
Current children cumulated vsize (KiB) 34836

[startup+25.5019 s]
/proc/loadavg: 2.05 2.01 2.00 3/84 18892
/proc/meminfo: memFree=1673816/2055920 swapFree=4180672/4192956
[pid=18868] ppid=18866 vsize=13600 CPUtime=1.38
/proc/18868/stat : 18868 (sugar) S 18866 18868 18641 0 -1 4194304 1032 12337 0 2 3 1 124 10 16 0 1 0 261576484 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18868/statm: 3400 798 370 3 0 500 0
[pid=18891] ppid=18868 vsize=5356 CPUtime=0
/proc/18891/stat : 18891 (sh) S 18868 18868 18641 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 261576629 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18891/statm: 1339 232 193 169 0 50 0
[pid=18892] ppid=18891 vsize=20848 CPUtime=23.83
/proc/18892/stat : 18892 (minisat) R 18891 18868 18641 0 -1 4194304 5061 0 0 0 2379 4 0 0 25 0 1 0 261576629 21348352 5047 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/18892/statm: 5212 5047 76 150 0 5059 0
Current children cumulated CPU time (s) 25.21
Current children cumulated vsize (KiB) 39804

[startup+51.1017 s]
/proc/loadavg: 2.03 2.01 2.00 3/84 18892
/proc/meminfo: memFree=1669464/2055920 swapFree=4180672/4192956
[pid=18868] ppid=18866 vsize=13600 CPUtime=1.38
/proc/18868/stat : 18868 (sugar) S 18866 18868 18641 0 -1 4194304 1032 12337 0 2 3 1 124 10 16 0 1 0 261576484 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18868/statm: 3400 798 370 3 0 500 0
[pid=18891] ppid=18868 vsize=5356 CPUtime=0
/proc/18891/stat : 18891 (sh) S 18868 18868 18641 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 261576629 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18891/statm: 1339 232 193 169 0 50 0
[pid=18892] ppid=18891 vsize=25236 CPUtime=49.21
/proc/18892/stat : 18892 (minisat) R 18891 18868 18641 0 -1 4194304 6151 0 0 0 4917 4 0 0 25 0 1 0 261576629 25841664 6137 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/18892/statm: 6309 6137 76 150 0 6156 0
Current children cumulated CPU time (s) 50.59
Current children cumulated vsize (KiB) 44192

[startup+102.306 s]
/proc/loadavg: 2.01 2.01 2.00 3/84 18892
/proc/meminfo: memFree=1666328/2055920 swapFree=4180672/4192956
[pid=18868] ppid=18866 vsize=13600 CPUtime=1.38
/proc/18868/stat : 18868 (sugar) S 18866 18868 18641 0 -1 4194304 1032 12337 0 2 3 1 124 10 16 0 1 0 261576484 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18868/statm: 3400 798 370 3 0 500 0
[pid=18891] ppid=18868 vsize=5356 CPUtime=0
/proc/18891/stat : 18891 (sh) S 18868 18868 18641 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 261576629 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18891/statm: 1339 232 193 169 0 50 0
[pid=18892] ppid=18891 vsize=28364 CPUtime=99.98
/proc/18892/stat : 18892 (minisat) R 18891 18868 18641 0 -1 4194304 6865 0 0 0 9993 5 0 0 25 0 1 0 261576629 29044736 6851 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/18892/statm: 7091 6851 76 150 0 6938 0
Current children cumulated CPU time (s) 101.36
Current children cumulated vsize (KiB) 47320

[startup+162.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 18892
/proc/meminfo: memFree=1661784/2055920 swapFree=4180672/4192956
[pid=18868] ppid=18866 vsize=13600 CPUtime=1.38
/proc/18868/stat : 18868 (sugar) S 18866 18868 18641 0 -1 4194304 1032 12337 0 2 3 1 124 10 16 0 1 0 261576484 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18868/statm: 3400 798 370 3 0 500 0
[pid=18891] ppid=18868 vsize=5356 CPUtime=0
/proc/18891/stat : 18891 (sh) S 18868 18868 18641 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 261576629 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18891/statm: 1339 232 193 169 0 50 0
[pid=18892] ppid=18891 vsize=32968 CPUtime=159.47
/proc/18892/stat : 18892 (minisat) R 18891 18868 18641 0 -1 4194304 8013 0 0 0 15941 6 0 0 25 0 1 0 261576629 33759232 7999 996147200 134512640 135127466 4294956256 18446744073709551615 134530936 0 0 4096 3 0 0 0 17 1 0 0
/proc/18892/statm: 8242 7999 76 150 0 8089 0
Current children cumulated CPU time (s) 160.85
Current children cumulated vsize (KiB) 51924

[startup+222.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 18892
/proc/meminfo: memFree=1660440/2055920 swapFree=4180672/4192956
[pid=18868] ppid=18866 vsize=13600 CPUtime=1.38
/proc/18868/stat : 18868 (sugar) S 18866 18868 18641 0 -1 4194304 1032 12337 0 2 3 1 124 10 16 0 1 0 261576484 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18868/statm: 3400 798 370 3 0 500 0
[pid=18891] ppid=18868 vsize=5356 CPUtime=0
/proc/18891/stat : 18891 (sh) S 18868 18868 18641 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 261576629 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18891/statm: 1339 232 193 169 0 50 0
[pid=18892] ppid=18891 vsize=34204 CPUtime=218.96
/proc/18892/stat : 18892 (minisat) R 18891 18868 18641 0 -1 4194304 8311 0 0 0 21889 7 0 0 25 0 1 0 261576629 35024896 8297 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/18892/statm: 8551 8297 76 150 0 8398 0
Current children cumulated CPU time (s) 220.34
Current children cumulated vsize (KiB) 53160

[startup+282.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 18892
/proc/meminfo: memFree=1659224/2055920 swapFree=4180672/4192956
[pid=18868] ppid=18866 vsize=13600 CPUtime=1.38
/proc/18868/stat : 18868 (sugar) S 18866 18868 18641 0 -1 4194304 1032 12337 0 2 3 1 124 10 16 0 1 0 261576484 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18868/statm: 3400 798 370 3 0 500 0
[pid=18891] ppid=18868 vsize=5356 CPUtime=0
/proc/18891/stat : 18891 (sh) S 18868 18868 18641 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 261576629 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18891/statm: 1339 232 193 169 0 50 0
[pid=18892] ppid=18891 vsize=35516 CPUtime=278.46
/proc/18892/stat : 18892 (minisat) R 18891 18868 18641 0 -1 4194304 8620 0 0 0 27839 7 0 0 25 0 1 0 261576629 36368384 8606 996147200 134512640 135127466 4294956256 18446744073709551615 134530613 0 0 4096 3 0 0 0 17 1 0 0
/proc/18892/statm: 8879 8606 76 150 0 8726 0
Current children cumulated CPU time (s) 279.84
Current children cumulated vsize (KiB) 54472


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

/proc/meminfo: memFree=1597464/2055920 swapFree=4180672/4192956
[pid=18868] ppid=18866 vsize=13600 CPUtime=1.38
/proc/18868/stat : 18868 (sugar) S 18866 18868 18641 0 -1 4194304 1032 12337 0 2 3 1 124 10 16 0 1 0 261576484 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18868/statm: 3400 798 370 3 0 500 0
[pid=18891] ppid=18868 vsize=5356 CPUtime=0
/proc/18891/stat : 18891 (sh) S 18868 18868 18641 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 261576629 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18891/statm: 1339 232 193 169 0 50 0
[pid=18892] ppid=18891 vsize=59576 CPUtime=1356.64
/proc/18892/stat : 18892 (minisat) R 18891 18868 18641 0 -1 4194304 14268 0 0 0 135645 19 0 0 25 0 1 0 261576629 61005824 14254 996147200 134512640 135127466 4294956256 18446744073709551615 134530644 0 0 4096 3 0 0 0 17 0 0 0
/proc/18892/statm: 14894 14254 76 150 0 14741 0
Current children cumulated CPU time (s) 1358.02
Current children cumulated vsize (KiB) 78532

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/85 19504
/proc/meminfo: memFree=1595864/2055920 swapFree=4180672/4192956
[pid=18868] ppid=18866 vsize=13600 CPUtime=1.38
/proc/18868/stat : 18868 (sugar) S 18866 18868 18641 0 -1 4194304 1032 12337 0 2 3 1 124 10 16 0 1 0 261576484 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18868/statm: 3400 798 370 3 0 500 0
[pid=18891] ppid=18868 vsize=5356 CPUtime=0
/proc/18891/stat : 18891 (sh) S 18868 18868 18641 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 261576629 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18891/statm: 1339 232 193 169 0 50 0
[pid=18892] ppid=18891 vsize=59576 CPUtime=1416.61
/proc/18892/stat : 18892 (minisat) R 18891 18868 18641 0 -1 4194304 14295 0 0 0 141642 19 0 0 25 0 1 0 261576629 61005824 14281 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/18892/statm: 14894 14281 76 150 0 14741 0
Current children cumulated CPU time (s) 1417.99
Current children cumulated vsize (KiB) 78532

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/85 19504
/proc/meminfo: memFree=1593752/2055920 swapFree=4180672/4192956
[pid=18868] ppid=18866 vsize=13600 CPUtime=1.38
/proc/18868/stat : 18868 (sugar) S 18866 18868 18641 0 -1 4194304 1032 12337 0 2 3 1 124 10 16 0 1 0 261576484 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18868/statm: 3400 798 370 3 0 500 0
[pid=18891] ppid=18868 vsize=5356 CPUtime=0
/proc/18891/stat : 18891 (sh) S 18868 18868 18641 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 261576629 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18891/statm: 1339 232 193 169 0 50 0
[pid=18892] ppid=18891 vsize=60424 CPUtime=1476.58
/proc/18892/stat : 18892 (minisat) R 18891 18868 18641 0 -1 4194304 14449 0 0 0 147639 19 0 0 25 0 1 0 261576629 61874176 14435 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/18892/statm: 15106 14435 76 150 0 14953 0
Current children cumulated CPU time (s) 1477.96
Current children cumulated vsize (KiB) 79380

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/85 19504
/proc/meminfo: memFree=1591576/2055920 swapFree=4180672/4192956
[pid=18868] ppid=18866 vsize=13600 CPUtime=1.38
/proc/18868/stat : 18868 (sugar) S 18866 18868 18641 0 -1 4194304 1032 12337 0 2 3 1 124 10 16 0 1 0 261576484 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18868/statm: 3400 798 370 3 0 500 0
[pid=18891] ppid=18868 vsize=5356 CPUtime=0
/proc/18891/stat : 18891 (sh) S 18868 18868 18641 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 261576629 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18891/statm: 1339 232 193 169 0 50 0
[pid=18892] ppid=18891 vsize=61328 CPUtime=1536.56
/proc/18892/stat : 18892 (minisat) R 18891 18868 18641 0 -1 4194304 14639 0 0 0 153637 19 0 0 25 0 1 0 261576629 62799872 14625 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/18892/statm: 15332 14625 76 150 0 15179 0
Current children cumulated CPU time (s) 1537.94
Current children cumulated vsize (KiB) 80284

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/85 19504
/proc/meminfo: memFree=1589976/2055920 swapFree=4180672/4192956
[pid=18868] ppid=18866 vsize=13600 CPUtime=1.38
/proc/18868/stat : 18868 (sugar) S 18866 18868 18641 0 -1 4194304 1032 12337 0 2 3 1 124 10 16 0 1 0 261576484 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18868/statm: 3400 798 370 3 0 500 0
[pid=18891] ppid=18868 vsize=5356 CPUtime=0
/proc/18891/stat : 18891 (sh) S 18868 18868 18641 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 261576629 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18891/statm: 1339 232 193 169 0 50 0
[pid=18892] ppid=18891 vsize=61668 CPUtime=1596.53
/proc/18892/stat : 18892 (minisat) R 18891 18868 18641 0 -1 4194304 14700 0 0 0 159634 19 0 0 25 0 1 0 261576629 63148032 14686 996147200 134512640 135127466 4294956256 18446744073709551615 134530644 0 0 4096 3 0 0 0 17 0 0 0
/proc/18892/statm: 15417 14686 76 150 0 15264 0
Current children cumulated CPU time (s) 1597.91
Current children cumulated vsize (KiB) 80624

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/85 19504
/proc/meminfo: memFree=1587416/2055920 swapFree=4180672/4192956
[pid=18868] ppid=18866 vsize=13600 CPUtime=1.38
/proc/18868/stat : 18868 (sugar) S 18866 18868 18641 0 -1 4194304 1032 12337 0 2 3 1 124 10 16 0 1 0 261576484 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18868/statm: 3400 798 370 3 0 500 0
[pid=18891] ppid=18868 vsize=5356 CPUtime=0
/proc/18891/stat : 18891 (sh) S 18868 18868 18641 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 261576629 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18891/statm: 1339 232 193 169 0 50 0
[pid=18892] ppid=18891 vsize=61832 CPUtime=1656.52
/proc/18892/stat : 18892 (minisat) R 18891 18868 18641 0 -1 4194304 14761 0 0 0 165632 20 0 0 25 0 1 0 261576629 63315968 14747 996147200 134512640 135127466 4294956256 18446744073709551615 134530775 0 0 4096 3 0 0 0 17 0 0 0
/proc/18892/statm: 15458 14747 76 150 0 15305 0
Current children cumulated CPU time (s) 1657.9
Current children cumulated vsize (KiB) 80788

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/85 19504
/proc/meminfo: memFree=1584536/2055920 swapFree=4180672/4192956
[pid=18868] ppid=18866 vsize=13600 CPUtime=1.38
/proc/18868/stat : 18868 (sugar) S 18866 18868 18641 0 -1 4194304 1032 12337 0 2 3 1 124 10 16 0 1 0 261576484 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18868/statm: 3400 798 370 3 0 500 0
[pid=18891] ppid=18868 vsize=5356 CPUtime=0
/proc/18891/stat : 18891 (sh) S 18868 18868 18641 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 261576629 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18891/statm: 1339 232 193 169 0 50 0
[pid=18892] ppid=18891 vsize=63576 CPUtime=1716.49
/proc/18892/stat : 18892 (minisat) R 18891 18868 18641 0 -1 4194304 15126 0 0 0 171629 20 0 0 25 0 1 0 261576629 65101824 15112 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/18892/statm: 15894 15112 76 150 0 15741 0
Current children cumulated CPU time (s) 1717.87
Current children cumulated vsize (KiB) 82532

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/85 19504
/proc/meminfo: memFree=1581976/2055920 swapFree=4180672/4192956
[pid=18868] ppid=18866 vsize=13600 CPUtime=1.38
/proc/18868/stat : 18868 (sugar) S 18866 18868 18641 0 -1 4194304 1032 12337 0 2 3 1 124 10 16 0 1 0 261576484 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18868/statm: 3400 798 370 3 0 500 0
[pid=18891] ppid=18868 vsize=5356 CPUtime=0
/proc/18891/stat : 18891 (sh) S 18868 18868 18641 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 261576629 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18891/statm: 1339 232 193 169 0 50 0
[pid=18892] ppid=18891 vsize=64640 CPUtime=1776.46
/proc/18892/stat : 18892 (minisat) R 18891 18868 18641 0 -1 4194304 15362 0 0 0 177626 20 0 0 25 0 1 0 261576629 66191360 15348 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/18892/statm: 16160 15348 76 150 0 16007 0
Current children cumulated CPU time (s) 1777.84
Current children cumulated vsize (KiB) 83596



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1804.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/85 19504
/proc/meminfo: memFree=1581528/2055920 swapFree=4180672/4192956
[pid=18868] ppid=18866 vsize=13600 CPUtime=1.38
/proc/18868/stat : 18868 (sugar) S 18866 18868 18641 0 -1 4194304 1032 12337 0 2 3 1 124 10 16 0 1 0 261576484 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18868/statm: 3400 798 370 3 0 500 0
[pid=18891] ppid=18868 vsize=5356 CPUtime=0
/proc/18891/stat : 18891 (sh) S 18868 18868 18641 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 261576629 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18891/statm: 1339 232 193 169 0 50 0
[pid=18892] ppid=18891 vsize=64640 CPUtime=1798.66
/proc/18892/stat : 18892 (minisat) R 18891 18868 18641 0 -1 4194304 15362 0 0 0 179846 20 0 0 25 0 1 0 261576629 66191360 15348 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/18892/statm: 16160 15348 76 150 0 16007 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 83596

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

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

[startup+1804.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/85 19504
/proc/meminfo: memFree=1581528/2055920 swapFree=4180672/4192956
[pid=18868] ppid=18866 vsize=13600 CPUtime=1.38
/proc/18868/stat : 18868 (sugar) S 18866 18868 18641 0 -1 4194304 1032 12337 0 2 3 1 124 10 16 0 1 0 261576484 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18868/statm: 3400 798 370 3 0 500 0
[pid=18891] ppid=18868 vsize=5356 CPUtime=0
/proc/18891/stat : 18891 (sh) S 18868 18868 18641 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 261576629 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18891/statm: 1339 232 193 169 0 50 0
[pid=18892] ppid=18891 vsize=64640 CPUtime=1798.66
/proc/18892/stat : 18892 (minisat) R 18891 18868 18641 0 -1 4194304 15362 0 0 0 179846 20 0 0 25 0 1 0 261576629 66191360 15348 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/18892/statm: 16160 15348 76 150 0 16007 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 83596

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 18868 and gives
#  childrusage.ru_utime.tv_sec=1
#  childrusage.ru_utime.tv_usec=284804
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=117982
# CPU time returned by wait4() is 1.40279
# 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): 1804.52
CPU time (s): 1800.04
CPU user time (s): 1799.73
CPU system time (s): 0.31
CPU usage (%): 99.7517
Max. virtual memory (cumulated for all children) (KiB): 887336

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1.2848
system time used= 0.117982
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 13777
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= 2422
involuntary context switches= 2281

runsolver used 2.30965 second user time and 5.30919 second system time

The end

Launcher Data (download as text)

Begin job on node82 at 2008-07-05 17:17:07
IDJOB=1090287
IDBENCH=58432
IDSOLVER=346
FILE ID=node82/1090287-1215271027
PBS_JOBID= 7882230
Free space on /tmp= 66492 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/graphColoring/sgb/miles/normalized-miles750-29.xml
COMMAND LINE= DIR/sugar -c -vv -java="java -Xmx700M" -jar="DIR/sugar-v1-13.jar" -solver="DIR/minisat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1090287-1215271027/watcher-1090287-1215271027 -o /tmp/evaluation-result-1090287-1215271027/solver-1090287-1215271027 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/sugar -c -vv -java="java -Xmx700M" -jar="HOME/sugar-v1-13.jar" -solver="HOME/minisat" -tmp="HOME/temp" HOME/instance-1090287-1215271027.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 9b8ab86f716b1f33c98e6ee849111388
RANDOM SEED=2055884734

node82.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.239
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.239
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1698888 kB
Buffers:         38924 kB
Cached:         222832 kB
SwapCached:       5892 kB
Active:         215704 kB
Inactive:        94652 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1698888 kB
SwapTotal:     4192956 kB
SwapFree:      4180672 kB
Dirty:            1544 kB
Writeback:           0 kB
Mapped:          64608 kB
Slab:            31884 kB
Committed_AS:  1459956 kB
PageTables:       1856 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66484 MiB
End job on node82 at 2008-07-05 17:47:13