Trace number 1107774

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

General information on the benchmark

Namecsp/pigeons/
normalized-pigeons-45.xml
MD5SUM409713f0907deb90e5b6d3eb261bf623
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.034994
Satisfiable
(Un)Satisfiability was proved
Number of variables45
Number of constraints990
Maximum constraint arity2
Maximum domain size44
Number of constraints which are defined in extension0
Number of constraints which are defined in intension990
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 Tue Jul  8 03:05:28 2008
0.00/0.04	c 0	PID 2947
0.04/0.05	c 0	HOST node41.alineos.net
0.04/0.05	c 0	CONVERTING HOME/instance-1107774-1215479128.xml TO HOME/temp.csp
0.04/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1107774-1215479128.xml' 'HOME/temp.csp'
0.04/0.62	c 0	1 domains, 45 variables, 1 predicates, 0 relations, 990 constraints
0.04/0.62	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.04/0.62	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.60/0.70	c 0	Parsing HOME/temp.csp
0.60/0.85	c 1	parsed 1037 expressions
0.60/0.85	c 1	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.60/0.85	c 1	Converting to clausal form CSP
0.60/0.90	c 1	converted 104 (10%) expressions
0.60/0.93	c 1	converted 208 (20%) expressions
0.60/0.96	c 1	converted 312 (30%) expressions
0.95/1.03	c 1	converted 415 (40%) expressions
0.95/1.05	c 1	converted 519 (50%) expressions
0.95/1.06	c 1	converted 623 (60%) expressions
0.95/1.06	c 1	converted 726 (70%) expressions
0.95/1.07	c 1	converted 830 (80%) expressions
0.95/1.08	c 1	converted 934 (90%) expressions
0.95/1.08	c 1	converted 1037 (100%) expressions
0.95/1.08	c 1	CSP : 45 integers, 0 booleans, 990 clauses, largest domain size 44
0.95/1.08	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.95/1.08	c 1	Propagation in CSP
1.05/1.11	c 1	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.05/1.11	c 1	CSP : 45 integers, 0 booleans, 990 clauses, largest domain size 44
1.05/1.11	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.05/1.12	c 1	Simplifing CSP by introducing new Boolean variables
1.05/1.15	c 1	CSP : 45 integers, 1980 booleans, 2970 clauses, largest domain size 44
1.05/1.15	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.05/1.18	c 1	Encoding CSP to SAT : HOME/temp.cnf
1.05/1.19	c 1	5 (10%) CSP integer variables are encoded (210 clauses, 2164 bytes)
1.05/1.19	c 1	9 (20%) CSP integer variables are encoded (378 clauses, 4012 bytes)
1.05/1.19	c 1	14 (30%) CSP integer variables are encoded (588 clauses, 6322 bytes)
1.05/1.19	c 1	18 (40%) CSP integer variables are encoded (756 clauses, 8170 bytes)
1.05/1.20	c 1	23 (50%) CSP integer variables are encoded (966 clauses, 10480 bytes)
1.05/1.20	c 1	27 (60%) CSP integer variables are encoded (1134 clauses, 12645 bytes)
1.05/1.20	c 1	32 (70%) CSP integer variables are encoded (1344 clauses, 15375 bytes)
1.14/1.20	c 1	36 (80%) CSP integer variables are encoded (1512 clauses, 17559 bytes)
1.14/1.20	c 1	41 (90%) CSP integer variables are encoded (1722 clauses, 20289 bytes)
1.14/1.20	c 1	45 (100%) CSP integer variables are encoded (1890 clauses, 22473 bytes)
1.14/1.23	c 1	297 (10%) CSP clauses are encoded (10701 clauses, 165003 bytes)
1.14/1.26	c 1	594 (20%) CSP clauses are encoded (19512 clauses, 316317 bytes)
1.14/1.28	c 1	891 (30%) CSP clauses are encoded (28323 clauses, 468603 bytes)
1.25/1.31	c 1	1188 (40%) CSP clauses are encoded (37134 clauses, 621729 bytes)
1.25/1.33	c 1	1485 (50%) CSP clauses are encoded (45945 clauses, 774855 bytes)
1.25/1.34	c 1	1782 (60%) CSP clauses are encoded (54756 clauses, 928305 bytes)
1.25/1.36	c 1	2079 (70%) CSP clauses are encoded (63567 clauses, 1083045 bytes)
1.25/1.39	c 1	2376 (80%) CSP clauses are encoded (72378 clauses, 1241361 bytes)
1.34/1.41	c 1	2673 (90%) CSP clauses are encoded (81189 clauses, 1405899 bytes)
1.34/1.42	c 1	2970 (100%) CSP clauses are encoded (90000 clauses, 1570437 bytes)
1.34/1.42	c 1	2970 CSP clauses encoded
1.34/1.43	c 1	Writing map file : HOME/temp.map
1.34/1.43	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.34/1.43	c 1	SAT : 3915 SAT variables, 90000 SAT clauses, 1570437 bytes
1.34/1.43	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.34/1.46	c 1	SOLVING HOME/temp.cnf
1.34/1.46	c 1	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
1.34/1.47	c 1	This is MiniSat 2.0 beta
1.34/1.47	c 1	WARNING: for repeatability, setting FPU to use double precision
1.34/1.47	c 1	============================[ Problem Statistics ]=============================
1.34/1.47	c 1	|                                                                             |
1.34/1.47	c 1	|  Number of variables:  3915                                                 |
1.34/1.47	c 1	|  Number of clauses:    90000                                                |
1.39/1.52	c 1	|  Parsing time:         0.04         s                                       |
1.39/1.52	c 1	============================[ Search Statistics ]==============================
1.39/1.52	c 1	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.39/1.52	c 1	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.39/1.52	c 1	===============================================================================
1.39/1.52	c 1	|         0 |    3915    90000   263160 |    30000        0    nan |  0.000 % |
1.39/1.53	c 1	|       101 |    3915    90000   263160 |    33000      101     10 |  0.000 % |
1.39/1.55	c 1	|       252 |    3915    90000   263160 |    36300      252      8 |  0.000 % |
1.39/1.56	c 1	|       477 |    3915    90000   263160 |    39930      477      8 |  0.000 % |
1.39/1.58	c 1	|       815 |    3915    90000   263160 |    43923      815      8 |  0.000 % |
1.39/1.61	c 1	|      1321 |    3915    90000   263160 |    48315     1321      8 |  0.000 % |
1.39/1.64	c 1	|      2081 |    3915    90000   263160 |    53146     2081      8 |  0.000 % |
1.39/1.69	c 1	|      3220 |    3915    90000   263160 |    58461     3220      9 |  0.000 % |
1.39/1.76	c 1	|      4928 |    3915    90000   263160 |    64307     4928      9 |  0.000 % |
1.39/1.87	c 2	|      7491 |    3915    90000   263160 |    70738     7491      9 |  0.000 % |
1.39/2.05	c 2	|     11335 |    3915    90000   263160 |    77812    11335     10 |  0.000 % |
2.30/2.42	c 2	|     17101 |    3915    90000   263160 |    85593    17101     10 |  0.000 % |
2.80/2.97	c 3	|     25750 |    3915    90000   263160 |    94152    25750     11 |  0.000 % |
4.87/5.08	c 5	|     38725 |    3915    90000   263160 |   103568    38725     13 |  0.000 % |
6.86/7.01	c 7	|     58186 |    3915    90000   263160 |   113924    58186     13 |  0.000 % |
12.90/13.18	c 13	|     87378 |    3915    90000   263160 |   125317    87378     14 |  0.000 % |
23.51/23.84	c 24	|    131167 |    3915    90000   263160 |   137849    17360     16 |  0.000 % |
39.76/40.27	c 40	|    196851 |    3915    90000   263160 |   151634    83044     17 |  0.000 % |
67.80/68.51	c 68	|    295377 |    3915    90000   263160 |   166797    42198     17 |  0.000 % |
144.26/145.89	c 146	|    443168 |    3915    90000   263160 |   183477    36926     18 |  0.000 % |
260.36/263.02	c 263	|    664852 |    3915    90000   263160 |   201824    89567     21 |  0.000 % |
498.92/503.81	c 504	|    997377 |    3915    90000   263160 |   222007    47854     19 |  0.000 % |
843.66/851.90	c 852	|   1496167 |    3915    90000   263160 |   244208   129226     18 |  0.000 % |
1468.99/1482.39	c 1482	|   2244350 |    3915    90000   263160 |   268629   187465     25 |  0.000 % |
1800.07/1813.51	c 1813	DECODING HOME/temp.out WITH HOME/temp.map
1800.07/1813.51	c 1813	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.07/1813.51	c ERROR INTERRUPTED
1800.07/1813.52	s UNKNOWN
1800.07/1813.52	c 1813	CPU 1.3 (0.03 0.01 1.27 0.08)
1800.07/1813.52	c 1813	END Tue Jul  8 03:35:41 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-1107774-1215479128/watcher-1107774-1215479128 -o /tmp/evaluation-result-1107774-1215479128/solver-1107774-1215479128 -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-1107774-1215479128.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 1.85 4/76 2947
/proc/meminfo: memFree=1768512/2055920 swapFree=4192956/4192956
[pid=2947] ppid=2945 vsize=18572 CPUtime=0
/proc/2947/stat : 2947 (runsolver) R 2945 2947 2758 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 4612735 19017728 292 996147200 4194304 4296836 548682068272 18446744073709551615 209135922471 0 0 4096 24578 0 0 0 17 1 0 0
/proc/2947/statm: 4643 292 257 25 0 2626 0

