Trace number 3362278

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) 20399.2 5100.02

General information on the benchmark

Nameapplication/kullmann/AES/Benchmarks/
64/aes_64_2_keyfind_1.cnf
MD5SUM1024a3346322fdba0a20b51f99eae4c0
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 variables1000
Number of clauses5176
Sum of the clauses size20024
Maximum clause length5
Minimum clause length1
Number of clauses of size 1136
Number of clauses of size 2160
Number of clauses of size 32080
Number of clauses of size 4672
Number of clauses of size 52128
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 |    5008    19728 |    1502       0        0     nan |  0.000 % |
0.00/0.00	c |         0 |    4624    18448 |      --       0       --      -- |     --   | -128/-256
0.00/0.00	c ==============================================================================
0.00/0.00	c Result  :   #vars: 800   #clauses: 4624   #literals: 18448
0.00/0.00	c CPU time:   0.004999 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-3362278-1305302364/watcher-3362278-1305302364 -o /tmp/evaluation-result-3362278-1305302364/solver-3362278-1305302364 -C 40000 -W 5100 -M 31000 manysat.sh HOME/instance-3362278-1305302364.cnf aimd 1 

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

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


[startup+0 s]
/proc/loadavg: 3.68 3.93 3.90 2/222 29518
/proc/meminfo: memFree=8536132/32950928 swapFree=64721848/67111528
[pid=29518] ppid=29516 vsize=8700 CPUtime=0 cores=0-7
/proc/29518/stat : 29518 (manysat.sh) S 29516 29518 29222 0 -1 4202496 329 0 0 0 0 0 0 0 25 0 1 0 641836156 8908800 249 33554432000 4194304 4922060 140736838245008 18446744073709551615 248089517189 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/29518/statm: 2175 249 209 178 0 68 0

[startup+0.027533 s]
/proc/loadavg: 3.68 3.93 3.90 2/222 29518
/proc/meminfo: memFree=8536132/32950928 swapFree=64721848/67111528
[pid=29518] ppid=29516 vsize=8700 CPUtime=0 cores=0-7
/proc/29518/stat : 29518 (manysat.sh) S 29516 29518 29222 0 -1 4202496 356 299 0 0 0 0 0 0 25 0 1 0 641836156 8908800 252 33554432000 4194304 4922060 140736838245008 18446744073709551615 248089517189 0 65536 4100 65538 18446744071562232103 0 0 17 7 0 0 0
/proc/29518/statm: 2175 252 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.105584 s]
/proc/loadavg: 3.68 3.93 3.90 2/222 29518
/proc/meminfo: memFree=8536132/32950928 swapFree=64721848/67111528
[pid=29518] ppid=29516 vsize=8700 CPUtime=0 cores=0-7
/proc/29518/stat : 29518 (manysat.sh) S 29516 29518 29222 0 -1 4202496 356 299 0 0 0 0 0 0 25 0 1 0 641836156 8908800 252 33554432000 4194304 4922060 140736838245008 18446744073709551615 248089517189 0 65536 4100 65538 18446744071562232103 0 0 17 7 0 0 0
/proc/29518/statm: 2175 252 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.300485 s]
/proc/loadavg: 3.68 3.93 3.90 2/222 29518
/proc/meminfo: memFree=8536132/32950928 swapFree=64721848/67111528
[pid=29518] ppid=29516 vsize=8700 CPUtime=0 cores=0-7
/proc/29518/stat : 29518 (manysat.sh) S 29516 29518 29222 0 -1 4202496 356 299 0 0 0 0 0 0 25 0 1 0 641836156 8908800 252 33554432000 4194304 4922060 140736838245008 18446744073709551615 248089517189 0 65536 4100 65538 18446744071562232103 0 0 17 7 0 0 0
/proc/29518/statm: 2175 252 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.700414 s]
/proc/loadavg: 3.68 3.93 3.90 2/222 29518
/proc/meminfo: memFree=8536132/32950928 swapFree=64721848/67111528
[pid=29518] ppid=29516 vsize=8700 CPUtime=0 cores=0-7
/proc/29518/stat : 29518 (manysat.sh) S 29516 29518 29222 0 -1 4202496 356 299 0 0 0 0 0 0 25 0 1 0 641836156 8908800 252 33554432000 4194304 4922060 140736838245008 18446744073709551615 248089517189 0 65536 4100 65538 18446744071562232103 0 0 17 7 0 0 0
/proc/29518/statm: 2175 252 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50033 s]
/proc/loadavg: 3.68 3.93 3.90 5/227 29524
/proc/meminfo: memFree=8528356/32950928 swapFree=64721848/67111528
[pid=29518] ppid=29516 vsize=8700 CPUtime=0 cores=0-7
/proc/29518/stat : 29518 (manysat.sh) S 29516 29518 29222 0 -1 4202496 356 299 0 0 0 0 0 0 25 0 1 0 641836156 8908800 252 33554432000 4194304 4922060 140736838245008 18446744073709551615 248089517189 0 65536 4100 65538 18446744071562232103 0 0 17 7 0 0 0
/proc/29518/statm: 2175 252 209 178 0 68 0
[pid=29521] ppid=29518 vsize=45540 CPUtime=5.92 cores=0-7
/proc/29521/stat : 29521 (manysat1.1_stat) R 29518 29518 29222 0 -1 4202496 3066 0 0 0 590 2 0 0 18 0 4 0 641836157 46632960 3016 33554432000 134512640 135305190 4286906960 18446744073709551615 134839991 0 0 4096 3 18446744073709551615 0 0 17 2 0 0 0
/proc/29521/statm: 11385 3016 84 194 0 11189 0
[pid=29521/tid=29522] ppid=29518 vsize=45540 CPUtime=1.47 cores=0-7
/proc/29521/task/29522/stat : 29522 (manysat1.1_stat) R 29518 29518 29222 0 -1 4202560 658 0 0 0 147 0 0 0 19 0 4 0 641836158 46632960 3016 33554432000 134512640 135305190 4286906960 18446744073709551615 134569845 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=29521/tid=29523] ppid=29518 vsize=45540 CPUtime=1.47 cores=0-7
/proc/29521/task/29523/stat : 29523 (manysat1.1_stat) R 29518 29518 29222 0 -1 4202560 597 0 0 0 147 0 0 0 19 0 4 0 641836158 46632960 3016 33554432000 134512640 135305190 4286906960 18446744073709551615 134528768 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=29521/tid=29524] ppid=29518 vsize=45540 CPUtime=1.46 cores=0-7
/proc/29521/task/29524/stat : 29524 (manysat1.1_stat) R 29518 29518 29222 0 -1 4202560 649 0 0 0 146 0 0 0 18 0 4 0 641836158 46632960 3016 33554432000 134512640 135305190 4286906960 18446744073709551615 134528280 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 5.92
Current children cumulated vsize (KiB) 54240

