Trace number 3362265

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.09 1203.82

General information on the benchmark

Nameapplication/fuhs/slp-synthesis-AES/
slp-synthesis-aes-bottom23.cnf
MD5SUMe560aa6505ddce6d3784f70d5b7aff66
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 variables57800
Number of clauses193923
Sum of the clauses size495331
Maximum clause length1803
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 298497
Number of clauses of size 394437
Number of clauses of size 4275
Number of clauses of size 521
Number of clauses of size over 5692

Solver Data

0.00/0.00	c Parsing...
0.00/0.08	c ==============================================================================
0.00/0.08	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.08	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.08	c ==============================================================================
0.00/0.08	c |         0 |  181861   467419 |   54558       0        0     nan |  0.000 % |
0.00/0.76	c |         0 |  126676   470112 |      --       0       --      -- |     --   | -55185/2693
0.00/0.76	c ==============================================================================
0.00/0.76	c Result  :   #vars: 22844   #clauses: 126676   #literals: 470112
0.00/0.76	c CPU time:   0.748886 s
0.00/0.76	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-3362265-1305300677/watcher-3362265-1305300677 -o /tmp/evaluation-result-3362265-1305300677/solver-3362265-1305300677 -C 4800 -W 1300 -M 15500 manysat.sh HOME/instance-3362265-1305300677.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: 8.14 8.11 7.92 5/292 30044
/proc/meminfo: memFree=29140832/32951124 swapFree=54427468/67111528
[pid=30044] ppid=30042 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/30044/stat : 30044 (manysat.sh) S 30042 30044 29121 0 -1 4202496 329 0 0 0 0 0 0 0 25 0 1 0 641665706 8908800 250 33554432000 4194304 4922060 140737225994480 18446744073709551615 228122532997 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/30044/statm: 2175 250 209 178 0 68 0

[startup+0.0649241 s]
/proc/loadavg: 8.14 8.11 7.92 5/292 30044
/proc/meminfo: memFree=29140832/32951124 swapFree=54427468/67111528
[pid=30044] ppid=30042 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/30044/stat : 30044 (manysat.sh) S 30042 30044 29121 0 -1 4202496 329 0 0 0 0 0 0 0 25 0 1 0 641665706 8908800 250 33554432000 4194304 4922060 140737225994480 18446744073709551615 228122532997 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/30044/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.100916 s]
/proc/loadavg: 8.14 8.11 7.92 5/292 30044
/proc/meminfo: memFree=29140832/32951124 swapFree=54427468/67111528
[pid=30044] ppid=30042 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/30044/stat : 30044 (manysat.sh) S 30042 30044 29121 0 -1 4202496 329 0 0 0 0 0 0 0 25 0 1 0 641665706 8908800 250 33554432000 4194304 4922060 140737225994480 18446744073709551615 228122532997 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/30044/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.300879 s]
/proc/loadavg: 8.14 8.11 7.92 5/292 30044
/proc/meminfo: memFree=29140832/32951124 swapFree=54427468/67111528
[pid=30044] ppid=30042 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/30044/stat : 30044 (manysat.sh) S 30042 30044 29121 0 -1 4202496 329 0 0 0 0 0 0 0 25 0 1 0 641665706 8908800 250 33554432000 4194304 4922060 140737225994480 18446744073709551615 228122532997 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/30044/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.700807 s]
/proc/loadavg: 8.14 8.11 7.92 5/292 30044
/proc/meminfo: memFree=29140832/32951124 swapFree=54427468/67111528
[pid=30044] ppid=30042 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/30044/stat : 30044 (manysat.sh) S 30042 30044 29121 0 -1 4202496 329 0 0 0 0 0 0 0 25 0 1 0 641665706 8908800 250 33554432000 4194304 4922060 140737225994480 18446744073709551615 228122532997 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/30044/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50062 s]
/proc/loadavg: 8.14 8.11 7.92 6/294 30047
/proc/meminfo: memFree=29096060/32951124 swapFree=54427468/67111528
[pid=30044] ppid=30042 vsize=8700 CPUtime=0.85 cores=0,2,4,6
/proc/30044/stat : 30044 (manysat.sh) S 30042 30044 29121 0 -1 4202496 356 8090 0 0 0 0 84 1 18 0 1 0 641665706 8908800 253 33554432000 4194304 4922060 140737225994480 18446744073709551615 228122532997 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/30044/statm: 2175 253 209 178 0 68 0
[pid=30047] ppid=30044 vsize=80280 CPUtime=2 cores=0,2,4,6
/proc/30047/stat : 30047 (manysat1.1_stat) R 30044 30044 29121 0 -1 4202496 11645 0 0 0 190 10 0 0 18 0 4 0 641665792 82206720 11594 33554432000 134512640 135305190 4291282928 18446744073709551615 134528791 0 0 4096 3 18446744073709551615 0 0 17 0 0 0 0
/proc/30047/statm: 20070 11594 84 194 0 19874 0
Current children cumulated CPU time (s) 2.85
Current children cumulated vsize (KiB) 88980

