Trace number 3362155

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.17 1205.73

General information on the benchmark

Nameapplication/jarvisalo/smtqfbv-aigs/
smtlib-qfbv-aigs-countbits128-tseitin.cnf
MD5SUM47da9e46b00ffd3e0b0f453a6c3c9f38
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark2179.95
Satisfiable
(Un)Satisfiability was proved
Number of variables95810
Number of clauses287045
Sum of the clauses size669769
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 2191362
Number of clauses of size 395681
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.00	c Parsing...
0.00/0.12	c ==============================================================================
0.00/0.12	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.12	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.12	c ==============================================================================
0.00/0.12	c |         0 |  287043   669767 |   86112       0        0     nan |  0.000 % |
2.09/2.20	c |         0 |  165084   471456 |      --       0       --      -- |     --   | -121957/-198306
2.09/2.20	c ==============================================================================
2.09/2.20	c Result  :   #vars: 35680   #clauses: 165084   #literals: 471456
2.09/2.20	c CPU time:   2.16067 s
2.09/2.20	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-3362155-1305299464/watcher-3362155-1305299464 -o /tmp/evaluation-result-3362155-1305299464/solver-3362155-1305299464 -C 4800 -W 1300 -M 15500 manysat.sh HOME/instance-3362155-1305299464.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: 7.43 7.92 7.66 6/354 13483
/proc/meminfo: memFree=6144188/32950928 swapFree=45937192/67111528
[pid=13483] ppid=13481 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/13483/stat : 13483 (manysat.sh) S 13481 13483 12655 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 641543107 8908800 250 33554432000 4194304 4922060 140733366808928 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/13483/statm: 2175 250 209 178 0 68 0

[startup+0.057771 s]
/proc/loadavg: 7.43 7.92 7.66 6/354 13483
/proc/meminfo: memFree=6144188/32950928 swapFree=45937192/67111528
[pid=13483] ppid=13481 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/13483/stat : 13483 (manysat.sh) S 13481 13483 12655 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 641543107 8908800 250 33554432000 4194304 4922060 140733366808928 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/13483/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.100769 s]
/proc/loadavg: 7.43 7.92 7.66 6/354 13483
/proc/meminfo: memFree=6144188/32950928 swapFree=45937192/67111528
[pid=13483] ppid=13481 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/13483/stat : 13483 (manysat.sh) S 13481 13483 12655 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 641543107 8908800 250 33554432000 4194304 4922060 140733366808928 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/13483/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.30072 s]
/proc/loadavg: 7.43 7.92 7.66 6/354 13483
/proc/meminfo: memFree=6144188/32950928 swapFree=45937192/67111528
[pid=13483] ppid=13481 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/13483/stat : 13483 (manysat.sh) S 13481 13483 12655 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 641543107 8908800 250 33554432000 4194304 4922060 140733366808928 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/13483/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.700645 s]
/proc/loadavg: 7.43 7.92 7.66 6/354 13483
/proc/meminfo: memFree=6144188/32950928 swapFree=45937192/67111528
[pid=13483] ppid=13481 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/13483/stat : 13483 (manysat.sh) S 13481 13483 12655 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 641543107 8908800 250 33554432000 4194304 4922060 140733366808928 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/13483/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50049 s]
/proc/loadavg: 7.43 7.92 7.66 6/356 13485
/proc/meminfo: memFree=6094424/32950928 swapFree=45937192/67111528
[pid=13483] ppid=13481 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/13483/stat : 13483 (manysat.sh) S 13481 13483 12655 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 641543107 8908800 250 33554432000 4194304 4922060 140733366808928 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/13483/statm: 2175 250 209 178 0 68 0
[pid=13484] ppid=13483 vsize=51676 CPUtime=1.49 cores=1,3,5,7
/proc/13484/stat : 13484 (SatElite) R 13483 13483 12655 0 -1 4202496 12383 0 0 0 146 3 0 0 25 0 1 0 641543108 52916224 11448 33554432000 134512640 135034092 4291000752 18446744073709551615 134566212 0 0 4096 3 0 0 0 17 3 0 0 0
/proc/13484/statm: 12919 11448 68 128 0 12789 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 60376

[startup+3.10109 s]
/proc/loadavg: 7.43 7.92 7.66 6/356 13485
/proc/meminfo: memFree=6086736/32950928 swapFree=45937192/67111528
[pid=13483] ppid=13481 vsize=8700 CPUtime=2.3 cores=1,3,5,7
/proc/13483/stat : 13483 (manysat.sh) S 13481 13483 12655 0 -1 4202496 357 13574 0 0 0 0 226 4 18 0 1 0 641543107 8908800 253 33554432000 4194304 4922060 140733366808928 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/13483/statm: 2175 253 209 178 0 68 0
Current children cumulated CPU time (s) 2.3
Current children cumulated vsize (KiB) 8700
heavy processes:

