Trace number 3362263

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.2 1204.32

General information on the benchmark

Nameapplication/fuhs/slp-synthesis-AES/
slp-synthesis-aes-bottom21.cnf
MD5SUMe6407843d1fbd00b68d4ad600a25dfb2
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables48639
Number of clauses162901
Sum of the clauses size415741
Maximum clause length1542
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 283161
Number of clauses of size 378900
Number of clauses of size 4230
Number of clauses of size 519
Number of clauses of size over 5590

Solver Data

0.00/0.00	c Parsing...
0.00/0.07	c ==============================================================================
0.00/0.07	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.07	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.07	c ==============================================================================
0.00/0.07	c |         0 |  152865   392419 |   45859       0        0     nan |  0.000 % |
0.00/0.64	c |         0 |  106127   393098 |      --       0       --      -- |     --   | -46738/679
0.00/0.64	c ==============================================================================
0.00/0.64	c Result  :   #vars: 19145   #clauses: 106127   #literals: 393098
0.00/0.64	c CPU time:   0.627904 s
0.00/0.64	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-3362263-1305300672/watcher-3362263-1305300672 -o /tmp/evaluation-result-3362263-1305300672/solver-3362263-1305300672 -C 4800 -W 1300 -M 15500 manysat.sh HOME/instance-3362263-1305300672.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.79 8.04 7.93 5/354 13614
/proc/meminfo: memFree=8030172/32950928 swapFree=45937192/67111528
[pid=13614] ppid=13612 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/13614/stat : 13614 (manysat.sh) S 13612 13614 12655 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 641663910 8908800 250 33554432000 4194304 4922060 140736200328944 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/13614/statm: 2175 250 209 178 0 68 0

[startup+0.08364 s]
/proc/loadavg: 7.79 8.04 7.93 5/354 13614
/proc/meminfo: memFree=8030172/32950928 swapFree=45937192/67111528
[pid=13614] ppid=13612 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/13614/stat : 13614 (manysat.sh) S 13612 13614 12655 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 641663910 8908800 250 33554432000 4194304 4922060 140736200328944 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/13614/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.100635 s]
/proc/loadavg: 7.79 8.04 7.93 5/354 13614
/proc/meminfo: memFree=8030172/32950928 swapFree=45937192/67111528
[pid=13614] ppid=13612 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/13614/stat : 13614 (manysat.sh) S 13612 13614 12655 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 641663910 8908800 250 33554432000 4194304 4922060 140736200328944 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/13614/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.300589 s]
/proc/loadavg: 7.79 8.04 7.93 5/354 13614
/proc/meminfo: memFree=8030172/32950928 swapFree=45937192/67111528
[pid=13614] ppid=13612 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/13614/stat : 13614 (manysat.sh) S 13612 13614 12655 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 641663910 8908800 250 33554432000 4194304 4922060 140736200328944 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/13614/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.700511 s]
/proc/loadavg: 7.79 8.04 7.93 5/354 13614
/proc/meminfo: memFree=8030172/32950928 swapFree=45937192/67111528
[pid=13614] ppid=13612 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/13614/stat : 13614 (manysat.sh) S 13612 13614 12655 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 641663910 8908800 250 33554432000 4194304 4922060 140736200328944 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/13614/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50028 s]
/proc/loadavg: 7.79 8.04 7.93 9/359 13620
/proc/meminfo: memFree=7986384/32950928 swapFree=45937192/67111528
[pid=13614] ppid=13612 vsize=8700 CPUtime=0.71 cores=1,3,5,7
/proc/13614/stat : 13614 (manysat.sh) S 13612 13614 12655 0 -1 4202496 356 6883 0 0 0 0 70 1 18 0 1 0 641663910 8908800 253 33554432000 4194304 4922060 140736200328944 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/13614/statm: 2175 253 209 178 0 68 0
[pid=13617] ppid=13614 vsize=74916 CPUtime=2.63 cores=1,3,5,7
/proc/13617/stat : 13617 (manysat1.1_stat) R 13614 13614 12655 0 -1 4202496 10245 0 0 0 255 8 0 0 18 0 4 0 641663983 76713984 10182 33554432000 134512640 135305190 4290299952 18446744073709551615 134528392 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/13617/statm: 18729 10182 84 194 0 18533 0
[pid=13617/tid=13618] ppid=13614 vsize=74916 CPUtime=0.62 cores=1,3,5,7
/proc/13617/task/13618/stat : 13618 (manysat1.1_stat) R 13614 13614 12655 0 -1 4202560 614 0 0 0 60 2 0 0 18 0 4 0 641663996 76713984 10182 33554432000 134512640 135305190 4290299952 18446744073709551615 134528406 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=13617/tid=13619] ppid=13614 vsize=74916 CPUtime=0.61 cores=1,3,5,7
/proc/13617/task/13619/stat : 13619 (manysat1.1_stat) R 13614 13614 12655 0 -1 4202560 589 0 0 0 59 2 0 0 18 0 4 0 641663996 76713984 10182 33554432000 134512640 135305190 4290299952 18446744073709551615 134530708 0 0 4096 3 0 0 0 -1 7 0 0 0
[pid=13617/tid=13620] ppid=13614 vsize=74916 CPUtime=0.61 cores=1,3,5,7
/proc/13617/task/13620/stat : 13620 (manysat1.1_stat) R 13614 13614 12655 0 -1 4202560 571 0 0 0 60 1 0 0 18 0 4 0 641663996 76713984 10182 33554432000 134512640 135305190 4290299952 18446744073709551615 134556558 0 0 4096 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3.34
Current children cumulated vsize (KiB) 83616

