Trace number 3362231

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.24 1204.44

General information on the benchmark

Nameapplication/fuhs/slp-synthesis-AES/
slp-synthesis-aes-top22.cnf
MD5SUMe822739302a2d834ec9ddfe9fbd0caa2
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 variables55875
Number of clauses177646
Sum of the clauses size434144
Maximum clause length2255
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2108197
Number of clauses of size 368250
Number of clauses of size 4252
Number of clauses of size 520
Number of clauses of size over 5926

Solver Data

0.00/0.00	c Parsing...
0.00/0.07	c ==============================================================================
0.00/0.07	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.07	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.07	c ==============================================================================
0.00/0.08	c |         0 |  166893   407954 |   50067       0        0     nan |  0.000 % |
0.00/0.63	c |         0 |  104196   351417 |      --       0       --      -- |     --   | -62697/-56537
0.00/0.63	c ==============================================================================
0.00/0.63	c Result  :   #vars: 20430   #clauses: 104196   #literals: 351417
0.00/0.63	c CPU time:   0.614906 s
0.00/0.63	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-3362231-1305299918/watcher-3362231-1305299918 -o /tmp/evaluation-result-3362231-1305299918/solver-3362231-1305299918 -C 4800 -W 1300 -M 15500 manysat.sh HOME/instance-3362231-1305299918.cnf aimd 1 

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

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


[startup+0 s]
/proc/loadavg: 7.90 7.94 7.78 5/359 8677
/proc/meminfo: memFree=10571448/32951124 swapFree=65980216/67111528
[pid=8677] ppid=8675 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/8677/stat : 8677 (manysat.sh) S 8675 8677 8066 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 622407239 8908800 250 33554432000 4194304 4922060 140736822547648 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/8677/statm: 2175 250 209 178 0 68 0

[startup+0.0326951 s]
/proc/loadavg: 7.90 7.94 7.78 5/359 8677
/proc/meminfo: memFree=10571448/32951124 swapFree=65980216/67111528
[pid=8677] ppid=8675 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/8677/stat : 8677 (manysat.sh) S 8675 8677 8066 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 622407239 8908800 250 33554432000 4194304 4922060 140736822547648 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/8677/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.100685 s]
/proc/loadavg: 7.90 7.94 7.78 5/359 8677
/proc/meminfo: memFree=10571448/32951124 swapFree=65980216/67111528
[pid=8677] ppid=8675 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/8677/stat : 8677 (manysat.sh) S 8675 8677 8066 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 622407239 8908800 250 33554432000 4194304 4922060 140736822547648 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/8677/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.300646 s]
/proc/loadavg: 7.90 7.94 7.78 5/359 8677
/proc/meminfo: memFree=10571448/32951124 swapFree=65980216/67111528
[pid=8677] ppid=8675 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/8677/stat : 8677 (manysat.sh) S 8675 8677 8066 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 622407239 8908800 250 33554432000 4194304 4922060 140736822547648 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/8677/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.700572 s]
/proc/loadavg: 7.90 7.94 7.78 5/359 8677
/proc/meminfo: memFree=10571448/32951124 swapFree=65980216/67111528
[pid=8677] ppid=8675 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/8677/stat : 8677 (manysat.sh) S 8675 8677 8066 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 622407239 8908800 250 33554432000 4194304 4922060 140736822547648 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/8677/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50039 s]
/proc/loadavg: 7.90 7.94 7.78 9/364 8683
/proc/meminfo: memFree=10528860/32951124 swapFree=65980216/67111528
[pid=8677] ppid=8675 vsize=8700 CPUtime=0.7 cores=1,3,5,7
/proc/8677/stat : 8677 (manysat.sh) S 8675 8677 8066 0 -1 4202496 356 7478 0 0 0 0 68 2 18 0 1 0 622407239 8908800 253 33554432000 4194304 4922060 140736822547648 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/8677/statm: 2175 253 209 178 0 68 0
[pid=8680] ppid=8677 vsize=74248 CPUtime=2.71 cores=1,3,5,7
/proc/8680/stat : 8680 (manysat1.1_stat) R 8677 8677 8066 0 -1 4202496 9941 0 0 0 261 10 0 0 18 0 4 0 622407310 76029952 9891 33554432000 134512640 135305190 4293506480 18446744073709551615 134528248 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/8680/statm: 18562 9891 84 194 0 18366 0
[pid=8680/tid=8681] ppid=8677 vsize=74248 CPUtime=0.63 cores=1,3,5,7
/proc/8680/task/8681/stat : 8681 (manysat1.1_stat) R 8677 8677 8066 0 -1 4202560 567 0 0 0 61 2 0 0 18 0 4 0 622407323 76029952 9891 33554432000 134512640 135305190 4293506480 18446744073709551615 134528189 0 0 4096 3 0 0 0 -1 7 0 0 0
[pid=8680/tid=8682] ppid=8677 vsize=74248 CPUtime=0.64 cores=1,3,5,7
/proc/8680/task/8682/stat : 8682 (manysat1.1_stat) R 8677 8677 8066 0 -1 4202560 527 0 0 0 62 2 0 0 18 0 4 0 622407323 76029952 9891 33554432000 134512640 135305190 4293506480 18446744073709551615 134528189 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=8680/tid=8683] ppid=8677 vsize=74248 CPUtime=0.64 cores=1,3,5,7
/proc/8680/task/8683/stat : 8683 (manysat1.1_stat) R 8677 8677 8066 0 -1 4202560 588 0 0 0 62 2 0 0 18 0 4 0 622407323 76029952 9891 33554432000 134512640 135305190 4293506480 18446744073709551615 134528310 0 0 4096 3 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3.41
Current children cumulated vsize (KiB) 82948

