Trace number 3362347

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
SAT09 reference solver: ManySAT 1.1 aimd 1/2009-03-20? (TO) 4800.4 1208.72

General information on the benchmark

NameSAT03/industrial/schuppan/l2s/
dme-03-1-k247-unsat.shuffled-as.sat03-407.cnf
MD5SUM3fef216b3efe77c0f10ea0e0be664a94
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 variables261352
Number of clauses773077
Sum of the clauses size1985588
Maximum clause length248
Minimum clause length1
Number of clauses of size 11592
Number of clauses of size 2357488
Number of clauses of size 3413748
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 5249

Solver Data

0.00/0.00	c Parsing...
0.00/0.65	c ==============================================================================
0.00/0.65	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.65	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.65	c ==============================================================================
0.00/0.65	c |         0 |  769466  1978428 |  230839       0        0     nan |  0.000 % |
5.19/5.23	c |         0 |  318163  1148121 |      --       0       --      -- |     --   | -447843/-821817
5.19/5.23	c ==============================================================================
5.19/5.23	c Result  :   #vars: 54723   #clauses: 318163   #literals: 1148121
5.19/5.23	c CPU time:   5.11622 s
5.19/5.23	c ==============================================================================

Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 961)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3362347-1305301879/watcher-3362347-1305301879 -o /tmp/evaluation-result-3362347-1305301879/solver-3362347-1305301879 -C 4800 -W 1300 -M 15500 manysat.sh HOME/instance-3362347-1305301879.cnf aimd 1 

running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 4800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 4830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 8.13 8.04 7.92 6/354 13877
/proc/meminfo: memFree=6701732/32950928 swapFree=45937192/67111528
[pid=13877] ppid=13875 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/13877/stat : 13877 (manysat.sh) S 13875 13877 12655 0 -1 4202496 329 0 0 0 0 0 0 0 22 0 1 0 641784645 8908800 249 33554432000 4194304 4922060 140734072463136 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/13877/statm: 2175 249 209 178 0 68 0

[startup+0.03857 s]
/proc/loadavg: 8.13 8.04 7.92 6/354 13877
/proc/meminfo: memFree=6701732/32950928 swapFree=45937192/67111528
[pid=13877] ppid=13875 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/13877/stat : 13877 (manysat.sh) S 13875 13877 12655 0 -1 4202496 329 0 0 0 0 0 0 0 22 0 1 0 641784645 8908800 249 33554432000 4194304 4922060 140734072463136 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/13877/statm: 2175 249 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.100561 s]
/proc/loadavg: 8.13 8.04 7.92 6/354 13877
/proc/meminfo: memFree=6701732/32950928 swapFree=45937192/67111528
[pid=13877] ppid=13875 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/13877/stat : 13877 (manysat.sh) S 13875 13877 12655 0 -1 4202496 329 0 0 0 0 0 0 0 22 0 1 0 641784645 8908800 249 33554432000 4194304 4922060 140734072463136 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/13877/statm: 2175 249 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.30052 s]
/proc/loadavg: 8.13 8.04 7.92 6/354 13877
/proc/meminfo: memFree=6701732/32950928 swapFree=45937192/67111528
[pid=13877] ppid=13875 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/13877/stat : 13877 (manysat.sh) S 13875 13877 12655 0 -1 4202496 329 0 0 0 0 0 0 0 22 0 1 0 641784645 8908800 249 33554432000 4194304 4922060 140734072463136 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/13877/statm: 2175 249 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.70044 s]
/proc/loadavg: 8.13 8.04 7.92 6/354 13877
/proc/meminfo: memFree=6701732/32950928 swapFree=45937192/67111528
[pid=13877] ppid=13875 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/13877/stat : 13877 (manysat.sh) S 13875 13877 12655 0 -1 4202496 329 0 0 0 0 0 0 0 22 0 1 0 641784645 8908800 249 33554432000 4194304 4922060 140734072463136 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/13877/statm: 2175 249 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50028 s]
/proc/loadavg: 8.13 8.04 7.92 6/356 13879
/proc/meminfo: memFree=6590652/32950928 swapFree=45937192/67111528
[pid=13877] ppid=13875 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/13877/stat : 13877 (manysat.sh) S 13875 13877 12655 0 -1 4202496 329 0 0 0 0 0 0 0 22 0 1 0 641784645 8908800 249 33554432000 4194304 4922060 140734072463136 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/13877/statm: 2175 249 209 178 0 68 0
[pid=13878] ppid=13877 vsize=114748 CPUtime=1.49 cores=1,3,5,7
/proc/13878/stat : 13878 (SatElite) R 13877 13877 12655 0 -1 4202496 30013 0 0 0 141 8 0 0 25 0 1 0 641784646 117501952 27652 33554432000 134512640 135034092 4288772384 18446744073709551615 134691101 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/13878/statm: 28687 27652 68 128 0 28557 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 123448

