Trace number 3362262

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

General information on the benchmark

Nameapplication/fuhs/slp-synthesis-AES/
slp-synthesis-aes-bottom17.cnf
MD5SUMa6df2ce216327c64a0156683acb72fc2
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 variables32733
Number of clauses109177
Sum of the clauses size278009
Maximum clause length1080
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 256533
Number of clauses of size 352066
Number of clauses of size 4152
Number of clauses of size 515
Number of clauses of size over 5410

Solver Data

0.00/0.00	c Parsing...
0.00/0.05	c ==============================================================================
0.00/0.05	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.05	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.05	c ==============================================================================
0.00/0.05	c |         0 |  102565   262491 |   30769       0        0     nan |  0.000 % |
0.00/0.42	c |         0 |   70699   260528 |      --       0       --      -- |     --   | -31866/-1963
0.00/0.42	c ==============================================================================
0.00/0.42	c Result  :   #vars: 12802   #clauses: 70699   #literals: 260528
0.00/0.42	c CPU time:   0.412937 s
0.00/0.42	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-3362262-1305301782/watcher-3362262-1305301782 -o /tmp/evaluation-result-3362262-1305301782/solver-3362262-1305301782 -C 40000 -W 5100 -M 31000 manysat.sh HOME/instance-3362262-1305301782.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 3/288 29120
/proc/meminfo: memFree=6443512/32950928 swapFree=67111364/67111528
[pid=29120] ppid=29118 vsize=8700 CPUtime=0 cores=0-7
/proc/29120/stat : 29120 (manysat.sh) S 29118 29120 28839 0 -1 4202496 331 0 0 0 0 0 0 0 23 0 1 0 97787625 8908800 250 33554432000 4194304 4922060 140734234441328 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/29120/statm: 2175 250 209 178 0 68 0

[startup+0.096061 s]
/proc/loadavg: 3.68 3.93 3.90 3/288 29120
/proc/meminfo: memFree=6443512/32950928 swapFree=67111364/67111528
[pid=29120] ppid=29118 vsize=8700 CPUtime=0 cores=0-7
/proc/29120/stat : 29120 (manysat.sh) S 29118 29120 28839 0 -1 4202496 331 0 0 0 0 0 0 0 23 0 1 0 97787625 8908800 250 33554432000 4194304 4922060 140734234441328 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/29120/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.101068 s]
/proc/loadavg: 3.68 3.93 3.90 3/288 29120
/proc/meminfo: memFree=6443512/32950928 swapFree=67111364/67111528
[pid=29120] ppid=29118 vsize=8700 CPUtime=0 cores=0-7
/proc/29120/stat : 29120 (manysat.sh) S 29118 29120 28839 0 -1 4202496 331 0 0 0 0 0 0 0 23 0 1 0 97787625 8908800 250 33554432000 4194304 4922060 140734234441328 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/29120/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.301033 s]
/proc/loadavg: 3.68 3.93 3.90 3/288 29120
/proc/meminfo: memFree=6443512/32950928 swapFree=67111364/67111528
[pid=29120] ppid=29118 vsize=8700 CPUtime=0 cores=0-7
/proc/29120/stat : 29120 (manysat.sh) S 29118 29120 28839 0 -1 4202496 331 0 0 0 0 0 0 0 23 0 1 0 97787625 8908800 250 33554432000 4194304 4922060 140734234441328 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/29120/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.712003 s]
/proc/loadavg: 3.68 3.93 3.90 3/288 29120
/proc/meminfo: memFree=6443512/32950928 swapFree=67111364/67111528
[pid=29120] ppid=29118 vsize=8700 CPUtime=0.47 cores=0-7
/proc/29120/stat : 29120 (manysat.sh) S 29118 29120 28839 0 -1 4202496 357 4454 0 0 0 0 46 1 19 0 1 0 97787625 8908800 253 33554432000 4194304 4922060 140734234441328 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/29120/statm: 2175 253 209 178 0 68 0
Current children cumulated CPU time (s) 0.47
Current children cumulated vsize (KiB) 8700

[startup+1.5008 s]
/proc/loadavg: 3.68 3.93 3.90 5/293 29126
/proc/meminfo: memFree=6412032/32950928 swapFree=67111364/67111528
[pid=29120] ppid=29118 vsize=8700 CPUtime=0.47 cores=0-7
/proc/29120/stat : 29120 (manysat.sh) S 29118 29120 28839 0 -1 4202496 357 4454 0 0 0 0 46 1 19 0 1 0 97787625 8908800 253 33554432000 4194304 4922060 140734234441328 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/29120/statm: 2175 253 209 178 0 68 0
[pid=29123] ppid=29120 vsize=66236 CPUtime=3.72 cores=0-7
/proc/29123/stat : 29123 (manysat1.1_stat) R 29120 29120 28839 0 -1 4202496 8026 0 0 0 363 9 0 0 18 0 4 0 97787674 67825664 7977 33554432000 134512640 135305190 4293927088 18446744073709551615 134695249 0 0 4096 3 18446744073709551615 0 0 17 2 0 0 0
/proc/29123/statm: 16559 7977 84 194 0 16363 0
[pid=29123/tid=29124] ppid=29120 vsize=66236 CPUtime=0.9 cores=0-7
/proc/29123/task/29124/stat : 29124 (manysat1.1_stat) R 29120 29120 28839 0 -1 4202560 606 0 0 0 88 2 0 0 18 0 4 0 97787683 67825664 7977 33554432000 134512640 135305190 4293927088 18446744073709551615 134528341 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=29123/tid=29125] ppid=29120 vsize=66236 CPUtime=0.89 cores=0-7
/proc/29123/task/29125/stat : 29125 (manysat1.1_stat) R 29120 29120 28839 0 -1 4202560 668 0 0 0 88 1 0 0 18 0 4 0 97787683 67825664 7977 33554432000 134512640 135305190 4293927088 18446744073709551615 134695249 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=29123/tid=29126] ppid=29120 vsize=66236 CPUtime=0.9 cores=0-7
/proc/29123/task/29126/stat : 29126 (manysat1.1_stat) R 29120 29120 28839 0 -1 4202560 655 0 0 0 88 2 0 0 18 0 4 0 97787683 67825664 7977 33554432000 134512640 135305190 4293927088 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4.19
Current children cumulated vsize (KiB) 74936

