Trace number 3362332

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) 20396.7 5100.03

General information on the benchmark

NameSAT03/industrial/goldberg/hard_eq_check/
c6288mul.miter.shuffled-as.sat03-346.cnf
MD5SUM9799c8db3562549113e4a12f98721530
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark195.02
Satisfiable
(Un)Satisfiability was proved
Number of variables9540
Number of clauses61421
Sum of the clauses size207840
Maximum clause length64
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 214116
Number of clauses of size 328488
Number of clauses of size 40
Number of clauses of size 518816
Number of clauses of size over 51

Solver Data

0.00/0.00	c Parsing...
0.00/0.03	c ==============================================================================
0.00/0.03	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.03	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.03	c ==============================================================================
0.00/0.03	c |         0 |   61421   207840 |   18426       0        0     nan |  0.000 % |
0.00/0.07	c |         0 |   61414   208298 |      --       0       --      -- |     --   | -7/458
0.00/0.07	c ==============================================================================
0.00/0.07	c Result  :   #vars: 9533   #clauses: 61414   #literals: 208298
0.00/0.07	c CPU time:   0.066989 s
0.00/0.07	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-3362332-1305303542/watcher-3362332-1305303542 -o /tmp/evaluation-result-3362332-1305303542/solver-3362332-1305303542 -C 40000 -W 5100 -M 31000 manysat.sh HOME/instance-3362332-1305303542.cnf aimd 1 

running on 8 cores: 0,2,4,6,1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 40000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 40030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 5100 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 3.49 5.11 6.67 2/345 11959
/proc/meminfo: memFree=4643208/32950928 swapFree=67056568/67111528
[pid=11959] ppid=11957 vsize=8700 CPUtime=0 cores=0-7
/proc/11959/stat : 11959 (manysat.sh) S 11957 11959 11933 0 -1 4202496 328 0 0 0 0 0 0 0 22 0 1 0 641951241 8908800 249 33554432000 4194304 4922060 140733343428272 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/11959/statm: 2175 249 209 178 0 68 0

[startup+0.10084 s]
/proc/loadavg: 3.49 5.11 6.67 2/345 11959
/proc/meminfo: memFree=4643208/32950928 swapFree=67056568/67111528
[pid=11959] ppid=11957 vsize=8700 CPUtime=0 cores=0-7
/proc/11959/stat : 11959 (manysat.sh) S 11957 11959 11933 0 -1 4202496 328 0 0 0 0 0 0 0 22 0 1 0 641951241 8908800 249 33554432000 4194304 4922060 140733343428272 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/11959/statm: 2175 249 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.200802 s]
/proc/loadavg: 3.49 5.11 6.67 2/345 11959
/proc/meminfo: memFree=4643208/32950928 swapFree=67056568/67111528
[pid=11959] ppid=11957 vsize=8700 CPUtime=0.1 cores=0-7
/proc/11959/stat : 11959 (manysat.sh) S 11957 11959 11933 0 -1 4202496 356 1573 0 0 0 0 10 0 21 0 1 0 641951241 8908800 252 33554432000 4194304 4922060 140733343428272 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/11959/statm: 2175 252 209 178 0 68 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 8700

[startup+0.300764 s]
/proc/loadavg: 3.49 5.11 6.67 2/345 11959
/proc/meminfo: memFree=4643208/32950928 swapFree=67056568/67111528
[pid=11959] ppid=11957 vsize=8700 CPUtime=0.1 cores=0-7
/proc/11959/stat : 11959 (manysat.sh) S 11957 11959 11933 0 -1 4202496 356 1573 0 0 0 0 10 0 21 0 1 0 641951241 8908800 252 33554432000 4194304 4922060 140733343428272 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/11959/statm: 2175 252 209 178 0 68 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 8700

[startup+0.700684 s]
/proc/loadavg: 3.49 5.11 6.67 2/345 11959
/proc/meminfo: memFree=4643208/32950928 swapFree=67056568/67111528
[pid=11959] ppid=11957 vsize=8700 CPUtime=0.1 cores=0-7
/proc/11959/stat : 11959 (manysat.sh) S 11957 11959 11933 0 -1 4202496 356 1573 0 0 0 0 10 0 21 0 1 0 641951241 8908800 252 33554432000 4194304 4922060 140733343428272 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/11959/statm: 2175 252 209 178 0 68 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 8700

