Trace number 3361907

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.1 1221.83

General information on the benchmark

Namevelev-vliw-uns-4.0-9-i1.cnf
MD5SUM590cca3a58efdeb1c95ef988a53daa1d
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark420.299
Satisfiable
(Un)Satisfiability was proved
Number of variables154309
Number of clauses3230738
Sum of the clauses size9429252
Maximum clause length3625
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 22024994
Number of clauses of size 31081436
Number of clauses of size 48866
Number of clauses of size 58692
Number of clauses of size over 5106749

Solver Data

0.00/0.00	c Parsing...
1.29/1.37	c ==============================================================================
1.29/1.37	c |           |     ORIGINAL     |              LEARNT              |          |
1.29/1.37	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
1.29/1.37	c ==============================================================================
1.29/1.37	c |         0 | 3230737  9429251 |  969221       0        0     nan |  0.000 % |
18.19/18.22	c |         0 | 3193200  9687142 |      --       0       --      -- |     --   | -37507/257956
18.19/18.22	c ==============================================================================
18.19/18.22	c Result  :   #vars: 136989   #clauses: 3193200   #literals: 9687142
18.19/18.22	c CPU time:   18.0473 s
18.19/18.22	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-3361907-1305296450/watcher-3361907-1305296450 -o /tmp/evaluation-result-3361907-1305296450/solver-3361907-1305296450 -C 4800 -W 1300 -M 15500 manysat.sh HOME/instance-3361907-1305296450.cnf aimd 1 

running on 4 cores: 0,2,4,6

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: 4.03 1.14 0.39 5/374 9656
/proc/meminfo: memFree=3801248/32951124 swapFree=67111348/67111528
[pid=9656] ppid=9654 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/9656/stat : 9656 (manysat.sh) S 9654 9656 9547 0 -1 4202496 329 0 0 0 0 0 0 0 23 0 1 0 641242923 8908800 249 33554432000 4194304 4922060 140735973335952 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/9656/statm: 2175 249 209 178 0 68 0

[startup+0.0306131 s]
/proc/loadavg: 4.03 1.14 0.39 5/374 9656
/proc/meminfo: memFree=3801248/32951124 swapFree=67111348/67111528
[pid=9656] ppid=9654 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/9656/stat : 9656 (manysat.sh) S 9654 9656 9547 0 -1 4202496 329 0 0 0 0 0 0 0 23 0 1 0 641242923 8908800 249 33554432000 4194304 4922060 140735973335952 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/9656/statm: 2175 249 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.100602 s]
/proc/loadavg: 4.03 1.14 0.39 5/374 9656
/proc/meminfo: memFree=3801248/32951124 swapFree=67111348/67111528
[pid=9656] ppid=9654 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/9656/stat : 9656 (manysat.sh) S 9654 9656 9547 0 -1 4202496 329 0 0 0 0 0 0 0 23 0 1 0 641242923 8908800 249 33554432000 4194304 4922060 140735973335952 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/9656/statm: 2175 249 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.300568 s]
/proc/loadavg: 4.03 1.14 0.39 5/374 9656
/proc/meminfo: memFree=3801248/32951124 swapFree=67111348/67111528
[pid=9656] ppid=9654 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/9656/stat : 9656 (manysat.sh) S 9654 9656 9547 0 -1 4202496 329 0 0 0 0 0 0 0 23 0 1 0 641242923 8908800 249 33554432000 4194304 4922060 140735973335952 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/9656/statm: 2175 249 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.700491 s]
/proc/loadavg: 4.03 1.14 0.39 5/374 9656
/proc/meminfo: memFree=3801248/32951124 swapFree=67111348/67111528
[pid=9656] ppid=9654 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/9656/stat : 9656 (manysat.sh) S 9654 9656 9547 0 -1 4202496 329 0 0 0 0 0 0 0 23 0 1 0 641242923 8908800 249 33554432000 4194304 4922060 140735973335952 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/9656/statm: 2175 249 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50035 s]
/proc/loadavg: 4.11 1.20 0.41 6/376 9658
/proc/meminfo: memFree=3667396/32951124 swapFree=67111348/67111528
[pid=9656] ppid=9654 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/9656/stat : 9656 (manysat.sh) S 9654 9656 9547 0 -1 4202496 329 0 0 0 0 0 0 0 23 0 1 0 641242923 8908800 249 33554432000 4194304 4922060 140735973335952 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/9656/statm: 2175 249 209 178 0 68 0
[pid=9657] ppid=9656 vsize=244088 CPUtime=1.49 cores=0,2,4,6
/proc/9657/stat : 9657 (SatElite) R 9656 9656 9547 0 -1 4202496 59777 0 0 0 135 14 0 0 25 0 1 0 641242923 249946112 55093 33554432000 134512640 135034092 4290422448 18446744073709551615 134540973 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/9657/statm: 61022 55093 68 128 0 60892 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 252788