[startup+3.10052 s]
/proc/loadavg: 3.68 3.93 3.90 5/293 29126
/proc/meminfo: memFree=6404096/32950928 swapFree=67111364/67111528
[pid=29120] ppid=29118 vsize=8700 CPUtime=0.47 cores=0-7
/proc/29120/stat : 29120 (manysat.sh) S 29118 29120 28839 0 -1 4202496 357 4454 0 0 0 0 46 1 19 0 1 0 97787625 8908800 253 33554432000 4194304 4922060 140734234441328 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/29120/statm: 2175 253 209 178 0 68 0
[pid=29123] ppid=29120 vsize=74752 CPUtime=10.12 cores=0-7
/proc/29123/stat : 29123 (manysat1.1_stat) R 29120 29120 28839 0 -1 4202496 10373 0 0 0 1001 11 0 0 19 0 4 0 97787674 76546048 10324 33554432000 134512640 135305190 4293927088 18446744073709551615 134528837 0 0 4096 3 18446744073709551615 0 0 17 2 0 0 0
/proc/29123/statm: 18688 10324 84 194 0 18492 0
[pid=29123/tid=29124] ppid=29120 vsize=74752 CPUtime=2.51 cores=0-7
/proc/29123/task/29124/stat : 29124 (manysat1.1_stat) R 29120 29120 28839 0 -1 4202560 1122 0 0 0 248 3 0 0 18 0 4 0 97787683 76546048 10324 33554432000 134512640 135305190 4293927088 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=29123/tid=29125] ppid=29120 vsize=74752 CPUtime=2.5 cores=0-7
/proc/29123/task/29125/stat : 29125 (manysat1.1_stat) R 29120 29120 28839 0 -1 4202560 1243 0 0 0 248 2 0 0 20 0 4 0 97787683 76546048 10324 33554432000 134512640 135305190 4293927088 18446744073709551615 134528768 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=29123/tid=29126] ppid=29120 vsize=74752 CPUtime=2.5 cores=0-7
/proc/29123/task/29126/stat : 29126 (manysat1.1_stat) R 29120 29120 28839 0 -1 4202560 1213 0 0 0 248 2 0 0 18 0 4 0 97787683 76546048 10324 33554432000 134512640 135305190 4293927088 18446744073709551615 134551651 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 10.59
Current children cumulated vsize (KiB) 83452

[startup+6.30096 s]
/proc/loadavg: 3.70 3.93 3.90 5/293 29126
/proc/meminfo: memFree=6391360/32950928 swapFree=67111364/67111528
[pid=29120] ppid=29118 vsize=8700 CPUtime=0.47 cores=0-7
/proc/29120/stat : 29120 (manysat.sh) S 29118 29120 28839 0 -1 4202496 357 4454 0 0 0 0 46 1 19 0 1 0 97787625 8908800 253 33554432000 4194304 4922060 140734234441328 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/29120/statm: 2175 253 209 178 0 68 0
[pid=29123] ppid=29120 vsize=87364 CPUtime=22.9 cores=0-7
/proc/29123/stat : 29123 (manysat1.1_stat) R 29120 29120 28839 0 -1 4202496 13315 0 0 0 2277 13 0 0 18 0 4 0 97787674 89460736 13266 33554432000 134512640 135305190 4293927088 18446744073709551615 134528600 0 0 4096 3 18446744073709551615 0 0 17 2 0 0 0
/proc/29123/statm: 21841 13266 84 194 0 21645 0
[pid=29123/tid=29124] ppid=29120 vsize=87364 CPUtime=5.71 cores=0-7
/proc/29123/task/29124/stat : 29124 (manysat1.1_stat) R 29120 29120 28839 0 -1 4202560 1755 0 0 0 568 3 0 0 18 0 4 0 97787683 89460736 13266 33554432000 134512640 135305190 4293927088 18446744073709551615 134528319 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=29123/tid=29125] ppid=29120 vsize=87364 CPUtime=5.69 cores=0-7
/proc/29123/task/29125/stat : 29125 (manysat1.1_stat) R 29120 29120 28839 0 -1 4202560 2099 0 0 0 567 2 0 0 24 0 4 0 97787683 89460736 13266 33554432000 134512640 135305190 4293927088 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=29123/tid=29126] ppid=29120 vsize=87364 CPUtime=5.7 cores=0-7
/proc/29123/task/29126/stat : 29126 (manysat1.1_stat) R 29120 29120 28839 0 -1 4202560 1844 0 0 0 567 3 0 0 18 0 4 0 97787683 89460736 13266 33554432000 134512640 135305190 4293927088 18446744073709551615 134528252 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 23.37
Current children cumulated vsize (KiB) 96064

