Trace number 3362166

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

General information on the benchmark

Nameapplication/jarvisalo/HWMCC10-combination-timeframe-expansion/
hwmcc10-timeframe-expansion-k45-pdtvisns3p02-tseitin.cnf
MD5SUMa0ec1baa890da62d0c6df7f1e62c6af3
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark2133.18
Satisfiable
(Un)Satisfiability was proved
Number of variables163622
Number of clauses488120
Sum of the clauses size1138944
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 2325412
Number of clauses of size 3162706
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.00	c Parsing...
0.00/0.22	c ==============================================================================
0.00/0.22	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.22	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.22	c ==============================================================================
0.00/0.22	c |         0 |  488118  1138942 |  146435       0        0     nan |  0.000 % |
2.58/2.65	c |         0 |  187665   662610 |      --       0       --      -- |     --   | -300451/-476327
2.58/2.66	c ==============================================================================
2.58/2.66	c Result  :   #vars: 28580   #clauses: 187665   #literals: 662610
2.58/2.66	c CPU time:   2.6086 s
2.58/2.66	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-3362166-1305300480/watcher-3362166-1305300480 -o /tmp/evaluation-result-3362166-1305300480/solver-3362166-1305300480 -C 40000 -W 5100 -M 31000 manysat.sh HOME/instance-3362166-1305300480.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.48 3.89 3.88 1/309 11231
/proc/meminfo: memFree=9122824/32950928 swapFree=67085488/67111528
[pid=11231] ppid=11229 vsize=8700 CPUtime=0 cores=0-7
/proc/11231/stat : 11231 (manysat.sh) S 11229 11231 10950 0 -1 4202496 331 0 0 0 0 0 0 0 20 0 1 0 720278689 8908800 250 33554432000 4194304 4922060 140736669910400 18446744073709551615 231895309445 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/11231/statm: 2175 250 209 178 0 68 0

[startup+0.03107 s]
/proc/loadavg: 3.48 3.89 3.88 1/309 11231
/proc/meminfo: memFree=9122824/32950928 swapFree=67085488/67111528
[pid=11231] ppid=11229 vsize=8700 CPUtime=0 cores=0-7
/proc/11231/stat : 11231 (manysat.sh) S 11229 11231 10950 0 -1 4202496 331 0 0 0 0 0 0 0 20 0 1 0 720278689 8908800 250 33554432000 4194304 4922060 140736669910400 18446744073709551615 231895309445 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/11231/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.101059 s]
/proc/loadavg: 3.48 3.89 3.88 1/309 11231
/proc/meminfo: memFree=9122824/32950928 swapFree=67085488/67111528
[pid=11231] ppid=11229 vsize=8700 CPUtime=0 cores=0-7
/proc/11231/stat : 11231 (manysat.sh) S 11229 11231 10950 0 -1 4202496 331 0 0 0 0 0 0 0 20 0 1 0 720278689 8908800 250 33554432000 4194304 4922060 140736669910400 18446744073709551615 231895309445 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/11231/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.301018 s]
/proc/loadavg: 3.48 3.89 3.88 1/309 11231
/proc/meminfo: memFree=9122824/32950928 swapFree=67085488/67111528
[pid=11231] ppid=11229 vsize=8700 CPUtime=0 cores=0-7
/proc/11231/stat : 11231 (manysat.sh) S 11229 11231 10950 0 -1 4202496 331 0 0 0 0 0 0 0 20 0 1 0 720278689 8908800 250 33554432000 4194304 4922060 140736669910400 18446744073709551615 231895309445 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/11231/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.700938 s]
/proc/loadavg: 3.48 3.89 3.88 1/309 11231
/proc/meminfo: memFree=9122824/32950928 swapFree=67085488/67111528
[pid=11231] ppid=11229 vsize=8700 CPUtime=0 cores=0-7
/proc/11231/stat : 11231 (manysat.sh) S 11229 11231 10950 0 -1 4202496 331 0 0 0 0 0 0 0 20 0 1 0 720278689 8908800 250 33554432000 4194304 4922060 140736669910400 18446744073709551615 231895309445 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/11231/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50078 s]
/proc/loadavg: 3.48 3.89 3.88 3/311 11233
/proc/meminfo: memFree=9044052/32950928 swapFree=67085488/67111528
[pid=11231] ppid=11229 vsize=8700 CPUtime=0 cores=0-7
/proc/11231/stat : 11231 (manysat.sh) S 11229 11231 10950 0 -1 4202496 331 0 0 0 0 0 0 0 20 0 1 0 720278689 8908800 250 33554432000 4194304 4922060 140736669910400 18446744073709551615 231895309445 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/11231/statm: 2175 250 209 178 0 68 0
[pid=11232] ppid=11231 vsize=83968 CPUtime=1.48 cores=0-7
/proc/11232/stat : 11232 (SatElite) R 11231 11231 10950 0 -1 4202496 19796 0 0 0 145 3 0 0 25 0 1 0 720278689 85983232 18397 33554432000 134512640 135034092 4293199280 18446744073709551615 134536932 0 0 4096 3 0 0 0 17 2 0 0 0
/proc/11232/statm: 20992 18397 68 128 0 20862 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 92668