[startup+3.1011 s]
/proc/loadavg: 7.90 7.94 7.78 9/364 8683
/proc/meminfo: memFree=10521296/32951124 swapFree=65980216/67111528
[pid=8677] ppid=8675 vsize=8700 CPUtime=0.7 cores=1,3,5,7
/proc/8677/stat : 8677 (manysat.sh) S 8675 8677 8066 0 -1 4202496 356 7478 0 0 0 0 68 2 18 0 1 0 622407239 8908800 253 33554432000 4194304 4922060 140736822547648 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/8677/statm: 2175 253 209 178 0 68 0
[pid=8680] ppid=8677 vsize=81460 CPUtime=9.1 cores=1,3,5,7
/proc/8680/stat : 8680 (manysat1.1_stat) R 8677 8677 8066 0 -1 4202496 11886 0 0 0 899 11 0 0 22 0 4 0 622407310 83415040 11836 33554432000 134512640 135305190 4293506480 18446744073709551615 134528603 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/8680/statm: 20365 11836 84 194 0 20169 0
[pid=8680/tid=8681] ppid=8677 vsize=81460 CPUtime=2.21 cores=1,3,5,7
/proc/8680/task/8681/stat : 8681 (manysat1.1_stat) R 8677 8677 8066 0 -1 4202560 921 0 0 0 219 2 0 0 21 0 4 0 622407323 83415040 11836 33554432000 134512640 135305190 4293506480 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 7 0 0 0
[pid=8680/tid=8682] ppid=8677 vsize=81460 CPUtime=2.24 cores=1,3,5,7
/proc/8680/task/8682/stat : 8682 (manysat1.1_stat) R 8677 8677 8066 0 -1 4202560 1045 0 0 0 222 2 0 0 21 0 4 0 622407323 83415040 11836 33554432000 134512640 135305190 4293506480 18446744073709551615 134528576 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=8680/tid=8683] ppid=8677 vsize=81460 CPUtime=2.24 cores=1,3,5,7
/proc/8680/task/8683/stat : 8683 (manysat1.1_stat) R 8677 8677 8066 0 -1 4202560 1109 0 0 0 222 2 0 0 21 0 4 0 622407323 83415040 11836 33554432000 134512640 135305190 4293506480 18446744073709551615 134528768 0 0 4096 3 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 9.8
Current children cumulated vsize (KiB) 90160

[startup+6.30051 s]
/proc/loadavg: 7.91 7.94 7.78 9/364 8684
/proc/meminfo: memFree=10495296/32951124 swapFree=65980216/67111528
[pid=8677] ppid=8675 vsize=8700 CPUtime=0.7 cores=1,3,5,7
/proc/8677/stat : 8677 (manysat.sh) S 8675 8677 8066 0 -1 4202496 356 7478 0 0 0 0 68 2 18 0 1 0 622407239 8908800 253 33554432000 4194304 4922060 140736822547648 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/8677/statm: 2175 253 209 178 0 68 0
[pid=8680] ppid=8677 vsize=91744 CPUtime=21.85 cores=1,3,5,7
/proc/8680/stat : 8680 (manysat1.1_stat) R 8677 8677 8066 0 -1 4202496 14535 0 0 0 2173 12 0 0 25 0 4 0 622407310 93945856 14485 33554432000 134512640 135305190 4293506480 18446744073709551615 134528298 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/8680/statm: 22936 14485 84 194 0 22740 0
[pid=8680/tid=8681] ppid=8677 vsize=91744 CPUtime=5.37 cores=1,3,5,7
/proc/8680/task/8681/stat : 8681 (manysat1.1_stat) R 8677 8677 8066 0 -1 4202560 1391 0 0 0 535 2 0 0 25 0 4 0 622407323 93945856 14485 33554432000 134512640 135305190 4293506480 18446744073709551615 134528223 0 0 4096 3 0 0 0 -1 7 0 0 0
[pid=8680/tid=8682] ppid=8677 vsize=91744 CPUtime=5.44 cores=1,3,5,7
/proc/8680/task/8682/stat : 8682 (manysat1.1_stat) R 8677 8677 8066 0 -1 4202560 1736 0 0 0 541 3 0 0 25 0 4 0 622407323 93945856 14485 33554432000 134512640 135305190 4293506480 18446744073709551615 134528242 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=8680/tid=8683] ppid=8677 vsize=91744 CPUtime=5.43 cores=1,3,5,7
/proc/8680/task/8683/stat : 8683 (manysat1.1_stat) R 8677 8677 8066 0 -1 4202560 1823 0 0 0 541 2 0 0 25 0 4 0 622407323 93945856 14485 33554432000 134512640 135305190 4293506480 18446744073709551615 134528415 0 0 4096 3 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 22.55
Current children cumulated vsize (KiB) 100444

