Trace number 1773316

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
ManySAT 1.1 aimd 1/2009-03-20? (TO) 10000 5011.32

General information on the benchmark

Namegoldb-heqc-x1mul.cnf
MD5SUMb44e541aede789d4830fa0a3a047fcda
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark100.906
Satisfiable
(Un)Satisfiability was proved
Number of variables8756
Number of clauses55571
Sum of the clauses size187746
Maximum clause length70
Minimum clause length1
Number of clauses of size 128
Number of clauses of size 212786
Number of clauses of size 325852
Number of clauses of size 40
Number of clauses of size 516904
Number of clauses of size over 51

Solver Data

0.00/0.00	c Parsing...
0.01/0.05	c ==============================================================================
0.01/0.05	c |           |     ORIGINAL     |              LEARNT              |          |
0.01/0.05	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.01/0.05	c ==============================================================================
0.01/0.05	c |         0 |   55543   187718 |   16662       0        0     nan |  0.000 % |
0.09/0.16	c |         0 |   55174   187112 |      --       0       --      -- |     --   | -313/-424
0.09/0.16	c ==============================================================================
0.09/0.16	c Result  :   #vars: 8607   #clauses: 55174   #literals: 187112
0.09/0.16	c CPU time:   0.153976 s
0.09/0.16	c ==============================================================================

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1773316-1241287146/watcher-1773316-1241287146 -o /tmp/evaluation-result-1773316-1241287146/solver-1773316-1241287146 -C 10000 -W 12000 -M 1800 manysat.sh HOME/instance-1773316-1241287146.cnf aimd 1 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 10000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 10030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 12000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 3.96 2.72 1.71 3/64 18750
/proc/meminfo: memFree=1106368/2055920 swapFree=4180508/4192956
[pid=18750] ppid=18748 vsize=5356 CPUtime=0
/proc/18750/stat : 18750 (manysat.sh) R 18748 18750 18558 0 -1 4194304 267 0 0 0 0 0 0 0 18 0 1 0 156738981 5484544 234 1992294400 4194304 4889804 548682068800 18446744073709551615 224627583647 0 65538 4100 65536 0 0 0 17 0 0 0
/proc/18750/statm: 1339 234 194 169 0 50 0
[pid=18751] ppid=18750 vsize=1556 CPUtime=0
/proc/18751/stat : 18751 (SatElite) R 18750 18750 18558 0 -1 4194304 272 0 0 0 0 0 0 0 18 0 1 0 156738981 1593344 256 1992294400 134512640 135034092 4294956112 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 0 0 0
/proc/18751/statm: 389 256 50 127 0 259 0

[startup+0.014518 s]
/proc/loadavg: 3.96 2.72 1.71 3/64 18750
/proc/meminfo: memFree=1106368/2055920 swapFree=4180508/4192956
[pid=18750] ppid=18748 vsize=5356 CPUtime=0
/proc/18750/stat : 18750 (manysat.sh) S 18748 18750 18558 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 156738981 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18750/statm: 1339 235 195 169 0 50 0
[pid=18751] ppid=18750 vsize=2216 CPUtime=0.01
/proc/18751/stat : 18751 (SatElite) R 18750 18750 18558 0 -1 4194304 428 0 0 0 1 0 0 0 19 0 1 0 156738981 2269184 412 1992294400 134512640 135034092 4294956112 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 0 0 0
/proc/18751/statm: 554 413 51 127 0 424 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 7572

[startup+0.101531 s]
/proc/loadavg: 3.96 2.72 1.71 3/64 18750
/proc/meminfo: memFree=1106368/2055920 swapFree=4180508/4192956
[pid=18750] ppid=18748 vsize=5356 CPUtime=0
/proc/18750/stat : 18750 (manysat.sh) S 18748 18750 18558 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 156738981 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18750/statm: 1339 235 195 169 0 50 0
[pid=18751] ppid=18750 vsize=7064 CPUtime=0.09
/proc/18751/stat : 18751 (SatElite) R 18750 18750 18558 0 -1 4194304 1636 0 0 0 9 0 0 0 19 0 1 0 156738981 7233536 1510 1992294400 134512640 135034092 4294956112 18446744073709551615 134566501 0 0 4096 3 0 0 0 17 0 0 0
/proc/18751/statm: 1766 1510 68 127 0 1636 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 12420

[startup+0.301572 s]
/proc/loadavg: 3.96 2.72 1.71 3/64 18750
/proc/meminfo: memFree=1106368/2055920 swapFree=4180508/4192956
[pid=18750] ppid=18748 vsize=5356 CPUtime=0.22
/proc/18750/stat : 18750 (manysat.sh) S 18748 18750 18558 0 -1 4194304 313 1714 0 0 0 0 22 0 16 0 1 0 156738981 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18750/statm: 1339 238 195 169 0 50 0
Current children cumulated CPU time (s) 0.22
Current children cumulated vsize (KiB) 5356

