Trace number 3362271

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.11 1203.72

General information on the benchmark

Nameapplication/kullmann/AES/Benchmarks/
128/aes_128_1_keyfind_1.cnf
MD5SUM5092a9db644d53c7bc023e4dff206812
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 variables1192
Number of clauses10656
Sum of the clauses size56868
Maximum clause length8
Minimum clause length1
Number of clauses of size 1264
Number of clauses of size 2128
Number of clauses of size 32016
Number of clauses of size 4320
Number of clauses of size 52048
Number of clauses of size over 55880

Solver Data

0.00/0.00	c Parsing...
0.00/0.01	c ==============================================================================
0.00/0.01	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.01	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.01	c ==============================================================================
0.00/0.01	c |         0 |   10360    56444 |    3107       0        0     nan |  0.000 % |
0.00/0.01	c |         0 |    9592    53884 |      --       0       --      -- |     --   | -256/-512
0.00/0.01	c ==============================================================================
0.00/0.01	c Result  :   #vars: 800   #clauses: 9592   #literals: 53884
0.00/0.01	c CPU time:   0.008998 s
0.00/0.01	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-3362271-1305300705/watcher-3362271-1305300705 -o /tmp/evaluation-result-3362271-1305300705/solver-3362271-1305300705 -C 4800 -W 1300 -M 15500 manysat.sh HOME/instance-3362271-1305300705.cnf aimd 1 

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

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


[startup+0 s]
/proc/loadavg: 8.15 8.15 8.01 6/368 26672
/proc/meminfo: memFree=21375024/32951124 swapFree=66341972/67111528
[pid=26672] ppid=26670 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/26672/stat : 26672 (manysat.sh) S 26670 26672 25977 0 -1 4202496 330 0 0 0 0 0 0 0 24 0 1 0 622486093 8908800 250 33554432000 4194304 4922060 140737446475712 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/26672/statm: 2175 250 209 178 0 68 0

[startup+0.0594471 s]
/proc/loadavg: 8.15 8.15 8.01 6/368 26672
/proc/meminfo: memFree=21375024/32951124 swapFree=66341972/67111528
[pid=26672] ppid=26670 vsize=8700 CPUtime=0.01 cores=1,3,5,7
/proc/26672/stat : 26672 (manysat.sh) S 26670 26672 25977 0 -1 4202496 357 458 0 0 0 0 1 0 24 0 1 0 622486093 8908800 253 33554432000 4194304 4922060 140737446475712 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/26672/statm: 2175 253 209 178 0 68 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 8700

[startup+0.233054 s]
/proc/loadavg: 8.15 8.15 8.01 6/368 26672
/proc/meminfo: memFree=21375024/32951124 swapFree=66341972/67111528
[pid=26672] ppid=26670 vsize=8700 CPUtime=0.01 cores=1,3,5,7
/proc/26672/stat : 26672 (manysat.sh) S 26670 26672 25977 0 -1 4202496 357 458 0 0 0 0 1 0 24 0 1 0 622486093 8908800 253 33554432000 4194304 4922060 140737446475712 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/26672/statm: 2175 253 209 178 0 68 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 8700

[startup+0.842991 s]
/proc/loadavg: 8.15 8.15 8.01 6/368 26672
/proc/meminfo: memFree=21375024/32951124 swapFree=66341972/67111528
[pid=26672] ppid=26670 vsize=8700 CPUtime=0.01 cores=1,3,5,7
/proc/26672/stat : 26672 (manysat.sh) S 26670 26672 25977 0 -1 4202496 357 458 0 0 0 0 1 0 24 0 1 0 622486093 8908800 253 33554432000 4194304 4922060 140737446475712 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/26672/statm: 2175 253 209 178 0 68 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 8700

[startup+0.931106 s]
/proc/loadavg: 8.15 8.15 8.01 6/368 26672
/proc/meminfo: memFree=21375024/32951124 swapFree=66341972/67111528
[pid=26672] ppid=26670 vsize=8700 CPUtime=0.01 cores=1,3,5,7
/proc/26672/stat : 26672 (manysat.sh) S 26670 26672 25977 0 -1 4202496 357 458 0 0 0 0 1 0 24 0 1 0 622486093 8908800 253 33554432000 4194304 4922060 140737446475712 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/26672/statm: 2175 253 209 178 0 68 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 8700

[startup+1.5006 s]
/proc/loadavg: 8.15 8.15 8.01 6/368 26672
/proc/meminfo: memFree=21375024/32951124 swapFree=66341972/67111528
[pid=26672] ppid=26670 vsize=8700 CPUtime=0.01 cores=1,3,5,7
/proc/26672/stat : 26672 (manysat.sh) S 26670 26672 25977 0 -1 4202496 357 458 0 0 0 0 1 0 24 0 1 0 622486093 8908800 253 33554432000 4194304 4922060 140737446475712 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/26672/statm: 2175 253 209 178 0 68 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 8700