[startup+3.10097 s]
/proc/loadavg: 7.88 7.98 7.90 6/356 13879
/proc/meminfo: memFree=6567588/32950928 swapFree=45937192/67111528
[pid=13877] ppid=13875 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/13877/stat : 13877 (manysat.sh) S 13875 13877 12655 0 -1 4202496 329 0 0 0 0 0 0 0 22 0 1 0 641784645 8908800 249 33554432000 4194304 4922060 140734072463136 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/13877/statm: 2175 249 209 178 0 68 0
[pid=13878] ppid=13877 vsize=119008 CPUtime=3.08 cores=1,3,5,7
/proc/13878/stat : 13878 (SatElite) R 13877 13877 12655 0 -1 4202496 31460 0 0 0 298 10 0 0 25 0 1 0 641784646 121864192 28493 33554432000 134512640 135034092 4288772384 18446744073709551615 134563455 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/13878/statm: 29752 28493 68 128 0 29622 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 127708

[startup+6.30025 s]
/proc/loadavg: 7.88 7.98 7.90 6/356 13879
/proc/meminfo: memFree=6550760/32950928 swapFree=45937192/67111528
[pid=13877] ppid=13875 vsize=8700 CPUtime=5.51 cores=1,3,5,7
/proc/13877/stat : 13877 (manysat.sh) S 13875 13877 12655 0 -1 4202496 357 37696 0 0 0 0 538 13 18 0 1 0 641784645 8908800 252 33554432000 4194304 4922060 140734072463136 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/13877/statm: 2175 252 209 178 0 68 0
Current children cumulated CPU time (s) 5.51
Current children cumulated vsize (KiB) 8700

[startup+12.701 s]
/proc/loadavg: 7.90 7.98 7.90 9/359 13884
/proc/meminfo: memFree=6533120/32950928 swapFree=45937192/67111528
[pid=13877] ppid=13875 vsize=8700 CPUtime=5.51 cores=1,3,5,7
/proc/13877/stat : 13877 (manysat.sh) S 13875 13877 12655 0 -1 4202496 357 37696 0 0 0 0 538 13 18 0 1 0 641784645 8908800 252 33554432000 4194304 4922060 140734072463136 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/13877/statm: 2175 252 209 178 0 68 0
[pid=13880] ppid=13877 vsize=155812 CPUtime=26.61 cores=1,3,5,7
/proc/13880/stat : 13880 (manysat1.1_stat) R 13877 13877 12655 0 -1 4202496 29705 0 0 0 2636 25 0 0 25 0 4 0 641785197 159551488 29626 33554432000 134512640 135305190 4287066160 18446744073709551615 134551978 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/13880/statm: 38953 29626 84 194 0 38757 0
[pid=13880/tid=13881] ppid=13877 vsize=155812 CPUtime=6.42 cores=1,3,5,7
/proc/13880/task/13881/stat : 13881 (manysat1.1_stat) R 13877 13877 12655 0 -1 4202560 1962 0 0 0 637 5 0 0 25 0 4 0 641785262 159551488 29626 33554432000 134512640 135305190 4287066160 18446744073709551615 134551697 0 0 4096 3 0 0 0 -1 7 0 0 0
[pid=13880/tid=13882] ppid=13877 vsize=155812 CPUtime=6.49 cores=1,3,5,7
/proc/13880/task/13882/stat : 13882 (manysat1.1_stat) R 13877 13877 12655 0 -1 4202560 1673 0 0 0 644 5 0 0 25 0 4 0 641785262 159551488 29626 33554432000 134512640 135305190 4287066160 18446744073709551615 134551804 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=13880/tid=13883] ppid=13877 vsize=155812 CPUtime=6.51 cores=1,3,5,7
/proc/13880/task/13883/stat : 13883 (manysat1.1_stat) R 13877 13877 12655 0 -1 4202560 1791 0 0 0 646 5 0 0 25 0 4 0 641785262 159551488 29626 33554432000 134512640 135305190 4287066160 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 32.12
Current children cumulated vsize (KiB) 164512

[startup+25.5004 s]
/proc/loadavg: 7.99 8.00 7.91 10/359 13884
/proc/meminfo: memFree=6471100/32950928 swapFree=45937192/67111528
[pid=13877] ppid=13875 vsize=8700 CPUtime=5.51 cores=1,3,5,7
/proc/13877/stat : 13877 (manysat.sh) S 13875 13877 12655 0 -1 4202496 357 37696 0 0 0 0 538 13 18 0 1 0 641784645 8908800 252 33554432000 4194304 4922060 140734072463136 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/13877/statm: 2175 252 209 178 0 68 0
[pid=13880] ppid=13877 vsize=194600 CPUtime=77.66 cores=1,3,5,7
/proc/13880/stat : 13880 (manysat1.1_stat) R 13877 13877 12655 0 -1 4202496 39121 0 0 0 7735 31 0 0 25 0 4 0 641785197 199270400 39042 33554432000 134512640 135305190 4287066160 18446744073709551615 134551978 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/13880/statm: 48650 39042 84 194 0 48454 0
[pid=13880/tid=13881] ppid=13877 vsize=194600 CPUtime=19.07 cores=1,3,5,7
/proc/13880/task/13881/stat : 13881 (manysat1.1_stat) R 13877 13877 12655 0 -1 4202560 3798 0 0 0 1901 6 0 0 25 0 4 0 641785262 199270400 39042 33554432000 134512640 135305190 4287066160 18446744073709551615 134528189 0 0 4096 3 0 0 0 -1 7 0 0 0
[pid=13880/tid=13882] ppid=13877 vsize=194600 CPUtime=19.29 cores=1,3,5,7
/proc/13880/task/13882/stat : 13882 (manysat1.1_stat) R 13877 13877 12655 0 -1 4202560 4522 0 0 0 1922 7 0 0 25 0 4 0 641785262 199270400 39042 33554432000 134512640 135305190 4287066160 18446744073709551615 134552316 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=13880/tid=13883] ppid=13877 vsize=194600 CPUtime=19.31 cores=1,3,5,7
/proc/13880/task/13883/stat : 13883 (manysat1.1_stat) R 13877 13877 12655 0 -1 4202560 3598 0 0 0 1925 6 0 0 25 0 4 0 641785262 199270400 39042 33554432000 134512640 135305190 4287066160 18446744073709551615 134528307 0 0 4096 3 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 83.17
Current children cumulated vsize (KiB) 203300

