Trace number 3362225

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.03 1203.82

General information on the benchmark

Nameapplication/fuhs/slp-synthesis-AES/
slp-synthesis-aes-bottom15.cnf
MD5SUM1f0914c6141fdba914b73575a12b918a
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 variables25972
Number of clauses86411
Sum of the clauses size219707
Maximum clause length879
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 245193
Number of clauses of size 340753
Number of clauses of size 4119
Number of clauses of size 513
Number of clauses of size over 5332

Solver Data

0.00/0.00	c Parsing...
0.00/0.04	c ==============================================================================
0.00/0.04	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.04	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.04	c ==============================================================================
0.00/0.04	c |         0 |   81213   207435 |   24363       0        0     nan |  0.000 % |
0.00/0.35	c |         0 |   55718   204634 |      --       0       --      -- |     --   | -25495/-2801
0.00/0.35	c ==============================================================================
0.00/0.35	c Result  :   #vars: 10123   #clauses: 55718   #literals: 204634
0.00/0.35	c CPU time:   0.350946 s
0.00/0.35	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-3362225-1305299859/watcher-3362225-1305299859 -o /tmp/evaluation-result-3362225-1305299859/solver-3362225-1305299859 -C 4800 -W 1300 -M 15500 manysat.sh HOME/instance-3362225-1305299859.cnf aimd 1 

running on 4 cores: 0,2,4,6

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


[startup+0 s]
/proc/loadavg: 8.12 8.02 7.79 5/354 13559
/proc/meminfo: memFree=7726504/32950928 swapFree=45937192/67111528
[pid=13559] ppid=13557 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/13559/stat : 13559 (manysat.sh) S 13557 13559 12655 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 641582600 8908800 250 33554432000 4194304 4922060 140734522462144 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/13559/statm: 2175 250 209 178 0 68 0

[startup+0.0819441 s]
/proc/loadavg: 8.12 8.02 7.79 5/354 13559
/proc/meminfo: memFree=7726504/32950928 swapFree=45937192/67111528
[pid=13559] ppid=13557 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/13559/stat : 13559 (manysat.sh) S 13557 13559 12655 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 641582600 8908800 250 33554432000 4194304 4922060 140734522462144 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/13559/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.100933 s]
/proc/loadavg: 8.12 8.02 7.79 5/354 13559
/proc/meminfo: memFree=7726504/32950928 swapFree=45937192/67111528
[pid=13559] ppid=13557 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/13559/stat : 13559 (manysat.sh) S 13557 13559 12655 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 641582600 8908800 250 33554432000 4194304 4922060 140734522462144 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/13559/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.300903 s]
/proc/loadavg: 8.12 8.02 7.79 5/354 13559
/proc/meminfo: memFree=7726504/32950928 swapFree=45937192/67111528
[pid=13559] ppid=13557 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/13559/stat : 13559 (manysat.sh) S 13557 13559 12655 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 641582600 8908800 250 33554432000 4194304 4922060 140734522462144 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/13559/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.4896 s]
/proc/loadavg: 8.12 8.02 7.79 5/354 13559
/proc/meminfo: memFree=7726504/32950928 swapFree=45937192/67111528
[pid=13559] ppid=13557 vsize=8700 CPUtime=0.39 cores=0,2,4,6
/proc/13559/stat : 13559 (manysat.sh) S 13557 13559 12655 0 -1 4202496 358 3586 0 0 0 0 39 0 22 0 1 0 641582600 8908800 253 33554432000 4194304 4922060 140734522462144 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/13559/statm: 2175 253 209 178 0 68 0
Current children cumulated CPU time (s) 0.39
Current children cumulated vsize (KiB) 8700

[startup+1.58958 s]
/proc/loadavg: 8.12 8.02 7.79 5/354 13559
/proc/meminfo: memFree=7726504/32950928 swapFree=45937192/67111528
[pid=13559] ppid=13557 vsize=8700 CPUtime=0.39 cores=0,2,4,6
/proc/13559/stat : 13559 (manysat.sh) S 13557 13559 12655 0 -1 4202496 358 3586 0 0 0 0 39 0 22 0 1 0 641582600 8908800 253 33554432000 4194304 4922060 140734522462144 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/13559/statm: 2175 253 209 178 0 68 0
Current children cumulated CPU time (s) 0.39
Current children cumulated vsize (KiB) 8700