[startup+3.10106 s]
/proc/loadavg: 4.11 1.20 0.41 6/376 9658
/proc/meminfo: memFree=3563112/32951124 swapFree=67111348/67111528
[pid=9656] ppid=9654 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/9656/stat : 9656 (manysat.sh) S 9654 9656 9547 0 -1 4202496 329 0 0 0 0 0 0 0 23 0 1 0 641242923 8908800 249 33554432000 4194304 4922060 140735973335952 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/9656/statm: 2175 249 209 178 0 68 0
[pid=9657] ppid=9656 vsize=265704 CPUtime=3.09 cores=0,2,4,6
/proc/9657/stat : 9657 (SatElite) R 9656 9656 9547 0 -1 4202496 64318 0 0 0 294 15 0 0 25 0 1 0 641242923 272080896 59634 33554432000 134512640 135034092 4290422448 18446744073709551615 134566267 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/9657/statm: 66426 59634 68 128 0 66296 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 274404

[startup+6.30047 s]
/proc/loadavg: 4.26 1.28 0.44 6/376 9658
/proc/meminfo: memFree=3535968/32951124 swapFree=67111348/67111528
[pid=9656] ppid=9654 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/9656/stat : 9656 (manysat.sh) S 9654 9656 9547 0 -1 4202496 329 0 0 0 0 0 0 0 23 0 1 0 641242923 8908800 249 33554432000 4194304 4922060 140735973335952 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/9656/statm: 2175 249 209 178 0 68 0
[pid=9657] ppid=9656 vsize=299080 CPUtime=6.29 cores=0,2,4,6
/proc/9657/stat : 9657 (SatElite) R 9656 9656 9547 0 -1 4202496 69909 0 0 0 613 16 0 0 25 0 1 0 641242923 306257920 64766 33554432000 134512640 135034092 4290422448 18446744073709551615 134582740 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/9657/statm: 74770 64766 68 128 0 74640 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 307780

[startup+12.7003 s]
/proc/loadavg: 4.32 1.35 0.47 6/376 9658
/proc/meminfo: memFree=3524828/32951124 swapFree=67111348/67111528
[pid=9656] ppid=9654 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/9656/stat : 9656 (manysat.sh) S 9654 9656 9547 0 -1 4202496 329 0 0 0 0 0 0 0 23 0 1 0 641242923 8908800 249 33554432000 4194304 4922060 140735973335952 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/9656/statm: 2175 249 209 178 0 68 0
[pid=9657] ppid=9656 vsize=311812 CPUtime=12.69 cores=0,2,4,6
/proc/9657/stat : 9657 (SatElite) R 9656 9656 9547 0 -1 4202496 71320 0 0 0 1253 16 0 0 25 0 1 0 641242923 319295488 66057 33554432000 134512640 135034092 4290422448 18446744073709551615 134569271 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/9657/statm: 77953 66057 68 128 0 77823 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 320512

[startup+25.5009 s]
/proc/loadavg: 4.79 1.59 0.56 10/379 9663
/proc/meminfo: memFree=2936496/32951124 swapFree=67111348/67111528
[pid=9656] ppid=9654 vsize=8700 CPUtime=20.27 cores=0,2,4,6
/proc/9656/stat : 9656 (manysat.sh) S 9654 9656 9547 0 -1 4202496 356 82167 0 0 0 0 1998 29 18 0 1 0 641242923 8908800 252 33554432000 4194304 4922060 140735973335952 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/9656/statm: 2175 252 209 178 0 68 0
[pid=9660] ppid=9656 vsize=795496 CPUtime=9.59 cores=0,2,4,6
/proc/9660/stat : 9660 (manysat1.1_stat) R 9656 9656 9547 0 -1 4202496 187855 0 0 0 924 35 0 0 19 0 4 0 641244952 814587904 187721 33554432000 134512640 135305190 4294414672 18446744073709551615 134528298 0 0 4096 3 18446744073709551615 0 0 17 2 0 0 0
/proc/9660/statm: 198874 187721 84 194 0 198678 0
[pid=9660/tid=9661] ppid=9656 vsize=795496 CPUtime=1.47 cores=0,2,4,6
/proc/9660/task/9661/stat : 9661 (manysat1.1_stat) R 9656 9656 9547 0 -1 4202560 2209 0 0 0 146 1 0 0 18 0 4 0 641245318 814587904 187721 33554432000 134512640 135305190 4294414672 18446744073709551615 134542005 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=9660/tid=9662] ppid=9656 vsize=795496 CPUtime=1.48 cores=0,2,4,6
/proc/9660/task/9662/stat : 9662 (manysat1.1_stat) R 9656 9656 9547 0 -1 4202560 3015 0 0 0 145 3 0 0 19 0 4 0 641245318 814587904 187721 33554432000 134512640 135305190 4294414672 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=9660/tid=9663] ppid=9656 vsize=795496 CPUtime=1.49 cores=0,2,4,6
/proc/9660/task/9663/stat : 9663 (manysat1.1_stat) R 9656 9656 9547 0 -1 4202560 2883 0 0 0 148 1 0 0 19 0 4 0 641245318 814587904 187721 33554432000 134512640 135305190 4294414672 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 29.86
Current children cumulated vsize (KiB) 804196

