Trace number 3362228

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) 20392.5 5100.03

General information on the benchmark

Nameapplication/fuhs/slp-synthesis-AES/
slp-synthesis-aes-bottom25.cnf
MD5SUMc40bd543dad558d19995fef4fd742233
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 variables67777
Number of clauses227761
Sum of the clauses size582177
Maximum clause length2084
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2115213
Number of clauses of size 3111398
Number of clauses of size 4324
Number of clauses of size 523
Number of clauses of size over 5802

Solver Data

0.00/0.00	c Parsing...
0.00/0.10	c ==============================================================================
0.00/0.10	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.10	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.10	c ==============================================================================
0.00/0.10	c |         0 |  213453   549195 |   64035       0        0     nan |  0.000 % |
0.00/0.90	c |         0 |  149114   554238 |      --       0       --      -- |     --   | -64339/5043
0.00/0.90	c ==============================================================================
0.00/0.90	c Result  :   #vars: 26891   #clauses: 149114   #literals: 554238
0.00/0.90	c CPU time:   0.875866 s
0.00/0.90	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-3362228-1305301443/watcher-3362228-1305301443 -o /tmp/evaluation-result-3362228-1305301443/solver-3362228-1305301443 -C 40000 -W 5100 -M 31000 manysat.sh HOME/instance-3362228-1305301443.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: 4.01 3.99 3.91 2/351 8271
/proc/meminfo: memFree=25741352/32950928 swapFree=38710892/67111528
[pid=8271] ppid=8269 vsize=8700 CPUtime=0 cores=0-7
/proc/8271/stat : 8271 (manysat.sh) S 8269 8271 7897 0 -1 4202496 329 0 0 0 0 0 0 0 24 0 1 0 720375007 8908800 250 33554432000 4194304 4922060 140735831054720 18446744073709551615 251367365765 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/8271/statm: 2175 250 209 178 0 68 0

[startup+0.0991009 s]
/proc/loadavg: 4.01 3.99 3.91 2/351 8271
/proc/meminfo: memFree=25741352/32950928 swapFree=38710892/67111528
[pid=8271] ppid=8269 vsize=8700 CPUtime=0 cores=0-7
/proc/8271/stat : 8271 (manysat.sh) S 8269 8271 7897 0 -1 4202496 329 0 0 0 0 0 0 0 24 0 1 0 720375007 8908800 250 33554432000 4194304 4922060 140735831054720 18446744073709551615 251367365765 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/8271/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.101102 s]
/proc/loadavg: 4.01 3.99 3.91 2/351 8271
/proc/meminfo: memFree=25741352/32950928 swapFree=38710892/67111528
[pid=8271] ppid=8269 vsize=8700 CPUtime=0 cores=0-7
/proc/8271/stat : 8271 (manysat.sh) S 8269 8271 7897 0 -1 4202496 329 0 0 0 0 0 0 0 24 0 1 0 720375007 8908800 250 33554432000 4194304 4922060 140735831054720 18446744073709551615 251367365765 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/8271/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.301064 s]
/proc/loadavg: 4.01 3.99 3.91 2/351 8271
/proc/meminfo: memFree=25741352/32950928 swapFree=38710892/67111528
[pid=8271] ppid=8269 vsize=8700 CPUtime=0 cores=0-7
/proc/8271/stat : 8271 (manysat.sh) S 8269 8271 7897 0 -1 4202496 329 0 0 0 0 0 0 0 24 0 1 0 720375007 8908800 250 33554432000 4194304 4922060 140735831054720 18446744073709551615 251367365765 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/8271/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.700989 s]
/proc/loadavg: 4.01 3.99 3.91 2/351 8271
/proc/meminfo: memFree=25741352/32950928 swapFree=38710892/67111528
[pid=8271] ppid=8269 vsize=8700 CPUtime=0 cores=0-7
/proc/8271/stat : 8271 (manysat.sh) S 8269 8271 7897 0 -1 4202496 329 0 0 0 0 0 0 0 24 0 1 0 720375007 8908800 250 33554432000 4194304 4922060 140735831054720 18446744073709551615 251367365765 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/8271/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50075 s]
/proc/loadavg: 3.77 3.94 3.90 2/353 8273
/proc/meminfo: memFree=25699308/32950928 swapFree=38710892/67111528
[pid=8271] ppid=8269 vsize=8700 CPUtime=1.01 cores=0-7
/proc/8271/stat : 8271 (manysat.sh) S 8269 8271 7897 0 -1 4202496 356 9682 0 0 0 0 98 3 18 0 1 0 720375007 8908800 253 33554432000 4194304 4922060 140735831054720 18446744073709551615 251367365765 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/8271/statm: 2175 253 209 178 0 68 0
Current children cumulated CPU time (s) 1.01
Current children cumulated vsize (KiB) 8700