[startup+3.10096 s]
/proc/loadavg: 7.79 8.04 7.93 9/359 13620
/proc/meminfo: memFree=7977456/32950928 swapFree=45937192/67111528
[pid=13614] ppid=13612 vsize=8700 CPUtime=0.71 cores=1,3,5,7
/proc/13614/stat : 13614 (manysat.sh) S 13612 13614 12655 0 -1 4202496 356 6883 0 0 0 0 70 1 18 0 1 0 641663910 8908800 253 33554432000 4194304 4922060 140736200328944 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/13614/statm: 2175 253 209 178 0 68 0
[pid=13617] ppid=13614 vsize=82452 CPUtime=9.01 cores=1,3,5,7
/proc/13617/stat : 13617 (manysat1.1_stat) R 13614 13614 12655 0 -1 4202496 12321 0 0 0 893 8 0 0 21 0 4 0 641663983 84430848 12258 33554432000 134512640 135305190 4290299952 18446744073709551615 134528229 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/13617/statm: 20613 12258 84 194 0 20417 0
[pid=13617/tid=13618] ppid=13614 vsize=82452 CPUtime=2.22 cores=1,3,5,7
/proc/13617/task/13618/stat : 13618 (manysat1.1_stat) R 13614 13614 12655 0 -1 4202560 1202 0 0 0 220 2 0 0 21 0 4 0 641663996 84430848 12258 33554432000 134512640 135305190 4290299952 18446744073709551615 134541999 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=13617/tid=13619] ppid=13614 vsize=82452 CPUtime=2.19 cores=1,3,5,7
/proc/13617/task/13619/stat : 13619 (manysat1.1_stat) R 13614 13614 12655 0 -1 4202560 978 0 0 0 217 2 0 0 21 0 4 0 641663996 84430848 12258 33554432000 134512640 135305190 4290299952 18446744073709551615 134528392 0 0 4096 3 0 0 0 -1 7 0 0 0
[pid=13617/tid=13620] ppid=13614 vsize=82452 CPUtime=2.21 cores=1,3,5,7
/proc/13617/task/13620/stat : 13620 (manysat1.1_stat) R 13614 13614 12655 0 -1 4202560 1182 0 0 0 220 1 0 0 21 0 4 0 641663996 84430848 12258 33554432000 134512640 135305190 4290299952 18446744073709551615 134528252 0 0 4096 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 9.72
Current children cumulated vsize (KiB) 91152

[startup+6.30032 s]
/proc/loadavg: 7.80 8.04 7.93 9/359 13620
/proc/meminfo: memFree=7960876/32950928 swapFree=45937192/67111528
[pid=13614] ppid=13612 vsize=8700 CPUtime=0.71 cores=1,3,5,7
/proc/13614/stat : 13614 (manysat.sh) S 13612 13614 12655 0 -1 4202496 356 6883 0 0 0 0 70 1 18 0 1 0 641663910 8908800 253 33554432000 4194304 4922060 140736200328944 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/13614/statm: 2175 253 209 178 0 68 0
[pid=13617] ppid=13614 vsize=92620 CPUtime=21.78 cores=1,3,5,7
/proc/13617/stat : 13617 (manysat1.1_stat) R 13614 13614 12655 0 -1 4202496 14773 0 0 0 2167 11 0 0 25 0 4 0 641663983 94842880 14710 33554432000 134512640 135305190 4290299952 18446744073709551615 134528376 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/13617/statm: 23155 14710 84 194 0 22959 0
[pid=13617/tid=13618] ppid=13614 vsize=92620 CPUtime=5.42 cores=1,3,5,7
/proc/13617/task/13618/stat : 13618 (manysat1.1_stat) R 13614 13614 12655 0 -1 4202560 1704 0 0 0 539 3 0 0 25 0 4 0 641663996 94842880 14710 33554432000 134512640 135305190 4290299952 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=13617/tid=13619] ppid=13614 vsize=92620 CPUtime=5.35 cores=1,3,5,7
/proc/13617/task/13619/stat : 13619 (manysat1.1_stat) R 13614 13614 12655 0 -1 4202560 1572 0 0 0 533 2 0 0 25 0 4 0 641663996 94842880 14710 33554432000 134512640 135305190 4290299952 18446744073709551615 134528237 0 0 4096 3 0 0 0 -1 7 0 0 0
[pid=13617/tid=13620] ppid=13614 vsize=92620 CPUtime=5.42 cores=1,3,5,7
/proc/13617/task/13620/stat : 13620 (manysat1.1_stat) R 13614 13614 12655 0 -1 4202560 1939 0 0 0 540 2 0 0 25 0 4 0 641663996 94842880 14710 33554432000 134512640 135305190 4290299952 18446744073709551615 134838940 0 0 4096 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 22.49
Current children cumulated vsize (KiB) 101320