[startup+3.10041 s]
/proc/loadavg: 3.48 3.89 3.88 2/311 11233
/proc/meminfo: memFree=9031528/32950928 swapFree=67085488/67111528
[pid=11231] ppid=11229 vsize=8700 CPUtime=2.8 cores=0-7
/proc/11231/stat : 11231 (manysat.sh) S 11229 11231 10950 0 -1 4202496 357 22956 0 0 0 0 274 6 18 0 1 0 720278689 8908800 253 33554432000 4194304 4922060 140736669910400 18446744073709551615 231895309445 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/11231/statm: 2175 253 209 178 0 68 0
Current children cumulated CPU time (s) 2.8
Current children cumulated vsize (KiB) 8700

[startup+6.30087 s]
/proc/loadavg: 3.52 3.89 3.88 5/314 11237
/proc/meminfo: memFree=9034500/32950928 swapFree=67085488/67111528
[pid=11231] ppid=11229 vsize=8700 CPUtime=2.8 cores=0-7
/proc/11231/stat : 11231 (manysat.sh) S 11229 11231 10950 0 -1 4202496 357 22956 0 0 0 0 274 6 18 0 1 0 720278689 8908800 253 33554432000 4194304 4922060 140736669910400 18446744073709551615 231895309445 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/11231/statm: 2175 253 209 178 0 68 0
[pid=11234] ppid=11231 vsize=108192 CPUtime=12.98 cores=0-7
/proc/11234/stat : 11234 (manysat1.1_stat) R 11231 11231 10950 0 -1 4202496 18307 0 0 0 1281 17 0 0 18 0 4 0 720278970 110788608 18229 33554432000 134512640 135305190 4292603888 18446744073709551615 134528539 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/11234/statm: 27048 18229 84 194 0 26852 0
[pid=11234/tid=11235] ppid=11231 vsize=108192 CPUtime=3.2 cores=0-7
/proc/11234/task/11235/stat : 11235 (manysat1.1_stat) R 11231 11231 10950 0 -1 4202560 1208 0 0 0 316 4 0 0 19 0 4 0 720278995 110788608 18229 33554432000 134512640 135305190 4292603888 18446744073709551615 134528615 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=11234/tid=11236] ppid=11231 vsize=108192 CPUtime=3.15 cores=0-7
/proc/11234/task/11236/stat : 11236 (manysat1.1_stat) R 11231 11231 10950 0 -1 4202560 1405 0 0 0 312 3 0 0 18 0 4 0 720278995 110788608 18229 33554432000 134512640 135305190 4292603888 18446744073709551615 134840070 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=11234/tid=11237] ppid=11231 vsize=108192 CPUtime=3.14 cores=0-7
/proc/11234/task/11237/stat : 11237 (manysat1.1_stat) R 11231 11231 10950 0 -1 4202560 1284 0 0 0 312 2 0 0 18 0 4 0 720278995 110788608 18230 33554432000 134512640 135305190 4292603888 18446744073709551615 134695249 0 0 4096 3 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 15.78
Current children cumulated vsize (KiB) 116892

[startup+12.7007 s]
/proc/loadavg: 3.56 3.89 3.88 5/314 11238
/proc/meminfo: memFree=9018688/32950928 swapFree=67085488/67111528
[pid=11231] ppid=11229 vsize=8700 CPUtime=2.8 cores=0-7
/proc/11231/stat : 11231 (manysat.sh) S 11229 11231 10950 0 -1 4202496 357 22956 0 0 0 0 274 6 18 0 1 0 720278689 8908800 253 33554432000 4194304 4922060 140736669910400 18446744073709551615 231895309445 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/11231/statm: 2175 253 209 178 0 68 0
[pid=11234] ppid=11231 vsize=123948 CPUtime=38.56 cores=0-7
/proc/11234/stat : 11234 (manysat1.1_stat) R 11231 11231 10950 0 -1 4202496 22153 0 0 0 3837 19 0 0 18 0 4 0 720278970 126922752 22067 33554432000 134512640 135305190 4292603888 18446744073709551615 134528298 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/11234/statm: 30987 22067 84 194 0 30791 0
[pid=11234/tid=11235] ppid=11231 vsize=123948 CPUtime=9.58 cores=0-7
/proc/11234/task/11235/stat : 11235 (manysat1.1_stat) R 11231 11231 10950 0 -1 4202560 1790 0 0 0 954 4 0 0 25 0 4 0 720278995 126922752 22067 33554432000 134512640 135305190 4292603888 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=11234/tid=11236] ppid=11231 vsize=123948 CPUtime=9.55 cores=0-7
/proc/11234/task/11236/stat : 11236 (manysat1.1_stat) R 11231 11231 10950 0 -1 4202560 2671 0 0 0 952 3 0 0 18 0 4 0 720278995 126922752 22067 33554432000 134512640 135305190 4292603888 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=11234/tid=11237] ppid=11231 vsize=123948 CPUtime=9.54 cores=0-7
/proc/11234/task/11237/stat : 11237 (manysat1.1_stat) R 11231 11231 10950 0 -1 4202560 2145 0 0 0 951 3 0 0 18 0 4 0 720278995 126922752 22067 33554432000 134512640 135305190 4292603888 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 41.36
Current children cumulated vsize (KiB) 132648