[startup+3.10052 s]
/proc/loadavg: 3.77 3.94 3.90 5/356 8277
/proc/meminfo: memFree=25675524/32950928 swapFree=38710892/67111528
[pid=8271] ppid=8269 vsize=8700 CPUtime=1.01 cores=0-7
/proc/8271/stat : 8271 (manysat.sh) S 8269 8271 7897 0 -1 4202496 356 9682 0 0 0 0 98 3 18 0 1 0 720375007 8908800 253 33554432000 4194304 4922060 140735831054720 18446744073709551615 251367365765 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/8271/statm: 2175 253 209 178 0 68 0
[pid=8274] ppid=8271 vsize=95692 CPUtime=7.66 cores=0-7
/proc/8274/stat : 8274 (manysat1.1_stat) R 8271 8271 7897 0 -1 4202496 15292 0 0 0 749 17 0 0 18 0 4 0 720375109 97988608 15246 33554432000 134512640 135305190 4287680096 18446744073709551615 134528298 0 0 4096 3 18446744073709551615 0 0 17 5 0 0 0
/proc/8274/statm: 23923 15246 84 194 0 23727 0
[pid=8274/tid=8275] ppid=8271 vsize=95692 CPUtime=1.87 cores=0-7
/proc/8274/task/8275/stat : 8275 (manysat1.1_stat) R 8271 8271 7897 0 -1 4202560 937 0 0 0 184 3 0 0 17 0 4 0 720375128 97988608 15246 33554432000 134512640 135305190 4287680096 18446744073709551615 134528157 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=8274/tid=8276] ppid=8271 vsize=95692 CPUtime=1.86 cores=0-7
/proc/8274/task/8276/stat : 8276 (manysat1.1_stat) R 8271 8271 7897 0 -1 4202560 1124 0 0 0 182 4 0 0 18 0 4 0 720375128 97988608 15246 33554432000 134512640 135305190 4287680096 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 2 0 0 0
[pid=8274/tid=8277] ppid=8271 vsize=95692 CPUtime=1.87 cores=0-7
/proc/8274/task/8277/stat : 8277 (manysat1.1_stat) R 8271 8271 7897 0 -1 4202560 1252 0 0 0 183 4 0 0 18 0 4 0 720375128 97988608 15246 33554432000 134512640 135305190 4287680096 18446744073709551615 134840070 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 8.67
Current children cumulated vsize (KiB) 104392

[startup+6.30093 s]
/proc/loadavg: 3.77 3.94 3.90 5/356 8277
/proc/meminfo: memFree=25659776/32950928 swapFree=38710892/67111528
[pid=8271] ppid=8269 vsize=8700 CPUtime=1.01 cores=0-7
/proc/8271/stat : 8271 (manysat.sh) S 8269 8271 7897 0 -1 4202496 356 9682 0 0 0 0 98 3 18 0 1 0 720375007 8908800 253 33554432000 4194304 4922060 140735831054720 18446744073709551615 251367365765 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/8271/statm: 2175 253 209 178 0 68 0
[pid=8274] ppid=8271 vsize=107196 CPUtime=20.46 cores=0-7
/proc/8274/stat : 8274 (manysat1.1_stat) R 8271 8271 7897 0 -1 4202496 18244 0 0 0 2026 20 0 0 18 0 4 0 720375109 109768704 18198 33554432000 134512640 135305190 4287680096 18446744073709551615 134528319 0 0 4096 3 18446744073709551615 0 0 17 5 0 0 0
/proc/8274/statm: 26799 18198 84 194 0 26603 0
[pid=8274/tid=8275] ppid=8271 vsize=107196 CPUtime=5.06 cores=0-7
/proc/8274/task/8275/stat : 8275 (manysat1.1_stat) R 8271 8271 7897 0 -1 4202560 1338 0 0 0 503 3 0 0 20 0 4 0 720375128 109768704 18198 33554432000 134512640 135305190 4287680096 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=8274/tid=8276] ppid=8271 vsize=107196 CPUtime=5.06 cores=0-7
/proc/8274/task/8276/stat : 8276 (manysat1.1_stat) R 8271 8271 7897 0 -1 4202560 1968 0 0 0 501 5 0 0 18 0 4 0 720375128 109768704 18198 33554432000 134512640 135305190 4287680096 18446744073709551615 134528189 0 0 4096 3 0 0 0 -1 2 0 0 0
[pid=8274/tid=8277] ppid=8271 vsize=107196 CPUtime=5.06 cores=0-7
/proc/8274/task/8277/stat : 8277 (manysat1.1_stat) R 8271 8271 7897 0 -1 4202560 2068 0 0 0 502 4 0 0 18 0 4 0 720375128 109768704 18198 33554432000 134512640 135305190 4287680096 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 21.47
Current children cumulated vsize (KiB) 115896

