Trace number 3361953

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SAT09 reference solver: ManySAT 1.1 aimd 1/2009-03-20? (TO) 4800.39 1203.53

General information on the benchmark

NameAPPLICATIONS/crypto/
md5gen/gus-md5-11.cnf
MD5SUM49867705b76fc90285dd6fc48de2613c
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 variables69561
Number of clauses226787
Sum of the clauses size587727
Maximum clause length3
Minimum clause length1
Number of clauses of size 1129
Number of clauses of size 292376
Number of clauses of size 3134282
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.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 |  226144   586057 |   67843       0        0     nan |  0.000 % |
0.00/0.55	c |         0 |  163375   552718 |      --       0       --      -- |     --   | -62769/-33339
0.00/0.55	c ==============================================================================
0.00/0.55	c Result  :   #vars: 28527   #clauses: 163375   #literals: 552718
0.00/0.55	c CPU time:   0.530919 s
0.00/0.55	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-3361953-1305297597/watcher-3361953-1305297597 -o /tmp/evaluation-result-3361953-1305297597/solver-3361953-1305297597 -C 4800 -W 1300 -M 15500 manysat.sh HOME/instance-3361953-1305297597.cnf aimd 1 

running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 4800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 4830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 8.09 7.94 5.85 5/283 11825
/proc/meminfo: memFree=19743400/32951124 swapFree=67057896/67111528
[pid=11825] ppid=11823 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/11825/stat : 11825 (manysat.sh) S 11823 11825 11653 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 622175040 8908800 250 33554432000 4194304 4922060 140734266344496 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/11825/statm: 2175 250 209 178 0 68 0

[startup+0.108192 s]
/proc/loadavg: 8.09 7.94 5.85 5/283 11825
/proc/meminfo: memFree=19743400/32951124 swapFree=67057896/67111528
[pid=11825] ppid=11823 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/11825/stat : 11825 (manysat.sh) S 11823 11825 11653 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 622175040 8908800 250 33554432000 4194304 4922060 140734266344496 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/11825/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.201178 s]
/proc/loadavg: 8.09 7.94 5.85 5/283 11825
/proc/meminfo: memFree=19743400/32951124 swapFree=67057896/67111528
[pid=11825] ppid=11823 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/11825/stat : 11825 (manysat.sh) S 11823 11825 11653 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 622175040 8908800 250 33554432000 4194304 4922060 140734266344496 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/11825/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.301157 s]
/proc/loadavg: 8.09 7.94 5.85 5/283 11825
/proc/meminfo: memFree=19743400/32951124 swapFree=67057896/67111528
[pid=11825] ppid=11823 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/11825/stat : 11825 (manysat.sh) S 11823 11825 11653 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 622175040 8908800 250 33554432000 4194304 4922060 140734266344496 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/11825/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.701091 s]
/proc/loadavg: 8.09 7.94 5.85 5/283 11825
/proc/meminfo: memFree=19743400/32951124 swapFree=67057896/67111528
[pid=11825] ppid=11823 vsize=8700 CPUtime=0.67 cores=1,3,5,7
/proc/11825/stat : 11825 (manysat.sh) S 11823 11825 11653 0 -1 4202496 356 9886 0 0 0 0 64 3 19 0 1 0 622175040 8908800 253 33554432000 4194304 4922060 140734266344496 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/11825/statm: 2175 253 209 178 0 68 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 8700

[startup+1.50091 s]
/proc/loadavg: 8.08 7.94 5.86 9/288 11831
/proc/meminfo: memFree=19680996/32951124 swapFree=67057896/67111528
[pid=11825] ppid=11823 vsize=8700 CPUtime=0.67 cores=1,3,5,7
/proc/11825/stat : 11825 (manysat.sh) S 11823 11825 11653 0 -1 4202496 356 9886 0 0 0 0 64 3 19 0 1 0 622175040 8908800 253 33554432000 4194304 4922060 140734266344496 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/11825/statm: 2175 253 209 178 0 68 0
[pid=11828] ppid=11825 vsize=92044 CPUtime=2.57 cores=1,3,5,7
/proc/11828/stat : 11828 (manysat1.1_stat) R 11825 11825 11653 0 -1 4202496 14267 0 0 0 239 18 0 0 18 0 4 0 622175107 94253056 14219 33554432000 134512640 135305190 4289643120 18446744073709551615 134528768 0 0 4096 3 18446744073709551615 0 0 17 5 0 0 0
/proc/11828/statm: 23011 14219 84 194 0 22815 0
[pid=11828/tid=11829] ppid=11825 vsize=92044 CPUtime=0.57 cores=1,3,5,7
/proc/11828/task/11829/stat : 11829 (manysat1.1_stat) R 11825 11825 11653 0 -1 4202560 700 0 0 0 53 4 0 0 18 0 4 0 622175129 94253056 14219 33554432000 134512640 135305190 4289643120 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 7 0 0 0
[pid=11828/tid=11830] ppid=11825 vsize=92044 CPUtime=0.58 cores=1,3,5,7
/proc/11828/task/11830/stat : 11830 (manysat1.1_stat) R 11825 11825 11653 0 -1 4202560 709 0 0 0 55 3 0 0 18 0 4 0 622175129 94253056 14219 33554432000 134512640 135305190 4289643120 18446744073709551615 134528242 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=11828/tid=11831] ppid=11825 vsize=92044 CPUtime=0.58 cores=1,3,5,7
/proc/11828/task/11831/stat : 11831 (manysat1.1_stat) R 11825 11825 11653 0 -1 4202560 826 0 0 0 54 4 0 0 18 0 4 0 622175129 94253056 14219 33554432000 134512640 135305190 4289643120 18446744073709551615 134528415 0 0 4096 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3.24
Current children cumulated vsize (KiB) 100744