[startup+3.10033 s]
/proc/loadavg: 8.13 8.10 7.92 9/297 30051
/proc/meminfo: memFree=29082260/32951124 swapFree=54427468/67111528
[pid=30044] ppid=30042 vsize=8700 CPUtime=0.85 cores=0,2,4,6
/proc/30044/stat : 30044 (manysat.sh) S 30042 30044 29121 0 -1 4202496 356 8090 0 0 0 0 84 1 18 0 1 0 641665706 8908800 253 33554432000 4194304 4922060 140737225994480 18446744073709551615 228122532997 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/30044/statm: 2175 253 209 178 0 68 0
[pid=30047] ppid=30044 vsize=90840 CPUtime=8.39 cores=0,2,4,6
/proc/30047/stat : 30047 (manysat1.1_stat) R 30044 30044 29121 0 -1 4202496 14188 0 0 0 827 12 0 0 21 0 4 0 641665792 93020160 14137 33554432000 134512640 135305190 4291282928 18446744073709551615 134528536 0 0 4096 3 18446744073709551615 0 0 17 0 0 0 0
/proc/30047/statm: 22710 14137 84 194 0 22514 0
[pid=30047/tid=30048] ppid=30044 vsize=90840 CPUtime=2.05 cores=0,2,4,6
/proc/30047/task/30048/stat : 30048 (manysat1.1_stat) R 30044 30044 29121 0 -1 4202560 1184 0 0 0 202 3 0 0 21 0 4 0 641665809 93020160 14137 33554432000 134512640 135305190 4291282928 18446744073709551615 134556813 0 0 4096 3 0 0 0 -1 2 0 0 0
[pid=30047/tid=30049] ppid=30044 vsize=90840 CPUtime=2.05 cores=0,2,4,6
/proc/30047/task/30049/stat : 30049 (manysat1.1_stat) R 30044 30044 29121 0 -1 4202560 1294 0 0 0 203 2 0 0 21 0 4 0 641665809 93020160 14137 33554432000 134512640 135305190 4291282928 18446744073709551615 134528768 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=30047/tid=30050] ppid=30044 vsize=90840 CPUtime=2.03 cores=0,2,4,6
/proc/30047/task/30050/stat : 30050 (manysat1.1_stat) R 30044 30044 29121 0 -1 4202560 1344 0 0 0 201 2 0 0 18 0 4 0 641665809 93020160 14137 33554432000 134512640 135305190 4291282928 18446744073709551615 134551651 0 0 4096 3 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 9.24
Current children cumulated vsize (KiB) 99540

[startup+6.30076 s]
/proc/loadavg: 8.13 8.10 7.92 9/297 30051
/proc/meminfo: memFree=29064280/32951124 swapFree=54427468/67111528
[pid=30044] ppid=30042 vsize=8700 CPUtime=0.85 cores=0,2,4,6
/proc/30044/stat : 30044 (manysat.sh) S 30042 30044 29121 0 -1 4202496 356 8090 0 0 0 0 84 1 18 0 1 0 641665706 8908800 253 33554432000 4194304 4922060 140737225994480 18446744073709551615 228122532997 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/30044/statm: 2175 253 209 178 0 68 0
[pid=30047] ppid=30044 vsize=102752 CPUtime=21.15 cores=0,2,4,6
/proc/30047/stat : 30047 (manysat1.1_stat) R 30044 30044 29121 0 -1 4202496 17149 0 0 0 2102 13 0 0 25 0 4 0 641665792 105218048 17098 33554432000 134512640 135305190 4291282928 18446744073709551615 134557150 0 0 4096 3 18446744073709551615 0 0 17 0 0 0 0
/proc/30047/statm: 25688 17098 84 194 0 25492 0
[pid=30047/tid=30048] ppid=30044 vsize=102752 CPUtime=5.24 cores=0,2,4,6
/proc/30047/task/30048/stat : 30048 (manysat1.1_stat) R 30044 30044 29121 0 -1 4202560 1690 0 0 0 521 3 0 0 25 0 4 0 641665809 105218048 17098 33554432000 134512640 135305190 4291282928 18446744073709551615 134528768 0 0 4096 3 0 0 0 -1 2 0 0 0
[pid=30047/tid=30049] ppid=30044 vsize=102752 CPUtime=5.26 cores=0,2,4,6
/proc/30047/task/30049/stat : 30049 (manysat1.1_stat) R 30044 30044 29121 0 -1 4202560 2231 0 0 0 523 3 0 0 25 0 4 0 641665809 105218048 17098 33554432000 134512640 135305190 4291282928 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=30047/tid=30050] ppid=30044 vsize=102752 CPUtime=5.21 cores=0,2,4,6
/proc/30047/task/30050/stat : 30050 (manysat1.1_stat) R 30044 30044 29121 0 -1 4202560 2028 0 0 0 518 3 0 0 25 0 4 0 641665809 105218048 17098 33554432000 134512640 135305190 4291282928 18446744073709551615 134528480 0 0 4096 3 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 22
Current children cumulated vsize (KiB) 111452