[startup+51.1003 s]
/proc/loadavg: 7.99 8.00 7.91 9/359 13885
/proc/meminfo: memFree=6409344/32950928 swapFree=45937192/67111528
[pid=13877] ppid=13875 vsize=8700 CPUtime=5.51 cores=1,3,5,7
/proc/13877/stat : 13877 (manysat.sh) S 13875 13877 12655 0 -1 4202496 357 37696 0 0 0 0 538 13 18 0 1 0 641784645 8908800 252 33554432000 4194304 4922060 140734072463136 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/13877/statm: 2175 252 209 178 0 68 0
[pid=13880] ppid=13877 vsize=251036 CPUtime=179.75 cores=1,3,5,7
/proc/13880/stat : 13880 (manysat1.1_stat) R 13877 13877 12655 0 -1 4202496 53431 0 0 0 17935 40 0 0 25 0 4 0 641785197 257060864 53352 33554432000 134512640 135305190 4287066160 18446744073709551615 134528768 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/13880/statm: 62759 53352 84 194 0 62563 0
[pid=13880/tid=13881] ppid=13877 vsize=251036 CPUtime=44.37 cores=1,3,5,7
/proc/13880/task/13881/stat : 13881 (manysat1.1_stat) R 13877 13877 12655 0 -1 4202560 6555 0 0 0 4429 8 0 0 25 0 4 0 641785262 257060864 53352 33554432000 134512640 135305190 4287066160 18446744073709551615 134528442 0 0 4096 3 0 0 0 -1 7 0 0 0
[pid=13880/tid=13882] ppid=13877 vsize=251036 CPUtime=44.89 cores=1,3,5,7
/proc/13880/task/13882/stat : 13882 (manysat1.1_stat) R 13877 13877 12655 0 -1 4202560 9460 0 0 0 4480 9 0 0 25 0 4 0 641785262 257060864 53352 33554432000 134512640 135305190 4287066160 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=13880/tid=13883] ppid=13877 vsize=251036 CPUtime=44.91 cores=1,3,5,7
/proc/13880/task/13883/stat : 13883 (manysat1.1_stat) R 13877 13877 12655 0 -1 4202560 6152 0 0 0 4483 8 0 0 25 0 4 0 641785262 257060864 53352 33554432000 134512640 135305190 4287066160 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 185.26
Current children cumulated vsize (KiB) 259736

[startup+102.313 s]
/proc/loadavg: 8.11 8.03 7.92 9/359 13886
/proc/meminfo: memFree=6326484/32950928 swapFree=45937192/67111528
[pid=13877] ppid=13875 vsize=8700 CPUtime=5.51 cores=1,3,5,7
/proc/13877/stat : 13877 (manysat.sh) S 13875 13877 12655 0 -1 4202496 357 37696 0 0 0 0 538 13 18 0 1 0 641784645 8908800 252 33554432000 4194304 4922060 140734072463136 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/13877/statm: 2175 252 209 178 0 68 0
[pid=13880] ppid=13877 vsize=330328 CPUtime=383.95 cores=1,3,5,7
/proc/13880/stat : 13880 (manysat1.1_stat) R 13877 13877 12655 0 -1 4202496 73165 0 0 0 38340 55 0 0 25 0 4 0 641785197 338255872 73086 33554432000 134512640 135305190 4287066160 18446744073709551615 134528189 0 0 4096 3 18446744073709551615 0 0 17 1 0 0 0
/proc/13880/statm: 82582 73086 84 194 0 82386 0
[pid=13880/tid=13881] ppid=13877 vsize=330328 CPUtime=95.39 cores=1,3,5,7
/proc/13880/task/13881/stat : 13881 (manysat1.1_stat) R 13877 13877 12655 0 -1 4202560 10401 0 0 0 9526 13 0 0 25 0 4 0 641785262 338255872 73086 33554432000 134512640 135305190 4287066160 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=13880/tid=13882] ppid=13877 vsize=330328 CPUtime=95.69 cores=1,3,5,7
/proc/13880/task/13882/stat : 13882 (manysat1.1_stat) R 13877 13877 12655 0 -1 4202560 16977 0 0 0 9556 13 0 0 25 0 4 0 641785262 338255872 73086 33554432000 134512640 135305190 4287066160 18446744073709551615 134551681 0 0 4096 3 0 0 0 -1 7 0 0 0
[pid=13880/tid=13883] ppid=13877 vsize=330328 CPUtime=96.1 cores=1,3,5,7
/proc/13880/task/13883/stat : 13883 (manysat1.1_stat) R 13877 13877 12655 0 -1 4202560 9236 0 0 0 9600 10 0 0 25 0 4 0 641785262 338255872 73086 33554432000 134512640 135305190 4287066160 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 389.46
Current children cumulated vsize (KiB) 339028