[startup+3.10099 s]
/proc/loadavg: 3.68 3.93 3.90 5/227 29524
/proc/meminfo: memFree=8522280/32950928 swapFree=64721848/67111528
[pid=29518] ppid=29516 vsize=8700 CPUtime=0 cores=0-7
/proc/29518/stat : 29518 (manysat.sh) S 29516 29518 29222 0 -1 4202496 356 299 0 0 0 0 0 0 25 0 1 0 641836156 8908800 252 33554432000 4194304 4922060 140736838245008 18446744073709551615 248089517189 0 65536 4100 65538 18446744071562232103 0 0 17 7 0 0 0
/proc/29518/statm: 2175 252 209 178 0 68 0
[pid=29521] ppid=29518 vsize=50948 CPUtime=12.32 cores=0-7
/proc/29521/stat : 29521 (manysat1.1_stat) R 29518 29518 29222 0 -1 4202496 4164 0 0 0 1229 3 0 0 20 0 4 0 641836157 52170752 4114 33554432000 134512640 135305190 4286906960 18446744073709551615 134528298 0 0 4096 3 18446744073709551615 0 0 17 2 0 0 0
/proc/29521/statm: 12737 4114 84 194 0 12541 0
[pid=29521/tid=29522] ppid=29518 vsize=50948 CPUtime=3.07 cores=0-7
/proc/29521/task/29522/stat : 29522 (manysat1.1_stat) R 29518 29518 29222 0 -1 4202560 911 0 0 0 307 0 0 0 24 0 4 0 641836158 52170752 4114 33554432000 134512640 135305190 4286906960 18446744073709551615 134528274 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=29521/tid=29523] ppid=29518 vsize=50948 CPUtime=3.07 cores=0-7
/proc/29521/task/29523/stat : 29523 (manysat1.1_stat) R 29518 29518 29222 0 -1 4202560 864 0 0 0 307 0 0 0 25 0 4 0 641836158 52170752 4114 33554432000 134512640 135305190 4286906960 18446744073709551615 134528301 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=29521/tid=29524] ppid=29518 vsize=50948 CPUtime=3.06 cores=0-7
/proc/29521/task/29524/stat : 29524 (manysat1.1_stat) R 29518 29518 29222 0 -1 4202560 932 0 0 0 306 0 0 0 18 0 4 0 641836158 52170752 4114 33554432000 134512640 135305190 4286906960 18446744073709551615 134528397 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 12.32
Current children cumulated vsize (KiB) 59648

[startup+6.30043 s]
/proc/loadavg: 3.70 3.93 3.90 5/227 29524
/proc/meminfo: memFree=8510848/32950928 swapFree=64721848/67111528
[pid=29518] ppid=29516 vsize=8700 CPUtime=0 cores=0-7
/proc/29518/stat : 29518 (manysat.sh) S 29516 29518 29222 0 -1 4202496 356 299 0 0 0 0 0 0 25 0 1 0 641836156 8908800 252 33554432000 4194304 4922060 140736838245008 18446744073709551615 248089517189 0 65536 4100 65538 18446744071562232103 0 0 17 7 0 0 0
/proc/29518/statm: 2175 252 209 178 0 68 0
[pid=29521] ppid=29518 vsize=63804 CPUtime=25.11 cores=0-7
/proc/29521/stat : 29521 (manysat1.1_stat) R 29518 29518 29222 0 -1 4202496 7429 0 0 0 2507 4 0 0 25 0 4 0 641836157 65335296 7379 33554432000 134512640 135305190 4286906960 18446744073709551615 134528298 0 0 4096 3 18446744073709551615 0 0 17 2 0 0 0
/proc/29521/statm: 15951 7379 84 194 0 15755 0
[pid=29521/tid=29522] ppid=29518 vsize=63804 CPUtime=6.27 cores=0-7
/proc/29521/task/29522/stat : 29522 (manysat1.1_stat) S 29518 29518 29222 0 -1 4202560 1599 0 0 0 627 0 0 0 20 0 4 0 641836158 65335296 7379 33554432000 134512640 135305190 4286906960 18446744073709551615 134694990 0 0 4096 3 18446604442181038464 0 0 -1 1 0 0 0
[pid=29521/tid=29523] ppid=29518 vsize=63804 CPUtime=6.26 cores=0-7
/proc/29521/task/29523/stat : 29523 (manysat1.1_stat) R 29518 29518 29222 0 -1 4202560 1817 0 0 0 626 0 0 0 20 0 4 0 641836158 65335296 7381 33554432000 134512640 135305190 4286906960 18446744073709551615 134528329 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=29521/tid=29524] ppid=29518 vsize=63804 CPUtime=6.27 cores=0-7
/proc/29521/task/29524/stat : 29524 (manysat1.1_stat) R 29518 29518 29222 0 -1 4202560 1785 0 0 0 626 1 0 0 20 0 4 0 641836158 65335296 7381 33554432000 134512640 135305190 4286906960 18446744073709551615 134695249 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 25.11
Current children cumulated vsize (KiB) 72504