[startup+12.7003 s]
/proc/loadavg: 7.99 7.96 7.79 9/364 8684
/proc/meminfo: memFree=10469036/32951124 swapFree=65980216/67111528
[pid=8677] ppid=8675 vsize=8700 CPUtime=0.7 cores=1,3,5,7
/proc/8677/stat : 8677 (manysat.sh) S 8675 8677 8066 0 -1 4202496 356 7478 0 0 0 0 68 2 18 0 1 0 622407239 8908800 253 33554432000 4194304 4922060 140736822547648 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/8677/statm: 2175 253 209 178 0 68 0
[pid=8680] ppid=8677 vsize=110012 CPUtime=47.37 cores=1,3,5,7
/proc/8680/stat : 8680 (manysat1.1_stat) R 8677 8677 8066 0 -1 4202496 18915 0 0 0 4721 16 0 0 25 0 4 0 622407310 112652288 18865 33554432000 134512640 135305190 4293506480 18446744073709551615 134528415 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/8680/statm: 27503 18865 84 194 0 27307 0
[pid=8680/tid=8681] ppid=8677 vsize=110012 CPUtime=11.69 cores=1,3,5,7
/proc/8680/task/8681/stat : 8681 (manysat1.1_stat) R 8677 8677 8066 0 -1 4202560 2180 0 0 0 1166 3 0 0 25 0 4 0 622407323 112652288 18865 33554432000 134512640 135305190 4293506480 18446744073709551615 134528157 0 0 4096 3 0 0 0 -1 7 0 0 0
[pid=8680/tid=8682] ppid=8677 vsize=110012 CPUtime=11.84 cores=1,3,5,7
/proc/8680/task/8682/stat : 8682 (manysat1.1_stat) R 8677 8677 8066 0 -1 4202560 3205 0 0 0 1180 4 0 0 25 0 4 0 622407323 112652288 18865 33554432000 134512640 135305190 4293506480 18446744073709551615 134528252 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=8680/tid=8683] ppid=8677 vsize=110012 CPUtime=11.84 cores=1,3,5,7
/proc/8680/task/8683/stat : 8683 (manysat1.1_stat) R 8677 8677 8066 0 -1 4202560 2886 0 0 0 1180 4 0 0 25 0 4 0 622407323 112652288 18865 33554432000 134512640 135305190 4293506480 18446744073709551615 134528805 0 0 4096 3 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 48.07
Current children cumulated vsize (KiB) 118712

[startup+25.501 s]
/proc/loadavg: 7.99 7.96 7.79 9/364 8684
/proc/meminfo: memFree=10444336/32951124 swapFree=65980216/67111528
[pid=8677] ppid=8675 vsize=8700 CPUtime=0.7 cores=1,3,5,7
/proc/8677/stat : 8677 (manysat.sh) S 8675 8677 8066 0 -1 4202496 356 7478 0 0 0 0 68 2 18 0 1 0 622407239 8908800 253 33554432000 4194304 4922060 140736822547648 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/8677/statm: 2175 253 209 178 0 68 0
[pid=8680] ppid=8677 vsize=127264 CPUtime=98.4 cores=1,3,5,7
/proc/8680/stat : 8680 (manysat1.1_stat) R 8677 8677 8066 0 -1 4202496 23300 0 0 0 9820 20 0 0 25 0 4 0 622407310 130318336 23250 33554432000 134512640 135305190 4293506480 18446744073709551615 134528338 0 0 4096 3 18446744073709551615 0 0 17 7 0 0 0
/proc/8680/statm: 31816 23250 84 194 0 31620 0
[pid=8680/tid=8681] ppid=8677 vsize=127264 CPUtime=24.49 cores=1,3,5,7
/proc/8680/task/8681/stat : 8681 (manysat1.1_stat) R 8677 8677 8066 0 -1 4202560 3168 0 0 0 2445 4 0 0 25 0 4 0 622407323 130318336 23250 33554432000 134512640 135305190 4293506480 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=8680/tid=8682] ppid=8677 vsize=127264 CPUtime=24.64 cores=1,3,5,7
/proc/8680/task/8682/stat : 8682 (manysat1.1_stat) R 8677 8677 8066 0 -1 4202560 4489 0 0 0 2460 4 0 0 25 0 4 0 622407323 130318336 23250 33554432000 134512640 135305190 4293506480 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=8680/tid=8683] ppid=8677 vsize=127264 CPUtime=24.63 cores=1,3,5,7
/proc/8680/task/8683/stat : 8683 (manysat1.1_stat) R 8677 8677 8066 0 -1 4202560 3968 0 0 0 2458 5 0 0 25 0 4 0 622407323 130318336 23250 33554432000 134512640 135305190 4293506480 18446744073709551615 134530624 0 0 4096 3 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 99.1
Current children cumulated vsize (KiB) 135964