[startup+162.301 s]
/proc/loadavg: 8.10 8.04 7.93 10/359 13888
/proc/meminfo: memFree=6257728/32950928 swapFree=45937192/67111528
[pid=13877] ppid=13875 vsize=8700 CPUtime=5.51 cores=1,3,5,7
/proc/13877/stat : 13877 (manysat.sh) S 13875 13877 12655 0 -1 4202496 357 37696 0 0 0 0 538 13 18 0 1 0 641784645 8908800 252 33554432000 4194304 4922060 140734072463136 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/13877/statm: 2175 252 209 178 0 68 0
[pid=13880] ppid=13877 vsize=389360 CPUtime=623.16 cores=1,3,5,7
/proc/13880/stat : 13880 (manysat1.1_stat) R 13877 13877 12655 0 -1 4202496 87795 0 0 0 62249 67 0 0 25 0 4 0 641785197 398704640 87716 33554432000 134512640 135305190 4287066160 18446744073709551615 134839991 0 0 4096 3 18446744073709551615 0 0 17 1 0 0 0
/proc/13880/statm: 97340 87716 84 194 0 97144 0
[pid=13880/tid=13881] ppid=13877 vsize=389360 CPUtime=155.36 cores=1,3,5,7
/proc/13880/task/13881/stat : 13881 (manysat1.1_stat) R 13877 13877 12655 0 -1 4202560 13539 0 0 0 15521 15 0 0 25 0 4 0 641785262 398704640 87716 33554432000 134512640 135305190 4287066160 18446744073709551615 134528252 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=13880/tid=13882] ppid=13877 vsize=389360 CPUtime=154.99 cores=1,3,5,7
/proc/13880/task/13882/stat : 13882 (manysat1.1_stat) R 13877 13877 12655 0 -1 4202560 21314 0 0 0 15482 17 0 0 25 0 4 0 641785262 398704640 87716 33554432000 134512640 135305190 4287066160 18446744073709551615 134551651 0 0 4096 3 0 0 0 -1 7 0 0 0
[pid=13880/tid=13883] ppid=13877 vsize=389360 CPUtime=156.07 cores=1,3,5,7
/proc/13880/task/13883/stat : 13883 (manysat1.1_stat) R 13877 13877 12655 0 -1 4202560 12099 0 0 0 15595 12 0 0 25 0 4 0 641785262 398704640 87716 33554432000 134512640 135305190 4287066160 18446744073709551615 134551659 0 0 4096 3 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 628.67
Current children cumulated vsize (KiB) 398060

[startup+222.301 s]
/proc/loadavg: 8.14 8.06 7.94 9/359 13889
/proc/meminfo: memFree=6147692/32950928 swapFree=45937192/67111528
[pid=13877] ppid=13875 vsize=8700 CPUtime=5.51 cores=1,3,5,7
/proc/13877/stat : 13877 (manysat.sh) S 13875 13877 12655 0 -1 4202496 357 37696 0 0 0 0 538 13 18 0 1 0 641784645 8908800 252 33554432000 4194304 4922060 140734072463136 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/13877/statm: 2175 252 209 178 0 68 0
[pid=13880] ppid=13877 vsize=405476 CPUtime=862.31 cores=1,3,5,7
/proc/13880/stat : 13880 (manysat1.1_stat) R 13877 13877 12655 0 -1 4202496 91713 0 0 0 86154 77 0 0 25 0 4 0 641785197 415207424 91634 33554432000 134512640 135305190 4287066160 18446744073709551615 134551639 0 0 4096 3 18446744073709551615 0 0 17 1 0 0 0
/proc/13880/statm: 101369 91634 84 194 0 101173 0
[pid=13880/tid=13881] ppid=13877 vsize=405476 CPUtime=215.34 cores=1,3,5,7
/proc/13880/task/13881/stat : 13881 (manysat1.1_stat) R 13877 13877 12655 0 -1 4202560 14345 0 0 0 21517 17 0 0 25 0 4 0 641785262 415207424 91634 33554432000 134512640 135305190 4287066160 18446744073709551615 134530561 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=13880/tid=13882] ppid=13877 vsize=405476 CPUtime=214.2 cores=1,3,5,7
/proc/13880/task/13882/stat : 13882 (manysat1.1_stat) R 13877 13877 12655 0 -1 4202560 22556 0 0 0 21400 20 0 0 25 0 4 0 641785262 415207424 91634 33554432000 134512640 135305190 4287066160 18446744073709551615 134528376 0 0 4096 3 0 0 0 -1 7 0 0 0

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

/proc/13880/task/13883/stat : 13883 (manysat1.1_stat) R 13877 13877 12655 0 -1 4202560 28327 0 0 0 81560 30 0 0 25 0 4 0 641785262 778911744 180103 33554432000 134512640 135305190 4287066160 18446744073709551615 134551651 0 0 4096 3 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3259.47
Current children cumulated vsize (KiB) 769356