[startup+12.7003 s]
/proc/loadavg: 3.73 3.94 3.90 5/227 29524
/proc/meminfo: memFree=8495980/32950928 swapFree=64721848/67111528
[pid=29518] ppid=29516 vsize=8700 CPUtime=0 cores=0-7
/proc/29518/stat : 29518 (manysat.sh) S 29516 29518 29222 0 -1 4202496 356 299 0 0 0 0 0 0 25 0 1 0 641836156 8908800 252 33554432000 4194304 4922060 140736838245008 18446744073709551615 248089517189 0 65536 4100 65538 18446744071562232103 0 0 17 7 0 0 0
/proc/29518/statm: 2175 252 209 178 0 68 0
[pid=29521] ppid=29518 vsize=74172 CPUtime=50.69 cores=0-7
/proc/29521/stat : 29521 (manysat1.1_stat) R 29518 29518 29222 0 -1 4202496 10224 0 0 0 5063 6 0 0 24 0 4 0 641836157 75952128 10174 33554432000 134512640 135305190 4286906960 18446744073709551615 134528298 0 0 4096 3 18446744073709551615 0 0 17 2 0 0 0
/proc/29521/statm: 18543 10174 84 194 0 18347 0
[pid=29521/tid=29522] ppid=29518 vsize=74172 CPUtime=12.67 cores=0-7
/proc/29521/task/29522/stat : 29522 (manysat1.1_stat) R 29518 29518 29222 0 -1 4202560 2162 0 0 0 1266 1 0 0 23 0 4 0 641836158 75952128 10174 33554432000 134512640 135305190 4286906960 18446744073709551615 134528332 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=29521/tid=29523] ppid=29518 vsize=74172 CPUtime=12.66 cores=0-7
/proc/29521/task/29523/stat : 29523 (manysat1.1_stat) R 29518 29518 29222 0 -1 4202560 2714 0 0 0 1265 1 0 0 19 0 4 0 641836158 75952128 10174 33554432000 134512640 135305190 4286906960 18446744073709551615 134528329 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=29521/tid=29524] ppid=29518 vsize=74172 CPUtime=12.66 cores=0-7
/proc/29521/task/29524/stat : 29524 (manysat1.1_stat) R 29518 29518 29222 0 -1 4202560 2478 0 0 0 1265 1 0 0 19 0 4 0 641836158 75952128 10174 33554432000 134512640 135305190 4286906960 18446744073709551615 134528252 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 50.69
Current children cumulated vsize (KiB) 82872

[startup+25.501 s]
/proc/loadavg: 3.79 3.94 3.91 5/227 29525
/proc/meminfo: memFree=8486668/32950928 swapFree=64721848/67111528
[pid=29518] ppid=29516 vsize=8700 CPUtime=0 cores=0-7
/proc/29518/stat : 29518 (manysat.sh) S 29516 29518 29222 0 -1 4202496 356 299 0 0 0 0 0 0 25 0 1 0 641836156 8908800 252 33554432000 4194304 4922060 140736838245008 18446744073709551615 248089517189 0 65536 4100 65538 18446744071562232103 0 0 17 7 0 0 0
/proc/29518/statm: 2175 252 209 178 0 68 0
[pid=29521] ppid=29518 vsize=84944 CPUtime=101.89 cores=0-7
/proc/29521/stat : 29521 (manysat1.1_stat) R 29518 29518 29222 0 -1 4202496 12775 0 0 0 10181 8 0 0 25 0 4 0 641836157 86982656 12725 33554432000 134512640 135305190 4286906960 18446744073709551615 134528254 0 0 4096 3 18446744073709551615 0 0 17 2 0 0 0
/proc/29521/statm: 21236 12725 84 194 0 21040 0
[pid=29521/tid=29522] ppid=29518 vsize=84944 CPUtime=25.47 cores=0-7
/proc/29521/task/29522/stat : 29522 (manysat1.1_stat) R 29518 29518 29222 0 -1 4202560 2654 0 0 0 2546 1 0 0 25 0 4 0 641836158 86982656 12725 33554432000 134512640 135305190 4286906960 18446744073709551615 134528392 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=29521/tid=29523] ppid=29518 vsize=84944 CPUtime=25.46 cores=0-7
/proc/29521/task/29523/stat : 29523 (manysat1.1_stat) R 29518 29518 29222 0 -1 4202560 3606 0 0 0 2544 2 0 0 25 0 4 0 641836158 86982656 12725 33554432000 134512640 135305190 4286906960 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=29521/tid=29524] ppid=29518 vsize=84944 CPUtime=25.46 cores=0-7
/proc/29521/task/29524/stat : 29524 (manysat1.1_stat) R 29518 29518 29222 0 -1 4202560 3041 0 0 0 2544 2 0 0 25 0 4 0 641836158 86982656 12725 33554432000 134512640 135305190 4286906960 18446744073709551615 134528189 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 101.89
Current children cumulated vsize (KiB) 93644