[startup+12.7007 s]
/proc/loadavg: 3.80 3.94 3.90 5/356 8277
/proc/meminfo: memFree=25639332/32950928 swapFree=38710892/67111528
[pid=8271] ppid=8269 vsize=8700 CPUtime=1.01 cores=0-7
/proc/8271/stat : 8271 (manysat.sh) S 8269 8271 7897 0 -1 4202496 356 9682 0 0 0 0 98 3 18 0 1 0 720375007 8908800 253 33554432000 4194304 4922060 140735831054720 18446744073709551615 251367365765 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/8271/statm: 2175 253 209 178 0 68 0
[pid=8274] ppid=8271 vsize=129320 CPUtime=46.04 cores=0-7
/proc/8274/stat : 8274 (manysat1.1_stat) R 8271 8271 7897 0 -1 4202496 23912 0 0 0 4581 23 0 0 18 0 4 0 720375109 132423680 23866 33554432000 134512640 135305190 4287680096 18446744073709551615 134528263 0 0 4096 3 18446744073709551615 0 0 17 5 0 0 0
/proc/8274/statm: 32330 23866 84 194 0 32134 0
[pid=8274/tid=8275] ppid=8271 vsize=129320 CPUtime=11.46 cores=0-7
/proc/8274/task/8275/stat : 8275 (manysat1.1_stat) R 8271 8271 7897 0 -1 4202560 2284 0 0 0 1143 3 0 0 25 0 4 0 720375128 132423680 23866 33554432000 134512640 135305190 4287680096 18446744073709551615 134528536 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=8274/tid=8276] ppid=8271 vsize=129320 CPUtime=11.46 cores=0-7
/proc/8274/task/8276/stat : 8276 (manysat1.1_stat) R 8271 8271 7897 0 -1 4202560 3522 0 0 0 1139 7 0 0 18 0 4 0 720375128 132423680 23866 33554432000 134512640 135305190 4287680096 18446744073709551615 134528794 0 0 4096 3 0 0 0 -1 2 0 0 0
[pid=8274/tid=8277] ppid=8271 vsize=129320 CPUtime=11.45 cores=0-7
/proc/8274/task/8277/stat : 8277 (manysat1.1_stat) R 8271 8271 7897 0 -1 4202560 3617 0 0 0 1140 5 0 0 18 0 4 0 720375128 132423680 23866 33554432000 134512640 135305190 4287680096 18446744073709551615 134542013 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 47.05
Current children cumulated vsize (KiB) 138020

[startup+25.5004 s]
/proc/loadavg: 3.83 3.94 3.90 5/356 8278
/proc/meminfo: memFree=25607956/32950928 swapFree=38710892/67111528
[pid=8271] ppid=8269 vsize=8700 CPUtime=1.01 cores=0-7
/proc/8271/stat : 8271 (manysat.sh) S 8269 8271 7897 0 -1 4202496 356 9682 0 0 0 0 98 3 18 0 1 0 720375007 8908800 253 33554432000 4194304 4922060 140735831054720 18446744073709551615 251367365765 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/8271/statm: 2175 253 209 178 0 68 0
[pid=8274] ppid=8271 vsize=160564 CPUtime=97.22 cores=0-7
/proc/8274/stat : 8274 (manysat1.1_stat) R 8271 8271 7897 0 -1 4202496 31393 0 0 0 9693 29 0 0 18 0 4 0 720375109 164417536 31347 33554432000 134512640 135305190 4287680096 18446744073709551615 134843311 0 0 4096 3 18446744073709551615 0 0 17 5 0 0 0
/proc/8274/statm: 40141 31347 84 194 0 39945 0
[pid=8274/tid=8275] ppid=8271 vsize=160564 CPUtime=24.26 cores=0-7
/proc/8274/task/8275/stat : 8275 (manysat1.1_stat) R 8271 8271 7897 0 -1 4202560 3613 0 0 0 2422 4 0 0 25 0 4 0 720375128 164417536 31347 33554432000 134512640 135305190 4287680096 18446744073709551615 134528235 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=8274/tid=8276] ppid=8271 vsize=160564 CPUtime=24.26 cores=0-7
/proc/8274/task/8276/stat : 8276 (manysat1.1_stat) R 8271 8271 7897 0 -1 4202560 5730 0 0 0 2417 9 0 0 18 0 4 0 720375128 164417536 31347 33554432000 134512640 135305190 4287680096 18446744073709551615 134528418 0 0 4096 3 0 0 0 -1 2 0 0 0
[pid=8274/tid=8277] ppid=8271 vsize=160564 CPUtime=24.25 cores=0-7
/proc/8274/task/8277/stat : 8277 (manysat1.1_stat) R 8271 8271 7897 0 -1 4202560 5555 0 0 0 2418 7 0 0 18 0 4 0 720375128 164417536 31347 33554432000 134512640 135305190 4287680096 18446744073709551615 134528379 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 98.23
Current children cumulated vsize (KiB) 169264

[startup+51.1006 s]
/proc/loadavg: 3.89 3.94 3.90 5/356 8279
/proc/meminfo: memFree=25558128/32950928 swapFree=38710892/67111528
[pid=8271] ppid=8269 vsize=8700 CPUtime=1.01 cores=0-7
/proc/8271/stat : 8271 (manysat.sh) S 8269 8271 7897 0 -1 4202496 356 9682 0 0 0 0 98 3 18 0 1 0 720375007 8908800 253 33554432000 4194304 4922060 140735831054720 18446744073709551615 251367365765 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/8271/statm: 2175 253 209 178 0 68 0
[pid=8274] ppid=8271 vsize=212188 CPUtime=199.59 cores=0-7
/proc/8274/stat : 8274 (manysat1.1_stat) R 8271 8271 7897 0 -1 4202496 44441 0 0 0 19918 41 0 0 18 0 4 0 720375109 217280512 44395 33554432000 134512640 135305190 4287680096 18446744073709551615 134528805 0 0 4096 3 18446744073709551615 0 0 17 5 0 0 0
/proc/8274/statm: 53047 44395 84 194 0 52851 0
[pid=8274/tid=8275] ppid=8271 vsize=212188 CPUtime=49.85 cores=0-7
/proc/8274/task/8275/stat : 8275 (manysat1.1_stat) R 8271 8271 7897 0 -1 4202560 5861 0 0 0 4979 6 0 0 25 0 4 0 720375128 217280512 44395 33554432000 134512640 135305190 4287680096 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=8274/tid=8276] ppid=8271 vsize=212188 CPUtime=49.85 cores=0-7
/proc/8274/task/8276/stat : 8276 (manysat1.1_stat) R 8271 8271 7897 0 -1 4202560 9626 0 0 0 4971 14 0 0 18 0 4 0 720375128 217280512 44395 33554432000 134512640 135305190 4287680096 18446744073709551615 134528189 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=8274/tid=8277] ppid=8271 vsize=212188 CPUtime=49.84 cores=0-7
/proc/8274/task/8277/stat : 8277 (manysat1.1_stat) R 8271 8271 7897 0 -1 4202560 8830 0 0 0 4975 9 0 0 18 0 4 0 720375128 217280512 44395 33554432000 134512640 135305190 4287680096 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 200.6
Current children cumulated vsize (KiB) 220888