[startup+51.1003 s]
/proc/loadavg: 5.94 2.12 0.76 9/379 9663
/proc/meminfo: memFree=2746012/32951124 swapFree=67111348/67111528
[pid=9656] ppid=9654 vsize=8700 CPUtime=20.27 cores=0,2,4,6
/proc/9656/stat : 9656 (manysat.sh) S 9654 9656 9547 0 -1 4202496 356 82167 0 0 0 0 1998 29 18 0 1 0 641242923 8908800 252 33554432000 4194304 4922060 140735973335952 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/9656/statm: 2175 252 209 178 0 68 0
[pid=9660] ppid=9656 vsize=916704 CPUtime=111.65 cores=0,2,4,6
/proc/9660/stat : 9660 (manysat1.1_stat) R 9656 9656 9547 0 -1 4202496 218198 0 0 0 11115 50 0 0 25 0 4 0 641244952 938704896 218064 33554432000 134512640 135305190 4294414672 18446744073709551615 134542402 0 0 4096 3 18446744073709551615 0 0 17 2 0 0 0
/proc/9660/statm: 229176 218064 84 194 0 228980 0
[pid=9660/tid=9661] ppid=9656 vsize=916704 CPUtime=26.8 cores=0,2,4,6
/proc/9660/task/9661/stat : 9661 (manysat1.1_stat) R 9656 9656 9547 0 -1 4202560 6254 0 0 0 2677 3 0 0 25 0 4 0 641245318 938704896 218064 33554432000 134512640 135305190 4294414672 18446744073709551615 134542402 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=9660/tid=9662] ppid=9656 vsize=916704 CPUtime=27.02 cores=0,2,4,6
/proc/9660/task/9662/stat : 9662 (manysat1.1_stat) R 9656 9656 9547 0 -1 4202560 24696 0 0 0 2691 11 0 0 25 0 4 0 641245318 938704896 218064 33554432000 134512640 135305190 4294414672 18446744073709551615 134528576 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=9660/tid=9663] ppid=9656 vsize=916704 CPUtime=27.07 cores=0,2,4,6
/proc/9660/task/9663/stat : 9663 (manysat1.1_stat) R 9656 9656 9547 0 -1 4202560 4675 0 0 0 2705 2 0 0 25 0 4 0 641245318 938704896 218064 33554432000 134512640 135305190 4294414672 18446744073709551615 134528410 0 0 4096 3 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 131.92
Current children cumulated vsize (KiB) 925404

[startup+102.314 s]
/proc/loadavg: 7.17 3.04 1.15 9/379 9665
/proc/meminfo: memFree=2445016/32951124 swapFree=67111348/67111528
[pid=9656] ppid=9654 vsize=8700 CPUtime=20.27 cores=0,2,4,6
/proc/9656/stat : 9656 (manysat.sh) S 9654 9656 9547 0 -1 4202496 356 82167 0 0 0 0 1998 29 18 0 1 0 641242923 8908800 252 33554432000 4194304 4922060 140735973335952 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/9656/statm: 2175 252 209 178 0 68 0
[pid=9660] ppid=9656 vsize=1184752 CPUtime=315.84 cores=0,2,4,6
/proc/9660/stat : 9660 (manysat1.1_stat) R 9656 9656 9547 0 -1 4202496 284571 0 0 0 31505 79 0 0 25 0 4 0 641244952 1213186048 284437 33554432000 134512640 135305190 4294414672 18446744073709551615 134528298 0 0 4096 3 18446744073709551615 0 0 17 2 0 0 0
/proc/9660/statm: 296188 284437 84 194 0 295992 0
[pid=9660/tid=9661] ppid=9656 vsize=1184752 CPUtime=78.01 cores=0,2,4,6
/proc/9660/task/9661/stat : 9661 (manysat1.1_stat) R 9656 9656 9547 0 -1 4202560 13200 0 0 0 7795 6 0 0 25 0 4 0 641245318 1213186048 284437 33554432000 134512640 135305190 4294414672 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=9660/tid=9662] ppid=9656 vsize=1184752 CPUtime=77.58 cores=0,2,4,6
/proc/9660/task/9662/stat : 9662 (manysat1.1_stat) R 9656 9656 9547 0 -1 4202560 77881 0 0 0 7724 34 0 0 25 0 4 0 641245318 1213186048 284437 33554432000 134512640 135305190 4294414672 18446744073709551615 134528851 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=9660/tid=9663] ppid=9656 vsize=1184752 CPUtime=78.28 cores=0,2,4,6
/proc/9660/task/9663/stat : 9663 (manysat1.1_stat) R 9656 9656 9547 0 -1 4202560 6772 0 0 0 7825 3 0 0 25 0 4 0 641245318 1213186048 284437 33554432000 134512640 135305190 4294414672 18446744073709551615 134528503 0 0 4096 3 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 336.11
Current children cumulated vsize (KiB) 1193452