[startup+12.7006 s]
/proc/loadavg: 8.19 8.12 7.93 9/297 30051
/proc/meminfo: memFree=29037516/32951124 swapFree=54427468/67111528
[pid=30044] ppid=30042 vsize=8700 CPUtime=0.85 cores=0,2,4,6
/proc/30044/stat : 30044 (manysat.sh) S 30042 30044 29121 0 -1 4202496 356 8090 0 0 0 0 84 1 18 0 1 0 641665706 8908800 253 33554432000 4194304 4922060 140737225994480 18446744073709551615 228122532997 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/30044/statm: 2175 253 209 178 0 68 0
[pid=30047] ppid=30044 vsize=127924 CPUtime=46.68 cores=0,2,4,6
/proc/30047/stat : 30047 (manysat1.1_stat) R 30044 30044 29121 0 -1 4202496 23454 0 0 0 4651 17 0 0 25 0 4 0 641665792 130994176 23403 33554432000 134512640 135305190 4291282928 18446744073709551615 134528319 0 0 4096 3 18446744073709551615 0 0 17 0 0 0 0
/proc/30047/statm: 31981 23403 84 194 0 31785 0
[pid=30047/tid=30048] ppid=30044 vsize=127924 CPUtime=11.64 cores=0,2,4,6
/proc/30047/task/30048/stat : 30048 (manysat1.1_stat) R 30044 30044 29121 0 -1 4202560 2844 0 0 0 1161 3 0 0 25 0 4 0 641665809 130994176 23403 33554432000 134512640 135305190 4291282928 18446744073709551615 134528768 0 0 4096 3 0 0 0 -1 2 0 0 0
[pid=30047/tid=30049] ppid=30044 vsize=127924 CPUtime=11.65 cores=0,2,4,6
/proc/30047/task/30049/stat : 30049 (manysat1.1_stat) R 30044 30044 29121 0 -1 4202560 4107 0 0 0 1162 3 0 0 25 0 4 0 641665809 130994176 23403 33554432000 134512640 135305190 4291282928 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=30047/tid=30050] ppid=30044 vsize=127924 CPUtime=11.55 cores=0,2,4,6
/proc/30047/task/30050/stat : 30050 (manysat1.1_stat) R 30044 30044 29121 0 -1 4202560 3495 0 0 0 1151 4 0 0 25 0 4 0 641665809 130994176 23403 33554432000 134512640 135305190 4291282928 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 47.53
Current children cumulated vsize (KiB) 136624

[startup+25.5003 s]
/proc/loadavg: 8.16 8.11 7.93 9/297 30051
/proc/meminfo: memFree=29006000/32951124 swapFree=54427468/67111528
[pid=30044] ppid=30042 vsize=8700 CPUtime=0.85 cores=0,2,4,6
/proc/30044/stat : 30044 (manysat.sh) S 30042 30044 29121 0 -1 4202496 356 8090 0 0 0 0 84 1 18 0 1 0 641665706 8908800 253 33554432000 4194304 4922060 140737225994480 18446744073709551615 228122532997 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/30044/statm: 2175 253 209 178 0 68 0
[pid=30047] ppid=30044 vsize=151704 CPUtime=97.75 cores=0,2,4,6
/proc/30047/stat : 30047 (manysat1.1_stat) R 30044 30044 29121 0 -1 4202496 29487 0 0 0 9755 20 0 0 25 0 4 0 641665792 155344896 29436 33554432000 134512640 135305190 4291282928 18446744073709551615 134528229 0 0 4096 3 18446744073709551615 0 0 17 0 0 0 0
/proc/30047/statm: 37926 29436 84 194 0 37730 0
[pid=30047/tid=30048] ppid=30044 vsize=151704 CPUtime=24.43 cores=0,2,4,6
/proc/30047/task/30048/stat : 30048 (manysat1.1_stat) R 30044 30044 29121 0 -1 4202560 4149 0 0 0 2439 4 0 0 25 0 4 0 641665809 155344896 29436 33554432000 134512640 135305190 4291282928 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 2 0 0 0
[pid=30047/tid=30049] ppid=30044 vsize=151704 CPUtime=24.45 cores=0,2,4,6
/proc/30047/task/30049/stat : 30049 (manysat1.1_stat) R 30044 30044 29121 0 -1 4202560 5867 0 0 0 2441 4 0 0 25 0 4 0 641665809 155344896 29436 33554432000 134512640 135305190 4291282928 18446744073709551615 134529062 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=30047/tid=30050] ppid=30044 vsize=151704 CPUtime=24.23 cores=0,2,4,6
/proc/30047/task/30050/stat : 30050 (manysat1.1_stat) R 30044 30044 29121 0 -1 4202560 5010 0 0 0 2418 5 0 0 25 0 4 0 641665809 155344896 29436 33554432000 134512640 135305190 4291282928 18446744073709551615 134528280 0 0 4096 3 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 98.6
Current children cumulated vsize (KiB) 160404

[startup+51.1006 s]
/proc/loadavg: 8.10 8.10 7.93 9/297 30052
/proc/meminfo: memFree=28952948/32951124 swapFree=54427468/67111528
[pid=30044] ppid=30042 vsize=8700 CPUtime=0.85 cores=0,2,4,6
/proc/30044/stat : 30044 (manysat.sh) S 30042 30044 29121 0 -1 4202496 356 8090 0 0 0 0 84 1 18 0 1 0 641665706 8908800 253 33554432000 4194304 4922060 140737225994480 18446744073709551615 228122532997 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/30044/statm: 2175 253 209 178 0 68 0
[pid=30047] ppid=30044 vsize=186120 CPUtime=199.88 cores=0,2,4,6
/proc/30047/stat : 30047 (manysat1.1_stat) R 30044 30044 29121 0 -1 4202496 37789 0 0 0 19961 27 0 0 25 0 4 0 641665792 190586880 37738 33554432000 134512640 135305190 4291282928 18446744073709551615 134530561 0 0 4096 3 18446744073709551615 0 0 17 4 0 0 0
/proc/30047/statm: 46530 37738 84 194 0 46334 0
[pid=30047/tid=30048] ppid=30044 vsize=186120 CPUtime=50.03 cores=0,2,4,6
/proc/30047/task/30048/stat : 30048 (manysat1.1_stat) R 30044 30044 29121 0 -1 4202560 5963 0 0 0 4997 6 0 0 25 0 4 0 641665809 190586880 37738 33554432000 134512640 135305190 4291282928 18446744073709551615 134569883 0 0 4096 3 0 0 0 -1 2 0 0 0
[pid=30047/tid=30049] ppid=30044 vsize=186120 CPUtime=50 cores=0,2,4,6
/proc/30047/task/30049/stat : 30049 (manysat1.1_stat) R 30044 30044 29121 0 -1 4202560 7716 0 0 0 4995 5 0 0 25 0 4 0 641665809 190586880 37738 33554432000 134512640 135305190 4291282928 18446744073709551615 134528252 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=30047/tid=30050] ppid=30044 vsize=186120 CPUtime=49.74 cores=0,2,4,6
/proc/30047/task/30050/stat : 30050 (manysat1.1_stat) R 30044 30044 29121 0 -1 4202560 7237 0 0 0 4967 7 0 0 25 0 4 0 641665809 190586880 37738 33554432000 134512640 135305190 4291282928 18446744073709551615 134551668 0 0 4096 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 200.73
Current children cumulated vsize (KiB) 194820