[startup+0.701626 s]
/proc/loadavg: 3.96 2.72 1.71 3/64 18750
/proc/meminfo: memFree=1106368/2055920 swapFree=4180508/4192956
[pid=18750] ppid=18748 vsize=5356 CPUtime=0.22
/proc/18750/stat : 18750 (manysat.sh) S 18748 18750 18558 0 -1 4194304 313 1714 0 0 0 0 22 0 16 0 1 0 156738981 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18750/statm: 1339 238 195 169 0 50 0
Current children cumulated CPU time (s) 0.22
Current children cumulated vsize (KiB) 5356

[startup+1.50274 s]
/proc/loadavg: 3.96 2.72 1.71 5/69 18756
/proc/meminfo: memFree=1085464/2055920 swapFree=4180508/4192956
[pid=18750] ppid=18748 vsize=5356 CPUtime=0.22
/proc/18750/stat : 18750 (manysat.sh) S 18748 18750 18558 0 -1 4194304 313 1714 0 0 0 0 22 0 16 0 1 0 156738981 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18750/statm: 1339 238 195 169 0 50 0
[pid=18753] ppid=18750 vsize=54240 CPUtime=2.37
/proc/18753/stat : 18753 (manysat1.1_stat) R 18750 18750 18558 0 -1 4194304 5202 0 0 0 231 6 0 0 16 0 4 0 156739005 55541760 5188 1992294400 134512640 135305190 4294956160 18446744073709551615 134528254 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/18753/statm: 13560 5188 83 193 0 13364 0
[pid=18753/tid=18754] ppid=18750 vsize=54240 CPUtime=0.52
/proc/18753/task/18754/stat : 18754 (manysat1.1_stat) R 18750 18750 18558 0 -1 4194368 265 0 0 0 51 1 0 0 16 0 4 0 156739018 55541760 5188 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
[pid=18753/tid=18755] ppid=18750 vsize=54240 CPUtime=0.66
/proc/18753/task/18755/stat : 18755 (manysat1.1_stat) R 18750 18750 18558 0 -1 4194368 284 0 0 0 65 1 0 0 16 0 4 0 156739018 55541760 5188 1992294400 134512640 135305190 4294956160 18446744073709551615 134553275 0 0 4096 3 0 0 0 -1 1 0 0
[pid=18753/tid=18756] ppid=18750 vsize=54240 CPUtime=0.56
/proc/18753/task/18756/stat : 18756 (manysat1.1_stat) R 18750 18750 18558 0 -1 4194368 279 0 0 0 55 1 0 0 16 0 4 0 156739018 55541760 5188 1992294400 134512640 135305190 4294956160 18446744073709551615 134528425 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.59
Current children cumulated vsize (KiB) 59596

[startup+3.10297 s]
/proc/loadavg: 3.96 2.72 1.71 5/69 18756
/proc/meminfo: memFree=1083416/2055920 swapFree=4180508/4192956
[pid=18750] ppid=18748 vsize=5356 CPUtime=0.22
/proc/18750/stat : 18750 (manysat.sh) S 18748 18750 18558 0 -1 4194304 313 1714 0 0 0 0 22 0 16 0 1 0 156738981 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18750/statm: 1339 238 195 169 0 50 0
[pid=18753] ppid=18750 vsize=57048 CPUtime=5.56
/proc/18753/stat : 18753 (manysat1.1_stat) R 18750 18750 18558 0 -1 4194304 5978 0 0 0 549 7 0 0 17 0 4 0 156739005 58417152 5964 1992294400 134512640 135305190 4294956160 18446744073709551615 134528224 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/18753/statm: 14262 5964 83 193 0 14066 0
[pid=18753/tid=18754] ppid=18750 vsize=57048 CPUtime=1.46
/proc/18753/task/18754/stat : 18754 (manysat1.1_stat) R 18750 18750 18558 0 -1 4194368 464 0 0 0 145 1 0 0 17 0 4 0 156739018 58417152 5964 1992294400 134512640 135305190 4294956160 18446744073709551615 134528189 0 0 4096 3 0 0 0 -1 1 0 0
[pid=18753/tid=18755] ppid=18750 vsize=57048 CPUtime=1.29
/proc/18753/task/18755/stat : 18755 (manysat1.1_stat) R 18750 18750 18558 0 -1 4194368 426 0 0 0 127 2 0 0 17 0 4 0 156739018 58417152 5964 1992294400 134512640 135305190 4294956160 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 0 0 0
[pid=18753/tid=18756] ppid=18750 vsize=57048 CPUtime=1.36
/proc/18753/task/18756/stat : 18756 (manysat1.1_stat) R 18750 18750 18558 0 -1 4194368 459 0 0 0 135 1 0 0 17 0 4 0 156739018 58417152 5964 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 5.78
Current children cumulated vsize (KiB) 62404