[startup+162.301 s]
/proc/loadavg: 7.80 3.97 1.58 9/379 9666
/proc/meminfo: memFree=2191188/32951124 swapFree=67111348/67111528
[pid=9656] ppid=9654 vsize=8700 CPUtime=20.27 cores=0,2,4,6
/proc/9656/stat : 9656 (manysat.sh) S 9654 9656 9547 0 -1 4202496 356 82167 0 0 0 0 1998 29 18 0 1 0 641242923 8908800 252 33554432000 4194304 4922060 140735973335952 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/9656/statm: 2175 252 209 178 0 68 0
[pid=9660] ppid=9656 vsize=1411520 CPUtime=555.03 cores=0,2,4,6
/proc/9660/stat : 9660 (manysat1.1_stat) R 9656 9656 9547 0 -1 4202496 340986 0 0 0 55394 109 0 0 25 0 4 0 641244952 1445396480 340852 33554432000 134512640 135305190 4294414672 18446744073709551615 134528252 0 0 4096 3 18446744073709551615 0 0 17 2 0 0 0
/proc/9660/statm: 352880 340852 84 194 0 352684 0
[pid=9660/tid=9661] ppid=9656 vsize=1411520 CPUtime=138 cores=0,2,4,6
/proc/9660/task/9661/stat : 9661 (manysat1.1_stat) R 9656 9656 9547 0 -1 4202560 20244 0 0 0 13790 10 0 0 25 0 4 0 641245318 1445396480 340852 33554432000 134512640 135305190 4294414672 18446744073709551615 134538599 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=9660/tid=9662] ppid=9656 vsize=1411520 CPUtime=136.83 cores=0,2,4,6
/proc/9660/task/9662/stat : 9662 (manysat1.1_stat) R 9656 9656 9547 0 -1 4202560 122702 0 0 0 13627 56 0 0 25 0 4 0 641245318 1445396480 340852 33554432000 134512640 135305190 4294414672 18446744073709551615 134528477 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=9660/tid=9663] ppid=9656 vsize=1411520 CPUtime=138.27 cores=0,2,4,6
/proc/9660/task/9663/stat : 9663 (manysat1.1_stat) R 9656 9656 9547 0 -1 4202560 8469 0 0 0 13822 5 0 0 25 0 4 0 641245318 1445396480 340852 33554432000 134512640 135305190 4294414672 18446744073709551615 134528371 0 0 4096 3 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 575.3
Current children cumulated vsize (KiB) 1420220

[startup+222.301 s]
/proc/loadavg: 8.02 4.73 1.99 9/379 9668
/proc/meminfo: memFree=1991052/32951124 swapFree=67111348/67111528
[pid=9656] ppid=9654 vsize=8700 CPUtime=20.27 cores=0,2,4,6
/proc/9656/stat : 9656 (manysat.sh) S 9654 9656 9547 0 -1 4202496 356 82167 0 0 0 0 1998 29 18 0 1 0 641242923 8908800 252 33554432000 4194304 4922060 140735973335952 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/9656/statm: 2175 252 209 178 0 68 0
[pid=9660] ppid=9656 vsize=1536320 CPUtime=794.2 cores=0,2,4,6
/proc/9660/stat : 9660 (manysat1.1_stat) R 9656 9656 9547 0 -1 4202496 372291 0 0 0 79286 134 0 0 25 0 4 0 641244952 1573191680 372157 33554432000 134512640 135305190 4294414672 18446744073709551615 134528189 0 0 4096 3 18446744073709551615 0 0 17 2 0 0 0
/proc/9660/statm: 384080 372157 84 194 0 383884 0
[pid=9660/tid=9661] ppid=9656 vsize=1536320 CPUtime=197.94 cores=0,2,4,6
/proc/9660/task/9661/stat : 9661 (manysat1.1_stat) R 9656 9656 9547 0 -1 4202560 22667 0 0 0 19781 13 0 0 25 0 4 0 641245318 1573191680 372157 33554432000 134512640 135305190 4294414672 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=9660/tid=9662] ppid=9656 vsize=1536320 CPUtime=196.1 cores=0,2,4,6
/proc/9660/task/9662/stat : 9662 (manysat1.1_stat) R 9656 9656 9547 0 -1 4202560 147943 0 0 0 19537 73 0 0 25 0 4 0 641245318 1573191680 372157 33554432000 134512640 135305190 4294414672 18446744073709551615 134528512 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=9660/tid=9663] ppid=9656 vsize=1536320 CPUtime=198.26 cores=0,2,4,6
/proc/9660/task/9663/stat : 9663 (manysat1.1_stat) R 9656 9656 9547 0 -1 4202560 9699 0 0 0 19819 7 0 0 25 0 4 0 641245318 1573191680 372157 33554432000 134512640 135305190 4294414672 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 814.47

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

/proc/9660/task/9663/stat : 9663 (manysat1.1_stat) R 9656 9656 9547 0 -1 4202560 20720 0 0 0 73378 17 0 0 25 0 4 0 641245318 2203152384 523509 33554432000 134512640 135305190 4294414672 18446744073709551615 134528189 0 0 4096 3 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2967.74
Current children cumulated vsize (KiB) 2160216