[startup+3.10064 s]
/proc/loadavg: 8.08 7.94 5.86 9/288 11831
/proc/meminfo: memFree=19676408/32951124 swapFree=67057896/67111528
[pid=11825] ppid=11823 vsize=8700 CPUtime=0.67 cores=1,3,5,7
/proc/11825/stat : 11825 (manysat.sh) S 11823 11825 11653 0 -1 4202496 356 9886 0 0 0 0 64 3 19 0 1 0 622175040 8908800 253 33554432000 4194304 4922060 140734266344496 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/11825/statm: 2175 253 209 178 0 68 0
[pid=11828] ppid=11825 vsize=94928 CPUtime=8.96 cores=1,3,5,7
/proc/11828/stat : 11828 (manysat1.1_stat) R 11825 11825 11653 0 -1 4202496 15040 0 0 0 877 19 0 0 20 0 4 0 622175107 97206272 14992 33554432000 134512640 135305190 4289643120 18446744073709551615 134558326 0 0 4096 3 18446744073709551615 0 0 17 5 0 0 0
/proc/11828/statm: 23732 14992 84 194 0 23536 0
[pid=11828/tid=11829] ppid=11825 vsize=94928 CPUtime=2.16 cores=1,3,5,7
/proc/11828/task/11829/stat : 11829 (manysat1.1_stat) R 11825 11825 11653 0 -1 4202560 890 0 0 0 212 4 0 0 21 0 4 0 622175129 97206272 14992 33554432000 134512640 135305190 4289643120 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 7 0 0 0
[pid=11828/tid=11830] ppid=11825 vsize=94928 CPUtime=2.18 cores=1,3,5,7
/proc/11828/task/11830/stat : 11830 (manysat1.1_stat) R 11825 11825 11653 0 -1 4202560 845 0 0 0 215 3 0 0 21 0 4 0 622175129 97206272 14992 33554432000 134512640 135305190 4289643120 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=11828/tid=11831] ppid=11825 vsize=94928 CPUtime=2.18 cores=1,3,5,7
/proc/11828/task/11831/stat : 11831 (manysat1.1_stat) R 11825 11825 11653 0 -1 4202560 1077 0 0 0 213 5 0 0 21 0 4 0 622175129 97206272 14992 33554432000 134512640 135305190 4289643120 18446744073709551615 134550084 0 0 4096 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 9.63
Current children cumulated vsize (KiB) 103628

[startup+6.30107 s]
/proc/loadavg: 8.08 7.94 5.86 9/288 11831
/proc/meminfo: memFree=19672256/32951124 swapFree=67057896/67111528
[pid=11825] ppid=11823 vsize=8700 CPUtime=0.67 cores=1,3,5,7
/proc/11825/stat : 11825 (manysat.sh) S 11823 11825 11653 0 -1 4202496 356 9886 0 0 0 0 64 3 19 0 1 0 622175040 8908800 253 33554432000 4194304 4922060 140734266344496 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/11825/statm: 2175 253 209 178 0 68 0
[pid=11828] ppid=11825 vsize=97288 CPUtime=21.73 cores=1,3,5,7
/proc/11828/stat : 11828 (manysat1.1_stat) R 11825 11825 11653 0 -1 4202496 15639 0 0 0 2154 19 0 0 25 0 4 0 622175107 99622912 15591 33554432000 134512640 135305190 4289643120 18446744073709551615 134570412 0 0 4096 3 18446744073709551615 0 0 17 5 0 0 0
/proc/11828/statm: 24322 15591 84 194 0 24126 0
[pid=11828/tid=11829] ppid=11825 vsize=97288 CPUtime=5.33 cores=1,3,5,7
/proc/11828/task/11829/stat : 11829 (manysat1.1_stat) R 11825 11825 11653 0 -1 4202560 1041 0 0 0 529 4 0 0 25 0 4 0 622175129 99622912 15591 33554432000 134512640 135305190 4289643120 18446744073709551615 134528181 0 0 4096 3 0 0 0 -1 7 0 0 0
[pid=11828/tid=11830] ppid=11825 vsize=97288 CPUtime=5.38 cores=1,3,5,7
/proc/11828/task/11830/stat : 11830 (manysat1.1_stat) R 11825 11825 11653 0 -1 4202560 993 0 0 0 535 3 0 0 25 0 4 0 622175129 99622912 15591 33554432000 134512640 135305190 4289643120 18446744073709551615 134553555 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=11828/tid=11831] ppid=11825 vsize=97288 CPUtime=5.38 cores=1,3,5,7
/proc/11828/task/11831/stat : 11831 (manysat1.1_stat) R 11825 11825 11653 0 -1 4202560 1242 0 0 0 533 5 0 0 25 0 4 0 622175129 99622912 15591 33554432000 134512640 135305190 4289643120 18446744073709551615 134528837 0 0 4096 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 22.4
Current children cumulated vsize (KiB) 105988

