Trace number 1773056

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.12

General information on the benchmark

Nameindustrial/jarvisalo/
eq.atree.braun.13.unsat.cnf
MD5SUM8ca1246723b65c8e0ae1eddb535ce13f
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables2010
Number of clauses6802
Sum of the clauses size17668
Maximum clause length25
Minimum clause length1
Number of clauses of size 13
Number of clauses of size 22961
Number of clauses of size 33733
Number of clauses of size 443
Number of clauses of size 546
Number of clauses of size over 516

Solver Data

0.00/0.00	c Parsing...
0.00/0.01	c ==============================================================================
0.00/0.01	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.01	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.01	c ==============================================================================
0.00/0.01	c |         0 |    6799    17665 |    2039       0        0     nan |  0.000 % |
0.00/0.04	c |         0 |    5732    16991 |      --       0       --      -- |     --   | -1017/-571
0.00/0.04	c ==============================================================================
0.00/0.04	c Result  :   #vars: 1384   #clauses: 5732   #literals: 16991
0.00/0.04	c CPU time:   0.033994 s
0.00/0.04	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-1773056-1241286828/watcher-1773056-1241286828 -o /tmp/evaluation-result-1773056-1241286828/solver-1773056-1241286828 -C 10000 -W 12000 -M 1800 manysat.sh HOME/instance-1773056-1241286828.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: 0.92 0.98 0.99 3/64 25537
/proc/meminfo: memFree=1962168/2055920 swapFree=4181456/4192956
[pid=25537] ppid=25535 vsize=5356 CPUtime=0
/proc/25537/stat : 25537 (manysat.sh) S 25535 25537 25500 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 156715787 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25537/statm: 1339 235 195 169 0 50 0
[pid=25538] ppid=25537 vsize=0 CPUtime=0
/proc/25538/stat : 25538 (manysat.sh) R 25537 25537 25500 0 -1 4194368 17 0 0 0 0 0 0 0 20 0 1 0 156715787 0 0 1992294400 0 0 0 18446744073709551615 269028486439 0 0 4096 0 0 0 0 17 1 0 0
/proc/25538/statm: 136 1 0 0 0 6 0