[startup+822.3 s]
/proc/loadavg: 8.31 7.69 4.90 9/379 9717
/proc/meminfo: memFree=1552592/32951124 swapFree=67111348/67111528
[pid=9656] ppid=9654 vsize=8700 CPUtime=20.27 cores=0,2,4,6
/proc/9656/stat : 9656 (manysat.sh) S 9654 9656 9547 0 -1 4202496 356 82167 0 0 0 0 1998 29 18 0 1 0 641242923 8908800 252 33554432000 4194304 4922060 140735973335952 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/9656/statm: 2175 252 209 178 0 68 0
[pid=9660] ppid=9656 vsize=2199152 CPUtime=3186.69 cores=0,2,4,6
/proc/9660/stat : 9660 (manysat1.1_stat) R 9656 9656 9547 0 -1 4202496 535471 0 0 0 318404 265 0 0 25 0 4 0 641244952 2251931648 535337 33554432000 134512640 135305190 4294414672 18446744073709551615 134528229 0 0 4096 3 18446744073709551615 0 0 17 2 0 0 0
/proc/9660/statm: 549788 535337 84 194 0 549592 0
[pid=9660/tid=9661] ppid=9656 vsize=2199152 CPUtime=796.81 cores=0,2,4,6
/proc/9660/task/9661/stat : 9661 (manysat1.1_stat) R 9656 9656 9547 0 -1 4202560 55939 0 0 0 79641 40 0 0 25 0 4 0 641245318 2251931648 535337 33554432000 134512640 135305190 4294414672 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=9660/tid=9662] ppid=9656 vsize=2199152 CPUtime=794.86 cores=0,2,4,6
/proc/9660/task/9662/stat : 9662 (manysat1.1_stat) R 9656 9656 9547 0 -1 4202560 243335 0 0 0 79339 147 0 0 25 0 4 0 641245318 2251931648 535337 33554432000 134512640 135305190 4294414672 18446744073709551615 134528201 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=9660/tid=9663] ppid=9656 vsize=2199152 CPUtime=793.22 cores=0,2,4,6
/proc/9660/task/9663/stat : 9663 (manysat1.1_stat) R 9656 9656 9547 0 -1 4202560 22042 0 0 0 79303 19 0 0 25 0 4 0 641245318 2251931648 535337 33554432000 134512640 135305190 4294414672 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3206.96
Current children cumulated vsize (KiB) 2207852

[startup+882.3 s]
/proc/loadavg: 8.11 7.75 5.09 9/379 9719
/proc/meminfo: memFree=1495328/32951124 swapFree=67111348/67111528
[pid=9656] ppid=9654 vsize=8700 CPUtime=20.27 cores=0,2,4,6
/proc/9656/stat : 9656 (manysat.sh) S 9654 9656 9547 0 -1 4202496 356 82167 0 0 0 0 1998 29 18 0 1 0 641242923 8908800 252 33554432000 4194304 4922060 140735973335952 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/9656/statm: 2175 252 209 178 0 68 0
[pid=9660] ppid=9656 vsize=2243376 CPUtime=3425.94 cores=0,2,4,6
/proc/9660/stat : 9660 (manysat1.1_stat) R 9656 9656 9547 0 -1 4202496 546288 0 0 0 342317 277 0 0 25 0 4 0 641244952 2297217024 546132 33554432000 134512640 135305190 4294414672 18446744073709551615 134528298 0 0 4096 3 18446744073709551615 0 0 17 2 0 0 0
/proc/9660/statm: 560844 546132 84 194 0 560648 0
[pid=9660/tid=9661] ppid=9656 vsize=2243376 CPUtime=856.79 cores=0,2,4,6
/proc/9660/task/9661/stat : 9661 (manysat1.1_stat) R 9656 9656 9547 0 -1 4202560 58974 0 0 0 85636 43 0 0 25 0 4 0 641245318 2297217024 546132 33554432000 134512640 135305190 4294414672 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=9660/tid=9662] ppid=9656 vsize=2243376 CPUtime=854.86 cores=0,2,4,6
/proc/9660/task/9662/stat : 9662 (manysat1.1_stat) R 9656 9656 9547 0 -1 4202560 247706 0 0 0 85335 151 0 0 25 0 4 0 641245318 2297217024 546132 33554432000 134512640 135305190 4294414672 18446744073709551615 134528768 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=9660/tid=9663] ppid=9656 vsize=2243376 CPUtime=852.51 cores=0,2,4,6
/proc/9660/task/9663/stat : 9663 (manysat1.1_stat) R 9656 9656 9547 0 -1 4202560 23282 0 0 0 85231 20 0 0 25 0 4 0 641245318 2297217024 546132 33554432000 134512640 135305190 4294414672 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3446.21
Current children cumulated vsize (KiB) 2252076