[startup+12.7008 s]
/proc/loadavg: 3.73 3.94 3.90 5/293 29126
/proc/meminfo: memFree=6368692/32950928 swapFree=67111364/67111528
[pid=29120] ppid=29118 vsize=8700 CPUtime=0.47 cores=0-7
/proc/29120/stat : 29120 (manysat.sh) S 29118 29120 28839 0 -1 4202496 357 4454 0 0 0 0 46 1 19 0 1 0 97787625 8908800 253 33554432000 4194304 4922060 140734234441328 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/29120/statm: 2175 253 209 178 0 68 0
[pid=29123] ppid=29120 vsize=104908 CPUtime=48.49 cores=0-7
/proc/29123/stat : 29123 (manysat1.1_stat) R 29120 29120 28839 0 -1 4202496 17805 0 0 0 4831 18 0 0 21 0 4 0 97787674 107425792 17756 33554432000 134512640 135305190 4293927088 18446744073709551615 134528408 0 0 4096 3 18446744073709551615 0 0 17 2 0 0 0
/proc/29123/statm: 26227 17756 84 194 0 26031 0
[pid=29123/tid=29124] ppid=29120 vsize=104908 CPUtime=12.11 cores=0-7
/proc/29123/task/29124/stat : 29124 (manysat1.1_stat) R 29120 29120 28839 0 -1 4202560 2746 0 0 0 1207 4 0 0 18 0 4 0 97787683 107425792 17756 33554432000 134512640 135305190 4293927088 18446744073709551615 134528265 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=29123/tid=29125] ppid=29120 vsize=104908 CPUtime=12.09 cores=0-7
/proc/29123/task/29125/stat : 29125 (manysat1.1_stat) R 29120 29120 28839 0 -1 4202560 3289 0 0 0 1205 4 0 0 25 0 4 0 97787683 107425792 17756 33554432000 134512640 135305190 4293927088 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=29123/tid=29126] ppid=29120 vsize=104908 CPUtime=12.1 cores=0-7
/proc/29123/task/29126/stat : 29126 (manysat1.1_stat) R 29120 29120 28839 0 -1 4202560 2983 0 0 0 1206 4 0 0 18 0 4 0 97787683 107425792 17756 33554432000 134512640 135305190 4293927088 18446744073709551615 134528277 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 48.96
Current children cumulated vsize (KiB) 113608

[startup+25.5006 s]
/proc/loadavg: 3.79 3.94 3.90 5/293 29126
/proc/meminfo: memFree=6357172/32950928 swapFree=67111364/67111528
[pid=29120] ppid=29118 vsize=8700 CPUtime=0.47 cores=0-7
/proc/29120/stat : 29120 (manysat.sh) S 29118 29120 28839 0 -1 4202496 357 4454 0 0 0 0 46 1 19 0 1 0 97787625 8908800 253 33554432000 4194304 4922060 140734234441328 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/29120/statm: 2175 253 209 178 0 68 0
[pid=29123] ppid=29120 vsize=117176 CPUtime=99.66 cores=0-7
/proc/29123/stat : 29123 (manysat1.1_stat) R 29120 29120 28839 0 -1 4202496 20907 0 0 0 9944 22 0 0 25 0 4 0 97787674 119988224 20858 33554432000 134512640 135305190 4293927088 18446744073709551615 134839991 0 0 4096 3 18446744073709551615 0 0 17 2 0 0 0
/proc/29123/statm: 29294 20858 84 194 0 29098 0
[pid=29123/tid=29124] ppid=29120 vsize=117176 CPUtime=24.9 cores=0-7
/proc/29123/task/29124/stat : 29124 (manysat1.1_stat) R 29120 29120 28839 0 -1 4202560 3451 0 0 0 2486 4 0 0 18 0 4 0 97787683 119988224 20858 33554432000 134512640 135305190 4293927088 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=29123/tid=29125] ppid=29120 vsize=117176 CPUtime=24.88 cores=0-7
/proc/29123/task/29125/stat : 29125 (manysat1.1_stat) R 29120 29120 28839 0 -1 4202560 4073 0 0 0 2483 5 0 0 25 0 4 0 97787683 119988224 20858 33554432000 134512640 135305190 4293927088 18446744073709551615 134528310 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=29123/tid=29126] ppid=29120 vsize=117176 CPUtime=24.89 cores=0-7
/proc/29123/task/29126/stat : 29126 (manysat1.1_stat) R 29120 29120 28839 0 -1 4202560 3748 0 0 0 2484 5 0 0 18 0 4 0 97787683 119988224 20858 33554432000 134512640 135305190 4293927088 18446744073709551615 134528392 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 100.13
Current children cumulated vsize (KiB) 125876