[startup+3.10028 s]
/proc/loadavg: 8.11 8.02 7.79 9/359 13565
/proc/meminfo: memFree=7682200/32950928 swapFree=45937192/67111528
[pid=13559] ppid=13557 vsize=8700 CPUtime=0.39 cores=0,2,4,6
/proc/13559/stat : 13559 (manysat.sh) S 13557 13559 12655 0 -1 4202496 358 3586 0 0 0 0 39 0 22 0 1 0 641582600 8908800 253 33554432000 4194304 4922060 140734522462144 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/13559/statm: 2175 253 209 178 0 68 0
[pid=13562] ppid=13559 vsize=69308 CPUtime=10.52 cores=0,2,4,6
/proc/13562/stat : 13562 (manysat1.1_stat) R 13559 13559 12655 0 -1 4202496 9030 0 0 0 1047 5 0 0 22 0 4 0 641582640 70971392 8979 33554432000 134512640 135305190 4290237904 18446744073709551615 134528503 0 0 4096 3 18446744073709551615 0 0 17 2 0 0 0
/proc/13562/statm: 17327 8979 84 194 0 17131 0
[pid=13562/tid=13563] ppid=13559 vsize=69308 CPUtime=2.61 cores=0,2,4,6
/proc/13562/task/13563/stat : 13563 (manysat1.1_stat) R 13559 13559 12655 0 -1 4202560 1134 0 0 0 260 1 0 0 23 0 4 0 641582647 70971392 8979 33554432000 134512640 135305190 4290237904 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=13562/tid=13564] ppid=13559 vsize=69308 CPUtime=2.59 cores=0,2,4,6
/proc/13562/task/13564/stat : 13564 (manysat1.1_stat) R 13559 13559 12655 0 -1 4202560 1066 0 0 0 258 1 0 0 22 0 4 0 641582647 70971392 8979 33554432000 134512640 135305190 4290237904 18446744073709551615 134528265 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=13562/tid=13565] ppid=13559 vsize=69308 CPUtime=2.62 cores=0,2,4,6
/proc/13562/task/13565/stat : 13565 (manysat1.1_stat) R 13559 13559 12655 0 -1 4202560 1262 0 0 0 261 1 0 0 23 0 4 0 641582647 70971392 8979 33554432000 134512640 135305190 4290237904 18446744073709551615 134528388 0 0 4096 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 10.91
Current children cumulated vsize (KiB) 78008

[startup+6.30064 s]
/proc/loadavg: 8.11 8.02 7.79 9/359 13566
/proc/meminfo: memFree=7664560/32950928 swapFree=45937192/67111528
[pid=13559] ppid=13557 vsize=8700 CPUtime=0.39 cores=0,2,4,6
/proc/13559/stat : 13559 (manysat.sh) S 13557 13559 12655 0 -1 4202496 358 3586 0 0 0 0 39 0 22 0 1 0 641582600 8908800 253 33554432000 4194304 4922060 140734522462144 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/13559/statm: 2175 253 209 178 0 68 0
[pid=13562] ppid=13559 vsize=80036 CPUtime=23.29 cores=0,2,4,6
/proc/13562/stat : 13562 (manysat1.1_stat) R 13559 13559 12655 0 -1 4202496 11573 0 0 0 2323 6 0 0 25 0 4 0 641582640 81956864 11522 33554432000 134512640 135305190 4290237904 18446744073709551615 134528298 0 0 4096 3 18446744073709551615 0 0 17 2 0 0 0
/proc/13562/statm: 20009 11522 84 194 0 19813 0
[pid=13562/tid=13563] ppid=13559 vsize=80036 CPUtime=5.81 cores=0,2,4,6
/proc/13562/task/13563/stat : 13563 (manysat1.1_stat) R 13559 13559 12655 0 -1 4202560 1793 0 0 0 580 1 0 0 25 0 4 0 641582647 81956864 11522 33554432000 134512640 135305190 4290237904 18446744073709551615 134528392 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=13562/tid=13564] ppid=13559 vsize=80036 CPUtime=5.76 cores=0,2,4,6
/proc/13562/task/13564/stat : 13564 (manysat1.1_stat) R 13559 13559 12655 0 -1 4202560 1694 0 0 0 575 1 0 0 25 0 4 0 641582647 81956864 11522 33554432000 134512640 135305190 4290237904 18446744073709551615 134528283 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=13562/tid=13565] ppid=13559 vsize=80036 CPUtime=5.82 cores=0,2,4,6
/proc/13562/task/13565/stat : 13565 (manysat1.1_stat) R 13559 13559 12655 0 -1 4202560 1930 0 0 0 581 1 0 0 25 0 4 0 641582647 81956864 11522 33554432000 134512640 135305190 4290237904 18446744073709551615 134556558 0 0 4096 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 23.68
Current children cumulated vsize (KiB) 88736

[startup+12.7004 s]
/proc/loadavg: 8.10 8.02 7.79 9/359 13566
/proc/meminfo: memFree=7607860/32950928 swapFree=45937192/67111528
[pid=13559] ppid=13557 vsize=8700 CPUtime=0.39 cores=0,2,4,6
/proc/13559/stat : 13559 (manysat.sh) S 13557 13559 12655 0 -1 4202496 358 3586 0 0 0 0 39 0 22 0 1 0 641582600 8908800 253 33554432000 4194304 4922060 140734522462144 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/13559/statm: 2175 253 209 178 0 68 0
[pid=13562] ppid=13559 vsize=99584 CPUtime=48.84 cores=0,2,4,6
/proc/13562/stat : 13562 (manysat1.1_stat) R 13559 13559 12655 0 -1 4202496 16551 0 0 0 4876 8 0 0 25 0 4 0 641582640 101974016 16500 33554432000 134512640 135305190 4290237904 18446744073709551615 134528229 0 0 4096 3 18446744073709551615 0 0 17 2 0 0 0
/proc/13562/statm: 24896 16500 84 194 0 24700 0
[pid=13562/tid=13563] ppid=13559 vsize=99584 CPUtime=12.22 cores=0,2,4,6
/proc/13562/task/13563/stat : 13563 (manysat1.1_stat) R 13559 13559 12655 0 -1 4202560 2911 0 0 0 1220 2 0 0 25 0 4 0 641582647 101974016 16500 33554432000 134512640 135305190 4290237904 18446744073709551615 134530636 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=13562/tid=13564] ppid=13559 vsize=99584 CPUtime=12.09 cores=0,2,4,6
/proc/13562/task/13564/stat : 13564 (manysat1.1_stat) R 13559 13559 12655 0 -1 4202560 2993 0 0 0 1208 1 0 0 25 0 4 0 641582647 101974016 16500 33554432000 134512640 135305190 4290237904 18446744073709551615 134528310 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=13562/tid=13565] ppid=13559 vsize=99584 CPUtime=12.22 cores=0,2,4,6
/proc/13562/task/13565/stat : 13565 (manysat1.1_stat) R 13559 13559 12655 0 -1 4202560 3094 0 0 0 1221 1 0 0 25 0 4 0 641582647 101974016 16500 33554432000 134512640 135305190 4290237904 18446744073709551615 134528254 0 0 4096 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 49.23
Current children cumulated vsize (KiB) 108284