[startup+942.301 s]
/proc/loadavg: 8.08 7.81 5.27 9/379 9720
/proc/meminfo: memFree=1431796/32951124 swapFree=67111348/67111528
[pid=9656] ppid=9654 vsize=8700 CPUtime=20.27 cores=0,2,4,6
/proc/9656/stat : 9656 (manysat.sh) S 9654 9656 9547 0 -1 4202496 356 82167 0 0 0 0 1998 29 18 0 1 0 641242923 8908800 252 33554432000 4194304 4922060 140735973335952 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/9656/statm: 2175 252 209 178 0 68 0
[pid=9660] ppid=9656 vsize=2262292 CPUtime=3665.18 cores=0,2,4,6
/proc/9660/stat : 9660 (manysat1.1_stat) R 9656 9656 9547 0 -1 4202496 551049 0 0 0 366236 282 0 0 25 0 4 0 641244952 2316587008 550893 33554432000 134512640 135305190 4294414672 18446744073709551615 134528747 0 0 4096 3 18446744073709551615 0 0 17 2 0 0 0
/proc/9660/statm: 565573 550893 84 194 0 565377 0
[pid=9660/tid=9661] ppid=9656 vsize=2262292 CPUtime=916.77 cores=0,2,4,6
/proc/9660/task/9661/stat : 9661 (manysat1.1_stat) R 9656 9656 9547 0 -1 4202560 59914 0 0 0 91633 44 0 0 25 0 4 0 641245318 2316587008 550893 33554432000 134512640 135305190 4294414672 18446744073709551615 134528189 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=9660/tid=9662] ppid=9656 vsize=2262292 CPUtime=914.86 cores=0,2,4,6
/proc/9660/task/9662/stat : 9662 (manysat1.1_stat) R 9656 9656 9547 0 -1 4202560 249838 0 0 0 91333 153 0 0 25 0 4 0 641245318 2316587008 550893 33554432000 134512640 135305190 4294414672 18446744073709551615 134528307 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=9660/tid=9663] ppid=9656 vsize=2262292 CPUtime=911.76 cores=0,2,4,6
/proc/9660/task/9663/stat : 9663 (manysat1.1_stat) R 9656 9656 9547 0 -1 4202560 23815 0 0 0 91155 21 0 0 25 0 4 0 641245318 2316587008 550893 33554432000 134512640 135305190 4294414672 18446744073709551615 134528237 0 0 4096 3 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3685.45
Current children cumulated vsize (KiB) 2270992

[startup+1002.3 s]
/proc/loadavg: 8.08 7.85 5.45 9/379 9722
/proc/meminfo: memFree=1389176/32951124 swapFree=67111348/67111528
[pid=9656] ppid=9654 vsize=8700 CPUtime=20.27 cores=0,2,4,6
/proc/9656/stat : 9656 (manysat.sh) S 9654 9656 9547 0 -1 4202496 356 82167 0 0 0 0 1998 29 18 0 1 0 641242923 8908800 252 33554432000 4194304 4922060 140735973335952 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/9656/statm: 2175 252 209 178 0 68 0
[pid=9660] ppid=9656 vsize=2298928 CPUtime=3904.46 cores=0,2,4,6
/proc/9660/stat : 9660 (manysat1.1_stat) R 9656 9656 9547 0 -1 4202496 559640 0 0 0 390156 290 0 0 25 0 4 0 641244952 2354102272 559484 33554432000 134512640 135305190 4294414672 18446744073709551615 134538540 0 0 4096 3 18446744073709551615 0 0 17 2 0 0 0
/proc/9660/statm: 574732 559484 84 194 0 574536 0
[pid=9660/tid=9661] ppid=9656 vsize=2298928 CPUtime=976.78 cores=0,2,4,6
/proc/9660/task/9661/stat : 9661 (manysat1.1_stat) R 9656 9656 9547 0 -1 4202560 62030 0 0 0 97632 46 0 0 25 0 4 0 641245318 2354102272 559484 33554432000 134512640 135305190 4294414672 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=9660/tid=9662] ppid=9656 vsize=2298928 CPUtime=974.87 cores=0,2,4,6
/proc/9660/task/9662/stat : 9662 (manysat1.1_stat) R 9656 9656 9547 0 -1 4202560 253416 0 0 0 97330 157 0 0 25 0 4 0 641245318 2354102272 559484 33554432000 134512640 135305190 4294414672 18446744073709551615 134528477 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=9660/tid=9663] ppid=9656 vsize=2298928 CPUtime=971.04 cores=0,2,4,6
/proc/9660/task/9663/stat : 9663 (manysat1.1_stat) R 9656 9656 9547 0 -1 4202560 24320 0 0 0 97083 21 0 0 25 0 4 0 641245318 2354102272 559484 33554432000 134512640 135305190 4294414672 18446744073709551615 134528539 0 0 4096 3 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3924.73
Current children cumulated vsize (KiB) 2307628

[startup+1062.3 s]
/proc/loadavg: 8.09 7.89 5.61 9/379 9723
/proc/meminfo: memFree=1329816/32951124 swapFree=67111348/67111528
[pid=9656] ppid=9654 vsize=8700 CPUtime=20.27 cores=0,2,4,6
/proc/9656/stat : 9656 (manysat.sh) S 9654 9656 9547 0 -1 4202496 356 82167 0 0 0 0 1998 29 18 0 1 0 641242923 8908800 252 33554432000 4194304 4922060 140735973335952 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/9656/statm: 2175 252 209 178 0 68 0
[pid=9660] ppid=9656 vsize=2334624 CPUtime=4143.75 cores=0,2,4,6
/proc/9660/stat : 9660 (manysat1.1_stat) R 9656 9656 9547 0 -1 4202496 568647 0 0 0 414078 297 0 0 25 0 4 0 641244952 2390654976 568491 33554432000 134512640 135305190 4294414672 18446744073709551615 134528298 0 0 4096 3 18446744073709551615 0 0 17 2 0 0 0
/proc/9660/statm: 583656 568491 84 194 0 583460 0
[pid=9660/tid=9661] ppid=9656 vsize=2334624 CPUtime=1036.78 cores=0,2,4,6
/proc/9660/task/9661/stat : 9661 (manysat1.1_stat) R 9656 9656 9547 0 -1 4202560 65244 0 0 0 103629 49 0 0 25 0 4 0 641245318 2390654976 568491 33554432000 134512640 135305190 4294414672 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=9660/tid=9662] ppid=9656 vsize=2334624 CPUtime=1034.87 cores=0,2,4,6
/proc/9660/task/9662/stat : 9662 (manysat1.1_stat) R 9656 9656 9547 0 -1 4202560 257340 0 0 0 103328 159 0 0 25 0 4 0 641245318 2390654976 568491 33554432000 134512640 135305190 4294414672 18446744073709551615 134528501 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=9660/tid=9663] ppid=9656 vsize=2334624 CPUtime=1030.35 cores=0,2,4,6
/proc/9660/task/9663/stat : 9663 (manysat1.1_stat) R 9656 9656 9547 0 -1 4202560 25021 0 0 0 103013 22 0 0 25 0 4 0 641245318 2390654976 568491 33554432000 134512640 135305190 4294414672 18446744073709551615 134528768 0 0 4096 3 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4164.02
Current children cumulated vsize (KiB) 2343324