[startup+6.30142 s]
/proc/loadavg: 3.96 2.74 1.72 5/69 18756
/proc/meminfo: memFree=1076440/2055920 swapFree=4180508/4192956
[pid=18750] ppid=18748 vsize=5356 CPUtime=0.22
/proc/18750/stat : 18750 (manysat.sh) S 18748 18750 18558 0 -1 4194304 313 1714 0 0 0 0 22 0 16 0 1 0 156738981 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18750/statm: 1339 238 195 169 0 50 0
[pid=18753] ppid=18750 vsize=62796 CPUtime=11.95
/proc/18753/stat : 18753 (manysat1.1_stat) R 18750 18750 18558 0 -1 4194304 7497 0 0 0 1185 10 0 0 17 0 4 0 156739005 64303104 7483 1992294400 134512640 135305190 4294956160 18446744073709551615 134528229 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/18753/statm: 15699 7483 83 193 0 15503 0
[pid=18753/tid=18754] ppid=18750 vsize=62796 CPUtime=3.07
/proc/18753/task/18754/stat : 18754 (manysat1.1_stat) R 18750 18750 18558 0 -1 4194368 765 0 0 0 306 1 0 0 17 0 4 0 156739018 64303104 7483 1992294400 134512640 135305190 4294956160 18446744073709551615 134556633 0 0 4096 3 0 0 0 -1 1 0 0
[pid=18753/tid=18755] ppid=18750 vsize=62796 CPUtime=2.86
/proc/18753/task/18755/stat : 18755 (manysat1.1_stat) R 18750 18750 18558 0 -1 4194368 877 0 0 0 283 3 0 0 17 0 4 0 156739018 64303104 7483 1992294400 134512640 135305190 4294956160 18446744073709551615 134541978 0 0 4096 3 0 0 0 -1 0 0 0
[pid=18753/tid=18756] ppid=18750 vsize=62796 CPUtime=2.89
/proc/18753/task/18756/stat : 18756 (manysat1.1_stat) R 18750 18750 18558 0 -1 4194368 788 0 0 0 288 1 0 0 17 0 4 0 156739018 64303104 7483 1992294400 134512640 135305190 4294956160 18446744073709551615 134557571 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.17
Current children cumulated vsize (KiB) 68152

[startup+12.7023 s]
/proc/loadavg: 3.96 2.76 1.74 5/69 18756
/proc/meminfo: memFree=1063768/2055920 swapFree=4180508/4192956
[pid=18750] ppid=18748 vsize=5356 CPUtime=0.22
/proc/18750/stat : 18750 (manysat.sh) S 18748 18750 18558 0 -1 4194304 313 1714 0 0 0 0 22 0 16 0 1 0 156738981 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18750/statm: 1339 238 195 169 0 50 0
[pid=18753] ppid=18750 vsize=74668 CPUtime=24.71
/proc/18753/stat : 18753 (manysat1.1_stat) R 18750 18750 18558 0 -1 4194304 10587 0 0 0 2457 14 0 0 17 0 4 0 156739005 76460032 10573 1992294400 134512640 135305190 4294956160 18446744073709551615 134528263 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/18753/statm: 18667 10573 83 193 0 18471 0
[pid=18753/tid=18754] ppid=18750 vsize=74668 CPUtime=6.16
/proc/18753/task/18754/stat : 18754 (manysat1.1_stat) R 18750 18750 18558 0 -1 4194368 1215 0 0 0 614 2 0 0 17 0 4 0 156739018 76460032 10573 1992294400 134512640 135305190 4294956160 18446744073709551615 134528603 0 0 4096 3 0 0 0 -1 1 0 0
[pid=18753/tid=18755] ppid=18750 vsize=74668 CPUtime=6.02
/proc/18753/task/18755/stat : 18755 (manysat1.1_stat) R 18750 18750 18558 0 -1 4194368 1876 0 0 0 598 4 0 0 17 0 4 0 156739018 76460032 10573 1992294400 134512640 135305190 4294956160 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 1 0 0
[pid=18753/tid=18756] ppid=18750 vsize=74668 CPUtime=6.24
/proc/18753/task/18756/stat : 18756 (manysat1.1_stat) R 18750 18750 18558 0 -1 4194368 1579 0 0 0 622 2 0 0 17 0 4 0 156739018 76460032 10573 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 24.93
Current children cumulated vsize (KiB) 80024

[startup+25.5011 s]
/proc/loadavg: 3.97 2.82 1.77 5/69 18756
/proc/meminfo: memFree=1056408/2055920 swapFree=4180508/4192956
[pid=18750] ppid=18748 vsize=5356 CPUtime=0.22
/proc/18750/stat : 18750 (manysat.sh) S 18748 18750 18558 0 -1 4194304 313 1714 0 0 0 0 22 0 16 0 1 0 156738981 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18750/statm: 1339 238 195 169 0 50 0
[pid=18753] ppid=18750 vsize=81924 CPUtime=50.24
/proc/18753/stat : 18753 (manysat1.1_stat) R 18750 18750 18558 0 -1 4194304 12275 0 0 0 5007 17 0 0 17 0 4 0 156739005 83890176 12261 1992294400 134512640 135305190 4294956160 18446744073709551615 134556787 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/18753/statm: 20481 12261 83 193 0 20285 0
[pid=18753/tid=18754] ppid=18750 vsize=81924 CPUtime=12.12
/proc/18753/task/18754/stat : 18754 (manysat1.1_stat) R 18750 18750 18558 0 -1 4194368 1500 0 0 0 1209 3 0 0 17 0 4 0 156739018 83890176 12261 1992294400 134512640 135305190 4294956160 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 1 0 0
[pid=18753/tid=18755] ppid=18750 vsize=81924 CPUtime=10.65
/proc/18753/task/18755/stat : 18755 (manysat1.1_stat) R 18750 18750 18558 0 -1 4194368 2178 0 0 0 1061 4 0 0 17 0 4 0 156739018 83890176 12261 1992294400 134512640 135305190 4294956160 18446744073709551615 134528379 0 0 4096 3 0 0 0 -1 1 0 0
[pid=18753/tid=18756] ppid=18750 vsize=81924 CPUtime=14.5
/proc/18753/task/18756/stat : 18756 (manysat1.1_stat) R 18750 18750 18558 0 -1 4194368 2198 0 0 0 1446 4 0 0 17 0 4 0 156739018 83890176 12261 1992294400 134512640 135305190 4294956160 18446744073709551615 134528805 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 50.46
Current children cumulated vsize (KiB) 87280