[startup+25.5012 s]
/proc/loadavg: 3.66 3.90 3.88 5/314 11238
/proc/meminfo: memFree=9000040/32950928 swapFree=67085488/67111528
[pid=11231] ppid=11229 vsize=8700 CPUtime=2.8 cores=0-7
/proc/11231/stat : 11231 (manysat.sh) S 11229 11231 10950 0 -1 4202496 357 22956 0 0 0 0 274 6 18 0 1 0 720278689 8908800 253 33554432000 4194304 4922060 140736669910400 18446744073709551615 231895309445 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/11231/statm: 2175 253 209 178 0 68 0
[pid=11234] ppid=11231 vsize=143328 CPUtime=89.72 cores=0-7
/proc/11234/stat : 11234 (manysat1.1_stat) R 11231 11231 10950 0 -1 4202496 26851 0 0 0 8950 22 0 0 18 0 4 0 720278970 146767872 26765 33554432000 134512640 135305190 4292603888 18446744073709551615 134528600 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/11234/statm: 35832 26765 84 194 0 35636 0
[pid=11234/tid=11235] ppid=11231 vsize=143328 CPUtime=22.38 cores=0-7
/proc/11234/task/11235/stat : 11235 (manysat1.1_stat) R 11231 11231 10950 0 -1 4202560 2461 0 0 0 2233 5 0 0 25 0 4 0 720278995 146767872 26765 33554432000 134512640 135305190 4292603888 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=11234/tid=11236] ppid=11231 vsize=143328 CPUtime=22.35 cores=0-7
/proc/11234/task/11236/stat : 11236 (manysat1.1_stat) R 11231 11231 10950 0 -1 4202560 4382 0 0 0 2230 5 0 0 18 0 4 0 720278995 146767872 26765 33554432000 134512640 135305190 4292603888 18446744073709551615 134528408 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=11234/tid=11237] ppid=11231 vsize=143328 CPUtime=22.32 cores=0-7
/proc/11234/task/11237/stat : 11237 (manysat1.1_stat) R 11231 11231 10950 0 -1 4202560 3217 0 0 0 2228 4 0 0 20 0 4 0 720278995 146767872 26765 33554432000 134512640 135305190 4292603888 18446744073709551615 134528379 0 0 4096 3 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 92.52
Current children cumulated vsize (KiB) 152028

[startup+51.1004 s]
/proc/loadavg: 3.77 3.90 3.88 5/314 11239
/proc/meminfo: memFree=8967388/32950928 swapFree=67085488/67111528
[pid=11231] ppid=11229 vsize=8700 CPUtime=2.8 cores=0-7
/proc/11231/stat : 11231 (manysat.sh) S 11229 11231 10950 0 -1 4202496 357 22956 0 0 0 0 274 6 18 0 1 0 720278689 8908800 253 33554432000 4194304 4922060 140736669910400 18446744073709551615 231895309445 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/11231/statm: 2175 253 209 178 0 68 0
[pid=11234] ppid=11231 vsize=178176 CPUtime=192.09 cores=0-7
/proc/11234/stat : 11234 (manysat1.1_stat) R 11231 11231 10950 0 -1 4202496 35490 0 0 0 19179 30 0 0 18 0 4 0 720278970 182452224 35404 33554432000 134512640 135305190 4292603888 18446744073709551615 134528415 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/11234/statm: 44544 35404 84 194 0 44348 0
[pid=11234/tid=11235] ppid=11231 vsize=178176 CPUtime=47.97 cores=0-7
/proc/11234/task/11235/stat : 11235 (manysat1.1_stat) R 11231 11231 10950 0 -1 4202560 3632 0 0 0 4790 7 0 0 25 0 4 0 720278995 182452224 35404 33554432000 134512640 135305190 4292603888 18446744073709551615 134528536 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=11234/tid=11236] ppid=11231 vsize=178176 CPUtime=47.94 cores=0-7
/proc/11234/task/11236/stat : 11236 (manysat1.1_stat) R 11231 11231 10950 0 -1 4202560 7934 0 0 0 4788 6 0 0 20 0 4 0 720278995 182452224 35404 33554432000 134512640 135305190 4292603888 18446744073709551615 134528768 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=11234/tid=11237] ppid=11231 vsize=178176 CPUtime=47.92 cores=0-7
/proc/11234/task/11237/stat : 11237 (manysat1.1_stat) R 11231 11231 10950 0 -1 4202560 5027 0 0 0 4785 7 0 0 25 0 4 0 720278995 182452224 35404 33554432000 134512640 135305190 4292603888 18446744073709551615 134528415 0 0 4096 3 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 194.89
Current children cumulated vsize (KiB) 186876