[startup+102.31 s]
/proc/loadavg: 8.10 8.10 7.93 9/297 30053
/proc/meminfo: memFree=28901844/32951124 swapFree=54427468/67111528
[pid=30044] ppid=30042 vsize=8700 CPUtime=0.85 cores=0,2,4,6
/proc/30044/stat : 30044 (manysat.sh) S 30042 30044 29121 0 -1 4202496 356 8090 0 0 0 0 84 1 18 0 1 0 641665706 8908800 253 33554432000 4194304 4922060 140737225994480 18446744073709551615 228122532997 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/30044/statm: 2175 253 209 178 0 68 0
[pid=30047] ppid=30044 vsize=232740 CPUtime=404.19 cores=0,2,4,6
/proc/30047/stat : 30047 (manysat1.1_stat) R 30044 30044 29121 0 -1 4202496 49314 0 0 0 40384 35 0 0 25 0 4 0 641665792 238325760 49263 33554432000 134512640 135305190 4291282928 18446744073709551615 134528229 0 0 4096 3 18446744073709551615 0 0 17 4 0 0 0
/proc/30047/statm: 58185 49263 84 194 0 57989 0
[pid=30047/tid=30048] ppid=30044 vsize=232740 CPUtime=101.21 cores=0,2,4,6
/proc/30047/task/30048/stat : 30048 (manysat1.1_stat) R 30044 30044 29121 0 -1 4202560 8585 0 0 0 10113 8 0 0 25 0 4 0 641665809 238325760 49263 33554432000 134512640 135305190 4291282928 18446744073709551615 134530561 0 0 4096 3 0 0 0 -1 2 0 0 0
[pid=30047/tid=30049] ppid=30044 vsize=232740 CPUtime=100.92 cores=0,2,4,6
/proc/30047/task/30049/stat : 30049 (manysat1.1_stat) R 30044 30044 29121 0 -1 4202560 10764 0 0 0 10085 7 0 0 25 0 4 0 641665809 238325760 49263 33554432000 134512640 135305190 4291282928 18446744073709551615 134528189 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=30047/tid=30050] ppid=30044 vsize=232740 CPUtime=100.76 cores=0,2,4,6
/proc/30047/task/30050/stat : 30050 (manysat1.1_stat) R 30044 30044 29121 0 -1 4202560 10143 0 0 0 10067 9 0 0 25 0 4 0 641665809 238325760 49263 33554432000 134512640 135305190 4291282928 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 405.04
Current children cumulated vsize (KiB) 241440

[startup+162.3 s]
/proc/loadavg: 8.10 8.09 7.94 9/297 30055
/proc/meminfo: memFree=28858904/32951124 swapFree=54427468/67111528
[pid=30044] ppid=30042 vsize=8700 CPUtime=0.85 cores=0,2,4,6
/proc/30044/stat : 30044 (manysat.sh) S 30042 30044 29121 0 -1 4202496 356 8090 0 0 0 0 84 1 18 0 1 0 641665706 8908800 253 33554432000 4194304 4922060 140737225994480 18446744073709551615 228122532997 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/30044/statm: 2175 253 209 178 0 68 0
[pid=30047] ppid=30044 vsize=275572 CPUtime=643.53 cores=0,2,4,6
/proc/30047/stat : 30047 (manysat1.1_stat) R 30044 30044 29121 0 -1 4202496 59818 0 0 0 64309 44 0 0 25 0 4 0 641665792 282185728 59767 33554432000 134512640 135305190 4291282928 18446744073709551615 134528768 0 0 4096 3 18446744073709551615 0 0 17 4 0 0 0
/proc/30047/statm: 68893 59767 84 194 0 68697 0
[pid=30047/tid=30048] ppid=30044 vsize=275572 CPUtime=161.18 cores=0,2,4,6
/proc/30047/task/30048/stat : 30048 (manysat1.1_stat) R 30044 30044 29121 0 -1 4202560 10986 0 0 0 16108 10 0 0 25 0 4 0 641665809 282185728 59767 33554432000 134512640 135305190 4291282928 18446744073709551615 134528376 0 0 4096 3 0 0 0 -1 2 0 0 0
[pid=30047/tid=30049] ppid=30044 vsize=275572 CPUtime=160.42 cores=0,2,4,6
/proc/30047/task/30049/stat : 30049 (manysat1.1_stat) R 30044 30044 29121 0 -1 4202560 13736 0 0 0 16033 9 0 0 25 0 4 0 641665809 282185728 59767 33554432000 134512640 135305190 4291282928 18446744073709551615 134528252 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=30047/tid=30050] ppid=30044 vsize=275572 CPUtime=160.65 cores=0,2,4,6
/proc/30047/task/30050/stat : 30050 (manysat1.1_stat) R 30044 30044 29121 0 -1 4202560 12604 0 0 0 16054 11 0 0 25 0 4 0 641665809 282185728 59767 33554432000 134512640 135305190 4291282928 18446744073709551615 134528768 0 0 4096 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 644.38

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