[startup+51.1013 s]
/proc/loadavg: 8.07 7.98 7.80 9/364 8685
/proc/meminfo: memFree=10424212/32951124 swapFree=65980216/67111528
[pid=8677] ppid=8675 vsize=8700 CPUtime=0.7 cores=1,3,5,7
/proc/8677/stat : 8677 (manysat.sh) S 8675 8677 8066 0 -1 4202496 356 7478 0 0 0 0 68 2 18 0 1 0 622407239 8908800 253 33554432000 4194304 4922060 140736822547648 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/8677/statm: 2175 253 209 178 0 68 0
[pid=8680] ppid=8677 vsize=145288 CPUtime=200.47 cores=1,3,5,7
/proc/8680/stat : 8680 (manysat1.1_stat) R 8677 8677 8066 0 -1 4202496 27637 0 0 0 20021 26 0 0 25 0 4 0 622407310 148774912 27587 33554432000 134512640 135305190 4293506480 18446744073709551615 134528319 0 0 4096 3 18446744073709551615 0 0 17 7 0 0 0
/proc/8680/statm: 36322 27587 84 194 0 36126 0
[pid=8680/tid=8681] ppid=8677 vsize=145288 CPUtime=50.08 cores=1,3,5,7
/proc/8680/task/8681/stat : 8681 (manysat1.1_stat) R 8677 8677 8066 0 -1 4202560 4021 0 0 0 5003 5 0 0 25 0 4 0 622407323 148774912 27587 33554432000 134512640 135305190 4293506480 18446744073709551615 134528768 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=8680/tid=8682] ppid=8677 vsize=145288 CPUtime=50.23 cores=1,3,5,7
/proc/8680/task/8682/stat : 8682 (manysat1.1_stat) R 8677 8677 8066 0 -1 4202560 5821 0 0 0 5017 6 0 0 25 0 4 0 622407323 148774912 27587 33554432000 134512640 135305190 4293506480 18446744073709551615 134528571 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=8680/tid=8683] ppid=8677 vsize=145288 CPUtime=50.23 cores=1,3,5,7
/proc/8680/task/8683/stat : 8683 (manysat1.1_stat) R 8677 8677 8066 0 -1 4202560 5156 0 0 0 5016 7 0 0 25 0 4 0 622407323 148774912 27587 33554432000 134512640 135305190 4293506480 18446744073709551615 134528771 0 0 4096 3 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 201.17
Current children cumulated vsize (KiB) 153988

[startup+102.314 s]
/proc/loadavg: 8.08 8.00 7.81 9/364 8686
/proc/meminfo: memFree=10334912/32951124 swapFree=65980216/67111528
[pid=8677] ppid=8675 vsize=8700 CPUtime=0.7 cores=1,3,5,7
/proc/8677/stat : 8677 (manysat.sh) S 8675 8677 8066 0 -1 4202496 356 7478 0 0 0 0 68 2 18 0 1 0 622407239 8908800 253 33554432000 4194304 4922060 140736822547648 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/8677/statm: 2175 253 209 178 0 68 0
[pid=8680] ppid=8677 vsize=177432 CPUtime=404.66 cores=1,3,5,7
/proc/8680/stat : 8680 (manysat1.1_stat) R 8677 8677 8066 0 -1 4202496 35249 0 0 0 40432 34 0 0 25 0 4 0 622407310 181690368 35199 33554432000 134512640 135305190 4293506480 18446744073709551615 134528289 0 0 4096 3 18446744073709551615 0 0 17 1 0 0 0
/proc/8680/statm: 44358 35199 84 194 0 44162 0
[pid=8680/tid=8681] ppid=8677 vsize=177432 CPUtime=101.29 cores=1,3,5,7
/proc/8680/task/8681/stat : 8681 (manysat1.1_stat) R 8677 8677 8066 0 -1 4202560 5678 0 0 0 10121 8 0 0 25 0 4 0 622407323 181690368 35199 33554432000 134512640 135305190 4293506480 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=8680/tid=8682] ppid=8677 vsize=177432 CPUtime=101.37 cores=1,3,5,7
/proc/8680/task/8682/stat : 8682 (manysat1.1_stat) R 8677 8677 8066 0 -1 4202560 8125 0 0 0 10129 8 0 0 25 0 4 0 622407323 181690368 35199 33554432000 134512640 135305190 4293506480 18446744073709551615 134528536 0 0 4096 3 0 0 0 -1 7 0 0 0
[pid=8680/tid=8683] ppid=8677 vsize=177432 CPUtime=101.43 cores=1,3,5,7
/proc/8680/task/8683/stat : 8683 (manysat1.1_stat) R 8677 8677 8066 0 -1 4202560 7194 0 0 0 10134 9 0 0 25 0 4 0 622407323 181690368 35199 33554432000 134512640 135305190 4293506480 18446744073709551615 134528319 0 0 4096 3 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 405.36
Current children cumulated vsize (KiB) 186132

[startup+162.301 s]
/proc/loadavg: 8.10 8.03 7.83 9/364 8688
/proc/meminfo: memFree=10283436/32951124 swapFree=65980216/67111528
[pid=8677] ppid=8675 vsize=8700 CPUtime=0.7 cores=1,3,5,7
/proc/8677/stat : 8677 (manysat.sh) S 8675 8677 8066 0 -1 4202496 356 7478 0 0 0 0 68 2 18 0 1 0 622407239 8908800 253 33554432000 4194304 4922060 140736822547648 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/8677/statm: 2175 253 209 178 0 68 0
[pid=8680] ppid=8677 vsize=195972 CPUtime=643.86 cores=1,3,5,7
/proc/8680/stat : 8680 (manysat1.1_stat) R 8677 8677 8066 0 -1 4202496 39661 0 0 0 64346 40 0 0 25 0 4 0 622407310 200675328 39611 33554432000 134512640 135305190 4293506480 18446744073709551615 134528542 0 0 4096 3 18446744073709551615 0 0 17 1 0 0 0
/proc/8680/statm: 48993 39611 84 194 0 48797 0
[pid=8680/tid=8681] ppid=8677 vsize=195972 CPUtime=161.27 cores=1,3,5,7

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