[startup+0.0494941 s]
/proc/loadavg: 2.00 2.00 1.85 4/76 2947
/proc/meminfo: memFree=1768512/2055920 swapFree=4192956/4192956
[pid=2947] ppid=2945 vsize=13600 CPUtime=0.04
/proc/2947/stat : 2947 (sugar) S 2945 2947 2758 0 -1 4194304 837 0 0 0 3 1 0 0 18 0 1 0 4612735 13926400 792 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2947/statm: 3400 792 367 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.101793 s]
/proc/loadavg: 2.00 2.00 1.85 4/76 2947
/proc/meminfo: memFree=1768512/2055920 swapFree=4192956/4192956
[pid=2947] ppid=2945 vsize=13600 CPUtime=0.04
/proc/2947/stat : 2947 (sugar) S 2945 2947 2758 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 4612735 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2947/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.301803 s]
/proc/loadavg: 2.00 2.00 1.85 4/76 2947
/proc/meminfo: memFree=1768512/2055920 swapFree=4192956/4192956
[pid=2947] ppid=2945 vsize=13600 CPUtime=0.04
/proc/2947/stat : 2947 (sugar) S 2945 2947 2758 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 4612735 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2947/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.701843 s]
/proc/loadavg: 2.00 2.00 1.85 4/76 2947
/proc/meminfo: memFree=1768512/2055920 swapFree=4192956/4192956
[pid=2947] ppid=2945 vsize=13600 CPUtime=0.6
/proc/2947/stat : 2947 (sugar) S 2945 2947 2758 0 -1 4194304 956 4776 0 1 3 1 53 3 16 0 1 0 4612735 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2947/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.6
Current children cumulated vsize (KiB) 13600