[startup+12.7009 s]
/proc/loadavg: 8.07 7.94 5.88 9/288 11831
/proc/meminfo: memFree=19668416/32951124 swapFree=67057896/67111528
[pid=11825] ppid=11823 vsize=8700 CPUtime=0.67 cores=1,3,5,7
/proc/11825/stat : 11825 (manysat.sh) S 11823 11825 11653 0 -1 4202496 356 9886 0 0 0 0 64 3 19 0 1 0 622175040 8908800 253 33554432000 4194304 4922060 140734266344496 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/11825/statm: 2175 253 209 178 0 68 0
[pid=11828] ppid=11825 vsize=101852 CPUtime=47.27 cores=1,3,5,7
/proc/11828/stat : 11828 (manysat1.1_stat) R 11825 11825 11653 0 -1 4202496 16571 0 0 0 4707 20 0 0 25 0 4 0 622175107 104296448 16523 33554432000 134512640 135305190 4289643120 18446744073709551615 134528442 0 0 4096 3 18446744073709551615 0 0 17 5 0 0 0
/proc/11828/statm: 25463 16523 84 194 0 25267 0
[pid=11828/tid=11829] ppid=11825 vsize=101852 CPUtime=11.67 cores=1,3,5,7
/proc/11828/task/11829/stat : 11829 (manysat1.1_stat) R 11825 11825 11653 0 -1 4202560 1276 0 0 0 1162 5 0 0 25 0 4 0 622175129 104296448 16523 33554432000 134512640 135305190 4289643120 18446744073709551615 134528768 0 0 4096 3 0 0 0 -1 7 0 0 0
[pid=11828/tid=11830] ppid=11825 vsize=101852 CPUtime=11.78 cores=1,3,5,7
/proc/11828/task/11830/stat : 11830 (manysat1.1_stat) R 11825 11825 11653 0 -1 4202560 1189 0 0 0 1175 3 0 0 25 0 4 0 622175129 104296448 16523 33554432000 134512640 135305190 4289643120 18446744073709551615 134552865 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=11828/tid=11831] ppid=11825 vsize=101852 CPUtime=11.78 cores=1,3,5,7
/proc/11828/task/11831/stat : 11831 (manysat1.1_stat) R 11825 11825 11653 0 -1 4202560 1554 0 0 0 1173 5 0 0 25 0 4 0 622175129 104296448 16523 33554432000 134512640 135305190 4289643120 18446744073709551615 134528562 0 0 4096 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 47.94
Current children cumulated vsize (KiB) 110552

[startup+25.5007 s]
/proc/loadavg: 8.22 7.98 5.92 9/288 11832
/proc/meminfo: memFree=19661244/32951124 swapFree=67057896/67111528
[pid=11825] ppid=11823 vsize=8700 CPUtime=0.67 cores=1,3,5,7
/proc/11825/stat : 11825 (manysat.sh) S 11823 11825 11653 0 -1 4202496 356 9886 0 0 0 0 64 3 19 0 1 0 622175040 8908800 253 33554432000 4194304 4922060 140734266344496 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/11825/statm: 2175 253 209 178 0 68 0
[pid=11828] ppid=11825 vsize=108832 CPUtime=98.35 cores=1,3,5,7
/proc/11828/stat : 11828 (manysat1.1_stat) R 11825 11825 11653 0 -1 4202496 18388 0 0 0 9814 21 0 0 25 0 4 0 622175107 111443968 18340 33554432000 134512640 135305190 4289643120 18446744073709551615 134528768 0 0 4096 3 18446744073709551615 0 0 17 5 0 0 0
/proc/11828/statm: 27208 18340 84 194 0 27012 0
[pid=11828/tid=11829] ppid=11825 vsize=108832 CPUtime=24.35 cores=1,3,5,7
/proc/11828/task/11829/stat : 11829 (manysat1.1_stat) R 11825 11825 11653 0 -1 4202560 1667 0 0 0 2430 5 0 0 25 0 4 0 622175129 111443968 18340 33554432000 134512640 135305190 4289643120 18446744073709551615 134528536 0 0 4096 3 0 0 0 -1 7 0 0 0
[pid=11828/tid=11830] ppid=11825 vsize=108832 CPUtime=24.58 cores=1,3,5,7
/proc/11828/task/11830/stat : 11830 (manysat1.1_stat) R 11825 11825 11653 0 -1 4202560 1502 0 0 0 2454 4 0 0 25 0 4 0 622175129 111443968 18340 33554432000 134512640 135305190 4289643120 18446744073709551615 134552302 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=11828/tid=11831] ppid=11825 vsize=108832 CPUtime=24.58 cores=1,3,5,7
/proc/11828/task/11831/stat : 11831 (manysat1.1_stat) R 11825 11825 11653 0 -1 4202560 2129 0 0 0 2453 5 0 0 25 0 4 0 622175129 111443968 18340 33554432000 134512640 135305190 4289643120 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 99.02
Current children cumulated vsize (KiB) 117532

