Trace number 3362281

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.29 1203.73

General information on the benchmark

Nameapplication/kullmann/AES/Benchmarks/
64/aes_64_3_keyfind_1.cnf
MD5SUM4738c3d0ccd52030cff8addcec6bcde9
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 variables1404
Number of clauses7572
Sum of the clauses size29588
Maximum clause length5
Minimum clause length1
Number of clauses of size 1140
Number of clauses of size 2240
Number of clauses of size 32992
Number of clauses of size 41008
Number of clauses of size 53192
Number of clauses of size over 50

Solver Data

0.00/0.00	c Parsing...
0.00/0.00	c ==============================================================================
0.00/0.00	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.00	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.00	c ==============================================================================
0.00/0.00	c |         0 |    7384    29208 |    2215       0        0     nan |  0.000 % |
0.00/0.00	c |         0 |    7000    27928 |      --       0       --      -- |     --   | -128/-256
0.00/0.00	c ==============================================================================
0.00/0.00	c Result  :   #vars: 1200   #clauses: 7000   #literals: 27928
0.00/0.00	c CPU time:   0.005999 s
0.00/0.00	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-3362281-1305300905/watcher-3362281-1305300905 -o /tmp/evaluation-result-3362281-1305300905/solver-3362281-1305300905 -C 4800 -W 1300 -M 15500 manysat.sh HOME/instance-3362281-1305300905.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.12 8.13 8.02 6/361 11394
/proc/meminfo: memFree=9047552/32951124 swapFree=67111348/67111528
[pid=11394] ppid=11392 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/11394/stat : 11394 (manysat.sh) S 11392 11394 10886 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 622506406 8908800 250 33554432000 4194304 4922060 140735387678064 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/11394/statm: 2175 250 209 178 0 68 0

[startup+0.0338379 s]
/proc/loadavg: 8.12 8.13 8.02 6/361 11394
/proc/meminfo: memFree=9047552/32951124 swapFree=67111348/67111528
[pid=11394] ppid=11392 vsize=8700 CPUtime=0.01 cores=1,3,5,7
/proc/11394/stat : 11394 (manysat.sh) S 11392 11394 10886 0 -1 4202496 357 365 0 0 0 0 1 0 25 0 1 0 622506406 8908800 253 33554432000 4194304 4922060 140735387678064 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/11394/statm: 2175 253 209 178 0 68 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 8700

[startup+0.774638 s]
/proc/loadavg: 8.12 8.13 8.02 6/361 11394
/proc/meminfo: memFree=9047552/32951124 swapFree=67111348/67111528
[pid=11394] ppid=11392 vsize=8700 CPUtime=0.01 cores=1,3,5,7
/proc/11394/stat : 11394 (manysat.sh) S 11392 11394 10886 0 -1 4202496 357 365 0 0 0 0 1 0 25 0 1 0 622506406 8908800 253 33554432000 4194304 4922060 140735387678064 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/11394/statm: 2175 253 209 178 0 68 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 8700

[startup+0.876522 s]
/proc/loadavg: 8.12 8.13 8.02 6/361 11394
/proc/meminfo: memFree=9047552/32951124 swapFree=67111348/67111528
[pid=11394] ppid=11392 vsize=8700 CPUtime=0.01 cores=1,3,5,7
/proc/11394/stat : 11394 (manysat.sh) S 11392 11394 10886 0 -1 4202496 357 365 0 0 0 0 1 0 25 0 1 0 622506406 8908800 253 33554432000 4194304 4922060 140735387678064 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/11394/statm: 2175 253 209 178 0 68 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 8700

[startup+0.976503 s]
/proc/loadavg: 8.12 8.13 8.02 6/361 11394
/proc/meminfo: memFree=9047552/32951124 swapFree=67111348/67111528
[pid=11394] ppid=11392 vsize=8700 CPUtime=0.01 cores=1,3,5,7
/proc/11394/stat : 11394 (manysat.sh) S 11392 11394 10886 0 -1 4202496 357 365 0 0 0 0 1 0 25 0 1 0 622506406 8908800 253 33554432000 4194304 4922060 140735387678064 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/11394/statm: 2175 253 209 178 0 68 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 8700

[startup+1.50041 s]
/proc/loadavg: 8.12 8.13 8.02 6/361 11394
/proc/meminfo: memFree=9047552/32951124 swapFree=67111348/67111528
[pid=11394] ppid=11392 vsize=8700 CPUtime=0.01 cores=1,3,5,7
/proc/11394/stat : 11394 (manysat.sh) S 11392 11394 10886 0 -1 4202496 357 365 0 0 0 0 1 0 25 0 1 0 622506406 8908800 253 33554432000 4194304 4922060 140735387678064 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/11394/statm: 2175 253 209 178 0 68 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 8700