/proc/8680/task/8683/stat : 8683 (manysat1.1_stat) R 8677 8677 8066 0 -1 4202560 18073 0 0 0 75888 23 0 0 25 0 4 0 622407323 394362880 84656 33554432000 134512640 135305190 4293506480 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3037.17
Current children cumulated vsize (KiB) 393820

[startup+822.3 s]
/proc/loadavg: 8.07 8.12 7.97 9/364 8708
/proc/meminfo: memFree=9709344/32951124 swapFree=65980216/67111528
[pid=8677] ppid=8675 vsize=8700 CPUtime=0.7 cores=1,3,5,7
/proc/8677/stat : 8677 (manysat.sh) S 8675 8677 8066 0 -1 4202496 356 7478 0 0 0 0 68 2 18 0 1 0 622407239 8908800 253 33554432000 4194304 4922060 140736822547648 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/8677/statm: 2175 253 209 178 0 68 0
[pid=8680] ppid=8677 vsize=398128 CPUtime=3275.68 cores=1,3,5,7
/proc/8680/stat : 8680 (manysat1.1_stat) R 8677 8677 8066 0 -1 4202496 87302 0 0 0 327463 105 0 0 25 0 4 0 622407310 407683072 87252 33554432000 134512640 135305190 4293506480 18446744073709551615 134556695 0 0 4096 3 18446744073709551615 0 0 17 5 0 0 0
/proc/8680/statm: 99532 87252 84 194 0 99336 0
[pid=8680/tid=8681] ppid=8677 vsize=398128 CPUtime=821.16 cores=1,3,5,7
/proc/8680/task/8681/stat : 8681 (manysat1.1_stat) R 8677 8677 8066 0 -1 4202560 17767 0 0 0 82094 22 0 0 25 0 4 0 622407323 407683072 87252 33554432000 134512640 135305190 4293506480 18446744073709551615 134528376 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=8680/tid=8682] ppid=8677 vsize=398128 CPUtime=819.05 cores=1,3,5,7
/proc/8680/task/8682/stat : 8682 (manysat1.1_stat) R 8677 8677 8066 0 -1 4202560 23214 0 0 0 81877 28 0 0 25 0 4 0 622407323 407683072 87252 33554432000 134512640 135305190 4293506480 18446744073709551615 134528539 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=8680/tid=8683] ppid=8677 vsize=398128 CPUtime=818.36 cores=1,3,5,7
/proc/8680/task/8683/stat : 8683 (manysat1.1_stat) R 8677 8677 8066 0 -1 4202560 18606 0 0 0 81812 24 0 0 25 0 4 0 622407323 407683072 87252 33554432000 134512640 135305190 4293506480 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3276.38
Current children cumulated vsize (KiB) 406828

[startup+882.3 s]
/proc/loadavg: 8.07 8.11 7.97 9/364 8710
/proc/meminfo: memFree=9703264/32951124 swapFree=65980216/67111528
[pid=8677] ppid=8675 vsize=8700 CPUtime=0.7 cores=1,3,5,7
/proc/8677/stat : 8677 (manysat.sh) S 8675 8677 8066 0 -1 4202496 356 7478 0 0 0 0 68 2 18 0 1 0 622407239 8908800 253 33554432000 4194304 4922060 140736822547648 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/8677/statm: 2175 253 209 178 0 68 0
[pid=8680] ppid=8677 vsize=401280 CPUtime=3514.95 cores=1,3,5,7
/proc/8680/stat : 8680 (manysat1.1_stat) R 8677 8677 8066 0 -1 4202496 87854 0 0 0 351389 106 0 0 25 0 4 0 622407310 410910720 87804 33554432000 134512640 135305190 4293506480 18446744073709551615 134528298 0 0 4096 3 18446744073709551615 0 0 17 5 0 0 0
/proc/8680/statm: 100320 87804 84 194 0 100124 0
[pid=8680/tid=8681] ppid=8677 vsize=401280 CPUtime=881.16 cores=1,3,5,7
/proc/8680/task/8681/stat : 8681 (manysat1.1_stat) R 8677 8677 8066 0 -1 4202560 17844 0 0 0 88094 22 0 0 25 0 4 0 622407323 410910720 87804 33554432000 134512640 135305190 4293506480 18446744073709551615 134528768 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=8680/tid=8682] ppid=8677 vsize=401280 CPUtime=879.04 cores=1,3,5,7
/proc/8680/task/8682/stat : 8682 (manysat1.1_stat) R 8677 8677 8066 0 -1 4202560 23573 0 0 0 87875 29 0 0 25 0 4 0 622407323 410910720 87804 33554432000 134512640 135305190 4293506480 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=8680/tid=8683] ppid=8677 vsize=401280 CPUtime=877.66 cores=1,3,5,7
/proc/8680/task/8683/stat : 8683 (manysat1.1_stat) R 8677 8677 8066 0 -1 4202560 18670 0 0 0 87741 25 0 0 25 0 4 0 622407323 410910720 87804 33554432000 134512640 135305190 4293506480 18446744073709551615 134528520 0 0 4096 3 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3515.65
Current children cumulated vsize (KiB) 409980