[startup+102.313 s]
/proc/loadavg: 3.95 3.95 3.91 5/356 8280
/proc/meminfo: memFree=25504904/32950928 swapFree=38710892/67111528
[pid=8271] ppid=8269 vsize=8700 CPUtime=1.01 cores=0-7
/proc/8271/stat : 8271 (manysat.sh) S 8269 8271 7897 0 -1 4202496 356 9682 0 0 0 0 98 3 18 0 1 0 720375007 8908800 253 33554432000 4194304 4922060 140735831054720 18446744073709551615 251367365765 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/8271/statm: 2175 253 209 178 0 68 0
[pid=8274] ppid=8271 vsize=262768 CPUtime=404.35 cores=0-7
/proc/8274/stat : 8274 (manysat1.1_stat) R 8271 8271 7897 0 -1 4202496 57126 0 0 0 40375 60 0 0 18 0 4 0 720375109 269074432 57080 33554432000 134512640 135305190 4287680096 18446744073709551615 134546059 0 0 4096 3 18446744073709551615 0 0 17 5 0 0 0
/proc/8274/statm: 65692 57080 84 194 0 65496 0
[pid=8274/tid=8275] ppid=8271 vsize=262768 CPUtime=101.04 cores=0-7
/proc/8274/task/8275/stat : 8275 (manysat1.1_stat) R 8271 8271 7897 0 -1 4202560 8402 0 0 0 10093 11 0 0 25 0 4 0 720375128 269074432 57080 33554432000 134512640 135305190 4287680096 18446744073709551615 134551833 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=8274/tid=8276] ppid=8271 vsize=262768 CPUtime=101.03 cores=0-7
/proc/8274/task/8276/stat : 8276 (manysat1.1_stat) R 8271 8271 7897 0 -1 4202560 13037 0 0 0 10083 20 0 0 25 0 4 0 720375128 269074432 57080 33554432000 134512640 135305190 4287680096 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=8274/tid=8277] ppid=8271 vsize=262768 CPUtime=101.03 cores=0-7
/proc/8274/task/8277/stat : 8277 (manysat1.1_stat) R 8271 8271 7897 0 -1 4202560 11984 0 0 0 10090 13 0 0 20 0 4 0 720375128 269074432 57080 33554432000 134512640 135305190 4287680096 18446744073709551615 134528223 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 405.36
Current children cumulated vsize (KiB) 271468

[startup+162.301 s]
/proc/loadavg: 3.98 3.95 3.91 5/356 8281
/proc/meminfo: memFree=25438396/32950928 swapFree=38710892/67111528
[pid=8271] ppid=8269 vsize=8700 CPUtime=1.01 cores=0-7
/proc/8271/stat : 8271 (manysat.sh) S 8269 8271 7897 0 -1 4202496 356 9682 0 0 0 0 98 3 18 0 1 0 720375007 8908800 253 33554432000 4194304 4922060 140735831054720 18446744073709551615 251367365765 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/8271/statm: 2175 253 209 178 0 68 0
[pid=8274] ppid=8271 vsize=329764 CPUtime=644.17 cores=0-7
/proc/8274/stat : 8274 (manysat1.1_stat) R 8271 8271 7897 0 -1 4202496 73691 0 0 0 64332 85 0 0 19 0 4 0 720375109 337678336 73645 33554432000 134512640 135305190 4287680096 18446744073709551615 134528277 0 0 4096 3 18446744073709551615 0 0 17 5 0 0 0
/proc/8274/statm: 82441 73645 84 194 0 82245 0
[pid=8274/tid=8275] ppid=8271 vsize=329764 CPUtime=161.01 cores=0-7
/proc/8274/task/8275/stat : 8275 (manysat1.1_stat) R 8271 8271 7897 0 -1 4202560 11496 0 0 0 16083 18 0 0 25 0 4 0 720375128 337678336 73645 33554432000 134512640 135305190 4287680096 18446744073709551615 134530636 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=8274/tid=8276] ppid=8271 vsize=329764 CPUtime=160.97 cores=0-7
/proc/8274/task/8276/stat : 8276 (manysat1.1_stat) R 8271 8271 7897 0 -1 4202560 18753 0 0 0 16065 32 0 0 25 0 4 0 720375128 337678336 73645 33554432000 134512640 135305190 4287680096 18446744073709551615 134528189 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=8274/tid=8277] ppid=8271 vsize=329764 CPUtime=160.99 cores=0-7
/proc/8274/task/8277/stat : 8277 (manysat1.1_stat) R 8271 8271 7897 0 -1 4202560 16039 0 0 0 16082 17 0 0 18 0 4 0 720375128 337678336 73645 33554432000 134512640 135305190 4287680096 18446744073709551615 134528837 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 645.18
Current children cumulated vsize (KiB) 338464