[startup+1.50054 s]
/proc/loadavg: 3.49 5.11 6.67 5/350 11965
/proc/meminfo: memFree=4616136/32950928 swapFree=67056568/67111528
[pid=11959] ppid=11957 vsize=8700 CPUtime=0.1 cores=0-7
/proc/11959/stat : 11959 (manysat.sh) S 11957 11959 11933 0 -1 4202496 356 1573 0 0 0 0 10 0 21 0 1 0 641951241 8908800 252 33554432000 4194304 4922060 140733343428272 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/11959/statm: 2175 252 209 178 0 68 0
[pid=11962] ppid=11959 vsize=60756 CPUtime=5.18 cores=0-7
/proc/11962/stat : 11962 (manysat1.1_stat) R 11959 11959 11933 0 -1 4202496 6986 0 0 0 511 7 0 0 18 0 4 0 641951252 62214144 6936 33554432000 134512640 135305190 4287018656 18446744073709551615 134528392 0 0 4096 3 18446744073709551615 0 0 17 2 0 0 0
/proc/11962/statm: 15189 6936 84 194 0 14993 0
[pid=11962/tid=11963] ppid=11959 vsize=60756 CPUtime=1.27 cores=0-7
/proc/11962/task/11963/stat : 11963 (manysat1.1_stat) R 11959 11959 11933 0 -1 4202560 585 0 0 0 126 1 0 0 18 0 4 0 641951262 62214144 6936 33554432000 134512640 135305190 4287018656 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=11962/tid=11964] ppid=11959 vsize=60756 CPUtime=1.27 cores=0-7
/proc/11962/task/11964/stat : 11964 (manysat1.1_stat) R 11959 11959 11933 0 -1 4202560 582 0 0 0 126 1 0 0 18 0 4 0 641951262 62214144 6936 33554432000 134512640 135305190 4287018656 18446744073709551615 134528274 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=11962/tid=11965] ppid=11959 vsize=60756 CPUtime=1.27 cores=0-7
/proc/11962/task/11965/stat : 11965 (manysat1.1_stat) R 11959 11959 11933 0 -1 4202560 594 0 0 0 125 2 0 0 18 0 4 0 641951262 62214144 6936 33554432000 134512640 135305190 4287018656 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 5.28
Current children cumulated vsize (KiB) 69456

[startup+3.10123 s]
/proc/loadavg: 3.49 5.11 6.67 5/350 11965
/proc/meminfo: memFree=4609696/32950928 swapFree=67056568/67111528
[pid=11959] ppid=11957 vsize=8700 CPUtime=0.1 cores=0-7
/proc/11959/stat : 11959 (manysat.sh) S 11957 11959 11933 0 -1 4202496 356 1573 0 0 0 0 10 0 21 0 1 0 641951241 8908800 252 33554432000 4194304 4922060 140733343428272 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/11959/statm: 2175 252 209 178 0 68 0
[pid=11962] ppid=11959 vsize=68632 CPUtime=11.58 cores=0-7
/proc/11962/stat : 11962 (manysat1.1_stat) R 11959 11959 11933 0 -1 4202496 8881 0 0 0 1150 8 0 0 18 0 4 0 641951252 70279168 8814 33554432000 134512640 135305190 4287018656 18446744073709551615 134542031 0 0 4096 3 18446744073709551615 0 0 17 2 0 0 0
/proc/11962/statm: 17158 8814 84 194 0 16962 0
[pid=11962/tid=11963] ppid=11959 vsize=68632 CPUtime=2.87 cores=0-7
/proc/11962/task/11963/stat : 11963 (manysat1.1_stat) R 11959 11959 11933 0 -1 4202560 982 0 0 0 285 2 0 0 18 0 4 0 641951262 70279168 8814 33554432000 134512640 135305190 4287018656 18446744073709551615 134530561 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=11962/tid=11964] ppid=11959 vsize=68632 CPUtime=2.87 cores=0-7
/proc/11962/task/11964/stat : 11964 (manysat1.1_stat) R 11959 11959 11933 0 -1 4202560 1018 0 0 0 286 1 0 0 18 0 4 0 641951262 70279168 8814 33554432000 134512640 135305190 4287018656 18446744073709551615 134695249 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=11962/tid=11965] ppid=11959 vsize=68632 CPUtime=2.86 cores=0-7
/proc/11962/task/11965/stat : 11965 (manysat1.1_stat) R 11959 11959 11933 0 -1 4202560 1121 0 0 0 284 2 0 0 18 0 4 0 641951262 70279168 8814 33554432000 134512640 135305190 4287018656 18446744073709551615 134695249 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 11.68
Current children cumulated vsize (KiB) 77332

[startup+6.30062 s]
/proc/loadavg: 3.53 5.10 6.65 5/350 11965
/proc/meminfo: memFree=4598540/32950928 swapFree=67056568/67111528
[pid=11959] ppid=11957 vsize=8700 CPUtime=0.1 cores=0-7
/proc/11959/stat : 11959 (manysat.sh) S 11957 11959 11933 0 -1 4202496 356 1573 0 0 0 0 10 0 21 0 1 0 641951241 8908800 252 33554432000 4194304 4922060 140733343428272 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/11959/statm: 2175 252 209 178 0 68 0
[pid=11962] ppid=11959 vsize=79068 CPUtime=24.36 cores=0-7
/proc/11962/stat : 11962 (manysat1.1_stat) R 11959 11959 11933 0 -1 4202496 11568 0 0 0 2426 10 0 0 18 0 4 0 641951252 80965632 11501 33554432000 134512640 135305190 4287018656 18446744073709551615 134528506 0 0 4096 3 18446744073709551615 0 0 17 2 0 0 0
/proc/11962/statm: 19767 11501 84 194 0 19571 0
[pid=11962/tid=11963] ppid=11959 vsize=79068 CPUtime=6.07 cores=0-7
/proc/11962/task/11963/stat : 11963 (manysat1.1_stat) R 11959 11959 11933 0 -1 4202560 1486 0 0 0 605 2 0 0 18 0 4 0 641951262 80965632 11501 33554432000 134512640 135305190 4287018656 18446744073709551615 134528189 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=11962/tid=11964] ppid=11959 vsize=79068 CPUtime=6.07 cores=0-7
/proc/11962/task/11964/stat : 11964 (manysat1.1_stat) R 11959 11959 11933 0 -1 4202560 1659 0 0 0 605 2 0 0 25 0 4 0 641951262 80965632 11501 33554432000 134512640 135305190 4287018656 18446744073709551615 134528415 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=11962/tid=11965] ppid=11959 vsize=79068 CPUtime=6.05 cores=0-7
/proc/11962/task/11965/stat : 11965 (manysat1.1_stat) R 11959 11959 11933 0 -1 4202560 1824 0 0 0 603 2 0 0 18 0 4 0 641951262 80965632 11501 33554432000 134512640 135305190 4287018656 18446744073709551615 134529062 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 24.46
Current children cumulated vsize (KiB) 87768