[startup+3.1003 s]
/proc/loadavg: 8.22 8.16 8.02 9/373 26678
/proc/meminfo: memFree=21338320/32951124 swapFree=66341972/67111528
[pid=26672] ppid=26670 vsize=8700 CPUtime=0.01 cores=1,3,5,7
/proc/26672/stat : 26672 (manysat.sh) S 26670 26672 25977 0 -1 4202496 357 458 0 0 0 0 1 0 24 0 1 0 622486093 8908800 253 33554432000 4194304 4922060 140737446475712 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/26672/statm: 2175 253 209 178 0 68 0
[pid=26675] ppid=26672 vsize=63404 CPUtime=12.21 cores=1,3,5,7
/proc/26675/stat : 26675 (manysat1.1_stat) R 26672 26672 25977 0 -1 4202496 7438 0 0 0 1217 4 0 0 25 0 4 0 622486095 64925696 7387 33554432000 134512640 135305190 4291508752 18446744073709551615 134528376 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/26675/statm: 15851 7387 84 194 0 15655 0
[pid=26675/tid=26676] ppid=26672 vsize=63404 CPUtime=3.05 cores=1,3,5,7
/proc/26675/task/26676/stat : 26676 (manysat1.1_stat) R 26672 26672 25977 0 -1 4202560 1638 0 0 0 304 1 0 0 25 0 4 0 622486097 64925696 7387 33554432000 134512640 135305190 4291508752 18446744073709551615 134528399 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=26675/tid=26677] ppid=26672 vsize=63404 CPUtime=3.04 cores=1,3,5,7
/proc/26675/task/26677/stat : 26677 (manysat1.1_stat) R 26672 26672 25977 0 -1 4202560 1530 0 0 0 304 0 0 0 25 0 4 0 622486097 64925696 7387 33554432000 134512640 135305190 4291508752 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=26675/tid=26678] ppid=26672 vsize=63404 CPUtime=3.02 cores=1,3,5,7
/proc/26675/task/26678/stat : 26678 (manysat1.1_stat) R 26672 26672 25977 0 -1 4202560 1689 0 0 0 302 0 0 0 25 0 4 0 622486097 64925696 7387 33554432000 134512640 135305190 4291508752 18446744073709551615 134557823 0 0 4096 3 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 12.22
Current children cumulated vsize (KiB) 72104

[startup+6.30069 s]
/proc/loadavg: 8.22 8.16 8.02 9/373 26678
/proc/meminfo: memFree=21322332/32951124 swapFree=66341972/67111528
[pid=26672] ppid=26670 vsize=8700 CPUtime=0.01 cores=1,3,5,7
/proc/26672/stat : 26672 (manysat.sh) S 26670 26672 25977 0 -1 4202496 357 458 0 0 0 0 1 0 24 0 1 0 622486093 8908800 253 33554432000 4194304 4922060 140737446475712 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/26672/statm: 2175 253 209 178 0 68 0
[pid=26675] ppid=26672 vsize=71652 CPUtime=24.96 cores=1,3,5,7
/proc/26675/stat : 26675 (manysat1.1_stat) R 26672 26672 25977 0 -1 4202496 9289 0 0 0 2491 5 0 0 25 0 4 0 622486095 73371648 9238 33554432000 134512640 135305190 4291508752 18446744073709551615 134528252 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/26675/statm: 17913 9238 84 194 0 17717 0
[pid=26675/tid=26676] ppid=26672 vsize=71652 CPUtime=6.24 cores=1,3,5,7
/proc/26675/task/26676/stat : 26676 (manysat1.1_stat) R 26672 26672 25977 0 -1 4202560 1990 0 0 0 623 1 0 0 25 0 4 0 622486097 73371648 9238 33554432000 134512640 135305190 4291508752 18446744073709551615 134528280 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=26675/tid=26677] ppid=26672 vsize=71652 CPUtime=6.24 cores=1,3,5,7
/proc/26675/task/26677/stat : 26677 (manysat1.1_stat) R 26672 26672 25977 0 -1 4202560 2021 0 0 0 623 1 0 0 25 0 4 0 622486097 73371648 9238 33554432000 134512640 135305190 4291508752 18446744073709551615 134528235 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=26675/tid=26678] ppid=26672 vsize=71652 CPUtime=6.18 cores=1,3,5,7
/proc/26675/task/26678/stat : 26678 (manysat1.1_stat) R 26672 26672 25977 0 -1 4202560 2246 0 0 0 617 1 0 0 25 0 4 0 622486097 73371648 9238 33554432000 134512640 135305190 4291508752 18446744073709551615 134528458 0 0 4096 3 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 24.97
Current children cumulated vsize (KiB) 80352

[startup+12.7135 s]
/proc/loadavg: 8.18 8.15 8.02 9/373 26679
/proc/meminfo: memFree=21293184/32951124 swapFree=66341972/67111528
[pid=26672] ppid=26670 vsize=8700 CPUtime=0.01 cores=1,3,5,7
/proc/26672/stat : 26672 (manysat.sh) S 26670 26672 25977 0 -1 4202496 357 458 0 0 0 0 1 0 24 0 1 0 622486093 8908800 253 33554432000 4194304 4922060 140737446475712 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/26672/statm: 2175 253 209 178 0 68 0
[pid=26675] ppid=26672 vsize=85884 CPUtime=50.53 cores=1,3,5,7
/proc/26675/stat : 26675 (manysat1.1_stat) R 26672 26672 25977 0 -1 4202496 13175 0 0 0 5045 8 0 0 25 0 4 0 622486095 87945216 13124 33554432000 134512640 135305190 4291508752 18446744073709551615 134528263 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/26675/statm: 21471 13124 84 194 0 21275 0
[pid=26675/tid=26676] ppid=26672 vsize=85884 CPUtime=12.65 cores=1,3,5,7
/proc/26675/task/26676/stat : 26676 (manysat1.1_stat) R 26672 26672 25977 0 -1 4202560 2839 0 0 0 1264 1 0 0 25 0 4 0 622486097 87945216 13124 33554432000 134512640 135305190 4291508752 18446744073709551615 134528536 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=26675/tid=26677] ppid=26672 vsize=85884 CPUtime=12.65 cores=1,3,5,7
/proc/26675/task/26677/stat : 26677 (manysat1.1_stat) R 26672 26672 25977 0 -1 4202560 3338 0 0 0 1263 2 0 0 25 0 4 0 622486097 87945216 13124 33554432000 134512640 135305190 4291508752 18446744073709551615 134528406 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=26675/tid=26678] ppid=26672 vsize=85884 CPUtime=12.52 cores=1,3,5,7
/proc/26675/task/26678/stat : 26678 (manysat1.1_stat) R 26672 26672 25977 0 -1 4202560 3135 0 0 0 1250 2 0 0 25 0 4 0 622486097 87945216 13124 33554432000 134512640 135305190 4291508752 18446744073709551615 134528224 0 0 4096 3 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 50.54
Current children cumulated vsize (KiB) 94584