[startup+6.30045 s]
/proc/loadavg: 7.48 7.92 7.66 10/359 13489
/proc/meminfo: memFree=6070976/32950928 swapFree=45937192/67111528
[pid=13483] ppid=13481 vsize=8700 CPUtime=2.3 cores=1,3,5,7
/proc/13483/stat : 13483 (manysat.sh) S 13481 13483 12655 0 -1 4202496 357 13574 0 0 0 0 226 4 18 0 1 0 641543107 8908800 253 33554432000 4194304 4922060 140733366808928 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/13483/statm: 2175 253 209 178 0 68 0
[pid=13486] ppid=13483 vsize=95300 CPUtime=15.24 cores=1,3,5,7
/proc/13486/stat : 13486 (manysat1.1_stat) R 13483 13483 12655 0 -1 4202496 15163 0 0 0 1515 9 0 0 25 0 4 0 641543338 97587200 15112 33554432000 134512640 135305190 4288860656 18446744073709551615 134528802 0 0 4096 3 18446744073709551615 0 0 17 7 0 0 0
/proc/13486/statm: 23825 15112 84 194 0 23629 0
[pid=13486/tid=13487] ppid=13483 vsize=95300 CPUtime=3.76 cores=1,3,5,7
/proc/13486/task/13487/stat : 13487 (manysat1.1_stat) R 13483 13483 12655 0 -1 4202560 889 0 0 0 375 1 0 0 19 0 4 0 641543358 97587200 15112 33554432000 134512640 135305190 4288860656 18446744073709551615 134551712 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=13486/tid=13488] ppid=13483 vsize=95300 CPUtime=3.72 cores=1,3,5,7
/proc/13486/task/13488/stat : 13488 (manysat1.1_stat) R 13483 13483 12655 0 -1 4202560 747 0 0 0 371 1 0 0 25 0 4 0 641543358 97587200 15112 33554432000 134512640 135305190 4288860656 18446744073709551615 134529138 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=13486/tid=13489] ppid=13483 vsize=95300 CPUtime=3.77 cores=1,3,5,7
/proc/13486/task/13489/stat : 13489 (manysat1.1_stat) R 13483 13483 12655 0 -1 4202560 1099 0 0 0 375 2 0 0 25 0 4 0 641543358 97587200 15112 33554432000 134512640 135305190 4288860656 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 17.54
Current children cumulated vsize (KiB) 104000

[startup+12.7012 s]
/proc/loadavg: 7.60 7.94 7.67 9/359 13489
/proc/meminfo: memFree=6045156/32950928 swapFree=45937192/67111528
[pid=13483] ppid=13481 vsize=8700 CPUtime=2.3 cores=1,3,5,7
/proc/13483/stat : 13483 (manysat.sh) S 13481 13483 12655 0 -1 4202496 357 13574 0 0 0 0 226 4 18 0 1 0 641543107 8908800 253 33554432000 4194304 4922060 140733366808928 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/13483/statm: 2175 253 209 178 0 68 0
[pid=13486] ppid=13483 vsize=124036 CPUtime=40.76 cores=1,3,5,7
/proc/13486/stat : 13486 (manysat1.1_stat) R 13483 13483 12655 0 -1 4202496 22260 0 0 0 4063 13 0 0 25 0 4 0 641543338 127012864 22209 33554432000 134512640 135305190 4288860656 18446744073709551615 134528442 0 0 4096 3 18446744073709551615 0 0 17 7 0 0 0
/proc/13486/statm: 31009 22209 84 194 0 30813 0
[pid=13486/tid=13487] ppid=13483 vsize=124036 CPUtime=10.17 cores=1,3,5,7
/proc/13486/task/13487/stat : 13487 (manysat1.1_stat) R 13483 13483 12655 0 -1 4202560 2146 0 0 0 1015 2 0 0 25 0 4 0 641543358 127012864 22209 33554432000 134512640 135305190 4288860656 18446744073709551615 134529134 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=13486/tid=13488] ppid=13483 vsize=124036 CPUtime=10.13 cores=1,3,5,7
/proc/13486/task/13488/stat : 13488 (manysat1.1_stat) R 13483 13483 12655 0 -1 4202560 2870 0 0 0 1011 2 0 0 25 0 4 0 641543358 127012864 22209 33554432000 134512640 135305190 4288860656 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=13486/tid=13489] ppid=13483 vsize=124036 CPUtime=10.16 cores=1,3,5,7
/proc/13486/task/13489/stat : 13489 (manysat1.1_stat) R 13483 13483 12655 0 -1 4202560 2866 0 0 0 1014 2 0 0 25 0 4 0 641543358 127012864 22209 33554432000 134512640 135305190 4288860656 18446744073709551615 134528301 0 0 4096 3 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 43.06
Current children cumulated vsize (KiB) 132736