[startup+12.7004 s]
/proc/loadavg: 3.57 5.08 6.64 5/350 11966
/proc/meminfo: memFree=4583996/32950928 swapFree=67056568/67111528
[pid=11959] ppid=11957 vsize=8700 CPUtime=0.1 cores=0-7
/proc/11959/stat : 11959 (manysat.sh) S 11957 11959 11933 0 -1 4202496 356 1573 0 0 0 0 10 0 21 0 1 0 641951241 8908800 252 33554432000 4194304 4922060 140733343428272 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/11959/statm: 2175 252 209 178 0 68 0
[pid=11962] ppid=11959 vsize=95384 CPUtime=49.95 cores=0-7
/proc/11962/stat : 11962 (manysat1.1_stat) R 11959 11959 11933 0 -1 4202496 15421 0 0 0 4981 14 0 0 18 0 4 0 641951252 97673216 15354 33554432000 134512640 135305190 4287018656 18446744073709551615 134528229 0 0 4096 3 18446744073709551615 0 0 17 2 0 0 0
/proc/11962/statm: 23846 15354 84 194 0 23650 0
[pid=11962/tid=11963] ppid=11959 vsize=95384 CPUtime=12.47 cores=0-7
/proc/11962/task/11963/stat : 11963 (manysat1.1_stat) R 11959 11959 11933 0 -1 4202560 2288 0 0 0 1244 3 0 0 18 0 4 0 641951262 97673216 15354 33554432000 134512640 135305190 4287018656 18446744073709551615 134528376 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=11962/tid=11964] ppid=11959 vsize=95384 CPUtime=12.46 cores=0-7
/proc/11962/task/11964/stat : 11964 (manysat1.1_stat) R 11959 11959 11933 0 -1 4202560 2549 0 0 0 1244 2 0 0 25 0 4 0 641951262 97673216 15354 33554432000 134512640 135305190 4287018656 18446744073709551615 134528327 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=11962/tid=11965] ppid=11959 vsize=95384 CPUtime=12.45 cores=0-7
/proc/11962/task/11965/stat : 11965 (manysat1.1_stat) R 11959 11959 11933 0 -1 4202560 2934 0 0 0 1242 3 0 0 18 0 4 0 641951262 97673216 15354 33554432000 134512640 135305190 4287018656 18446744073709551615 134528319 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 50.05
Current children cumulated vsize (KiB) 104084

[startup+25.5009 s]
/proc/loadavg: 3.66 5.02 6.60 5/350 11966
/proc/meminfo: memFree=4569940/32950928 swapFree=67056568/67111528
[pid=11959] ppid=11957 vsize=8700 CPUtime=0.1 cores=0-7
/proc/11959/stat : 11959 (manysat.sh) S 11957 11959 11933 0 -1 4202496 356 1573 0 0 0 0 10 0 21 0 1 0 641951241 8908800 252 33554432000 4194304 4922060 140733343428272 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/11959/statm: 2175 252 209 178 0 68 0
[pid=11962] ppid=11959 vsize=107864 CPUtime=101.12 cores=0-7
/proc/11962/stat : 11962 (manysat1.1_stat) R 11959 11959 11933 0 -1 4202496 18499 0 0 0 10095 17 0 0 19 0 4 0 641951252 110452736 18432 33554432000 134512640 135305190 4287018656 18446744073709551615 134528229 0 0 4096 3 18446744073709551615 0 0 17 4 0 0 0
/proc/11962/statm: 26966 18432 84 194 0 26770 0
[pid=11962/tid=11963] ppid=11959 vsize=107864 CPUtime=25.26 cores=0-7
/proc/11962/task/11963/stat : 11963 (manysat1.1_stat) R 11959 11959 11933 0 -1 4202560 2917 0 0 0 2523 3 0 0 18 0 4 0 641951262 110452736 18432 33554432000 134512640 135305190 4287018656 18446744073709551615 134528576 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=11962/tid=11964] ppid=11959 vsize=107864 CPUtime=25.26 cores=0-7
/proc/11962/task/11964/stat : 11964 (manysat1.1_stat) R 11959 11959 11933 0 -1 4202560 3284 0 0 0 2523 3 0 0 25 0 4 0 641951262 110452736 18432 33554432000 134512640 135305190 4287018656 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=11962/tid=11965] ppid=11959 vsize=107864 CPUtime=25.25 cores=0-7
/proc/11962/task/11965/stat : 11965 (manysat1.1_stat) R 11959 11959 11933 0 -1 4202560 3728 0 0 0 2521 4 0 0 18 0 4 0 641951262 110452736 18432 33554432000 134512640 135305190 4287018656 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 101.22
Current children cumulated vsize (KiB) 116564