[startup+25.5008 s]
/proc/loadavg: 8.15 8.03 7.80 9/359 13566
/proc/meminfo: memFree=7548824/32950928 swapFree=45937192/67111528
[pid=13559] ppid=13557 vsize=8700 CPUtime=0.39 cores=0,2,4,6
/proc/13559/stat : 13559 (manysat.sh) S 13557 13559 12655 0 -1 4202496 358 3586 0 0 0 0 39 0 22 0 1 0 641582600 8908800 253 33554432000 4194304 4922060 140734522462144 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/13559/statm: 2175 253 209 178 0 68 0
[pid=13562] ppid=13559 vsize=112720 CPUtime=99.86 cores=0,2,4,6
/proc/13562/stat : 13562 (manysat1.1_stat) R 13559 13559 12655 0 -1 4202496 19902 0 0 0 9976 10 0 0 25 0 4 0 641582640 115425280 19851 33554432000 134512640 135305190 4290237904 18446744073709551615 134528263 0 0 4096 3 18446744073709551615 0 0 17 2 0 0 0
/proc/13562/statm: 28180 19851 84 194 0 27984 0
[pid=13562/tid=13563] ppid=13559 vsize=112720 CPUtime=25 cores=0,2,4,6
/proc/13562/task/13563/stat : 13563 (manysat1.1_stat) R 13559 13559 12655 0 -1 4202560 3813 0 0 0 2498 2 0 0 25 0 4 0 641582647 115425280 19851 33554432000 134512640 135305190 4290237904 18446744073709551615 134528768 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=13562/tid=13564] ppid=13559 vsize=112720 CPUtime=24.75 cores=0,2,4,6
/proc/13562/task/13564/stat : 13564 (manysat1.1_stat) R 13559 13559 12655 0 -1 4202560 3845 0 0 0 2473 2 0 0 23 0 4 0 641582647 115425280 19851 33554432000 134512640 135305190 4290237904 18446744073709551615 134528503 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=13562/tid=13565] ppid=13559 vsize=112720 CPUtime=25.01 cores=0,2,4,6
/proc/13562/task/13565/stat : 13565 (manysat1.1_stat) R 13559 13559 12655 0 -1 4202560 3924 0 0 0 2499 2 0 0 25 0 4 0 641582647 115425280 19851 33554432000 134512640 135305190 4290237904 18446744073709551615 134528410 0 0 4096 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 100.25
Current children cumulated vsize (KiB) 121420

[startup+51.1007 s]
/proc/loadavg: 8.10 8.03 7.80 9/359 13567
/proc/meminfo: memFree=7409656/32950928 swapFree=45937192/67111528
[pid=13559] ppid=13557 vsize=8700 CPUtime=0.39 cores=0,2,4,6
/proc/13559/stat : 13559 (manysat.sh) S 13557 13559 12655 0 -1 4202496 358 3586 0 0 0 0 39 0 22 0 1 0 641582600 8908800 253 33554432000 4194304 4922060 140734522462144 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/13559/statm: 2175 253 209 178 0 68 0
[pid=13562] ppid=13559 vsize=136512 CPUtime=201.95 cores=0,2,4,6
/proc/13562/stat : 13562 (manysat1.1_stat) R 13559 13559 12655 0 -1 4202496 25575 0 0 0 20181 14 0 0 25 0 4 0 641582640 139788288 25524 33554432000 134512640 135305190 4290237904 18446744073709551615 134528298 0 0 4096 3 18446744073709551615 0 0 17 6 0 0 0
/proc/13562/statm: 34128 25524 84 194 0 33932 0
[pid=13562/tid=13563] ppid=13559 vsize=136512 CPUtime=50.6 cores=0,2,4,6
/proc/13562/task/13563/stat : 13563 (manysat1.1_stat) R 13559 13559 12655 0 -1 4202560 5321 0 0 0 5056 4 0 0 25 0 4 0 641582647 139788288 25524 33554432000 134512640 135305190 4290237904 18446744073709551615 134528480 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=13562/tid=13564] ppid=13559 vsize=136512 CPUtime=50.32 cores=0,2,4,6
/proc/13562/task/13564/stat : 13564 (manysat1.1_stat) R 13559 13559 12655 0 -1 4202560 5536 0 0 0 5030 2 0 0 25 0 4 0 641582647 139788288 25524 33554432000 134512640 135305190 4290237904 18446744073709551615 134528399 0 0 4096 3 0 0 0 -1 2 0 0 0
[pid=13562/tid=13565] ppid=13559 vsize=136512 CPUtime=50.61 cores=0,2,4,6
/proc/13562/task/13565/stat : 13565 (manysat1.1_stat) R 13559 13559 12655 0 -1 4202560 5047 0 0 0 5058 3 0 0 25 0 4 0 641582647 139788288 25524 33554432000 134512640 135305190 4290237904 18446744073709551615 134528559 0 0 4096 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 202.34
Current children cumulated vsize (KiB) 145212