[startup+25.5006 s]
/proc/loadavg: 7.76 7.95 7.68 9/359 13490
/proc/meminfo: memFree=6004360/32950928 swapFree=45937192/67111528
[pid=13483] ppid=13481 vsize=8700 CPUtime=2.3 cores=1,3,5,7
/proc/13483/stat : 13483 (manysat.sh) S 13481 13483 12655 0 -1 4202496 357 13574 0 0 0 0 226 4 18 0 1 0 641543107 8908800 253 33554432000 4194304 4922060 140733366808928 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/13483/statm: 2175 253 209 178 0 68 0
[pid=13486] ppid=13483 vsize=162600 CPUtime=91.78 cores=1,3,5,7
/proc/13486/stat : 13486 (manysat1.1_stat) R 13483 13483 12655 0 -1 4202496 31713 0 0 0 9159 19 0 0 25 0 4 0 641543338 166502400 31641 33554432000 134512640 135305190 4288860656 18446744073709551615 134528301 0 0 4096 3 18446744073709551615 0 0 17 5 0 0 0
/proc/13486/statm: 40650 31641 84 194 0 40454 0
[pid=13486/tid=13487] ppid=13483 vsize=162600 CPUtime=22.96 cores=1,3,5,7
/proc/13486/task/13487/stat : 13487 (manysat1.1_stat) R 13483 13483 12655 0 -1 4202560 3930 0 0 0 2293 3 0 0 25 0 4 0 641543358 166502400 31641 33554432000 134512640 135305190 4288860656 18446744073709551615 134528503 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=13486/tid=13488] ppid=13483 vsize=162600 CPUtime=22.93 cores=1,3,5,7
/proc/13486/task/13488/stat : 13488 (manysat1.1_stat) R 13483 13483 12655 0 -1 4202560 5202 0 0 0 2289 4 0 0 25 0 4 0 641543358 166502400 31641 33554432000 134512640 135305190 4288860656 18446744073709551615 134531061 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=13486/tid=13489] ppid=13483 vsize=162600 CPUtime=22.87 cores=1,3,5,7
/proc/13486/task/13489/stat : 13489 (manysat1.1_stat) R 13483 13483 12655 0 -1 4202560 6026 0 0 0 2283 4 0 0 25 0 4 0 641543358 166502400 31641 33554432000 134512640 135305190 4288860656 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 94.08
Current children cumulated vsize (KiB) 171300

[startup+51.1005 s]
/proc/loadavg: 7.84 7.96 7.69 9/359 13490
/proc/meminfo: memFree=5948484/32950928 swapFree=45937192/67111528
[pid=13483] ppid=13481 vsize=8700 CPUtime=2.3 cores=1,3,5,7
/proc/13483/stat : 13483 (manysat.sh) S 13481 13483 12655 0 -1 4202496 357 13574 0 0 0 0 226 4 18 0 1 0 641543107 8908800 253 33554432000 4194304 4922060 140733366808928 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/13483/statm: 2175 253 209 178 0 68 0
[pid=13486] ppid=13483 vsize=222180 CPUtime=193.88 cores=1,3,5,7
/proc/13486/stat : 13486 (manysat1.1_stat) R 13483 13483 12655 0 -1 4202496 46439 0 0 0 19360 28 0 0 25 0 4 0 641543338 227512320 46367 33554432000 134512640 135305190 4288860656 18446744073709551615 134551691 0 0 4096 3 18446744073709551615 0 0 17 5 0 0 0
/proc/13486/statm: 55545 46367 84 194 0 55349 0
[pid=13486/tid=13487] ppid=13483 vsize=222180 CPUtime=48.55 cores=1,3,5,7
/proc/13486/task/13487/stat : 13487 (manysat1.1_stat) R 13483 13483 12655 0 -1 4202560 7525 0 0 0 4849 6 0 0 25 0 4 0 641543358 227512320 46367 33554432000 134512640 135305190 4288860656 18446744073709551615 134528548 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=13486/tid=13488] ppid=13483 vsize=222180 CPUtime=48.53 cores=1,3,5,7
/proc/13486/task/13488/stat : 13488 (manysat1.1_stat) R 13483 13483 12655 0 -1 4202560 7547 0 0 0 4848 5 0 0 25 0 4 0 641543358 227512320 46367 33554432000 134512640 135305190 4288860656 18446744073709551615 134840070 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=13486/tid=13489] ppid=13483 vsize=222180 CPUtime=48.19 cores=1,3,5,7
/proc/13486/task/13489/stat : 13489 (manysat1.1_stat) R 13483 13483 12655 0 -1 4202560 10112 0 0 0 4812 7 0 0 25 0 4 0 641543358 227512320 46367 33554432000 134512640 135305190 4288860656 18446744073709551615 134551697 0 0 4096 3 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 196.18
Current children cumulated vsize (KiB) 230880

[startup+102.313 s]
/proc/loadavg: 7.85 7.93 7.69 9/359 13525
/proc/meminfo: memFree=7945904/32950928 swapFree=45937192/67111528
[pid=13483] ppid=13481 vsize=8700 CPUtime=2.3 cores=1,3,5,7
/proc/13483/stat : 13483 (manysat.sh) S 13481 13483 12655 0 -1 4202496 357 13574 0 0 0 0 226 4 18 0 1 0 641543107 8908800 253 33554432000 4194304 4922060 140733366808928 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/13483/statm: 2175 253 209 178 0 68 0
[pid=13486] ppid=13483 vsize=299548 CPUtime=398.03 cores=1,3,5,7
/proc/13486/stat : 13486 (manysat1.1_stat) R 13483 13483 12655 0 -1 4202496 65751 0 0 0 39760 43 0 0 25 0 4 0 641543338 306737152 65679 33554432000 134512640 135305190 4288860656 18446744073709551615 134528298 0 0 4096 3 18446744073709551615 0 0 17 5 0 0 0
/proc/13486/statm: 74887 65679 84 194 0 74691 0
[pid=13486/tid=13487] ppid=13483 vsize=299548 CPUtime=99.73 cores=1,3,5,7
/proc/13486/task/13487/stat : 13487 (manysat1.1_stat) R 13483 13483 12655 0 -1 4202560 12626 0 0 0 9963 10 0 0 25 0 4 0 641543358 306737152 65679 33554432000 134512640 135305190 4288860656 18446744073709551615 134528371 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=13486/tid=13488] ppid=13483 vsize=299548 CPUtime=99.7 cores=1,3,5,7
/proc/13486/task/13488/stat : 13488 (manysat1.1_stat) R 13483 13483 12655 0 -1 4202560 9280 0 0 0 9964 6 0 0 25 0 4 0 641543358 306737152 65679 33554432000 134512640 135305190 4288860656 18446744073709551615 134528768 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=13486/tid=13489] ppid=13483 vsize=299548 CPUtime=98.81 cores=1,3,5,7
/proc/13486/task/13489/stat : 13489 (manysat1.1_stat) R 13483 13483 12655 0 -1 4202560 16128 0 0 0 9870 11 0 0 25 0 4 0 641543358 306737152 65679 33554432000 134512640 135305190 4288860656 18446744073709551615 134528310 0 0 4096 3 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 400.33
Current children cumulated vsize (KiB) 308248