[startup+3.10113 s]
/proc/loadavg: 8.12 8.13 8.02 9/366 11400
/proc/meminfo: memFree=9024572/32951124 swapFree=67111348/67111528
[pid=11394] ppid=11392 vsize=8700 CPUtime=0.01 cores=1,3,5,7
/proc/11394/stat : 11394 (manysat.sh) S 11392 11394 10886 0 -1 4202496 357 365 0 0 0 0 1 0 25 0 1 0 622506406 8908800 253 33554432000 4194304 4922060 140735387678064 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/11394/statm: 2175 253 209 178 0 68 0
[pid=11397] ppid=11394 vsize=55984 CPUtime=12.27 cores=1,3,5,7
/proc/11397/stat : 11397 (manysat1.1_stat) R 11394 11394 10886 0 -1 4202496 5555 0 0 0 1224 3 0 0 25 0 4 0 622506408 57327616 5504 33554432000 134512640 135305190 4287090272 18446744073709551615 134528263 0 0 4096 3 18446744073709551615 0 0 17 1 0 0 0
/proc/11397/statm: 13996 5504 84 194 0 13800 0
[pid=11397/tid=11398] ppid=11394 vsize=55984 CPUtime=3.03 cores=1,3,5,7
/proc/11397/task/11398/stat : 11398 (manysat1.1_stat) R 11394 11394 10886 0 -1 4202560 1234 0 0 0 303 0 0 0 25 0 4 0 622506409 57327616 5505 33554432000 134512640 135305190 4287090272 18446744073709551615 134528837 0 0 4096 3 0 0 0 -1 7 0 0 0
[pid=11397/tid=11399] ppid=11394 vsize=55984 CPUtime=3.06 cores=1,3,5,7
/proc/11397/task/11399/stat : 11399 (manysat1.1_stat) R 11394 11394 10886 0 -1 4202560 964 0 0 0 306 0 0 0 24 0 4 0 622506409 57327616 5505 33554432000 134512640 135305190 4287090272 18446744073709551615 134840070 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=11397/tid=11400] ppid=11394 vsize=55984 CPUtime=3.07 cores=1,3,5,7
/proc/11397/task/11400/stat : 11400 (manysat1.1_stat) R 11394 11394 10886 0 -1 4202560 1383 0 0 0 306 1 0 0 25 0 4 0 622506409 57327616 5505 33554432000 134512640 135305190 4287090272 18446744073709551615 134556602 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 12.28
Current children cumulated vsize (KiB) 64684

[startup+6.30056 s]
/proc/loadavg: 8.11 8.13 8.02 9/366 11400
/proc/meminfo: memFree=9007208/32951124 swapFree=67111348/67111528
[pid=11394] ppid=11392 vsize=8700 CPUtime=0.01 cores=1,3,5,7
/proc/11394/stat : 11394 (manysat.sh) S 11392 11394 10886 0 -1 4202496 357 365 0 0 0 0 1 0 25 0 1 0 622506406 8908800 253 33554432000 4194304 4922060 140735387678064 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/11394/statm: 2175 253 209 178 0 68 0
[pid=11397] ppid=11394 vsize=66916 CPUtime=25.02 cores=1,3,5,7
/proc/11397/stat : 11397 (manysat1.1_stat) R 11394 11394 10886 0 -1 4202496 8304 0 0 0 2498 4 0 0 25 0 4 0 622506408 68521984 8253 33554432000 134512640 135305190 4287090272 18446744073709551615 134528254 0 0 4096 3 18446744073709551615 0 0 17 1 0 0 0
/proc/11397/statm: 16729 8253 84 194 0 16533 0
[pid=11397/tid=11398] ppid=11394 vsize=66916 CPUtime=6.2 cores=1,3,5,7
/proc/11397/task/11398/stat : 11398 (manysat1.1_stat) R 11394 11394 10886 0 -1 4202560 1874 0 0 0 619 1 0 0 25 0 4 0 622506409 68521984 8253 33554432000 134512640 135305190 4287090272 18446744073709551615 134528503 0 0 4096 3 0 0 0 -1 7 0 0 0
[pid=11397/tid=11399] ppid=11394 vsize=66916 CPUtime=6.26 cores=1,3,5,7
/proc/11397/task/11399/stat : 11399 (manysat1.1_stat) R 11394 11394 10886 0 -1 4202560 1681 0 0 0 626 0 0 0 25 0 4 0 622506409 68521984 8253 33554432000 134512640 135305190 4287090272 18446744073709551615 134551651 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=11397/tid=11400] ppid=11394 vsize=66916 CPUtime=6.26 cores=1,3,5,7
/proc/11397/task/11400/stat : 11400 (manysat1.1_stat) R 11394 11394 10886 0 -1 4202560 2102 0 0 0 625 1 0 0 25 0 4 0 622506409 68521984 8253 33554432000 134512640 135305190 4287090272 18446744073709551615 134528252 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 25.03
Current children cumulated vsize (KiB) 75616