[startup+51.1012 s]
/proc/loadavg: 8.14 7.98 5.97 10/288 11832
/proc/meminfo: memFree=19647952/32951124 swapFree=67057896/67111528
[pid=11825] ppid=11823 vsize=8700 CPUtime=0.67 cores=1,3,5,7
/proc/11825/stat : 11825 (manysat.sh) S 11823 11825 11653 0 -1 4202496 356 9886 0 0 0 0 64 3 19 0 1 0 622175040 8908800 253 33554432000 4194304 4922060 140734266344496 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/11825/statm: 2175 253 209 178 0 68 0
[pid=11828] ppid=11825 vsize=120008 CPUtime=200.53 cores=1,3,5,7
/proc/11828/stat : 11828 (manysat1.1_stat) R 11825 11825 11653 0 -1 4202496 21296 0 0 0 20029 24 0 0 25 0 4 0 622175107 122888192 21248 33554432000 134512640 135305190 4289643120 18446744073709551615 134528771 0 0 4096 3 18446744073709551615 0 0 17 5 0 0 0
/proc/11828/statm: 30002 21248 84 194 0 29806 0
[pid=11828/tid=11829] ppid=11825 vsize=120008 CPUtime=49.72 cores=1,3,5,7
/proc/11828/task/11829/stat : 11829 (manysat1.1_stat) R 11825 11825 11653 0 -1 4202560 2304 0 0 0 4967 5 0 0 25 0 4 0 622175129 122888192 21248 33554432000 134512640 135305190 4289643120 18446744073709551615 134528503 0 0 4096 3 0 0 0 -1 7 0 0 0
[pid=11828/tid=11830] ppid=11825 vsize=120008 CPUtime=50.19 cores=1,3,5,7
/proc/11828/task/11830/stat : 11830 (manysat1.1_stat) R 11825 11825 11653 0 -1 4202560 2074 0 0 0 5014 5 0 0 25 0 4 0 622175129 122888192 21248 33554432000 134512640 135305190 4289643120 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=11828/tid=11831] ppid=11825 vsize=120008 CPUtime=50.18 cores=1,3,5,7
/proc/11828/task/11831/stat : 11831 (manysat1.1_stat) R 11825 11825 11653 0 -1 4202560 3141 0 0 0 5012 6 0 0 25 0 4 0 622175129 122888192 21248 33554432000 134512640 135305190 4289643120 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 201.2
Current children cumulated vsize (KiB) 128708

[startup+102.301 s]
/proc/loadavg: 8.11 7.99 6.09 9/288 11834
/proc/meminfo: memFree=19616928/32951124 swapFree=67057896/67111528
[pid=11825] ppid=11823 vsize=8700 CPUtime=0.67 cores=1,3,5,7
/proc/11825/stat : 11825 (manysat.sh) S 11823 11825 11653 0 -1 4202496 356 9886 0 0 0 0 64 3 19 0 1 0 622175040 8908800 253 33554432000 4194304 4922060 140734266344496 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/11825/statm: 2175 253 209 178 0 68 0
[pid=11828] ppid=11825 vsize=140564 CPUtime=404.89 cores=1,3,5,7
/proc/11828/stat : 11828 (manysat1.1_stat) R 11825 11825 11653 0 -1 4202496 26271 0 0 0 40462 27 0 0 25 0 4 0 622175107 143937536 26223 33554432000 134512640 135305190 4289643120 18446744073709551615 134528503 0 0 4096 3 18446744073709551615 0 0 17 5 0 0 0
/proc/11828/statm: 35141 26223 84 194 0 34945 0
[pid=11828/tid=11829] ppid=11825 vsize=140564 CPUtime=100.46 cores=1,3,5,7
/proc/11828/task/11829/stat : 11829 (manysat1.1_stat) R 11825 11825 11653 0 -1 4202560 3289 0 0 0 10041 5 0 0 25 0 4 0 622175129 143937536 26223 33554432000 134512640 135305190 4289643120 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 7 0 0 0
[pid=11828/tid=11830] ppid=11825 vsize=140564 CPUtime=101.4 cores=1,3,5,7
/proc/11828/task/11830/stat : 11830 (manysat1.1_stat) R 11825 11825 11653 0 -1 4202560 3446 0 0 0 10134 6 0 0 25 0 4 0 622175129 143937536 26223 33554432000 134512640 135305190 4289643120 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=11828/tid=11831] ppid=11825 vsize=140564 CPUtime=101.39 cores=1,3,5,7
/proc/11828/task/11831/stat : 11831 (manysat1.1_stat) R 11825 11825 11653 0 -1 4202560 4503 0 0 0 10132 7 0 0 25 0 4 0 622175129 143937536 26223 33554432000 134512640 135305190 4289643120 18446744073709551615 134556770 0 0 4096 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 405.56
Current children cumulated vsize (KiB) 149264

[startup+162.301 s]
/proc/loadavg: 8.14 8.02 6.22 10/288 11835
/proc/meminfo: memFree=19586040/32951124 swapFree=67057896/67111528
[pid=11825] ppid=11823 vsize=8700 CPUtime=0.67 cores=1,3,5,7
/proc/11825/stat : 11825 (manysat.sh) S 11823 11825 11653 0 -1 4202496 356 9886 0 0 0 0 64 3 19 0 1 0 622175040 8908800 253 33554432000 4194304 4922060 140734266344496 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/11825/statm: 2175 253 209 178 0 68 0
[pid=11828] ppid=11825 vsize=163012 CPUtime=644.32 cores=1,3,5,7
/proc/11828/stat : 11828 (manysat1.1_stat) R 11825 11825 11653 0 -1 4202496 31765 0 0 0 64400 32 0 0 25 0 4 0 622175107 166924288 31717 33554432000 134512640 135305190 4289643120 18446744073709551615 134528768 0 0 4096 3 18446744073709551615 0 0 17 5 0 0 0
/proc/11828/statm: 40753 31717 84 194 0 40557 0
[pid=11828/tid=11829] ppid=11825 vsize=163012 CPUtime=159.91 cores=1,3,5,7

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