[startup+12.701 s]
/proc/loadavg: 7.82 8.04 7.93 9/359 13620
/proc/meminfo: memFree=7932476/32950928 swapFree=45937192/67111528
[pid=13614] ppid=13612 vsize=8700 CPUtime=0.71 cores=1,3,5,7
/proc/13614/stat : 13614 (manysat.sh) S 13612 13614 12655 0 -1 4202496 356 6883 0 0 0 0 70 1 18 0 1 0 641663910 8908800 253 33554432000 4194304 4922060 140736200328944 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/13614/statm: 2175 253 209 178 0 68 0
[pid=13617] ppid=13614 vsize=119280 CPUtime=47.3 cores=1,3,5,7
/proc/13617/stat : 13617 (manysat1.1_stat) R 13614 13614 12655 0 -1 4202496 21147 0 0 0 4715 15 0 0 25 0 4 0 641663983 122142720 21084 33554432000 134512640 135305190 4290299952 18446744073709551615 134528410 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/13617/statm: 29820 21084 84 194 0 29624 0
[pid=13617/tid=13618] ppid=13614 vsize=119280 CPUtime=11.82 cores=1,3,5,7
/proc/13617/task/13618/stat : 13618 (manysat1.1_stat) R 13614 13614 12655 0 -1 4202560 3031 0 0 0 1178 4 0 0 25 0 4 0 641663996 122142720 21084 33554432000 134512640 135305190 4290299952 18446744073709551615 134695249 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=13617/tid=13619] ppid=13614 vsize=119280 CPUtime=11.68 cores=1,3,5,7
/proc/13617/task/13619/stat : 13619 (manysat1.1_stat) R 13614 13614 12655 0 -1 4202560 3118 0 0 0 1165 3 0 0 25 0 4 0 641663996 122142720 21084 33554432000 134512640 135305190 4290299952 18446744073709551615 134530615 0 0 4096 3 0 0 0 -1 7 0 0 0
[pid=13617/tid=13620] ppid=13614 vsize=119280 CPUtime=11.82 cores=1,3,5,7
/proc/13617/task/13620/stat : 13620 (manysat1.1_stat) R 13614 13614 12655 0 -1 4202560 3497 0 0 0 1179 3 0 0 25 0 4 0 641663996 122142720 21084 33554432000 134512640 135305190 4290299952 18446744073709551615 134528425 0 0 4096 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 48.01
Current children cumulated vsize (KiB) 127980

[startup+25.5005 s]
/proc/loadavg: 7.86 8.03 7.93 9/359 13621
/proc/meminfo: memFree=7902456/32950928 swapFree=45937192/67111528
[pid=13614] ppid=13612 vsize=8700 CPUtime=0.71 cores=1,3,5,7
/proc/13614/stat : 13614 (manysat.sh) S 13612 13614 12655 0 -1 4202496 356 6883 0 0 0 0 70 1 18 0 1 0 641663910 8908800 253 33554432000 4194304 4922060 140736200328944 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/13614/statm: 2175 253 209 178 0 68 0
[pid=13617] ppid=13614 vsize=145640 CPUtime=98.34 cores=1,3,5,7
/proc/13617/stat : 13617 (manysat1.1_stat) R 13614 13614 12655 0 -1 4202496 27726 0 0 0 9815 19 0 0 25 0 4 0 641663983 149135360 27663 33554432000 134512640 135305190 4290299952 18446744073709551615 134528298 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/13617/statm: 36410 27663 84 194 0 36214 0
[pid=13617/tid=13618] ppid=13614 vsize=145640 CPUtime=24.62 cores=1,3,5,7
/proc/13617/task/13618/stat : 13618 (manysat1.1_stat) R 13614 13614 12655 0 -1 4202560 4479 0 0 0 2457 5 0 0 25 0 4 0 641663996 149135360 27663 33554432000 134512640 135305190 4290299952 18446744073709551615 134569794 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=13617/tid=13619] ppid=13614 vsize=145640 CPUtime=24.33 cores=1,3,5,7
/proc/13617/task/13619/stat : 13619 (manysat1.1_stat) R 13614 13614 12655 0 -1 4202560 5019 0 0 0 2429 4 0 0 25 0 4 0 641663996 149135360 27663 33554432000 134512640 135305190 4290299952 18446744073709551615 134552908 0 0 4096 3 0 0 0 -1 7 0 0 0
[pid=13617/tid=13620] ppid=13614 vsize=145640 CPUtime=24.61 cores=1,3,5,7
/proc/13617/task/13620/stat : 13620 (manysat1.1_stat) R 13614 13614 12655 0 -1 4202560 4976 0 0 0 2457 4 0 0 25 0 4 0 641663996 149135360 27663 33554432000 134512640 135305190 4290299952 18446744073709551615 134528489 0 0 4096 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 99.05
Current children cumulated vsize (KiB) 154340