[startup+25.5011 s]
/proc/loadavg: 8.16 8.15 8.01 9/373 26679
/proc/meminfo: memFree=21265912/32951124 swapFree=66341972/67111528
[pid=26672] ppid=26670 vsize=8700 CPUtime=0.01 cores=1,3,5,7
/proc/26672/stat : 26672 (manysat.sh) S 26670 26672 25977 0 -1 4202496 357 458 0 0 0 0 1 0 24 0 1 0 622486093 8908800 253 33554432000 4194304 4922060 140737446475712 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/26672/statm: 2175 253 209 178 0 68 0
[pid=26675] ppid=26672 vsize=98028 CPUtime=101.52 cores=1,3,5,7
/proc/26675/stat : 26675 (manysat1.1_stat) R 26672 26672 25977 0 -1 4202496 16190 0 0 0 10141 11 0 0 25 0 4 0 622486095 100380672 16139 33554432000 134512640 135305190 4291508752 18446744073709551615 134528329 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/26675/statm: 24507 16139 84 194 0 24311 0
[pid=26675/tid=26676] ppid=26672 vsize=98028 CPUtime=25.44 cores=1,3,5,7
/proc/26675/task/26676/stat : 26676 (manysat1.1_stat) R 26672 26672 25977 0 -1 4202560 3492 0 0 0 2542 2 0 0 25 0 4 0 622486097 100380672 16139 33554432000 134512640 135305190 4291508752 18446744073709551615 134528545 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=26675/tid=26677] ppid=26672 vsize=98028 CPUtime=25.44 cores=1,3,5,7
/proc/26675/task/26677/stat : 26677 (manysat1.1_stat) R 26672 26672 25977 0 -1 4202560 4487 0 0 0 2541 3 0 0 25 0 4 0 622486097 100380672 16139 33554432000 134512640 135305190 4291508752 18446744073709551615 134528376 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=26675/tid=26678] ppid=26672 vsize=98028 CPUtime=25.15 cores=1,3,5,7
/proc/26675/task/26678/stat : 26678 (manysat1.1_stat) R 26672 26672 25977 0 -1 4202560 3718 0 0 0 2513 2 0 0 25 0 4 0 622486097 100380672 16139 33554432000 134512640 135305190 4291508752 18446744073709551615 134528341 0 0 4096 3 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 101.53
Current children cumulated vsize (KiB) 106728

[startup+51.1012 s]
/proc/loadavg: 8.10 8.14 8.01 9/373 26680
/proc/meminfo: memFree=21220364/32951124 swapFree=66341972/67111528
[pid=26672] ppid=26670 vsize=8700 CPUtime=0.01 cores=1,3,5,7
/proc/26672/stat : 26672 (manysat.sh) S 26670 26672 25977 0 -1 4202496 357 458 0 0 0 0 1 0 24 0 1 0 622486093 8908800 253 33554432000 4194304 4922060 140737446475712 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/26672/statm: 2175 253 209 178 0 68 0
[pid=26675] ppid=26672 vsize=112436 CPUtime=203.64 cores=1,3,5,7
/proc/26675/stat : 26675 (manysat1.1_stat) R 26672 26672 25977 0 -1 4202496 19611 0 0 0 20349 15 0 0 25 0 4 0 622486095 115134464 19560 33554432000 134512640 135305190 4291508752 18446744073709551615 134528489 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/26675/statm: 28109 19560 84 194 0 27913 0
[pid=26675/tid=26676] ppid=26672 vsize=112436 CPUtime=51.04 cores=1,3,5,7
/proc/26675/task/26676/stat : 26676 (manysat1.1_stat) R 26672 26672 25977 0 -1 4202560 4315 0 0 0 5101 3 0 0 25 0 4 0 622486097 115134464 19560 33554432000 134512640 135305190 4291508752 18446744073709551615 134528571 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=26675/tid=26677] ppid=26672 vsize=112436 CPUtime=50.88 cores=1,3,5,7
/proc/26675/task/26677/stat : 26677 (manysat1.1_stat) R 26672 26672 25977 0 -1 4202560 5796 0 0 0 5084 4 0 0 25 0 4 0 622486097 115134464 19560 33554432000 134512640 135305190 4291508752 18446744073709551615 134528442 0 0 4096 3 0 0 0 -1 7 0 0 0
[pid=26675/tid=26678] ppid=26672 vsize=112436 CPUtime=50.62 cores=1,3,5,7
/proc/26675/task/26678/stat : 26678 (manysat1.1_stat) R 26672 26672 25977 0 -1 4202560 4395 0 0 0 5059 3 0 0 25 0 4 0 622486097 115134464 19560 33554432000 134512640 135305190 4291508752 18446744073709551615 134528548 0 0 4096 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 203.65
Current children cumulated vsize (KiB) 121136