[startup+162.3 s]
/proc/loadavg: 8.06 7.97 7.72 9/359 13526
/proc/meminfo: memFree=7809180/32950928 swapFree=45937192/67111528
[pid=13483] ppid=13481 vsize=8700 CPUtime=2.3 cores=1,3,5,7
/proc/13483/stat : 13483 (manysat.sh) S 13481 13483 12655 0 -1 4202496 357 13574 0 0 0 0 226 4 18 0 1 0 641543107 8908800 253 33554432000 4194304 4922060 140733366808928 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/13483/statm: 2175 253 209 178 0 68 0
[pid=13486] ppid=13483 vsize=364500 CPUtime=637.24 cores=1,3,5,7
/proc/13486/stat : 13486 (manysat1.1_stat) R 13483 13483 12655 0 -1 4202496 82038 0 0 0 63669 55 0 0 25 0 4 0 641543338 373248000 81966 33554432000 134512640 135305190 4288860656 18446744073709551615 134551804 0 0 4096 3 18446744073709551615 0 0 17 5 0 0 0
/proc/13486/statm: 91125 81966 84 194 0 90929 0
[pid=13486/tid=13487] ppid=13483 vsize=364500 CPUtime=159.7 cores=1,3,5,7
/proc/13486/task/13487/stat : 13487 (manysat1.1_stat) R 13483 13483 12655 0 -1 4202560 15682 0 0 0 15957 13 0 0 25 0 4 0 641543358 373248000 81966 33554432000 134512640 135305190 4288860656 18446744073709551615 134556792 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=13486/tid=13488] ppid=13483 vsize=364500 CPUtime=159.58 cores=1,3,5,7
/proc/13486/task/13488/stat : 13488 (manysat1.1_stat) R 13483 13483 12655 0 -1 4202560 11250 0 0 0 15950 8 0 0 25 0 4 0 641543358 373248000 81966 33554432000 134512640 135305190 4288860656 18446744073709551615 134528406 0 0 4096 3 0 0 0 -1 7 0 0 0
[pid=13486/tid=13489] ppid=13483 vsize=364500 CPUtime=158.21 cores=1,3,5,7
/proc/13486/task/13489/stat : 13489 (manysat1.1_stat) R 13483 13483 12655 0 -1 4202560 22516 0 0 0 15805 16 0 0 25 0 4 0 641543358 373248000 81966 33554432000 134512640 135305190 4288860656 18446744073709551615 134551697 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 639.54
Current children cumulated vsize (KiB) 373200

[startup+222.3 s]
/proc/loadavg: 8.06 7.98 7.73 9/359 13528
/proc/meminfo: memFree=7731864/32950928 swapFree=45937192/67111528
[pid=13483] ppid=13481 vsize=8700 CPUtime=2.3 cores=1,3,5,7
/proc/13483/stat : 13483 (manysat.sh) S 13481 13483 12655 0 -1 4202496 357 13574 0 0 0 0 226 4 18 0 1 0 641543107 8908800 253 33554432000 4194304 4922060 140733366808928 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/13483/statm: 2175 253 209 178 0 68 0

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

/proc/13486/task/13489/stat : 13489 (manysat1.1_stat) R 13483 13483 12655 0 -1 4202560 85615 0 0 0 81736 61 0 0 25 0 4 0 641543358 1313619968 310597 33554432000 134512640 135305190 4288860656 18446744073709551615 134528301 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3271.21
Current children cumulated vsize (KiB) 1291532