[startup+222.301 s]

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

/proc/8274/task/8277/stat : 8277 (manysat1.1_stat) R 8271 8271 7897 0 -1 4202560 81836 0 0 0 465837 177 0 0 25 0 4 0 720375128 1666392064 389815 33554432000 134512640 135305190 4287680096 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 18641.7
Current children cumulated vsize (KiB) 1636036

[startup+4722.31 s]
/proc/loadavg: 4.02 4.02 3.99 5/356 8424
/proc/meminfo: memFree=24168796/32950928 swapFree=38710892/67111528
[pid=8271] ppid=8269 vsize=8700 CPUtime=1.01 cores=0-7
/proc/8271/stat : 8271 (manysat.sh) S 8269 8271 7897 0 -1 4202496 356 9682 0 0 0 0 98 3 18 0 1 0 720375007 8908800 253 33554432000 4194304 4922060 140735831054720 18446744073709551615 251367365765 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/8271/statm: 2175 253 209 178 0 68 0
[pid=8274] ppid=8271 vsize=1627480 CPUtime=18880.8 cores=0-7
/proc/8274/stat : 8274 (manysat1.1_stat) R 8271 8271 7897 0 -1 4202496 389919 0 0 0 1887243 835 0 0 25 0 4 0 720375109 1666539520 389852 33554432000 134512640 135305190 4287680096 18446744073709551615 134528837 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/8274/statm: 406870 389852 84 194 0 406674 0
[pid=8274/tid=8275] ppid=8271 vsize=1627480 CPUtime=4720.33 cores=0-7
/proc/8274/task/8275/stat : 8275 (manysat1.1_stat) R 8271 8271 7897 0 -1 4202560 77603 0 0 0 471875 158 0 0 25 0 4 0 720375128 1666539520 389852 33554432000 134512640 135305190 4287680096 18446744073709551615 134551697 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=8274/tid=8276] ppid=8271 vsize=1627480 CPUtime=4719.85 cores=0-7
/proc/8274/task/8276/stat : 8276 (manysat1.1_stat) R 8271 8271 7897 0 -1 4202560 121684 0 0 0 471657 328 0 0 25 0 4 0 720375128 1666539520 389852 33554432000 134512640 135305190 4287680096 18446744073709551615 134530561 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=8274/tid=8277] ppid=8271 vsize=1627480 CPUtime=4720.15 cores=0-7
/proc/8274/task/8277/stat : 8277 (manysat1.1_stat) R 8271 8271 7897 0 -1 4202560 81845 0 0 0 471838 177 0 0 25 0 4 0 720375128 1666539520 389852 33554432000 134512640 135305190 4287680096 18446744073709551615 134528503 0 0 4096 3 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 18881.8
Current children cumulated vsize (KiB) 1636180

[startup+4782.3 s]
/proc/loadavg: 4.00 4.01 3.99 5/356 8426
/proc/meminfo: memFree=24165800/32950928 swapFree=38710892/67111528
[pid=8271] ppid=8269 vsize=8700 CPUtime=1.01 cores=0-7
/proc/8271/stat : 8271 (manysat.sh) S 8269 8271 7897 0 -1 4202496 356 9682 0 0 0 0 98 3 18 0 1 0 720375007 8908800 253 33554432000 4194304 4922060 140735831054720 18446744073709551615 251367365765 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/8271/statm: 2175 253 209 178 0 68 0
[pid=8274] ppid=8271 vsize=1631808 CPUtime=19120.7 cores=0-7
/proc/8274/stat : 8274 (manysat1.1_stat) R 8271 8271 7897 0 -1 4202496 390717 0 0 0 1911237 837 0 0 25 0 4 0 720375109 1670971392 390650 33554432000 134512640 135305190 4287680096 18446744073709551615 134528256 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/8274/statm: 407952 390650 84 194 0 407756 0
[pid=8274/tid=8275] ppid=8271 vsize=1631808 CPUtime=4780.32 cores=0-7
/proc/8274/task/8275/stat : 8275 (manysat1.1_stat) R 8271 8271 7897 0 -1 4202560 77911 0 0 0 477873 159 0 0 25 0 4 0 720375128 1670971392 390650 33554432000 134512640 135305190 4287680096 18446744073709551615 134528768 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=8274/tid=8276] ppid=8271 vsize=1631808 CPUtime=4779.85 cores=0-7
/proc/8274/task/8276/stat : 8276 (manysat1.1_stat) R 8271 8271 7897 0 -1 4202560 122012 0 0 0 477656 329 0 0 25 0 4 0 720375128 1670971392 390650 33554432000 134512640 135305190 4287680096 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=8274/tid=8277] ppid=8271 vsize=1631808 CPUtime=4780.15 cores=0-7
/proc/8274/task/8277/stat : 8277 (manysat1.1_stat) R 8271 8271 7897 0 -1 4202560 81942 0 0 0 477837 178 0 0 25 0 4 0 720375128 1670971392 390650 33554432000 134512640 135305190 4287680096 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 19121.8
Current children cumulated vsize (KiB) 1640508