[startup+1.50291 s]
/proc/loadavg: 2.00 2.00 1.85 4/87 2969
/proc/meminfo: memFree=1757096/2055920 swapFree=4192956/4192956
[pid=2947] ppid=2945 vsize=13600 CPUtime=1.39
/proc/2947/stat : 2947 (sugar) S 2945 2947 2758 0 -1 4194304 1032 11571 0 2 3 1 127 8 16 0 1 0 4612735 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2947/statm: 3400 798 370 3 0 500 0
Current children cumulated CPU time (s) 1.39
Current children cumulated vsize (KiB) 13600

[startup+3.10205 s]
/proc/loadavg: 2.00 2.00 1.85 3/79 2971
/proc/meminfo: memFree=1758376/2055920 swapFree=4192956/4192956
[pid=2947] ppid=2945 vsize=13600 CPUtime=1.39
/proc/2947/stat : 2947 (sugar) S 2945 2947 2758 0 -1 4194304 1032 11571 0 2 3 1 127 8 15 0 1 0 4612735 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2947/statm: 3400 798 370 3 0 500 0
[pid=2970] ppid=2947 vsize=5356 CPUtime=0
/proc/2970/stat : 2970 (sh) S 2947 2947 2758 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4612882 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2970/statm: 1339 232 193 169 0 50 0
[pid=2971] ppid=2970 vsize=8372 CPUtime=1.6
/proc/2971/stat : 2971 (minisat) R 2970 2947 2758 0 -1 4194304 1977 0 0 0 160 0 0 0 25 0 1 0 4612882 8572928 1963 996147200 134512640 135127466 4294956256 18446744073709551615 134530613 0 0 4096 3 0 0 0 17 1 0 0
/proc/2971/statm: 2093 1963 76 150 0 1940 0
Current children cumulated CPU time (s) 2.99
Current children cumulated vsize (KiB) 27328