[startup+12.7134 s]
/proc/loadavg: 8.10 8.13 8.02 9/366 11400
/proc/meminfo: memFree=8976612/32951124 swapFree=67111348/67111528
[pid=11394] ppid=11392 vsize=8700 CPUtime=0.01 cores=1,3,5,7
/proc/11394/stat : 11394 (manysat.sh) S 11392 11394 10886 0 -1 4202496 357 365 0 0 0 0 1 0 25 0 1 0 622506406 8908800 253 33554432000 4194304 4922060 140735387678064 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/11394/statm: 2175 253 209 178 0 68 0
[pid=11397] ppid=11394 vsize=84140 CPUtime=50.59 cores=1,3,5,7
/proc/11397/stat : 11397 (manysat1.1_stat) R 11394 11394 10886 0 -1 4202496 12454 0 0 0 5053 6 0 0 25 0 4 0 622506408 86159360 12403 33554432000 134512640 135305190 4287090272 18446744073709551615 134528536 0 0 4096 3 18446744073709551615 0 0 17 1 0 0 0
/proc/11397/statm: 21035 12403 84 194 0 20839 0
[pid=11397/tid=11398] ppid=11394 vsize=84140 CPUtime=12.53 cores=1,3,5,7
/proc/11397/task/11398/stat : 11398 (manysat1.1_stat) R 11394 11394 10886 0 -1 4202560 2706 0 0 0 1252 1 0 0 25 0 4 0 622506409 86159360 12403 33554432000 134512640 135305190 4287090272 18446744073709551615 134528506 0 0 4096 3 0 0 0 -1 7 0 0 0
[pid=11397/tid=11399] ppid=11394 vsize=84140 CPUtime=12.67 cores=1,3,5,7
/proc/11397/task/11399/stat : 11399 (manysat1.1_stat) R 11394 11394 10886 0 -1 4202560 2770 0 0 0 1266 1 0 0 22 0 4 0 622506409 86159360 12403 33554432000 134512640 135305190 4287090272 18446744073709551615 134552665 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=11397/tid=11400] ppid=11394 vsize=84140 CPUtime=12.68 cores=1,3,5,7
/proc/11397/task/11400/stat : 11400 (manysat1.1_stat) R 11394 11394 10886 0 -1 4202560 3232 0 0 0 1266 2 0 0 25 0 4 0 622506409 86159360 12403 33554432000 134512640 135305190 4287090272 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 50.6
Current children cumulated vsize (KiB) 92840

[startup+25.5011 s]
/proc/loadavg: 8.08 8.12 8.02 9/366 11401
/proc/meminfo: memFree=8937340/32951124 swapFree=67111348/67111528
[pid=11394] ppid=11392 vsize=8700 CPUtime=0.01 cores=1,3,5,7
/proc/11394/stat : 11394 (manysat.sh) S 11392 11394 10886 0 -1 4202496 357 365 0 0 0 0 1 0 25 0 1 0 622506406 8908800 253 33554432000 4194304 4922060 140735387678064 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/11394/statm: 2175 253 209 178 0 68 0
[pid=11397] ppid=11394 vsize=100956 CPUtime=101.59 cores=1,3,5,7
/proc/11397/stat : 11397 (manysat1.1_stat) R 11394 11394 10886 0 -1 4202496 16721 0 0 0 10149 10 0 0 25 0 4 0 622506408 103378944 16670 33554432000 134512640 135305190 4287090272 18446744073709551615 134528480 0 0 4096 3 18446744073709551615 0 0 17 1 0 0 0
/proc/11397/statm: 25239 16670 84 194 0 25043 0
[pid=11397/tid=11398] ppid=11394 vsize=100956 CPUtime=25.17 cores=1,3,5,7
/proc/11397/task/11398/stat : 11398 (manysat1.1_stat) R 11394 11394 10886 0 -1 4202560 3561 0 0 0 2515 2 0 0 25 0 4 0 622506409 103378944 16670 33554432000 134512640 135305190 4287090272 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 7 0 0 0
[pid=11397/tid=11399] ppid=11394 vsize=100956 CPUtime=25.46 cores=1,3,5,7
/proc/11397/task/11399/stat : 11399 (manysat1.1_stat) R 11394 11394 10886 0 -1 4202560 4250 0 0 0 2544 2 0 0 25 0 4 0 622506409 103378944 16670 33554432000 134512640 135305190 4287090272 18446744073709551615 134541969 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=11397/tid=11400] ppid=11394 vsize=100956 CPUtime=25.46 cores=1,3,5,7
/proc/11397/task/11400/stat : 11400 (manysat1.1_stat) R 11394 11394 10886 0 -1 4202560 4235 0 0 0 2544 2 0 0 25 0 4 0 622506409 103378944 16670 33554432000 134512640 135305190 4287090272 18446744073709551615 134547909 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 101.6
Current children cumulated vsize (KiB) 109656

[startup+51.1005 s]
/proc/loadavg: 8.05 8.11 8.01 9/366 11402
/proc/meminfo: memFree=8917328/32951124 swapFree=67111348/67111528
[pid=11394] ppid=11392 vsize=8700 CPUtime=0.01 cores=1,3,5,7
/proc/11394/stat : 11394 (manysat.sh) S 11392 11394 10886 0 -1 4202496 357 365 0 0 0 0 1 0 25 0 1 0 622506406 8908800 253 33554432000 4194304 4922060 140735387678064 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/11394/statm: 2175 253 209 178 0 68 0
[pid=11397] ppid=11394 vsize=115096 CPUtime=203.7 cores=1,3,5,7
/proc/11397/stat : 11397 (manysat1.1_stat) R 11394 11394 10886 0 -1 4202496 20222 0 0 0 20356 14 0 0 25 0 4 0 622506408 117858304 20171 33554432000 134512640 135305190 4287090272 18446744073709551615 134528229 0 0 4096 3 18446744073709551615 0 0 17 1 0 0 0
/proc/11397/statm: 28774 20171 84 194 0 28578 0
[pid=11397/tid=11398] ppid=11394 vsize=115096 CPUtime=50.47 cores=1,3,5,7
/proc/11397/task/11398/stat : 11398 (manysat1.1_stat) R 11394 11394 10886 0 -1 4202560 4299 0 0 0 5044 3 0 0 25 0 4 0 622506409 117858304 20171 33554432000 134512640 135305190 4287090272 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 7 0 0 0
[pid=11397/tid=11399] ppid=11394 vsize=115096 CPUtime=51.07 cores=1,3,5,7
/proc/11397/task/11399/stat : 11399 (manysat1.1_stat) R 11394 11394 10886 0 -1 4202560 5229 0 0 0 5104 3 0 0 25 0 4 0 622506409 117858304 20171 33554432000 134512640 135305190 4287090272 18446744073709551615 134551668 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=11397/tid=11400] ppid=11394 vsize=115096 CPUtime=51.07 cores=1,3,5,7
/proc/11397/task/11400/stat : 11400 (manysat1.1_stat) R 11394 11394 10886 0 -1 4202560 5077 0 0 0 5103 4 0 0 25 0 4 0 622506409 117858304 20171 33554432000 134512640 135305190 4287090272 18446744073709551615 134528327 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 203.71
Current children cumulated vsize (KiB) 123796