[startup+102.301 s]
/proc/loadavg: 8.11 8.14 8.02 9/373 26681
/proc/meminfo: memFree=21150032/32951124 swapFree=66341972/67111528
[pid=26672] ppid=26670 vsize=8700 CPUtime=0.01 cores=1,3,5,7
/proc/26672/stat : 26672 (manysat.sh) S 26670 26672 25977 0 -1 4202496 357 458 0 0 0 0 1 0 24 0 1 0 622486093 8908800 253 33554432000 4194304 4922060 140737446475712 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/26672/statm: 2175 253 209 178 0 68 0
[pid=26675] ppid=26672 vsize=146708 CPUtime=407.74 cores=1,3,5,7
/proc/26675/stat : 26675 (manysat1.1_stat) R 26672 26672 25977 0 -1 4202496 27737 0 0 0 40750 24 0 0 25 0 4 0 622486095 150228992 27686 33554432000 134512640 135305190 4291508752 18446744073709551615 134528298 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/26675/statm: 36677 27686 84 194 0 36481 0
[pid=26675/tid=26676] ppid=26672 vsize=146708 CPUtime=102.22 cores=1,3,5,7
/proc/26675/task/26676/stat : 26676 (manysat1.1_stat) R 26672 26672 25977 0 -1 4202560 5829 0 0 0 10217 5 0 0 25 0 4 0 622486097 150228992 27686 33554432000 134512640 135305190 4291508752 18446744073709551615 134528376 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=26675/tid=26677] ppid=26672 vsize=146708 CPUtime=101.45 cores=1,3,5,7
/proc/26675/task/26677/stat : 26677 (manysat1.1_stat) R 26672 26672 25977 0 -1 4202560 9396 0 0 0 10138 7 0 0 25 0 4 0 622486097 150228992 27686 33554432000 134512640 135305190 4291508752 18446744073709551615 134528418 0 0 4096 3 0 0 0 -1 7 0 0 0
[pid=26675/tid=26678] ppid=26672 vsize=146708 CPUtime=101.8 cores=1,3,5,7
/proc/26675/task/26678/stat : 26678 (manysat1.1_stat) R 26672 26672 25977 0 -1 4202560 6020 0 0 0 10174 6 0 0 25 0 4 0 622486097 150228992 27686 33554432000 134512640 135305190 4291508752 18446744073709551615 134550995 0 0 4096 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 407.75
Current children cumulated vsize (KiB) 155408

[startup+162.314 s]
/proc/loadavg: 8.07 8.12 8.02 9/373 26683
/proc/meminfo: memFree=21105604/32951124 swapFree=66341972/67111528
[pid=26672] ppid=26670 vsize=8700 CPUtime=0.01 cores=1,3,5,7
/proc/26672/stat : 26672 (manysat.sh) S 26670 26672 25977 0 -1 4202496 357 458 0 0 0 0 1 0 24 0 1 0 622486093 8908800 253 33554432000 4194304 4922060 140737446475712 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/26672/statm: 2175 253 209 178 0 68 0
[pid=26675] ppid=26672 vsize=162712 CPUtime=647.06 cores=1,3,5,7
/proc/26675/stat : 26675 (manysat1.1_stat) R 26672 26672 25977 0 -1 4202496 31786 0 0 0 64677 29 0 0 25 0 4 0 622486095 166617088 31735 33554432000 134512640 135305190 4291508752 18446744073709551615 134528298 0 0 4096 3 18446744073709551615 0 0 17 7 0 0 0
/proc/26675/statm: 40678 31735 84 194 0 40482 0
[pid=26675/tid=26676] ppid=26672 vsize=162712 CPUtime=162.23 cores=1,3,5,7
/proc/26675/task/26676/stat : 26676 (manysat1.1_stat) R 26672 26672 25977 0 -1 4202560 6713 0 0 0 16217 6 0 0 25 0 4 0 622486097 166617088 31735 33554432000 134512640 135305190 4291508752 18446744073709551615 134528224 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=26675/tid=26677] ppid=26672 vsize=162712 CPUtime=161.2 cores=1,3,5,7
/proc/26675/task/26677/stat : 26677 (manysat1.1_stat) R 26672 26672 25977 0 -1 4202560 11096 0 0 0 16110 10 0 0 25 0 4 0 622486097 166617088 31735 33554432000 134512640 135305190 4291508752 18446744073709551615 134528338 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=26675/tid=26678] ppid=26672 vsize=162712 CPUtime=161.81 cores=1,3,5,7
/proc/26675/task/26678/stat : 26678 (manysat1.1_stat) R 26672 26672 25977 0 -1 4202560 6769 0 0 0 16174 7 0 0 25 0 4 0 622486097 166617088 31735 33554432000 134512640 135305190 4291508752 18446744073709551615 134528548 0 0 4096 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 647.07
Current children cumulated vsize (KiB) 171412

[startup+222.301 s]

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