/proc/30047/task/30050/stat : 30050 (manysat1.1_stat) R 30044 30044 29121 0 -1 4202560 27438 0 0 0 75874 25 0 0 25 0 4 0 641665809 539889664 121439 33554432000 134512640 135305190 4291282928 18446744073709551615 134528480 0 0 4096 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3038.4
Current children cumulated vsize (KiB) 535936

[startup+822.301 s]
/proc/loadavg: 8.16 8.07 7.98 9/297 30105
/proc/meminfo: memFree=28700228/32951124 swapFree=54427468/67111528
[pid=30044] ppid=30042 vsize=8700 CPUtime=0.85 cores=0,2,4,6
/proc/30044/stat : 30044 (manysat.sh) S 30042 30044 29121 0 -1 4202496 356 8090 0 0 0 0 84 1 18 0 1 0 641665706 8908800 253 33554432000 4194304 4922060 140737225994480 18446744073709551615 228122532997 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/30044/statm: 2175 253 209 178 0 68 0
[pid=30047] ppid=30044 vsize=536780 CPUtime=3276.92 cores=0,2,4,6
/proc/30047/stat : 30047 (manysat1.1_stat) R 30044 30044 29121 0 -1 4202496 123785 0 0 0 327586 106 0 0 25 0 4 0 641665792 549662720 123734 33554432000 134512640 135305190 4291282928 18446744073709551615 134551651 0 0 4096 3 18446744073709551615 0 0 17 4 0 0 0
/proc/30047/statm: 134195 123734 84 194 0 133999 0
[pid=30047/tid=30048] ppid=30044 vsize=536780 CPUtime=820.95 cores=0,2,4,6
/proc/30047/task/30048/stat : 30048 (manysat1.1_stat) R 30044 30044 29121 0 -1 4202560 25451 0 0 0 82070 25 0 0 25 0 4 0 641665809 549662720 123734 33554432000 134512640 135305190 4291282928 18446744073709551615 134557821 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=30047/tid=30049] ppid=30044 vsize=536780 CPUtime=818.83 cores=0,2,4,6
/proc/30047/task/30049/stat : 30049 (manysat1.1_stat) R 30044 30044 29121 0 -1 4202560 31677 0 0 0 81857 26 0 0 25 0 4 0 641665809 549662720 123734 33554432000 134512640 135305190 4291282928 18446744073709551615 134528184 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=30047/tid=30050] ppid=30044 vsize=536780 CPUtime=818.98 cores=0,2,4,6
/proc/30047/task/30050/stat : 30050 (manysat1.1_stat) R 30044 30044 29121 0 -1 4202560 27746 0 0 0 81872 26 0 0 25 0 4 0 641665809 549662720 123734 33554432000 134512640 135305190 4291282928 18446744073709551615 134528263 0 0 4096 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3277.77
Current children cumulated vsize (KiB) 545480

[startup+882.3 s]
/proc/loadavg: 8.22 8.10 8.00 9/297 30140
/proc/meminfo: memFree=28816824/32951124 swapFree=54427468/67111528
[pid=30044] ppid=30042 vsize=8700 CPUtime=0.85 cores=0,2,4,6
/proc/30044/stat : 30044 (manysat.sh) S 30042 30044 29121 0 -1 4202496 356 8090 0 0 0 0 84 1 18 0 1 0 641665706 8908800 253 33554432000 4194304 4922060 140737225994480 18446744073709551615 228122532997 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/30044/statm: 2175 253 209 178 0 68 0
[pid=30047] ppid=30044 vsize=583012 CPUtime=3516.36 cores=0,2,4,6
/proc/30047/stat : 30047 (manysat1.1_stat) R 30044 30044 29121 0 -1 4202496 135612 0 0 0 351521 115 0 0 25 0 4 0 641665792 597004288 135561 33554432000 134512640 135305190 4291282928 18446744073709551615 134528503 0 0 4096 3 18446744073709551615 0 0 17 4 0 0 0
/proc/30047/statm: 145753 135561 84 194 0 145557 0
[pid=30047/tid=30048] ppid=30044 vsize=583012 CPUtime=880.4 cores=0,2,4,6
/proc/30047/task/30048/stat : 30048 (manysat1.1_stat) R 30044 30044 29121 0 -1 4202560 28038 0 0 0 88012 28 0 0 25 0 4 0 641665809 597004288 135561 33554432000 134512640 135305190 4291282928 18446744073709551615 134557484 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=30047/tid=30049] ppid=30044 vsize=583012 CPUtime=878.82 cores=0,2,4,6
/proc/30047/task/30049/stat : 30049 (manysat1.1_stat) R 30044 30044 29121 0 -1 4202560 35174 0 0 0 87855 27 0 0 25 0 4 0 641665809 597004288 135561 33554432000 134512640 135305190 4291282928 18446744073709551615 134528503 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=30047/tid=30050] ppid=30044 vsize=583012 CPUtime=878.97 cores=0,2,4,6
/proc/30047/task/30050/stat : 30050 (manysat1.1_stat) R 30044 30044 29121 0 -1 4202560 30390 0 0 0 87868 29 0 0 25 0 4 0 641665809 597004288 135561 33554432000 134512640 135305190 4291282928 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3517.21
Current children cumulated vsize (KiB) 591712