[startup+51.1011 s]
/proc/loadavg: 3.86 3.94 3.91 5/293 29127
/proc/meminfo: memFree=6328688/32950928 swapFree=67111364/67111528
[pid=29120] ppid=29118 vsize=8700 CPUtime=0.47 cores=0-7
/proc/29120/stat : 29120 (manysat.sh) S 29118 29120 28839 0 -1 4202496 357 4454 0 0 0 0 46 1 19 0 1 0 97787625 8908800 253 33554432000 4194304 4922060 140734234441328 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/29120/statm: 2175 253 209 178 0 68 0
[pid=29123] ppid=29120 vsize=144724 CPUtime=202.01 cores=0-7
/proc/29123/stat : 29123 (manysat1.1_stat) R 29120 29120 28839 0 -1 4202496 27975 0 0 0 20170 31 0 0 20 0 4 0 97787674 148197376 27926 33554432000 134512640 135305190 4293927088 18446744073709551615 134528768 0 0 4096 3 18446744073709551615 0 0 17 2 0 0 0
/proc/29123/statm: 36181 27926 84 194 0 35985 0
[pid=29123/tid=29124] ppid=29120 vsize=144724 CPUtime=50.5 cores=0-7
/proc/29123/task/29124/stat : 29124 (manysat1.1_stat) R 29120 29120 28839 0 -1 4202560 5108 0 0 0 5044 6 0 0 18 0 4 0 97787683 148197376 27926 33554432000 134512640 135305190 4293927088 18446744073709551615 134528329 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=29123/tid=29125] ppid=29120 vsize=144724 CPUtime=50.46 cores=0-7
/proc/29123/task/29125/stat : 29125 (manysat1.1_stat) R 29120 29120 28839 0 -1 4202560 5755 0 0 0 5039 7 0 0 25 0 4 0 97787683 148197376 27926 33554432000 134512640 135305190 4293927088 18446744073709551615 134528263 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=29123/tid=29126] ppid=29120 vsize=144724 CPUtime=50.48 cores=0-7
/proc/29123/task/29126/stat : 29126 (manysat1.1_stat) R 29120 29120 28839 0 -1 4202560 5279 0 0 0 5042 6 0 0 18 0 4 0 97787683 148197376 27926 33554432000 134512640 135305190 4293927088 18446744073709551615 134845104 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 202.48
Current children cumulated vsize (KiB) 153424

[startup+102.311 s]
/proc/loadavg: 3.94 3.95 3.91 5/293 29128
/proc/meminfo: memFree=6291856/32950928 swapFree=67111364/67111528
[pid=29120] ppid=29118 vsize=8700 CPUtime=0.47 cores=0-7
/proc/29120/stat : 29120 (manysat.sh) S 29118 29120 28839 0 -1 4202496 357 4454 0 0 0 0 46 1 19 0 1 0 97787625 8908800 253 33554432000 4194304 4922060 140734234441328 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/29120/statm: 2175 253 209 178 0 68 0
[pid=29123] ppid=29120 vsize=183220 CPUtime=406.76 cores=0-7
/proc/29123/stat : 29123 (manysat1.1_stat) R 29120 29120 28839 0 -1 4202496 37154 0 0 0 40628 48 0 0 25 0 4 0 97787674 187617280 37105 33554432000 134512640 135305190 4293927088 18446744073709551615 134528229 0 0 4096 3 18446744073709551615 0 0 17 0 0 0 0
/proc/29123/statm: 45805 37105 84 194 0 45609 0
[pid=29123/tid=29124] ppid=29120 vsize=183220 CPUtime=101.68 cores=0-7
/proc/29123/task/29124/stat : 29124 (manysat1.1_stat) R 29120 29120 28839 0 -1 4202560 7271 0 0 0 10160 8 0 0 18 0 4 0 97787683 187617280 37105 33554432000 134512640 135305190 4293927088 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=29123/tid=29125] ppid=29120 vsize=183220 CPUtime=101.65 cores=0-7
/proc/29123/task/29125/stat : 29125 (manysat1.1_stat) R 29120 29120 28839 0 -1 4202560 8862 0 0 0 10152 13 0 0 20 0 4 0 97787683 187617280 37105 33554432000 134512640 135305190 4293927088 18446744073709551615 134554276 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=29123/tid=29126] ppid=29120 vsize=183220 CPUtime=101.67 cores=0-7
/proc/29123/task/29126/stat : 29126 (manysat1.1_stat) R 29120 29120 28839 0 -1 4202560 6859 0 0 0 10159 8 0 0 19 0 4 0 97787683 187617280 37105 33554432000 134512640 135305190 4293927088 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 407.23
Current children cumulated vsize (KiB) 191920

[startup+162.3 s]
/proc/loadavg: 3.98 3.95 3.91 5/293 29130
/proc/meminfo: memFree=6243224/32950928 swapFree=67111364/67111528
[pid=29120] ppid=29118 vsize=8700 CPUtime=0.47 cores=0-7
/proc/29120/stat : 29120 (manysat.sh) S 29118 29120 28839 0 -1 4202496 357 4454 0 0 0 0 46 1 19 0 1 0 97787625 8908800 253 33554432000 4194304 4922060 140734234441328 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/29120/statm: 2175 253 209 178 0 68 0
[pid=29123] ppid=29120 vsize=233468 CPUtime=646.67 cores=0-7
/proc/29123/stat : 29123 (manysat1.1_stat) R 29120 29120 28839 0 -1 4202496 49411 0 0 0 64606 61 0 0 25 0 4 0 97787674 239071232 49362 33554432000 134512640 135305190 4293927088 18446744073709551615 134551651 0 0 4096 3 18446744073709551615 0 0 17 0 0 0 0
/proc/29123/statm: 58367 49362 84 194 0 58171 0
[pid=29123/tid=29124] ppid=29120 vsize=233468 CPUtime=161.67 cores=0-7

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