[startup+102.312 s]
/proc/loadavg: 3.90 3.92 3.89 5/314 11240
/proc/meminfo: memFree=8934328/32950928 swapFree=67085488/67111528
[pid=11231] ppid=11229 vsize=8700 CPUtime=2.8 cores=0-7
/proc/11231/stat : 11231 (manysat.sh) S 11229 11231 10950 0 -1 4202496 357 22956 0 0 0 0 274 6 18 0 1 0 720278689 8908800 253 33554432000 4194304 4922060 140736669910400 18446744073709551615 231895309445 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/11231/statm: 2175 253 209 178 0 68 0
[pid=11234] ppid=11231 vsize=207736 CPUtime=396.83 cores=0-7
/proc/11234/stat : 11234 (manysat1.1_stat) R 11231 11231 10950 0 -1 4202496 43289 0 0 0 39644 39 0 0 18 0 4 0 720278970 212721664 43203 33554432000 134512640 135305190 4292603888 18446744073709551615 134528768 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/11234/statm: 51934 43203 84 194 0 51738 0
[pid=11234/tid=11235] ppid=11231 vsize=207736 CPUtime=99.15 cores=0-7
/proc/11234/task/11235/stat : 11235 (manysat1.1_stat) R 11231 11231 10950 0 -1 4202560 4796 0 0 0 9907 8 0 0 20 0 4 0 720278995 212721664 43203 33554432000 134512640 135305190 4292603888 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=11234/tid=11236] ppid=11231 vsize=207736 CPUtime=99.11 cores=0-7
/proc/11234/task/11236/stat : 11236 (manysat1.1_stat) R 11231 11231 10950 0 -1 4202560 10693 0 0 0 9903 8 0 0 18 0 4 0 720278995 212721664 43203 33554432000 134512640 135305190 4292603888 18446744073709551615 134528341 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=11234/tid=11237] ppid=11231 vsize=207736 CPUtime=99.1 cores=0-7
/proc/11234/task/11237/stat : 11237 (manysat1.1_stat) R 11231 11231 10950 0 -1 4202560 6663 0 0 0 9901 9 0 0 25 0 4 0 720278995 212721664 43203 33554432000 134512640 135305190 4292603888 18446744073709551615 134551962 0 0 4096 3 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 399.63
Current children cumulated vsize (KiB) 216436

[startup+162.3 s]
/proc/loadavg: 3.96 3.93 3.89 5/314 11242
/proc/meminfo: memFree=8916056/32950928 swapFree=67085488/67111528
[pid=11231] ppid=11229 vsize=8700 CPUtime=2.8 cores=0-7
/proc/11231/stat : 11231 (manysat.sh) S 11229 11231 10950 0 -1 4202496 357 22956 0 0 0 0 274 6 18 0 1 0 720278689 8908800 253 33554432000 4194304 4922060 140736669910400 18446744073709551615 231895309445 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/11231/statm: 2175 253 209 178 0 68 0
[pid=11234] ppid=11231 vsize=229032 CPUtime=636.76 cores=0-7
/proc/11234/stat : 11234 (manysat1.1_stat) R 11231 11231 10950 0 -1 4202496 48205 0 0 0 63624 52 0 0 18 0 4 0 720278970 234528768 48098 33554432000 134512640 135305190 4292603888 18446744073709551615 134528229 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/11234/statm: 57258 48098 84 194 0 57062 0
[pid=11234/tid=11235] ppid=11231 vsize=229032 CPUtime=159.12 cores=0-7
/proc/11234/task/11235/stat : 11235 (manysat1.1_stat) R 11231 11231 10950 0 -1 4202560 5498 0 0 0 15901 11 0 0 25 0 4 0 720278995 234528768 48098 33554432000 134512640 135305190 4292603888 18446744073709551615 134528223 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=11234/tid=11236] ppid=11231 vsize=229032 CPUtime=159.1 cores=0-7
/proc/11234/task/11236/stat : 11236 (manysat1.1_stat) R 11231 11231 10950 0 -1 4202560 12538 0 0 0 15900 10 0 0 18 0 4 0 720278995 234528768 48098 33554432000 134512640 135305190 4292603888 18446744073709551615 134563890 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=11234/tid=11237] ppid=11231 vsize=229032 CPUtime=159.09 cores=0-7
/proc/11234/task/11237/stat : 11237 (manysat1.1_stat) R 11231 11231 10950 0 -1 4202560 7639 0 0 0 15896 13 0 0 25 0 4 0 720278995 234528768 48098 33554432000 134512640 135305190 4292603888 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 639.56
Current children cumulated vsize (KiB) 237732

[startup+222.301 s]
/proc/loadavg: 3.98 3.94 3.90 5/314 11243
/proc/meminfo: memFree=8862076/32950928 swapFree=67085488/67111528
[pid=11231] ppid=11229 vsize=8700 CPUtime=2.8 cores=0-7
/proc/11231/stat : 11231 (manysat.sh) S 11229 11231 10950 0 -1 4202496 357 22956 0 0 0 0 274 6 18 0 1 0 720278689 8908800 253 33554432000 4194304 4922060 140736669910400 18446744073709551615 231895309445 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/11231/statm: 2175 253 209 178 0 68 0
[pid=11234] ppid=11231 vsize=281344 CPUtime=876.65 cores=0-7

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

/proc/11234/task/11237/stat : 11237 (manysat1.1_stat) R 11231 11231 10950 0 -1 4202560 69367 0 0 0 465707 165 0 0 25 0 4 0 720278995 1260363776 291689 33554432000 134512640 135305190 4292603888 18446744073709551615 134551651 0 0 4096 3 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 18638
Current children cumulated vsize (KiB) 1239524