[startup+51.1018 s]
/proc/loadavg: 3.98 2.91 1.83 5/69 18756
/proc/meminfo: memFree=1043864/2055920 swapFree=4180508/4192956
[pid=18750] ppid=18748 vsize=5356 CPUtime=0.22
/proc/18750/stat : 18750 (manysat.sh) S 18748 18750 18558 0 -1 4194304 313 1714 0 0 0 0 22 0 16 0 1 0 156738981 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18750/statm: 1339 238 195 169 0 50 0
[pid=18753] ppid=18750 vsize=95596 CPUtime=101.31
/proc/18753/stat : 18753 (manysat1.1_stat) R 18750 18750 18558 0 -1 4194304 15527 0 0 0 10109 22 0 0 17 0 4 0 156739005 97890304 15513 1992294400 134512640 135305190 4294956160 18446744073709551615 134528256 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/18753/statm: 23899 15513 83 193 0 23703 0
[pid=18753/tid=18754] ppid=18750 vsize=95596 CPUtime=24.86
/proc/18753/task/18754/stat : 18754 (manysat1.1_stat) R 18750 18750 18558 0 -1 4194368 1976 0 0 0 2482 4 0 0 17 0 4 0 156739018 97890304 15513 1992294400 134512640 135305190 4294956160 18446744073709551615 134528539 0 0 4096 3 0 0 0 -1 1 0 0
[pid=18753/tid=18755] ppid=18750 vsize=95596 CPUtime=19.41
/proc/18753/task/18755/stat : 18755 (manysat1.1_stat) R 18750 18750 18558 0 -1 4194368 2715 0 0 0 1935 6 0 0 18 0 4 0 156739018 97890304 15513 1992294400 134512640 135305190 4294956160 18446744073709551615 134544016 0 0 4096 3 0 0 0 -1 0 0 0
[pid=18753/tid=18756] ppid=18750 vsize=95596 CPUtime=31.34
/proc/18753/task/18756/stat : 18756 (manysat1.1_stat) R 18750 18750 18558 0 -1 4194368 3344 0 0 0 3129 5 0 0 17 0 4 0 156739018 97890304 15513 1992294400 134512640 135305190 4294956160 18446744073709551615 134528690 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 101.53
Current children cumulated vsize (KiB) 100952

[startup+102.306 s]
/proc/loadavg: 3.99 3.08 1.94 5/69 18756
/proc/meminfo: memFree=1028376/2055920 swapFree=4180508/4192956
[pid=18750] ppid=18748 vsize=5356 CPUtime=0.22
/proc/18750/stat : 18750 (manysat.sh) S 18748 18750 18558 0 -1 4194304 313 1714 0 0 0 0 22 0 16 0 1 0 156738981 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18750/statm: 1339 238 195 169 0 50 0
[pid=18753] ppid=18750 vsize=109456 CPUtime=203.48
/proc/18753/stat : 18753 (manysat1.1_stat) R 18750 18750 18558 0 -1 4194304 19178 0 0 0 20319 29 0 0 17 0 4 0 156739005 112082944 19164 1992294400 134512640 135305190 4294956160 18446744073709551615 134528189 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/18753/statm: 27364 19164 83 193 0 27168 0
[pid=18753/tid=18754] ppid=18750 vsize=109456 CPUtime=41.96
/proc/18753/task/18754/stat : 18754 (manysat1.1_stat) R 18750 18750 18558 0 -1 4194368 2178 0 0 0 4192 4 0 0 18 0 4 0 156739018 112082944 19164 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
[pid=18753/tid=18755] ppid=18750 vsize=109456 CPUtime=34.8
/proc/18753/task/18755/stat : 18755 (manysat1.1_stat) R 18750 18750 18558 0 -1 4194368 3199 0 0 0 3474 6 0 0 23 0 4 0 156739018 112082944 19164 1992294400 134512640 135305190 4294956160 18446744073709551615 134528771 0 0 4096 3 0 0 0 -1 1 0 0
[pid=18753/tid=18756] ppid=18750 vsize=109456 CPUtime=64.63
/proc/18753/task/18756/stat : 18756 (manysat1.1_stat) R 18750 18750 18558 0 -1 4194368 4918 0 0 0 6455 8 0 0 17 0 4 0 156739018 112082944 19164 1992294400 134512640 135305190 4294956160 18446744073709551615 134528548 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 203.7
Current children cumulated vsize (KiB) 114812