/proc/29123/task/29126/stat : 29126 (manysat1.1_stat) R 29120 29120 28839 0 -1 4202560 47244 0 0 0 466082 62 0 0 25 0 4 0 97787683 1202601984 271135 33554432000 134512640 135305190 4293927088 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 18645.9
Current children cumulated vsize (KiB) 1183116

[startup+4722.31 s]
/proc/loadavg: 4.00 4.00 3.95 5/293 29273
/proc/meminfo: memFree=5351260/32950928 swapFree=67111364/67111528
[pid=29120] ppid=29118 vsize=8700 CPUtime=0.47 cores=0-7
/proc/29120/stat : 29120 (manysat.sh) S 29118 29120 28839 0 -1 4202496 357 4454 0 0 0 0 46 1 19 0 1 0 97787625 8908800 253 33554432000 4194304 4922060 140734234441328 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/29120/statm: 2175 253 209 178 0 68 0
[pid=29123] ppid=29120 vsize=1177416 CPUtime=18885.5 cores=0-7
/proc/29123/stat : 29123 (manysat1.1_stat) R 29120 29120 28839 0 -1 4202496 271717 0 0 0 1888087 460 0 0 25 0 4 0 97787674 1205673984 271647 33554432000 134512640 135305190 4293927088 18446744073709551615 134528298 0 0 4096 3 18446744073709551615 0 0 17 0 0 0 0
/proc/29123/statm: 294354 271647 84 194 0 294158 0
[pid=29123/tid=29124] ppid=29120 vsize=1177416 CPUtime=4721.45 cores=0-7
/proc/29123/task/29124/stat : 29124 (manysat1.1_stat) R 29120 29120 28839 0 -1 4202560 61349 0 0 0 472078 67 0 0 25 0 4 0 97787683 1205673984 271647 33554432000 134512640 135305190 4293927088 18446744073709551615 134528418 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=29123/tid=29125] ppid=29120 vsize=1177416 CPUtime=4721.01 cores=0-7
/proc/29123/task/29125/stat : 29125 (manysat1.1_stat) R 29120 29120 28839 0 -1 4202560 90431 0 0 0 471850 251 0 0 25 0 4 0 97787683 1205673984 271647 33554432000 134512640 135305190 4293927088 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=29123/tid=29126] ppid=29120 vsize=1177416 CPUtime=4721.45 cores=0-7
/proc/29123/task/29126/stat : 29126 (manysat1.1_stat) R 29120 29120 28839 0 -1 4202560 47261 0 0 0 472083 62 0 0 25 0 4 0 97787683 1205673984 271647 33554432000 134512640 135305190 4293927088 18446744073709551615 134528690 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 18885.9
Current children cumulated vsize (KiB) 1186116

[startup+4782.3 s]
/proc/loadavg: 4.00 4.00 3.95 5/293 29274
/proc/meminfo: memFree=5348136/32950928 swapFree=67111364/67111528
[pid=29120] ppid=29118 vsize=8700 CPUtime=0.47 cores=0-7
/proc/29120/stat : 29120 (manysat.sh) S 29118 29120 28839 0 -1 4202496 357 4454 0 0 0 0 46 1 19 0 1 0 97787625 8908800 253 33554432000 4194304 4922060 140734234441328 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/29120/statm: 2175 253 209 178 0 68 0
[pid=29123] ppid=29120 vsize=1179896 CPUtime=19125.4 cores=0-7
/proc/29123/stat : 29123 (manysat1.1_stat) R 29120 29120 28839 0 -1 4202496 272465 0 0 0 1912076 463 0 0 25 0 4 0 97787674 1208213504 272395 33554432000 134512640 135305190 4293927088 18446744073709551615 134538906 0 0 4096 3 18446744073709551615 0 0 17 0 0 0 0
/proc/29123/statm: 294974 272395 84 194 0 294778 0
[pid=29123/tid=29124] ppid=29120 vsize=1179896 CPUtime=4781.45 cores=0-7
/proc/29123/task/29124/stat : 29124 (manysat1.1_stat) R 29120 29120 28839 0 -1 4202560 61491 0 0 0 478077 68 0 0 25 0 4 0 97787683 1208213504 272395 33554432000 134512640 135305190 4293927088 18446744073709551615 134528536 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=29123/tid=29125] ppid=29120 vsize=1179896 CPUtime=4781 cores=0-7
/proc/29123/task/29125/stat : 29125 (manysat1.1_stat) R 29120 29120 28839 0 -1 4202560 90982 0 0 0 477846 254 0 0 25 0 4 0 97787683 1208213504 272395 33554432000 134512640 135305190 4293927088 18446744073709551615 134528248 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=29123/tid=29126] ppid=29120 vsize=1179896 CPUtime=4781.44 cores=0-7
/proc/29123/task/29126/stat : 29126 (manysat1.1_stat) R 29120 29120 28839 0 -1 4202560 47306 0 0 0 478081 63 0 0 22 0 4 0 97787683 1208213504 272395 33554432000 134512640 135305190 4293927088 18446744073709551615 134528503 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 19125.9
Current children cumulated vsize (KiB) 1188596