[startup+942.3 s]
/proc/loadavg: 8.21 8.11 8.01 10/297 30142
/proc/meminfo: memFree=28688936/32951124 swapFree=54427468/67111528
[pid=30044] ppid=30042 vsize=8700 CPUtime=0.85 cores=0,2,4,6
/proc/30044/stat : 30044 (manysat.sh) S 30042 30044 29121 0 -1 4202496 356 8090 0 0 0 0 84 1 18 0 1 0 641665706 8908800 253 33554432000 4194304 4922060 140737225994480 18446744073709551615 228122532997 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/30044/statm: 2175 253 209 178 0 68 0
[pid=30047] ppid=30044 vsize=614124 CPUtime=3755.76 cores=0,2,4,6
/proc/30047/stat : 30047 (manysat1.1_stat) R 30044 30044 29121 0 -1 4202496 142777 0 0 0 375456 120 0 0 25 0 4 0 641665792 628862976 142726 33554432000 134512640 135305190 4291282928 18446744073709551615 134570388 0 0 4096 3 18446744073709551615 0 0 17 4 0 0 0
/proc/30047/statm: 153531 142726 84 194 0 153335 0
[pid=30047/tid=30048] ppid=30044 vsize=614124 CPUtime=939.86 cores=0,2,4,6
/proc/30047/task/30048/stat : 30048 (manysat1.1_stat) R 30044 30044 29121 0 -1 4202560 29663 0 0 0 93957 29 0 0 25 0 4 0 641665809 628862976 142726 33554432000 134512640 135305190 4291282928 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=30047/tid=30049] ppid=30044 vsize=614124 CPUtime=938.8 cores=0,2,4,6
/proc/30047/task/30049/stat : 30049 (manysat1.1_stat) R 30044 30044 29121 0 -1 4202560 37385 0 0 0 93852 28 0 0 25 0 4 0 641665809 628862976 142726 33554432000 134512640 135305190 4291282928 18446744073709551615 134528506 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=30047/tid=30050] ppid=30044 vsize=614124 CPUtime=938.96 cores=0,2,4,6
/proc/30047/task/30050/stat : 30050 (manysat1.1_stat) R 30044 30044 29121 0 -1 4202560 32286 0 0 0 93866 30 0 0 25 0 4 0 641665809 628862976 142726 33554432000 134512640 135305190 4291282928 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3756.61
Current children cumulated vsize (KiB) 622824

[startup+1002.3 s]
/proc/loadavg: 8.17 8.12 8.01 9/297 30143
/proc/meminfo: memFree=28607176/32951124 swapFree=54427468/67111528
[pid=30044] ppid=30042 vsize=8700 CPUtime=0.85 cores=0,2,4,6
/proc/30044/stat : 30044 (manysat.sh) S 30042 30044 29121 0 -1 4202496 356 8090 0 0 0 0 84 1 18 0 1 0 641665706 8908800 253 33554432000 4194304 4922060 140737225994480 18446744073709551615 228122532997 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/30044/statm: 2175 253 209 178 0 68 0
[pid=30047] ppid=30044 vsize=617340 CPUtime=3995.17 cores=0,2,4,6
/proc/30047/stat : 30047 (manysat1.1_stat) R 30044 30044 29121 0 -1 4202496 143570 0 0 0 399395 122 0 0 25 0 4 0 641665792 632156160 143519 33554432000 134512640 135305190 4291282928 18446744073709551615 134528263 0 0 4096 3 18446744073709551615 0 0 17 4 0 0 0
/proc/30047/statm: 154335 143519 84 194 0 154139 0
[pid=30047/tid=30048] ppid=30044 vsize=617340 CPUtime=999.31 cores=0,2,4,6
/proc/30047/task/30048/stat : 30048 (manysat1.1_stat) R 30044 30044 29121 0 -1 4202560 29918 0 0 0 99901 30 0 0 25 0 4 0 641665809 632156160 143519 33554432000 134512640 135305190 4291282928 18446744073709551615 134528388 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=30047/tid=30049] ppid=30044 vsize=617340 CPUtime=998.81 cores=0,2,4,6
/proc/30047/task/30049/stat : 30049 (manysat1.1_stat) R 30044 30044 29121 0 -1 4202560 37524 0 0 0 99852 29 0 0 25 0 4 0 641665809 632156160 143519 33554432000 134512640 135305190 4291282928 18446744073709551615 134528615 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=30047/tid=30050] ppid=30044 vsize=617340 CPUtime=998.92 cores=0,2,4,6
/proc/30047/task/30050/stat : 30050 (manysat1.1_stat) R 30044 30044 29121 0 -1 4202560 32626 0 0 0 99861 31 0 0 25 0 4 0 641665809 632156160 143519 33554432000 134512640 135305190 4291282928 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3996.02
Current children cumulated vsize (KiB) 626040