[startup+882.301 s]
/proc/loadavg: 8.13 8.07 7.89 9/359 13578
/proc/meminfo: memFree=6853040/32950928 swapFree=45937192/67111528
[pid=13483] ppid=13481 vsize=8700 CPUtime=2.3 cores=1,3,5,7
/proc/13483/stat : 13483 (manysat.sh) S 13481 13483 12655 0 -1 4202496 357 13574 0 0 0 0 226 4 18 0 1 0 641543107 8908800 253 33554432000 4194304 4922060 140733366808928 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/13483/statm: 2175 253 209 178 0 68 0
[pid=13486] ppid=13483 vsize=1285060 CPUtime=3508.26 cores=1,3,5,7
/proc/13486/stat : 13486 (manysat1.1_stat) R 13483 13483 12655 0 -1 4202496 311253 0 0 0 350605 221 0 0 25 0 4 0 641543338 1315901440 311110 33554432000 134512640 135305190 4288860656 18446744073709551615 134528229 0 0 4096 3 18446744073709551615 0 0 17 1 0 0 0
/proc/13486/statm: 321265 311110 84 194 0 321069 0
[pid=13486/tid=13487] ppid=13483 vsize=1285060 CPUtime=877.99 cores=1,3,5,7
/proc/13486/task/13487/stat : 13487 (manysat1.1_stat) R 13483 13483 12655 0 -1 4202560 56485 0 0 0 87752 47 0 0 25 0 4 0 641543358 1315901440 311110 33554432000 134512640 135305190 4288860656 18446744073709551615 134528503 0 0 4096 3 0 0 0 -1 7 0 0 0
[pid=13486/tid=13488] ppid=13483 vsize=1285060 CPUtime=875.83 cores=1,3,5,7
/proc/13486/task/13488/stat : 13488 (manysat1.1_stat) R 13483 13483 12655 0 -1 4202560 63610 0 0 0 87538 45 0 0 25 0 4 0 641543358 1315901440 311110 33554432000 134512640 135305190 4288860656 18446744073709551615 134551651 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=13486/tid=13489] ppid=13483 vsize=1285060 CPUtime=877.97 cores=1,3,5,7
/proc/13486/task/13489/stat : 13489 (manysat1.1_stat) R 13483 13483 12655 0 -1 4202560 85928 0 0 0 87735 62 0 0 25 0 4 0 641543358 1315901440 311110 33554432000 134512640 135305190 4288860656 18446744073709551615 134551651 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3510.56
Current children cumulated vsize (KiB) 1293760

[startup+942.301 s]
/proc/loadavg: 8.14 8.08 7.91 9/359 13580
/proc/meminfo: memFree=6803856/32950928 swapFree=45937192/67111528
[pid=13483] ppid=13481 vsize=8700 CPUtime=2.3 cores=1,3,5,7
/proc/13483/stat : 13483 (manysat.sh) S 13481 13483 12655 0 -1 4202496 357 13574 0 0 0 0 226 4 18 0 1 0 641543107 8908800 253 33554432000 4194304 4922060 140733366808928 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/13483/statm: 2175 253 209 178 0 68 0
[pid=13486] ppid=13483 vsize=1288056 CPUtime=3747.35 cores=1,3,5,7
/proc/13486/stat : 13486 (manysat1.1_stat) R 13483 13483 12655 0 -1 4202496 311956 0 0 0 374509 226 0 0 25 0 4 0 641543338 1318969344 311813 33554432000 134512640 135305190 4288860656 18446744073709551615 134551726 0 0 4096 3 18446744073709551615 0 0 17 1 0 0 0
/proc/13486/statm: 322014 311813 84 194 0 321818 0
[pid=13486/tid=13487] ppid=13483 vsize=1288056 CPUtime=937.36 cores=1,3,5,7
/proc/13486/task/13487/stat : 13487 (manysat1.1_stat) R 13483 13483 12655 0 -1 4202560 56623 0 0 0 93687 49 0 0 25 0 4 0 641543358 1318969344 311813 33554432000 134512640 135305190 4288860656 18446744073709551615 134528480 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=13486/tid=13488] ppid=13483 vsize=1288056 CPUtime=935.56 cores=1,3,5,7
/proc/13486/task/13488/stat : 13488 (manysat1.1_stat) R 13483 13483 12655 0 -1 4202560 64034 0 0 0 93509 47 0 0 25 0 4 0 641543358 1318969344 311813 33554432000 134512640 135305190 4288860656 18446744073709551615 134551848 0 0 4096 3 0 0 0 -1 7 0 0 0
[pid=13486/tid=13489] ppid=13483 vsize=1288056 CPUtime=937.97 cores=1,3,5,7
/proc/13486/task/13489/stat : 13489 (manysat1.1_stat) R 13483 13483 12655 0 -1 4202560 86046 0 0 0 93734 63 0 0 25 0 4 0 641543358 1318969344 311813 33554432000 134512640 135305190 4288860656 18446744073709551615 134551720 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3749.65
Current children cumulated vsize (KiB) 1296756