[startup+102.3 s]
/proc/loadavg: 8.07 8.11 8.02 9/366 11403
/proc/meminfo: memFree=8882340/32951124 swapFree=67111348/67111528
[pid=11394] ppid=11392 vsize=8700 CPUtime=0.01 cores=1,3,5,7
/proc/11394/stat : 11394 (manysat.sh) S 11392 11394 10886 0 -1 4202496 357 365 0 0 0 0 1 0 25 0 1 0 622506406 8908800 253 33554432000 4194304 4922060 140735387678064 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/11394/statm: 2175 253 209 178 0 68 0
[pid=11397] ppid=11394 vsize=146188 CPUtime=407.84 cores=1,3,5,7
/proc/11397/stat : 11397 (manysat1.1_stat) R 11394 11394 10886 0 -1 4202496 28001 0 0 0 40763 21 0 0 25 0 4 0 622506408 149696512 27950 33554432000 134512640 135305190 4287090272 18446744073709551615 134528539 0 0 4096 3 18446744073709551615 0 0 17 1 0 0 0
/proc/11397/statm: 36547 27950 84 194 0 36351 0
[pid=11397/tid=11398] ppid=11394 vsize=146188 CPUtime=101.05 cores=1,3,5,7
/proc/11397/task/11398/stat : 11398 (manysat1.1_stat) R 11394 11394 10886 0 -1 4202560 6217 0 0 0 10101 4 0 0 25 0 4 0 622506409 149696512 27950 33554432000 134512640 135305190 4287090272 18446744073709551615 134528480 0 0 4096 3 0 0 0 -1 7 0 0 0
[pid=11397/tid=11399] ppid=11394 vsize=146188 CPUtime=102.26 cores=1,3,5,7
/proc/11397/task/11399/stat : 11399 (manysat1.1_stat) R 11394 11394 10886 0 -1 4202560 7704 0 0 0 10220 6 0 0 25 0 4 0 622506409 149696512 27950 33554432000 134512640 135305190 4287090272 18446744073709551615 134530691 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=11397/tid=11400] ppid=11394 vsize=146188 CPUtime=102.25 cores=1,3,5,7
/proc/11397/task/11400/stat : 11400 (manysat1.1_stat) R 11394 11394 10886 0 -1 4202560 6808 0 0 0 10219 6 0 0 25 0 4 0 622506409 149696512 27950 33554432000 134512640 135305190 4287090272 18446744073709551615 134528768 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 407.85
Current children cumulated vsize (KiB) 154888

[startup+162.314 s]
/proc/loadavg: 8.14 8.12 8.02 9/366 11404
/proc/meminfo: memFree=8835568/32951124 swapFree=67111348/67111528
[pid=11394] ppid=11392 vsize=8700 CPUtime=0.01 cores=1,3,5,7
/proc/11394/stat : 11394 (manysat.sh) S 11392 11394 10886 0 -1 4202496 357 365 0 0 0 0 1 0 25 0 1 0 622506406 8908800 253 33554432000 4194304 4922060 140735387678064 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/11394/statm: 2175 253 209 178 0 68 0
[pid=11397] ppid=11394 vsize=184764 CPUtime=647.17 cores=1,3,5,7
/proc/11397/stat : 11397 (manysat1.1_stat) R 11394 11394 10886 0 -1 4202496 37594 0 0 0 64686 31 0 0 25 0 4 0 622506408 189198336 37543 33554432000 134512640 135305190 4287090272 18446744073709551615 134528189 0 0 4096 3 18446744073709551615 0 0 17 1 0 0 0
/proc/11397/statm: 46191 37543 84 194 0 45995 0
[pid=11397/tid=11398] ppid=11394 vsize=184764 CPUtime=160.37 cores=1,3,5,7
/proc/11397/task/11398/stat : 11398 (manysat1.1_stat) R 11394 11394 10886 0 -1 4202560 8011 0 0 0 16031 6 0 0 25 0 4 0 622506409 189198336 37543 33554432000 134512640 135305190 4287090272 18446744073709551615 134528600 0 0 4096 3 0 0 0 -1 7 0 0 0
[pid=11397/tid=11399] ppid=11394 vsize=184764 CPUtime=162.26 cores=1,3,5,7
/proc/11397/task/11399/stat : 11399 (manysat1.1_stat) R 11394 11394 10886 0 -1 4202560 11540 0 0 0 16216 10 0 0 25 0 4 0 622506409 189198336 37543 33554432000 134512640 135305190 4287090272 18446744073709551615 134528837 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=11397/tid=11400] ppid=11394 vsize=184764 CPUtime=162.26 cores=1,3,5,7
/proc/11397/task/11400/stat : 11400 (manysat1.1_stat) R 11394 11394 10886 0 -1 4202560 8857 0 0 0 16218 8 0 0 25 0 4 0 622506409 189198336 37543 33554432000 134512640 135305190 4287090272 18446744073709551615 134528557 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 647.18
Current children cumulated vsize (KiB) 193464