[startup+4842.3 s]
/proc/loadavg: 4.00 4.01 3.99 5/356 8427
/proc/meminfo: memFree=24152372/32950928 swapFree=38710892/67111528
[pid=8271] ppid=8269 vsize=8700 CPUtime=1.01 cores=0-7
/proc/8271/stat : 8271 (manysat.sh) S 8269 8271 7897 0 -1 4202496 356 9682 0 0 0 0 98 3 18 0 1 0 720375007 8908800 253 33554432000 4194304 4922060 140735831054720 18446744073709551615 251367365765 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/8271/statm: 2175 253 209 178 0 68 0
[pid=8274] ppid=8271 vsize=1645372 CPUtime=19360.7 cores=0-7
/proc/8274/stat : 8274 (manysat1.1_stat) R 8271 8271 7897 0 -1 4202496 394092 0 0 0 1935221 853 0 0 25 0 4 0 720375109 1684860928 394025 33554432000 134512640 135305190 4287680096 18446744073709551615 134839991 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/8274/statm: 411343 394025 84 194 0 411147 0
[pid=8274/tid=8275] ppid=8271 vsize=1645372 CPUtime=4840.33 cores=0-7
/proc/8274/task/8275/stat : 8275 (manysat1.1_stat) R 8271 8271 7897 0 -1 4202560 78643 0 0 0 483870 163 0 0 25 0 4 0 720375128 1684860928 394025 33554432000 134512640 135305190 4287680096 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=8274/tid=8276] ppid=8271 vsize=1645372 CPUtime=4839.85 cores=0-7
/proc/8274/task/8276/stat : 8276 (manysat1.1_stat) R 8271 8271 7897 0 -1 4202560 123433 0 0 0 483649 336 0 0 25 0 4 0 720375128 1684860928 394025 33554432000 134512640 135305190 4287680096 18446744073709551615 134528489 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=8274/tid=8277] ppid=8271 vsize=1645372 CPUtime=4840.15 cores=0-7
/proc/8274/task/8277/stat : 8277 (manysat1.1_stat) R 8271 8271 7897 0 -1 4202560 82237 0 0 0 483836 179 0 0 25 0 4 0 720375128 1684860928 394025 33554432000 134512640 135305190 4287680096 18446744073709551615 134528503 0 0 4096 3 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 19361.8
Current children cumulated vsize (KiB) 1654072

[startup+4902.3 s]
/proc/loadavg: 4.00 4.00 3.99 5/356 8429
/proc/meminfo: memFree=24134108/32950928 swapFree=38710892/67111528
[pid=8271] ppid=8269 vsize=8700 CPUtime=1.01 cores=0-7
/proc/8271/stat : 8271 (manysat.sh) S 8269 8271 7897 0 -1 4202496 356 9682 0 0 0 0 98 3 18 0 1 0 720375007 8908800 253 33554432000 4194304 4922060 140735831054720 18446744073709551615 251367365765 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/8271/statm: 2175 253 209 178 0 68 0
[pid=8274] ppid=8271 vsize=1664676 CPUtime=19600.8 cores=0-7
/proc/8274/stat : 8274 (manysat1.1_stat) R 8271 8271 7897 0 -1 4202496 398651 0 0 0 1959202 873 0 0 19 0 4 0 720375109 1704628224 398584 33554432000 134512640 135305190 4287680096 18446744073709551615 134528559 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/8274/statm: 416169 398584 84 194 0 415973 0
[pid=8274/tid=8275] ppid=8271 vsize=1664676 CPUtime=4900.33 cores=0-7
/proc/8274/task/8275/stat : 8275 (manysat1.1_stat) R 8271 8271 7897 0 -1 4202560 79034 0 0 0 489869 164 0 0 25 0 4 0 720375128 1704628224 398584 33554432000 134512640 135305190 4287680096 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=8274/tid=8276] ppid=8271 vsize=1664676 CPUtime=4899.85 cores=0-7
/proc/8274/task/8276/stat : 8276 (manysat1.1_stat) R 8271 8271 7897 0 -1 4202560 125358 0 0 0 489640 345 0 0 25 0 4 0 720375128 1704628224 398584 33554432000 134512640 135305190 4287680096 18446744073709551615 134528768 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=8274/tid=8277] ppid=8271 vsize=1664676 CPUtime=4900.15 cores=0-7
/proc/8274/task/8277/stat : 8277 (manysat1.1_stat) R 8271 8271 7897 0 -1 4202560 82711 0 0 0 489833 182 0 0 25 0 4 0 720375128 1704628224 398584 33554432000 134512640 135305190 4287680096 18446744073709551615 134528503 0 0 4096 3 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 19601.8
Current children cumulated vsize (KiB) 1673376