[startup+882.301 s]
/proc/loadavg: 8.29 8.18 8.04 9/359 13985
/proc/meminfo: memFree=7431700/32950928 swapFree=45937192/67111528
[pid=13877] ppid=13875 vsize=8700 CPUtime=5.51 cores=1,3,5,7
/proc/13877/stat : 13877 (manysat.sh) S 13875 13877 12655 0 -1 4202496 357 37696 0 0 0 0 538 13 18 0 1 0 641784645 8908800 252 33554432000 4194304 4922060 140734072463136 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/13877/statm: 2175 252 209 178 0 68 0
[pid=13880] ppid=13877 vsize=761348 CPUtime=3493.22 cores=1,3,5,7
/proc/13880/stat : 13880 (manysat1.1_stat) R 13877 13877 12655 0 -1 4202496 180377 0 0 0 349162 160 0 0 25 0 4 0 641785197 779620352 180298 33554432000 134512640 135305190 4287066160 18446744073709551615 134551697 0 0 4096 3 18446744073709551615 0 0 17 1 0 0 0
/proc/13880/statm: 190337 180298 84 194 0 190141 0
[pid=13880/tid=13881] ppid=13877 vsize=761348 CPUtime=871.32 cores=1,3,5,7
/proc/13880/task/13881/stat : 13881 (manysat1.1_stat) R 13877 13877 12655 0 -1 4202560 32251 0 0 0 87098 34 0 0 25 0 4 0 641785262 779620352 180298 33554432000 134512640 135305190 4287066160 18446744073709551615 134551712 0 0 4096 3 0 0 0 -1 7 0 0 0
[pid=13880/tid=13882] ppid=13877 vsize=761348 CPUtime=869.52 cores=1,3,5,7
/proc/13880/task/13882/stat : 13882 (manysat1.1_stat) R 13877 13877 12655 0 -1 4202560 50912 0 0 0 86908 44 0 0 25 0 4 0 641785262 779620352 180298 33554432000 134512640 135305190 4287066160 18446744073709551615 134552923 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=13880/tid=13883] ppid=13877 vsize=761348 CPUtime=875.9 cores=1,3,5,7
/proc/13880/task/13883/stat : 13883 (manysat1.1_stat) R 13877 13877 12655 0 -1 4202560 28333 0 0 0 87560 30 0 0 25 0 4 0 641785262 779620352 180298 33554432000 134512640 135305190 4287066160 18446744073709551615 134551694 0 0 4096 3 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3498.73
Current children cumulated vsize (KiB) 770048

[startup+942.301 s]
/proc/loadavg: 8.19 8.17 8.04 9/359 13986
/proc/meminfo: memFree=7342480/32950928 swapFree=45937192/67111528
[pid=13877] ppid=13875 vsize=8700 CPUtime=5.51 cores=1,3,5,7
/proc/13877/stat : 13877 (manysat.sh) S 13875 13877 12655 0 -1 4202496 357 37696 0 0 0 0 538 13 18 0 1 0 641784645 8908800 252 33554432000 4194304 4922060 140734072463136 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/13877/statm: 2175 252 209 178 0 68 0
[pid=13880] ppid=13877 vsize=831384 CPUtime=3732.53 cores=1,3,5,7
/proc/13880/stat : 13880 (manysat1.1_stat) R 13877 13877 12655 0 -1 4202496 197869 0 0 0 373083 170 0 0 25 0 4 0 641785197 851337216 197790 33554432000 134512640 135305190 4287066160 18446744073709551615 134549117 0 0 4096 3 18446744073709551615 0 0 17 1 0 0 0
/proc/13880/statm: 207846 197790 84 194 0 207650 0
[pid=13880/tid=13881] ppid=13877 vsize=831384 CPUtime=930.66 cores=1,3,5,7
/proc/13880/task/13881/stat : 13881 (manysat1.1_stat) R 13877 13877 12655 0 -1 4202560 35201 0 0 0 93030 36 0 0 25 0 4 0 641785262 851337216 197790 33554432000 134512640 135305190 4287066160 18446744073709551615 134541959 0 0 4096 3 0 0 0 -1 7 0 0 0
[pid=13880/tid=13882] ppid=13877 vsize=831384 CPUtime=929.53 cores=1,3,5,7
/proc/13880/task/13882/stat : 13882 (manysat1.1_stat) R 13877 13877 12655 0 -1 4202560 57912 0 0 0 92905 48 0 0 25 0 4 0 641785262 851337216 197790 33554432000 134512640 135305190 4287066160 18446744073709551615 134554283 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=13880/tid=13883] ppid=13877 vsize=831384 CPUtime=935.87 cores=1,3,5,7
/proc/13880/task/13883/stat : 13883 (manysat1.1_stat) R 13877 13877 12655 0 -1 4202560 31474 0 0 0 93556 31 0 0 25 0 4 0 641785262 851337216 197790 33554432000 134512640 135305190 4287066160 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3738.04
Current children cumulated vsize (KiB) 840084