[startup+1002.3 s]
/proc/loadavg: 8.05 8.07 7.91 9/359 13582
/proc/meminfo: memFree=6789768/32950928 swapFree=45937192/67111528
[pid=13483] ppid=13481 vsize=8700 CPUtime=2.3 cores=1,3,5,7
/proc/13483/stat : 13483 (manysat.sh) S 13481 13483 12655 0 -1 4202496 357 13574 0 0 0 0 226 4 18 0 1 0 641543107 8908800 253 33554432000 4194304 4922060 140733366808928 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/13483/statm: 2175 253 209 178 0 68 0
[pid=13486] ppid=13483 vsize=1298368 CPUtime=3986.6 cores=1,3,5,7
/proc/13486/stat : 13486 (manysat1.1_stat) R 13483 13483 12655 0 -1 4202496 314634 0 0 0 398430 230 0 0 25 0 4 0 641543338 1329528832 314491 33554432000 134512640 135305190 4288860656 18446744073709551615 134547909 0 0 4096 3 18446744073709551615 0 0 17 1 0 0 0
/proc/13486/statm: 324592 314491 84 194 0 324396 0
[pid=13486/tid=13487] ppid=13483 vsize=1298368 CPUtime=997.36 cores=1,3,5,7
/proc/13486/task/13487/stat : 13487 (manysat1.1_stat) R 13483 13483 12655 0 -1 4202560 58035 0 0 0 99685 51 0 0 25 0 4 0 641543358 1329528832 314491 33554432000 134512640 135305190 4288860656 18446744073709551615 134528768 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=13486/tid=13488] ppid=13483 vsize=1298368 CPUtime=995.14 cores=1,3,5,7
/proc/13486/task/13488/stat : 13488 (manysat1.1_stat) R 13483 13483 12655 0 -1 4202560 64886 0 0 0 99466 48 0 0 25 0 4 0 641543358 1329528832 314491 33554432000 134512640 135305190 4288860656 18446744073709551615 134553262 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=13486/tid=13489] ppid=13483 vsize=1298368 CPUtime=997.64 cores=1,3,5,7
/proc/13486/task/13489/stat : 13489 (manysat1.1_stat) R 13483 13483 12655 0 -1 4202560 86354 0 0 0 99700 64 0 0 25 0 4 0 641543358 1329528832 314491 33554432000 134512640 135305190 4288860656 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3988.9
Current children cumulated vsize (KiB) 1307068

[startup+1062.3 s]
/proc/loadavg: 8.10 8.08 7.92 9/359 13583
/proc/meminfo: memFree=6755084/32950928 swapFree=45937192/67111528
[pid=13483] ppid=13481 vsize=8700 CPUtime=2.3 cores=1,3,5,7
/proc/13483/stat : 13483 (manysat.sh) S 13481 13483 12655 0 -1 4202496 357 13574 0 0 0 0 226 4 18 0 1 0 641543107 8908800 253 33554432000 4194304 4922060 140733366808928 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/13483/statm: 2175 253 209 178 0 68 0
[pid=13486] ppid=13483 vsize=1317824 CPUtime=4225.82 cores=1,3,5,7
/proc/13486/stat : 13486 (manysat1.1_stat) R 13483 13483 12655 0 -1 4202496 319470 0 0 0 422345 237 0 0 25 0 4 0 641543338 1349451776 319327 33554432000 134512640 135305190 4288860656 18446744073709551615 134551614 0 0 4096 3 18446744073709551615 0 0 17 7 0 0 0
/proc/13486/statm: 329456 319327 84 194 0 329260 0
[pid=13486/tid=13487] ppid=13483 vsize=1317824 CPUtime=1057.36 cores=1,3,5,7
/proc/13486/task/13487/stat : 13487 (manysat1.1_stat) R 13483 13483 12655 0 -1 4202560 59485 0 0 0 105684 52 0 0 25 0 4 0 641543358 1349451776 319327 33554432000 134512640 135305190 4288860656 18446744073709551615 134528252 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=13486/tid=13488] ppid=13483 vsize=1317824 CPUtime=1055.14 cores=1,3,5,7
/proc/13486/task/13488/stat : 13488 (manysat1.1_stat) R 13483 13483 12655 0 -1 4202560 66402 0 0 0 105464 50 0 0 25 0 4 0 641543358 1349451776 319327 33554432000 134512640 135305190 4288860656 18446744073709551615 134551651 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=13486/tid=13489] ppid=13483 vsize=1317824 CPUtime=1057.23 cores=1,3,5,7
/proc/13486/task/13489/stat : 13489 (manysat1.1_stat) R 13483 13483 12655 0 -1 4202560 87439 0 0 0 105658 65 0 0 25 0 4 0 641543358 1349451776 319327 33554432000 134512640 135305190 4288860656 18446744073709551615 134551697 0 0 4096 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4228.12
Current children cumulated vsize (KiB) 1326524