[startup+4722.31 s]
/proc/loadavg: 4.01 4.00 3.95 5/314 11378
/proc/meminfo: memFree=7936456/32950928 swapFree=67085488/67111528
[pid=11231] ppid=11229 vsize=8700 CPUtime=2.8 cores=0-7
/proc/11231/stat : 11231 (manysat.sh) S 11229 11231 10950 0 -1 4202496 357 22956 0 0 0 0 274 6 18 0 1 0 720278689 8908800 253 33554432000 4194304 4922060 140736669910400 18446744073709551615 231895309445 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/11231/statm: 2175 253 209 178 0 68 0
[pid=11234] ppid=11231 vsize=1232704 CPUtime=18875.2 cores=0-7
/proc/11234/stat : 11234 (manysat1.1_stat) R 11231 11231 10950 0 -1 4202496 292213 0 0 0 1886953 569 0 0 25 0 4 0 720278970 1262288896 292085 33554432000 134512640 135305190 4292603888 18446744073709551615 134528298 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/11234/statm: 308176 292085 84 194 0 307980 0
[pid=11234/tid=11235] ppid=11231 vsize=1232704 CPUtime=4718.78 cores=0-7
/proc/11234/task/11235/stat : 11235 (manysat1.1_stat) R 11231 11231 10950 0 -1 4202560 55196 0 0 0 471753 125 0 0 25 0 4 0 720278995 1262288896 292085 33554432000 134512640 135305190 4292603888 18446744073709551615 134528410 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=11234/tid=11236] ppid=11231 vsize=1232704 CPUtime=4718.59 cores=0-7
/proc/11234/task/11236/stat : 11236 (manysat1.1_stat) R 11231 11231 10950 0 -1 4202560 84801 0 0 0 471710 149 0 0 25 0 4 0 720278995 1262288896 292085 33554432000 134512640 135305190 4292603888 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=11234/tid=11237] ppid=11231 vsize=1232704 CPUtime=4718.73 cores=0-7
/proc/11234/task/11237/stat : 11237 (manysat1.1_stat) R 11231 11231 10950 0 -1 4202560 69380 0 0 0 471708 165 0 0 25 0 4 0 720278995 1262288896 292085 33554432000 134512640 135305190 4292603888 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 18878
Current children cumulated vsize (KiB) 1241404

[startup+4782.3 s]
/proc/loadavg: 4.00 4.00 3.95 5/314 11380
/proc/meminfo: memFree=7933808/32950928 swapFree=67085488/67111528
[pid=11231] ppid=11229 vsize=8700 CPUtime=2.8 cores=0-7
/proc/11231/stat : 11231 (manysat.sh) S 11229 11231 10950 0 -1 4202496 357 22956 0 0 0 0 274 6 18 0 1 0 720278689 8908800 253 33554432000 4194304 4922060 140736669910400 18446744073709551615 231895309445 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/11231/statm: 2175 253 209 178 0 68 0
[pid=11234] ppid=11231 vsize=1235384 CPUtime=19115.2 cores=0-7
/proc/11234/stat : 11234 (manysat1.1_stat) R 11231 11231 10950 0 -1 4202496 292965 0 0 0 1910948 570 0 0 25 0 4 0 720278970 1265033216 292837 33554432000 134512640 135305190 4292603888 18446744073709551615 134528875 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/11234/statm: 308846 292837 84 194 0 308650 0
[pid=11234/tid=11235] ppid=11231 vsize=1235384 CPUtime=4778.77 cores=0-7
/proc/11234/task/11235/stat : 11235 (manysat1.1_stat) R 11231 11231 10950 0 -1 4202560 55559 0 0 0 477752 125 0 0 25 0 4 0 720278995 1265033216 292837 33554432000 134512640 135305190 4292603888 18446744073709551615 134528768 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=11234/tid=11236] ppid=11231 vsize=1235384 CPUtime=4778.58 cores=0-7
/proc/11234/task/11236/stat : 11236 (manysat1.1_stat) R 11231 11231 10950 0 -1 4202560 84850 0 0 0 477709 149 0 0 25 0 4 0 720278995 1265033216 292837 33554432000 134512640 135305190 4292603888 18446744073709551615 134551712 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=11234/tid=11237] ppid=11231 vsize=1235384 CPUtime=4778.72 cores=0-7
/proc/11234/task/11237/stat : 11237 (manysat1.1_stat) R 11231 11231 10950 0 -1 4202560 69409 0 0 0 477707 165 0 0 25 0 4 0 720278995 1265033216 292837 33554432000 134512640 135305190 4292603888 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 19118
Current children cumulated vsize (KiB) 1244084