[startup+51.101 s]
/proc/loadavg: 3.78 4.94 6.53 5/350 11966
/proc/meminfo: memFree=4549732/32950928 swapFree=67056568/67111528
[pid=11959] ppid=11957 vsize=8700 CPUtime=0.1 cores=0-7
/proc/11959/stat : 11959 (manysat.sh) S 11957 11959 11933 0 -1 4202496 356 1573 0 0 0 0 10 0 21 0 1 0 641951241 8908800 252 33554432000 4194304 4922060 140733343428272 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/11959/statm: 2175 252 209 178 0 68 0
[pid=11962] ppid=11959 vsize=128152 CPUtime=203.49 cores=0-7
/proc/11962/stat : 11962 (manysat1.1_stat) R 11959 11959 11933 0 -1 4202496 23588 0 0 0 20324 25 0 0 18 0 4 0 641951252 131227648 23521 33554432000 134512640 135305190 4287018656 18446744073709551615 134528548 0 0 4096 3 18446744073709551615 0 0 17 4 0 0 0
/proc/11962/statm: 32038 23521 84 194 0 31842 0
[pid=11962/tid=11963] ppid=11959 vsize=128152 CPUtime=50.85 cores=0-7
/proc/11962/task/11963/stat : 11963 (manysat1.1_stat) R 11959 11959 11933 0 -1 4202560 4167 0 0 0 5080 5 0 0 18 0 4 0 641951262 131227648 23521 33554432000 134512640 135305190 4287018656 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=11962/tid=11964] ppid=11959 vsize=128152 CPUtime=50.86 cores=0-7
/proc/11962/task/11964/stat : 11964 (manysat1.1_stat) R 11959 11959 11933 0 -1 4202560 4414 0 0 0 5082 4 0 0 25 0 4 0 641951262 131227648 23521 33554432000 134512640 135305190 4287018656 18446744073709551615 134528376 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=11962/tid=11965] ppid=11959 vsize=128152 CPUtime=50.84 cores=0-7
/proc/11962/task/11965/stat : 11965 (manysat1.1_stat) R 11959 11959 11933 0 -1 4202560 5057 0 0 0 5079 5 0 0 18 0 4 0 641951262 131227648 23521 33554432000 134512640 135305190 4287018656 18446744073709551615 134528338 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 203.59
Current children cumulated vsize (KiB) 136852

[startup+102.301 s]
/proc/loadavg: 3.90 4.79 6.39 5/350 11968
/proc/meminfo: memFree=4515112/32950928 swapFree=67056568/67111528
[pid=11959] ppid=11957 vsize=8700 CPUtime=0.1 cores=0-7
/proc/11959/stat : 11959 (manysat.sh) S 11957 11959 11933 0 -1 4202496 356 1573 0 0 0 0 10 0 21 0 1 0 641951241 8908800 252 33554432000 4194304 4922060 140733343428272 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/11959/statm: 2175 252 209 178 0 68 0
[pid=11962] ppid=11959 vsize=162672 CPUtime=408.25 cores=0-7
/proc/11962/stat : 11962 (manysat1.1_stat) R 11959 11959 11933 0 -1 4202496 32055 0 0 0 40791 34 0 0 18 0 4 0 641951252 166576128 31988 33554432000 134512640 135305190 4287018656 18446744073709551615 134695249 0 0 4096 3 18446744073709551615 0 0 17 4 0 0 0
/proc/11962/statm: 40668 31988 84 194 0 40472 0
[pid=11962/tid=11963] ppid=11959 vsize=162672 CPUtime=102.05 cores=0-7
/proc/11962/task/11963/stat : 11963 (manysat1.1_stat) R 11959 11959 11933 0 -1 4202560 6039 0 0 0 10199 6 0 0 19 0 4 0 641951262 166576128 31988 33554432000 134512640 135305190 4287018656 18446744073709551615 134695249 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=11962/tid=11964] ppid=11959 vsize=162672 CPUtime=102.06 cores=0-7
/proc/11962/task/11964/stat : 11964 (manysat1.1_stat) R 11959 11959 11933 0 -1 4202560 6354 0 0 0 10201 5 0 0 25 0 4 0 641951262 166576128 31988 33554432000 134512640 135305190 4287018656 18446744073709551615 134528536 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=11962/tid=11965] ppid=11959 vsize=162672 CPUtime=102.03 cores=0-7
/proc/11962/task/11965/stat : 11965 (manysat1.1_stat) R 11959 11959 11933 0 -1 4202560 7390 0 0 0 10196 7 0 0 20 0 4 0 641951262 166576128 31988 33554432000 134512640 135305190 4287018656 18446744073709551615 134528634 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 408.35
Current children cumulated vsize (KiB) 171372

[startup+162.301 s]
/proc/loadavg: 3.96 4.65 6.24 5/350 11970
/proc/meminfo: memFree=4478020/32950928 swapFree=67056568/67111528
[pid=11959] ppid=11957 vsize=8700 CPUtime=0.1 cores=0-7
/proc/11959/stat : 11959 (manysat.sh) S 11957 11959 11933 0 -1 4202496 356 1573 0 0 0 0 10 0 21 0 1 0 641951241 8908800 252 33554432000 4194304 4922060 140733343428272 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/11959/statm: 2175 252 209 178 0 68 0
[pid=11962] ppid=11959 vsize=201120 CPUtime=648.16 cores=0-7
/proc/11962/stat : 11962 (manysat1.1_stat) R 11959 11959 11933 0 -1 4202496 41713 0 0 0 64770 46 0 0 18 0 4 0 641951252 205946880 41646 33554432000 134512640 135305190 4287018656 18446744073709551615 134547909 0 0 4096 3 18446744073709551615 0 0 17 4 0 0 0
/proc/11962/statm: 50280 41646 84 194 0 50084 0
[pid=11962/tid=11963] ppid=11959 vsize=201120 CPUtime=162.02 cores=0-7

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