[startup+51.1005 s]
/proc/loadavg: 3.86 3.94 3.91 5/227 29525
/proc/meminfo: memFree=8468788/32950928 swapFree=64721848/67111528
[pid=29518] ppid=29516 vsize=8700 CPUtime=0 cores=0-7
/proc/29518/stat : 29518 (manysat.sh) S 29516 29518 29222 0 -1 4202496 356 299 0 0 0 0 0 0 25 0 1 0 641836156 8908800 252 33554432000 4194304 4922060 140736838245008 18446744073709551615 248089517189 0 65536 4100 65538 18446744071562232103 0 0 17 7 0 0 0
/proc/29518/statm: 2175 252 209 178 0 68 0
[pid=29521] ppid=29518 vsize=103536 CPUtime=204.26 cores=0-7
/proc/29521/stat : 29521 (manysat1.1_stat) R 29518 29518 29222 0 -1 4202496 17206 0 0 0 20413 13 0 0 25 0 4 0 641836157 106020864 17156 33554432000 134512640 135305190 4286906960 18446744073709551615 134551651 0 0 4096 3 18446744073709551615 0 0 17 2 0 0 0
/proc/29521/statm: 25884 17156 84 194 0 25688 0
[pid=29521/tid=29522] ppid=29518 vsize=103536 CPUtime=51.06 cores=0-7
/proc/29521/task/29522/stat : 29522 (manysat1.1_stat) R 29518 29518 29222 0 -1 4202560 3519 0 0 0 5104 2 0 0 24 0 4 0 641836158 106020864 17156 33554432000 134512640 135305190 4286906960 18446744073709551615 134528768 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=29521/tid=29523] ppid=29518 vsize=103536 CPUtime=51.05 cores=0-7
/proc/29521/task/29523/stat : 29523 (manysat1.1_stat) R 29518 29518 29222 0 -1 4202560 5286 0 0 0 5101 4 0 0 25 0 4 0 641836158 106020864 17156 33554432000 134512640 135305190 4286906960 18446744073709551615 134528444 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=29521/tid=29524] ppid=29518 vsize=103536 CPUtime=51.05 cores=0-7
/proc/29521/task/29524/stat : 29524 (manysat1.1_stat) R 29518 29518 29222 0 -1 4202560 3931 0 0 0 5103 2 0 0 25 0 4 0 641836158 106020864 17156 33554432000 134512640 135305190 4286906960 18446744073709551615 134528256 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 204.26
Current children cumulated vsize (KiB) 112236

[startup+102.308 s]
/proc/loadavg: 3.94 3.95 3.91 5/227 29536
/proc/meminfo: memFree=8441972/32950928 swapFree=64721848/67111528
[pid=29518] ppid=29516 vsize=8700 CPUtime=0 cores=0-7
/proc/29518/stat : 29518 (manysat.sh) S 29516 29518 29222 0 -1 4202496 356 299 0 0 0 0 0 0 25 0 1 0 641836156 8908800 252 33554432000 4194304 4922060 140736838245008 18446744073709551615 248089517189 0 65536 4100 65538 18446744071562232103 0 0 17 7 0 0 0
/proc/29518/statm: 2175 252 209 178 0 68 0
[pid=29521] ppid=29518 vsize=128308 CPUtime=409.05 cores=0-7
/proc/29521/stat : 29521 (manysat1.1_stat) R 29518 29518 29222 0 -1 4202496 23503 0 0 0 40884 21 0 0 25 0 4 0 641836157 131387392 23453 33554432000 134512640 135305190 4286906960 18446744073709551615 134551691 0 0 4096 3 18446744073709551615 0 0 17 2 0 0 0
/proc/29521/statm: 32077 23453 84 194 0 31881 0
[pid=29521/tid=29522] ppid=29518 vsize=128308 CPUtime=102.26 cores=0-7
/proc/29521/task/29522/stat : 29522 (manysat1.1_stat) R 29518 29518 29222 0 -1 4202560 5114 0 0 0 10222 4 0 0 25 0 4 0 641836158 131387392 23453 33554432000 134512640 135305190 4286906960 18446744073709551615 134528536 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=29521/tid=29523] ppid=29518 vsize=128308 CPUtime=102.25 cores=0-7
/proc/29521/task/29523/stat : 29523 (manysat1.1_stat) R 29518 29518 29222 0 -1 4202560 7616 0 0 0 10218 7 0 0 25 0 4 0 641836158 131387392 23453 33554432000 134512640 135305190 4286906960 18446744073709551615 134528327 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=29521/tid=29524] ppid=29518 vsize=128308 CPUtime=102.24 cores=0-7
/proc/29521/task/29524/stat : 29524 (manysat1.1_stat) R 29518 29518 29222 0 -1 4202560 5197 0 0 0 10220 4 0 0 21 0 4 0 641836158 131387392 23453 33554432000 134512640 135305190 4286906960 18446744073709551615 134528768 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 409.05
Current children cumulated vsize (KiB) 137008

[startup+162.301 s]
/proc/loadavg: 3.98 3.95 3.91 5/227 29537
/proc/meminfo: memFree=8401288/32950928 swapFree=64721848/67111528
[pid=29518] ppid=29516 vsize=8700 CPUtime=0 cores=0-7
/proc/29518/stat : 29518 (manysat.sh) S 29516 29518 29222 0 -1 4202496 356 299 0 0 0 0 0 0 25 0 1 0 641836156 8908800 252 33554432000 4194304 4922060 140736838245008 18446744073709551615 248089517189 0 65536 4100 65538 18446744071562232103 0 0 17 7 0 0 0
/proc/29518/statm: 2175 252 209 178 0 68 0
[pid=29521] ppid=29518 vsize=172360 CPUtime=648.98 cores=0-7
/proc/29521/stat : 29521 (manysat1.1_stat) R 29518 29518 29222 0 -1 4202496 34009 0 0 0 64871 27 0 0 18 0 4 0 641836157 176496640 33959 33554432000 134512640 135305190 4286906960 18446744073709551615 134538175 0 0 4096 3 18446744073709551615 0 0 17 2 0 0 0
/proc/29521/statm: 43090 33959 84 194 0 42894 0
[pid=29521/tid=29522] ppid=29518 vsize=172360 CPUtime=162.25 cores=0-7

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