[startup+942.3 s]
/proc/loadavg: 8.07 8.10 7.98 9/364 8711
/proc/meminfo: memFree=9687492/32951124 swapFree=65980216/67111528
[pid=8677] ppid=8675 vsize=8700 CPUtime=0.7 cores=1,3,5,7
/proc/8677/stat : 8677 (manysat.sh) S 8675 8677 8066 0 -1 4202496 356 7478 0 0 0 0 68 2 18 0 1 0 622407239 8908800 253 33554432000 4194304 4922060 140736822547648 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/8677/statm: 2175 253 209 178 0 68 0
[pid=8680] ppid=8677 vsize=411212 CPUtime=3754.24 cores=1,3,5,7
/proc/8680/stat : 8680 (manysat1.1_stat) R 8677 8677 8066 0 -1 4202496 89876 0 0 0 375315 109 0 0 25 0 4 0 622407310 421081088 89826 33554432000 134512640 135305190 4293506480 18446744073709551615 134528189 0 0 4096 3 18446744073709551615 0 0 17 5 0 0 0
/proc/8680/statm: 102803 89826 84 194 0 102607 0
[pid=8680/tid=8681] ppid=8677 vsize=411212 CPUtime=941.16 cores=1,3,5,7
/proc/8680/task/8681/stat : 8681 (manysat1.1_stat) R 8677 8677 8066 0 -1 4202560 18503 0 0 0 94093 23 0 0 25 0 4 0 622407323 421081088 89826 33554432000 134512640 135305190 4293506480 18446744073709551615 134530561 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=8680/tid=8682] ppid=8677 vsize=411212 CPUtime=939.03 cores=1,3,5,7
/proc/8680/task/8682/stat : 8682 (manysat1.1_stat) R 8677 8677 8066 0 -1 4202560 24134 0 0 0 93873 30 0 0 25 0 4 0 622407323 421081088 89826 33554432000 134512640 135305190 4293506480 18446744073709551615 134554294 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=8680/tid=8683] ppid=8677 vsize=411212 CPUtime=936.95 cores=1,3,5,7
/proc/8680/task/8683/stat : 8683 (manysat1.1_stat) R 8677 8677 8066 0 -1 4202560 18983 0 0 0 93670 25 0 0 25 0 4 0 622407323 421081088 89826 33554432000 134512640 135305190 4293506480 18446744073709551615 134528539 0 0 4096 3 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3754.94
Current children cumulated vsize (KiB) 419912

[startup+1002.3 s]
/proc/loadavg: 8.02 8.08 7.98 9/364 8713
/proc/meminfo: memFree=9639120/32951124 swapFree=65980216/67111528
[pid=8677] ppid=8675 vsize=8700 CPUtime=0.7 cores=1,3,5,7
/proc/8677/stat : 8677 (manysat.sh) S 8675 8677 8066 0 -1 4202496 356 7478 0 0 0 0 68 2 18 0 1 0 622407239 8908800 253 33554432000 4194304 4922060 140736822547648 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/8677/statm: 2175 253 209 178 0 68 0
[pid=8680] ppid=8677 vsize=440100 CPUtime=3993.52 cores=1,3,5,7
/proc/8680/stat : 8680 (manysat1.1_stat) R 8677 8677 8066 0 -1 4202496 96973 0 0 0 399234 118 0 0 25 0 4 0 622407310 450662400 96923 33554432000 134512640 135305190 4293506480 18446744073709551615 134528252 0 0 4096 3 18446744073709551615 0 0 17 5 0 0 0
/proc/8680/statm: 110025 96923 84 194 0 109829 0
[pid=8680/tid=8681] ppid=8677 vsize=440100 CPUtime=1001.13 cores=1,3,5,7
/proc/8680/task/8681/stat : 8681 (manysat1.1_stat) R 8677 8677 8066 0 -1 4202560 20029 0 0 0 100089 24 0 0 25 0 4 0 622407323 450662400 96923 33554432000 134512640 135305190 4293506480 18446744073709551615 134528329 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=8680/tid=8682] ppid=8677 vsize=440100 CPUtime=999.02 cores=1,3,5,7
/proc/8680/task/8682/stat : 8682 (manysat1.1_stat) R 8677 8677 8066 0 -1 4202560 26811 0 0 0 99869 33 0 0 25 0 4 0 622407323 450662400 96923 33554432000 134512640 135305190 4293506480 18446744073709551615 134528520 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=8680/tid=8683] ppid=8677 vsize=440100 CPUtime=996.24 cores=1,3,5,7
/proc/8680/task/8683/stat : 8683 (manysat1.1_stat) R 8677 8677 8066 0 -1 4202560 20393 0 0 0 99597 27 0 0 25 0 4 0 622407323 450662400 96923 33554432000 134512640 135305190 4293506480 18446744073709551615 134528536 0 0 4096 3 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3994.22
Current children cumulated vsize (KiB) 448800