[startup+102.301 s]
/proc/loadavg: 8.08 8.04 7.82 9/359 13568
/proc/meminfo: memFree=7316460/32950928 swapFree=45937192/67111528
[pid=13559] ppid=13557 vsize=8700 CPUtime=0.39 cores=0,2,4,6
/proc/13559/stat : 13559 (manysat.sh) S 13557 13559 12655 0 -1 4202496 358 3586 0 0 0 0 39 0 22 0 1 0 641582600 8908800 253 33554432000 4194304 4922060 140734522462144 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/13559/statm: 2175 253 209 178 0 68 0
[pid=13562] ppid=13559 vsize=168168 CPUtime=406.14 cores=0,2,4,6
/proc/13562/stat : 13562 (manysat1.1_stat) R 13559 13559 12655 0 -1 4202496 33275 0 0 0 40594 20 0 0 25 0 4 0 641582640 172204032 33224 33554432000 134512640 135305190 4290237904 18446744073709551615 134528415 0 0 4096 3 18446744073709551615 0 0 17 6 0 0 0
/proc/13562/statm: 42042 33224 84 194 0 41846 0
[pid=13562/tid=13563] ppid=13559 vsize=168168 CPUtime=101.79 cores=0,2,4,6
/proc/13562/task/13563/stat : 13563 (manysat1.1_stat) R 13559 13559 12655 0 -1 4202560 7315 0 0 0 10173 6 0 0 25 0 4 0 641582647 172204032 33224 33554432000 134512640 135305190 4290237904 18446744073709551615 134528252 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=13562/tid=13564] ppid=13559 vsize=168168 CPUtime=101.51 cores=0,2,4,6
/proc/13562/task/13564/stat : 13564 (manysat1.1_stat) R 13559 13559 12655 0 -1 4202560 7881 0 0 0 10147 4 0 0 25 0 4 0 641582647 172204032 33224 33554432000 134512640 135305190 4290237904 18446744073709551615 134528872 0 0 4096 3 0 0 0 -1 2 0 0 0
[pid=13562/tid=13565] ppid=13559 vsize=168168 CPUtime=101.8 cores=0,2,4,6
/proc/13562/task/13565/stat : 13565 (manysat1.1_stat) R 13559 13559 12655 0 -1 4202560 6656 0 0 0 10175 5 0 0 25 0 4 0 641582647 172204032 33224 33554432000 134512640 135305190 4290237904 18446744073709551615 134528224 0 0 4096 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 406.53
Current children cumulated vsize (KiB) 176868

[startup+162.301 s]
/proc/loadavg: 8.06 8.04 7.83 9/359 13570
/proc/meminfo: memFree=7240612/32950928 swapFree=45937192/67111528
[pid=13559] ppid=13557 vsize=8700 CPUtime=0.39 cores=0,2,4,6
/proc/13559/stat : 13559 (manysat.sh) S 13557 13559 12655 0 -1 4202496 358 3586 0 0 0 0 39 0 22 0 1 0 641582600 8908800 253 33554432000 4194304 4922060 140734522462144 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/13559/statm: 2175 253 209 178 0 68 0
[pid=13562] ppid=13559 vsize=200908 CPUtime=645.48 cores=0,2,4,6
/proc/13562/stat : 13562 (manysat1.1_stat) R 13559 13559 12655 0 -1 4202496 41032 0 0 0 64522 26 0 0 25 0 4 0 641582640 205729792 40981 33554432000 134512640 135305190 4290237904 18446744073709551615 134528506 0 0 4096 3 18446744073709551615 0 0 17 6 0 0 0
/proc/13562/statm: 50227 40981 84 194 0 50031 0
[pid=13562/tid=13563] ppid=13559 vsize=200908 CPUtime=161.78 cores=0,2,4,6
/proc/13562/task/13563/stat : 13563 (manysat1.1_stat) R 13559 13559 12655 0 -1 4202560 9379 0 0 0 16171 7 0 0 25 0 4 0 641582647 205729792 40981 33554432000 134512640 135305190 4290237904 18446744073709551615 134528242 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=13562/tid=13564] ppid=13559 vsize=200908 CPUtime=161.52 cores=0,2,4,6
/proc/13562/task/13564/stat : 13564 (manysat1.1_stat) R 13559 13559 12655 0 -1 4202560 10169 0 0 0 16146 6 0 0 25 0 4 0 641582647 205729792 40981 33554432000 134512640 135305190 4290237904 18446744073709551615 134528397 0 0 4096 3 0 0 0 -1 2 0 0 0
[pid=13562/tid=13565] ppid=13559 vsize=200908 CPUtime=161.8 cores=0,2,4,6
/proc/13562/task/13565/stat : 13565 (manysat1.1_stat) R 13559 13559 12655 0 -1 4202560 8059 0 0 0 16174 6 0 0 25 0 4 0 641582647 205729792 40981 33554432000 134512640 135305190 4290237904 18446744073709551615 134556752 0 0 4096 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 645.87
Current children cumulated vsize (KiB) 209608