[startup+6.3013 s]
/proc/loadavg: 2.00 2.00 1.85 3/79 2971
/proc/meminfo: memFree=1755304/2055920 swapFree=4192956/4192956
[pid=2947] ppid=2945 vsize=13600 CPUtime=1.39
/proc/2947/stat : 2947 (sugar) S 2945 2947 2758 0 -1 4194304 1032 11571 0 2 3 1 127 8 16 0 1 0 4612735 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2947/statm: 3400 798 370 3 0 500 0
[pid=2970] ppid=2947 vsize=5356 CPUtime=0
/proc/2970/stat : 2970 (sh) S 2947 2947 2758 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4612882 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2970/statm: 1339 232 193 169 0 50 0
[pid=2971] ppid=2970 vsize=10708 CPUtime=4.78
/proc/2971/stat : 2971 (minisat) R 2970 2947 2758 0 -1 4194304 2580 0 0 0 477 1 0 0 25 0 1 0 4612882 10964992 2566 996147200 134512640 135127466 4294956256 18446744073709551615 134528235 0 0 4096 3 0 0 0 17 1 0 0
/proc/2971/statm: 2677 2566 76 150 0 2524 0
Current children cumulated CPU time (s) 6.17
Current children cumulated vsize (KiB) 29664

[startup+12.7018 s]
/proc/loadavg: 2.00 2.00 1.85 3/79 2971
/proc/meminfo: memFree=1751528/2055920 swapFree=4192956/4192956
[pid=2947] ppid=2945 vsize=13600 CPUtime=1.39
/proc/2947/stat : 2947 (sugar) S 2945 2947 2758 0 -1 4194304 1032 11571 0 2 3 1 127 8 16 0 1 0 4612735 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2947/statm: 3400 798 370 3 0 500 0
[pid=2970] ppid=2947 vsize=5356 CPUtime=0
/proc/2970/stat : 2970 (sh) S 2947 2947 2758 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4612882 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2970/statm: 1339 232 193 169 0 50 0
[pid=2971] ppid=2970 vsize=13740 CPUtime=11.12
/proc/2971/stat : 2971 (minisat) R 2970 2947 2758 0 -1 4194304 3356 0 0 0 1111 1 0 0 25 0 1 0 4612882 14069760 3342 996147200 134512640 135127466 4294956256 18446744073709551615 134530936 0 0 4096 3 0 0 0 17 1 0 0
/proc/2971/statm: 3435 3342 76 150 0 3282 0
Current children cumulated CPU time (s) 12.51
Current children cumulated vsize (KiB) 32696

[startup+25.5019 s]
/proc/loadavg: 2.00 2.00 1.85 3/79 2971
/proc/meminfo: memFree=1747048/2055920 swapFree=4192956/4192956
[pid=2947] ppid=2945 vsize=13600 CPUtime=1.39
/proc/2947/stat : 2947 (sugar) S 2945 2947 2758 0 -1 4194304 1032 11571 0 2 3 1 127 8 16 0 1 0 4612735 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2947/statm: 3400 798 370 3 0 500 0
[pid=2970] ppid=2947 vsize=5356 CPUtime=0
/proc/2970/stat : 2970 (sh) S 2947 2947 2758 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4612882 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2970/statm: 1339 232 193 169 0 50 0
[pid=2971] ppid=2970 vsize=18148 CPUtime=23.8
/proc/2971/stat : 2971 (minisat) R 2970 2947 2758 0 -1 4194304 4424 0 0 0 2378 2 0 0 25 0 1 0 4612882 18583552 4410 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/2971/statm: 4537 4410 76 150 0 4384 0
Current children cumulated CPU time (s) 25.19
Current children cumulated vsize (KiB) 37104

[startup+51.1012 s]
/proc/loadavg: 2.00 2.00 1.86 3/79 2971
/proc/meminfo: memFree=1743784/2055920 swapFree=4192956/4192956
[pid=2947] ppid=2945 vsize=13600 CPUtime=1.39
/proc/2947/stat : 2947 (sugar) S 2945 2947 2758 0 -1 4194304 1032 11571 0 2 3 1 127 8 16 0 1 0 4612735 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2947/statm: 3400 798 370 3 0 500 0
[pid=2970] ppid=2947 vsize=5356 CPUtime=0
/proc/2970/stat : 2970 (sh) S 2947 2947 2758 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4612882 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2970/statm: 1339 232 193 169 0 50 0
[pid=2971] ppid=2970 vsize=21364 CPUtime=49.17
/proc/2971/stat : 2971 (minisat) R 2970 2947 2758 0 -1 4194304 5227 0 0 0 4914 3 0 0 25 0 1 0 4612882 21876736 5213 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/2971/statm: 5341 5213 76 150 0 5188 0
Current children cumulated CPU time (s) 50.56
Current children cumulated vsize (KiB) 40320