/proc/26675/task/26678/stat : 26678 (manysat1.1_stat) R 26672 26672 25977 0 -1 4202560 13206 0 0 0 82163 15 0 0 25 0 4 0 622486097 327163904 69515 33554432000 134512640 135305190 4291508752 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3279.09
Current children cumulated vsize (KiB) 328196

[startup+882.301 s]
/proc/loadavg: 8.08 8.11 8.05 9/373 26702
/proc/meminfo: memFree=20705548/32951124 swapFree=66341972/67111528
[pid=26672] ppid=26670 vsize=8700 CPUtime=0.01 cores=1,3,5,7
/proc/26672/stat : 26672 (manysat.sh) S 26670 26672 25977 0 -1 4202496 357 458 0 0 0 0 1 0 24 0 1 0 622486093 8908800 253 33554432000 4194304 4922060 140737446475712 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/26672/statm: 2175 253 209 178 0 68 0
[pid=26675] ppid=26672 vsize=339628 CPUtime=3518.32 cores=1,3,5,7
/proc/26675/stat : 26675 (manysat1.1_stat) R 26672 26672 25977 0 -1 4202496 74545 0 0 0 351751 81 0 0 25 0 4 0 622486095 347779072 74456 33554432000 134512640 135305190 4291508752 18446744073709551615 134528298 0 0 4096 3 18446744073709551615 0 0 17 7 0 0 0
/proc/26675/statm: 84907 74456 84 194 0 84711 0
[pid=26675/tid=26676] ppid=26672 vsize=339628 CPUtime=882.15 cores=1,3,5,7
/proc/26675/task/26676/stat : 26676 (manysat1.1_stat) R 26672 26672 25977 0 -1 4202560 13869 0 0 0 88200 15 0 0 25 0 4 0 622486097 347779072 74456 33554432000 134512640 135305190 4291508752 18446744073709551615 134528256 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=26675/tid=26677] ppid=26672 vsize=339628 CPUtime=881.12 cores=1,3,5,7
/proc/26675/task/26677/stat : 26677 (manysat1.1_stat) R 26672 26672 25977 0 -1 4202560 32140 0 0 0 88076 36 0 0 25 0 4 0 622486097 347779072 74456 33554432000 134512640 135305190 4291508752 18446744073709551615 134528399 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=26675/tid=26678] ppid=26672 vsize=339628 CPUtime=881.77 cores=1,3,5,7
/proc/26675/task/26678/stat : 26678 (manysat1.1_stat) R 26672 26672 25977 0 -1 4202560 13921 0 0 0 88161 16 0 0 25 0 4 0 622486097 347779072 74456 33554432000 134512640 135305190 4291508752 18446744073709551615 134528768 0 0 4096 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3518.33
Current children cumulated vsize (KiB) 348328

[startup+942.301 s]
/proc/loadavg: 8.03 8.09 8.04 9/373 26703
/proc/meminfo: memFree=20641660/32951124 swapFree=66341972/67111528
[pid=26672] ppid=26670 vsize=8700 CPUtime=0.01 cores=1,3,5,7
/proc/26672/stat : 26672 (manysat.sh) S 26670 26672 25977 0 -1 4202496 357 458 0 0 0 0 1 0 24 0 1 0 622486093 8908800 253 33554432000 4194304 4922060 140737446475712 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/26672/statm: 2175 253 209 178 0 68 0
[pid=26675] ppid=26672 vsize=355576 CPUtime=3757.58 cores=1,3,5,7
/proc/26675/stat : 26675 (manysat1.1_stat) R 26672 26672 25977 0 -1 4202496 78645 0 0 0 375672 86 0 0 25 0 4 0 622486095 364109824 78556 33554432000 134512640 135305190 4291508752 18446744073709551615 134530670 0 0 4096 3 18446744073709551615 0 0 17 7 0 0 0
/proc/26675/statm: 88894 78556 84 194 0 88698 0
[pid=26675/tid=26676] ppid=26672 vsize=355576 CPUtime=942.14 cores=1,3,5,7
/proc/26675/task/26676/stat : 26676 (manysat1.1_stat) R 26672 26672 25977 0 -1 4202560 14568 0 0 0 94199 15 0 0 25 0 4 0 622486097 364109824 78556 33554432000 134512640 135305190 4291508752 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=26675/tid=26677] ppid=26672 vsize=355576 CPUtime=941.12 cores=1,3,5,7
/proc/26675/task/26677/stat : 26677 (manysat1.1_stat) R 26672 26672 25977 0 -1 4202560 34361 0 0 0 94073 39 0 0 25 0 4 0 622486097 364109824 78556 33554432000 134512640 135305190 4291508752 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=26675/tid=26678] ppid=26672 vsize=355576 CPUtime=941.77 cores=1,3,5,7
/proc/26675/task/26678/stat : 26678 (manysat1.1_stat) R 26672 26672 25977 0 -1 4202560 14618 0 0 0 94160 17 0 0 25 0 4 0 622486097 364109824 78556 33554432000 134512640 135305190 4291508752 18446744073709551615 134528768 0 0 4096 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3757.59
Current children cumulated vsize (KiB) 364276