/proc/11962/task/11965/stat : 11965 (manysat1.1_stat) R 11959 11959 11933 0 -1 4202560 59852 0 0 0 472077 84 0 0 19 0 4 0 641951262 1287405568 298180 33554432000 134512640 135305190 4287018656 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 18886.1
Current children cumulated vsize (KiB) 1265932

[startup+4782.3 s]
/proc/loadavg: 4.00 4.00 4.00 5/350 12105
/proc/meminfo: memFree=3445064/32950928 swapFree=67056568/67111528
[pid=11959] ppid=11957 vsize=8700 CPUtime=0.1 cores=0-7
/proc/11959/stat : 11959 (manysat.sh) S 11957 11959 11933 0 -1 4202496 356 1573 0 0 0 0 10 0 21 0 1 0 641951241 8908800 252 33554432000 4194304 4922060 140733343428272 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/11959/statm: 2175 252 209 178 0 68 0
[pid=11962] ppid=11959 vsize=1260604 CPUtime=19126 cores=0-7
/proc/11962/stat : 11962 (manysat1.1_stat) R 11959 11959 11933 0 -1 4202496 298902 0 0 0 1912085 513 0 0 18 0 4 0 641951252 1290858496 298814 33554432000 134512640 135305190 4287018656 18446744073709551615 134528263 0 0 4096 3 18446744073709551615 0 0 17 4 0 0 0
/proc/11962/statm: 315151 298814 84 194 0 314955 0
[pid=11962/tid=11963] ppid=11959 vsize=1260604 CPUtime=4781.55 cores=0-7
/proc/11962/task/11963/stat : 11963 (manysat1.1_stat) R 11959 11959 11933 0 -1 4202560 61936 0 0 0 478075 80 0 0 25 0 4 0 641951262 1290858496 298814 33554432000 134512640 135305190 4287018656 18446744073709551615 134528237 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=11962/tid=11964] ppid=11959 vsize=1260604 CPUtime=4781.33 cores=0-7
/proc/11962/task/11964/stat : 11964 (manysat1.1_stat) R 11959 11959 11933 0 -1 4202560 91653 0 0 0 478038 95 0 0 25 0 4 0 641951262 1290858496 298814 33554432000 134512640 135305190 4287018656 18446744073709551615 134528548 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=11962/tid=11965] ppid=11959 vsize=1260604 CPUtime=4781.6 cores=0-7
/proc/11962/task/11965/stat : 11965 (manysat1.1_stat) R 11959 11959 11933 0 -1 4202560 59852 0 0 0 478076 84 0 0 19 0 4 0 641951262 1290858496 298814 33554432000 134512640 135305190 4287018656 18446744073709551615 134528600 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 19126.1
Current children cumulated vsize (KiB) 1269304

[startup+4842.31 s]
/proc/loadavg: 4.00 4.00 4.00 5/350 12106
/proc/meminfo: memFree=3443800/32950928 swapFree=67056568/67111528
[pid=11959] ppid=11957 vsize=8700 CPUtime=0.1 cores=0-7
/proc/11959/stat : 11959 (manysat.sh) S 11957 11959 11933 0 -1 4202496 356 1573 0 0 0 0 10 0 21 0 1 0 641951241 8908800 252 33554432000 4194304 4922060 140733343428272 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/11959/statm: 2175 252 209 178 0 68 0
[pid=11962] ppid=11959 vsize=1262084 CPUtime=19366 cores=0-7
/proc/11962/stat : 11962 (manysat1.1_stat) R 11959 11959 11933 0 -1 4202496 299260 0 0 0 1936090 513 0 0 25 0 4 0 641951252 1292374016 299172 33554432000 134512640 135305190 4287018656 18446744073709551615 134528557 0 0 4096 3 18446744073709551615 0 0 17 4 0 0 0
/proc/11962/statm: 315521 299172 84 194 0 315325 0
[pid=11962/tid=11963] ppid=11959 vsize=1262084 CPUtime=4841.56 cores=0-7
/proc/11962/task/11963/stat : 11963 (manysat1.1_stat) R 11959 11959 11933 0 -1 4202560 61936 0 0 0 484076 80 0 0 21 0 4 0 641951262 1292374016 299172 33554432000 134512640 135305190 4287018656 18446744073709551615 134551651 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=11962/tid=11964] ppid=11959 vsize=1262084 CPUtime=4841.35 cores=0-7
/proc/11962/task/11964/stat : 11964 (manysat1.1_stat) R 11959 11959 11933 0 -1 4202560 91674 0 0 0 484040 95 0 0 25 0 4 0 641951262 1292374016 299172 33554432000 134512640 135305190 4287018656 18446744073709551615 134528573 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=11962/tid=11965] ppid=11959 vsize=1262084 CPUtime=4841.62 cores=0-7
/proc/11962/task/11965/stat : 11965 (manysat1.1_stat) R 11959 11959 11933 0 -1 4202560 59852 0 0 0 484078 84 0 0 25 0 4 0 641951262 1292374016 299172 33554432000 134512640 135305190 4287018656 18446744073709551615 134528562 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 19366.1
Current children cumulated vsize (KiB) 1270784