[startup+1122.3 s]
/proc/loadavg: 8.15 8.11 7.94 9/359 13585
/proc/meminfo: memFree=6712232/32950928 swapFree=45937192/67111528
[pid=13483] ppid=13481 vsize=8700 CPUtime=2.3 cores=1,3,5,7
/proc/13483/stat : 13483 (manysat.sh) S 13481 13483 12655 0 -1 4202496 357 13574 0 0 0 0 226 4 18 0 1 0 641543107 8908800 253 33554432000 4194304 4922060 140733366808928 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/13483/statm: 2175 253 209 178 0 68 0
[pid=13486] ppid=13483 vsize=1346496 CPUtime=4465.17 cores=1,3,5,7
/proc/13486/stat : 13486 (manysat1.1_stat) R 13483 13483 12655 0 -1 4202496 326800 0 0 0 446271 246 0 0 25 0 4 0 641543338 1378811904 326657 33554432000 134512640 135305190 4288860656 18446744073709551615 134528406 0 0 4096 3 18446744073709551615 0 0 17 7 0 0 0
/proc/13486/statm: 336624 326657 84 194 0 336428 0
[pid=13486/tid=13487] ppid=13483 vsize=1346496 CPUtime=1117.37 cores=1,3,5,7
/proc/13486/task/13487/stat : 13487 (manysat1.1_stat) R 13483 13483 12655 0 -1 4202560 60459 0 0 0 111683 54 0 0 25 0 4 0 641543358 1378811904 326657 33554432000 134512640 135305190 4288860656 18446744073709551615 134528503 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=13486/tid=13488] ppid=13483 vsize=1346496 CPUtime=1115.15 cores=1,3,5,7
/proc/13486/task/13488/stat : 13488 (manysat1.1_stat) R 13483 13483 12655 0 -1 4202560 67965 0 0 0 111463 52 0 0 25 0 4 0 641543358 1378811904 326657 33554432000 134512640 135305190 4288860656 18446744073709551615 134551681 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=13486/tid=13489] ppid=13483 vsize=1346496 CPUtime=1117.24 cores=1,3,5,7
/proc/13486/task/13489/stat : 13489 (manysat1.1_stat) R 13483 13483 12655 0 -1 4202560 89682 0 0 0 111656 68 0 0 25 0 4 0 641543358 1378811904 326657 33554432000 134512640 135305190 4288860656 18446744073709551615 134528768 0 0 4096 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4467.47
Current children cumulated vsize (KiB) 1355196

[startup+1182.3 s]
/proc/loadavg: 8.09 8.10 7.94 9/359 13586
/proc/meminfo: memFree=6542148/32950928 swapFree=45937192/67111528
[pid=13483] ppid=13481 vsize=8700 CPUtime=2.3 cores=1,3,5,7
/proc/13483/stat : 13483 (manysat.sh) S 13481 13483 12655 0 -1 4202496 357 13574 0 0 0 0 226 4 18 0 1 0 641543107 8908800 253 33554432000 4194304 4922060 140733366808928 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/13483/statm: 2175 253 209 178 0 68 0
[pid=13486] ppid=13483 vsize=1518524 CPUtime=4704.52 cores=1,3,5,7
/proc/13486/stat : 13486 (manysat1.1_stat) R 13483 13483 12655 0 -1 4202496 369694 0 0 0 470174 278 0 0 25 0 4 0 641543338 1554968576 369551 33554432000 134512640 135305190 4288860656 18446744073709551615 134528298 0 0 4096 3 18446744073709551615 0 0 17 7 0 0 0
/proc/13486/statm: 379631 369551 84 194 0 379435 0
[pid=13486/tid=13487] ppid=13483 vsize=1518524 CPUtime=1177.36 cores=1,3,5,7
/proc/13486/task/13487/stat : 13487 (manysat1.1_stat) R 13483 13483 12655 0 -1 4202560 67619 0 0 0 117677 59 0 0 25 0 4 0 641543358 1554968576 369551 33554432000 134512640 135305190 4288860656 18446744073709551615 134528254 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=13486/tid=13488] ppid=13483 vsize=1518524 CPUtime=1175.15 cores=1,3,5,7
/proc/13486/task/13488/stat : 13488 (manysat1.1_stat) R 13483 13483 12655 0 -1 4202560 80452 0 0 0 117453 62 0 0 25 0 4 0 641543358 1554968576 369551 33554432000 134512640 135305190 4288860656 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=13486/tid=13489] ppid=13483 vsize=1518524 CPUtime=1177.24 cores=1,3,5,7
/proc/13486/task/13489/stat : 13489 (manysat1.1_stat) R 13483 13483 12655 0 -1 4202560 103216 0 0 0 117649 75 0 0 25 0 4 0 641543358 1554968576 369551 33554432000 134512640 135305190 4288860656 18446744073709551615 134528501 0 0 4096 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4706.82
Current children cumulated vsize (KiB) 1527224



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1205.7 s]
/proc/loadavg: 8.12 8.11 7.95 9/359 13587
/proc/meminfo: memFree=6407576/32950928 swapFree=45937192/67111528
[pid=13483] ppid=13481 vsize=8700 CPUtime=2.3 cores=1,3,5,7
/proc/13483/stat : 13483 (manysat.sh) S 13481 13483 12655 0 -1 4202496 357 13574 0 0 0 0 226 4 18 0 1 0 641543107 8908800 253 33554432000 4194304 4922060 140733366808928 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/13483/statm: 2175 253 209 178 0 68 0
[pid=13486] ppid=13483 vsize=1645916 CPUtime=4797.87 cores=1,3,5,7
/proc/13486/stat : 13486 (manysat1.1_stat) R 13483 13483 12655 0 -1 4202496 401468 0 0 0 479495 292 0 0 25 0 4 0 641543338 1685417984 401325 33554432000 134512640 135305190 4288860656 18446744073709551615 134528229 0 0 4096 3 18446744073709551615 0 0 17 7 0 0 0
/proc/13486/statm: 411479 401326 84 194 0 411283 0
[pid=13486/tid=13487] ppid=13483 vsize=1645916 CPUtime=1200.78 cores=1,3,5,7
/proc/13486/task/13487/stat : 13487 (manysat1.1_stat) R 13483 13483 12655 0 -1 4202560 71259 0 0 0 120017 61 0 0 25 0 4 0 641543358 1685417984 401333 33554432000 134512640 135305190 4288860656 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=13486/tid=13488] ppid=13483 vsize=1645916 CPUtime=1198.56 cores=1,3,5,7
/proc/13486/task/13488/stat : 13488 (manysat1.1_stat) R 13483 13483 12655 0 -1 4202560 89048 0 0 0 119789 67 0 0 25 0 4 0 641543358 1685417984 401333 33554432000 134512640 135305190 4288860656 18446744073709551615 134528178 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=13486/tid=13489] ppid=13483 vsize=1645916 CPUtime=1200.65 cores=1,3,5,7
/proc/13486/task/13489/stat : 13489 (manysat1.1_stat) R 13483 13483 12655 0 -1 4202560 110985 0 0 0 119987 78 0 0 25 0 4 0 641543358 1685417984 401333 33554432000 134512640 135305190 4288860656 18446744073709551615 134528402 0 0 4096 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4800.17
Current children cumulated vsize (KiB) 1654616

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

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