[startup+162.302 s]
/proc/loadavg: 3.99 3.24 2.07 5/69 18762
/proc/meminfo: memFree=1008856/2055920 swapFree=4180508/4192956
[pid=18750] ppid=18748 vsize=5356 CPUtime=0.22
/proc/18750/stat : 18750 (manysat.sh) S 18748 18750 18558 0 -1 4194304 313 1714 0 0 0 0 22 0 16 0 1 0 156738981 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18750/statm: 1339 238 195 169 0 50 0
[pid=18753] ppid=18750 vsize=130172 CPUtime=323.18
/proc/18753/stat : 18753 (manysat1.1_stat) R 18750 18750 18558 0 -1 4194304 24020 0 0 0 32279 39 0 0 21 0 4 0 156739005 133296128 24006 1992294400 134512640 135305190 4294956160 18446744073709551615 134528771 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/18753/statm: 32543 24006 83 193 0 32347 0
[pid=18753/tid=18754] ppid=18750 vsize=130172 CPUtime=65.71

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

/proc/18753/task/18756/stat : 18756 (manysat1.1_stat) R 18750 18750 18558 0 -1 4194368 29293 0 0 0 237071 63 0 0 25 0 4 0 156739018 511746048 111339 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 9183.86
Current children cumulated vsize (KiB) 505108

[startup+4662.3 s]
/proc/loadavg: 3.99 3.97 3.91 5/69 18770
/proc/meminfo: memFree=645464/2055920 swapFree=4180508/4192956
[pid=18750] ppid=18748 vsize=5356 CPUtime=0.22
/proc/18750/stat : 18750 (manysat.sh) S 18748 18750 18558 0 -1 4194304 313 1714 0 0 0 0 22 0 16 0 1 0 156738981 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18750/statm: 1339 238 195 169 0 50 0
[pid=18753] ppid=18750 vsize=512424 CPUtime=9303.37
/proc/18753/stat : 18753 (manysat1.1_stat) R 18750 18750 18558 0 -1 4194304 114599 0 0 0 930098 239 0 0 21 0 4 0 156739005 524722176 114585 1992294400 134512640 135305190 4294956160 18446744073709551615 134538167 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/18753/statm: 128106 114585 83 193 0 127910 0
[pid=18753/tid=18754] ppid=18750 vsize=512424 CPUtime=2277.68
/proc/18753/task/18754/stat : 18754 (manysat1.1_stat) R 18750 18750 18558 0 -1 4194368 25046 0 0 0 227714 54 0 0 25 0 4 0 156739018 524722176 114585 1992294400 134512640 135305190 4294956160 18446744073709551615 134528520 0 0 4096 3 0 0 0 -1 1 0 0
[pid=18753/tid=18755] ppid=18750 vsize=512424 CPUtime=2214.54
/proc/18753/task/18755/stat : 18755 (manysat1.1_stat) R 18750 18750 18558 0 -1 4194368 26254 0 0 0 221399 55 0 0 25 0 4 0 156739018 524722176 114585 1992294400 134512640 135305190 4294956160 18446744073709551615 134528338 0 0 4096 3 0 0 0 -1 1 0 0
[pid=18753/tid=18756] ppid=18750 vsize=512424 CPUtime=2403.53
/proc/18753/task/18756/stat : 18756 (manysat1.1_stat) R 18750 18750 18558 0 -1 4194368 30178 0 0 0 240289 64 0 0 25 0 4 0 156739018 524722176 114585 1992294400 134512640 135305190 4294956160 18446744073709551615 134528433 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 9303.59
Current children cumulated vsize (KiB) 517780

[startup+4722.31 s]
/proc/loadavg: 3.99 3.97 3.91 5/69 18770
/proc/meminfo: memFree=639640/2055920 swapFree=4180508/4192956
[pid=18750] ppid=18748 vsize=5356 CPUtime=0.22
/proc/18750/stat : 18750 (manysat.sh) S 18748 18750 18558 0 -1 4194304 313 1714 0 0 0 0 22 0 16 0 1 0 156738981 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18750/statm: 1339 238 195 169 0 50 0
[pid=18753] ppid=18750 vsize=518300 CPUtime=9423.09
/proc/18753/stat : 18753 (manysat1.1_stat) R 18750 18750 18558 0 -1 4194304 116062 0 0 0 942066 243 0 0 17 0 4 0 156739005 530739200 116048 1992294400 134512640 135305190 4294956160 18446744073709551615 134538167 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/18753/statm: 129575 116048 83 193 0 129379 0
[pid=18753/tid=18754] ppid=18750 vsize=518300 CPUtime=2307.58
/proc/18753/task/18754/stat : 18754 (manysat1.1_stat) R 18750 18750 18558 0 -1 4194368 25412 0 0 0 230703 55 0 0 25 0 4 0 156739018 530739200 116048 1992294400 134512640 135305190 4294956160 18446744073709551615 134551651 0 0 4096 3 0 0 0 -1 1 0 0
[pid=18753/tid=18755] ppid=18750 vsize=518300 CPUtime=2244.4
/proc/18753/task/18755/stat : 18755 (manysat1.1_stat) R 18750 18750 18558 0 -1 4194368 26862 0 0 0 224383 57 0 0 25 0 4 0 156739018 530739200 116048 1992294400 134512640 135305190 4294956160 18446744073709551615 134528256 0 0 4096 3 0 0 0 -1 1 0 0
[pid=18753/tid=18756] ppid=18750 vsize=518300 CPUtime=2430.12
/proc/18753/task/18756/stat : 18756 (manysat1.1_stat) R 18750 18750 18558 0 -1 4194368 30667 0 0 0 242947 65 0 0 25 0 4 0 156739018 530739200 116048 1992294400 134512640 135305190 4294956160 18446744073709551615 134528939 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 9423.31
Current children cumulated vsize (KiB) 523656