[startup+4902.3 s]
/proc/loadavg: 4.00 4.00 4.00 5/350 12108
/proc/meminfo: memFree=3442544/32950928 swapFree=67056568/67111528
[pid=11959] ppid=11957 vsize=8700 CPUtime=0.1 cores=0-7
/proc/11959/stat : 11959 (manysat.sh) S 11957 11959 11933 0 -1 4202496 356 1573 0 0 0 0 10 0 21 0 1 0 641951241 8908800 252 33554432000 4194304 4922060 140733343428272 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/11959/statm: 2175 252 209 178 0 68 0
[pid=11962] ppid=11959 vsize=1263180 CPUtime=19605.9 cores=0-7
/proc/11962/stat : 11962 (manysat1.1_stat) R 11959 11959 11933 0 -1 4202496 299548 0 0 0 1960076 515 0 0 18 0 4 0 641951252 1293496320 299460 33554432000 134512640 135305190 4287018656 18446744073709551615 134538280 0 0 4096 3 18446744073709551615 0 0 17 4 0 0 0
/proc/11962/statm: 315795 299460 84 194 0 315599 0
[pid=11962/tid=11963] ppid=11959 vsize=1263180 CPUtime=4901.56 cores=0-7
/proc/11962/task/11963/stat : 11963 (manysat1.1_stat) R 11959 11959 11933 0 -1 4202560 61936 0 0 0 490075 81 0 0 25 0 4 0 641951262 1293496320 299460 33554432000 134512640 135305190 4287018656 18446744073709551615 134528224 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=11962/tid=11964] ppid=11959 vsize=1263180 CPUtime=4901.34 cores=0-7
/proc/11962/task/11964/stat : 11964 (manysat1.1_stat) R 11959 11959 11933 0 -1 4202560 91746 0 0 0 490038 96 0 0 18 0 4 0 641951262 1293496320 299460 33554432000 134512640 135305190 4287018656 18446744073709551615 134538314 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=11962/tid=11965] ppid=11959 vsize=1263180 CPUtime=4901.6 cores=0-7
/proc/11962/task/11965/stat : 11965 (manysat1.1_stat) R 11959 11959 11933 0 -1 4202560 59859 0 0 0 490076 84 0 0 18 0 4 0 641951262 1293496320 299460 33554432000 134512640 135305190 4287018656 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 19606
Current children cumulated vsize (KiB) 1271880

[startup+4962.3 s]
/proc/loadavg: 4.00 4.00 4.00 5/350 12110
/proc/meminfo: memFree=3442400/32950928 swapFree=67056568/67111528
[pid=11959] ppid=11957 vsize=8700 CPUtime=0.1 cores=0-7
/proc/11959/stat : 11959 (manysat.sh) S 11957 11959 11933 0 -1 4202496 356 1573 0 0 0 0 10 0 21 0 1 0 641951241 8908800 252 33554432000 4194304 4922060 140733343428272 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/11959/statm: 2175 252 209 178 0 68 0
[pid=11962] ppid=11959 vsize=1263288 CPUtime=19845.8 cores=0-7
/proc/11962/stat : 11962 (manysat1.1_stat) R 11959 11959 11933 0 -1 4202496 299560 0 0 0 1984061 517 0 0 25 0 4 0 641951252 1293606912 299472 33554432000 134512640 135305190 4287018656 18446744073709551615 134528562 0 0 4096 3 18446744073709551615 0 0 17 4 0 0 0
/proc/11962/statm: 315822 299472 84 194 0 315626 0
[pid=11962/tid=11963] ppid=11959 vsize=1263288 CPUtime=4961.56 cores=0-7
/proc/11962/task/11963/stat : 11963 (manysat1.1_stat) R 11959 11959 11933 0 -1 4202560 61936 0 0 0 496075 81 0 0 25 0 4 0 641951262 1293606912 299472 33554432000 134512640 135305190 4287018656 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=11962/tid=11964] ppid=11959 vsize=1263288 CPUtime=4961.32 cores=0-7
/proc/11962/task/11964/stat : 11964 (manysat1.1_stat) R 11959 11959 11933 0 -1 4202560 91758 0 0 0 496036 96 0 0 25 0 4 0 641951262 1293606912 299472 33554432000 134512640 135305190 4287018656 18446744073709551615 134528503 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=11962/tid=11965] ppid=11959 vsize=1263288 CPUtime=4961.61 cores=0-7
/proc/11962/task/11965/stat : 11965 (manysat1.1_stat) R 11959 11959 11933 0 -1 4202560 59859 0 0 0 496076 85 0 0 25 0 4 0 641951262 1293606912 299472 33554432000 134512640 135305190 4287018656 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 19845.9
Current children cumulated vsize (KiB) 1271988