[startup+1205.7 s]
/proc/loadavg: 8.12 8.11 7.95 9/359 13587
/proc/meminfo: memFree=6407576/32950928 swapFree=45937192/67111528
[pid=13483] ppid=13481 vsize=8700 CPUtime=2.3 cores=1,3,5,7
/proc/13483/stat : 13483 (manysat.sh) S 13481 13483 12655 0 -1 4202496 357 13574 0 0 0 0 226 4 18 0 1 0 641543107 8908800 253 33554432000 4194304 4922060 140733366808928 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/13483/statm: 2175 253 209 178 0 68 0
[pid=13486] ppid=13483 vsize=1645916 CPUtime=4797.87 cores=1,3,5,7
/proc/13486/stat : 13486 (manysat1.1_stat) R 13483 13483 12655 0 -1 4202496 401468 0 0 0 479495 292 0 0 25 0 4 0 641543338 1685417984 401325 33554432000 134512640 135305190 4288860656 18446744073709551615 134528229 0 0 4096 3 18446744073709551615 0 0 17 7 0 0 0
/proc/13486/statm: 411479 401326 84 194 0 411283 0
[pid=13486/tid=13487] ppid=13483 vsize=1645916 CPUtime=1200.78 cores=1,3,5,7
/proc/13486/task/13487/stat : 13487 (manysat1.1_stat) R 13483 13483 12655 0 -1 4202560 71259 0 0 0 120017 61 0 0 25 0 4 0 641543358 1685417984 401333 33554432000 134512640 135305190 4288860656 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=13486/tid=13488] ppid=13483 vsize=1645916 CPUtime=1198.56 cores=1,3,5,7
/proc/13486/task/13488/stat : 13488 (manysat1.1_stat) R 13483 13483 12655 0 -1 4202560 89048 0 0 0 119789 67 0 0 25 0 4 0 641543358 1685417984 401333 33554432000 134512640 135305190 4288860656 18446744073709551615 134528178 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=13486/tid=13489] ppid=13483 vsize=1645916 CPUtime=1200.65 cores=1,3,5,7
/proc/13486/task/13489/stat : 13489 (manysat1.1_stat) R 13483 13483 12655 0 -1 4202560 110985 0 0 0 119987 78 0 0 25 0 4 0 641543358 1685417984 401333 33554432000 134512640 135305190 4288860656 18446744073709551615 134528402 0 0 4096 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4800.17
Current children cumulated vsize (KiB) 1654616

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 1205.73
CPU time (s): 4800.17
CPU user time (s): 4797.21
CPU system time (s): 2.96
CPU usage (%): 398.115
Max. virtual memory (cumulated for all children) (KiB): 1654616

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2.26266
system time used= 0.044993
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 13931
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= 31

runsolver used 3.73843 second user time and 9.48656 second system time

The end

Launcher Data

Begin job on node149 at 2011-05-13 17:11:04
IDJOB=3362155
IDBENCH=82462
IDSOLVER=1838
FILE ID=node149/3362155-1305299464
RUNJOBID= node149-1305296390-12674
PBS_JOBID= 13321404
Free space on /tmp= 42188 MiB

SOLVER NAME= ManySAT 1.1 aimd 1/2009-03-20 (4 threads)
BENCH NAME= SAT11/application/jarvisalo/smtqfbv-aigs/smtlib-qfbv-aigs-countbits128-tseitin.cnf
COMMAND LINE= manysat.sh BENCHNAME aimd 1
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3362155-1305299464/watcher-3362155-1305299464 -o /tmp/evaluation-result-3362155-1305299464/solver-3362155-1305299464 -C 4800 -W 1300 -M 15500  manysat.sh HOME/instance-3362155-1305299464.cnf aimd 1

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

MD5SUM BENCH= 47da9e46b00ffd3e0b0f453a6c3c9f38
RANDOM SEED=1724113628

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:       6144212 kB
Buffers:        265732 kB
Cached:       19323228 kB
SwapCached:      19984 kB
Active:       11316540 kB
Inactive:     14807656 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:       6144212 kB
SwapTotal:    67111528 kB
SwapFree:     45937192 kB
Dirty:            6692 kB
Writeback:           0 kB
AnonPages:     6527776 kB
Mapped:          14508 kB
Slab:           542940 kB
PageTables:      75876 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 82443012 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= 42196 MiB
End job on node149 at 2011-05-13 17:31:12