[startup+222.301 s]

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

/proc/13562/task/13565/stat : 13565 (manysat1.1_stat) R 13559 13559 12655 0 -1 4202560 16727 0 0 0 82157 17 0 0 25 0 4 0 641582647 394223616 84596 33554432000 134512640 135305190 4290237904 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3278.3
Current children cumulated vsize (KiB) 393684

[startup+882.301 s]
/proc/loadavg: 7.99 8.04 7.93 9/359 13622
/proc/meminfo: memFree=7841688/32950928 swapFree=45937192/67111528
[pid=13559] ppid=13557 vsize=8700 CPUtime=0.39 cores=0,2,4,6
/proc/13559/stat : 13559 (manysat.sh) S 13557 13559 12655 0 -1 4202496 358 3586 0 0 0 0 39 0 22 0 1 0 641582600 8908800 253 33554432000 4194304 4922060 140734522462144 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/13559/statm: 2175 253 209 178 0 68 0
[pid=13562] ppid=13559 vsize=406636 CPUtime=3517.23 cores=0,2,4,6
/proc/13562/stat : 13562 (manysat1.1_stat) R 13559 13559 12655 0 -1 4202496 90333 0 0 0 351641 82 0 0 25 0 4 0 641582640 416395264 90267 33554432000 134512640 135305190 4290237904 18446744073709551615 134538170 0 0 4096 3 18446744073709551615 0 0 17 6 0 0 0
/proc/13562/statm: 101659 90267 84 194 0 101463 0
[pid=13562/tid=13563] ppid=13559 vsize=406636 CPUtime=881.6 cores=0,2,4,6
/proc/13562/task/13563/stat : 13563 (manysat1.1_stat) R 13559 13559 12655 0 -1 4202560 19624 0 0 0 88142 18 0 0 25 0 4 0 641582647 416395264 90267 33554432000 134512640 135305190 4290237904 18446744073709551615 134528415 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=13562/tid=13564] ppid=13559 vsize=406636 CPUtime=877.72 cores=0,2,4,6
/proc/13562/task/13564/stat : 13564 (manysat1.1_stat) R 13559 13559 12655 0 -1 4202560 28940 0 0 0 87745 27 0 0 25 0 4 0 641582647 416395264 90267 33554432000 134512640 135305190 4290237904 18446744073709551615 134528636 0 0 4096 3 0 0 0 -1 2 0 0 0
[pid=13562/tid=13565] ppid=13559 vsize=406636 CPUtime=881.73 cores=0,2,4,6
/proc/13562/task/13565/stat : 13565 (manysat1.1_stat) R 13559 13559 12655 0 -1 4202560 17756 0 0 0 88154 19 0 0 25 0 4 0 641582647 416395264 90267 33554432000 134512640 135305190 4290237904 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3517.62
Current children cumulated vsize (KiB) 415336

[startup+942.313 s]
/proc/loadavg: 8.10 8.06 7.94 9/359 13624
/proc/meminfo: memFree=7787816/32950928 swapFree=45937192/67111528
[pid=13559] ppid=13557 vsize=8700 CPUtime=0.39 cores=0,2,4,6
/proc/13559/stat : 13559 (manysat.sh) S 13557 13559 12655 0 -1 4202496 358 3586 0 0 0 0 39 0 22 0 1 0 641582600 8908800 253 33554432000 4194304 4922060 140734522462144 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/13559/statm: 2175 253 209 178 0 68 0
[pid=13562] ppid=13559 vsize=413080 CPUtime=3756.58 cores=0,2,4,6
/proc/13562/stat : 13562 (manysat1.1_stat) R 13559 13559 12655 0 -1 4202496 91832 0 0 0 375575 83 0 0 25 0 4 0 641582640 422993920 91766 33554432000 134512640 135305190 4290237904 18446744073709551615 134551681 0 0 4096 3 18446744073709551615 0 0 17 6 0 0 0
/proc/13562/statm: 103270 91766 84 194 0 103074 0
[pid=13562/tid=13563] ppid=13559 vsize=413080 CPUtime=941.6 cores=0,2,4,6
/proc/13562/task/13563/stat : 13563 (manysat1.1_stat) R 13559 13559 12655 0 -1 4202560 20088 0 0 0 94142 18 0 0 25 0 4 0 641582647 422993920 91766 33554432000 134512640 135305190 4290237904 18446744073709551615 134528274 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=13562/tid=13564] ppid=13559 vsize=413080 CPUtime=937.73 cores=0,2,4,6
/proc/13562/task/13564/stat : 13564 (manysat1.1_stat) R 13559 13559 12655 0 -1 4202560 29277 0 0 0 93745 28 0 0 25 0 4 0 641582647 422993920 91766 33554432000 134512640 135305190 4290237904 18446744073709551615 134528189 0 0 4096 3 0 0 0 -1 2 0 0 0
[pid=13562/tid=13565] ppid=13559 vsize=413080 CPUtime=941.75 cores=0,2,4,6
/proc/13562/task/13565/stat : 13565 (manysat1.1_stat) R 13559 13559 12655 0 -1 4202560 18228 0 0 0 94156 19 0 0 25 0 4 0 641582647 422993920 91766 33554432000 134512640 135305190 4290237904 18446744073709551615 134528458 0 0 4096 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3756.97
Current children cumulated vsize (KiB) 421780