[startup+5022.3 s]
/proc/loadavg: 4.00 4.00 4.00 5/350 12111
/proc/meminfo: memFree=3442004/32950928 swapFree=67056568/67111528
[pid=11959] ppid=11957 vsize=8700 CPUtime=0.1 cores=0-7
/proc/11959/stat : 11959 (manysat.sh) S 11957 11959 11933 0 -1 4202496 356 1573 0 0 0 0 10 0 21 0 1 0 641951241 8908800 252 33554432000 4194304 4922060 140733343428272 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/11959/statm: 2175 252 209 178 0 68 0
[pid=11962] ppid=11959 vsize=1263728 CPUtime=20085.8 cores=0-7
/proc/11962/stat : 11962 (manysat1.1_stat) R 11959 11959 11933 0 -1 4202496 299671 0 0 0 2008061 517 0 0 25 0 4 0 641951252 1294057472 299583 33554432000 134512640 135305190 4287018656 18446744073709551615 134528229 0 0 4096 3 18446744073709551615 0 0 17 4 0 0 0
/proc/11962/statm: 315932 299583 84 194 0 315736 0
[pid=11962/tid=11963] ppid=11959 vsize=1263728 CPUtime=5021.56 cores=0-7
/proc/11962/task/11963/stat : 11963 (manysat1.1_stat) R 11959 11959 11933 0 -1 4202560 61936 0 0 0 502075 81 0 0 25 0 4 0 641951262 1294057472 299583 33554432000 134512640 135305190 4287018656 18446744073709551615 134528189 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=11962/tid=11964] ppid=11959 vsize=1263728 CPUtime=5021.32 cores=0-7
/proc/11962/task/11964/stat : 11964 (manysat1.1_stat) R 11959 11959 11933 0 -1 4202560 91842 0 0 0 502036 96 0 0 25 0 4 0 641951262 1294057472 299583 33554432000 134512640 135305190 4287018656 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=11962/tid=11965] ppid=11959 vsize=1263728 CPUtime=5021.61 cores=0-7
/proc/11962/task/11965/stat : 11965 (manysat1.1_stat) R 11959 11959 11933 0 -1 4202560 59886 0 0 0 502076 85 0 0 25 0 4 0 641951262 1294057472 299583 33554432000 134512640 135305190 4287018656 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 20085.9
Current children cumulated vsize (KiB) 1272428

[startup+5082.3 s]
/proc/loadavg: 4.00 4.00 4.00 5/350 12113
/proc/meminfo: memFree=3441728/32950928 swapFree=67056568/67111528
[pid=11959] ppid=11957 vsize=8700 CPUtime=0.1 cores=0-7
/proc/11959/stat : 11959 (manysat.sh) S 11957 11959 11933 0 -1 4202496 356 1573 0 0 0 0 10 0 21 0 1 0 641951241 8908800 252 33554432000 4194304 4922060 140733343428272 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/11959/statm: 2175 252 209 178 0 68 0
[pid=11962] ppid=11959 vsize=1264296 CPUtime=20325.8 cores=0-7
/proc/11962/stat : 11962 (manysat1.1_stat) R 11959 11959 11933 0 -1 4202496 299767 0 0 0 2032061 517 0 0 25 0 4 0 641951252 1294639104 299679 33554432000 134512640 135305190 4287018656 18446744073709551615 134547909 0 0 4096 3 18446744073709551615 0 0 17 4 0 0 0
/proc/11962/statm: 316074 299679 84 194 0 315878 0
[pid=11962/tid=11963] ppid=11959 vsize=1264296 CPUtime=5081.56 cores=0-7
/proc/11962/task/11963/stat : 11963 (manysat1.1_stat) R 11959 11959 11933 0 -1 4202560 61936 0 0 0 508075 81 0 0 25 0 4 0 641951262 1294639104 299679 33554432000 134512640 135305190 4287018656 18446744073709551615 134528768 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=11962/tid=11964] ppid=11959 vsize=1264296 CPUtime=5081.31 cores=0-7
/proc/11962/task/11964/stat : 11964 (manysat1.1_stat) R 11959 11959 11933 0 -1 4202560 91910 0 0 0 508035 96 0 0 25 0 4 0 641951262 1294639104 299679 33554432000 134512640 135305190 4287018656 18446744073709551615 134551651 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=11962/tid=11965] ppid=11959 vsize=1264296 CPUtime=5081.61 cores=0-7
/proc/11962/task/11965/stat : 11965 (manysat1.1_stat) R 11959 11959 11933 0 -1 4202560 59914 0 0 0 508076 85 0 0 18 0 4 0 641951262 1294639104 299679 33554432000 134512640 135305190 4287018656 18446744073709551615 134528480 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 20325.9
Current children cumulated vsize (KiB) 1272996



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+5100 s]
/proc/loadavg: 4.00 4.00 4.00 5/350 12113
/proc/meminfo: memFree=3441712/32950928 swapFree=67056568/67111528
[pid=11959] ppid=11957 vsize=8700 CPUtime=0.1 cores=0-7
/proc/11959/stat : 11959 (manysat.sh) S 11957 11959 11933 0 -1 4202496 356 1573 0 0 0 0 10 0 21 0 1 0 641951241 8908800 252 33554432000 4194304 4922060 140733343428272 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/11959/statm: 2175 252 209 178 0 68 0
[pid=11962] ppid=11959 vsize=1264296 CPUtime=20396.6 cores=0-7
/proc/11962/stat : 11962 (manysat1.1_stat) R 11959 11959 11933 0 -1 4202496 299773 0 0 0 2039144 517 0 0 25 0 4 0 641951252 1294639104 299685 33554432000 134512640 135305190 4287018656 18446744073709551615 134528559 0 0 4096 3 18446744073709551615 0 0 17 4 0 0 0
/proc/11962/statm: 316074 299685 84 194 0 315878 0
[pid=11962/tid=11963] ppid=11959 vsize=1264296 CPUtime=5099.27 cores=0-7
/proc/11962/task/11963/stat : 11963 (manysat1.1_stat) R 11959 11959 11933 0 -1 4202560 61936 0 0 0 509846 81 0 0 25 0 4 0 641951262 1294639104 299685 33554432000 134512640 135305190 4287018656 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=11962/tid=11964] ppid=11959 vsize=1264296 CPUtime=5099.02 cores=0-7
/proc/11962/task/11964/stat : 11964 (manysat1.1_stat) R 11959 11959 11933 0 -1 4202560 91910 0 0 0 509806 96 0 0 25 0 4 0 641951262 1294639104 299685 33554432000 134512640 135305190 4287018656 18446744073709551615 134528408 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=11962/tid=11965] ppid=11959 vsize=1264296 CPUtime=5099.32 cores=0-7
/proc/11962/task/11965/stat : 11965 (manysat1.1_stat) R 11959 11959 11933 0 -1 4202560 59920 0 0 0 509847 85 0 0 25 0 4 0 641951262 1294639104 299685 33554432000 134512640 135305190 4287018656 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 20396.7
Current children cumulated vsize (KiB) 1272996

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

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