/proc/29521/task/29524/stat : 29524 (manysat1.1_stat) R 29518 29518 29222 0 -1 4202560 26366 0 0 0 466184 36 0 0 25 0 4 0 641836158 775786496 172531 33554432000 134512640 135305190 4286906960 18446744073709551615 134528768 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 18648.4
Current children cumulated vsize (KiB) 766304

[startup+4722.31 s]
/proc/loadavg: 4.00 4.00 3.94 5/227 29674
/proc/meminfo: memFree=7821320/32950928 swapFree=64721848/67111528
[pid=29518] ppid=29516 vsize=8700 CPUtime=0 cores=0-7
/proc/29518/stat : 29518 (manysat.sh) S 29516 29518 29222 0 -1 4202496 356 299 0 0 0 0 0 0 25 0 1 0 641836156 8908800 252 33554432000 4194304 4922060 140736838245008 18446744073709551615 248089517189 0 65536 4100 65538 18446744071562232103 0 0 17 7 0 0 0
/proc/29518/statm: 2175 252 209 178 0 68 0
[pid=29521] ppid=29518 vsize=780360 CPUtime=18888.5 cores=0-7
/proc/29521/stat : 29521 (manysat1.1_stat) R 29518 29518 29222 0 -1 4202496 178524 0 0 0 1888668 180 0 0 25 0 4 0 641836157 799088640 178306 33554432000 134512640 135305190 4286906960 18446744073709551615 134528520 0 0 4096 3 18446744073709551615 0 0 17 2 0 0 0
/proc/29521/statm: 195090 178306 84 194 0 194894 0
[pid=29521/tid=29522] ppid=29518 vsize=780360 CPUtime=4722.16 cores=0-7
/proc/29521/task/29522/stat : 29522 (manysat1.1_stat) R 29518 29518 29222 0 -1 4202560 29949 0 0 0 472182 34 0 0 18 0 4 0 641836158 799088640 178306 33554432000 134512640 135305190 4286906960 18446744073709551615 134538136 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=29521/tid=29523] ppid=29518 vsize=780360 CPUtime=4721.95 cores=0-7
/proc/29521/task/29523/stat : 29523 (manysat1.1_stat) R 29518 29518 29222 0 -1 4202560 90534 0 0 0 472114 81 0 0 25 0 4 0 641836158 799088640 178306 33554432000 134512640 135305190 4286906960 18446744073709551615 134528406 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=29521/tid=29524] ppid=29518 vsize=780360 CPUtime=4722.21 cores=0-7
/proc/29521/task/29524/stat : 29524 (manysat1.1_stat) R 29518 29518 29222 0 -1 4202560 26734 0 0 0 472185 36 0 0 25 0 4 0 641836158 799088640 178306 33554432000 134512640 135305190 4286906960 18446744073709551615 134528263 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 18888.5
Current children cumulated vsize (KiB) 789060

[startup+4782.3 s]
/proc/loadavg: 4.00 4.00 3.94 5/227 29675
/proc/meminfo: memFree=7819672/32950928 swapFree=64721848/67111528
[pid=29518] ppid=29516 vsize=8700 CPUtime=0 cores=0-7
/proc/29518/stat : 29518 (manysat.sh) S 29516 29518 29222 0 -1 4202496 356 299 0 0 0 0 0 0 25 0 1 0 641836156 8908800 252 33554432000 4194304 4922060 140736838245008 18446744073709551615 248089517189 0 65536 4100 65538 18446744071562232103 0 0 17 7 0 0 0
/proc/29518/statm: 2175 252 209 178 0 68 0
[pid=29521] ppid=29518 vsize=782952 CPUtime=19128.4 cores=0-7
/proc/29521/stat : 29521 (manysat1.1_stat) R 29518 29518 29222 0 -1 4202496 178980 0 0 0 1912661 181 0 0 25 0 4 0 641836157 801742848 178751 33554432000 134512640 135305190 4286906960 18446744073709551615 134528252 0 0 4096 3 18446744073709551615 0 0 17 2 0 0 0
/proc/29521/statm: 195738 178751 84 194 0 195542 0
[pid=29521/tid=29522] ppid=29518 vsize=782952 CPUtime=4782.12 cores=0-7
/proc/29521/task/29522/stat : 29522 (manysat1.1_stat) R 29518 29518 29222 0 -1 4202560 29949 0 0 0 478178 34 0 0 25 0 4 0 641836158 801742848 178751 33554432000 134512640 135305190 4286906960 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=29521/tid=29523] ppid=29518 vsize=782952 CPUtime=4781.93 cores=0-7
/proc/29521/task/29523/stat : 29523 (manysat1.1_stat) R 29518 29518 29222 0 -1 4202560 90656 0 0 0 478112 81 0 0 25 0 4 0 641836158 801742848 178751 33554432000 134512640 135305190 4286906960 18446744073709551615 134528489 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=29521/tid=29524] ppid=29518 vsize=782952 CPUtime=4782.2 cores=0-7
/proc/29521/task/29524/stat : 29524 (manysat1.1_stat) R 29518 29518 29222 0 -1 4202560 26957 0 0 0 478184 36 0 0 25 0 4 0 641836158 801742848 178751 33554432000 134512640 135305190 4286906960 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 19128.4
Current children cumulated vsize (KiB) 791652