[startup+102.307 s]
/proc/loadavg: 2.13 2.03 1.87 3/76 3246
/proc/meminfo: memFree=1797624/2055920 swapFree=4192956/4192956
[pid=2947] ppid=2945 vsize=13600 CPUtime=1.39
/proc/2947/stat : 2947 (sugar) S 2945 2947 2758 0 -1 4194304 1032 11571 0 2 3 1 127 8 16 0 1 0 4612735 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2947/statm: 3400 798 370 3 0 500 0
[pid=2970] ppid=2947 vsize=5356 CPUtime=0
/proc/2970/stat : 2970 (sh) S 2947 2947 2758 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4612882 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2970/statm: 1339 232 193 169 0 50 0
[pid=2971] ppid=2970 vsize=24964 CPUtime=99.79
/proc/2971/stat : 2971 (minisat) R 2970 2947 2758 0 -1 4194304 6034 0 0 0 9956 23 0 0 25 0 1 0 4612882 25563136 6020 996147200 134512640 135127466 4294956256 18446744073709551615 134530700 0 0 4096 3 0 0 0 17 1 0 0
/proc/2971/statm: 6241 6020 76 150 0 6088 0
Current children cumulated CPU time (s) 101.18
Current children cumulated vsize (KiB) 43920

[startup+162.302 s]
/proc/loadavg: 2.05 2.02 1.88 3/76 3246
/proc/meminfo: memFree=1795640/2055920 swapFree=4192956/4192956
[pid=2947] ppid=2945 vsize=13600 CPUtime=1.39
/proc/2947/stat : 2947 (sugar) S 2945 2947 2758 0 -1 4194304 1032 11571 0 2 3 1 127 8 16 0 1 0 4612735 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2947/statm: 3400 798 370 3 0 500 0
[pid=2970] ppid=2947 vsize=5356 CPUtime=0
/proc/2970/stat : 2970 (sh) S 2947 2947 2758 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4612882 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2970/statm: 1339 232 193 169 0 50 0
[pid=2971] ppid=2970 vsize=28548 CPUtime=159.22
/proc/2971/stat : 2971 (minisat) R 2970 2947 2758 0 -1 4194304 6925 0 0 0 15899 23 0 0 25 0 1 0 4612882 29233152 6911 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/2971/statm: 7137 6911 76 150 0 6984 0
Current children cumulated CPU time (s) 160.61
Current children cumulated vsize (KiB) 47504

[startup+222.301 s]
/proc/loadavg: 2.02 2.02 1.89 3/76 3246
/proc/meminfo: memFree=1791864/2055920 swapFree=4192956/4192956
[pid=2947] ppid=2945 vsize=13600 CPUtime=1.39
/proc/2947/stat : 2947 (sugar) S 2945 2947 2758 0 -1 4194304 1032 11571 0 2 3 1 127 8 16 0 1 0 4612735 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2947/statm: 3400 798 370 3 0 500 0
[pid=2970] ppid=2947 vsize=5356 CPUtime=0
/proc/2970/stat : 2970 (sh) S 2947 2947 2758 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4612882 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2970/statm: 1339 232 193 169 0 50 0
[pid=2971] ppid=2970 vsize=32200 CPUtime=218.65
/proc/2971/stat : 2971 (minisat) R 2970 2947 2758 0 -1 4194304 7811 0 0 0 21841 24 0 0 25 0 1 0 4612882 32972800 7797 996147200 134512640 135127466 4294956256 18446744073709551615 134530686 0 0 4096 3 0 0 0 17 1 0 0
/proc/2971/statm: 8050 7797 76 150 0 7897 0
Current children cumulated CPU time (s) 220.04
Current children cumulated vsize (KiB) 51156

[startup+282.301 s]
/proc/loadavg: 2.00 2.01 1.89 3/76 3246
/proc/meminfo: memFree=1789944/2055920 swapFree=4192956/4192956
[pid=2947] ppid=2945 vsize=13600 CPUtime=1.39
/proc/2947/stat : 2947 (sugar) S 2945 2947 2758 0 -1 4194304 1032 11571 0 2 3 1 127 8 16 0 1 0 4612735 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2947/statm: 3400 798 370 3 0 500 0
[pid=2970] ppid=2947 vsize=5356 CPUtime=0
/proc/2970/stat : 2970 (sh) S 2947 2947 2758 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4612882 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2970/statm: 1339 232 193 169 0 50 0
[pid=2971] ppid=2970 vsize=34056 CPUtime=278.09
/proc/2971/stat : 2971 (minisat) R 2970 2947 2758 0 -1 4194304 8263 0 0 0 27785 24 0 0 25 0 1 0 4612882 34873344 8249 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/2971/statm: 8514 8249 76 150 0 8361 0
Current children cumulated CPU time (s) 279.48
Current children cumulated vsize (KiB) 53012


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