[startup+4782.3 s]
/proc/loadavg: 4.12 4.02 3.93 5/69 18770
/proc/meminfo: memFree=637208/2055920 swapFree=4180508/4192956
[pid=18750] ppid=18748 vsize=5356 CPUtime=0.22
/proc/18750/stat : 18750 (manysat.sh) S 18748 18750 18558 0 -1 4194304 313 1714 0 0 0 0 22 0 16 0 1 0 156738981 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18750/statm: 1339 238 195 169 0 50 0
[pid=18753] ppid=18750 vsize=521632 CPUtime=9542.82
/proc/18753/stat : 18753 (manysat1.1_stat) R 18750 18750 18558 0 -1 4194304 116662 0 0 0 954036 246 0 0 25 0 4 0 156739005 534151168 116648 1992294400 134512640 135305190 4294956160 18446744073709551615 134538534 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/18753/statm: 130408 116648 83 193 0 130212 0
[pid=18753/tid=18754] ppid=18750 vsize=521632 CPUtime=2333.66
/proc/18753/task/18754/stat : 18754 (manysat1.1_stat) R 18750 18750 18558 0 -1 4194368 25603 0 0 0 233310 56 0 0 25 0 4 0 156739018 534151168 116648 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
[pid=18753/tid=18755] ppid=18750 vsize=521632 CPUtime=2271.67
/proc/18753/task/18755/stat : 18755 (manysat1.1_stat) R 18750 18750 18558 0 -1 4194368 27093 0 0 0 227109 58 0 0 25 0 4 0 156739018 534151168 116648 1992294400 134512640 135305190 4294956160 18446744073709551615 134530721 0 0 4096 3 0 0 0 -1 1 0 0
[pid=18753/tid=18756] ppid=18750 vsize=521632 CPUtime=2458.12
/proc/18753/task/18756/stat : 18756 (manysat1.1_stat) R 18750 18750 18558 0 -1 4194368 30845 0 0 0 245746 66 0 0 25 0 4 0 156739018 534151168 116648 1992294400 134512640 135305190 4294956160 18446744073709551615 134528224 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 9543.04
Current children cumulated vsize (KiB) 526988

[startup+4842.3 s]
/proc/loadavg: 4.09 4.03 3.93 5/69 18770
/proc/meminfo: memFree=636568/2055920 swapFree=4180508/4192956
[pid=18750] ppid=18748 vsize=5356 CPUtime=0.22
/proc/18750/stat : 18750 (manysat.sh) S 18748 18750 18558 0 -1 4194304 313 1714 0 0 0 0 22 0 16 0 1 0 156738981 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18750/statm: 1339 238 195 169 0 50 0
[pid=18753] ppid=18750 vsize=522300 CPUtime=9662.55
/proc/18753/stat : 18753 (manysat1.1_stat) R 18750 18750 18558 0 -1 4194304 116821 0 0 0 966009 246 0 0 17 0 4 0 156739005 534835200 116807 1992294400 134512640 135305190 4294956160 18446744073709551615 134538546 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/18753/statm: 130575 116807 83 193 0 130379 0
[pid=18753/tid=18754] ppid=18750 vsize=522300 CPUtime=2363.64
/proc/18753/task/18754/stat : 18754 (manysat1.1_stat) R 18750 18750 18558 0 -1 4194368 25669 0 0 0 236308 56 0 0 25 0 4 0 156739018 534835200 116807 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
[pid=18753/tid=18755] ppid=18750 vsize=522300 CPUtime=2293.96
/proc/18753/task/18755/stat : 18755 (manysat1.1_stat) R 18750 18750 18558 0 -1 4194368 27093 0 0 0 229338 58 0 0 25 0 4 0 156739018 534835200 116807 1992294400 134512640 135305190 4294956160 18446744073709551615 134554877 0 0 4096 3 0 0 0 -1 1 0 0
[pid=18753/tid=18756] ppid=18750 vsize=522300 CPUtime=2488.12
/proc/18753/task/18756/stat : 18756 (manysat1.1_stat) R 18750 18750 18558 0 -1 4194368 30938 0 0 0 248746 66 0 0 25 0 4 0 156739018 534835200 116807 1992294400 134512640 135305190 4294956160 18446744073709551615 134528310 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 9662.77
Current children cumulated vsize (KiB) 527656