[startup+51.1004 s]
/proc/loadavg: 7.99 8.05 7.93 9/359 13621
/proc/meminfo: memFree=7872092/32950928 swapFree=45937192/67111528
[pid=13614] ppid=13612 vsize=8700 CPUtime=0.71 cores=1,3,5,7
/proc/13614/stat : 13614 (manysat.sh) S 13612 13614 12655 0 -1 4202496 356 6883 0 0 0 0 70 1 18 0 1 0 641663910 8908800 253 33554432000 4194304 4922060 140736200328944 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/13614/statm: 2175 253 209 178 0 68 0
[pid=13617] ppid=13614 vsize=173664 CPUtime=200.43 cores=1,3,5,7
/proc/13617/stat : 13617 (manysat1.1_stat) R 13614 13614 12655 0 -1 4202496 34596 0 0 0 20017 26 0 0 25 0 4 0 641663983 177831936 34533 33554432000 134512640 135305190 4290299952 18446744073709551615 134528310 0 0 4096 3 18446744073709551615 0 0 17 7 0 0 0
/proc/13617/statm: 43416 34533 84 194 0 43220 0
[pid=13617/tid=13618] ppid=13614 vsize=173664 CPUtime=50.21 cores=1,3,5,7
/proc/13617/task/13618/stat : 13618 (manysat1.1_stat) R 13614 13614 12655 0 -1 4202560 6110 0 0 0 5015 6 0 0 25 0 4 0 641663996 177831936 34533 33554432000 134512640 135305190 4290299952 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=13617/tid=13619] ppid=13614 vsize=173664 CPUtime=49.75 cores=1,3,5,7
/proc/13617/task/13619/stat : 13619 (manysat1.1_stat) R 13614 13614 12655 0 -1 4202560 6754 0 0 0 4969 6 0 0 25 0 4 0 641663996 177831936 34533 33554432000 134512640 135305190 4290299952 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=13617/tid=13620] ppid=13614 vsize=173664 CPUtime=50.2 cores=1,3,5,7
/proc/13617/task/13620/stat : 13620 (manysat1.1_stat) R 13614 13614 12655 0 -1 4202560 6680 0 0 0 5014 6 0 0 25 0 4 0 641663996 177831936 34533 33554432000 134512640 135305190 4290299952 18446744073709551615 134528837 0 0 4096 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 201.14
Current children cumulated vsize (KiB) 182364

[startup+102.313 s]
/proc/loadavg: 8.07 8.05 7.94 9/359 13623
/proc/meminfo: memFree=7811772/32950928 swapFree=45937192/67111528
[pid=13614] ppid=13612 vsize=8700 CPUtime=0.71 cores=1,3,5,7
/proc/13614/stat : 13614 (manysat.sh) S 13612 13614 12655 0 -1 4202496 356 6883 0 0 0 0 70 1 18 0 1 0 641663910 8908800 253 33554432000 4194304 4922060 140736200328944 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/13614/statm: 2175 253 209 178 0 68 0
[pid=13617] ppid=13614 vsize=215696 CPUtime=404.63 cores=1,3,5,7
/proc/13617/stat : 13617 (manysat1.1_stat) R 13614 13614 12655 0 -1 4202496 45252 0 0 0 40428 35 0 0 25 0 4 0 641663983 220872704 45189 33554432000 134512640 135305190 4290299952 18446744073709551615 134528298 0 0 4096 3 18446744073709551615 0 0 17 7 0 0 0
/proc/13617/statm: 53924 45189 84 194 0 53728 0
[pid=13617/tid=13618] ppid=13614 vsize=215696 CPUtime=101.41 cores=1,3,5,7
/proc/13617/task/13618/stat : 13618 (manysat1.1_stat) R 13614 13614 12655 0 -1 4202560 8828 0 0 0 10133 8 0 0 25 0 4 0 641663996 220872704 45189 33554432000 134512640 135305190 4290299952 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=13617/tid=13619] ppid=13614 vsize=215696 CPUtime=100.95 cores=1,3,5,7
/proc/13617/task/13619/stat : 13619 (manysat1.1_stat) R 13614 13614 12655 0 -1 4202560 9549 0 0 0 10087 8 0 0 25 0 4 0 641663996 220872704 45189 33554432000 134512640 135305190 4290299952 18446744073709551615 134528576 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=13617/tid=13620] ppid=13614 vsize=215696 CPUtime=101.4 cores=1,3,5,7
/proc/13617/task/13620/stat : 13620 (manysat1.1_stat) R 13614 13614 12655 0 -1 4202560 9175 0 0 0 10131 9 0 0 25 0 4 0 641663996 220872704 45189 33554432000 134512640 135305190 4290299952 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 405.34
Current children cumulated vsize (KiB) 224396

[startup+162.301 s]
/proc/loadavg: 7.99 8.04 7.94 9/359 13624
/proc/meminfo: memFree=7781092/32950928 swapFree=45937192/67111528
[pid=13614] ppid=13612 vsize=8700 CPUtime=0.71 cores=1,3,5,7
/proc/13614/stat : 13614 (manysat.sh) S 13612 13614 12655 0 -1 4202496 356 6883 0 0 0 0 70 1 18 0 1 0 641663910 8908800 253 33554432000 4194304 4922060 140736200328944 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/13614/statm: 2175 253 209 178 0 68 0
[pid=13617] ppid=13614 vsize=242076 CPUtime=643.87 cores=1,3,5,7
/proc/13617/stat : 13617 (manysat1.1_stat) R 13614 13614 12655 0 -1 4202496 51408 0 0 0 64344 43 0 0 25 0 4 0 641663983 247885824 51345 33554432000 134512640 135305190 4290299952 18446744073709551615 134528229 0 0 4096 3 18446744073709551615 0 0 17 7 0 0 0
/proc/13617/statm: 60519 51345 84 194 0 60323 0
[pid=13617/tid=13618] ppid=13614 vsize=242076 CPUtime=161.38 cores=1,3,5,7

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