[startup+4842.3 s]
/proc/loadavg: 4.00 4.00 3.95 5/314 11381
/proc/meminfo: memFree=7930404/32950928 swapFree=67085488/67111528
[pid=11231] ppid=11229 vsize=8700 CPUtime=2.8 cores=0-7
/proc/11231/stat : 11231 (manysat.sh) S 11229 11231 10950 0 -1 4202496 357 22956 0 0 0 0 274 6 18 0 1 0 720278689 8908800 253 33554432000 4194304 4922060 140736669910400 18446744073709551615 231895309445 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/11231/statm: 2175 253 209 178 0 68 0
[pid=11234] ppid=11231 vsize=1238484 CPUtime=19355.2 cores=0-7
/proc/11234/stat : 11234 (manysat1.1_stat) R 11231 11231 10950 0 -1 4202496 293767 0 0 0 1934948 570 0 0 25 0 4 0 720278970 1268207616 293639 33554432000 134512640 135305190 4292603888 18446744073709551615 134528298 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/11234/statm: 309621 293639 84 194 0 309425 0
[pid=11234/tid=11235] ppid=11231 vsize=1238484 CPUtime=4838.77 cores=0-7
/proc/11234/task/11235/stat : 11235 (manysat1.1_stat) R 11231 11231 10950 0 -1 4202560 55995 0 0 0 483752 125 0 0 25 0 4 0 720278995 1268207616 293639 33554432000 134512640 135305190 4292603888 18446744073709551615 134528503 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=11234/tid=11236] ppid=11231 vsize=1238484 CPUtime=4838.58 cores=0-7
/proc/11234/task/11236/stat : 11236 (manysat1.1_stat) R 11231 11231 10950 0 -1 4202560 84873 0 0 0 483709 149 0 0 25 0 4 0 720278995 1268207616 293639 33554432000 134512640 135305190 4292603888 18446744073709551615 134528341 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=11234/tid=11237] ppid=11231 vsize=1238484 CPUtime=4838.73 cores=0-7
/proc/11234/task/11237/stat : 11237 (manysat1.1_stat) R 11231 11231 10950 0 -1 4202560 69453 0 0 0 483708 165 0 0 25 0 4 0 720278995 1268207616 293639 33554432000 134512640 135305190 4292603888 18446744073709551615 134528252 0 0 4096 3 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 19358
Current children cumulated vsize (KiB) 1247184

[startup+4902.3 s]
/proc/loadavg: 4.00 4.00 3.95 5/314 11383
/proc/meminfo: memFree=7891424/32950928 swapFree=67085488/67111528
[pid=11231] ppid=11229 vsize=8700 CPUtime=2.8 cores=0-7
/proc/11231/stat : 11231 (manysat.sh) S 11229 11231 10950 0 -1 4202496 357 22956 0 0 0 0 274 6 18 0 1 0 720278689 8908800 253 33554432000 4194304 4922060 140736669910400 18446744073709551615 231895309445 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/11231/statm: 2175 253 209 178 0 68 0
[pid=11234] ppid=11231 vsize=1279072 CPUtime=19595.2 cores=0-7
/proc/11234/stat : 11234 (manysat1.1_stat) R 11231 11231 10950 0 -1 4202496 303632 0 0 0 1958936 583 0 0 18 0 4 0 720278970 1309769728 303504 33554432000 134512640 135305190 4292603888 18446744073709551615 134530636 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/11234/statm: 319768 303504 84 194 0 319572 0
[pid=11234/tid=11235] ppid=11231 vsize=1279072 CPUtime=4898.78 cores=0-7
/proc/11234/task/11235/stat : 11235 (manysat1.1_stat) R 11231 11231 10950 0 -1 4202560 58085 0 0 0 489750 128 0 0 25 0 4 0 720278995 1309769728 303504 33554432000 134512640 135305190 4292603888 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=11234/tid=11236] ppid=11231 vsize=1279072 CPUtime=4898.58 cores=0-7
/proc/11234/task/11236/stat : 11236 (manysat1.1_stat) R 11231 11231 10950 0 -1 4202560 87744 0 0 0 489705 153 0 0 25 0 4 0 720278995 1309769728 303504 33554432000 134512640 135305190 4292603888 18446744073709551615 134570384 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=11234/tid=11237] ppid=11231 vsize=1279072 CPUtime=4898.73 cores=0-7
/proc/11234/task/11237/stat : 11237 (manysat1.1_stat) R 11231 11231 10950 0 -1 4202560 71816 0 0 0 489705 168 0 0 25 0 4 0 720278995 1309769728 303504 33554432000 134512640 135305190 4292603888 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 19598
Current children cumulated vsize (KiB) 1287772