/proc/11828/task/11831/stat : 11831 (manysat1.1_stat) R 11825 11825 11653 0 -1 4202560 16331 0 0 0 76122 18 0 0 25 0 4 0 622175129 295170048 62954 33554432000 134512640 135305190 4289643120 18446744073709551615 134551651 0 0 4096 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3039.59
Current children cumulated vsize (KiB) 296952

[startup+822.301 s]
/proc/loadavg: 7.63 7.92 7.11 9/288 11918
/proc/meminfo: memFree=20157372/32951124 swapFree=67057896/67111528
[pid=11825] ppid=11823 vsize=8700 CPUtime=0.67 cores=1,3,5,7
/proc/11825/stat : 11825 (manysat.sh) S 11823 11825 11653 0 -1 4202496 356 9886 0 0 0 0 64 3 19 0 1 0 622175040 8908800 253 33554432000 4194304 4922060 140734266344496 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/11825/statm: 2175 253 209 178 0 68 0
[pid=11828] ppid=11825 vsize=289380 CPUtime=3278.35 cores=1,3,5,7
/proc/11828/stat : 11828 (manysat1.1_stat) R 11825 11825 11653 0 -1 4202496 63164 0 0 0 327775 60 0 0 25 0 4 0 622175107 296325120 63116 33554432000 134512640 135305190 4289643120 18446744073709551615 134551651 0 0 4096 3 18446744073709551615 0 0 17 7 0 0 0
/proc/11828/statm: 72345 63116 84 194 0 72149 0
[pid=11828/tid=11829] ppid=11825 vsize=289380 CPUtime=818.32 cores=1,3,5,7
/proc/11828/task/11829/stat : 11829 (manysat1.1_stat) R 11825 11825 11653 0 -1 4202560 11622 0 0 0 81819 13 0 0 25 0 4 0 622175129 296325120 63116 33554432000 134512640 135305190 4289643120 18446744073709551615 134528768 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=11828/tid=11830] ppid=11825 vsize=289380 CPUtime=821.4 cores=1,3,5,7
/proc/11828/task/11830/stat : 11830 (manysat1.1_stat) R 11825 11825 11653 0 -1 4202560 9703 0 0 0 82130 10 0 0 25 0 4 0 622175129 296325120 63116 33554432000 134512640 135305190 4289643120 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=11828/tid=11831] ppid=11825 vsize=289380 CPUtime=821.39 cores=1,3,5,7
/proc/11828/task/11831/stat : 11831 (manysat1.1_stat) R 11825 11825 11653 0 -1 4202560 16342 0 0 0 82121 18 0 0 25 0 4 0 622175129 296325120 63116 33554432000 134512640 135305190 4289643120 18446744073709551615 134557253 0 0 4096 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3279.02
Current children cumulated vsize (KiB) 298080

[startup+882.311 s]
/proc/loadavg: 7.96 7.96 7.17 9/288 11919
/proc/meminfo: memFree=19969128/32951124 swapFree=67057896/67111528
[pid=11825] ppid=11823 vsize=8700 CPUtime=0.67 cores=1,3,5,7
/proc/11825/stat : 11825 (manysat.sh) S 11823 11825 11653 0 -1 4202496 356 9886 0 0 0 0 64 3 19 0 1 0 622175040 8908800 253 33554432000 4194304 4922060 140734266344496 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/11825/statm: 2175 253 209 178 0 68 0
[pid=11828] ppid=11825 vsize=290676 CPUtime=3517.86 cores=1,3,5,7
/proc/11828/stat : 11828 (manysat1.1_stat) R 11825 11825 11653 0 -1 4202496 63437 0 0 0 351725 61 0 0 25 0 4 0 622175107 297652224 63389 33554432000 134512640 135305190 4289643120 18446744073709551615 134528791 0 0 4096 3 18446744073709551615 0 0 17 7 0 0 0
/proc/11828/statm: 72669 63389 84 194 0 72473 0
[pid=11828/tid=11829] ppid=11825 vsize=290676 CPUtime=878.34 cores=1,3,5,7
/proc/11828/task/11829/stat : 11829 (manysat1.1_stat) R 11825 11825 11653 0 -1 4202560 11693 0 0 0 87821 13 0 0 25 0 4 0 622175129 297652224 63389 33554432000 134512640 135305190 4289643120 18446744073709551615 134528559 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=11828/tid=11830] ppid=11825 vsize=290676 CPUtime=881.41 cores=1,3,5,7
/proc/11828/task/11830/stat : 11830 (manysat1.1_stat) R 11825 11825 11653 0 -1 4202560 9787 0 0 0 88131 10 0 0 25 0 4 0 622175129 297652224 63389 33554432000 134512640 135305190 4289643120 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=11828/tid=11831] ppid=11825 vsize=290676 CPUtime=881.4 cores=1,3,5,7
/proc/11828/task/11831/stat : 11831 (manysat1.1_stat) R 11825 11825 11653 0 -1 4202560 16457 0 0 0 88122 18 0 0 25 0 4 0 622175129 297652224 63389 33554432000 134512640 135305190 4289643120 18446744073709551615 134528768 0 0 4096 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3518.53
Current children cumulated vsize (KiB) 299376