[startup+4962.3 s]
/proc/loadavg: 4.00 4.00 3.99 5/356 8430
/proc/meminfo: memFree=24114860/32950928 swapFree=38710892/67111528
[pid=8271] ppid=8269 vsize=8700 CPUtime=1.01 cores=0-7
/proc/8271/stat : 8271 (manysat.sh) S 8269 8271 7897 0 -1 4202496 356 9682 0 0 0 0 98 3 18 0 1 0 720375007 8908800 253 33554432000 4194304 4922060 140735831054720 18446744073709551615 251367365765 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/8271/statm: 2175 253 209 178 0 68 0
[pid=8274] ppid=8271 vsize=1683600 CPUtime=19840.8 cores=0-7
/proc/8274/stat : 8274 (manysat1.1_stat) R 8271 8271 7897 0 -1 4202496 403480 0 0 0 1983183 894 0 0 19 0 4 0 720375109 1724006400 403413 33554432000 134512640 135305190 4287680096 18446744073709551615 134528229 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/8274/statm: 420900 403413 84 194 0 420704 0
[pid=8274/tid=8275] ppid=8271 vsize=1683600 CPUtime=4960.33 cores=0-7
/proc/8274/task/8275/stat : 8275 (manysat1.1_stat) R 8271 8271 7897 0 -1 4202560 79695 0 0 0 495866 167 0 0 25 0 4 0 720375128 1724006400 403413 33554432000 134512640 135305190 4287680096 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=8274/tid=8276] ppid=8271 vsize=1683600 CPUtime=4959.85 cores=0-7
/proc/8274/task/8276/stat : 8276 (manysat1.1_stat) R 8271 8271 7897 0 -1 4202560 127481 0 0 0 495631 354 0 0 25 0 4 0 720375128 1724006400 403413 33554432000 134512640 135305190 4287680096 18446744073709551615 134528415 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=8274/tid=8277] ppid=8271 vsize=1683600 CPUtime=4960.15 cores=0-7
/proc/8274/task/8277/stat : 8277 (manysat1.1_stat) R 8271 8271 7897 0 -1 4202560 83351 0 0 0 495831 184 0 0 25 0 4 0 720375128 1724006400 403413 33554432000 134512640 135305190 4287680096 18446744073709551615 134528768 0 0 4096 3 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 19841.8
Current children cumulated vsize (KiB) 1692300

[startup+5022.3 s]
/proc/loadavg: 4.00 4.00 3.99 5/356 8432
/proc/meminfo: memFree=24079488/32950928 swapFree=38710892/67111528
[pid=8271] ppid=8269 vsize=8700 CPUtime=1.01 cores=0-7
/proc/8271/stat : 8271 (manysat.sh) S 8269 8271 7897 0 -1 4202496 356 9682 0 0 0 0 98 3 18 0 1 0 720375007 8908800 253 33554432000 4194304 4922060 140735831054720 18446744073709551615 251367365765 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/8271/statm: 2175 253 209 178 0 68 0
[pid=8274] ppid=8271 vsize=1719488 CPUtime=20080.8 cores=0-7
/proc/8274/stat : 8274 (manysat1.1_stat) R 8271 8271 7897 0 -1 4202496 412321 0 0 0 2007141 936 0 0 25 0 4 0 720375109 1760755712 412254 33554432000 134512640 135305190 4287680096 18446744073709551615 134528545 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/8274/statm: 429872 412254 84 194 0 429676 0
[pid=8274/tid=8275] ppid=8271 vsize=1719488 CPUtime=5020.33 cores=0-7
/proc/8274/task/8275/stat : 8275 (manysat1.1_stat) R 8271 8271 7897 0 -1 4202560 81223 0 0 0 501859 174 0 0 25 0 4 0 720375128 1760755712 412254 33554432000 134512640 135305190 4287680096 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=8274/tid=8276] ppid=8271 vsize=1719488 CPUtime=5019.85 cores=0-7
/proc/8274/task/8276/stat : 8276 (manysat1.1_stat) R 8271 8271 7897 0 -1 4202560 131289 0 0 0 501612 373 0 0 25 0 4 0 720375128 1760755712 412254 33554432000 134512640 135305190 4287680096 18446744073709551615 134528341 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=8274/tid=8277] ppid=8271 vsize=1719488 CPUtime=5020.15 cores=0-7
/proc/8274/task/8277/stat : 8277 (manysat1.1_stat) R 8271 8271 7897 0 -1 4202560 84482 0 0 0 501826 189 0 0 25 0 4 0 720375128 1760755712 412254 33554432000 134512640 135305190 4287680096 18446744073709551615 134528503 0 0 4096 3 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 20081.8
Current children cumulated vsize (KiB) 1728188