[startup+4962.3 s]
/proc/loadavg: 4.00 4.00 3.95 5/314 11385
/proc/meminfo: memFree=7841644/32950928 swapFree=67085488/67111528
[pid=11231] ppid=11229 vsize=8700 CPUtime=2.8 cores=0-7
/proc/11231/stat : 11231 (manysat.sh) S 11229 11231 10950 0 -1 4202496 357 22956 0 0 0 0 274 6 18 0 1 0 720278689 8908800 253 33554432000 4194304 4922060 140736669910400 18446744073709551615 231895309445 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/11231/statm: 2175 253 209 178 0 68 0
[pid=11234] ppid=11231 vsize=1332068 CPUtime=19835.2 cores=0-7
/proc/11234/stat : 11234 (manysat1.1_stat) R 11231 11231 10950 0 -1 4202496 315999 0 0 0 1982919 601 0 0 22 0 4 0 720278970 1364037632 315871 33554432000 134512640 135305190 4292603888 18446744073709551615 134528298 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/11234/statm: 333017 315871 84 194 0 332821 0
[pid=11234/tid=11235] ppid=11231 vsize=1332068 CPUtime=4958.77 cores=0-7
/proc/11234/task/11235/stat : 11235 (manysat1.1_stat) R 11231 11231 10950 0 -1 4202560 60382 0 0 0 495747 130 0 0 25 0 4 0 720278995 1364037632 315871 33554432000 134512640 135305190 4292603888 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=11234/tid=11236] ppid=11231 vsize=1332068 CPUtime=4958.59 cores=0-7
/proc/11234/task/11236/stat : 11236 (manysat1.1_stat) R 11231 11231 10950 0 -1 4202560 92393 0 0 0 495697 162 0 0 25 0 4 0 720278995 1364037632 315871 33554432000 134512640 135305190 4292603888 18446744073709551615 134528252 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=11234/tid=11237] ppid=11231 vsize=1332068 CPUtime=4958.73 cores=0-7
/proc/11234/task/11237/stat : 11237 (manysat1.1_stat) R 11231 11231 10950 0 -1 4202560 74822 0 0 0 495701 172 0 0 25 0 4 0 720278995 1364037632 315871 33554432000 134512640 135305190 4292603888 18446744073709551615 134528252 0 0 4096 3 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 19838
Current children cumulated vsize (KiB) 1340768

[startup+5022.3 s]
/proc/loadavg: 4.00 4.00 3.95 5/314 11386
/proc/meminfo: memFree=7791256/32950928 swapFree=67085488/67111528
[pid=11231] ppid=11229 vsize=8700 CPUtime=2.8 cores=0-7
/proc/11231/stat : 11231 (manysat.sh) S 11229 11231 10950 0 -1 4202496 357 22956 0 0 0 0 274 6 18 0 1 0 720278689 8908800 253 33554432000 4194304 4922060 140736669910400 18446744073709551615 231895309445 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/11231/statm: 2175 253 209 178 0 68 0
[pid=11234] ppid=11231 vsize=1382468 CPUtime=20075.2 cores=0-7
/proc/11234/stat : 11234 (manysat1.1_stat) R 11231 11231 10950 0 -1 4202496 328674 0 0 0 2006900 621 0 0 18 0 4 0 720278970 1415647232 328546 33554432000 134512640 135305190 4292603888 18446744073709551615 134547909 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/11234/statm: 345617 328546 84 194 0 345421 0
[pid=11234/tid=11235] ppid=11231 vsize=1382468 CPUtime=5018.78 cores=0-7
/proc/11234/task/11235/stat : 11235 (manysat1.1_stat) R 11231 11231 10950 0 -1 4202560 62694 0 0 0 501745 133 0 0 25 0 4 0 720278995 1415647232 328546 33554432000 134512640 135305190 4292603888 18446744073709551615 134528319 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=11234/tid=11236] ppid=11231 vsize=1382468 CPUtime=5018.59 cores=0-7
/proc/11234/task/11236/stat : 11236 (manysat1.1_stat) R 11231 11231 10950 0 -1 4202560 97441 0 0 0 501688 171 0 0 25 0 4 0 720278995 1415647232 328546 33554432000 134512640 135305190 4292603888 18446744073709551615 134528506 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=11234/tid=11237] ppid=11231 vsize=1382468 CPUtime=5018.73 cores=0-7
/proc/11234/task/11237/stat : 11237 (manysat1.1_stat) R 11231 11231 10950 0 -1 4202560 77678 0 0 0 501697 176 0 0 25 0 4 0 720278995 1415647232 328546 33554432000 134512640 135305190 4292603888 18446744073709551615 134528503 0 0 4096 3 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 20078
Current children cumulated vsize (KiB) 1391168