[startup+222.301 s]

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

/proc/11397/task/11400/stat : 11400 (manysat1.1_stat) R 11394 11394 10886 0 -1 4202560 17472 0 0 0 82087 20 0 0 25 0 4 0 622506409 375767040 82103 33554432000 134512640 135305190 4287090272 18446744073709551615 134528771 0 0 4096 3 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3279.26
Current children cumulated vsize (KiB) 375660

[startup+882.3 s]
/proc/loadavg: 8.14 8.09 8.02 9/366 11457
/proc/meminfo: memFree=8861988/32951124 swapFree=67111348/67111528
[pid=11394] ppid=11392 vsize=8700 CPUtime=0.01 cores=1,3,5,7
/proc/11394/stat : 11394 (manysat.sh) S 11392 11394 10886 0 -1 4202496 357 365 0 0 0 0 1 0 25 0 1 0 622506406 8908800 253 33554432000 4194304 4922060 140735387678064 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/11394/statm: 2175 253 209 178 0 68 0
[pid=11397] ppid=11394 vsize=394176 CPUtime=3518.48 cores=1,3,5,7
/proc/11397/stat : 11397 (manysat1.1_stat) R 11394 11394 10886 0 -1 4202496 88902 0 0 0 351753 95 0 0 25 0 4 0 622506408 403636224 88851 33554432000 134512640 135305190 4287090272 18446744073709551615 134528480 0 0 4096 3 18446744073709551615 0 0 17 1 0 0 0
/proc/11397/statm: 98544 88851 84 194 0 98348 0
[pid=11397/tid=11398] ppid=11394 vsize=394176 CPUtime=873.52 cores=1,3,5,7
/proc/11397/task/11398/stat : 11398 (manysat1.1_stat) R 11394 11394 10886 0 -1 4202560 16580 0 0 0 87337 15 0 0 25 0 4 0 622506409 403636224 88851 33554432000 134512640 135305190 4287090272 18446744073709551615 134528503 0 0 4096 3 0 0 0 -1 7 0 0 0
[pid=11397/tid=11399] ppid=11394 vsize=394176 CPUtime=882.22 cores=1,3,5,7
/proc/11397/task/11399/stat : 11399 (manysat1.1_stat) R 11394 11394 10886 0 -1 4202560 36523 0 0 0 88178 44 0 0 25 0 4 0 622506409 403636224 88851 33554432000 134512640 135305190 4287090272 18446744073709551615 134528338 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=11397/tid=11400] ppid=11394 vsize=394176 CPUtime=880.51 cores=1,3,5,7
/proc/11397/task/11400/stat : 11400 (manysat1.1_stat) R 11394 11394 10886 0 -1 4202560 18264 0 0 0 88030 21 0 0 25 0 4 0 622506409 403636224 88851 33554432000 134512640 135305190 4287090272 18446744073709551615 134528263 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3518.49
Current children cumulated vsize (KiB) 402876

[startup+942.301 s]
/proc/loadavg: 8.12 8.09 8.02 9/366 11458
/proc/meminfo: memFree=8844600/32951124 swapFree=67111348/67111528
[pid=11394] ppid=11392 vsize=8700 CPUtime=0.01 cores=1,3,5,7
/proc/11394/stat : 11394 (manysat.sh) S 11392 11394 10886 0 -1 4202496 357 365 0 0 0 0 1 0 25 0 1 0 622506406 8908800 253 33554432000 4194304 4922060 140735387678064 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/11394/statm: 2175 253 209 178 0 68 0
[pid=11397] ppid=11394 vsize=400600 CPUtime=3757.77 cores=1,3,5,7
/proc/11397/stat : 11397 (manysat1.1_stat) R 11394 11394 10886 0 -1 4202496 90722 0 0 0 375679 98 0 0 25 0 4 0 622506408 410214400 90671 33554432000 134512640 135305190 4287090272 18446744073709551615 134528256 0 0 4096 3 18446744073709551615 0 0 17 1 0 0 0
/proc/11397/statm: 100150 90671 84 194 0 99954 0
[pid=11397/tid=11398] ppid=11394 vsize=400600 CPUtime=932.81 cores=1,3,5,7
/proc/11397/task/11398/stat : 11398 (manysat1.1_stat) R 11394 11394 10886 0 -1 4202560 16761 0 0 0 93266 15 0 0 25 0 4 0 622506409 410214400 90671 33554432000 134512640 135305190 4287090272 18446744073709551615 134528325 0 0 4096 3 0 0 0 -1 7 0 0 0
[pid=11397/tid=11399] ppid=11394 vsize=400600 CPUtime=942.21 cores=1,3,5,7
/proc/11397/task/11399/stat : 11399 (manysat1.1_stat) R 11394 11394 10886 0 -1 4202560 37292 0 0 0 94176 45 0 0 25 0 4 0 622506409 410214400 90671 33554432000 134512640 135305190 4287090272 18446744073709551615 134528408 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=11397/tid=11400] ppid=11394 vsize=400600 CPUtime=940.51 cores=1,3,5,7
/proc/11397/task/11400/stat : 11400 (manysat1.1_stat) R 11394 11394 10886 0 -1 4202560 18583 0 0 0 94030 21 0 0 25 0 4 0 622506409 410214400 90671 33554432000 134512640 135305190 4287090272 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3757.78
Current children cumulated vsize (KiB) 409300