/proc/13617/task/13620/stat : 13620 (manysat1.1_stat) R 13614 13614 12655 0 -1 4202560 28412 0 0 0 81626 31 0 0 25 0 4 0 641663996 570220544 128580 33554432000 134512640 135305190 4290299952 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3276.74
Current children cumulated vsize (KiB) 565556

[startup+882.301 s]
/proc/loadavg: 8.10 7.88 7.85 9/359 13842
/proc/meminfo: memFree=6451684/32950928 swapFree=45937192/67111528
[pid=13614] ppid=13612 vsize=8700 CPUtime=0.71 cores=1,3,5,7
/proc/13614/stat : 13614 (manysat.sh) S 13612 13614 12655 0 -1 4202496 356 6883 0 0 0 0 70 1 18 0 1 0 641663910 8908800 253 33554432000 4194304 4922060 140736200328944 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/13614/statm: 2175 253 209 178 0 68 0
[pid=13617] ppid=13614 vsize=564964 CPUtime=3515.31 cores=1,3,5,7
/proc/13617/stat : 13617 (manysat1.1_stat) R 13614 13614 12655 0 -1 4202496 130460 0 0 0 351399 132 0 0 25 0 4 0 641663983 578523136 130397 33554432000 134512640 135305190 4290299952 18446744073709551615 134528298 0 0 4096 3 18446744073709551615 0 0 17 7 0 0 0
/proc/13617/statm: 141241 130397 84 194 0 141045 0
[pid=13617/tid=13618] ppid=13614 vsize=564964 CPUtime=881.31 cores=1,3,5,7
/proc/13617/task/13618/stat : 13618 (manysat1.1_stat) R 13614 13614 12655 0 -1 4202560 28310 0 0 0 88098 33 0 0 25 0 4 0 641663996 578523136 130397 33554432000 134512640 135305190 4290299952 18446744073709551615 134528376 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=13617/tid=13619] ppid=13614 vsize=564964 CPUtime=880.49 cores=1,3,5,7
/proc/13617/task/13619/stat : 13619 (manysat1.1_stat) R 13614 13614 12655 0 -1 4202560 35112 0 0 0 88016 33 0 0 25 0 4 0 641663996 578523136 130397 33554432000 134512640 135305190 4290299952 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=13617/tid=13620] ppid=13614 vsize=564964 CPUtime=876.58 cores=1,3,5,7
/proc/13617/task/13620/stat : 13620 (manysat1.1_stat) R 13614 13614 12655 0 -1 4202560 28735 0 0 0 87625 33 0 0 25 0 4 0 641663996 578523136 130397 33554432000 134512640 135305190 4290299952 18446744073709551615 134528768 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3516.02
Current children cumulated vsize (KiB) 573664

[startup+942.301 s]
/proc/loadavg: 8.08 7.91 7.86 9/359 13843
/proc/meminfo: memFree=6374404/32950928 swapFree=45937192/67111528
[pid=13614] ppid=13612 vsize=8700 CPUtime=0.71 cores=1,3,5,7
/proc/13614/stat : 13614 (manysat.sh) S 13612 13614 12655 0 -1 4202496 356 6883 0 0 0 0 70 1 18 0 1 0 641663910 8908800 253 33554432000 4194304 4922060 140736200328944 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/13614/statm: 2175 253 209 178 0 68 0
[pid=13617] ppid=13614 vsize=576344 CPUtime=3754.6 cores=1,3,5,7
/proc/13617/stat : 13617 (manysat1.1_stat) R 13614 13614 12655 0 -1 4202496 133509 0 0 0 375324 136 0 0 25 0 4 0 641663983 590176256 133446 33554432000 134512640 135305190 4290299952 18446744073709551615 134528298 0 0 4096 3 18446744073709551615 0 0 17 7 0 0 0
/proc/13617/statm: 144086 133446 84 194 0 143890 0
[pid=13617/tid=13618] ppid=13614 vsize=576344 CPUtime=941.32 cores=1,3,5,7
/proc/13617/task/13618/stat : 13618 (manysat1.1_stat) R 13614 13614 12655 0 -1 4202560 29177 0 0 0 94097 35 0 0 25 0 4 0 641663996 590176256 133446 33554432000 134512640 135305190 4290299952 18446744073709551615 134528503 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=13617/tid=13619] ppid=13614 vsize=576344 CPUtime=940.49 cores=1,3,5,7
/proc/13617/task/13619/stat : 13619 (manysat1.1_stat) R 13614 13614 12655 0 -1 4202560 35831 0 0 0 94015 34 0 0 25 0 4 0 641663996 590176256 133446 33554432000 134512640 135305190 4290299952 18446744073709551615 134528408 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=13617/tid=13620] ppid=13614 vsize=576344 CPUtime=936.58 cores=1,3,5,7
/proc/13617/task/13620/stat : 13620 (manysat1.1_stat) R 13614 13614 12655 0 -1 4202560 29377 0 0 0 93624 34 0 0 25 0 4 0 641663996 590176256 133446 33554432000 134512640 135305190 4290299952 18446744073709551615 134528768 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3755.31
Current children cumulated vsize (KiB) 585044