[startup+5082.3 s]
/proc/loadavg: 4.00 4.00 3.95 5/314 11388
/proc/meminfo: memFree=7739136/32950928 swapFree=67085488/67111528
[pid=11231] ppid=11229 vsize=8700 CPUtime=2.8 cores=0-7
/proc/11231/stat : 11231 (manysat.sh) S 11229 11231 10950 0 -1 4202496 357 22956 0 0 0 0 274 6 18 0 1 0 720278689 8908800 253 33554432000 4194304 4922060 140736669910400 18446744073709551615 231895309445 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/11231/statm: 2175 253 209 178 0 68 0
[pid=11234] ppid=11231 vsize=1435568 CPUtime=20315.2 cores=0-7
/proc/11234/stat : 11234 (manysat1.1_stat) R 11231 11231 10950 0 -1 4202496 341595 0 0 0 2030882 640 0 0 25 0 4 0 720278970 1470021632 341467 33554432000 134512640 135305190 4292603888 18446744073709551615 134528338 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/11234/statm: 358892 341467 84 194 0 358696 0
[pid=11234/tid=11235] ppid=11231 vsize=1435568 CPUtime=5078.78 cores=0-7
/proc/11234/task/11235/stat : 11235 (manysat1.1_stat) R 11231 11231 10950 0 -1 4202560 65224 0 0 0 507743 135 0 0 25 0 4 0 720278995 1470021632 341467 33554432000 134512640 135305190 4292603888 18446744073709551615 134528576 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=11234/tid=11236] ppid=11231 vsize=1435568 CPUtime=5078.59 cores=0-7
/proc/11234/task/11236/stat : 11236 (manysat1.1_stat) R 11231 11231 10950 0 -1 4202560 102629 0 0 0 507680 179 0 0 25 0 4 0 720278995 1470021632 341467 33554432000 134512640 135305190 4292603888 18446744073709551615 134528252 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=11234/tid=11237] ppid=11231 vsize=1435568 CPUtime=5078.73 cores=0-7
/proc/11234/task/11237/stat : 11237 (manysat1.1_stat) R 11231 11231 10950 0 -1 4202560 80687 0 0 0 507693 180 0 0 25 0 4 0 720278995 1470021632 341467 33554432000 134512640 135305190 4292603888 18446744073709551615 134528480 0 0 4096 3 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 20318
Current children cumulated vsize (KiB) 1444268



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+5100 s]
/proc/loadavg: 4.15 4.03 3.96 5/314 11388
/proc/meminfo: memFree=7737140/32950928 swapFree=67085488/67111528
[pid=11231] ppid=11229 vsize=8700 CPUtime=2.8 cores=0-7
/proc/11231/stat : 11231 (manysat.sh) S 11229 11231 10950 0 -1 4202496 357 22956 0 0 0 0 274 6 18 0 1 0 720278689 8908800 253 33554432000 4194304 4922060 140736669910400 18446744073709551615 231895309445 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/11231/statm: 2175 253 209 178 0 68 0
[pid=11234] ppid=11231 vsize=1437336 CPUtime=20385.9 cores=0-7
/proc/11234/stat : 11234 (manysat1.1_stat) R 11231 11231 10950 0 -1 4202496 342051 0 0 0 2037952 641 0 0 18 0 4 0 720278970 1471832064 341923 33554432000 134512640 135305190 4292603888 18446744073709551615 134528503 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/11234/statm: 359334 341923 84 194 0 359138 0
[pid=11234/tid=11235] ppid=11231 vsize=1437336 CPUtime=5096.39 cores=0-7
/proc/11234/task/11235/stat : 11235 (manysat1.1_stat) R 11231 11231 10950 0 -1 4202560 65236 0 0 0 509503 136 0 0 25 0 4 0 720278995 1471832064 341923 33554432000 134512640 135305190 4292603888 18446744073709551615 134528480 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=11234/tid=11236] ppid=11231 vsize=1437336 CPUtime=5096.3 cores=0-7
/proc/11234/task/11236/stat : 11236 (manysat1.1_stat) R 11231 11231 10950 0 -1 4202560 102835 0 0 0 509450 180 0 0 18 0 4 0 720278995 1471832064 341923 33554432000 134512640 135305190 4292603888 18446744073709551615 134528263 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=11234/tid=11237] ppid=11231 vsize=1437336 CPUtime=5096.44 cores=0-7
/proc/11234/task/11237/stat : 11237 (manysat1.1_stat) R 11231 11231 10950 0 -1 4202560 80797 0 0 0 509464 180 0 0 25 0 4 0 720278995 1471832064 341923 33554432000 134512640 135305190 4292603888 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 20388.7
Current children cumulated vsize (KiB) 1446036

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 11231 and gives
#  childrusage.ru_utime.tv_sec=2
#  childrusage.ru_utime.tv_usec=743582
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=65989
# CPU time returned by wait4() is 2.80957
# while last known CPU time is 20388.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): 20388.7
CPU user time (s): 20382.3
CPU system time (s): 6.47
CPU usage (%): 399.777
Max. virtual memory (cumulated for all children) (KiB): 1446036

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

runsolver used 14.4598 second user time and 36.5504 second system time

The end

Launcher Data

Begin job on node114 at 2011-05-13 17:28:00
IDJOB=3362166
IDBENCH=82468
IDSOLVER=1839
FILE ID=node114/3362166-1305300480
RUNJOBID= node114-1305296396-10964
PBS_JOBID= 13321439
Free space on /tmp= 39232 MiB

SOLVER NAME= ManySAT 1.1 aimd 1/2009-03-20 (4 threads)
BENCH NAME= SAT11/application/jarvisalo/HWMCC10-combination-timeframe-expansion/hwmcc10-timeframe-expansion-k45-pdtvisns3p02-tseitin.cnf
COMMAND LINE= manysat.sh BENCHNAME aimd 1
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3362166-1305300480/watcher-3362166-1305300480 -o /tmp/evaluation-result-3362166-1305300480/solver-3362166-1305300480 -C 40000 -W 5100 -M 31000  manysat.sh HOME/instance-3362166-1305300480.cnf aimd 1

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

MD5SUM BENCH= a0ec1baa890da62d0c6df7f1e62c6af3
RANDOM SEED=1416035791

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:       9123104 kB
Buffers:        253336 kB
Cached:       12686428 kB
SwapCached:         96 kB
Active:       12032484 kB
Inactive:     11262448 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:       9123104 kB
SwapTotal:    67111528 kB
SwapFree:     67085488 kB
Dirty:           14352 kB
Writeback:           0 kB
AnonPages:    10355152 kB
Mapped:          26324 kB
Slab:           430064 kB
PageTables:      36440 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 52429904 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= 39212 MiB
End job on node114 at 2011-05-13 18:53:02