[startup+1002.3 s]
/proc/loadavg: 7.99 8.03 7.94 9/359 13625
/proc/meminfo: memFree=7743864/32950928 swapFree=45937192/67111528
[pid=13559] ppid=13557 vsize=8700 CPUtime=0.39 cores=0,2,4,6
/proc/13559/stat : 13559 (manysat.sh) S 13557 13559 12655 0 -1 4202496 358 3586 0 0 0 0 39 0 22 0 1 0 641582600 8908800 253 33554432000 4194304 4922060 140734522462144 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/13559/statm: 2175 253 209 178 0 68 0
[pid=13562] ppid=13559 vsize=416008 CPUtime=3995.86 cores=0,2,4,6
/proc/13562/stat : 13562 (manysat1.1_stat) R 13559 13559 12655 0 -1 4202496 92510 0 0 0 399502 84 0 0 25 0 4 0 641582640 425992192 92444 33554432000 134512640 135305190 4290237904 18446744073709551615 134547918 0 0 4096 3 18446744073709551615 0 0 17 0 0 0 0
/proc/13562/statm: 104002 92444 84 194 0 103806 0
[pid=13562/tid=13563] ppid=13559 vsize=416008 CPUtime=1001.58 cores=0,2,4,6
/proc/13562/task/13563/stat : 13563 (manysat1.1_stat) R 13559 13559 12655 0 -1 4202560 20126 0 0 0 100140 18 0 0 25 0 4 0 641582647 425992192 92444 33554432000 134512640 135305190 4290237904 18446744073709551615 134528254 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=13562/tid=13564] ppid=13559 vsize=416008 CPUtime=997.71 cores=0,2,4,6
/proc/13562/task/13564/stat : 13564 (manysat1.1_stat) R 13559 13559 12655 0 -1 4202560 29524 0 0 0 99743 28 0 0 25 0 4 0 641582647 425992192 92444 33554432000 134512640 135305190 4290237904 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 2 0 0 0
[pid=13562/tid=13565] ppid=13559 vsize=416008 CPUtime=1001.24 cores=0,2,4,6
/proc/13562/task/13565/stat : 13565 (manysat1.1_stat) R 13559 13559 12655 0 -1 4202560 18403 0 0 0 100104 20 0 0 25 0 4 0 641582647 425992192 92444 33554432000 134512640 135305190 4290237904 18446744073709551615 134528263 0 0 4096 3 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3996.25
Current children cumulated vsize (KiB) 424708

[startup+1062.3 s]
/proc/loadavg: 8.09 8.05 7.95 9/359 13627
/proc/meminfo: memFree=7695572/32950928 swapFree=45937192/67111528
[pid=13559] ppid=13557 vsize=8700 CPUtime=0.39 cores=0,2,4,6
/proc/13559/stat : 13559 (manysat.sh) S 13557 13559 12655 0 -1 4202496 358 3586 0 0 0 0 39 0 22 0 1 0 641582600 8908800 253 33554432000 4194304 4922060 140734522462144 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/13559/statm: 2175 253 209 178 0 68 0
[pid=13562] ppid=13559 vsize=420224 CPUtime=4235.2 cores=0,2,4,6
/proc/13562/stat : 13562 (manysat1.1_stat) R 13559 13559 12655 0 -1 4202496 93336 0 0 0 423434 86 0 0 25 0 4 0 641582640 430309376 93270 33554432000 134512640 135305190 4290237904 18446744073709551615 134528542 0 0 4096 3 18446744073709551615 0 0 17 0 0 0 0
/proc/13562/statm: 105056 93270 84 194 0 104860 0
[pid=13562/tid=13563] ppid=13559 vsize=420224 CPUtime=1061.56 cores=0,2,4,6
/proc/13562/task/13563/stat : 13563 (manysat1.1_stat) R 13559 13559 12655 0 -1 4202560 20392 0 0 0 106138 18 0 0 25 0 4 0 641582647 430309376 93270 33554432000 134512640 135305190 4290237904 18446744073709551615 134528415 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=13562/tid=13564] ppid=13559 vsize=420224 CPUtime=1057.72 cores=0,2,4,6
/proc/13562/task/13564/stat : 13564 (manysat1.1_stat) R 13559 13559 12655 0 -1 4202560 29735 0 0 0 105743 29 0 0 25 0 4 0 641582647 430309376 93270 33554432000 134512640 135305190 4290237904 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 2 0 0 0
[pid=13562/tid=13565] ppid=13559 vsize=420224 CPUtime=1060.58 cores=0,2,4,6
/proc/13562/task/13565/stat : 13565 (manysat1.1_stat) R 13559 13559 12655 0 -1 4202560 18406 0 0 0 106038 20 0 0 25 0 4 0 641582647 430309376 93270 33554432000 134512640 135305190 4290237904 18446744073709551615 134528744 0 0 4096 3 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4235.59
Current children cumulated vsize (KiB) 428924