[startup+1002.3 s]
/proc/loadavg: 8.11 8.09 8.02 9/366 11460
/proc/meminfo: memFree=8787400/32951124 swapFree=67111348/67111528
[pid=11394] ppid=11392 vsize=8700 CPUtime=0.01 cores=1,3,5,7
/proc/11394/stat : 11394 (manysat.sh) S 11392 11394 10886 0 -1 4202496 357 365 0 0 0 0 1 0 25 0 1 0 622506406 8908800 253 33554432000 4194304 4922060 140735387678064 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/11394/statm: 2175 253 209 178 0 68 0
[pid=11397] ppid=11394 vsize=408132 CPUtime=3997.05 cores=1,3,5,7
/proc/11397/stat : 11397 (manysat1.1_stat) R 11394 11394 10886 0 -1 4202496 92680 0 0 0 399604 101 0 0 25 0 4 0 622506408 417927168 92629 33554432000 134512640 135305190 4287090272 18446744073709551615 134528298 0 0 4096 3 18446744073709551615 0 0 17 5 0 0 0
/proc/11397/statm: 102033 92629 84 194 0 101837 0
[pid=11397/tid=11398] ppid=11394 vsize=408132 CPUtime=992.76 cores=1,3,5,7
/proc/11397/task/11398/stat : 11398 (manysat1.1_stat) R 11394 11394 10886 0 -1 4202560 16943 0 0 0 99260 16 0 0 25 0 4 0 622506409 417927168 92629 33554432000 134512640 135305190 4287090272 18446744073709551615 134528458 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=11397/tid=11399] ppid=11394 vsize=408132 CPUtime=1001.95 cores=1,3,5,7
/proc/11397/task/11399/stat : 11399 (manysat1.1_stat) R 11394 11394 10886 0 -1 4202560 38238 0 0 0 100148 47 0 0 25 0 4 0 622506409 417927168 92629 33554432000 134512640 135305190 4287090272 18446744073709551615 134528768 0 0 4096 3 0 0 0 -1 7 0 0 0
[pid=11397/tid=11400] ppid=11394 vsize=408132 CPUtime=1000.52 cores=1,3,5,7
/proc/11397/task/11400/stat : 11400 (manysat1.1_stat) R 11394 11394 10886 0 -1 4202560 19263 0 0 0 100030 22 0 0 25 0 4 0 622506409 417927168 92629 33554432000 134512640 135305190 4287090272 18446744073709551615 134528768 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3997.06
Current children cumulated vsize (KiB) 416832

[startup+1062.3 s]
/proc/loadavg: 8.15 8.10 8.03 9/366 11461
/proc/meminfo: memFree=8782040/32951124 swapFree=67111348/67111528
[pid=11394] ppid=11392 vsize=8700 CPUtime=0.01 cores=1,3,5,7
/proc/11394/stat : 11394 (manysat.sh) S 11392 11394 10886 0 -1 4202496 357 365 0 0 0 0 1 0 25 0 1 0 622506406 8908800 253 33554432000 4194304 4922060 140735387678064 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/11394/statm: 2175 253 209 178 0 68 0
[pid=11397] ppid=11394 vsize=409800 CPUtime=4236.32 cores=1,3,5,7
/proc/11397/stat : 11397 (manysat1.1_stat) R 11394 11394 10886 0 -1 4202496 92858 0 0 0 423530 102 0 0 25 0 4 0 622506408 419635200 92807 33554432000 134512640 135305190 4287090272 18446744073709551615 134528768 0 0 4096 3 18446744073709551615 0 0 17 5 0 0 0
/proc/11397/statm: 102450 92807 84 194 0 102254 0
[pid=11397/tid=11398] ppid=11394 vsize=409800 CPUtime=1052.76 cores=1,3,5,7
/proc/11397/task/11398/stat : 11398 (manysat1.1_stat) R 11394 11394 10886 0 -1 4202560 17029 0 0 0 105260 16 0 0 25 0 4 0 622506409 419635200 92807 33554432000 134512640 135305190 4287090272 18446744073709551615 134528263 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=11397/tid=11399] ppid=11394 vsize=409800 CPUtime=1061.23 cores=1,3,5,7
/proc/11397/task/11399/stat : 11399 (manysat1.1_stat) R 11394 11394 10886 0 -1 4202560 38263 0 0 0 106076 47 0 0 25 0 4 0 622506409 419635200 92807 33554432000 134512640 135305190 4287090272 18446744073709551615 134528446 0 0 4096 3 0 0 0 -1 7 0 0 0
[pid=11397/tid=11400] ppid=11394 vsize=409800 CPUtime=1060.49 cores=1,3,5,7
/proc/11397/task/11400/stat : 11400 (manysat1.1_stat) R 11394 11394 10886 0 -1 4202560 19327 0 0 0 106027 22 0 0 25 0 4 0 622506409 419635200 92807 33554432000 134512640 135305190 4287090272 18446744073709551615 134557232 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4236.33
Current children cumulated vsize (KiB) 418500