[startup+4842.3 s]
/proc/loadavg: 4.00 4.00 3.94 5/227 29677
/proc/meminfo: memFree=7818272/32950928 swapFree=64721848/67111528
[pid=29518] ppid=29516 vsize=8700 CPUtime=0 cores=0-7
/proc/29518/stat : 29518 (manysat.sh) S 29516 29518 29222 0 -1 4202496 356 299 0 0 0 0 0 0 25 0 1 0 641836156 8908800 252 33554432000 4194304 4922060 140736838245008 18446744073709551615 248089517189 0 65536 4100 65538 18446744071562232103 0 0 17 7 0 0 0
/proc/29518/statm: 2175 252 209 178 0 68 0
[pid=29521] ppid=29518 vsize=784040 CPUtime=19368.4 cores=0-7
/proc/29521/stat : 29521 (manysat1.1_stat) R 29518 29518 29222 0 -1 4202496 179311 0 0 0 1936661 181 0 0 19 0 4 0 641836157 802856960 179082 33554432000 134512640 135305190 4286906960 18446744073709551615 134528229 0 0 4096 3 18446744073709551615 0 0 17 2 0 0 0
/proc/29521/statm: 196010 179082 84 194 0 195814 0
[pid=29521/tid=29522] ppid=29518 vsize=784040 CPUtime=4842.13 cores=0-7
/proc/29521/task/29522/stat : 29522 (manysat1.1_stat) R 29518 29518 29222 0 -1 4202560 29949 0 0 0 484178 35 0 0 18 0 4 0 641836158 802856960 179082 33554432000 134512640 135305190 4286906960 18446744073709551615 134528559 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=29521/tid=29523] ppid=29518 vsize=784040 CPUtime=4841.93 cores=0-7
/proc/29521/task/29523/stat : 29523 (manysat1.1_stat) R 29518 29518 29222 0 -1 4202560 90675 0 0 0 484112 81 0 0 25 0 4 0 641836158 802856960 179082 33554432000 134512640 135305190 4286906960 18446744073709551615 134528571 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=29521/tid=29524] ppid=29518 vsize=784040 CPUtime=4842.21 cores=0-7
/proc/29521/task/29524/stat : 29524 (manysat1.1_stat) R 29518 29518 29222 0 -1 4202560 27108 0 0 0 484184 37 0 0 18 0 4 0 641836158 802856960 179082 33554432000 134512640 135305190 4286906960 18446744073709551615 134528252 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 19368.4
Current children cumulated vsize (KiB) 792740

[startup+4902.3 s]
/proc/loadavg: 4.04 4.01 3.95 5/227 29679
/proc/meminfo: memFree=7817484/32950928 swapFree=64721848/67111528
[pid=29518] ppid=29516 vsize=8700 CPUtime=0 cores=0-7
/proc/29518/stat : 29518 (manysat.sh) S 29516 29518 29222 0 -1 4202496 356 299 0 0 0 0 0 0 25 0 1 0 641836156 8908800 252 33554432000 4194304 4922060 140736838245008 18446744073709551615 248089517189 0 65536 4100 65538 18446744071562232103 0 0 17 7 0 0 0
/proc/29518/statm: 2175 252 209 178 0 68 0
[pid=29521] ppid=29518 vsize=784628 CPUtime=19608.4 cores=0-7
/proc/29521/stat : 29521 (manysat1.1_stat) R 29518 29518 29222 0 -1 4202496 179516 0 0 0 1960660 182 0 0 19 0 4 0 641836157 803459072 179287 33554432000 134512640 135305190 4286906960 18446744073709551615 134528415 0 0 4096 3 18446744073709551615 0 0 17 2 0 0 0
/proc/29521/statm: 196157 179287 84 194 0 195961 0
[pid=29521/tid=29522] ppid=29518 vsize=784628 CPUtime=4902.13 cores=0-7
/proc/29521/task/29522/stat : 29522 (manysat1.1_stat) R 29518 29518 29222 0 -1 4202560 29949 0 0 0 490178 35 0 0 25 0 4 0 641836158 803459072 179287 33554432000 134512640 135305190 4286906960 18446744073709551615 134528256 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=29521/tid=29523] ppid=29518 vsize=784628 CPUtime=4901.93 cores=0-7
/proc/29521/task/29523/stat : 29523 (manysat1.1_stat) R 29518 29518 29222 0 -1 4202560 90675 0 0 0 490111 82 0 0 25 0 4 0 641836158 803459072 179287 33554432000 134512640 135305190 4286906960 18446744073709551615 134528503 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=29521/tid=29524] ppid=29518 vsize=784628 CPUtime=4902.21 cores=0-7
/proc/29521/task/29524/stat : 29524 (manysat1.1_stat) R 29518 29518 29222 0 -1 4202560 27257 0 0 0 490184 37 0 0 25 0 4 0 641836158 803459072 179287 33554432000 134512640 135305190 4286906960 18446744073709551615 134528503 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 19608.4
Current children cumulated vsize (KiB) 793328