[startup+5082.3 s]
/proc/loadavg: 4.00 4.00 3.99 5/356 8434
/proc/meminfo: memFree=24056768/32950928 swapFree=38710892/67111528
[pid=8271] ppid=8269 vsize=8700 CPUtime=1.01 cores=0-7
/proc/8271/stat : 8271 (manysat.sh) S 8269 8271 7897 0 -1 4202496 356 9682 0 0 0 0 98 3 18 0 1 0 720375007 8908800 253 33554432000 4194304 4922060 140735831054720 18446744073709551615 251367365765 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/8271/statm: 2175 253 209 178 0 68 0
[pid=8274] ppid=8271 vsize=1742592 CPUtime=20320.7 cores=0-7
/proc/8274/stat : 8274 (manysat1.1_stat) R 8271 8271 7897 0 -1 4202496 417921 0 0 0 2031110 960 0 0 25 0 4 0 720375109 1784414208 417854 33554432000 134512640 135305190 4287680096 18446744073709551615 134528298 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/8274/statm: 435648 417854 84 194 0 435452 0
[pid=8274/tid=8275] ppid=8271 vsize=1742592 CPUtime=5080.34 cores=0-7
/proc/8274/task/8275/stat : 8275 (manysat1.1_stat) R 8271 8271 7897 0 -1 4202560 82239 0 0 0 507856 178 0 0 18 0 4 0 720375128 1784414208 417854 33554432000 134512640 135305190 4287680096 18446744073709551615 134528455 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=8274/tid=8276] ppid=8271 vsize=1742592 CPUtime=5079.78 cores=0-7
/proc/8274/task/8276/stat : 8276 (manysat1.1_stat) R 8271 8271 7897 0 -1 4202560 134039 0 0 0 507592 386 0 0 25 0 4 0 720375128 1784414208 417854 33554432000 134512640 135305190 4287680096 18446744073709551615 134528559 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=8274/tid=8277] ppid=8271 vsize=1742592 CPUtime=5080.16 cores=0-7
/proc/8274/task/8277/stat : 8277 (manysat1.1_stat) R 8271 8271 7897 0 -1 4202560 85174 0 0 0 507824 192 0 0 25 0 4 0 720375128 1784414208 417854 33554432000 134512640 135305190 4287680096 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 20321.7
Current children cumulated vsize (KiB) 1751292



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+5100 s]
/proc/loadavg: 4.00 4.00 3.99 5/356 8434
/proc/meminfo: memFree=24056252/32950928 swapFree=38710892/67111528
[pid=8271] ppid=8269 vsize=8700 CPUtime=1.01 cores=0-7
/proc/8271/stat : 8271 (manysat.sh) S 8269 8271 7897 0 -1 4202496 356 9682 0 0 0 0 98 3 18 0 1 0 720375007 8908800 253 33554432000 4194304 4922060 140735831054720 18446744073709551615 251367365765 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/8271/statm: 2175 253 209 178 0 68 0
[pid=8274] ppid=8271 vsize=1743592 CPUtime=20391.5 cores=0-7
/proc/8274/stat : 8274 (manysat1.1_stat) R 8271 8271 7897 0 -1 4202496 418066 0 0 0 2038192 960 0 0 25 0 4 0 720375109 1785438208 417999 33554432000 134512640 135305190 4287680096 18446744073709551615 134528298 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/8274/statm: 435898 417999 84 194 0 435702 0
[pid=8274/tid=8275] ppid=8271 vsize=1743592 CPUtime=5098.05 cores=0-7
/proc/8274/task/8275/stat : 8275 (manysat1.1_stat) R 8271 8271 7897 0 -1 4202560 82269 0 0 0 509627 178 0 0 25 0 4 0 720375128 1785438208 417999 33554432000 134512640 135305190 4287680096 18446744073709551615 134528503 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=8274/tid=8276] ppid=8271 vsize=1743592 CPUtime=5097.5 cores=0-7
/proc/8274/task/8276/stat : 8276 (manysat1.1_stat) R 8271 8271 7897 0 -1 4202560 134039 0 0 0 509364 386 0 0 25 0 4 0 720375128 1785438208 417999 33554432000 134512640 135305190 4287680096 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=8274/tid=8277] ppid=8271 vsize=1743592 CPUtime=5097.87 cores=0-7
/proc/8274/task/8277/stat : 8277 (manysat1.1_stat) R 8271 8271 7897 0 -1 4202560 85229 0 0 0 509595 192 0 0 25 0 4 0 720375128 1785438208 417999 33554432000 134512640 135305190 4287680096 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 20392.5
Current children cumulated vsize (KiB) 1752292

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 8271 and gives
#  childrusage.ru_utime.tv_sec=0
#  childrusage.ru_utime.tv_usec=985850
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=32994
# CPU time returned by wait4() is 1.01884
# while last known CPU time is 20392.5
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 5100.03
CPU time (s): 20392.5
CPU user time (s): 20382.9
CPU system time (s): 9.63
CPU usage (%): 399.852
Max. virtual memory (cumulated for all children) (KiB): 1752292

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.98585
system time used= 0.032994
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 10038
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= 6

runsolver used 17.1524 second user time and 41.8066 second system time

The end

Launcher Data

Begin job on node113 at 2011-05-13 17:44:03
IDJOB=3362228
IDBENCH=83109
IDSOLVER=1839
FILE ID=node113/3362228-1305301443
RUNJOBID= node113-1305296396-7911
PBS_JOBID= 13321440
Free space on /tmp= 47788 MiB

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

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

MD5SUM BENCH= c40bd543dad558d19995fef4fd742233
RANDOM SEED=403069173

node113.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.846
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.846
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.846
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.846
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.846
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.846
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.846
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.83
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.846
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.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      25741756 kB
Buffers:        196352 kB
Cached:        2371020 kB
SwapCached:      93712 kB
Active:         684500 kB
Inactive:      6272992 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      25741756 kB
SwapTotal:    67111528 kB
SwapFree:     38710892 kB
Dirty:            5420 kB
Writeback:           4 kB
AnonPages:     4308572 kB
Mapped:          13492 kB
Slab:            95736 kB
PageTables:      90844 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 87039260 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= 47780 MiB
End job on node113 at 2011-05-13 19:09:05