[startup+4902.3 s]
/proc/loadavg: 4.08 4.03 3.94 5/69 18770
/proc/meminfo: memFree=635800/2055920 swapFree=4180508/4192956
[pid=18750] ppid=18748 vsize=5356 CPUtime=0.22
/proc/18750/stat : 18750 (manysat.sh) S 18748 18750 18558 0 -1 4194304 313 1714 0 0 0 0 22 0 16 0 1 0 156738981 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18750/statm: 1339 238 195 169 0 50 0
[pid=18753] ppid=18750 vsize=524424 CPUtime=9782.28
/proc/18753/stat : 18753 (manysat1.1_stat) R 18750 18750 18558 0 -1 4194304 117010 0 0 0 977981 247 0 0 25 0 4 0 156739005 537010176 116996 1992294400 134512640 135305190 4294956160 18446744073709551615 134528325 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/18753/statm: 131106 116996 83 193 0 130910 0
[pid=18753/tid=18754] ppid=18750 vsize=524424 CPUtime=2393.41
/proc/18753/task/18754/stat : 18754 (manysat1.1_stat) R 18750 18750 18558 0 -1 4194368 25801 0 0 0 239285 56 0 0 25 0 4 0 156739018 537010176 116996 1992294400 134512640 135305190 4294956160 18446744073709551615 134528875 0 0 4096 3 0 0 0 -1 1 0 0
[pid=18753/tid=18755] ppid=18750 vsize=524424 CPUtime=2313.06
/proc/18753/task/18755/stat : 18755 (manysat1.1_stat) R 18750 18750 18558 0 -1 4194368 27093 0 0 0 231248 58 0 0 25 0 4 0 156739018 537010176 116996 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
[pid=18753/tid=18756] ppid=18750 vsize=524424 CPUtime=2517.41
/proc/18753/task/18756/stat : 18756 (manysat1.1_stat) R 18750 18750 18558 0 -1 4194368 30995 0 0 0 251675 66 0 0 25 0 4 0 156739018 537010176 116996 1992294400 134512640 135305190 4294956160 18446744073709551615 134528408 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 9782.5
Current children cumulated vsize (KiB) 529780

[startup+4962.3 s]
/proc/loadavg: 4.03 4.03 3.94 5/69 18770
/proc/meminfo: memFree=633880/2055920 swapFree=4180508/4192956
[pid=18750] ppid=18748 vsize=5356 CPUtime=0.22
/proc/18750/stat : 18750 (manysat.sh) S 18748 18750 18558 0 -1 4194304 313 1714 0 0 0 0 22 0 16 0 1 0 156738981 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18750/statm: 1339 238 195 169 0 50 0
[pid=18753] ppid=18750 vsize=526608 CPUtime=9902.02
/proc/18753/stat : 18753 (manysat1.1_stat) R 18750 18750 18558 0 -1 4194304 117490 0 0 0 989953 249 0 0 25 0 4 0 156739005 539246592 117476 1992294400 134512640 135305190 4294956160 18446744073709551615 134528503 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/18753/statm: 131652 117476 83 193 0 131456 0
[pid=18753/tid=18754] ppid=18750 vsize=526608 CPUtime=2423.35
/proc/18753/task/18754/stat : 18754 (manysat1.1_stat) R 18750 18750 18558 0 -1 4194368 25836 0 0 0 242279 56 0 0 25 0 4 0 156739018 539246592 117476 1992294400 134512640 135305190 4294956160 18446744073709551615 134538154 0 0 4096 3 0 0 0 -1 1 0 0
[pid=18753/tid=18755] ppid=18750 vsize=526608 CPUtime=2342.88
/proc/18753/task/18755/stat : 18755 (manysat1.1_stat) R 18750 18750 18558 0 -1 4194368 27136 0 0 0 234230 58 0 0 25 0 4 0 156739018 539246592 117476 1992294400 134512640 135305190 4294956160 18446744073709551615 134551651 0 0 4096 3 0 0 0 -1 1 0 0
[pid=18753/tid=18756] ppid=18750 vsize=526608 CPUtime=2546.62
/proc/18753/task/18756/stat : 18756 (manysat1.1_stat) R 18750 18750 18558 0 -1 4194368 31184 0 0 0 254595 67 0 0 25 0 4 0 156739018 539246592 117476 1992294400 134512640 135305190 4294956160 18446744073709551615 134528449 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 9902.24
Current children cumulated vsize (KiB) 531964



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5011.3 s]
/proc/loadavg: 3.93 4.00 3.93 5/69 18770
/proc/meminfo: memFree=630424/2055920 swapFree=4180508/4192956
[pid=18750] ppid=18748 vsize=5356 CPUtime=0.22
/proc/18750/stat : 18750 (manysat.sh) S 18748 18750 18558 0 -1 4194304 313 1714 0 0 0 0 22 0 16 0 1 0 156738981 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18750/statm: 1339 238 195 169 0 50 0
[pid=18753] ppid=18750 vsize=530232 CPUtime=9999.81
/proc/18753/stat : 18753 (manysat1.1_stat) R 18750 18750 18558 0 -1 4194304 118362 0 0 0 999729 252 0 0 25 0 4 0 156739005 542957568 118348 1992294400 134512640 135305190 4294956160 18446744073709551615 134545930 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/18753/statm: 132558 118348 83 193 0 132362 0
[pid=18753/tid=18754] ppid=18750 vsize=530232 CPUtime=2449.95
/proc/18753/task/18754/stat : 18754 (manysat1.1_stat) R 18750 18750 18558 0 -1 4194368 25836 0 0 0 244939 56 0 0 22 0 4 0 156739018 542957568 118348 1992294400 134512640 135305190 4294956160 18446744073709551615 134538540 0 0 4096 3 0 0 0 -1 1 0 0
[pid=18753/tid=18755] ppid=18750 vsize=530232 CPUtime=2370.38
/proc/18753/task/18755/stat : 18755 (manysat1.1_stat) R 18750 18750 18558 0 -1 4194368 27420 0 0 0 236979 59 0 0 16 0 4 0 156739018 542957568 118348 1992294400 134512640 135305190 4294956160 18446744073709551615 134539063 0 0 4096 3 0 0 0 -1 0 0 0
[pid=18753/tid=18756] ppid=18750 vsize=530232 CPUtime=2568.55
/proc/18753/task/18756/stat : 18756 (manysat1.1_stat) R 18750 18750 18558 0 -1 4194368 31355 0 0 0 256788 67 0 0 25 0 4 0 156739018 542957568 118348 1992294400 134512640 135305190 4294956160 18446744073709551615 134528263 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 10000
Current children cumulated vsize (KiB) 535588

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

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