[startup+1062.3 s]
/proc/loadavg: 8.12 8.11 8.01 9/297 30145
/proc/meminfo: memFree=28575248/32951124 swapFree=54427468/67111528
[pid=30044] ppid=30042 vsize=8700 CPUtime=0.85 cores=0,2,4,6
/proc/30044/stat : 30044 (manysat.sh) S 30042 30044 29121 0 -1 4202496 356 8090 0 0 0 0 84 1 18 0 1 0 641665706 8908800 253 33554432000 4194304 4922060 140737225994480 18446744073709551615 228122532997 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/30044/statm: 2175 253 209 178 0 68 0
[pid=30047] ppid=30044 vsize=629196 CPUtime=4234.56 cores=0,2,4,6
/proc/30047/stat : 30047 (manysat1.1_stat) R 30044 30044 29121 0 -1 4202496 146555 0 0 0 423330 126 0 0 25 0 4 0 641665792 644296704 146504 33554432000 134512640 135305190 4291282928 18446744073709551615 134528263 0 0 4096 3 18446744073709551615 0 0 17 4 0 0 0
/proc/30047/statm: 157299 146504 84 194 0 157103 0
[pid=30047/tid=30048] ppid=30044 vsize=629196 CPUtime=1058.85 cores=0,2,4,6
/proc/30047/task/30048/stat : 30048 (manysat1.1_stat) R 30044 30044 29121 0 -1 4202560 30770 0 0 0 105854 31 0 0 25 0 4 0 641665809 644296704 146504 33554432000 134512640 135305190 4291282928 18446744073709551615 134530519 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=30047/tid=30049] ppid=30044 vsize=629196 CPUtime=1058.66 cores=0,2,4,6
/proc/30047/task/30049/stat : 30049 (manysat1.1_stat) R 30044 30044 29121 0 -1 4202560 38540 0 0 0 105836 30 0 0 25 0 4 0 641665809 644296704 146504 33554432000 134512640 135305190 4291282928 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=30047/tid=30050] ppid=30044 vsize=629196 CPUtime=1058.91 cores=0,2,4,6
/proc/30047/task/30050/stat : 30050 (manysat1.1_stat) R 30044 30044 29121 0 -1 4202560 33047 0 0 0 105860 31 0 0 25 0 4 0 641665809 644296704 146504 33554432000 134512640 135305190 4291282928 18446744073709551615 134528503 0 0 4096 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4235.41
Current children cumulated vsize (KiB) 637896

[startup+1122.3 s]
/proc/loadavg: 8.11 8.10 8.01 9/297 30146
/proc/meminfo: memFree=28546304/32951124 swapFree=54427468/67111528
[pid=30044] ppid=30042 vsize=8700 CPUtime=0.85 cores=0,2,4,6
/proc/30044/stat : 30044 (manysat.sh) S 30042 30044 29121 0 -1 4202496 356 8090 0 0 0 0 84 1 18 0 1 0 641665706 8908800 253 33554432000 4194304 4922060 140737225994480 18446744073709551615 228122532997 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/30044/statm: 2175 253 209 178 0 68 0
[pid=30047] ppid=30044 vsize=642028 CPUtime=4474.01 cores=0,2,4,6
/proc/30047/stat : 30047 (manysat1.1_stat) R 30044 30044 29121 0 -1 4202496 149874 0 0 0 447270 131 0 0 25 0 4 0 641665792 657436672 149820 33554432000 134512640 135305190 4291282928 18446744073709551615 134528298 0 0 4096 3 18446744073709551615 0 0 17 4 0 0 0
/proc/30047/statm: 160507 149820 84 194 0 160311 0
[pid=30047/tid=30048] ppid=30044 vsize=642028 CPUtime=1118.3 cores=0,2,4,6
/proc/30047/task/30048/stat : 30048 (manysat1.1_stat) R 30044 30044 29121 0 -1 4202560 31703 0 0 0 111797 33 0 0 25 0 4 0 641665809 657436672 149820 33554432000 134512640 135305190 4291282928 18446744073709551615 134528410 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=30047/tid=30049] ppid=30044 vsize=642028 CPUtime=1118.66 cores=0,2,4,6
/proc/30047/task/30049/stat : 30049 (manysat1.1_stat) R 30044 30044 29121 0 -1 4202560 40185 0 0 0 111834 32 0 0 25 0 4 0 641665809 657436672 149820 33554432000 134512640 135305190 4291282928 18446744073709551615 134528332 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=30047/tid=30050] ppid=30044 vsize=642028 CPUtime=1118.9 cores=0,2,4,6
/proc/30047/task/30050/stat : 30050 (manysat1.1_stat) R 30044 30044 29121 0 -1 4202560 33387 0 0 0 111858 32 0 0 25 0 4 0 641665809 657436672 149820 33554432000 134512640 135305190 4291282928 18446744073709551615 134528579 0 0 4096 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4474.86
Current children cumulated vsize (KiB) 650728