[startup+1122.3 s]
/proc/loadavg: 8.08 8.06 7.95 9/359 13628
/proc/meminfo: memFree=7650744/32950928 swapFree=45937192/67111528
[pid=13559] ppid=13557 vsize=8700 CPUtime=0.39 cores=0,2,4,6
/proc/13559/stat : 13559 (manysat.sh) S 13557 13559 12655 0 -1 4202496 358 3586 0 0 0 0 39 0 22 0 1 0 641582600 8908800 253 33554432000 4194304 4922060 140734522462144 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/13559/statm: 2175 253 209 178 0 68 0
[pid=13562] ppid=13559 vsize=440548 CPUtime=4474.54 cores=0,2,4,6
/proc/13562/stat : 13562 (manysat1.1_stat) R 13559 13559 12655 0 -1 4202496 98215 0 0 0 447365 89 0 0 25 0 4 0 641582640 451121152 98149 33554432000 134512640 135305190 4290237904 18446744073709551615 134528406 0 0 4096 3 18446744073709551615 0 0 17 0 0 0 0
/proc/13562/statm: 110137 98149 84 194 0 109941 0
[pid=13562/tid=13563] ppid=13559 vsize=440548 CPUtime=1121.56 cores=0,2,4,6
/proc/13562/task/13563/stat : 13563 (manysat1.1_stat) R 13559 13559 12655 0 -1 4202560 21607 0 0 0 112137 19 0 0 25 0 4 0 641582647 451121152 98149 33554432000 134512640 135305190 4290237904 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=13562/tid=13564] ppid=13559 vsize=440548 CPUtime=1117.7 cores=0,2,4,6
/proc/13562/task/13564/stat : 13564 (manysat1.1_stat) R 13559 13559 12655 0 -1 4202560 31655 0 0 0 111740 30 0 0 25 0 4 0 641582647 451121152 98149 33554432000 134512640 135305190 4290237904 18446744073709551615 134528503 0 0 4096 3 0 0 0 -1 2 0 0 0
[pid=13562/tid=13565] ppid=13559 vsize=440548 CPUtime=1119.94 cores=0,2,4,6
/proc/13562/task/13565/stat : 13565 (manysat1.1_stat) R 13559 13559 12655 0 -1 4202560 19097 0 0 0 111973 21 0 0 25 0 4 0 641582647 451121152 98149 33554432000 134512640 135305190 4290237904 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4474.93
Current children cumulated vsize (KiB) 449248

[startup+1182.3 s]
/proc/loadavg: 8.07 8.06 7.96 9/359 13630
/proc/meminfo: memFree=7587576/32950928 swapFree=45937192/67111528
[pid=13559] ppid=13557 vsize=8700 CPUtime=0.39 cores=0,2,4,6
/proc/13559/stat : 13559 (manysat.sh) S 13557 13559 12655 0 -1 4202496 358 3586 0 0 0 0 39 0 22 0 1 0 641582600 8908800 253 33554432000 4194304 4922060 140734522462144 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/13559/statm: 2175 253 209 178 0 68 0
[pid=13562] ppid=13559 vsize=483668 CPUtime=4713.87 cores=0,2,4,6
/proc/13562/stat : 13562 (manysat1.1_stat) R 13559 13559 12655 0 -1 4202496 108421 0 0 0 471291 96 0 0 25 0 4 0 641582640 495276032 108355 33554432000 134512640 135305190 4290237904 18446744073709551615 134538142 0 0 4096 3 18446744073709551615 0 0 17 0 0 0 0
/proc/13562/statm: 120917 108355 84 194 0 120721 0
[pid=13562/tid=13563] ppid=13559 vsize=483668 CPUtime=1181.55 cores=0,2,4,6
/proc/13562/task/13563/stat : 13563 (manysat1.1_stat) R 13559 13559 12655 0 -1 4202560 23311 0 0 0 118135 20 0 0 25 0 4 0 641582647 495276032 108355 33554432000 134512640 135305190 4290237904 18446744073709551615 134528252 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=13562/tid=13564] ppid=13559 vsize=483668 CPUtime=1177.7 cores=0,2,4,6
/proc/13562/task/13564/stat : 13564 (manysat1.1_stat) R 13559 13559 12655 0 -1 4202560 36491 0 0 0 117736 34 0 0 25 0 4 0 641582647 495276032 108355 33554432000 134512640 135305190 4290237904 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 2 0 0 0
[pid=13562/tid=13565] ppid=13559 vsize=483668 CPUtime=1179.28 cores=0,2,4,6
/proc/13562/task/13565/stat : 13565 (manysat1.1_stat) R 13559 13559 12655 0 -1 4202560 20782 0 0 0 117906 22 0 0 25 0 4 0 641582647 495276032 108355 33554432000 134512640 135305190 4290237904 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4714.26
Current children cumulated vsize (KiB) 492368



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1203.8 s]
/proc/loadavg: 8.20 8.09 7.97 9/359 13631
/proc/meminfo: memFree=7583824/32950928 swapFree=45937192/67111528
[pid=13559] ppid=13557 vsize=8700 CPUtime=0.39 cores=0,2,4,6
/proc/13559/stat : 13559 (manysat.sh) S 13557 13559 12655 0 -1 4202496 358 3586 0 0 0 0 39 0 22 0 1 0 641582600 8908800 253 33554432000 4194304 4922060 140734522462144 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/13559/statm: 2175 253 209 178 0 68 0
[pid=13562] ppid=13559 vsize=485448 CPUtime=4799.64 cores=0,2,4,6
/proc/13562/stat : 13562 (manysat1.1_stat) R 13559 13559 12655 0 -1 4202496 108907 0 0 0 479867 97 0 0 25 0 4 0 641582640 497098752 108841 33554432000 134512640 135305190 4290237904 18446744073709551615 134538322 0 0 4096 3 18446744073709551615 0 0 17 0 0 0 0
/proc/13562/statm: 121362 108841 84 194 0 121166 0
[pid=13562/tid=13563] ppid=13559 vsize=485448 CPUtime=1203.05 cores=0,2,4,6
/proc/13562/task/13563/stat : 13563 (manysat1.1_stat) R 13559 13559 12655 0 -1 4202560 23488 0 0 0 120285 20 0 0 25 0 4 0 641582647 497098752 108841 33554432000 134512640 135305190 4290237904 18446744073709551615 134528539 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=13562/tid=13564] ppid=13559 vsize=485448 CPUtime=1199.21 cores=0,2,4,6
/proc/13562/task/13564/stat : 13564 (manysat1.1_stat) R 13559 13559 12655 0 -1 4202560 36512 0 0 0 119887 34 0 0 25 0 4 0 641582647 497098752 108841 33554432000 134512640 135305190 4290237904 18446744073709551615 134528256 0 0 4096 3 0 0 0 -1 2 0 0 0
[pid=13562/tid=13565] ppid=13559 vsize=485448 CPUtime=1200.56 cores=0,2,4,6
/proc/13562/task/13565/stat : 13565 (manysat1.1_stat) R 13559 13559 12655 0 -1 4202560 21070 0 0 0 120033 23 0 0 25 0 4 0 641582647 497098752 108841 33554432000 134512640 135305190 4290237904 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4800.03
Current children cumulated vsize (KiB) 494148

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

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