[startup+1002.3 s]
/proc/loadavg: 8.06 8.13 8.03 9/359 13988
/proc/meminfo: memFree=7266772/32950928 swapFree=45937192/67111528
[pid=13877] ppid=13875 vsize=8700 CPUtime=5.51 cores=1,3,5,7
/proc/13877/stat : 13877 (manysat.sh) S 13875 13877 12655 0 -1 4202496 357 37696 0 0 0 0 538 13 18 0 1 0 641784645 8908800 252 33554432000 4194304 4922060 140734072463136 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/13877/statm: 2175 252 209 178 0 68 0
[pid=13880] ppid=13877 vsize=899328 CPUtime=3971.81 cores=1,3,5,7
/proc/13880/stat : 13880 (manysat1.1_stat) R 13877 13877 12655 0 -1 4202496 214548 0 0 0 396998 183 0 0 25 0 4 0 641785197 920911872 214469 33554432000 134512640 135305190 4287066160 18446744073709551615 134528392 0 0 4096 3 18446744073709551615 0 0 17 7 0 0 0
/proc/13880/statm: 224832 214469 84 194 0 224636 0
[pid=13880/tid=13881] ppid=13877 vsize=899328 CPUtime=990.28 cores=1,3,5,7
/proc/13880/task/13881/stat : 13881 (manysat1.1_stat) R 13877 13877 12655 0 -1 4202560 38457 0 0 0 98989 39 0 0 25 0 4 0 641785262 920911872 214469 33554432000 134512640 135305190 4287066160 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=13880/tid=13882] ppid=13877 vsize=899328 CPUtime=989.53 cores=1,3,5,7
/proc/13880/task/13882/stat : 13882 (manysat1.1_stat) R 13877 13877 12655 0 -1 4202560 64129 0 0 0 98901 52 0 0 25 0 4 0 641785262 920911872 214469 33554432000 134512640 135305190 4287066160 18446744073709551615 134528235 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=13880/tid=13883] ppid=13877 vsize=899328 CPUtime=995.88 cores=1,3,5,7
/proc/13880/task/13883/stat : 13883 (manysat1.1_stat) R 13877 13877 12655 0 -1 4202560 34242 0 0 0 99553 35 0 0 25 0 4 0 641785262 920911872 214469 33554432000 134512640 135305190 4287066160 18446744073709551615 134551614 0 0 4096 3 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3977.32
Current children cumulated vsize (KiB) 908028

[startup+1062.3 s]
/proc/loadavg: 7.95 8.09 8.02 9/359 13990
/proc/meminfo: memFree=7218492/32950928 swapFree=45937192/67111528
[pid=13877] ppid=13875 vsize=8700 CPUtime=5.51 cores=1,3,5,7
/proc/13877/stat : 13877 (manysat.sh) S 13875 13877 12655 0 -1 4202496 357 37696 0 0 0 0 538 13 18 0 1 0 641784645 8908800 252 33554432000 4194304 4922060 140734072463136 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/13877/statm: 2175 252 209 178 0 68 0
[pid=13880] ppid=13877 vsize=933264 CPUtime=4210.95 cores=1,3,5,7
/proc/13880/stat : 13880 (manysat1.1_stat) R 13877 13877 12655 0 -1 4202496 223029 0 0 0 420903 192 0 0 24 0 4 0 641785197 955662336 222950 33554432000 134512640 135305190 4287066160 18446744073709551615 134528298 0 0 4096 3 18446744073709551615 0 0 17 7 0 0 0
/proc/13880/statm: 233316 222950 84 194 0 233120 0
[pid=13880/tid=13881] ppid=13877 vsize=933264 CPUtime=1050.22 cores=1,3,5,7
/proc/13880/task/13881/stat : 13881 (manysat1.1_stat) R 13877 13877 12655 0 -1 4202560 40218 0 0 0 104982 40 0 0 22 0 4 0 641785262 955662336 222950 33554432000 134512640 135305190 4287066160 18446744073709551615 134528939 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=13880/tid=13882] ppid=13877 vsize=933264 CPUtime=1049.4 cores=1,3,5,7
/proc/13880/task/13882/stat : 13882 (manysat1.1_stat) R 13877 13877 12655 0 -1 4202560 67007 0 0 0 104885 55 0 0 25 0 4 0 641785262 955662336 222950 33554432000 134512640 135305190 4287066160 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=13880/tid=13883] ppid=13877 vsize=933264 CPUtime=1055.87 cores=1,3,5,7
/proc/13880/task/13883/stat : 13883 (manysat1.1_stat) R 13877 13877 12655 0 -1 4202560 35792 0 0 0 105551 36 0 0 25 0 4 0 641785262 955662336 222950 33554432000 134512640 135305190 4287066160 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4216.46
Current children cumulated vsize (KiB) 941964