/proc/meminfo: memFree=1760768/2055920 swapFree=4192956/4192956
[pid=2947] ppid=2945 vsize=13600 CPUtime=1.39
/proc/2947/stat : 2947 (sugar) S 2945 2947 2758 0 -1 4194304 1032 11571 0 2 3 1 127 8 16 0 1 0 4612735 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2947/statm: 3400 798 370 3 0 500 0
[pid=2970] ppid=2947 vsize=5356 CPUtime=0
/proc/2970/stat : 2970 (sh) S 2947 2947 2758 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4612882 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2970/statm: 1339 232 193 169 0 50 0
[pid=2971] ppid=2970 vsize=63852 CPUtime=1348.01
/proc/2971/stat : 2971 (minisat) R 2970 2947 2758 0 -1 4194304 15421 0 0 0 134769 32 0 0 25 0 1 0 4612882 65384448 15407 996147200 134512640 135127466 4294956256 18446744073709551615 134530783 0 0 4096 3 0 0 0 17 1 0 0
/proc/2971/statm: 15963 15407 76 150 0 15810 0
Current children cumulated CPU time (s) 1349.4
Current children cumulated vsize (KiB) 82808

[startup+1422.31 s]
/proc/loadavg: 1.66 1.92 1.88 2/67 3269
/proc/meminfo: memFree=1797664/2055920 swapFree=4192956/4192956
[pid=2947] ppid=2945 vsize=13600 CPUtime=1.39
/proc/2947/stat : 2947 (sugar) S 2945 2947 2758 0 -1 4194304 1032 11571 0 2 3 1 127 8 16 0 1 0 4612735 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2947/statm: 3400 798 370 3 0 500 0
[pid=2970] ppid=2947 vsize=5356 CPUtime=0
/proc/2970/stat : 2970 (sh) S 2947 2947 2758 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4612882 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2970/statm: 1339 232 193 169 0 50 0
[pid=2971] ppid=2970 vsize=64424 CPUtime=1407.64
/proc/2971/stat : 2971 (minisat) R 2970 2947 2758 0 -1 4194304 15525 0 0 0 140732 32 0 0 25 0 1 0 4612882 65970176 15511 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/2971/statm: 16106 15511 76 150 0 15953 0
Current children cumulated CPU time (s) 1409.03
Current children cumulated vsize (KiB) 83380

[startup+1482.3 s]
/proc/loadavg: 1.24 1.75 1.83 2/67 3269
/proc/meminfo: memFree=1797728/2055920 swapFree=4192956/4192956
[pid=2947] ppid=2945 vsize=13600 CPUtime=1.39
/proc/2947/stat : 2947 (sugar) S 2945 2947 2758 0 -1 4194304 1032 11571 0 2 3 1 127 8 16 0 1 0 4612735 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2947/statm: 3400 798 370 3 0 500 0
[pid=2970] ppid=2947 vsize=5356 CPUtime=0
/proc/2970/stat : 2970 (sh) S 2947 2947 2758 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4612882 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2970/statm: 1339 232 193 169 0 50 0
[pid=2971] ppid=2970 vsize=64424 CPUtime=1467.6
/proc/2971/stat : 2971 (minisat) R 2970 2947 2758 0 -1 4194304 15528 0 0 0 146728 32 0 0 25 0 1 0 4612882 65970176 15514 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/2971/statm: 16106 15514 76 150 0 15953 0
Current children cumulated CPU time (s) 1468.99
Current children cumulated vsize (KiB) 83380

[startup+1542.3 s]
/proc/loadavg: 1.09 1.61 1.77 2/67 3269
/proc/meminfo: memFree=1797728/2055920 swapFree=4192956/4192956
[pid=2947] ppid=2945 vsize=13600 CPUtime=1.39
/proc/2947/stat : 2947 (sugar) S 2945 2947 2758 0 -1 4194304 1032 11571 0 2 3 1 127 8 16 0 1 0 4612735 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2947/statm: 3400 798 370 3 0 500 0
[pid=2970] ppid=2947 vsize=5356 CPUtime=0
/proc/2970/stat : 2970 (sh) S 2947 2947 2758 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4612882 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2970/statm: 1339 232 193 169 0 50 0
[pid=2971] ppid=2970 vsize=64424 CPUtime=1527.57
/proc/2971/stat : 2971 (minisat) R 2970 2947 2758 0 -1 4194304 15554 0 0 0 152725 32 0 0 25 0 1 0 4612882 65970176 15540 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/2971/statm: 16106 15540 76 150 0 15953 0
Current children cumulated CPU time (s) 1528.96
Current children cumulated vsize (KiB) 83380