[startup+4842.3 s]
/proc/loadavg: 4.00 4.00 3.95 5/293 29276
/proc/meminfo: memFree=5347872/32950928 swapFree=67111364/67111528
[pid=29120] ppid=29118 vsize=8700 CPUtime=0.47 cores=0-7
/proc/29120/stat : 29120 (manysat.sh) S 29118 29120 28839 0 -1 4202496 357 4454 0 0 0 0 46 1 19 0 1 0 97787625 8908800 253 33554432000 4194304 4922060 140734234441328 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/29120/statm: 2175 253 209 178 0 68 0
[pid=29123] ppid=29120 vsize=1180112 CPUtime=19365.4 cores=0-7
/proc/29123/stat : 29123 (manysat1.1_stat) R 29120 29120 28839 0 -1 4202496 272504 0 0 0 1936071 465 0 0 25 0 4 0 97787674 1208434688 272434 33554432000 134512640 135305190 4293927088 18446744073709551615 134528410 0 0 4096 3 18446744073709551615 0 0 17 0 0 0 0
/proc/29123/statm: 295028 272434 84 194 0 294832 0
[pid=29123/tid=29124] ppid=29120 vsize=1180112 CPUtime=4841.45 cores=0-7
/proc/29123/task/29124/stat : 29124 (manysat1.1_stat) R 29120 29120 28839 0 -1 4202560 61491 0 0 0 484077 68 0 0 25 0 4 0 97787683 1208434688 272434 33554432000 134512640 135305190 4293927088 18446744073709551615 134528248 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=29123/tid=29125] ppid=29120 vsize=1180112 CPUtime=4840.99 cores=0-7
/proc/29123/task/29125/stat : 29125 (manysat1.1_stat) R 29120 29120 28839 0 -1 4202560 91010 0 0 0 483845 254 0 0 25 0 4 0 97787683 1208434688 272434 33554432000 134512640 135305190 4293927088 18446744073709551615 134551651 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=29123/tid=29126] ppid=29120 vsize=1180112 CPUtime=4841.45 cores=0-7
/proc/29123/task/29126/stat : 29126 (manysat1.1_stat) R 29120 29120 28839 0 -1 4202560 47317 0 0 0 484082 63 0 0 25 0 4 0 97787683 1208434688 272434 33554432000 134512640 135305190 4293927088 18446744073709551615 134528480 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 19365.8
Current children cumulated vsize (KiB) 1188812

[startup+4902.3 s]
/proc/loadavg: 4.00 4.00 3.95 5/293 29277
/proc/meminfo: memFree=5345008/32950928 swapFree=67111364/67111528
[pid=29120] ppid=29118 vsize=8700 CPUtime=0.47 cores=0-7
/proc/29120/stat : 29120 (manysat.sh) S 29118 29120 28839 0 -1 4202496 357 4454 0 0 0 0 46 1 19 0 1 0 97787625 8908800 253 33554432000 4194304 4922060 140734234441328 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/29120/statm: 2175 253 209 178 0 68 0
[pid=29123] ppid=29120 vsize=1184060 CPUtime=19605.3 cores=0-7
/proc/29123/stat : 29123 (manysat1.1_stat) R 29120 29120 28839 0 -1 4202496 273248 0 0 0 1960068 467 0 0 25 0 4 0 97787674 1212477440 273178 33554432000 134512640 135305190 4293927088 18446744073709551615 134528768 0 0 4096 3 18446744073709551615 0 0 17 0 0 0 0
/proc/29123/statm: 296015 273178 84 194 0 295819 0
[pid=29123/tid=29124] ppid=29120 vsize=1184060 CPUtime=4901.45 cores=0-7
/proc/29123/task/29124/stat : 29124 (manysat1.1_stat) R 29120 29120 28839 0 -1 4202560 61548 0 0 0 490077 68 0 0 25 0 4 0 97787683 1212477440 273178 33554432000 134512640 135305190 4293927088 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=29123/tid=29125] ppid=29120 vsize=1184060 CPUtime=4900.98 cores=0-7
/proc/29123/task/29125/stat : 29125 (manysat1.1_stat) R 29120 29120 28839 0 -1 4202560 91550 0 0 0 489842 256 0 0 25 0 4 0 97787683 1212477440 273178 33554432000 134512640 135305190 4293927088 18446744073709551615 134553513 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=29123/tid=29126] ppid=29120 vsize=1184060 CPUtime=4901.45 cores=0-7
/proc/29123/task/29126/stat : 29126 (manysat1.1_stat) R 29120 29120 28839 0 -1 4202560 47345 0 0 0 490082 63 0 0 25 0 4 0 97787683 1212477440 273178 33554432000 134512640 135305190 4293927088 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 19605.8
Current children cumulated vsize (KiB) 1192760