[startup+1002.3 s]
/proc/loadavg: 8.05 8.08 8.04 9/373 26705
/proc/meminfo: memFree=20615956/32951124 swapFree=66341972/67111528
[pid=26672] ppid=26670 vsize=8700 CPUtime=0.01 cores=1,3,5,7
/proc/26672/stat : 26672 (manysat.sh) S 26670 26672 25977 0 -1 4202496 357 458 0 0 0 0 1 0 24 0 1 0 622486093 8908800 253 33554432000 4194304 4922060 140737446475712 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/26672/statm: 2175 253 209 178 0 68 0
[pid=26675] ppid=26672 vsize=372488 CPUtime=3996.89 cores=1,3,5,7
/proc/26675/stat : 26675 (manysat1.1_stat) R 26672 26672 25977 0 -1 4202496 82249 0 0 0 399598 91 0 0 25 0 4 0 622486095 381427712 82160 33554432000 134512640 135305190 4291508752 18446744073709551615 134528768 0 0 4096 3 18446744073709551615 0 0 17 7 0 0 0
/proc/26675/statm: 93122 82160 84 194 0 92926 0
[pid=26675/tid=26676] ppid=26672 vsize=372488 CPUtime=1002.14 cores=1,3,5,7
/proc/26675/task/26676/stat : 26676 (manysat1.1_stat) R 26672 26672 25977 0 -1 4202560 15406 0 0 0 100198 16 0 0 25 0 4 0 622486097 381427712 82160 33554432000 134512640 135305190 4291508752 18446744073709551615 134528265 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=26675/tid=26677] ppid=26672 vsize=372488 CPUtime=1001.12 cores=1,3,5,7
/proc/26675/task/26677/stat : 26677 (manysat1.1_stat) R 26672 26672 25977 0 -1 4202560 36166 0 0 0 100071 41 0 0 25 0 4 0 622486097 381427712 82160 33554432000 134512640 135305190 4291508752 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=26675/tid=26678] ppid=26672 vsize=372488 CPUtime=1001.78 cores=1,3,5,7
/proc/26675/task/26678/stat : 26678 (manysat1.1_stat) R 26672 26672 25977 0 -1 4202560 15205 0 0 0 100160 18 0 0 25 0 4 0 622486097 381427712 82160 33554432000 134512640 135305190 4291508752 18446744073709551615 134528557 0 0 4096 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3996.9
Current children cumulated vsize (KiB) 381188

[startup+1062.3 s]
/proc/loadavg: 8.05 8.08 8.04 9/373 26707
/proc/meminfo: memFree=20609352/32951124 swapFree=66341972/67111528
[pid=26672] ppid=26670 vsize=8700 CPUtime=0.01 cores=1,3,5,7
/proc/26672/stat : 26672 (manysat.sh) S 26670 26672 25977 0 -1 4202496 357 458 0 0 0 0 1 0 24 0 1 0 622486093 8908800 253 33554432000 4194304 4922060 140737446475712 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/26672/statm: 2175 253 209 178 0 68 0
[pid=26675] ppid=26672 vsize=375140 CPUtime=4236.13 cores=1,3,5,7
/proc/26675/stat : 26675 (manysat1.1_stat) R 26672 26672 25977 0 -1 4202496 83041 0 0 0 423519 94 0 0 25 0 4 0 622486095 384143360 82952 33554432000 134512640 135305190 4291508752 18446744073709551615 134528229 0 0 4096 3 18446744073709551615 0 0 17 7 0 0 0
/proc/26675/statm: 93785 82952 84 194 0 93589 0
[pid=26675/tid=26676] ppid=26672 vsize=375140 CPUtime=1062.13 cores=1,3,5,7
/proc/26675/task/26676/stat : 26676 (manysat1.1_stat) R 26672 26672 25977 0 -1 4202560 15621 0 0 0 106196 17 0 0 25 0 4 0 622486097 384143360 82952 33554432000 134512640 135305190 4291508752 18446744073709551615 134541971 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=26675/tid=26677] ppid=26672 vsize=375140 CPUtime=1061.11 cores=1,3,5,7
/proc/26675/task/26677/stat : 26677 (manysat1.1_stat) R 26672 26672 25977 0 -1 4202560 36460 0 0 0 106069 42 0 0 25 0 4 0 622486097 384143360 82952 33554432000 134512640 135305190 4291508752 18446744073709551615 134528376 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=26675/tid=26678] ppid=26672 vsize=375140 CPUtime=1061.77 cores=1,3,5,7
/proc/26675/task/26678/stat : 26678 (manysat1.1_stat) R 26672 26672 25977 0 -1 4202560 15331 0 0 0 106158 19 0 0 25 0 4 0 622486097 384143360 82952 33554432000 134512640 135305190 4291508752 18446744073709551615 134528254 0 0 4096 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4236.14
Current children cumulated vsize (KiB) 383840