[startup+4962.3 s]
/proc/loadavg: 4.01 4.01 3.95 5/227 29680
/proc/meminfo: memFree=7815968/32950928 swapFree=64721848/67111528
[pid=29518] ppid=29516 vsize=8700 CPUtime=0 cores=0-7
/proc/29518/stat : 29518 (manysat.sh) S 29516 29518 29222 0 -1 4202496 356 299 0 0 0 0 0 0 25 0 1 0 641836156 8908800 252 33554432000 4194304 4922060 140736838245008 18446744073709551615 248089517189 0 65536 4100 65538 18446744071562232103 0 0 17 7 0 0 0
/proc/29518/statm: 2175 252 209 178 0 68 0
[pid=29521] ppid=29518 vsize=787072 CPUtime=19848.4 cores=0-7
/proc/29521/stat : 29521 (manysat1.1_stat) R 29518 29518 29222 0 -1 4202496 179899 0 0 0 1984659 183 0 0 25 0 4 0 641836157 805961728 179670 33554432000 134512640 135305190 4286906960 18446744073709551615 134528444 0 0 4096 3 18446744073709551615 0 0 17 2 0 0 0
/proc/29521/statm: 196768 179670 84 194 0 196572 0
[pid=29521/tid=29522] ppid=29518 vsize=787072 CPUtime=4962.13 cores=0-7
/proc/29521/task/29522/stat : 29522 (manysat1.1_stat) R 29518 29518 29222 0 -1 4202560 29949 0 0 0 496178 35 0 0 25 0 4 0 641836158 805961728 179670 33554432000 134512640 135305190 4286906960 18446744073709551615 134528256 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=29521/tid=29523] ppid=29518 vsize=787072 CPUtime=4961.93 cores=0-7
/proc/29521/task/29523/stat : 29523 (manysat1.1_stat) R 29518 29518 29222 0 -1 4202560 90684 0 0 0 496111 82 0 0 25 0 4 0 641836158 805961728 179670 33554432000 134512640 135305190 4286906960 18446744073709551615 134528252 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=29521/tid=29524] ppid=29518 vsize=787072 CPUtime=4962.21 cores=0-7
/proc/29521/task/29524/stat : 29524 (manysat1.1_stat) R 29518 29518 29222 0 -1 4202560 27518 0 0 0 496184 37 0 0 25 0 4 0 641836158 805961728 179670 33554432000 134512640 135305190 4286906960 18446744073709551615 134528768 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 19848.4
Current children cumulated vsize (KiB) 795772

[startup+5022.3 s]
/proc/loadavg: 4.00 4.00 3.95 5/227 29682
/proc/meminfo: memFree=7814076/32950928 swapFree=64721848/67111528
[pid=29518] ppid=29516 vsize=8700 CPUtime=0 cores=0-7
/proc/29518/stat : 29518 (manysat.sh) S 29516 29518 29222 0 -1 4202496 356 299 0 0 0 0 0 0 25 0 1 0 641836156 8908800 252 33554432000 4194304 4922060 140736838245008 18446744073709551615 248089517189 0 65536 4100 65538 18446744071562232103 0 0 17 7 0 0 0
/proc/29518/statm: 2175 252 209 178 0 68 0
[pid=29521] ppid=29518 vsize=791880 CPUtime=20088.4 cores=0-7
/proc/29521/stat : 29521 (manysat1.1_stat) R 29518 29518 29222 0 -1 4202496 180371 0 0 0 2008658 184 0 0 25 0 4 0 641836157 810885120 180142 33554432000 134512640 135305190 4286906960 18446744073709551615 134528571 0 0 4096 3 18446744073709551615 0 0 17 2 0 0 0
/proc/29521/statm: 197970 180142 84 194 0 197774 0
[pid=29521/tid=29522] ppid=29518 vsize=791880 CPUtime=5022.13 cores=0-7
/proc/29521/task/29522/stat : 29522 (manysat1.1_stat) R 29518 29518 29222 0 -1 4202560 29949 0 0 0 502178 35 0 0 25 0 4 0 641836158 810885120 180142 33554432000 134512640 135305190 4286906960 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=29521/tid=29523] ppid=29518 vsize=791880 CPUtime=5021.92 cores=0-7
/proc/29521/task/29523/stat : 29523 (manysat1.1_stat) R 29518 29518 29222 0 -1 4202560 90684 0 0 0 502110 82 0 0 25 0 4 0 641836158 810885120 180142 33554432000 134512640 135305190 4286906960 18446744073709551615 134538154 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=29521/tid=29524] ppid=29518 vsize=791880 CPUtime=5022.22 cores=0-7
/proc/29521/task/29524/stat : 29524 (manysat1.1_stat) R 29518 29518 29222 0 -1 4202560 27814 0 0 0 502184 38 0 0 25 0 4 0 641836158 810885120 180142 33554432000 134512640 135305190 4286906960 18446744073709551615 134528237 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 20088.4
Current children cumulated vsize (KiB) 800580