[startup+1062.3 s]
/proc/loadavg: 8.08 8.09 7.99 9/364 8715
/proc/meminfo: memFree=9600160/32951124 swapFree=65980216/67111528
[pid=8677] ppid=8675 vsize=8700 CPUtime=0.7 cores=1,3,5,7
/proc/8677/stat : 8677 (manysat.sh) S 8675 8677 8066 0 -1 4202496 356 7478 0 0 0 0 68 2 18 0 1 0 622407239 8908800 253 33554432000 4194304 4922060 140736822547648 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/8677/statm: 2175 253 209 178 0 68 0
[pid=8680] ppid=8677 vsize=445096 CPUtime=4232.76 cores=1,3,5,7
/proc/8680/stat : 8680 (manysat1.1_stat) R 8677 8677 8066 0 -1 4202496 98267 0 0 0 423156 120 0 0 25 0 4 0 622407310 455778304 98217 33554432000 134512640 135305190 4293506480 18446744073709551615 134547906 0 0 4096 3 18446744073709551615 0 0 17 5 0 0 0
/proc/8680/statm: 111274 98217 84 194 0 111078 0
[pid=8680/tid=8681] ppid=8677 vsize=445096 CPUtime=1061.14 cores=1,3,5,7
/proc/8680/task/8681/stat : 8681 (manysat1.1_stat) R 8677 8677 8066 0 -1 4202560 20029 0 0 0 106089 25 0 0 25 0 4 0 622407323 455778304 98217 33554432000 134512640 135305190 4293506480 18446744073709551615 134528753 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=8680/tid=8682] ppid=8677 vsize=445096 CPUtime=1059.02 cores=1,3,5,7
/proc/8680/task/8682/stat : 8682 (manysat1.1_stat) R 8677 8677 8066 0 -1 4202560 27159 0 0 0 105868 34 0 0 21 0 4 0 622407323 455778304 98217 33554432000 134512640 135305190 4293506480 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=8680/tid=8683] ppid=8677 vsize=445096 CPUtime=1055.51 cores=1,3,5,7
/proc/8680/task/8683/stat : 8683 (manysat1.1_stat) R 8677 8677 8066 0 -1 4202560 20814 0 0 0 105523 28 0 0 25 0 4 0 622407323 455778304 98217 33554432000 134512640 135305190 4293506480 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4233.46
Current children cumulated vsize (KiB) 453796

[startup+1122.3 s]
/proc/loadavg: 8.14 8.10 8.00 9/364 8716
/proc/meminfo: memFree=9591332/32951124 swapFree=65980216/67111528
[pid=8677] ppid=8675 vsize=8700 CPUtime=0.7 cores=1,3,5,7
/proc/8677/stat : 8677 (manysat.sh) S 8675 8677 8066 0 -1 4202496 356 7478 0 0 0 0 68 2 18 0 1 0 622407239 8908800 253 33554432000 4194304 4922060 140736822547648 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/8677/statm: 2175 253 209 178 0 68 0
[pid=8680] ppid=8677 vsize=447748 CPUtime=4472.05 cores=1,3,5,7
/proc/8680/stat : 8680 (manysat1.1_stat) R 8677 8677 8066 0 -1 4202496 98789 0 0 0 447085 120 0 0 25 0 4 0 622407310 458493952 98739 33554432000 134512640 135305190 4293506480 18446744073709551615 134528298 0 0 4096 3 18446744073709551615 0 0 17 5 0 0 0
/proc/8680/statm: 111937 98739 84 194 0 111741 0
[pid=8680/tid=8681] ppid=8677 vsize=447748 CPUtime=1121.14 cores=1,3,5,7
/proc/8680/task/8681/stat : 8681 (manysat1.1_stat) R 8677 8677 8066 0 -1 4202560 20069 0 0 0 112089 25 0 0 25 0 4 0 622407323 458493952 98739 33554432000 134512640 135305190 4293506480 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=8680/tid=8682] ppid=8677 vsize=447748 CPUtime=1119.02 cores=1,3,5,7
/proc/8680/task/8682/stat : 8682 (manysat1.1_stat) R 8677 8677 8066 0 -1 4202560 27641 0 0 0 111868 34 0 0 25 0 4 0 622407323 458493952 98739 33554432000 134512640 135305190 4293506480 18446744073709551615 134528768 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=8680/tid=8683] ppid=8677 vsize=447748 CPUtime=1114.8 cores=1,3,5,7
/proc/8680/task/8683/stat : 8683 (manysat1.1_stat) R 8677 8677 8066 0 -1 4202560 20814 0 0 0 111452 28 0 0 25 0 4 0 622407323 458493952 98739 33554432000 134512640 135305190 4293506480 18446744073709551615 134551651 0 0 4096 3 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4472.75
Current children cumulated vsize (KiB) 456448