[startup+1122.3 s]
/proc/loadavg: 8.05 8.08 8.02 9/366 11463
/proc/meminfo: memFree=8767248/32951124 swapFree=67111348/67111528
[pid=11394] ppid=11392 vsize=8700 CPUtime=0.01 cores=1,3,5,7
/proc/11394/stat : 11394 (manysat.sh) S 11392 11394 10886 0 -1 4202496 357 365 0 0 0 0 1 0 25 0 1 0 622506406 8908800 253 33554432000 4194304 4922060 140735387678064 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/11394/statm: 2175 253 209 178 0 68 0
[pid=11397] ppid=11394 vsize=411712 CPUtime=4475.62 cores=1,3,5,7
/proc/11397/stat : 11397 (manysat1.1_stat) R 11394 11394 10886 0 -1 4202496 93252 0 0 0 447459 103 0 0 25 0 4 0 622506408 421593088 93201 33554432000 134512640 135305190 4287090272 18446744073709551615 134528189 0 0 4096 3 18446744073709551615 0 0 17 5 0 0 0
/proc/11397/statm: 102928 93201 84 194 0 102732 0
[pid=11397/tid=11398] ppid=11394 vsize=411712 CPUtime=1112.76 cores=1,3,5,7
/proc/11397/task/11398/stat : 11398 (manysat1.1_stat) R 11394 11394 10886 0 -1 4202560 17325 0 0 0 111260 16 0 0 25 0 4 0 622506409 421593088 93201 33554432000 134512640 135305190 4287090272 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=11397/tid=11399] ppid=11394 vsize=411712 CPUtime=1120.52 cores=1,3,5,7
/proc/11397/task/11399/stat : 11399 (manysat1.1_stat) R 11394 11394 10886 0 -1 4202560 38311 0 0 0 112005 47 0 0 25 0 4 0 622506409 421593088 93201 33554432000 134512640 135305190 4287090272 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 7 0 0 0
[pid=11397/tid=11400] ppid=11394 vsize=411712 CPUtime=1120.5 cores=1,3,5,7
/proc/11397/task/11400/stat : 11400 (manysat1.1_stat) R 11394 11394 10886 0 -1 4202560 19327 0 0 0 112027 23 0 0 25 0 4 0 622506409 421593088 93201 33554432000 134512640 135305190 4287090272 18446744073709551615 134528489 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4475.63
Current children cumulated vsize (KiB) 420412