[startup+942.301 s]
/proc/loadavg: 8.04 7.98 7.22 9/288 11921
/proc/meminfo: memFree=19825996/32951124 swapFree=67057896/67111528
[pid=11825] ppid=11823 vsize=8700 CPUtime=0.67 cores=1,3,5,7
/proc/11825/stat : 11825 (manysat.sh) S 11823 11825 11653 0 -1 4202496 356 9886 0 0 0 0 64 3 19 0 1 0 622175040 8908800 253 33554432000 4194304 4922060 140734266344496 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/11825/statm: 2175 253 209 178 0 68 0
[pid=11828] ppid=11825 vsize=314088 CPUtime=3757.28 cores=1,3,5,7
/proc/11828/stat : 11828 (manysat1.1_stat) R 11825 11825 11653 0 -1 4202496 69164 0 0 0 375663 65 0 0 25 0 4 0 622175107 321626112 69116 33554432000 134512640 135305190 4289643120 18446744073709551615 134551651 0 0 4096 3 18446744073709551615 0 0 17 7 0 0 0
/proc/11828/statm: 78522 69116 84 194 0 78326 0
[pid=11828/tid=11829] ppid=11825 vsize=314088 CPUtime=938.33 cores=1,3,5,7
/proc/11828/task/11829/stat : 11829 (manysat1.1_stat) R 11825 11825 11653 0 -1 4202560 13623 0 0 0 93818 15 0 0 25 0 4 0 622175129 321626112 69116 33554432000 134512640 135305190 4289643120 18446744073709551615 134557414 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=11828/tid=11830] ppid=11825 vsize=314088 CPUtime=941.41 cores=1,3,5,7
/proc/11828/task/11830/stat : 11830 (manysat1.1_stat) R 11825 11825 11653 0 -1 4202560 10364 0 0 0 94130 11 0 0 25 0 4 0 622175129 321626112 69116 33554432000 134512640 135305190 4289643120 18446744073709551615 134528415 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=11828/tid=11831] ppid=11825 vsize=314088 CPUtime=941.39 cores=1,3,5,7
/proc/11828/task/11831/stat : 11831 (manysat1.1_stat) R 11825 11825 11653 0 -1 4202560 18195 0 0 0 94120 19 0 0 25 0 4 0 622175129 321626112 69116 33554432000 134512640 135305190 4289643120 18446744073709551615 134528768 0 0 4096 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3757.95
Current children cumulated vsize (KiB) 322788

[startup+1002.3 s]
/proc/loadavg: 8.10 8.01 7.28 9/288 11923
/proc/meminfo: memFree=19676944/32951124 swapFree=67057896/67111528
[pid=11825] ppid=11823 vsize=8700 CPUtime=0.67 cores=1,3,5,7
/proc/11825/stat : 11825 (manysat.sh) S 11823 11825 11653 0 -1 4202496 356 9886 0 0 0 0 64 3 19 0 1 0 622175040 8908800 253 33554432000 4194304 4922060 140734266344496 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/11825/statm: 2175 253 209 178 0 68 0
[pid=11828] ppid=11825 vsize=316728 CPUtime=3996.71 cores=1,3,5,7
/proc/11828/stat : 11828 (manysat1.1_stat) R 11825 11825 11653 0 -1 4202496 69707 0 0 0 399606 65 0 0 25 0 4 0 622175107 324329472 69659 33554432000 134512640 135305190 4289643120 18446744073709551615 134551860 0 0 4096 3 18446744073709551615 0 0 17 7 0 0 0
/proc/11828/statm: 79182 69659 84 194 0 78986 0
[pid=11828/tid=11829] ppid=11825 vsize=316728 CPUtime=998.33 cores=1,3,5,7
/proc/11828/task/11829/stat : 11829 (manysat1.1_stat) R 11825 11825 11653 0 -1 4202560 13624 0 0 0 99818 15 0 0 25 0 4 0 622175129 324329472 69659 33554432000 134512640 135305190 4289643120 18446744073709551615 134558360 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=11828/tid=11830] ppid=11825 vsize=316728 CPUtime=1001.38 cores=1,3,5,7
/proc/11828/task/11830/stat : 11830 (manysat1.1_stat) R 11825 11825 11653 0 -1 4202560 10648 0 0 0 100127 11 0 0 25 0 4 0 622175129 324329472 69659 33554432000 134512640 135305190 4289643120 18446744073709551615 134528263 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=11828/tid=11831] ppid=11825 vsize=316728 CPUtime=1001.38 cores=1,3,5,7
/proc/11828/task/11831/stat : 11831 (manysat1.1_stat) R 11825 11825 11653 0 -1 4202560 18309 0 0 0 100119 19 0 0 25 0 4 0 622175129 324329472 69659 33554432000 134512640 135305190 4289643120 18446744073709551615 134528252 0 0 4096 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3997.38
Current children cumulated vsize (KiB) 325428