[startup+1182.3 s]
/proc/loadavg: 7.58 7.97 7.96 9/364 8784
/proc/meminfo: memFree=10176324/32951124 swapFree=65980216/67111528
[pid=8677] ppid=8675 vsize=8700 CPUtime=0.7 cores=1,3,5,7
/proc/8677/stat : 8677 (manysat.sh) S 8675 8677 8066 0 -1 4202496 356 7478 0 0 0 0 68 2 18 0 1 0 622407239 8908800 253 33554432000 4194304 4922060 140736822547648 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/8677/statm: 2175 253 209 178 0 68 0
[pid=8680] ppid=8677 vsize=449360 CPUtime=4711.34 cores=1,3,5,7
/proc/8680/stat : 8680 (manysat1.1_stat) R 8677 8677 8066 0 -1 4202496 99224 0 0 0 471013 121 0 0 25 0 4 0 622407310 460144640 99174 33554432000 134512640 135305190 4293506480 18446744073709551615 134528274 0 0 4096 3 18446744073709551615 0 0 17 5 0 0 0
/proc/8680/statm: 112340 99174 84 194 0 112144 0
[pid=8680/tid=8681] ppid=8677 vsize=449360 CPUtime=1180.49 cores=1,3,5,7
/proc/8680/task/8681/stat : 8681 (manysat1.1_stat) R 8677 8677 8066 0 -1 4202560 20289 0 0 0 118024 25 0 0 25 0 4 0 622407323 460144640 99174 33554432000 134512640 135305190 4293506480 18446744073709551615 134528548 0 0 4096 3 0 0 0 -1 7 0 0 0
[pid=8680/tid=8682] ppid=8677 vsize=449360 CPUtime=1179.01 cores=1,3,5,7
/proc/8680/task/8682/stat : 8682 (manysat1.1_stat) R 8677 8677 8066 0 -1 4202560 27821 0 0 0 117867 34 0 0 25 0 4 0 622407323 460144640 99174 33554432000 134512640 135305190 4293506480 18446744073709551615 134528283 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=8680/tid=8683] ppid=8677 vsize=449360 CPUtime=1174.75 cores=1,3,5,7
/proc/8680/task/8683/stat : 8683 (manysat1.1_stat) R 8677 8677 8066 0 -1 4202560 20815 0 0 0 117447 28 0 0 25 0 4 0 622407323 460144640 99174 33554432000 134512640 135305190 4293506480 18446744073709551615 134528256 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4712.04
Current children cumulated vsize (KiB) 458060



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1204.4 s]
/proc/loadavg: 7.89 8.02 7.98 10/364 8784
/proc/meminfo: memFree=10071012/32951124 swapFree=65980216/67111528
[pid=8677] ppid=8675 vsize=8700 CPUtime=0.7 cores=1,3,5,7
/proc/8677/stat : 8677 (manysat.sh) S 8675 8677 8066 0 -1 4202496 356 7478 0 0 0 0 68 2 18 0 1 0 622407239 8908800 253 33554432000 4194304 4922060 140736822547648 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/8677/statm: 2175 253 209 178 0 68 0
[pid=8680] ppid=8677 vsize=450956 CPUtime=4799.54 cores=1,3,5,7
/proc/8680/stat : 8680 (manysat1.1_stat) R 8677 8677 8066 0 -1 4202496 99705 0 0 0 479832 122 0 0 25 0 4 0 622407310 461778944 99655 33554432000 134512640 135305190 4293506480 18446744073709551615 134528252 0 0 4096 3 18446744073709551615 0 0 17 5 0 0 0
/proc/8680/statm: 112739 99655 84 194 0 112543 0
[pid=8680/tid=8681] ppid=8677 vsize=450956 CPUtime=1202.33 cores=1,3,5,7
/proc/8680/task/8681/stat : 8681 (manysat1.1_stat) R 8677 8677 8066 0 -1 4202560 20534 0 0 0 120208 25 0 0 25 0 4 0 622407323 461778944 99655 33554432000 134512640 135305190 4293506480 18446744073709551615 134528768 0 0 4096 3 0 0 0 -1 7 0 0 0
[pid=8680/tid=8682] ppid=8677 vsize=450956 CPUtime=1201.13 cores=1,3,5,7
/proc/8680/task/8682/stat : 8682 (manysat1.1_stat) R 8677 8677 8066 0 -1 4202560 27856 0 0 0 120079 34 0 0 25 0 4 0 622407323 461778944 99655 33554432000 134512640 135305190 4293506480 18446744073709551615 134528376 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=8680/tid=8683] ppid=8677 vsize=450956 CPUtime=1196.88 cores=1,3,5,7
/proc/8680/task/8683/stat : 8683 (manysat1.1_stat) R 8677 8677 8066 0 -1 4202560 20845 0 0 0 119660 28 0 0 25 0 4 0 622407323 461778944 99655 33554432000 134512640 135305190 4293506480 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4800.24
Current children cumulated vsize (KiB) 459656

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

Real time (s): 1204.44
CPU time (s): 4800.24
CPU user time (s): 4799
CPU system time (s): 1.24
CPU usage (%): 398.546
Max. virtual memory (cumulated for all children) (KiB): 459656

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.684895
system time used= 0.026995
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 7834
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= 6
involuntary context switches= 5

runsolver used 4.10938 second user time and 10.1345 second system time

The end

Launcher Data

Begin job on node142 at 2011-05-13 17:18:38
IDJOB=3362231
IDBENCH=83113
IDSOLVER=1838
FILE ID=node142/3362231-1305299918
RUNJOBID= node142-1305296391-8085
PBS_JOBID= 13321411
Free space on /tmp= 47080 MiB

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

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

MD5SUM BENCH= e822739302a2d834ec9ddfe9fbd0caa2
RANDOM SEED=2123614364

node142.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      10571728 kB
Buffers:        277376 kB
Cached:       17020984 kB
SwapCached:      11520 kB
Active:        9861852 kB
Inactive:     11809348 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      10571728 kB
SwapTotal:    67111528 kB
SwapFree:     65980216 kB
Dirty:            4668 kB
Writeback:           0 kB
AnonPages:     4370524 kB
Mapped:          20656 kB
Slab:           611228 kB
PageTables:      32132 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 77229452 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= 47052 MiB
End job on node142 at 2011-05-13 17:38:44