[startup+1122.3 s]
/proc/loadavg: 8.10 8.10 8.02 9/359 13991
/proc/meminfo: memFree=7193884/32950928 swapFree=45937192/67111528
[pid=13877] ppid=13875 vsize=8700 CPUtime=5.51 cores=1,3,5,7
/proc/13877/stat : 13877 (manysat.sh) S 13875 13877 12655 0 -1 4202496 357 37696 0 0 0 0 538 13 18 0 1 0 641784645 8908800 252 33554432000 4194304 4922060 140734072463136 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/13877/statm: 2175 252 209 178 0 68 0
[pid=13880] ppid=13877 vsize=933804 CPUtime=4450.27 cores=1,3,5,7
/proc/13880/stat : 13880 (manysat1.1_stat) R 13877 13877 12655 0 -1 4202496 223192 0 0 0 444833 194 0 0 25 0 4 0 641785197 956215296 223113 33554432000 134512640 135305190 4287066160 18446744073709551615 134551998 0 0 4096 3 18446744073709551615 0 0 17 7 0 0 0
/proc/13880/statm: 233451 223113 84 194 0 233255 0
[pid=13880/tid=13881] ppid=13877 vsize=933804 CPUtime=1110.22 cores=1,3,5,7
/proc/13880/task/13881/stat : 13881 (manysat1.1_stat) R 13877 13877 12655 0 -1 4202560 40218 0 0 0 110981 41 0 0 25 0 4 0 641785262 956215296 223113 33554432000 134512640 135305190 4287066160 18446744073709551615 134528406 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=13880/tid=13882] ppid=13877 vsize=933804 CPUtime=1109.4 cores=1,3,5,7
/proc/13880/task/13882/stat : 13882 (manysat1.1_stat) R 13877 13877 12655 0 -1 4202560 67121 0 0 0 110885 55 0 0 25 0 4 0 641785262 956215296 223113 33554432000 134512640 135305190 4287066160 18446744073709551615 134528332 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=13880/tid=13883] ppid=13877 vsize=933804 CPUtime=1115.87 cores=1,3,5,7
/proc/13880/task/13883/stat : 13883 (manysat1.1_stat) R 13877 13877 12655 0 -1 4202560 35840 0 0 0 111551 36 0 0 25 0 4 0 641785262 956215296 223113 33554432000 134512640 135305190 4287066160 18446744073709551615 134556767 0 0 4096 3 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4455.78
Current children cumulated vsize (KiB) 942504

[startup+1182.3 s]
/proc/loadavg: 8.16 8.11 8.03 9/359 13993
/proc/meminfo: memFree=7186760/32950928 swapFree=45937192/67111528
[pid=13877] ppid=13875 vsize=8700 CPUtime=5.51 cores=1,3,5,7
/proc/13877/stat : 13877 (manysat.sh) S 13875 13877 12655 0 -1 4202496 357 37696 0 0 0 0 538 13 18 0 1 0 641784645 8908800 252 33554432000 4194304 4922060 140734072463136 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/13877/statm: 2175 252 209 178 0 68 0
[pid=13880] ppid=13877 vsize=934020 CPUtime=4689.57 cores=1,3,5,7
/proc/13880/stat : 13880 (manysat1.1_stat) R 13877 13877 12655 0 -1 4202496 223295 0 0 0 468762 195 0 0 25 0 4 0 641785197 956436480 223216 33554432000 134512640 135305190 4287066160 18446744073709551615 134528189 0 0 4096 3 18446744073709551615 0 0 17 7 0 0 0
/proc/13880/statm: 233505 223216 84 194 0 233309 0
[pid=13880/tid=13881] ppid=13877 vsize=934020 CPUtime=1170.22 cores=1,3,5,7
/proc/13880/task/13881/stat : 13881 (manysat1.1_stat) R 13877 13877 12655 0 -1 4202560 40218 0 0 0 116981 41 0 0 25 0 4 0 641785262 956436480 223216 33554432000 134512640 135305190 4287066160 18446744073709551615 134528189 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=13880/tid=13882] ppid=13877 vsize=934020 CPUtime=1169.4 cores=1,3,5,7
/proc/13880/task/13882/stat : 13882 (manysat1.1_stat) R 13877 13877 12655 0 -1 4202560 67158 0 0 0 116885 55 0 0 25 0 4 0 641785262 956436480 223216 33554432000 134512640 135305190 4287066160 18446744073709551615 134551628 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=13880/tid=13883] ppid=13877 vsize=934020 CPUtime=1175.84 cores=1,3,5,7
/proc/13880/task/13883/stat : 13883 (manysat1.1_stat) R 13877 13877 12655 0 -1 4202560 35888 0 0 0 117547 37 0 0 25 0 4 0 641785262 956436480 223216 33554432000 134512640 135305190 4287066160 18446744073709551615 134529136 0 0 4096 3 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4695.08
Current children cumulated vsize (KiB) 942720



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1208.7 s]
/proc/loadavg: 8.18 8.12 8.03 9/359 13994
/proc/meminfo: memFree=7176680/32950928 swapFree=45937192/67111528
[pid=13877] ppid=13875 vsize=8700 CPUtime=5.51 cores=1,3,5,7
/proc/13877/stat : 13877 (manysat.sh) S 13875 13877 12655 0 -1 4202496 357 37696 0 0 0 0 538 13 18 0 1 0 641784645 8908800 252 33554432000 4194304 4922060 140734072463136 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/13877/statm: 2175 252 209 178 0 68 0
[pid=13880] ppid=13877 vsize=934308 CPUtime=4794.89 cores=1,3,5,7
/proc/13880/stat : 13880 (manysat1.1_stat) R 13877 13877 12655 0 -1 4202496 223410 0 0 0 479293 196 0 0 25 0 4 0 641785197 956731392 223331 33554432000 134512640 135305190 4287066160 18446744073709551615 134528480 0 0 4096 3 18446744073709551615 0 0 17 7 0 0 0
/proc/13880/statm: 233577 223331 84 194 0 233381 0
[pid=13880/tid=13881] ppid=13877 vsize=934308 CPUtime=1196.64 cores=1,3,5,7
/proc/13880/task/13881/stat : 13881 (manysat1.1_stat) R 13877 13877 12655 0 -1 4202560 40218 0 0 0 119623 41 0 0 25 0 4 0 641785262 956731392 223331 33554432000 134512640 135305190 4287066160 18446744073709551615 134570407 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=13880/tid=13882] ppid=13877 vsize=934308 CPUtime=1195.82 cores=1,3,5,7
/proc/13880/task/13882/stat : 13882 (manysat1.1_stat) R 13877 13877 12655 0 -1 4202560 67217 0 0 0 119527 55 0 0 25 0 4 0 641785262 956731392 223331 33554432000 134512640 135305190 4287066160 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=13880/tid=13883] ppid=13877 vsize=934308 CPUtime=1202.25 cores=1,3,5,7
/proc/13880/task/13883/stat : 13883 (manysat1.1_stat) R 13877 13877 12655 0 -1 4202560 35888 0 0 0 120188 37 0 0 25 0 4 0 641785262 956731392 223331 33554432000 134512640 135305190 4287066160 18446744073709551615 134528557 0 0 4096 3 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4800.4
Current children cumulated vsize (KiB) 943008

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

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