[startup+1002.3 s]
/proc/loadavg: 8.06 7.94 7.87 9/359 13845
/proc/meminfo: memFree=6310892/32950928 swapFree=45937192/67111528
[pid=13614] ppid=13612 vsize=8700 CPUtime=0.71 cores=1,3,5,7
/proc/13614/stat : 13614 (manysat.sh) S 13612 13614 12655 0 -1 4202496 356 6883 0 0 0 0 70 1 18 0 1 0 641663910 8908800 253 33554432000 4194304 4922060 140736200328944 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/13614/statm: 2175 253 209 178 0 68 0
[pid=13617] ppid=13614 vsize=593540 CPUtime=3993.91 cores=1,3,5,7
/proc/13617/stat : 13617 (manysat1.1_stat) R 13614 13614 12655 0 -1 4202496 137298 0 0 0 399251 140 0 0 25 0 4 0 641663983 607784960 137235 33554432000 134512640 135305190 4290299952 18446744073709551615 134528408 0 0 4096 3 18446744073709551615 0 0 17 7 0 0 0
/proc/13617/statm: 148385 137235 84 194 0 148189 0
[pid=13617/tid=13618] ppid=13614 vsize=593540 CPUtime=1001.32 cores=1,3,5,7
/proc/13617/task/13618/stat : 13618 (manysat1.1_stat) R 13614 13614 12655 0 -1 4202560 29926 0 0 0 100097 35 0 0 25 0 4 0 641663996 607784960 137235 33554432000 134512640 135305190 4290299952 18446744073709551615 134528571 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=13617/tid=13619] ppid=13614 vsize=593540 CPUtime=1000.5 cores=1,3,5,7
/proc/13617/task/13619/stat : 13619 (manysat1.1_stat) R 13614 13614 12655 0 -1 4202560 36768 0 0 0 100015 35 0 0 25 0 4 0 641663996 607784960 137235 33554432000 134512640 135305190 4290299952 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=13617/tid=13620] ppid=13614 vsize=593540 CPUtime=996.58 cores=1,3,5,7
/proc/13617/task/13620/stat : 13620 (manysat1.1_stat) R 13614 13614 12655 0 -1 4202560 30553 0 0 0 99624 34 0 0 25 0 4 0 641663996 607784960 137235 33554432000 134512640 135305190 4290299952 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3994.62
Current children cumulated vsize (KiB) 602240

[startup+1062.3 s]
/proc/loadavg: 8.14 7.98 7.89 9/359 13846
/proc/meminfo: memFree=6211672/32950928 swapFree=45937192/67111528
[pid=13614] ppid=13612 vsize=8700 CPUtime=0.71 cores=1,3,5,7
/proc/13614/stat : 13614 (manysat.sh) S 13612 13614 12655 0 -1 4202496 356 6883 0 0 0 0 70 1 18 0 1 0 641663910 8908800 253 33554432000 4194304 4922060 140736200328944 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/13614/statm: 2175 253 209 178 0 68 0
[pid=13617] ppid=13614 vsize=631080 CPUtime=4233.11 cores=1,3,5,7
/proc/13617/stat : 13617 (manysat1.1_stat) R 13614 13614 12655 0 -1 4202496 146788 0 0 0 423160 151 0 0 25 0 4 0 641663983 646225920 146725 33554432000 134512640 135305190 4290299952 18446744073709551615 134528229 0 0 4096 3 18446744073709551615 0 0 17 7 0 0 0
/proc/13617/statm: 157770 146725 84 194 0 157574 0
[pid=13617/tid=13618] ppid=13614 vsize=631080 CPUtime=1061.29 cores=1,3,5,7
/proc/13617/task/13618/stat : 13618 (manysat1.1_stat) R 13614 13614 12655 0 -1 4202560 32214 0 0 0 106092 37 0 0 20 0 4 0 641663996 646225920 146725 33554432000 134512640 135305190 4290299952 18446744073709551615 134528252 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=13617/tid=13619] ppid=13614 vsize=631080 CPUtime=1060.47 cores=1,3,5,7
/proc/13617/task/13619/stat : 13619 (manysat1.1_stat) R 13614 13614 12655 0 -1 4202560 38884 0 0 0 106009 38 0 0 25 0 4 0 641663996 646225920 146725 33554432000 134512640 135305190 4290299952 18446744073709551615 134528408 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=13617/tid=13620] ppid=13614 vsize=631080 CPUtime=1056.55 cores=1,3,5,7
/proc/13617/task/13620/stat : 13620 (manysat1.1_stat) R 13614 13614 12655 0 -1 4202560 32541 0 0 0 105619 36 0 0 25 0 4 0 641663996 646225920 146725 33554432000 134512640 135305190 4290299952 18446744073709551615 134528603 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4233.82
Current children cumulated vsize (KiB) 639780