[startup+1182.3 s]
/proc/loadavg: 8.10 8.10 8.01 10/297 30148
/proc/meminfo: memFree=28470492/32951124 swapFree=54427468/67111528
[pid=30044] ppid=30042 vsize=8700 CPUtime=0.85 cores=0,2,4,6
/proc/30044/stat : 30044 (manysat.sh) S 30042 30044 29121 0 -1 4202496 356 8090 0 0 0 0 84 1 18 0 1 0 641665706 8908800 253 33554432000 4194304 4922060 140737225994480 18446744073709551615 228122532997 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/30044/statm: 2175 253 209 178 0 68 0
[pid=30047] ppid=30044 vsize=707740 CPUtime=4713.44 cores=0,2,4,6
/proc/30047/stat : 30047 (manysat1.1_stat) R 30044 30044 29121 0 -1 4202496 165490 0 0 0 471198 146 0 0 25 0 4 0 641665792 724725760 165436 33554432000 134512640 135305190 4291282928 18446744073709551615 134528410 0 0 4096 3 18446744073709551615 0 0 17 4 0 0 0
/proc/30047/statm: 176935 165436 84 194 0 176739 0
[pid=30047/tid=30048] ppid=30044 vsize=707740 CPUtime=1177.76 cores=0,2,4,6
/proc/30047/task/30048/stat : 30048 (manysat1.1_stat) R 30044 30044 29121 0 -1 4202560 36396 0 0 0 117738 38 0 0 25 0 4 0 641665809 724725760 165436 33554432000 134512640 135305190 4291282928 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=30047/tid=30049] ppid=30044 vsize=707740 CPUtime=1178.66 cores=0,2,4,6
/proc/30047/task/30049/stat : 30049 (manysat1.1_stat) R 30044 30044 29121 0 -1 4202560 44387 0 0 0 117830 36 0 0 25 0 4 0 641665809 724725760 165436 33554432000 134512640 135305190 4291282928 18446744073709551615 134528248 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=30047/tid=30050] ppid=30044 vsize=707740 CPUtime=1178.89 cores=0,2,4,6
/proc/30047/task/30050/stat : 30050 (manysat1.1_stat) R 30044 30044 29121 0 -1 4202560 36708 0 0 0 117854 35 0 0 25 0 4 0 641665809 724725760 165436 33554432000 134512640 135305190 4291282928 18446744073709551615 134530561 0 0 4096 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4714.29
Current children cumulated vsize (KiB) 716440



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1203.8 s]
/proc/loadavg: 8.06 8.09 8.01 9/297 30149
/proc/meminfo: memFree=28461796/32951124 swapFree=54427468/67111528
[pid=30044] ppid=30042 vsize=8700 CPUtime=0.85 cores=0,2,4,6
/proc/30044/stat : 30044 (manysat.sh) S 30042 30044 29121 0 -1 4202496 356 8090 0 0 0 0 84 1 18 0 1 0 641665706 8908800 253 33554432000 4194304 4922060 140737225994480 18446744073709551615 228122532997 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/30044/statm: 2175 253 209 178 0 68 0
[pid=30047] ppid=30044 vsize=708496 CPUtime=4799.24 cores=0,2,4,6
/proc/30047/stat : 30047 (manysat1.1_stat) R 30044 30044 29121 0 -1 4202496 165717 0 0 0 479777 147 0 0 25 0 4 0 641665792 725499904 165663 33554432000 134512640 135305190 4291282928 18446744073709551615 134528837 0 0 4096 3 18446744073709551615 0 0 17 4 0 0 0
/proc/30047/statm: 177124 165663 84 194 0 176928 0
[pid=30047/tid=30048] ppid=30044 vsize=708496 CPUtime=1199.06 cores=0,2,4,6
/proc/30047/task/30048/stat : 30048 (manysat1.1_stat) R 30044 30044 29121 0 -1 4202560 36396 0 0 0 119868 38 0 0 25 0 4 0 641665809 725499904 165663 33554432000 134512640 135305190 4291282928 18446744073709551615 134528768 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=30047/tid=30049] ppid=30044 vsize=708496 CPUtime=1200.14 cores=0,2,4,6
/proc/30047/task/30049/stat : 30049 (manysat1.1_stat) R 30044 30044 29121 0 -1 4202560 44569 0 0 0 119977 37 0 0 25 0 4 0 641665809 725499904 165663 33554432000 134512640 135305190 4291282928 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=30047/tid=30050] ppid=30044 vsize=708496 CPUtime=1200.4 cores=0,2,4,6
/proc/30047/task/30050/stat : 30050 (manysat1.1_stat) R 30044 30044 29121 0 -1 4202560 36753 0 0 0 120005 35 0 0 25 0 4 0 641665809 725499904 165663 33554432000 134512640 135305190 4291282928 18446744073709551615 134528415 0 0 4096 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4800.09
Current children cumulated vsize (KiB) 717196

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

Real time (s): 1203.82
CPU time (s): 4800.09
CPU user time (s): 4798.61
CPU system time (s): 1.48
CPU usage (%): 398.738
Max. virtual memory (cumulated for all children) (KiB): 717196

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

runsolver used 3.16752 second user time and 7.79282 second system time

The end

Launcher Data

Begin job on node138 at 2011-05-13 17:31:17
IDJOB=3362265
IDBENCH=83137
IDSOLVER=1838
FILE ID=node138/3362265-1305300677
RUNJOBID= node138-1305296392-29139
PBS_JOBID= 13321415
Free space on /tmp= 47576 MiB

SOLVER NAME= ManySAT 1.1 aimd 1/2009-03-20 (4 threads)
BENCH NAME= SAT11/application/fuhs/slp-synthesis-AES/slp-synthesis-aes-bottom23.cnf
COMMAND LINE= manysat.sh BENCHNAME aimd 1
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3362265-1305300677/watcher-3362265-1305300677 -o /tmp/evaluation-result-3362265-1305300677/solver-3362265-1305300677 -C 4800 -W 1300 -M 15500  manysat.sh HOME/instance-3362265-1305300677.cnf aimd 1

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

MD5SUM BENCH= e560aa6505ddce6d3784f70d5b7aff66
RANDOM SEED=788416357

node138.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.854
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.854
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.854
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.82
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.854
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.854
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.80
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.854
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.854
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.854
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:      29140872 kB
Buffers:        206940 kB
Cached:        3046168 kB
SwapCached:      18472 kB
Active:         925624 kB
Inactive:      2685980 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      29140872 kB
SwapTotal:    67111528 kB
SwapFree:     54427468 kB
Dirty:            4696 kB
Writeback:           0 kB
AnonPages:      351892 kB
Mapped:           9640 kB
Slab:            96040 kB
PageTables:      40732 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 39868764 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= 47572 MiB
End job on node138 at 2011-05-13 17:51:23