[startup+4962.3 s]
/proc/loadavg: 4.08 4.02 3.96 5/293 29279
/proc/meminfo: memFree=5344880/32950928 swapFree=67111364/67111528
[pid=29120] ppid=29118 vsize=8700 CPUtime=0.47 cores=0-7
/proc/29120/stat : 29120 (manysat.sh) S 29118 29120 28839 0 -1 4202496 357 4454 0 0 0 0 46 1 19 0 1 0 97787625 8908800 253 33554432000 4194304 4922060 140734234441328 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/29120/statm: 2175 253 209 178 0 68 0
[pid=29123] ppid=29120 vsize=1184312 CPUtime=19845.3 cores=0-7
/proc/29123/stat : 29123 (manysat1.1_stat) R 29120 29120 28839 0 -1 4202496 273310 0 0 0 1984066 468 0 0 25 0 4 0 97787674 1212735488 273240 33554432000 134512640 135305190 4293927088 18446744073709551615 134528252 0 0 4096 3 18446744073709551615 0 0 17 0 0 0 0
/proc/29123/statm: 296078 273240 84 194 0 295882 0
[pid=29123/tid=29124] ppid=29120 vsize=1184312 CPUtime=4961.45 cores=0-7
/proc/29123/task/29124/stat : 29124 (manysat1.1_stat) R 29120 29120 28839 0 -1 4202560 61593 0 0 0 496077 68 0 0 25 0 4 0 97787683 1212735488 273240 33554432000 134512640 135305190 4293927088 18446744073709551615 134528503 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=29123/tid=29125] ppid=29120 vsize=1184312 CPUtime=4960.96 cores=0-7
/proc/29123/task/29125/stat : 29125 (manysat1.1_stat) R 29120 29120 28839 0 -1 4202560 91550 0 0 0 495840 256 0 0 25 0 4 0 97787683 1212735488 273240 33554432000 134512640 135305190 4293927088 18446744073709551615 134528410 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=29123/tid=29126] ppid=29120 vsize=1184312 CPUtime=4961.44 cores=0-7
/proc/29123/task/29126/stat : 29126 (manysat1.1_stat) R 29120 29120 28839 0 -1 4202560 47362 0 0 0 496081 63 0 0 25 0 4 0 97787683 1212735488 273240 33554432000 134512640 135305190 4293927088 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 19845.8
Current children cumulated vsize (KiB) 1193012

[startup+5022.3 s]
/proc/loadavg: 4.03 4.01 3.96 5/293 29284
/proc/meminfo: memFree=5340728/32950928 swapFree=67111364/67111528
[pid=29120] ppid=29118 vsize=8700 CPUtime=0.47 cores=0-7
/proc/29120/stat : 29120 (manysat.sh) S 29118 29120 28839 0 -1 4202496 357 4454 0 0 0 0 46 1 19 0 1 0 97787625 8908800 253 33554432000 4194304 4922060 140734234441328 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/29120/statm: 2175 253 209 178 0 68 0
[pid=29123] ppid=29120 vsize=1187140 CPUtime=20085.3 cores=0-7
/proc/29123/stat : 29123 (manysat1.1_stat) R 29120 29120 28839 0 -1 4202496 274102 0 0 0 2008065 469 0 0 25 0 4 0 97787674 1215631360 274032 33554432000 134512640 135305190 4293927088 18446744073709551615 134528406 0 0 4096 3 18446744073709551615 0 0 17 0 0 0 0
/proc/29123/statm: 296785 274032 84 194 0 296589 0
[pid=29123/tid=29124] ppid=29120 vsize=1187140 CPUtime=5021.45 cores=0-7
/proc/29123/task/29124/stat : 29124 (manysat1.1_stat) R 29120 29120 28839 0 -1 4202560 62301 0 0 0 502076 69 0 0 25 0 4 0 97787683 1215631360 274032 33554432000 134512640 135305190 4293927088 18446744073709551615 134528406 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=29123/tid=29125] ppid=29120 vsize=1187140 CPUtime=5020.96 cores=0-7
/proc/29123/task/29125/stat : 29125 (manysat1.1_stat) R 29120 29120 28839 0 -1 4202560 91613 0 0 0 501840 256 0 0 25 0 4 0 97787683 1215631360 274032 33554432000 134512640 135305190 4293927088 18446744073709551615 134528600 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=29123/tid=29126] ppid=29120 vsize=1187140 CPUtime=5021.45 cores=0-7
/proc/29123/task/29126/stat : 29126 (manysat1.1_stat) R 29120 29120 28839 0 -1 4202560 47383 0 0 0 502082 63 0 0 25 0 4 0 97787683 1215631360 274032 33554432000 134512640 135305190 4293927088 18446744073709551615 134528252 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 20085.8
Current children cumulated vsize (KiB) 1195840