[startup+1122.3 s]
/proc/loadavg: 8.09 8.09 8.05 9/373 26708
/proc/meminfo: memFree=20607204/32951124 swapFree=66341972/67111528
[pid=26672] ppid=26670 vsize=8700 CPUtime=0.01 cores=1,3,5,7
/proc/26672/stat : 26672 (manysat.sh) S 26670 26672 25977 0 -1 4202496 357 458 0 0 0 0 1 0 24 0 1 0 622486093 8908800 253 33554432000 4194304 4922060 140737446475712 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/26672/statm: 2175 253 209 178 0 68 0
[pid=26675] ppid=26672 vsize=377796 CPUtime=4475.42 cores=1,3,5,7
/proc/26675/stat : 26675 (manysat1.1_stat) R 26672 26672 25977 0 -1 4202496 83482 0 0 0 447447 95 0 0 25 0 4 0 622486095 386863104 83393 33554432000 134512640 135305190 4291508752 18446744073709551615 134528768 0 0 4096 3 18446744073709551615 0 0 17 7 0 0 0
/proc/26675/statm: 94449 83393 84 194 0 94253 0
[pid=26675/tid=26676] ppid=26672 vsize=377796 CPUtime=1122.12 cores=1,3,5,7
/proc/26675/task/26676/stat : 26676 (manysat1.1_stat) R 26672 26672 25977 0 -1 4202560 15621 0 0 0 112195 17 0 0 25 0 4 0 622486097 386863104 83393 33554432000 134512640 135305190 4291508752 18446744073709551615 134528503 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=26675/tid=26677] ppid=26672 vsize=377796 CPUtime=1121.1 cores=1,3,5,7
/proc/26675/task/26677/stat : 26677 (manysat1.1_stat) R 26672 26672 25977 0 -1 4202560 36524 0 0 0 112068 42 0 0 25 0 4 0 622486097 386863104 83393 33554432000 134512640 135305190 4291508752 18446744073709551615 134552835 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=26675/tid=26678] ppid=26672 vsize=377796 CPUtime=1121.77 cores=1,3,5,7
/proc/26675/task/26678/stat : 26678 (manysat1.1_stat) R 26672 26672 25977 0 -1 4202560 15331 0 0 0 112158 19 0 0 25 0 4 0 622486097 386863104 83393 33554432000 134512640 135305190 4291508752 18446744073709551615 134528548 0 0 4096 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4475.43
Current children cumulated vsize (KiB) 386496

[startup+1182.3 s]
/proc/loadavg: 8.16 8.12 8.06 9/373 26710
/proc/meminfo: memFree=20593036/32951124 swapFree=66341972/67111528
[pid=26672] ppid=26670 vsize=8700 CPUtime=0.01 cores=1,3,5,7
/proc/26672/stat : 26672 (manysat.sh) S 26670 26672 25977 0 -1 4202496 357 458 0 0 0 0 1 0 24 0 1 0 622486093 8908800 253 33554432000 4194304 4922060 140737446475712 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/26672/statm: 2175 253 209 178 0 68 0
[pid=26675] ppid=26672 vsize=391616 CPUtime=4714.71 cores=1,3,5,7
/proc/26675/stat : 26675 (manysat1.1_stat) R 26672 26672 25977 0 -1 4202496 86708 0 0 0 471371 100 0 0 25 0 4 0 622486095 401014784 86619 33554432000 134512640 135305190 4291508752 18446744073709551615 134528254 0 0 4096 3 18446744073709551615 0 0 17 7 0 0 0
/proc/26675/statm: 97904 86619 84 194 0 97708 0
[pid=26675/tid=26676] ppid=26672 vsize=391616 CPUtime=1182.13 cores=1,3,5,7
/proc/26675/task/26676/stat : 26676 (manysat1.1_stat) R 26672 26672 25977 0 -1 4202560 15896 0 0 0 118195 18 0 0 25 0 4 0 622486097 401014784 86619 33554432000 134512640 135305190 4291508752 18446744073709551615 134528768 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=26675/tid=26677] ppid=26672 vsize=391616 CPUtime=1181.1 cores=1,3,5,7
/proc/26675/task/26677/stat : 26677 (manysat1.1_stat) R 26672 26672 25977 0 -1 4202560 38362 0 0 0 118065 45 0 0 25 0 4 0 622486097 401014784 86619 33554432000 134512640 135305190 4291508752 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=26675/tid=26678] ppid=26672 vsize=391616 CPUtime=1181.77 cores=1,3,5,7
/proc/26675/task/26678/stat : 26678 (manysat1.1_stat) R 26672 26672 25977 0 -1 4202560 15841 0 0 0 118157 20 0 0 25 0 4 0 622486097 401014784 86619 33554432000 134512640 135305190 4291508752 18446744073709551615 134528301 0 0 4096 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4714.72
Current children cumulated vsize (KiB) 400316



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1203.7 s]
/proc/loadavg: 7.94 8.07 8.04 9/373 26743
/proc/meminfo: memFree=21039708/32951124 swapFree=66341972/67111528
[pid=26672] ppid=26670 vsize=8700 CPUtime=0.01 cores=1,3,5,7
/proc/26672/stat : 26672 (manysat.sh) S 26670 26672 25977 0 -1 4202496 357 458 0 0 0 0 1 0 24 0 1 0 622486093 8908800 253 33554432000 4194304 4922060 140737446475712 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/26672/statm: 2175 253 209 178 0 68 0
[pid=26675] ppid=26672 vsize=398872 CPUtime=4800.1 cores=1,3,5,7
/proc/26675/stat : 26675 (manysat1.1_stat) R 26672 26672 25977 0 -1 4202496 88626 0 0 0 479908 102 0 0 25 0 4 0 622486095 408444928 88537 33554432000 134512640 135305190 4291508752 18446744073709551615 134528768 0 0 4096 3 18446744073709551615 0 0 17 7 0 0 0
/proc/26675/statm: 99718 88537 84 194 0 99522 0
[pid=26675/tid=26676] ppid=26672 vsize=398872 CPUtime=1203.54 cores=1,3,5,7
/proc/26675/task/26676/stat : 26676 (manysat1.1_stat) R 26672 26672 25977 0 -1 4202560 15998 0 0 0 120336 18 0 0 25 0 4 0 622486097 408444928 88537 33554432000 134512640 135305190 4291508752 18446744073709551615 134528256 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=26675/tid=26677] ppid=26672 vsize=398872 CPUtime=1202.51 cores=1,3,5,7
/proc/26675/task/26677/stat : 26677 (manysat1.1_stat) R 26672 26672 25977 0 -1 4202560 39811 0 0 0 120205 46 0 0 25 0 4 0 622486097 408444928 88537 33554432000 134512640 135305190 4291508752 18446744073709551615 134528837 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=26675/tid=26678] ppid=26672 vsize=398872 CPUtime=1203.18 cores=1,3,5,7
/proc/26675/task/26678/stat : 26678 (manysat1.1_stat) R 26672 26672 25977 0 -1 4202560 16013 0 0 0 120298 20 0 0 25 0 4 0 622486097 408444928 88537 33554432000 134512640 135305190 4291508752 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4800.11
Current children cumulated vsize (KiB) 407572

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

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