[startup+1122.3 s]
/proc/loadavg: 8.15 8.01 7.90 9/359 13848
/proc/meminfo: memFree=6176564/32950928 swapFree=45937192/67111528
[pid=13614] ppid=13612 vsize=8700 CPUtime=0.71 cores=1,3,5,7
/proc/13614/stat : 13614 (manysat.sh) S 13612 13614 12655 0 -1 4202496 356 6883 0 0 0 0 70 1 18 0 1 0 641663910 8908800 253 33554432000 4194304 4922060 140736200328944 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/13614/statm: 2175 253 209 178 0 68 0
[pid=13617] ppid=13614 vsize=632464 CPUtime=4472.42 cores=1,3,5,7
/proc/13617/stat : 13617 (manysat1.1_stat) R 13614 13614 12655 0 -1 4202496 147061 0 0 0 447090 152 0 0 25 0 4 0 641663983 647643136 146998 33554432000 134512640 135305190 4290299952 18446744073709551615 134528298 0 0 4096 3 18446744073709551615 0 0 17 7 0 0 0
/proc/13617/statm: 158116 146998 84 194 0 157920 0
[pid=13617/tid=13618] ppid=13614 vsize=632464 CPUtime=1121.29 cores=1,3,5,7
/proc/13617/task/13618/stat : 13618 (manysat1.1_stat) R 13614 13614 12655 0 -1 4202560 32214 0 0 0 112092 37 0 0 25 0 4 0 641663996 647643136 146998 33554432000 134512640 135305190 4290299952 18446744073709551615 134528376 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=13617/tid=13619] ppid=13614 vsize=632464 CPUtime=1120.47 cores=1,3,5,7
/proc/13617/task/13619/stat : 13619 (manysat1.1_stat) R 13614 13614 12655 0 -1 4202560 38972 0 0 0 112009 38 0 0 25 0 4 0 641663996 647643136 146998 33554432000 134512640 135305190 4290299952 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=13617/tid=13620] ppid=13614 vsize=632464 CPUtime=1116.56 cores=1,3,5,7
/proc/13617/task/13620/stat : 13620 (manysat1.1_stat) R 13614 13614 12655 0 -1 4202560 32541 0 0 0 111619 37 0 0 25 0 4 0 641663996 647643136 146998 33554432000 134512640 135305190 4290299952 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4473.13
Current children cumulated vsize (KiB) 641164

[startup+1182.3 s]
/proc/loadavg: 8.20 8.04 7.92 9/359 13850
/proc/meminfo: memFree=6158184/32950928 swapFree=45937192/67111528
[pid=13614] ppid=13612 vsize=8700 CPUtime=0.71 cores=1,3,5,7
/proc/13614/stat : 13614 (manysat.sh) S 13612 13614 12655 0 -1 4202496 356 6883 0 0 0 0 70 1 18 0 1 0 641663910 8908800 253 33554432000 4194304 4922060 140736200328944 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/13614/statm: 2175 253 209 178 0 68 0
[pid=13617] ppid=13614 vsize=640316 CPUtime=4711.73 cores=1,3,5,7
/proc/13617/stat : 13617 (manysat1.1_stat) R 13614 13614 12655 0 -1 4202496 148703 0 0 0 471018 155 0 0 25 0 4 0 641663983 655683584 148640 33554432000 134512640 135305190 4290299952 18446744073709551615 134528229 0 0 4096 3 18446744073709551615 0 0 17 7 0 0 0
/proc/13617/statm: 160079 148640 84 194 0 159883 0
[pid=13617/tid=13618] ppid=13614 vsize=640316 CPUtime=1181.3 cores=1,3,5,7
/proc/13617/task/13618/stat : 13618 (manysat1.1_stat) R 13614 13614 12655 0 -1 4202560 32338 0 0 0 118092 38 0 0 25 0 4 0 641663996 655683584 148640 33554432000 134512640 135305190 4290299952 18446744073709551615 134528768 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=13617/tid=13619] ppid=13614 vsize=640316 CPUtime=1180.47 cores=1,3,5,7
/proc/13617/task/13619/stat : 13619 (manysat1.1_stat) R 13614 13614 12655 0 -1 4202560 39724 0 0 0 118008 39 0 0 25 0 4 0 641663996 655683584 148640 33554432000 134512640 135305190 4290299952 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=13617/tid=13620] ppid=13614 vsize=640316 CPUtime=1176.56 cores=1,3,5,7
/proc/13617/task/13620/stat : 13620 (manysat1.1_stat) R 13614 13614 12655 0 -1 4202560 32753 0 0 0 117619 37 0 0 25 0 4 0 641663996 655683584 148640 33554432000 134512640 135305190 4290299952 18446744073709551615 134528224 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4712.44
Current children cumulated vsize (KiB) 649016



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1204.3 s]
/proc/loadavg: 8.13 8.04 7.92 9/359 13850
/proc/meminfo: memFree=6105848/32950928 swapFree=45937192/67111528
[pid=13614] ppid=13612 vsize=8700 CPUtime=0.71 cores=1,3,5,7
/proc/13614/stat : 13614 (manysat.sh) S 13612 13614 12655 0 -1 4202496 356 6883 0 0 0 0 70 1 18 0 1 0 641663910 8908800 253 33554432000 4194304 4922060 140736200328944 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/13614/statm: 2175 253 209 178 0 68 0
[pid=13617] ppid=13614 vsize=657556 CPUtime=4799.49 cores=1,3,5,7
/proc/13617/stat : 13617 (manysat1.1_stat) R 13614 13614 12655 0 -1 4202496 152802 0 0 0 479789 160 0 0 25 0 4 0 641663983 673337344 152739 33554432000 134512640 135305190 4290299952 18446744073709551615 134528344 0 0 4096 3 18446744073709551615 0 0 17 7 0 0 0
/proc/13617/statm: 164389 152739 84 194 0 164193 0
[pid=13617/tid=13618] ppid=13614 vsize=657556 CPUtime=1203.31 cores=1,3,5,7
/proc/13617/task/13618/stat : 13618 (manysat1.1_stat) R 13614 13614 12655 0 -1 4202560 33257 0 0 0 120292 39 0 0 25 0 4 0 641663996 673337344 152739 33554432000 134512640 135305190 4290299952 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=13617/tid=13619] ppid=13614 vsize=657556 CPUtime=1202.48 cores=1,3,5,7
/proc/13617/task/13619/stat : 13619 (manysat1.1_stat) R 13614 13614 12655 0 -1 4202560 41194 0 0 0 120207 41 0 0 25 0 4 0 641663996 673337344 152739 33554432000 134512640 135305190 4290299952 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=13617/tid=13620] ppid=13614 vsize=657556 CPUtime=1198.57 cores=1,3,5,7
/proc/13617/task/13620/stat : 13620 (manysat1.1_stat) R 13614 13614 12655 0 -1 4202560 33587 0 0 0 119819 38 0 0 25 0 4 0 641663996 673337344 152739 33554432000 134512640 135305190 4290299952 18446744073709551615 134528341 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4800.2
Current children cumulated vsize (KiB) 666256

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

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