[startup+5082.3 s]
/proc/loadavg: 4.01 4.00 3.96 5/293 29285
/proc/meminfo: memFree=5339348/32950928 swapFree=67111364/67111528
[pid=29120] ppid=29118 vsize=8700 CPUtime=0.47 cores=0-7
/proc/29120/stat : 29120 (manysat.sh) S 29118 29120 28839 0 -1 4202496 357 4454 0 0 0 0 46 1 19 0 1 0 97787625 8908800 253 33554432000 4194304 4922060 140734234441328 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/29120/statm: 2175 253 209 178 0 68 0
[pid=29123] ppid=29120 vsize=1188628 CPUtime=20325.3 cores=0-7
/proc/29123/stat : 29123 (manysat1.1_stat) R 29120 29120 28839 0 -1 4202496 274468 0 0 0 2032064 470 0 0 25 0 4 0 97787674 1217155072 274398 33554432000 134512640 135305190 4293927088 18446744073709551615 134528298 0 0 4096 3 18446744073709551615 0 0 17 0 0 0 0
/proc/29123/statm: 297157 274398 84 194 0 296961 0
[pid=29123/tid=29124] ppid=29120 vsize=1188628 CPUtime=5081.46 cores=0-7
/proc/29123/task/29124/stat : 29124 (manysat1.1_stat) R 29120 29120 28839 0 -1 4202560 62312 0 0 0 508077 69 0 0 25 0 4 0 97787683 1217155072 274398 33554432000 134512640 135305190 4293927088 18446744073709551615 134528418 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=29123/tid=29125] ppid=29120 vsize=1188628 CPUtime=5080.95 cores=0-7
/proc/29123/task/29125/stat : 29125 (manysat1.1_stat) R 29120 29120 28839 0 -1 4202560 91809 0 0 0 507838 257 0 0 25 0 4 0 97787683 1217155072 274398 33554432000 134512640 135305190 4293927088 18446744073709551615 134528503 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=29123/tid=29126] ppid=29120 vsize=1188628 CPUtime=5081.45 cores=0-7
/proc/29123/task/29126/stat : 29126 (manysat1.1_stat) R 29120 29120 28839 0 -1 4202560 47519 0 0 0 508082 63 0 0 25 0 4 0 97787683 1217155072 274398 33554432000 134512640 135305190 4293927088 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 20325.8
Current children cumulated vsize (KiB) 1197328



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+5100 s]
/proc/loadavg: 4.00 4.00 3.96 5/293 29286
/proc/meminfo: memFree=5338968/32950928 swapFree=67111364/67111528
[pid=29120] ppid=29118 vsize=8700 CPUtime=0.47 cores=0-7
/proc/29120/stat : 29120 (manysat.sh) S 29118 29120 28839 0 -1 4202496 357 4454 0 0 0 0 46 1 19 0 1 0 97787625 8908800 253 33554432000 4194304 4922060 140734234441328 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/29120/statm: 2175 253 209 178 0 68 0
[pid=29123] ppid=29120 vsize=1189156 CPUtime=20396.2 cores=0-7
/proc/29123/stat : 29123 (manysat1.1_stat) R 29120 29120 28839 0 -1 4202496 274585 0 0 0 2039148 470 0 0 25 0 4 0 97787674 1217695744 274515 33554432000 134512640 135305190 4293927088 18446744073709551615 134528298 0 0 4096 3 18446744073709551615 0 0 17 0 0 0 0
/proc/29123/statm: 297289 274515 84 194 0 297093 0
[pid=29123/tid=29124] ppid=29120 vsize=1189156 CPUtime=5099.16 cores=0-7
/proc/29123/task/29124/stat : 29124 (manysat1.1_stat) R 29120 29120 28839 0 -1 4202560 62323 0 0 0 509847 69 0 0 25 0 4 0 97787683 1217695744 274515 33554432000 134512640 135305190 4293927088 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=29123/tid=29125] ppid=29120 vsize=1189156 CPUtime=5098.67 cores=0-7
/proc/29123/task/29125/stat : 29125 (manysat1.1_stat) R 29120 29120 28839 0 -1 4202560 91853 0 0 0 509609 258 0 0 25 0 4 0 97787683 1217695744 274515 33554432000 134512640 135305190 4293927088 18446744073709551615 134531046 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=29123/tid=29126] ppid=29120 vsize=1189156 CPUtime=5099.16 cores=0-7
/proc/29123/task/29126/stat : 29126 (manysat1.1_stat) R 29120 29120 28839 0 -1 4202560 47581 0 0 0 509853 63 0 0 25 0 4 0 97787683 1217695744 274515 33554432000 134512640 135305190 4293927088 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 20396.7
Current children cumulated vsize (KiB) 1197856

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 29120 and gives
#  childrusage.ru_utime.tv_sec=0
#  childrusage.ru_utime.tv_usec=462929
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=19996
# CPU time returned by wait4() is 0.482925
# while last known CPU time is 20396.7
#
# 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): 20396.7
CPU user time (s): 20391.9
CPU system time (s): 4.71
CPU usage (%): 399.933
Max. virtual memory (cumulated for all children) (KiB): 1197856

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.462929
system time used= 0.019996
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 4811
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 6
involuntary context switches= 5

runsolver used 13.7599 second user time and 32.616 second system time

The end

Launcher Data

Begin job on node112 at 2011-05-13 17:49:42
IDJOB=3362262
IDBENCH=83134
IDSOLVER=1839
FILE ID=node112/3362262-1305301782
RUNJOBID= node112-1305296396-28853
PBS_JOBID= 13321441
Free space on /tmp= 40544 MiB

SOLVER NAME= ManySAT 1.1 aimd 1/2009-03-20 (4 threads)
BENCH NAME= SAT11/application/fuhs/slp-synthesis-AES/slp-synthesis-aes-bottom17.cnf
COMMAND LINE= manysat.sh BENCHNAME aimd 1
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3362262-1305301782/watcher-3362262-1305301782 -o /tmp/evaluation-result-3362262-1305301782/solver-3362262-1305301782 -C 40000 -W 5100 -M 31000  manysat.sh HOME/instance-3362262-1305301782.cnf aimd 1

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

MD5SUM BENCH= a6df2ce216327c64a0156683acb72fc2
RANDOM SEED=1787235454

node112.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.847
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.69
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.847
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	: 5180.45
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.847
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.76
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.847
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.847
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.61
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.847
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.83
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.847
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.847
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:       6443792 kB
Buffers:        243436 kB
Cached:       12036164 kB
SwapCached:          0 kB
Active:       17597040 kB
Inactive:      8438228 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:       6443792 kB
SwapTotal:    67111528 kB
SwapFree:     67111364 kB
Dirty:            3144 kB
Writeback:           0 kB
AnonPages:    13756472 kB
Mapped:          21028 kB
Slab:           366008 kB
PageTables:      41928 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 34985032 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= 40536 MiB
End job on node112 at 2011-05-13 19:14:44