[startup+1062.3 s]
/proc/loadavg: 8.16 8.04 7.33 9/288 11924
/proc/meminfo: memFree=19370904/32951124 swapFree=67057896/67111528
[pid=11825] ppid=11823 vsize=8700 CPUtime=0.67 cores=1,3,5,7
/proc/11825/stat : 11825 (manysat.sh) S 11823 11825 11653 0 -1 4202496 356 9886 0 0 0 0 64 3 19 0 1 0 622175040 8908800 253 33554432000 4194304 4922060 140734266344496 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/11825/statm: 2175 253 209 178 0 68 0
[pid=11828] ppid=11825 vsize=317324 CPUtime=4236.15 cores=1,3,5,7
/proc/11828/stat : 11828 (manysat1.1_stat) R 11825 11825 11653 0 -1 4202496 69879 0 0 0 423550 65 0 0 25 0 4 0 622175107 324939776 69831 33554432000 134512640 135305190 4289643120 18446744073709551615 134528576 0 0 4096 3 18446744073709551615 0 0 17 7 0 0 0
/proc/11828/statm: 79331 69831 84 194 0 79135 0
[pid=11828/tid=11829] ppid=11825 vsize=317324 CPUtime=1058.33 cores=1,3,5,7
/proc/11828/task/11829/stat : 11829 (manysat1.1_stat) R 11825 11825 11653 0 -1 4202560 13642 0 0 0 105818 15 0 0 25 0 4 0 622175129 324939776 69831 33554432000 134512640 135305190 4289643120 18446744073709551615 134528525 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=11828/tid=11830] ppid=11825 vsize=317324 CPUtime=1061.38 cores=1,3,5,7
/proc/11828/task/11830/stat : 11830 (manysat1.1_stat) R 11825 11825 11653 0 -1 4202560 10653 0 0 0 106127 11 0 0 25 0 4 0 622175129 324939776 69831 33554432000 134512640 135305190 4289643120 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=11828/tid=11831] ppid=11825 vsize=317324 CPUtime=1061.38 cores=1,3,5,7
/proc/11828/task/11831/stat : 11831 (manysat1.1_stat) R 11825 11825 11653 0 -1 4202560 18343 0 0 0 106119 19 0 0 25 0 4 0 622175129 324939776 69831 33554432000 134512640 135305190 4289643120 18446744073709551615 134528256 0 0 4096 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4236.82
Current children cumulated vsize (KiB) 326024

[startup+1122.3 s]
/proc/loadavg: 8.17 8.06 7.38 9/288 11926
/proc/meminfo: memFree=19065488/32951124 swapFree=67057896/67111528
[pid=11825] ppid=11823 vsize=8700 CPUtime=0.67 cores=1,3,5,7
/proc/11825/stat : 11825 (manysat.sh) S 11823 11825 11653 0 -1 4202496 356 9886 0 0 0 0 64 3 19 0 1 0 622175040 8908800 253 33554432000 4194304 4922060 140734266344496 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/11825/statm: 2175 253 209 178 0 68 0
[pid=11828] ppid=11825 vsize=319716 CPUtime=4475.6 cores=1,3,5,7
/proc/11828/stat : 11828 (manysat1.1_stat) R 11825 11825 11653 0 -1 4202496 70305 0 0 0 447495 65 0 0 25 0 4 0 622175107 327389184 70257 33554432000 134512640 135305190 4289643120 18446744073709551615 134551712 0 0 4096 3 18446744073709551615 0 0 17 7 0 0 0
/proc/11828/statm: 79929 70257 84 194 0 79733 0
[pid=11828/tid=11829] ppid=11825 vsize=319716 CPUtime=1118.33 cores=1,3,5,7
/proc/11828/task/11829/stat : 11829 (manysat1.1_stat) R 11825 11825 11653 0 -1 4202560 13736 0 0 0 111818 15 0 0 25 0 4 0 622175129 327389184 70257 33554432000 134512640 135305190 4289643120 18446744073709551615 134528503 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=11828/tid=11830] ppid=11825 vsize=319716 CPUtime=1121.38 cores=1,3,5,7
/proc/11828/task/11830/stat : 11830 (manysat1.1_stat) R 11825 11825 11653 0 -1 4202560 10654 0 0 0 112127 11 0 0 25 0 4 0 622175129 327389184 70257 33554432000 134512640 135305190 4289643120 18446744073709551615 134528603 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=11828/tid=11831] ppid=11825 vsize=319716 CPUtime=1121.39 cores=1,3,5,7
/proc/11828/task/11831/stat : 11831 (manysat1.1_stat) R 11825 11825 11653 0 -1 4202560 18674 0 0 0 112119 20 0 0 25 0 4 0 622175129 327389184 70257 33554432000 134512640 135305190 4289643120 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4476.27
Current children cumulated vsize (KiB) 328416