[startup+1203.8 s]
/proc/loadavg: 8.20 8.09 7.97 9/359 13631
/proc/meminfo: memFree=7583824/32950928 swapFree=45937192/67111528
[pid=13559] ppid=13557 vsize=8700 CPUtime=0.39 cores=0,2,4,6
/proc/13559/stat : 13559 (manysat.sh) S 13557 13559 12655 0 -1 4202496 358 3586 0 0 0 0 39 0 22 0 1 0 641582600 8908800 253 33554432000 4194304 4922060 140734522462144 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/13559/statm: 2175 253 209 178 0 68 0
[pid=13562] ppid=13559 vsize=485448 CPUtime=4799.64 cores=0,2,4,6
/proc/13562/stat : 13562 (manysat1.1_stat) R 13559 13559 12655 0 -1 4202496 108907 0 0 0 479867 97 0 0 25 0 4 0 641582640 497098752 108841 33554432000 134512640 135305190 4290237904 18446744073709551615 134538322 0 0 4096 3 18446744073709551615 0 0 17 0 0 0 0
/proc/13562/statm: 121362 108841 84 194 0 121166 0
[pid=13562/tid=13563] ppid=13559 vsize=485448 CPUtime=1203.05 cores=0,2,4,6
/proc/13562/task/13563/stat : 13563 (manysat1.1_stat) R 13559 13559 12655 0 -1 4202560 23488 0 0 0 120285 20 0 0 25 0 4 0 641582647 497098752 108841 33554432000 134512640 135305190 4290237904 18446744073709551615 134528539 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=13562/tid=13564] ppid=13559 vsize=485448 CPUtime=1199.21 cores=0,2,4,6
/proc/13562/task/13564/stat : 13564 (manysat1.1_stat) R 13559 13559 12655 0 -1 4202560 36512 0 0 0 119887 34 0 0 25 0 4 0 641582647 497098752 108841 33554432000 134512640 135305190 4290237904 18446744073709551615 134528256 0 0 4096 3 0 0 0 -1 2 0 0 0
[pid=13562/tid=13565] ppid=13559 vsize=485448 CPUtime=1200.56 cores=0,2,4,6
/proc/13562/task/13565/stat : 13565 (manysat1.1_stat) R 13559 13559 12655 0 -1 4202560 21070 0 0 0 120033 23 0 0 25 0 4 0 641582647 497098752 108841 33554432000 134512640 135305190 4290237904 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4800.03
Current children cumulated vsize (KiB) 494148

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 1203.82
CPU time (s): 4800.03
CPU user time (s): 4799.06
CPU system time (s): 0.97
CPU usage (%): 398.732
Max. virtual memory (cumulated for all children) (KiB): 494148

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

runsolver used 3.80742 second user time and 9.33458 second system time

The end

Launcher Data

Begin job on node149 at 2011-05-13 17:17:39
IDJOB=3362225
IDBENCH=83108
IDSOLVER=1838
FILE ID=node149/3362225-1305299859
RUNJOBID= node149-1305296390-12673
PBS_JOBID= 13321404
Free space on /tmp= 42200 MiB

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

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

MD5SUM BENCH= 1f0914c6141fdba914b73575a12b918a
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:       7726660 kB
Buffers:        265924 kB
Cached:       19310976 kB
SwapCached:      19984 kB
Active:        9729236 kB
Inactive:     14816392 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:       7726660 kB
SwapTotal:    67111528 kB
SwapFree:     45937192 kB
Dirty:            2748 kB
Writeback:           0 kB
AnonPages:     4961104 kB
Mapped:          14508 kB
Slab:           541700 kB
PageTables:      73192 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 80872332 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= 42204 MiB
End job on node149 at 2011-05-13 17:37:45