[startup+1602.3 s]
/proc/loadavg: 1.03 1.50 1.72 2/67 3269
/proc/meminfo: memFree=1797728/2055920 swapFree=4192956/4192956
[pid=2947] ppid=2945 vsize=13600 CPUtime=1.39
/proc/2947/stat : 2947 (sugar) S 2945 2947 2758 0 -1 4194304 1032 11571 0 2 3 1 127 8 16 0 1 0 4612735 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2947/statm: 3400 798 370 3 0 500 0
[pid=2970] ppid=2947 vsize=5356 CPUtime=0
/proc/2970/stat : 2970 (sh) S 2947 2947 2758 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4612882 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2970/statm: 1339 232 193 169 0 50 0
[pid=2971] ppid=2970 vsize=64424 CPUtime=1587.55
/proc/2971/stat : 2971 (minisat) R 2970 2947 2758 0 -1 4194304 15554 0 0 0 158723 32 0 0 25 0 1 0 4612882 65970176 15540 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/2971/statm: 16106 15540 76 150 0 15953 0
Current children cumulated CPU time (s) 1588.94
Current children cumulated vsize (KiB) 83380

[startup+1662.3 s]
/proc/loadavg: 1.01 1.40 1.67 2/67 3269
/proc/meminfo: memFree=1797728/2055920 swapFree=4192956/4192956
[pid=2947] ppid=2945 vsize=13600 CPUtime=1.39
/proc/2947/stat : 2947 (sugar) S 2945 2947 2758 0 -1 4194304 1032 11571 0 2 3 1 127 8 16 0 1 0 4612735 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2947/statm: 3400 798 370 3 0 500 0
[pid=2970] ppid=2947 vsize=5356 CPUtime=0
/proc/2970/stat : 2970 (sh) S 2947 2947 2758 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4612882 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2970/statm: 1339 232 193 169 0 50 0
[pid=2971] ppid=2970 vsize=64424 CPUtime=1647.53
/proc/2971/stat : 2971 (minisat) R 2970 2947 2758 0 -1 4194304 15556 0 0 0 164721 32 0 0 25 0 1 0 4612882 65970176 15542 996147200 134512640 135127466 4294956256 18446744073709551615 134530828 0 0 4096 3 0 0 0 17 0 0 0
/proc/2971/statm: 16106 15542 76 150 0 15953 0
Current children cumulated CPU time (s) 1648.92
Current children cumulated vsize (KiB) 83380

[startup+1722.3 s]
/proc/loadavg: 1.00 1.33 1.63 2/67 3269
/proc/meminfo: memFree=1797728/2055920 swapFree=4192956/4192956
[pid=2947] ppid=2945 vsize=13600 CPUtime=1.39
/proc/2947/stat : 2947 (sugar) S 2945 2947 2758 0 -1 4194304 1032 11571 0 2 3 1 127 8 16 0 1 0 4612735 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2947/statm: 3400 798 370 3 0 500 0
[pid=2970] ppid=2947 vsize=5356 CPUtime=0
/proc/2970/stat : 2970 (sh) S 2947 2947 2758 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4612882 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2970/statm: 1339 232 193 169 0 50 0
[pid=2971] ppid=2970 vsize=64424 CPUtime=1707.5
/proc/2971/stat : 2971 (minisat) R 2970 2947 2758 0 -1 4194304 15563 0 0 0 170718 32 0 0 25 0 1 0 4612882 65970176 15549 996147200 134512640 135127466 4294956256 18446744073709551615 134530692 0 0 4096 3 0 0 0 17 0 0 0
/proc/2971/statm: 16106 15549 76 150 0 15953 0
Current children cumulated CPU time (s) 1708.89
Current children cumulated vsize (KiB) 83380