[startup+0.09524 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 25537
/proc/meminfo: memFree=1962168/2055920 swapFree=4181456/4192956
[pid=25537] ppid=25535 vsize=5356 CPUtime=0.04
/proc/25537/stat : 25537 (manysat.sh) S 25535 25537 25500 0 -1 4194304 313 378 0 0 0 0 4 0 17 0 1 0 156715787 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25537/statm: 1339 238 195 169 0 50 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 5356

[startup+0.101236 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 25537
/proc/meminfo: memFree=1962168/2055920 swapFree=4181456/4192956
[pid=25537] ppid=25535 vsize=5356 CPUtime=0.04
/proc/25537/stat : 25537 (manysat.sh) S 25535 25537 25500 0 -1 4194304 313 378 0 0 0 0 4 0 17 0 1 0 156715787 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25537/statm: 1339 238 195 169 0 50 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 5356

[startup+0.301272 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 25537
/proc/meminfo: memFree=1962168/2055920 swapFree=4181456/4192956
[pid=25537] ppid=25535 vsize=5356 CPUtime=0.04
/proc/25537/stat : 25537 (manysat.sh) S 25535 25537 25500 0 -1 4194304 313 378 0 0 0 0 4 0 17 0 1 0 156715787 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25537/statm: 1339 238 195 169 0 50 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 5356

[startup+0.701337 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 25537
/proc/meminfo: memFree=1962168/2055920 swapFree=4181456/4192956
[pid=25537] ppid=25535 vsize=5356 CPUtime=0.04
/proc/25537/stat : 25537 (manysat.sh) S 25535 25537 25500 0 -1 4194304 313 378 0 0 0 0 4 0 17 0 1 0 156715787 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25537/statm: 1339 238 195 169 0 50 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 5356

[startup+1.50247 s]
/proc/loadavg: 0.92 0.98 0.99 5/69 25543
/proc/meminfo: memFree=1956432/2055920 swapFree=4181456/4192956
[pid=25537] ppid=25535 vsize=5356 CPUtime=0.04
/proc/25537/stat : 25537 (manysat.sh) S 25535 25537 25500 0 -1 4194304 313 378 0 0 0 0 4 0 17 0 1 0 156715787 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25537/statm: 1339 238 195 169 0 50 0
[pid=25540] ppid=25537 vsize=40304 CPUtime=2.88
/proc/25540/stat : 25540 (manysat1.1_stat) R 25537 25537 25500 0 -1 4194304 1620 0 0 0 287 1 0 0 17 0 4 0 156715792 41271296 1606 1992294400 134512640 135305190 4294956160 18446744073709551615 134530727 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/25540/statm: 10076 1606 83 193 0 9880 0
[pid=25540/tid=25541] ppid=25537 vsize=40304 CPUtime=0.74
/proc/25540/task/25541/stat : 25541 (manysat1.1_stat) R 25537 25537 25500 0 -1 4194368 264 0 0 0 74 0 0 0 17 0 4 0 156715793 41271296 1606 1992294400 134512640 135305190 4294956160 18446744073709551615 134528539 0 0 4096 3 0 0 0 -1 1 0 0
[pid=25540/tid=25542] ppid=25537 vsize=40304 CPUtime=0.6
/proc/25540/task/25542/stat : 25542 (manysat1.1_stat) R 25537 25537 25500 0 -1 4194368 243 0 0 0 60 0 0 0 17 0 4 0 156715793 41271296 1606 1992294400 134512640 135305190 4294956160 18446744073709551615 134530569 0 0 4096 3 0 0 0 -1 1 0 0
[pid=25540/tid=25543] ppid=25537 vsize=40304 CPUtime=0.7
/proc/25540/task/25543/stat : 25543 (manysat1.1_stat) R 25537 25537 25500 0 -1 4194368 279 0 0 0 70 0 0 0 17 0 4 0 156715793 41271296 1606 1992294400 134512640 135305190 4294956160 18446744073709551615 134528319 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.92
Current children cumulated vsize (KiB) 45660

[startup+3.10172 s]
/proc/loadavg: 0.92 0.98 0.99 5/69 25543
/proc/meminfo: memFree=1954320/2055920 swapFree=4181456/4192956
[pid=25537] ppid=25535 vsize=5356 CPUtime=0.04
/proc/25537/stat : 25537 (manysat.sh) S 25535 25537 25500 0 -1 4194304 313 378 0 0 0 0 4 0 17 0 1 0 156715787 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25537/statm: 1339 238 195 169 0 50 0
[pid=25540] ppid=25537 vsize=42540 CPUtime=6.06
/proc/25540/stat : 25540 (manysat1.1_stat) R 25537 25537 25500 0 -1 4194304 2207 0 0 0 605 1 0 0 16 0 4 0 156715792 43560960 2193 1992294400 134512640 135305190 4294956160 18446744073709551615 134569617 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/25540/statm: 10635 2193 83 193 0 10439 0
[pid=25540/tid=25541] ppid=25537 vsize=42540 CPUtime=1.41
/proc/25540/task/25541/stat : 25541 (manysat1.1_stat) R 25537 25537 25500 0 -1 4194368 369 0 0 0 141 0 0 0 17 0 4 0 156715793 43560960 2193 1992294400 134512640 135305190 4294956160 18446744073709551615 134542050 0 0 4096 3 0 0 0 -1 0 0 0
[pid=25540/tid=25542] ppid=25537 vsize=42540 CPUtime=1.4
/proc/25540/task/25542/stat : 25542 (manysat1.1_stat) R 25537 25537 25500 0 -1 4194368 376 0 0 0 140 0 0 0 17 0 4 0 156715793 43560960 2193 1992294400 134512640 135305190 4294956160 18446744073709551615 134695249 0 0 4096 3 0 0 0 -1 1 0 0
[pid=25540/tid=25543] ppid=25537 vsize=42540 CPUtime=1.65
/proc/25540/task/25543/stat : 25543 (manysat1.1_stat) R 25537 25537 25500 0 -1 4194368 501 0 0 0 165 0 0 0 19 0 4 0 156715793 43560960 2193 1992294400 134512640 135305190 4294956160 18446744073709551615 134694990 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.1
Current children cumulated vsize (KiB) 47896

[startup+6.30223 s]
/proc/loadavg: 1.17 1.03 1.01 5/69 25543
/proc/meminfo: memFree=1950928/2055920 swapFree=4181456/4192956
[pid=25537] ppid=25535 vsize=5356 CPUtime=0.04
/proc/25537/stat : 25537 (manysat.sh) S 25535 25537 25500 0 -1 4194304 313 378 0 0 0 0 4 0 17 0 1 0 156715787 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25537/statm: 1339 238 195 169 0 50 0
[pid=25540] ppid=25537 vsize=45668 CPUtime=12.45
/proc/25540/stat : 25540 (manysat1.1_stat) R 25537 25537 25500 0 -1 4194304 3121 0 0 0 1243 2 0 0 19 0 4 0 156715792 46764032 3107 1992294400 134512640 135305190 4294956160 18446744073709551615 134528480 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/25540/statm: 11417 3107 83 193 0 11221 0
[pid=25540/tid=25541] ppid=25537 vsize=45668 CPUtime=2.7
/proc/25540/task/25541/stat : 25541 (manysat1.1_stat) R 25537 25537 25500 0 -1 4194368 470 0 0 0 270 0 0 0 20 0 4 0 156715793 46764032 3107 1992294400 134512640 135305190 4294956160 18446744073709551615 134528480 0 0 4096 3 0 0 0 -1 1 0 0
[pid=25540/tid=25542] ppid=25537 vsize=45668 CPUtime=3.22
/proc/25540/task/25542/stat : 25542 (manysat1.1_stat) R 25537 25537 25500 0 -1 4194368 660 0 0 0 322 0 0 0 18 0 4 0 156715793 46764032 3107 1992294400 134512640 135305190 4294956160 18446744073709551615 134552373 0 0 4096 3 0 0 0 -1 0 0 0
[pid=25540/tid=25543] ppid=25537 vsize=45668 CPUtime=3.5
/proc/25540/task/25543/stat : 25543 (manysat1.1_stat) R 25537 25537 25500 0 -1 4194368 828 0 0 0 350 0 0 0 17 0 4 0 156715793 46764032 3107 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.49
Current children cumulated vsize (KiB) 51024

[startup+12.7013 s]
/proc/loadavg: 1.39 1.08 1.03 5/69 25543
/proc/meminfo: memFree=1943064/2055920 swapFree=4181456/4192956
[pid=25537] ppid=25535 vsize=5356 CPUtime=0.04
/proc/25537/stat : 25537 (manysat.sh) S 25535 25537 25500 0 -1 4194304 313 378 0 0 0 0 4 0 17 0 1 0 156715787 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25537/statm: 1339 238 195 169 0 50 0
[pid=25540] ppid=25537 vsize=52244 CPUtime=25.22
/proc/25540/stat : 25540 (manysat1.1_stat) R 25537 25537 25500 0 -1 4194304 4705 0 0 0 2519 3 0 0 18 0 4 0 156715792 53497856 4691 1992294400 134512640 135305190 4294956160 18446744073709551615 134528215 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/25540/statm: 13061 4691 83 193 0 12865 0
[pid=25540/tid=25541] ppid=25537 vsize=52244 CPUtime=3.72
/proc/25540/task/25541/stat : 25541 (manysat1.1_stat) R 25537 25537 25500 0 -1 4194368 527 0 0 0 372 0 0 0 18 0 4 0 156715793 53497856 4691 1992294400 134512640 135305190 4294956160 18446744073709551615 134528235 0 0 4096 3 0 0 0 -1 1 0 0
[pid=25540/tid=25542] ppid=25537 vsize=52244 CPUtime=7.32
/proc/25540/task/25542/stat : 25542 (manysat1.1_stat) R 25537 25537 25500 0 -1 4194368 1223 0 0 0 732 0 0 0 18 0 4 0 156715793 53497856 4691 1992294400 134512640 135305190 4294956160 18446744073709551615 134694990 0 0 4096 3 0 0 0 -1 1 0 0
[pid=25540/tid=25543] ppid=25537 vsize=52244 CPUtime=8.74
/proc/25540/task/25543/stat : 25543 (manysat1.1_stat) R 25537 25537 25500 0 -1 4194368 1523 0 0 0 873 1 0 0 17 0 4 0 156715793 53497856 4691 1992294400 134512640 135305190 4294956160 18446744073709551615 134528325 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.26
Current children cumulated vsize (KiB) 57600

[startup+25.5013 s]
/proc/loadavg: 1.97 1.22 1.07 5/69 25543
/proc/meminfo: memFree=1936856/2055920 swapFree=4181456/4192956
[pid=25537] ppid=25535 vsize=5356 CPUtime=0.04
/proc/25537/stat : 25537 (manysat.sh) S 25535 25537 25500 0 -1 4194304 313 378 0 0 0 0 4 0 17 0 1 0 156715787 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25537/statm: 1339 238 195 169 0 50 0
[pid=25540] ppid=25537 vsize=58076 CPUtime=50.76
/proc/25540/stat : 25540 (manysat1.1_stat) R 25537 25537 25500 0 -1 4194304 6256 0 0 0 5071 5 0 0 19 0 4 0 156715792 59469824 6242 1992294400 134512640 135305190 4294956160 18446744073709551615 134528413 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/25540/statm: 14519 6242 83 193 0 14323 0
[pid=25540/tid=25541] ppid=25537 vsize=58076 CPUtime=5.73
/proc/25540/task/25541/stat : 25541 (manysat1.1_stat) R 25537 25537 25500 0 -1 4194368 601 0 0 0 573 0 0 0 24 0 4 0 156715793 59469824 6242 1992294400 134512640 135305190 4294956160 18446744073709551615 134551709 0 0 4096 3 0 0 0 -1 1 0 0
[pid=25540/tid=25542] ppid=25537 vsize=58076 CPUtime=16.65
/proc/25540/task/25542/stat : 25542 (manysat1.1_stat) R 25537 25537 25500 0 -1 4194368 1792 0 0 0 1664 1 0 0 17 0 4 0 156715793 59469824 6242 1992294400 134512640 135305190 4294956160 18446744073709551615 134528363 0 0 4096 3 0 0 0 -1 0 0 0
[pid=25540/tid=25543] ppid=25537 vsize=58076 CPUtime=16.15
/proc/25540/task/25543/stat : 25543 (manysat1.1_stat) R 25537 25537 25500 0 -1 4194368 2037 0 0 0 1613 2 0 0 17 0 4 0 156715793 59469824 6242 1992294400 134512640 135305190 4294956160 18446744073709551615 134528268 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 50.8
Current children cumulated vsize (KiB) 63432

[startup+51.1014 s]
/proc/loadavg: 2.66 1.45 1.15 5/69 25543
/proc/meminfo: memFree=1926744/2055920 swapFree=4181456/4192956
[pid=25537] ppid=25535 vsize=5356 CPUtime=0.04
/proc/25537/stat : 25537 (manysat.sh) S 25535 25537 25500 0 -1 4194304 313 378 0 0 0 0 4 0 17 0 1 0 156715787 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25537/statm: 1339 238 195 169 0 50 0
[pid=25540] ppid=25537 vsize=68400 CPUtime=101.85
/proc/25540/stat : 25540 (manysat1.1_stat) R 25537 25537 25500 0 -1 4194304 8818 0 0 0 10176 9 0 0 19 0 4 0 156715792 70041600 8804 1992294400 134512640 135305190 4294956160 18446744073709551615 134528301 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/25540/statm: 17100 8804 83 193 0 16904 0
[pid=25540/tid=25541] ppid=25537 vsize=68400 CPUtime=8.95
/proc/25540/task/25541/stat : 25541 (manysat1.1_stat) R 25537 25537 25500 0 -1 4194368 720 0 0 0 894 1 0 0 18 0 4 0 156715793 70041600 8804 1992294400 134512640 135305190 4294956160 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 0 0 0
[pid=25540/tid=25542] ppid=25537 vsize=68400 CPUtime=38.79
/proc/25540/task/25542/stat : 25542 (manysat1.1_stat) R 25537 25537 25500 0 -1 4194368 3131 0 0 0 3876 3 0 0 17 0 4 0 156715793 70041600 8804 1992294400 134512640 135305190 4294956160 18446744073709551615 134551953 0 0 4096 3 0 0 0 -1 0 0 0
[pid=25540/tid=25543] ppid=25537 vsize=68400 CPUtime=30.58
/proc/25540/task/25543/stat : 25543 (manysat1.1_stat) R 25537 25537 25500 0 -1 4194368 2719 0 0 0 3055 3 0 0 17 0 4 0 156715793 70041600 8804 1992294400 134512640 135305190 4294956160 18446744073709551615 134528263 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 101.89
Current children cumulated vsize (KiB) 73756

[startup+102.307 s]
/proc/loadavg: 3.42 1.84 1.30 5/69 25543
/proc/meminfo: memFree=1916312/2055920 swapFree=4181456/4192956
[pid=25537] ppid=25535 vsize=5356 CPUtime=0.04
/proc/25537/stat : 25537 (manysat.sh) S 25535 25537 25500 0 -1 4194304 313 378 0 0 0 0 4 0 17 0 1 0 156715787 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25537/statm: 1339 238 195 169 0 50 0
[pid=25540] ppid=25537 vsize=79000 CPUtime=204.02
/proc/25540/stat : 25540 (manysat1.1_stat) R 25537 25537 25500 0 -1 4194304 11352 0 0 0 20391 11 0 0 20 0 4 0 156715792 80896000 11338 1992294400 134512640 135305190 4294956160 18446744073709551615 134528229 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/25540/statm: 19750 11338 83 193 0 19554 0
[pid=25540/tid=25541] ppid=25537 vsize=79000 CPUtime=20.3
/proc/25540/task/25541/stat : 25541 (manysat1.1_stat) R 25537 25537 25500 0 -1 4194368 982 0 0 0 2029 1 0 0 25 0 4 0 156715793 80896000 11338 1992294400 134512640 135305190 4294956160 18446744073709551615 134541915 0 0 4096 3 0 0 0 -1 1 0 0
[pid=25540/tid=25542] ppid=25537 vsize=79000 CPUtime=85.31
/proc/25540/task/25542/stat : 25542 (manysat1.1_stat) R 25537 25537 25500 0 -1 4194368 4487 0 0 0 8527 4 0 0 19 0 4 0 156715793 80896000 11338 1992294400 134512640 135305190 4294956160 18446744073709551615 134551651 0 0 4096 3 0 0 0 -1 0 0 0
[pid=25540/tid=25543] ppid=25537 vsize=79000 CPUtime=51.78
/proc/25540/task/25543/stat : 25543 (manysat1.1_stat) R 25537 25537 25500 0 -1 4194368 3115 0 0 0 5175 3 0 0 19 0 4 0 156715793 80896000 11338 1992294400 134512640 135305190 4294956160 18446744073709551615 134528480 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 204.06
Current children cumulated vsize (KiB) 84356

[startup+162.301 s]
/proc/loadavg: 3.78 2.23 1.46 5/69 25543
/proc/meminfo: memFree=1910488/2055920 swapFree=4181456/4192956
[pid=25537] ppid=25535 vsize=5356 CPUtime=0.04
/proc/25537/stat : 25537 (manysat.sh) S 25535 25537 25500 0 -1 4194304 313 378 0 0 0 0 4 0 17 0 1 0 156715787 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25537/statm: 1339 238 195 169 0 50 0
[pid=25540] ppid=25537 vsize=84812 CPUtime=323.76
/proc/25540/stat : 25540 (manysat1.1_stat) R 25537 25537 25500 0 -1 4194304 12806 0 0 0 32362 14 0 0 18 0 4 0 156715792 86847488 12792 1992294400 134512640 135305190 4294956160 18446744073709551615 134551651 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/25540/statm: 21203 12792 83 193 0 21007 0
[pid=25540/tid=25541] ppid=25537 vsize=84812 CPUtime=39.7
/proc/25540/task/25541/stat : 25541 (manysat1.1_stat) R 25537 25537 25500 0 -1 4194368 1154 0 0 0 3969 1 0 0 25 0 4 0 156715793 86847488 12792 1992294400 134512640 135305190 4294956160 18446744073709551615 134694990 0 0 4096 3 0 0 0 -1 1 0 0
[pid=25540/tid=25542] ppid=25537 vsize=84812 CPUtime=135
/proc/25540/task/25542/stat : 25542 (manysat1.1_stat) R 25537 25537 25500 0 -1 4194368 5234 0 0 0 13495 5 0 0 17 0 4 0 156715793 86847488 12792 1992294400 134512640 135305190 4294956160 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 0 0 0
[pid=25540/tid=25543] ppid=25537 vsize=84812 CPUtime=81.97
/proc/25540/task/25543/stat : 25543 (manysat1.1_stat) R 25537 25537 25500 0 -1 4194368 3455 0 0 0 8194 3 0 0 25 0 4 0 156715793 86847488 12792 1992294400 134512640 135305190 4294956160 18446744073709551615 134528520 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 323.8

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

/proc/25540/task/25543/stat : 25543 (manysat1.1_stat) R 25537 25537 25500 0 -1 4194368 10077 0 0 0 213742 16 0 0 25 0 4 0 156715793 293969920 61502 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 9184.25
Current children cumulated vsize (KiB) 292436

[startup+4662.3 s]
/proc/loadavg: 4.00 4.00 3.91 5/69 25557
/proc/meminfo: memFree=1712280/2055920 swapFree=4181456/4192956
[pid=25537] ppid=25535 vsize=5356 CPUtime=0.04
/proc/25537/stat : 25537 (manysat.sh) S 25535 25537 25500 0 -1 4194304 313 378 0 0 0 0 4 0 17 0 1 0 156715787 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25537/statm: 1339 238 195 169 0 50 0
[pid=25540] ppid=25537 vsize=287400 CPUtime=9303.94
/proc/25540/stat : 25540 (manysat1.1_stat) R 25537 25537 25500 0 -1 4194304 61771 0 0 0 930300 94 0 0 25 0 4 0 156715792 294297600 61584 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/25540/statm: 71850 61584 83 193 0 71654 0
[pid=25540/tid=25541] ppid=25537 vsize=287400 CPUtime=1888.11
/proc/25540/task/25541/stat : 25541 (manysat1.1_stat) R 25537 25537 25500 0 -1 4194368 8004 0 0 0 188796 15 0 0 25 0 4 0 156715793 294297600 61584 1992294400 134512640 135305190 4294956160 18446744073709551615 134528568 0 0 4096 3 0 0 0 -1 1 0 0
[pid=25540/tid=25542] ppid=25537 vsize=287400 CPUtime=3105.1
/proc/25540/task/25542/stat : 25542 (manysat1.1_stat) R 25537 25537 25500 0 -1 4194368 33825 0 0 0 310465 45 0 0 25 0 4 0 156715793 294297600 61584 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
[pid=25540/tid=25543] ppid=25537 vsize=287400 CPUtime=2167.56
/proc/25540/task/25543/stat : 25543 (manysat1.1_stat) R 25537 25537 25500 0 -1 4194368 10077 0 0 0 216740 16 0 0 25 0 4 0 156715793 294297600 61584 1992294400 134512640 135305190 4294956160 18446744073709551615 134528562 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 9303.98
Current children cumulated vsize (KiB) 292756

[startup+4722.31 s]
/proc/loadavg: 4.00 4.00 3.91 5/69 25557
/proc/meminfo: memFree=1711832/2055920 swapFree=4181456/4192956
[pid=25537] ppid=25535 vsize=5356 CPUtime=0.04
/proc/25537/stat : 25537 (manysat.sh) S 25535 25537 25500 0 -1 4194304 313 378 0 0 0 0 4 0 17 0 1 0 156715787 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25537/statm: 1339 238 195 169 0 50 0
[pid=25540] ppid=25537 vsize=287936 CPUtime=9423.68
/proc/25540/stat : 25540 (manysat1.1_stat) R 25537 25537 25500 0 -1 4194304 61878 0 0 0 942273 95 0 0 25 0 4 0 156715792 294846464 61691 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/25540/statm: 71984 61691 83 193 0 71788 0
[pid=25540/tid=25541] ppid=25537 vsize=287936 CPUtime=1913.11
/proc/25540/task/25541/stat : 25541 (manysat1.1_stat) R 25537 25537 25500 0 -1 4194368 8086 0 0 0 191296 15 0 0 25 0 4 0 156715793 294846464 61691 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
[pid=25540/tid=25542] ppid=25537 vsize=287936 CPUtime=3142.45
/proc/25540/task/25542/stat : 25542 (manysat1.1_stat) R 25537 25537 25500 0 -1 4194368 33850 0 0 0 314200 45 0 0 25 0 4 0 156715793 294846464 61691 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
[pid=25540/tid=25543] ppid=25537 vsize=287936 CPUtime=2195.76
/proc/25540/task/25543/stat : 25543 (manysat1.1_stat) R 25537 25537 25500 0 -1 4194368 10077 0 0 0 219559 17 0 0 25 0 4 0 156715793 294846464 61691 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 9423.72
Current children cumulated vsize (KiB) 293292

[startup+4782.3 s]
/proc/loadavg: 4.00 4.00 3.91 5/69 25557
/proc/meminfo: memFree=1711192/2055920 swapFree=4181456/4192956
[pid=25537] ppid=25535 vsize=5356 CPUtime=0.04
/proc/25537/stat : 25537 (manysat.sh) S 25535 25537 25500 0 -1 4194304 313 378 0 0 0 0 4 0 17 0 1 0 156715787 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25537/statm: 1339 238 195 169 0 50 0
[pid=25540] ppid=25537 vsize=289140 CPUtime=9543.41
/proc/25540/stat : 25540 (manysat1.1_stat) R 25537 25537 25500 0 -1 4194304 62033 0 0 0 954246 95 0 0 25 0 4 0 156715792 296079360 61846 1992294400 134512640 135305190 4294956160 18446744073709551615 134528252 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/25540/statm: 72285 61846 83 193 0 72089 0
[pid=25540/tid=25541] ppid=25537 vsize=289140 CPUtime=1946.89
/proc/25540/task/25541/stat : 25541 (manysat1.1_stat) R 25537 25537 25500 0 -1 4194368 8233 0 0 0 194673 16 0 0 19 0 4 0 156715793 296079360 61846 1992294400 134512640 135305190 4294956160 18446744073709551615 134528263 0 0 4096 3 0 0 0 -1 1 0 0
[pid=25540/tid=25542] ppid=25537 vsize=289140 CPUtime=3175.71
/proc/25540/task/25542/stat : 25542 (manysat1.1_stat) R 25537 25537 25500 0 -1 4194368 33858 0 0 0 317526 45 0 0 23 0 4 0 156715793 296079360 61846 1992294400 134512640 135305190 4294956160 18446744073709551615 134528503 0 0 4096 3 0 0 0 -1 0 0 0
[pid=25540/tid=25543] ppid=25537 vsize=289140 CPUtime=2220.23
/proc/25540/task/25543/stat : 25543 (manysat1.1_stat) R 25537 25537 25500 0 -1 4194368 10077 0 0 0 222006 17 0 0 25 0 4 0 156715793 296079360 61846 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 9543.45
Current children cumulated vsize (KiB) 294496

[startup+4842.3 s]
/proc/loadavg: 4.00 4.00 3.91 5/69 25557
/proc/meminfo: memFree=1711064/2055920 swapFree=4181456/4192956
[pid=25537] ppid=25535 vsize=5356 CPUtime=0.04
/proc/25537/stat : 25537 (manysat.sh) S 25535 25537 25500 0 -1 4194304 313 378 0 0 0 0 4 0 17 0 1 0 156715787 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25537/statm: 1339 238 195 169 0 50 0
[pid=25540] ppid=25537 vsize=289140 CPUtime=9663.16
/proc/25540/stat : 25540 (manysat1.1_stat) R 25537 25537 25500 0 -1 4194304 62043 0 0 0 966220 96 0 0 25 0 4 0 156715792 296079360 61856 1992294400 134512640 135305190 4294956160 18446744073709551615 134528392 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/25540/statm: 72285 61856 83 193 0 72089 0
[pid=25540/tid=25541] ppid=25537 vsize=289140 CPUtime=1974.37
/proc/25540/task/25541/stat : 25541 (manysat1.1_stat) R 25537 25537 25500 0 -1 4194368 8233 0 0 0 197421 16 0 0 25 0 4 0 156715793 296079360 61856 1992294400 134512640 135305190 4294956160 18446744073709551615 134528256 0 0 4096 3 0 0 0 -1 1 0 0
[pid=25540/tid=25542] ppid=25537 vsize=289140 CPUtime=3204.91
/proc/25540/task/25542/stat : 25542 (manysat1.1_stat) R 25537 25537 25500 0 -1 4194368 33868 0 0 0 320446 45 0 0 25 0 4 0 156715793 296079360 61856 1992294400 134512640 135305190 4294956160 18446744073709551615 134528341 0 0 4096 3 0 0 0 -1 0 0 0
[pid=25540/tid=25543] ppid=25537 vsize=289140 CPUtime=2251.65
/proc/25540/task/25543/stat : 25543 (manysat1.1_stat) R 25537 25537 25500 0 -1 4194368 10077 0 0 0 225148 17 0 0 25 0 4 0 156715793 296079360 61856 1992294400 134512640 135305190 4294956160 18446744073709551615 134528551 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 9663.2
Current children cumulated vsize (KiB) 294496

[startup+4902.3 s]
/proc/loadavg: 4.00 4.00 3.91 5/69 25557
/proc/meminfo: memFree=1711000/2055920 swapFree=4181456/4192956
[pid=25537] ppid=25535 vsize=5356 CPUtime=0.04
/proc/25537/stat : 25537 (manysat.sh) S 25535 25537 25500 0 -1 4194304 313 378 0 0 0 0 4 0 17 0 1 0 156715787 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25537/statm: 1339 238 195 169 0 50 0
[pid=25540] ppid=25537 vsize=289140 CPUtime=9782.89
/proc/25540/stat : 25540 (manysat1.1_stat) R 25537 25537 25500 0 -1 4194304 62053 0 0 0 978193 96 0 0 25 0 4 0 156715792 296079360 61866 1992294400 134512640 135305190 4294956160 18446744073709551615 134528415 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/25540/statm: 72285 61866 83 193 0 72089 0
[pid=25540/tid=25541] ppid=25537 vsize=289140 CPUtime=2004.36
/proc/25540/task/25541/stat : 25541 (manysat1.1_stat) R 25537 25537 25500 0 -1 4194368 8243 0 0 0 200420 16 0 0 25 0 4 0 156715793 296079360 61866 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
[pid=25540/tid=25542] ppid=25537 vsize=289140 CPUtime=3240
/proc/25540/task/25542/stat : 25542 (manysat1.1_stat) R 25537 25537 25500 0 -1 4194368 33868 0 0 0 323955 45 0 0 18 0 4 0 156715793 296079360 61866 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
[pid=25540/tid=25543] ppid=25537 vsize=289140 CPUtime=2281.65
/proc/25540/task/25543/stat : 25543 (manysat1.1_stat) R 25537 25537 25500 0 -1 4194368 10077 0 0 0 228148 17 0 0 25 0 4 0 156715793 296079360 61866 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 9782.93
Current children cumulated vsize (KiB) 294496

[startup+4962.3 s]
/proc/loadavg: 4.00 4.00 3.91 5/69 25557
/proc/meminfo: memFree=1710936/2055920 swapFree=4181456/4192956
[pid=25537] ppid=25535 vsize=5356 CPUtime=0.04
/proc/25537/stat : 25537 (manysat.sh) S 25535 25537 25500 0 -1 4194304 313 378 0 0 0 0 4 0 17 0 1 0 156715787 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25537/statm: 1339 238 195 169 0 50 0
[pid=25540] ppid=25537 vsize=289300 CPUtime=9902.62
/proc/25540/stat : 25540 (manysat1.1_stat) R 25537 25537 25500 0 -1 4194304 62066 0 0 0 990166 96 0 0 25 0 4 0 156715792 296243200 61879 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/25540/statm: 72325 61879 83 193 0 72129 0
[pid=25540/tid=25541] ppid=25537 vsize=289300 CPUtime=2034.34
/proc/25540/task/25541/stat : 25541 (manysat1.1_stat) R 25537 25537 25500 0 -1 4194368 8243 0 0 0 203418 16 0 0 25 0 4 0 156715793 296243200 61879 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
[pid=25540/tid=25542] ppid=25537 vsize=289300 CPUtime=3273.95
/proc/25540/task/25542/stat : 25542 (manysat1.1_stat) R 25537 25537 25500 0 -1 4194368 33870 0 0 0 327350 45 0 0 25 0 4 0 156715793 296243200 61879 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
[pid=25540/tid=25543] ppid=25537 vsize=289300 CPUtime=2311.64
/proc/25540/task/25543/stat : 25543 (manysat1.1_stat) R 25537 25537 25500 0 -1 4194368 10077 0 0 0 231147 17 0 0 25 0 4 0 156715793 296243200 61879 1992294400 134512640 135305190 4294956160 18446744073709551615 134528539 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 9902.66
Current children cumulated vsize (KiB) 294656



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5011.1 s]
/proc/loadavg: 4.00 4.00 3.91 5/69 25557
/proc/meminfo: memFree=1710872/2055920 swapFree=4181456/4192956
[pid=25537] ppid=25535 vsize=5356 CPUtime=0.04
/proc/25537/stat : 25537 (manysat.sh) S 25535 25537 25500 0 -1 4194304 313 378 0 0 0 0 4 0 17 0 1 0 156715787 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25537/statm: 1339 238 195 169 0 50 0
[pid=25540] ppid=25537 vsize=289300 CPUtime=10000
/proc/25540/stat : 25540 (manysat1.1_stat) R 25537 25537 25500 0 -1 4194304 62069 0 0 0 999905 96 0 0 25 0 4 0 156715792 296243200 61882 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/25540/statm: 72325 61882 83 193 0 72129 0
[pid=25540/tid=25541] ppid=25537 vsize=289300 CPUtime=2057.96
/proc/25540/task/25541/stat : 25541 (manysat1.1_stat) R 25537 25537 25500 0 -1 4194368 8243 0 0 0 205780 16 0 0 25 0 4 0 156715793 296243200 61882 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
[pid=25540/tid=25542] ppid=25537 vsize=289300 CPUtime=3300.83
/proc/25540/task/25542/stat : 25542 (manysat1.1_stat) R 25537 25537 25500 0 -1 4194368 33870 0 0 0 330038 45 0 0 23 0 4 0 156715793 296243200 61882 1992294400 134512640 135305190 4294956160 18446744073709551615 134538167 0 0 4096 3 0 0 0 -1 1 0 0
[pid=25540/tid=25543] ppid=25537 vsize=289300 CPUtime=2335.24
/proc/25540/task/25543/stat : 25543 (manysat1.1_stat) R 25537 25537 25500 0 -1 4194368 10080 0 0 0 233507 17 0 0 25 0 4 0 156715793 296243200 61882 1992294400 134512640 135305190 4294956160 18446744073709551615 134528449 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 10000
Current children cumulated vsize (KiB) 294656

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

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

[startup+5011.1 s]
/proc/loadavg: 4.00 4.00 3.91 5/69 25557
/proc/meminfo: memFree=1710872/2055920 swapFree=4181456/4192956
[pid=25537] ppid=25535 vsize=5356 CPUtime=0.04
/proc/25537/stat : 25537 (manysat.sh) S 25535 25537 25500 0 -1 4194304 313 378 0 0 0 0 4 0 17 0 1 0 156715787 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25537/statm: 1339 238 195 169 0 50 0
[pid=25540] ppid=25537 vsize=289300 CPUtime=10000
/proc/25540/stat : 25540 (manysat1.1_stat) R 25537 25537 25500 0 -1 4194304 62069 0 0 0 999905 96 0 0 25 0 4 0 156715792 296243200 61882 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/25540/statm: 72325 61882 83 193 0 72129 0
[pid=25540/tid=25541] ppid=25537 vsize=289300 CPUtime=2057.96
/proc/25540/task/25541/stat : 25541 (manysat1.1_stat) R 25537 25537 25500 0 -1 4194368 8243 0 0 0 205780 16 0 0 25 0 4 0 156715793 296243200 61882 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
[pid=25540/tid=25542] ppid=25537 vsize=289300 CPUtime=3300.83
/proc/25540/task/25542/stat : 25542 (manysat1.1_stat) R 25537 25537 25500 0 -1 4194368 33870 0 0 0 330038 45 0 0 23 0 4 0 156715793 296243200 61882 1992294400 134512640 135305190 4294956160 18446744073709551615 134538167 0 0 4096 3 0 0 0 -1 1 0 0
[pid=25540/tid=25543] ppid=25537 vsize=289300 CPUtime=2335.24
/proc/25540/task/25543/stat : 25543 (manysat1.1_stat) R 25537 25537 25500 0 -1 4194368 10080 0 0 0 233507 17 0 0 25 0 4 0 156715793 296243200 61882 1992294400 134512640 135305190 4294956160 18446744073709551615 134528449 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 10000
Current children cumulated vsize (KiB) 294656

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 25537 and gives
#  childrusage.ru_utime.tv_sec=0
#  childrusage.ru_utime.tv_usec=43993
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=3999
# CPU time returned by wait4() is 0.047992
# 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.12
CPU time (s): 10000
CPU user time (s): 9999.09
CPU system time (s): 0.96
CPU usage (%): 199.557
Max. virtual memory (cumulated for all children) (KiB): 294656

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

runsolver used 4.34934 second user time and 13.8819 second system time

The end

Launcher Data

Begin job on node26 at 2009-05-02 19:53:48
IDJOB=1773056
IDBENCH=20470
IDSOLVER=612
FILE ID=node26/1773056-1241286828
PBS_JOBID= 9225083
Free space on /tmp= 66508 MiB

SOLVER NAME= ManySAT 1.1 aimd 1/2009-03-20
BENCH NAME= SAT07/industrial/jarvisalo/eq.atree.braun.13.unsat.cnf
COMMAND LINE= manysat.sh BENCHNAME aimd 1
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1773056-1241286828/watcher-1773056-1241286828 -o /tmp/evaluation-result-1773056-1241286828/solver-1773056-1241286828 -C 10000 -W 12000 -M 1800  manysat.sh HOME/instance-1773056-1241286828.cnf aimd 1

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

MD5SUM BENCH= 8ca1246723b65c8e0ae1eddb535ce13f
RANDOM SEED=6921259

node26.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.261
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.261
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:       1962584 kB
Buffers:          5344 kB
Cached:          21880 kB
SwapCached:       5144 kB
Active:          22820 kB
Inactive:        11984 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1962584 kB
SwapTotal:     4192956 kB
SwapFree:      4181456 kB
Dirty:            1776 kB
Writeback:           0 kB
Mapped:          13484 kB
Slab:            44624 kB
Committed_AS:   660468 kB
PageTables:       1368 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= 66508 MiB
End job on node26 at 2009-05-02 21:17:21