[startup+1122.3 s]
/proc/loadavg: 8.12 7.94 5.76 9/379 9725
/proc/meminfo: memFree=1178440/32951124 swapFree=67111348/67111528
[pid=9656] ppid=9654 vsize=8700 CPUtime=20.27 cores=0,2,4,6
/proc/9656/stat : 9656 (manysat.sh) S 9654 9656 9547 0 -1 4202496 356 82167 0 0 0 0 1998 29 18 0 1 0 641242923 8908800 252 33554432000 4194304 4922060 140735973335952 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/9656/statm: 2175 252 209 178 0 68 0
[pid=9660] ppid=9656 vsize=2474808 CPUtime=4383.01 cores=0,2,4,6
/proc/9660/stat : 9660 (manysat1.1_stat) R 9656 9656 9547 0 -1 4202496 601801 0 0 0 437981 320 0 0 25 0 4 0 641244952 2534203392 601645 33554432000 134512640 135305190 4294414672 18446744073709551615 134528229 0 0 4096 3 18446744073709551615 0 0 17 2 0 0 0
/proc/9660/statm: 618702 601645 84 194 0 618506 0
[pid=9660/tid=9661] ppid=9656 vsize=2474808 CPUtime=1096.73 cores=0,2,4,6
/proc/9660/task/9661/stat : 9661 (manysat1.1_stat) R 9656 9656 9547 0 -1 4202560 69375 0 0 0 109621 52 0 0 25 0 4 0 641245318 2534203392 601645 33554432000 134512640 135305190 4294414672 18446744073709551615 134542034 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=9660/tid=9662] ppid=9656 vsize=2474808 CPUtime=1094.87 cores=0,2,4,6
/proc/9660/task/9662/stat : 9662 (manysat1.1_stat) R 9656 9656 9547 0 -1 4202560 282572 0 0 0 109312 175 0 0 25 0 4 0 641245318 2534203392 601645 33554432000 134512640 135305190 4294414672 18446744073709551615 134528768 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=9660/tid=9663] ppid=9656 vsize=2474808 CPUtime=1089.63 cores=0,2,4,6
/proc/9660/task/9663/stat : 9663 (manysat1.1_stat) R 9656 9656 9547 0 -1 4202560 26423 0 0 0 108940 23 0 0 25 0 4 0 641245318 2534203392 601645 33554432000 134512640 135305190 4294414672 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4403.28
Current children cumulated vsize (KiB) 2483508