[startup+1203.7 s]
/proc/loadavg: 7.94 8.07 8.04 9/373 26743
/proc/meminfo: memFree=21039708/32951124 swapFree=66341972/67111528
[pid=26672] ppid=26670 vsize=8700 CPUtime=0.01 cores=1,3,5,7
/proc/26672/stat : 26672 (manysat.sh) S 26670 26672 25977 0 -1 4202496 357 458 0 0 0 0 1 0 24 0 1 0 622486093 8908800 253 33554432000 4194304 4922060 140737446475712 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/26672/statm: 2175 253 209 178 0 68 0
[pid=26675] ppid=26672 vsize=398872 CPUtime=4800.1 cores=1,3,5,7
/proc/26675/stat : 26675 (manysat1.1_stat) R 26672 26672 25977 0 -1 4202496 88626 0 0 0 479908 102 0 0 25 0 4 0 622486095 408444928 88537 33554432000 134512640 135305190 4291508752 18446744073709551615 134528768 0 0 4096 3 18446744073709551615 0 0 17 7 0 0 0
/proc/26675/statm: 99718 88537 84 194 0 99522 0
[pid=26675/tid=26676] ppid=26672 vsize=398872 CPUtime=1203.54 cores=1,3,5,7
/proc/26675/task/26676/stat : 26676 (manysat1.1_stat) R 26672 26672 25977 0 -1 4202560 15998 0 0 0 120336 18 0 0 25 0 4 0 622486097 408444928 88537 33554432000 134512640 135305190 4291508752 18446744073709551615 134528256 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=26675/tid=26677] ppid=26672 vsize=398872 CPUtime=1202.51 cores=1,3,5,7
/proc/26675/task/26677/stat : 26677 (manysat1.1_stat) R 26672 26672 25977 0 -1 4202560 39811 0 0 0 120205 46 0 0 25 0 4 0 622486097 408444928 88537 33554432000 134512640 135305190 4291508752 18446744073709551615 134528837 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=26675/tid=26678] ppid=26672 vsize=398872 CPUtime=1203.18 cores=1,3,5,7
/proc/26675/task/26678/stat : 26678 (manysat1.1_stat) R 26672 26672 25977 0 -1 4202560 16013 0 0 0 120298 20 0 0 25 0 4 0 622486097 408444928 88537 33554432000 134512640 135305190 4291508752 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4800.11
Current children cumulated vsize (KiB) 407572

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 1203.72
CPU time (s): 4800.11
CPU user time (s): 4799.09
CPU system time (s): 1.02
CPU usage (%): 398.772
Max. virtual memory (cumulated for all children) (KiB): 407572

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.018997
system time used= 0.001999
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 815
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= 6
involuntary context switches= 4

runsolver used 3.9614 second user time and 10.2744 second system time

The end

Launcher Data

Begin job on node141 at 2011-05-13 17:31:45
IDJOB=3362271
IDBENCH=83412
IDSOLVER=1838
FILE ID=node141/3362271-1305300705
RUNJOBID= node141-1305296391-25996
PBS_JOBID= 13321412
Free space on /tmp= 48932 MiB

SOLVER NAME= ManySAT 1.1 aimd 1/2009-03-20 (4 threads)
BENCH NAME= SAT11/application/kullmann/AES/Benchmarks/128/aes_128_1_keyfind_1.cnf
COMMAND LINE= manysat.sh BENCHNAME aimd 1
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3362271-1305300705/watcher-3362271-1305300705 -o /tmp/evaluation-result-3362271-1305300705/solver-3362271-1305300705 -C 4800 -W 1300 -M 15500  manysat.sh HOME/instance-3362271-1305300705.cnf aimd 1

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

MD5SUM BENCH= 5092a9db644d53c7bc023e4dff206812
RANDOM SEED=823199708

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

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.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.84
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.75
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:     32951124 kB
MemFree:      21375304 kB
Buffers:        212468 kB
Cached:        5856616 kB
SwapCached:      22860 kB
Active:        3112552 kB
Inactive:      8238348 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      21375304 kB
SwapTotal:    67111528 kB
SwapFree:     66341972 kB
Dirty:            4744 kB
Writeback:           0 kB
AnonPages:     5264920 kB
Mapped:          19896 kB
Slab:           124464 kB
PageTables:      37688 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 86328424 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= 48928 MiB
End job on node141 at 2011-05-13 17:51:51