[startup+1782.3 s]
/proc/loadavg: 1.04 1.28 1.59 2/67 3269
/proc/meminfo: memFree=1797728/2055920 swapFree=4192956/4192956
[pid=2947] ppid=2945 vsize=13600 CPUtime=1.39
/proc/2947/stat : 2947 (sugar) S 2945 2947 2758 0 -1 4194304 1032 11571 0 2 3 1 127 8 16 0 1 0 4612735 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2947/statm: 3400 798 370 3 0 500 0
[pid=2970] ppid=2947 vsize=5356 CPUtime=0
/proc/2970/stat : 2970 (sh) S 2947 2947 2758 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4612882 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2970/statm: 1339 232 193 169 0 50 0
[pid=2971] ppid=2970 vsize=64424 CPUtime=1767.48
/proc/2971/stat : 2971 (minisat) R 2970 2947 2758 0 -1 4194304 15568 0 0 0 176716 32 0 0 25 0 1 0 4612882 65970176 15554 996147200 134512640 135127466 4294956256 18446744073709551615 134530692 0 0 4096 3 0 0 0 17 0 0 0
/proc/2971/statm: 16106 15554 76 150 0 15953 0
Current children cumulated CPU time (s) 1768.87
Current children cumulated vsize (KiB) 83380



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1813.5 s]
/proc/loadavg: 1.08 1.27 1.58 2/67 3269
/proc/meminfo: memFree=1797728/2055920 swapFree=4192956/4192956
[pid=2947] ppid=2945 vsize=13600 CPUtime=1.39
/proc/2947/stat : 2947 (sugar) S 2945 2947 2758 0 -1 4194304 1032 11571 0 2 3 1 127 8 16 0 1 0 4612735 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2947/statm: 3400 798 370 3 0 500 0
[pid=2970] ppid=2947 vsize=5356 CPUtime=0
/proc/2970/stat : 2970 (sh) S 2947 2947 2758 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4612882 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2970/statm: 1339 232 193 169 0 50 0
[pid=2971] ppid=2970 vsize=64424 CPUtime=1798.68
/proc/2971/stat : 2971 (minisat) R 2970 2947 2758 0 -1 4194304 15571 0 0 0 179836 32 0 0 25 0 1 0 4612882 65970176 15557 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/2971/statm: 16106 15557 76 150 0 15953 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 83380

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

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

[startup+1813.5 s]
/proc/loadavg: 1.08 1.27 1.58 2/67 3269
/proc/meminfo: memFree=1797728/2055920 swapFree=4192956/4192956
[pid=2947] ppid=2945 vsize=13600 CPUtime=1.39
/proc/2947/stat : 2947 (sugar) S 2945 2947 2758 0 -1 4194304 1032 11571 0 2 3 1 127 8 16 0 1 0 4612735 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2947/statm: 3400 798 370 3 0 500 0
[pid=2970] ppid=2947 vsize=5356 CPUtime=0
/proc/2970/stat : 2970 (sh) S 2947 2947 2758 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4612882 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2970/statm: 1339 232 193 169 0 50 0
[pid=2971] ppid=2970 vsize=64424 CPUtime=1798.68
/proc/2971/stat : 2971 (minisat) R 2970 2947 2758 0 -1 4194304 15571 0 0 0 179836 32 0 0 25 0 1 0 4612882 65970176 15557 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/2971/statm: 16106 15557 76 150 0 15953 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 83380

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 2947 and gives
#  childrusage.ru_utime.tv_sec=1
#  childrusage.ru_utime.tv_usec=308801
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=106983
# CPU time returned by wait4() is 1.41578
# 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): 1813.52
CPU time (s): 1800.07
CPU user time (s): 1799.66
CPU system time (s): 0.41
CPU usage (%): 99.2583
Max. virtual memory (cumulated for all children) (KiB): 887328

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1.3088
system time used= 0.106983
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 13029
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= 1926
involuntary context switches= 1771

runsolver used 2.74358 second user time and 5.11122 second system time

The end

Launcher Data (download as text)

Begin job on node41 at 2008-07-08 03:05:28
IDJOB=1107774
IDBENCH=58551
IDSOLVER=346
FILE ID=node41/1107774-1215479128
PBS_JOBID= 7888722
Free space on /tmp= 66152 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/pigeons/normalized-pigeons-45.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-1107774-1215479128/watcher-1107774-1215479128 -o /tmp/evaluation-result-1107774-1215479128/solver-1107774-1215479128 -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-1107774-1215479128.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 409713f0907deb90e5b6d3eb261bf623
RANDOM SEED=28482950

node41.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.216
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.216
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:       1768992 kB
Buffers:         21864 kB
Cached:          80680 kB
SwapCached:          0 kB
Active:         208236 kB
Inactive:        47888 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1768992 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            1400 kB
Writeback:           0 kB
Mapped:         164212 kB
Slab:            15780 kB
Committed_AS:   375712 kB
PageTables:       2260 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= 66156 MiB
End job on node41 at 2008-07-08 03:35:43