[startup+5082.3 s]
/proc/loadavg: 4.00 4.00 3.95 5/227 29683
/proc/meminfo: memFree=7808592/32950928 swapFree=64721848/67111528
[pid=29518] ppid=29516 vsize=8700 CPUtime=0 cores=0-7
/proc/29518/stat : 29518 (manysat.sh) S 29516 29518 29222 0 -1 4202496 356 299 0 0 0 0 0 0 25 0 1 0 641836156 8908800 252 33554432000 4194304 4922060 140736838245008 18446744073709551615 248089517189 0 65536 4100 65538 18446744071562232103 0 0 17 7 0 0 0
/proc/29518/statm: 2175 252 209 178 0 68 0
[pid=29521] ppid=29518 vsize=799152 CPUtime=20328.4 cores=0-7
/proc/29521/stat : 29521 (manysat1.1_stat) R 29518 29518 29222 0 -1 4202496 181926 0 0 0 2032656 186 0 0 25 0 4 0 641836157 818331648 181697 33554432000 134512640 135305190 4286906960 18446744073709551615 134528256 0 0 4096 3 18446744073709551615 0 0 17 2 0 0 0
/proc/29521/statm: 199788 181697 84 194 0 199592 0
[pid=29521/tid=29522] ppid=29518 vsize=799152 CPUtime=5082.13 cores=0-7
/proc/29521/task/29522/stat : 29522 (manysat1.1_stat) R 29518 29518 29222 0 -1 4202560 29997 0 0 0 508178 35 0 0 25 0 4 0 641836158 818331648 181697 33554432000 134512640 135305190 4286906960 18446744073709551615 134528747 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=29521/tid=29523] ppid=29518 vsize=799152 CPUtime=5081.91 cores=0-7
/proc/29521/task/29523/stat : 29523 (manysat1.1_stat) R 29518 29518 29222 0 -1 4202560 91557 0 0 0 508108 83 0 0 25 0 4 0 641836158 818331648 181697 33554432000 134512640 135305190 4286906960 18446744073709551615 134552379 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=29521/tid=29524] ppid=29518 vsize=799152 CPUtime=5082.21 cores=0-7
/proc/29521/task/29524/stat : 29524 (manysat1.1_stat) R 29518 29518 29222 0 -1 4202560 28204 0 0 0 508183 38 0 0 25 0 4 0 641836158 818331648 181697 33554432000 134512640 135305190 4286906960 18446744073709551615 134530636 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 20328.4
Current children cumulated vsize (KiB) 807852



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+5100 s]
/proc/loadavg: 4.00 4.00 3.95 5/227 29684
/proc/meminfo: memFree=7806720/32950928 swapFree=64721848/67111528
[pid=29518] ppid=29516 vsize=8700 CPUtime=0 cores=0-7
/proc/29518/stat : 29518 (manysat.sh) S 29516 29518 29222 0 -1 4202496 356 299 0 0 0 0 0 0 25 0 1 0 641836156 8908800 252 33554432000 4194304 4922060 140736838245008 18446744073709551615 248089517189 0 65536 4100 65538 18446744071562232103 0 0 17 7 0 0 0
/proc/29518/statm: 2175 252 209 178 0 68 0
[pid=29521] ppid=29518 vsize=799752 CPUtime=20399.2 cores=0-7
/proc/29521/stat : 29521 (manysat1.1_stat) R 29518 29518 29222 0 -1 4202496 182261 0 0 0 2039739 186 0 0 25 0 4 0 641836157 818946048 182032 33554432000 134512640 135305190 4286906960 18446744073709551615 134528548 0 0 4096 3 18446744073709551615 0 0 17 2 0 0 0
/proc/29521/statm: 199938 182032 84 194 0 199742 0
[pid=29521/tid=29522] ppid=29518 vsize=799752 CPUtime=5099.84 cores=0-7
/proc/29521/task/29522/stat : 29522 (manysat1.1_stat) R 29518 29518 29222 0 -1 4202560 29997 0 0 0 509949 35 0 0 25 0 4 0 641836158 818946048 182032 33554432000 134512640 135305190 4286906960 18446744073709551615 134528263 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=29521/tid=29523] ppid=29518 vsize=799752 CPUtime=5099.62 cores=0-7
/proc/29521/task/29523/stat : 29523 (manysat1.1_stat) R 29518 29518 29222 0 -1 4202560 91748 0 0 0 509879 83 0 0 25 0 4 0 641836158 818946048 182032 33554432000 134512640 135305190 4286906960 18446744073709551615 134528406 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=29521/tid=29524] ppid=29518 vsize=799752 CPUtime=5099.92 cores=0-7
/proc/29521/task/29524/stat : 29524 (manysat1.1_stat) R 29518 29518 29222 0 -1 4202560 28308 0 0 0 509954 38 0 0 25 0 4 0 641836158 818946048 182032 33554432000 134512640 135305190 4286906960 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 20399.2
Current children cumulated vsize (KiB) 808452

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

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

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 5100.02
CPU time (s): 20399.2
CPU user time (s): 20397.4
CPU system time (s): 1.86
CPU usage (%): 399.984
Max. virtual memory (cumulated for all children) (KiB): 808452

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

runsolver used 9.70352 second user time and 23.3385 second system time

The end

Launcher Data

Begin job on node123 at 2011-05-13 17:59:24
IDJOB=3362278
IDBENCH=83418
IDSOLVER=1839
FILE ID=node123/3362278-1305302364
RUNJOBID= node123-1305296393-29236
PBS_JOBID= 13321430
Free space on /tmp= 38928 MiB

SOLVER NAME= ManySAT 1.1 aimd 1/2009-03-20 (4 threads)
BENCH NAME= SAT11/application/kullmann/AES/Benchmarks/64/aes_64_2_keyfind_1.cnf
COMMAND LINE= manysat.sh BENCHNAME aimd 1
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3362278-1305302364/watcher-3362278-1305302364 -o /tmp/evaluation-result-3362278-1305302364/solver-3362278-1305302364 -C 40000 -W 5100 -M 31000  manysat.sh HOME/instance-3362278-1305302364.cnf aimd 1

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

MD5SUM BENCH= 1024a3346322fdba0a20b51f99eae4c0
RANDOM SEED=1486480940

node123.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.838
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.67
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.838
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	: 5226.15
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.838
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.75
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.838
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.82
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.838
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.74
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.838
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.80
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.838
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.74
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.838
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.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:       8536288 kB
Buffers:        242704 kB
Cached:       14594292 kB
SwapCached:      10496 kB
Active:       12570208 kB
Inactive:     11331088 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:       8536288 kB
SwapTotal:    67111528 kB
SwapFree:     64721848 kB
Dirty:            1580 kB
Writeback:           0 kB
AnonPages:     9061916 kB
Mapped:          15632 kB
Slab:           420392 kB
PageTables:      30756 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 13019212 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= 38928 MiB
End job on node123 at 2011-05-13 19:24:26