[startup+1182.3 s]
/proc/loadavg: 8.06 8.08 8.02 9/366 11465
/proc/meminfo: memFree=8728036/32951124 swapFree=67111348/67111528
[pid=11394] ppid=11392 vsize=8700 CPUtime=0.01 cores=1,3,5,7
/proc/11394/stat : 11394 (manysat.sh) S 11392 11394 10886 0 -1 4202496 357 365 0 0 0 0 1 0 25 0 1 0 622506406 8908800 253 33554432000 4194304 4922060 140735387678064 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/11394/statm: 2175 253 209 178 0 68 0
[pid=11397] ppid=11394 vsize=435956 CPUtime=4714.91 cores=1,3,5,7
/proc/11397/stat : 11397 (manysat1.1_stat) R 11394 11394 10886 0 -1 4202496 99322 0 0 0 471380 111 0 0 25 0 4 0 622506408 446418944 99271 33554432000 134512640 135305190 4287090272 18446744073709551615 134528768 0 0 4096 3 18446744073709551615 0 0 17 5 0 0 0
/proc/11397/statm: 108989 99271 84 194 0 108793 0
[pid=11397/tid=11398] ppid=11394 vsize=435956 CPUtime=1172.77 cores=1,3,5,7
/proc/11397/task/11398/stat : 11398 (manysat1.1_stat) R 11394 11394 10886 0 -1 4202560 18280 0 0 0 117260 17 0 0 25 0 4 0 622506409 446418944 99271 33554432000 134512640 135305190 4287090272 18446744073709551615 134528237 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=11397/tid=11399] ppid=11394 vsize=435956 CPUtime=1179.81 cores=1,3,5,7
/proc/11397/task/11399/stat : 11399 (manysat1.1_stat) R 11394 11394 10886 0 -1 4202560 41831 0 0 0 117928 53 0 0 25 0 4 0 622506409 446418944 99271 33554432000 134512640 135305190 4287090272 18446744073709551615 134551998 0 0 4096 3 0 0 0 -1 7 0 0 0
[pid=11397/tid=11400] ppid=11394 vsize=435956 CPUtime=1180.5 cores=1,3,5,7
/proc/11397/task/11400/stat : 11400 (manysat1.1_stat) R 11394 11394 10886 0 -1 4202560 19939 0 0 0 118027 23 0 0 25 0 4 0 622506409 446418944 99271 33554432000 134512640 135305190 4287090272 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4714.92
Current children cumulated vsize (KiB) 444656



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1203.7 s]
/proc/loadavg: 8.10 8.08 8.03 9/366 11465
/proc/meminfo: memFree=8703348/32951124 swapFree=67111348/67111528
[pid=11394] ppid=11392 vsize=8700 CPUtime=0.01 cores=1,3,5,7
/proc/11394/stat : 11394 (manysat.sh) S 11392 11394 10886 0 -1 4202496 357 365 0 0 0 0 1 0 25 0 1 0 622506406 8908800 253 33554432000 4194304 4922060 140735387678064 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/11394/statm: 2175 253 209 178 0 68 0
[pid=11397] ppid=11394 vsize=452688 CPUtime=4800.28 cores=1,3,5,7
/proc/11397/stat : 11397 (manysat1.1_stat) R 11394 11394 10886 0 -1 4202496 103316 0 0 0 479914 114 0 0 25 0 4 0 622506408 463552512 103265 33554432000 134512640 135305190 4287090272 18446744073709551615 134528298 0 0 4096 3 18446744073709551615 0 0 17 5 0 0 0
/proc/11397/statm: 113172 103265 84 194 0 112976 0
[pid=11397/tid=11398] ppid=11394 vsize=452688 CPUtime=1194.18 cores=1,3,5,7
/proc/11397/task/11398/stat : 11398 (manysat1.1_stat) R 11394 11394 10886 0 -1 4202560 19080 0 0 0 119401 17 0 0 25 0 4 0 622506409 463552512 103269 33554432000 134512640 135305190 4287090272 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=11397/tid=11399] ppid=11394 vsize=452688 CPUtime=1200.96 cores=1,3,5,7
/proc/11397/task/11399/stat : 11399 (manysat1.1_stat) R 11394 11394 10886 0 -1 4202560 43931 0 0 0 120041 55 0 0 25 0 4 0 622506409 463552512 103269 33554432000 134512640 135305190 4287090272 18446744073709551615 134528252 0 0 4096 3 0 0 0 -1 7 0 0 0
[pid=11397/tid=11400] ppid=11394 vsize=452688 CPUtime=1201.91 cores=1,3,5,7
/proc/11397/task/11400/stat : 11400 (manysat1.1_stat) R 11394 11394 10886 0 -1 4202560 20418 0 0 0 120167 24 0 0 25 0 4 0 622506409 463552512 103269 33554432000 134512640 135305190 4287090272 18446744073709551615 134528768 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4800.29
Current children cumulated vsize (KiB) 461388

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: 8.10 8.08 8.03 9/366 11465
/proc/meminfo: memFree=8703348/32951124 swapFree=67111348/67111528
[pid=11394] ppid=11392 vsize=8700 CPUtime=0.01 cores=1,3,5,7
/proc/11394/stat : 11394 (manysat.sh) S 11392 11394 10886 0 -1 4202496 357 365 0 0 0 0 1 0 25 0 1 0 622506406 8908800 253 33554432000 4194304 4922060 140735387678064 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/11394/statm: 2175 253 209 178 0 68 0
[pid=11397] ppid=11394 vsize=452688 CPUtime=4800.28 cores=1,3,5,7
/proc/11397/stat : 11397 (manysat1.1_stat) R 11394 11394 10886 0 -1 4202496 103316 0 0 0 479914 114 0 0 25 0 4 0 622506408 463552512 103265 33554432000 134512640 135305190 4287090272 18446744073709551615 134528298 0 0 4096 3 18446744073709551615 0 0 17 5 0 0 0
/proc/11397/statm: 113172 103265 84 194 0 112976 0
[pid=11397/tid=11398] ppid=11394 vsize=452688 CPUtime=1194.18 cores=1,3,5,7
/proc/11397/task/11398/stat : 11398 (manysat1.1_stat) R 11394 11394 10886 0 -1 4202560 19080 0 0 0 119401 17 0 0 25 0 4 0 622506409 463552512 103269 33554432000 134512640 135305190 4287090272 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=11397/tid=11399] ppid=11394 vsize=452688 CPUtime=1200.96 cores=1,3,5,7
/proc/11397/task/11399/stat : 11399 (manysat1.1_stat) R 11394 11394 10886 0 -1 4202560 43931 0 0 0 120041 55 0 0 25 0 4 0 622506409 463552512 103269 33554432000 134512640 135305190 4287090272 18446744073709551615 134528252 0 0 4096 3 0 0 0 -1 7 0 0 0
[pid=11397/tid=11400] ppid=11394 vsize=452688 CPUtime=1201.91 cores=1,3,5,7
/proc/11397/task/11400/stat : 11400 (manysat1.1_stat) R 11394 11394 10886 0 -1 4202560 20418 0 0 0 120167 24 0 0 25 0 4 0 622506409 463552512 103269 33554432000 134512640 135305190 4287090272 18446744073709551615 134528768 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4800.29
Current children cumulated vsize (KiB) 461388

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 1203.73
CPU time (s): 4800.29
CPU user time (s): 4799.15
CPU system time (s): 1.14
CPU usage (%): 398.786
Max. virtual memory (cumulated for all children) (KiB): 461388

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.010998
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= 722
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 8
involuntary context switches= 6

runsolver used 3.98539 second user time and 10.1725 second system time

The end

Launcher Data

Begin job on node145 at 2011-05-13 17:35:06
IDJOB=3362281
IDBENCH=83421
IDSOLVER=1838
FILE ID=node145/3362281-1305300905
RUNJOBID= node145-1305296390-10905
PBS_JOBID= 13321408
Free space on /tmp= 43220 MiB

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

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

MD5SUM BENCH= 4738c3d0ccd52030cff8addcec6bcde9
RANDOM SEED=1259486140

node145.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.786
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.57
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.786
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.76
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.786
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.74
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.786
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.83
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.786
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.786
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.74
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.786
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.84
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.786
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.77
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:       9047708 kB
Buffers:        248672 kB
Cached:       17152856 kB
SwapCached:          0 kB
Active:        7751548 kB
Inactive:     15569884 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:       9047708 kB
SwapTotal:    67111528 kB
SwapFree:     67111348 kB
Dirty:            1796 kB
Writeback:           0 kB
AnonPages:     5919584 kB
Mapped:          27992 kB
Slab:           483556 kB
PageTables:      34460 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 79846036 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= 43224 MiB
End job on node145 at 2011-05-13 17:55:11