[startup+1182.3 s]
/proc/loadavg: 8.10 8.06 7.42 9/288 11927
/proc/meminfo: memFree=18963296/32951124 swapFree=67057896/67111528
[pid=11825] ppid=11823 vsize=8700 CPUtime=0.67 cores=1,3,5,7
/proc/11825/stat : 11825 (manysat.sh) S 11823 11825 11653 0 -1 4202496 356 9886 0 0 0 0 64 3 19 0 1 0 622175040 8908800 253 33554432000 4194304 4922060 140734266344496 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/11825/statm: 2175 253 209 178 0 68 0
[pid=11828] ppid=11825 vsize=320852 CPUtime=4715.07 cores=1,3,5,7
/proc/11828/stat : 11828 (manysat1.1_stat) R 11825 11825 11653 0 -1 4202496 70502 0 0 0 471442 65 0 0 25 0 4 0 622175107 328552448 70454 33554432000 134512640 135305190 4289643120 18446744073709551615 134551924 0 0 4096 3 18446744073709551615 0 0 17 7 0 0 0
/proc/11828/statm: 80213 70454 84 194 0 80017 0
[pid=11828/tid=11829] ppid=11825 vsize=320852 CPUtime=1178.33 cores=1,3,5,7
/proc/11828/task/11829/stat : 11829 (manysat1.1_stat) R 11825 11825 11653 0 -1 4202560 13859 0 0 0 117818 15 0 0 25 0 4 0 622175129 328552448 70454 33554432000 134512640 135305190 4289643120 18446744073709551615 134528397 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=11828/tid=11830] ppid=11825 vsize=320852 CPUtime=1181.39 cores=1,3,5,7
/proc/11828/task/11830/stat : 11830 (manysat1.1_stat) R 11825 11825 11653 0 -1 4202560 10685 0 0 0 118128 11 0 0 25 0 4 0 622175129 328552448 70454 33554432000 134512640 135305190 4289643120 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=11828/tid=11831] ppid=11825 vsize=320852 CPUtime=1181.39 cores=1,3,5,7
/proc/11828/task/11831/stat : 11831 (manysat1.1_stat) R 11825 11825 11653 0 -1 4202560 18715 0 0 0 118119 20 0 0 25 0 4 0 622175129 328552448 70454 33554432000 134512640 135305190 4289643120 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4715.74
Current children cumulated vsize (KiB) 329552



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1203.51 s]
/proc/loadavg: 8.07 8.06 7.43 9/288 11928
/proc/meminfo: memFree=18891124/32951124 swapFree=67057896/67111528
[pid=11825] ppid=11823 vsize=8700 CPUtime=0.67 cores=1,3,5,7
/proc/11825/stat : 11825 (manysat.sh) S 11823 11825 11653 0 -1 4202496 356 9886 0 0 0 0 64 3 19 0 1 0 622175040 8908800 253 33554432000 4194304 4922060 140734266344496 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/11825/statm: 2175 253 209 178 0 68 0
[pid=11828] ppid=11825 vsize=320996 CPUtime=4799.72 cores=1,3,5,7
/proc/11828/stat : 11828 (manysat1.1_stat) R 11825 11825 11653 0 -1 4202496 70601 0 0 0 479907 65 0 0 25 0 4 0 622175107 328699904 70553 33554432000 134512640 135305190 4289643120 18446744073709551615 134528747 0 0 4096 3 18446744073709551615 0 0 17 7 0 0 0
/proc/11828/statm: 80249 70553 84 194 0 80053 0
[pid=11828/tid=11829] ppid=11825 vsize=320996 CPUtime=1199.55 cores=1,3,5,7
/proc/11828/task/11829/stat : 11829 (manysat1.1_stat) R 11825 11825 11653 0 -1 4202560 13916 0 0 0 119940 15 0 0 25 0 4 0 622175129 328699904 70553 33554432000 134512640 135305190 4289643120 18446744073709551615 134528310 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=11828/tid=11830] ppid=11825 vsize=320996 CPUtime=1202.6 cores=1,3,5,7
/proc/11828/task/11830/stat : 11830 (manysat1.1_stat) R 11825 11825 11653 0 -1 4202560 10695 0 0 0 120249 11 0 0 25 0 4 0 622175129 328699904 70553 33554432000 134512640 135305190 4289643120 18446744073709551615 134528503 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=11828/tid=11831] ppid=11825 vsize=320996 CPUtime=1202.61 cores=1,3,5,7
/proc/11828/task/11831/stat : 11831 (manysat1.1_stat) R 11825 11825 11653 0 -1 4202560 18745 0 0 0 120241 20 0 0 25 0 4 0 622175129 328699904 70553 33554432000 134512640 135305190 4289643120 18446744073709551615 134528768 0 0 4096 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4800.39
Current children cumulated vsize (KiB) 329696

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

Real time (s): 1203.53
CPU time (s): 4800.39
CPU user time (s): 4799.71
CPU system time (s): 0.68
CPU usage (%): 398.859
Max. virtual memory (cumulated for all children) (KiB): 329696

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

runsolver used 3.16152 second user time and 7.79881 second system time

The end

Launcher Data

Begin job on node140 at 2011-05-13 16:39:57
IDJOB=3361953
IDBENCH=70830
IDSOLVER=1838
FILE ID=node140/3361953-1305297597
RUNJOBID= node140-1305296391-11672
PBS_JOBID= 13321413
Free space on /tmp= 49560 MiB

SOLVER NAME= ManySAT 1.1 aimd 1/2009-03-20 (4 threads)
BENCH NAME= SAT09/APPLICATIONS/crypto/md5gen/gus-md5-11.cnf
COMMAND LINE= manysat.sh BENCHNAME aimd 1
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3361953-1305297597/watcher-3361953-1305297597 -o /tmp/evaluation-result-3361953-1305297597/solver-3361953-1305297597 -C 4800 -W 1300 -M 15500  manysat.sh HOME/instance-3361953-1305297597.cnf aimd 1

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

MD5SUM BENCH= 49867705b76fc90285dd6fc48de2613c
RANDOM SEED=2004796002

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

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.833
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.75
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.833
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:     32951124 kB
MemFree:      19743680 kB
Buffers:        247592 kB
Cached:        8130556 kB
SwapCached:       8056 kB
Active:        5649840 kB
Inactive:      7096028 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      19743680 kB
SwapTotal:    67111528 kB
SwapFree:     67057896 kB
Dirty:            5476 kB
Writeback:           0 kB
AnonPages:     4364828 kB
Mapped:          23512 kB
Slab:           376120 kB
PageTables:      23740 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 46453324 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= 49552 MiB
End job on node140 at 2011-05-13 17:00:03