[startup+5100 s]
/proc/loadavg: 4.00 4.00 4.00 5/350 12113
/proc/meminfo: memFree=3441712/32950928 swapFree=67056568/67111528
[pid=11959] ppid=11957 vsize=8700 CPUtime=0.1 cores=0-7
/proc/11959/stat : 11959 (manysat.sh) S 11957 11959 11933 0 -1 4202496 356 1573 0 0 0 0 10 0 21 0 1 0 641951241 8908800 252 33554432000 4194304 4922060 140733343428272 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/11959/statm: 2175 252 209 178 0 68 0
[pid=11962] ppid=11959 vsize=1264296 CPUtime=20396.6 cores=0-7
/proc/11962/stat : 11962 (manysat1.1_stat) R 11959 11959 11933 0 -1 4202496 299773 0 0 0 2039144 517 0 0 25 0 4 0 641951252 1294639104 299685 33554432000 134512640 135305190 4287018656 18446744073709551615 134528559 0 0 4096 3 18446744073709551615 0 0 17 4 0 0 0
/proc/11962/statm: 316074 299685 84 194 0 315878 0
[pid=11962/tid=11963] ppid=11959 vsize=1264296 CPUtime=5099.27 cores=0-7
/proc/11962/task/11963/stat : 11963 (manysat1.1_stat) R 11959 11959 11933 0 -1 4202560 61936 0 0 0 509846 81 0 0 25 0 4 0 641951262 1294639104 299685 33554432000 134512640 135305190 4287018656 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=11962/tid=11964] ppid=11959 vsize=1264296 CPUtime=5099.02 cores=0-7
/proc/11962/task/11964/stat : 11964 (manysat1.1_stat) R 11959 11959 11933 0 -1 4202560 91910 0 0 0 509806 96 0 0 25 0 4 0 641951262 1294639104 299685 33554432000 134512640 135305190 4287018656 18446744073709551615 134528408 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=11962/tid=11965] ppid=11959 vsize=1264296 CPUtime=5099.32 cores=0-7
/proc/11962/task/11965/stat : 11965 (manysat1.1_stat) R 11959 11959 11933 0 -1 4202560 59920 0 0 0 509847 85 0 0 25 0 4 0 641951262 1294639104 299685 33554432000 134512640 135305190 4287018656 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 20396.7
Current children cumulated vsize (KiB) 1272996

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 5100.03
CPU time (s): 20396.7
CPU user time (s): 20391.5
CPU system time (s): 5.17
CPU usage (%): 399.933
Max. virtual memory (cumulated for all children) (KiB): 1272996

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.107983
system time used= 0.003999
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1929
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 7
involuntary context switches= 4

runsolver used 15.8876 second user time and 39.8149 second system time

The end

Launcher Data

Begin job on node148 at 2011-05-13 18:19:02
IDJOB=3362332
IDBENCH=84205
IDSOLVER=1839
FILE ID=node148/3362332-1305303542
RUNJOBID= node148-1305303541-11947
PBS_JOBID= 13321458
Free space on /tmp= 30300 MiB

SOLVER NAME= ManySAT 1.1 aimd 1/2009-03-20 (4 threads)
BENCH NAME= SAT03/industrial/goldberg/hard_eq_check/c6288mul.miter.shuffled-as.sat03-346.cnf
COMMAND LINE= manysat.sh BENCHNAME aimd 1
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3362332-1305303542/watcher-3362332-1305303542 -o /tmp/evaluation-result-3362332-1305303542/solver-3362332-1305303542 -C 40000 -W 5100 -M 31000  manysat.sh HOME/instance-3362332-1305303542.cnf aimd 1

TIME LIMIT= 40000 seconds
MEMORY LIMIT= 31000 MiB
NBCORE= 8

MD5SUM BENCH= 9799c8db3562549113e4a12f98721530
RANDOM SEED=1079166773

node148.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.854
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.70
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.854
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.75
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.854
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.854
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.75
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.854
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.854
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.854
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.854
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.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:       4643488 kB
Buffers:        272160 kB
Cached:       24309172 kB
SwapCached:       8488 kB
Active:       10830552 kB
Inactive:     16684760 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:       4643488 kB
SwapTotal:    67111528 kB
SwapFree:     67056568 kB
Dirty:            2860 kB
Writeback:           0 kB
AnonPages:     2932472 kB
Mapped:          26848 kB
Slab:           697704 kB
PageTables:      28424 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 84640496 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= 30296 MiB
End job on node148 at 2011-05-13 19:44:04