[startup+1208.7 s]
/proc/loadavg: 8.18 8.12 8.03 9/359 13994
/proc/meminfo: memFree=7176680/32950928 swapFree=45937192/67111528
[pid=13877] ppid=13875 vsize=8700 CPUtime=5.51 cores=1,3,5,7
/proc/13877/stat : 13877 (manysat.sh) S 13875 13877 12655 0 -1 4202496 357 37696 0 0 0 0 538 13 18 0 1 0 641784645 8908800 252 33554432000 4194304 4922060 140734072463136 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/13877/statm: 2175 252 209 178 0 68 0
[pid=13880] ppid=13877 vsize=934308 CPUtime=4794.89 cores=1,3,5,7
/proc/13880/stat : 13880 (manysat1.1_stat) R 13877 13877 12655 0 -1 4202496 223410 0 0 0 479293 196 0 0 25 0 4 0 641785197 956731392 223331 33554432000 134512640 135305190 4287066160 18446744073709551615 134528480 0 0 4096 3 18446744073709551615 0 0 17 7 0 0 0
/proc/13880/statm: 233577 223331 84 194 0 233381 0
[pid=13880/tid=13881] ppid=13877 vsize=934308 CPUtime=1196.64 cores=1,3,5,7
/proc/13880/task/13881/stat : 13881 (manysat1.1_stat) R 13877 13877 12655 0 -1 4202560 40218 0 0 0 119623 41 0 0 25 0 4 0 641785262 956731392 223331 33554432000 134512640 135305190 4287066160 18446744073709551615 134570407 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=13880/tid=13882] ppid=13877 vsize=934308 CPUtime=1195.82 cores=1,3,5,7
/proc/13880/task/13882/stat : 13882 (manysat1.1_stat) R 13877 13877 12655 0 -1 4202560 67217 0 0 0 119527 55 0 0 25 0 4 0 641785262 956731392 223331 33554432000 134512640 135305190 4287066160 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=13880/tid=13883] ppid=13877 vsize=934308 CPUtime=1202.25 cores=1,3,5,7
/proc/13880/task/13883/stat : 13883 (manysat1.1_stat) R 13877 13877 12655 0 -1 4202560 35888 0 0 0 120188 37 0 0 25 0 4 0 641785262 956731392 223331 33554432000 134512640 135305190 4287066160 18446744073709551615 134528557 0 0 4096 3 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4800.4
Current children cumulated vsize (KiB) 943008

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 1208.72
CPU time (s): 4800.4
CPU user time (s): 4798.31
CPU system time (s): 2.09
CPU usage (%): 397.146
Max. virtual memory (cumulated for all children) (KiB): 943008

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

runsolver used 3.9114 second user time and 9.8825 second system time

The end

Launcher Data

Begin job on node149 at 2011-05-13 17:51:20
IDJOB=3362347
IDBENCH=84248
IDSOLVER=1838
FILE ID=node149/3362347-1305301879
RUNJOBID= node149-1305296390-12674
PBS_JOBID= 13321404
Free space on /tmp= 41984 MiB

SOLVER NAME= ManySAT 1.1 aimd 1/2009-03-20 (4 threads)
BENCH NAME= SAT03/industrial/schuppan/l2s/dme-03-1-k247-unsat.shuffled-as.sat03-407.cnf
COMMAND LINE= manysat.sh BENCHNAME aimd 1
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3362347-1305301879/watcher-3362347-1305301879 -o /tmp/evaluation-result-3362347-1305301879/solver-3362347-1305301879 -C 4800 -W 1300 -M 15500  manysat.sh HOME/instance-3362347-1305301879.cnf aimd 1

TIME LIMIT= 4800 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= 3fef216b3efe77c0f10ea0e0be664a94
RANDOM SEED=1252031525

node149.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.806
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.61
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.806
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.806
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.806
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.73
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.806
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.806
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.806
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.806
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:       6702012 kB
Buffers:        266912 kB
Cached:       19546812 kB
SwapCached:      19984 kB
Active:       10743836 kB
Inactive:     14820812 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:       6702012 kB
SwapTotal:    67111528 kB
SwapFree:     45937192 kB
Dirty:           16704 kB
Writeback:           0 kB
AnonPages:     5743388 kB
Mapped:          14560 kB
Slab:           547508 kB
PageTables:      74856 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 81687792 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 42176 MiB
End job on node149 at 2011-05-13 18:11:30