[startup+1204.3 s]
/proc/loadavg: 8.13 8.04 7.92 9/359 13850
/proc/meminfo: memFree=6105848/32950928 swapFree=45937192/67111528
[pid=13614] ppid=13612 vsize=8700 CPUtime=0.71 cores=1,3,5,7
/proc/13614/stat : 13614 (manysat.sh) S 13612 13614 12655 0 -1 4202496 356 6883 0 0 0 0 70 1 18 0 1 0 641663910 8908800 253 33554432000 4194304 4922060 140736200328944 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/13614/statm: 2175 253 209 178 0 68 0
[pid=13617] ppid=13614 vsize=657556 CPUtime=4799.49 cores=1,3,5,7
/proc/13617/stat : 13617 (manysat1.1_stat) R 13614 13614 12655 0 -1 4202496 152802 0 0 0 479789 160 0 0 25 0 4 0 641663983 673337344 152739 33554432000 134512640 135305190 4290299952 18446744073709551615 134528344 0 0 4096 3 18446744073709551615 0 0 17 7 0 0 0
/proc/13617/statm: 164389 152739 84 194 0 164193 0
[pid=13617/tid=13618] ppid=13614 vsize=657556 CPUtime=1203.31 cores=1,3,5,7
/proc/13617/task/13618/stat : 13618 (manysat1.1_stat) R 13614 13614 12655 0 -1 4202560 33257 0 0 0 120292 39 0 0 25 0 4 0 641663996 673337344 152739 33554432000 134512640 135305190 4290299952 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=13617/tid=13619] ppid=13614 vsize=657556 CPUtime=1202.48 cores=1,3,5,7
/proc/13617/task/13619/stat : 13619 (manysat1.1_stat) R 13614 13614 12655 0 -1 4202560 41194 0 0 0 120207 41 0 0 25 0 4 0 641663996 673337344 152739 33554432000 134512640 135305190 4290299952 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=13617/tid=13620] ppid=13614 vsize=657556 CPUtime=1198.57 cores=1,3,5,7
/proc/13617/task/13620/stat : 13620 (manysat1.1_stat) R 13614 13614 12655 0 -1 4202560 33587 0 0 0 119819 38 0 0 25 0 4 0 641663996 673337344 152739 33554432000 134512640 135305190 4290299952 18446744073709551615 134528341 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4800.2
Current children cumulated vsize (KiB) 666256

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 1204.32
CPU time (s): 4800.2
CPU user time (s): 4798.59
CPU system time (s): 1.61
CPU usage (%): 398.58
Max. virtual memory (cumulated for all children) (KiB): 666256

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

runsolver used 3.9314 second user time and 9.8705 second system time

The end

Launcher Data

Begin job on node149 at 2011-05-13 17:31:12
IDJOB=3362263
IDBENCH=83135
IDSOLVER=1838
FILE ID=node149/3362263-1305300672
RUNJOBID= node149-1305296390-12674
PBS_JOBID= 13321404
Free space on /tmp= 42212 MiB

SOLVER NAME= ManySAT 1.1 aimd 1/2009-03-20 (4 threads)
BENCH NAME= SAT11/application/fuhs/slp-synthesis-AES/slp-synthesis-aes-bottom21.cnf
COMMAND LINE= manysat.sh BENCHNAME aimd 1
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3362263-1305300672/watcher-3362263-1305300672 -o /tmp/evaluation-result-3362263-1305300672/solver-3362263-1305300672 -C 4800 -W 1300 -M 15500  manysat.sh HOME/instance-3362263-1305300672.cnf aimd 1

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

MD5SUM BENCH= e6407843d1fbd00b68d4ad600a25dfb2
RANDOM SEED=158099644

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:       8030452 kB
Buffers:        266092 kB
Cached:       19299276 kB
SwapCached:      19984 kB
Active:        9434060 kB
Inactive:     14808536 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:       8030452 kB
SwapTotal:    67111528 kB
SwapFree:     45937192 kB
Dirty:            4288 kB
Writeback:           0 kB
AnonPages:     4669720 kB
Mapped:          14560 kB
Slab:           541740 kB
PageTables:      72708 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 80591740 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= 41988 MiB
End job on node149 at 2011-05-13 17:51:19