[startup+1182.3 s]
/proc/loadavg: 8.16 7.98 5.91 9/379 9727
/proc/meminfo: memFree=1108036/32951124 swapFree=67111348/67111528
[pid=9656] ppid=9654 vsize=8700 CPUtime=20.27 cores=0,2,4,6
/proc/9656/stat : 9656 (manysat.sh) S 9654 9656 9547 0 -1 4202496 356 82167 0 0 0 0 1998 29 18 0 1 0 641242923 8908800 252 33554432000 4194304 4922060 140735973335952 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/9656/statm: 2175 252 209 178 0 68 0
[pid=9660] ppid=9656 vsize=2534840 CPUtime=4622.28 cores=0,2,4,6
/proc/9660/stat : 9660 (manysat1.1_stat) R 9656 9656 9547 0 -1 4202496 617125 0 0 0 461895 333 0 0 25 0 4 0 641244952 2595676160 616969 33554432000 134512640 135305190 4294414672 18446744073709551615 134528181 0 0 4096 3 18446744073709551615 0 0 17 2 0 0 0
/proc/9660/statm: 633710 616969 84 194 0 633514 0
[pid=9660/tid=9661] ppid=9656 vsize=2534840 CPUtime=1156.73 cores=0,2,4,6
/proc/9660/task/9661/stat : 9661 (manysat1.1_stat) R 9656 9656 9547 0 -1 4202560 72846 0 0 0 115618 55 0 0 25 0 4 0 641245318 2595676160 616969 33554432000 134512640 135305190 4294414672 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=9660/tid=9662] ppid=9656 vsize=2534840 CPUtime=1154.87 cores=0,2,4,6
/proc/9660/task/9662/stat : 9662 (manysat1.1_stat) R 9656 9656 9547 0 -1 4202560 289347 0 0 0 115307 180 0 0 25 0 4 0 641245318 2595676160 616969 33554432000 134512640 135305190 4294414672 18446744073709551615 134528480 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=9660/tid=9663] ppid=9656 vsize=2534840 CPUtime=1148.91 cores=0,2,4,6
/proc/9660/task/9663/stat : 9663 (manysat1.1_stat) R 9656 9656 9547 0 -1 4202560 28246 0 0 0 114866 25 0 0 25 0 4 0 641245318 2595676160 616969 33554432000 134512640 135305190 4294414672 18446744073709551615 134528252 0 0 4096 3 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4642.55
Current children cumulated vsize (KiB) 2543540



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1221.8 s]
/proc/loadavg: 8.21 8.01 6.01 9/379 9728
/proc/meminfo: memFree=1034324/32951124 swapFree=67111348/67111528
[pid=9656] ppid=9654 vsize=8700 CPUtime=20.27 cores=0,2,4,6
/proc/9656/stat : 9656 (manysat.sh) S 9654 9656 9547 0 -1 4202496 356 82167 0 0 0 0 1998 29 18 0 1 0 641242923 8908800 252 33554432000 4194304 4922060 140735973335952 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/9656/statm: 2175 252 209 178 0 68 0
[pid=9660] ppid=9656 vsize=2578924 CPUtime=4779.83 cores=0,2,4,6
/proc/9660/stat : 9660 (manysat1.1_stat) R 9656 9656 9547 0 -1 4202496 627839 0 0 0 477639 344 0 0 25 0 4 0 641244952 2640818176 627683 33554432000 134512640 135305190 4294414672 18446744073709551615 134528298 0 0 4096 3 18446744073709551615 0 0 17 2 0 0 0
/proc/9660/statm: 644731 627683 84 194 0 644535 0
[pid=9660/tid=9661] ppid=9656 vsize=2578924 CPUtime=1196.25 cores=0,2,4,6
/proc/9660/task/9661/stat : 9661 (manysat1.1_stat) R 9656 9656 9547 0 -1 4202560 75670 0 0 0 119567 58 0 0 25 0 4 0 641245318 2640818176 627685 33554432000 134512640 135305190 4294414672 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=9660/tid=9662] ppid=9656 vsize=2578924 CPUtime=1194.38 cores=0,2,4,6
/proc/9660/task/9662/stat : 9662 (manysat1.1_stat) R 9656 9656 9547 0 -1 4202560 293302 0 0 0 119254 184 0 0 25 0 4 0 641245318 2640818176 627685 33554432000 134512640 135305190 4294414672 18446744073709551615 134528768 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=9660/tid=9663] ppid=9656 vsize=2578924 CPUtime=1187.93 cores=0,2,4,6
/proc/9660/task/9663/stat : 9663 (manysat1.1_stat) R 9656 9656 9547 0 -1 4202560 29025 0 0 0 118768 25 0 0 25 0 4 0 641245318 2640818176 627685 33554432000 134512640 135305190 4294414672 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4800.1
Current children cumulated vsize (KiB) 2587624

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

Real time (s): 1221.83
CPU time (s): 4800.1
CPU user time (s): 4796.37
CPU system time (s): 3.73
CPU usage (%): 392.863
Max. virtual memory (cumulated for all children) (KiB): 2587624

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 19.987
system time used= 0.291955
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 82523
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= 9
involuntary context switches= 256

runsolver used 3.98339 second user time and 10.5054 second system time

The end

Launcher Data

Begin job on node139 at 2011-05-13 16:20:52
IDJOB=3361907
IDBENCH=69571
IDSOLVER=1838
FILE ID=node139/3361907-1305296450
RUNJOBID= node139-1305296392-9565
PBS_JOBID= 13321414
Free space on /tmp= 40532 MiB

SOLVER NAME= ManySAT 1.1 aimd 1/2009-03-20 (4 threads)
BENCH NAME= SAT_RACE08/cnf/velev-vliw-uns-4.0-9-i1.cnf
COMMAND LINE= manysat.sh BENCHNAME aimd 1
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3361907-1305296450/watcher-3361907-1305296450 -o /tmp/evaluation-result-3361907-1305296450/solver-3361907-1305296450 -C 4800 -W 1300 -M 15500  manysat.sh HOME/instance-3361907-1305296450.cnf aimd 1

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

MD5SUM BENCH= 590cca3a58efdeb1c95ef988a53daa1d
RANDOM SEED=57781434

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:       3801396 kB
Buffers:        253548 kB
Cached:       21127696 kB
SwapCached:          8 kB
Active:       16313216 kB
Inactive:     12072800 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:       3801396 kB
SwapTotal:    67111528 kB
SwapFree:     67111348 kB
Dirty:           70716 kB
Writeback:           0 kB
AnonPages:     7004408 kB
Mapped:          29412 kB
Slab:           659832 kB
PageTables:      38608 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 76983556 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= 40460 MiB
End job on node139 at 2011-05-13 16:41:16