[startup+5011.3 s]
/proc/loadavg: 3.93 4.00 3.93 5/69 18770
/proc/meminfo: memFree=630424/2055920 swapFree=4180508/4192956
[pid=18750] ppid=18748 vsize=5356 CPUtime=0.22
/proc/18750/stat : 18750 (manysat.sh) S 18748 18750 18558 0 -1 4194304 313 1714 0 0 0 0 22 0 16 0 1 0 156738981 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18750/statm: 1339 238 195 169 0 50 0
[pid=18753] ppid=18750 vsize=530232 CPUtime=9999.81
/proc/18753/stat : 18753 (manysat1.1_stat) R 18750 18750 18558 0 -1 4194304 118362 0 0 0 999729 252 0 0 25 0 4 0 156739005 542957568 118348 1992294400 134512640 135305190 4294956160 18446744073709551615 134545930 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/18753/statm: 132558 118348 83 193 0 132362 0
[pid=18753/tid=18754] ppid=18750 vsize=530232 CPUtime=2449.95
/proc/18753/task/18754/stat : 18754 (manysat1.1_stat) R 18750 18750 18558 0 -1 4194368 25836 0 0 0 244939 56 0 0 22 0 4 0 156739018 542957568 118348 1992294400 134512640 135305190 4294956160 18446744073709551615 134538540 0 0 4096 3 0 0 0 -1 1 0 0
[pid=18753/tid=18755] ppid=18750 vsize=530232 CPUtime=2370.38
/proc/18753/task/18755/stat : 18755 (manysat1.1_stat) R 18750 18750 18558 0 -1 4194368 27420 0 0 0 236979 59 0 0 16 0 4 0 156739018 542957568 118348 1992294400 134512640 135305190 4294956160 18446744073709551615 134539063 0 0 4096 3 0 0 0 -1 0 0 0
[pid=18753/tid=18756] ppid=18750 vsize=530232 CPUtime=2568.55
/proc/18753/task/18756/stat : 18756 (manysat1.1_stat) R 18750 18750 18558 0 -1 4194368 31355 0 0 0 256788 67 0 0 25 0 4 0 156739018 542957568 118348 1992294400 134512640 135305190 4294956160 18446744073709551615 134528263 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 10000
Current children cumulated vsize (KiB) 535588

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 5011.32
CPU time (s): 10000
CPU user time (s): 9997.51
CPU system time (s): 2.52
CPU usage (%): 199.549
Max. virtual memory (cumulated for all children) (KiB): 535588

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.221966
system time used= 0.011998
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2027
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 5
involuntary context switches= 2

runsolver used 4.89626 second user time and 13.462 second system time

The end

Launcher Data

Begin job on node49 at 2009-05-02 19:59:06
IDJOB=1773316
IDBENCH=69560
IDSOLVER=612
FILE ID=node49/1773316-1241287146
PBS_JOBID= 9225060
Free space on /tmp= 66532 MiB

SOLVER NAME= ManySAT 1.1 aimd 1/2009-03-20
BENCH NAME= SAT_RACE08/cnf/goldb-heqc-x1mul.cnf
COMMAND LINE= manysat.sh BENCHNAME aimd 1
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1773316-1241287146/watcher-1773316-1241287146 -o /tmp/evaluation-result-1773316-1241287146/solver-1773316-1241287146 -C 10000 -W 12000 -M 1800  manysat.sh HOME/instance-1773316-1241287146.cnf aimd 1

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

MD5SUM BENCH= b44e541aede789d4830fa0a3a047fcda
RANDOM SEED=162941565

node49.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.241
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.241
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:       1106912 kB
Buffers:         85340 kB
Cached:         758148 kB
SwapCached:       5560 kB
Active:          58528 kB
Inactive:       793128 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1106912 kB
SwapTotal:     4192956 kB
SwapFree:      4180508 kB
Dirty:            2452 kB
Writeback:           0 kB
Mapped:          13836 kB
Slab:            83240 kB
Committed_AS:   690084 kB
PageTables:       1384 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= 66532 MiB
End job on node49 at 2009-05-02 21:22:39