Trace number 3362331

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.4 1204.02

General information on the benchmark

NameSAT03/industrial/goldberg/hard_eq_check/
c6288mul.miter.shuffled-as.sat03-346.cnf
MD5SUM9799c8db3562549113e4a12f98721530
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark42.8615
Satisfiable
(Un)Satisfiability was proved
Number of variables9540
Number of clauses61421
Sum of the clauses size207840
Maximum clause length64
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 214116
Number of clauses of size 328488
Number of clauses of size 40
Number of clauses of size 518816
Number of clauses of size over 51

Solver Data

0.00/0.00	c Parsing...
0.00/0.03	c ==============================================================================
0.00/0.03	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.03	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.03	c ==============================================================================
0.00/0.03	c |         0 |   61421   207840 |   18426       0        0     nan |  0.000 % |
0.00/0.07	c |         0 |   61414   208298 |      --       0       --      -- |     --   | -7/458
0.00/0.07	c ==============================================================================
0.00/0.07	c Result  :   #vars: 9533   #clauses: 61414   #literals: 208298
0.00/0.07	c CPU time:   0.06099 s
0.00/0.07	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-3362331-1305301227/watcher-3362331-1305301227 -o /tmp/evaluation-result-3362331-1305301227/solver-3362331-1305301227 -C 4800 -W 1300 -M 15500 manysat.sh HOME/instance-3362331-1305301227.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.18 7.65 7.84 5/359 9035
/proc/meminfo: memFree=10663720/32951124 swapFree=65980216/67111528
[pid=9035] ppid=9033 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/9035/stat : 9035 (manysat.sh) S 9033 9035 8066 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 622538179 8908800 250 33554432000 4194304 4922060 140735049426368 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/9035/statm: 2175 250 209 178 0 68 0

[startup+0.034406 s]
/proc/loadavg: 7.18 7.65 7.84 5/359 9035
/proc/meminfo: memFree=10663720/32951124 swapFree=65980216/67111528
[pid=9035] ppid=9033 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/9035/stat : 9035 (manysat.sh) S 9033 9035 8066 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 622538179 8908800 250 33554432000 4194304 4922060 140735049426368 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/9035/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.100404 s]
/proc/loadavg: 7.18 7.65 7.84 5/359 9035
/proc/meminfo: memFree=10663720/32951124 swapFree=65980216/67111528
[pid=9035] ppid=9033 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/9035/stat : 9035 (manysat.sh) S 9033 9035 8066 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 622538179 8908800 250 33554432000 4194304 4922060 140735049426368 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/9035/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.300323 s]
/proc/loadavg: 7.18 7.65 7.84 5/359 9035
/proc/meminfo: memFree=10663720/32951124 swapFree=65980216/67111528
[pid=9035] ppid=9033 vsize=8700 CPUtime=0.1 cores=1,3,5,7
/proc/9035/stat : 9035 (manysat.sh) S 9033 9035 8066 0 -1 4202496 357 1574 0 0 0 0 10 0 24 0 1 0 622538179 8908800 253 33554432000 4194304 4922060 140735049426368 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/9035/statm: 2175 253 209 178 0 68 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 8700

[startup+0.70025 s]
/proc/loadavg: 7.18 7.65 7.84 5/359 9035
/proc/meminfo: memFree=10663720/32951124 swapFree=65980216/67111528
[pid=9035] ppid=9033 vsize=8700 CPUtime=0.1 cores=1,3,5,7
/proc/9035/stat : 9035 (manysat.sh) S 9033 9035 8066 0 -1 4202496 357 1574 0 0 0 0 10 0 24 0 1 0 622538179 8908800 253 33554432000 4194304 4922060 140735049426368 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/9035/statm: 2175 253 209 178 0 68 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 8700

[startup+1.5011 s]
/proc/loadavg: 7.18 7.65 7.84 9/364 9041
/proc/meminfo: memFree=10636156/32951124 swapFree=65980216/67111528
[pid=9035] ppid=9033 vsize=8700 CPUtime=0.1 cores=1,3,5,7
/proc/9035/stat : 9035 (manysat.sh) S 9033 9035 8066 0 -1 4202496 357 1574 0 0 0 0 10 0 24 0 1 0 622538179 8908800 253 33554432000 4194304 4922060 140735049426368 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/9035/statm: 2175 253 209 178 0 68 0
[pid=9038] ppid=9035 vsize=61072 CPUtime=5.22 cores=1,3,5,7
/proc/9038/stat : 9038 (manysat1.1_stat) R 9035 9035 8066 0 -1 4202496 7082 0 0 0 517 5 0 0 19 0 4 0 622538190 62537728 7032 33554432000 134512640 135305190 4294024016 18446744073709551615 134528298 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/9038/statm: 15268 7032 84 194 0 15072 0
[pid=9038/tid=9039] ppid=9035 vsize=61072 CPUtime=1.27 cores=1,3,5,7
/proc/9038/task/9039/stat : 9039 (manysat1.1_stat) R 9035 9035 8066 0 -1 4202560 639 0 0 0 127 0 0 0 18 0 4 0 622538200 62537728 7032 33554432000 134512640 135305190 4294024016 18446744073709551615 134528768 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=9038/tid=9040] ppid=9035 vsize=61072 CPUtime=1.26 cores=1,3,5,7
/proc/9038/task/9040/stat : 9040 (manysat1.1_stat) R 9035 9035 8066 0 -1 4202560 573 0 0 0 125 1 0 0 19 0 4 0 622538200 62537728 7032 33554432000 134512640 135305190 4294024016 18446744073709551615 134528189 0 0 4096 3 0 0 0 -1 7 0 0 0
[pid=9038/tid=9041] ppid=9035 vsize=61072 CPUtime=1.28 cores=1,3,5,7
/proc/9038/task/9041/stat : 9041 (manysat1.1_stat) R 9035 9035 8066 0 -1 4202560 590 0 0 0 127 1 0 0 19 0 4 0 622538200 62537728 7032 33554432000 134512640 135305190 4294024016 18446744073709551615 134528256 0 0 4096 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 5.32
Current children cumulated vsize (KiB) 69772

[startup+3.10081 s]
/proc/loadavg: 7.18 7.65 7.84 9/364 9041
/proc/meminfo: memFree=10628344/32951124 swapFree=65980216/67111528
[pid=9035] ppid=9033 vsize=8700 CPUtime=0.1 cores=1,3,5,7
/proc/9035/stat : 9035 (manysat.sh) S 9033 9035 8066 0 -1 4202496 357 1574 0 0 0 0 10 0 24 0 1 0 622538179 8908800 253 33554432000 4194304 4922060 140735049426368 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/9035/statm: 2175 253 209 178 0 68 0
[pid=9038] ppid=9035 vsize=68136 CPUtime=11.6 cores=1,3,5,7
/proc/9038/stat : 9038 (manysat1.1_stat) R 9035 9035 8066 0 -1 4202496 8970 0 0 0 1154 6 0 0 25 0 4 0 622538190 69771264 8911 33554432000 134512640 135305190 4294024016 18446744073709551615 134528189 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/9038/statm: 17034 8911 84 194 0 16838 0
[pid=9038/tid=9039] ppid=9035 vsize=68136 CPUtime=2.87 cores=1,3,5,7
/proc/9038/task/9039/stat : 9039 (manysat1.1_stat) R 9035 9035 8066 0 -1 4202560 1027 0 0 0 286 1 0 0 20 0 4 0 622538200 69771264 8911 33554432000 134512640 135305190 4294024016 18446744073709551615 134556695 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=9038/tid=9040] ppid=9035 vsize=68136 CPUtime=2.85 cores=1,3,5,7
/proc/9038/task/9040/stat : 9040 (manysat1.1_stat) R 9035 9035 8066 0 -1 4202560 1027 0 0 0 284 1 0 0 24 0 4 0 622538200 69771264 8911 33554432000 134512640 135305190 4294024016 18446744073709551615 134528548 0 0 4096 3 0 0 0 -1 7 0 0 0
[pid=9038/tid=9041] ppid=9035 vsize=68136 CPUtime=2.88 cores=1,3,5,7
/proc/9038/task/9041/stat : 9041 (manysat1.1_stat) R 9035 9035 8066 0 -1 4202560 1089 0 0 0 287 1 0 0 25 0 4 0 622538200 69771264 8911 33554432000 134512640 135305190 4294024016 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 11.7
Current children cumulated vsize (KiB) 76836

[startup+6.30122 s]
/proc/loadavg: 7.24 7.65 7.84 9/364 9041
/proc/meminfo: memFree=10605428/32951124 swapFree=65980216/67111528
[pid=9035] ppid=9033 vsize=8700 CPUtime=0.1 cores=1,3,5,7
/proc/9035/stat : 9035 (manysat.sh) S 9033 9035 8066 0 -1 4202496 357 1574 0 0 0 0 10 0 24 0 1 0 622538179 8908800 253 33554432000 4194304 4922060 140735049426368 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/9035/statm: 2175 253 209 178 0 68 0
[pid=9038] ppid=9035 vsize=81108 CPUtime=24.37 cores=1,3,5,7
/proc/9038/stat : 9038 (manysat1.1_stat) R 9035 9035 8066 0 -1 4202496 12045 0 0 0 2429 8 0 0 25 0 4 0 622538190 83054592 11986 33554432000 134512640 135305190 4294024016 18446744073709551615 134528837 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/9038/statm: 20277 11986 84 194 0 20081 0
[pid=9038/tid=9039] ppid=9035 vsize=81108 CPUtime=6.07 cores=1,3,5,7
/proc/9038/task/9039/stat : 9039 (manysat1.1_stat) R 9035 9035 8066 0 -1 4202560 1602 0 0 0 606 1 0 0 25 0 4 0 622538200 83054592 11986 33554432000 134512640 135305190 4294024016 18446744073709551615 134557103 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=9038/tid=9040] ppid=9035 vsize=81108 CPUtime=6.01 cores=1,3,5,7
/proc/9038/task/9040/stat : 9040 (manysat1.1_stat) R 9035 9035 8066 0 -1 4202560 1776 0 0 0 600 1 0 0 25 0 4 0 622538200 83054592 11986 33554432000 134512640 135305190 4294024016 18446744073709551615 134552020 0 0 4096 3 0 0 0 -1 7 0 0 0
[pid=9038/tid=9041] ppid=9035 vsize=81108 CPUtime=6.08 cores=1,3,5,7
/proc/9038/task/9041/stat : 9041 (manysat1.1_stat) R 9035 9035 8066 0 -1 4202560 1896 0 0 0 606 2 0 0 25 0 4 0 622538200 83054592 11986 33554432000 134512640 135305190 4294024016 18446744073709551615 134557407 0 0 4096 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 24.47
Current children cumulated vsize (KiB) 89808

[startup+12.701 s]
/proc/loadavg: 7.30 7.66 7.84 9/364 9042
/proc/meminfo: memFree=10587288/32951124 swapFree=65980216/67111528
[pid=9035] ppid=9033 vsize=8700 CPUtime=0.1 cores=1,3,5,7
/proc/9035/stat : 9035 (manysat.sh) S 9033 9035 8066 0 -1 4202496 357 1574 0 0 0 0 10 0 24 0 1 0 622538179 8908800 253 33554432000 4194304 4922060 140735049426368 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/9035/statm: 2175 253 209 178 0 68 0
[pid=9038] ppid=9035 vsize=89060 CPUtime=49.88 cores=1,3,5,7
/proc/9038/stat : 9038 (manysat1.1_stat) R 9035 9035 8066 0 -1 4202496 13980 0 0 0 4979 9 0 0 25 0 4 0 622538190 91197440 13921 33554432000 134512640 135305190 4294024016 18446744073709551615 134528298 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/9038/statm: 22265 13921 84 194 0 22069 0
[pid=9038/tid=9039] ppid=9035 vsize=89060 CPUtime=12.47 cores=1,3,5,7
/proc/9038/task/9039/stat : 9039 (manysat1.1_stat) R 9035 9035 8066 0 -1 4202560 2055 0 0 0 1246 1 0 0 25 0 4 0 622538200 91197440 13921 33554432000 134512640 135305190 4294024016 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=9038/tid=9040] ppid=9035 vsize=89060 CPUtime=12.34 cores=1,3,5,7
/proc/9038/task/9040/stat : 9040 (manysat1.1_stat) R 9035 9035 8066 0 -1 4202560 2126 0 0 0 1232 2 0 0 25 0 4 0 622538200 91197440 13921 33554432000 134512640 135305190 4294024016 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 7 0 0 0
[pid=9038/tid=9041] ppid=9035 vsize=89060 CPUtime=12.47 cores=1,3,5,7
/proc/9038/task/9041/stat : 9041 (manysat1.1_stat) R 9035 9035 8066 0 -1 4202560 2521 0 0 0 1245 2 0 0 25 0 4 0 622538200 91197440 13921 33554432000 134512640 135305190 4294024016 18446744073709551615 134551651 0 0 4096 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 49.98
Current children cumulated vsize (KiB) 97760

[startup+25.5007 s]
/proc/loadavg: 7.46 7.67 7.84 9/364 9042
/proc/meminfo: memFree=10555036/32951124 swapFree=65980216/67111528
[pid=9035] ppid=9033 vsize=8700 CPUtime=0.1 cores=1,3,5,7
/proc/9035/stat : 9035 (manysat.sh) S 9033 9035 8066 0 -1 4202496 357 1574 0 0 0 0 10 0 24 0 1 0 622538179 8908800 253 33554432000 4194304 4922060 140735049426368 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/9035/statm: 2175 253 209 178 0 68 0
[pid=9038] ppid=9035 vsize=109048 CPUtime=100.92 cores=1,3,5,7
/proc/9038/stat : 9038 (manysat1.1_stat) R 9035 9035 8066 0 -1 4202496 18732 0 0 0 10079 13 0 0 25 0 4 0 622538190 111665152 18673 33554432000 134512640 135305190 4294024016 18446744073709551615 134528252 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/9038/statm: 27262 18673 84 194 0 27066 0
[pid=9038/tid=9039] ppid=9035 vsize=109048 CPUtime=25.27 cores=1,3,5,7
/proc/9038/task/9039/stat : 9039 (manysat1.1_stat) R 9035 9035 8066 0 -1 4202560 3023 0 0 0 2525 2 0 0 25 0 4 0 622538200 111665152 18673 33554432000 134512640 135305190 4294024016 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=9038/tid=9040] ppid=9035 vsize=109048 CPUtime=24.97 cores=1,3,5,7
/proc/9038/task/9040/stat : 9040 (manysat1.1_stat) R 9035 9035 8066 0 -1 4202560 3296 0 0 0 2495 2 0 0 25 0 4 0 622538200 111665152 18673 33554432000 134512640 135305190 4294024016 18446744073709551615 134551697 0 0 4096 3 0 0 0 -1 7 0 0 0
[pid=9038/tid=9041] ppid=9035 vsize=109048 CPUtime=25.27 cores=1,3,5,7
/proc/9038/task/9041/stat : 9041 (manysat1.1_stat) R 9035 9035 8066 0 -1 4202560 3898 0 0 0 2524 3 0 0 25 0 4 0 622538200 111665152 18673 33554432000 134512640 135305190 4294024016 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 101.02
Current children cumulated vsize (KiB) 117748

[startup+51.101 s]
/proc/loadavg: 7.79 7.73 7.86 9/364 9043
/proc/meminfo: memFree=10518664/32951124 swapFree=65980216/67111528
[pid=9035] ppid=9033 vsize=8700 CPUtime=0.1 cores=1,3,5,7
/proc/9035/stat : 9035 (manysat.sh) S 9033 9035 8066 0 -1 4202496 357 1574 0 0 0 0 10 0 24 0 1 0 622538179 8908800 253 33554432000 4194304 4922060 140735049426368 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/9035/statm: 2175 253 209 178 0 68 0
[pid=9038] ppid=9035 vsize=131676 CPUtime=202.99 cores=1,3,5,7
/proc/9038/stat : 9038 (manysat1.1_stat) R 9035 9035 8066 0 -1 4202496 24480 0 0 0 20279 20 0 0 25 0 4 0 622538190 134836224 24421 33554432000 134512640 135305190 4294024016 18446744073709551615 134528791 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/9038/statm: 32919 24421 84 194 0 32723 0
[pid=9038/tid=9039] ppid=9035 vsize=131676 CPUtime=50.86 cores=1,3,5,7
/proc/9038/task/9039/stat : 9039 (manysat1.1_stat) R 9035 9035 8066 0 -1 4202560 4426 0 0 0 5082 4 0 0 25 0 4 0 622538200 134836224 24421 33554432000 134512640 135305190 4294024016 18446744073709551615 134528224 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=9038/tid=9040] ppid=9035 vsize=131676 CPUtime=50.27 cores=1,3,5,7
/proc/9038/task/9040/stat : 9040 (manysat1.1_stat) R 9035 9035 8066 0 -1 4202560 4609 0 0 0 5023 4 0 0 25 0 4 0 622538200 134836224 24421 33554432000 134512640 135305190 4294024016 18446744073709551615 134552950 0 0 4096 3 0 0 0 -1 7 0 0 0
[pid=9038/tid=9041] ppid=9035 vsize=131676 CPUtime=50.86 cores=1,3,5,7
/proc/9038/task/9041/stat : 9041 (manysat1.1_stat) R 9035 9035 8066 0 -1 4202560 5463 0 0 0 5081 5 0 0 25 0 4 0 622538200 134836224 24421 33554432000 134512640 135305190 4294024016 18446744073709551615 134528379 0 0 4096 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 203.09
Current children cumulated vsize (KiB) 140376

[startup+102.314 s]
/proc/loadavg: 7.91 7.77 7.86 9/364 9044
/proc/meminfo: memFree=10439108/32951124 swapFree=65980216/67111528
[pid=9035] ppid=9033 vsize=8700 CPUtime=0.1 cores=1,3,5,7
/proc/9035/stat : 9035 (manysat.sh) S 9033 9035 8066 0 -1 4202496 357 1574 0 0 0 0 10 0 24 0 1 0 622538179 8908800 253 33554432000 4194304 4922060 140735049426368 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/9035/statm: 2175 253 209 178 0 68 0
[pid=9038] ppid=9035 vsize=159548 CPUtime=407.19 cores=1,3,5,7
/proc/9038/stat : 9038 (manysat1.1_stat) R 9035 9035 8066 0 -1 4202496 31458 0 0 0 40690 29 0 0 25 0 4 0 622538190 163377152 31399 33554432000 134512640 135305190 4294024016 18446744073709551615 134528557 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/9038/statm: 39887 31399 84 194 0 39691 0
[pid=9038/tid=9039] ppid=9035 vsize=159548 CPUtime=102.06 cores=1,3,5,7
/proc/9038/task/9039/stat : 9039 (manysat1.1_stat) R 9035 9035 8066 0 -1 4202560 6103 0 0 0 10200 6 0 0 25 0 4 0 622538200 163377152 31399 33554432000 134512640 135305190 4294024016 18446744073709551615 134528283 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=9038/tid=9040] ppid=9035 vsize=159548 CPUtime=100.87 cores=1,3,5,7
/proc/9038/task/9040/stat : 9040 (manysat1.1_stat) R 9035 9035 8066 0 -1 4202560 5931 0 0 0 10081 6 0 0 25 0 4 0 622538200 163377152 31399 33554432000 134512640 135305190 4294024016 18446744073709551615 134528263 0 0 4096 3 0 0 0 -1 7 0 0 0
[pid=9038/tid=9041] ppid=9035 vsize=159548 CPUtime=102.07 cores=1,3,5,7
/proc/9038/task/9041/stat : 9041 (manysat1.1_stat) R 9035 9035 8066 0 -1 4202560 7419 0 0 0 10199 8 0 0 25 0 4 0 622538200 163377152 31399 33554432000 134512640 135305190 4294024016 18446744073709551615 134528744 0 0 4096 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 407.29
Current children cumulated vsize (KiB) 168248

[startup+162.301 s]
/proc/loadavg: 8.03 7.83 7.87 9/364 9046
/proc/meminfo: memFree=10379680/32951124 swapFree=65980216/67111528
[pid=9035] ppid=9033 vsize=8700 CPUtime=0.1 cores=1,3,5,7
/proc/9035/stat : 9035 (manysat.sh) S 9033 9035 8066 0 -1 4202496 357 1574 0 0 0 0 10 0 24 0 1 0 622538179 8908800 253 33554432000 4194304 4922060 140735049426368 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/9035/statm: 2175 253 209 178 0 68 0
[pid=9038] ppid=9035 vsize=190932 CPUtime=646.4 cores=1,3,5,7
/proc/9038/stat : 9038 (manysat1.1_stat) R 9035 9035 8066 0 -1 4202496 39123 0 0 0 64604 36 0 0 25 0 4 0 622538190 195514368 39064 33554432000 134512640 135305190 4294024016 18446744073709551615 134528576 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/9038/statm: 47733 39064 84 194 0 47537 0
[pid=9038/tid=9039] ppid=9035 vsize=190932 CPUtime=162.04 cores=1,3,5,7

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

/proc/9038/task/9041/stat : 9041 (manysat1.1_stat) R 9035 9035 8066 0 -1 4202560 23095 0 0 0 76005 28 0 0 25 0 4 0 622538200 435183616 96673 33554432000 134512640 135305190 4294024016 18446744073709551615 134528506 0 0 4096 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3039.04
Current children cumulated vsize (KiB) 433684

[startup+822.301 s]
/proc/loadavg: 8.09 8.06 7.97 9/364 9063
/proc/meminfo: memFree=9897008/32951124 swapFree=65980216/67111528
[pid=9035] ppid=9033 vsize=8700 CPUtime=0.1 cores=1,3,5,7
/proc/9035/stat : 9035 (manysat.sh) S 9033 9035 8066 0 -1 4202496 357 1574 0 0 0 0 10 0 24 0 1 0 622538179 8908800 253 33554432000 4194304 4922060 140735049426368 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/9035/statm: 2175 253 209 178 0 68 0
[pid=9038] ppid=9035 vsize=425616 CPUtime=3278.16 cores=1,3,5,7
/proc/9038/stat : 9038 (manysat1.1_stat) R 9035 9035 8066 0 -1 4202496 96940 0 0 0 327701 115 0 0 25 0 4 0 622538190 435830784 96881 33554432000 134512640 135305190 4294024016 18446744073709551615 134548016 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/9038/statm: 106404 96881 84 194 0 106208 0
[pid=9038/tid=9039] ppid=9035 vsize=425616 CPUtime=821.94 cores=1,3,5,7
/proc/9038/task/9039/stat : 9039 (manysat1.1_stat) R 9035 9035 8066 0 -1 4202560 22437 0 0 0 82166 28 0 0 25 0 4 0 622538200 435830784 96881 33554432000 134512640 135305190 4294024016 18446744073709551615 134530657 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=9038/tid=9040] ppid=9035 vsize=425616 CPUtime=813.87 cores=1,3,5,7
/proc/9038/task/9040/stat : 9040 (manysat1.1_stat) R 9035 9035 8066 0 -1 4202560 23220 0 0 0 81359 28 0 0 25 0 4 0 622538200 435830784 96881 33554432000 134512640 135305190 4294024016 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 7 0 0 0
[pid=9038/tid=9041] ppid=9035 vsize=425616 CPUtime=820.31 cores=1,3,5,7
/proc/9038/task/9041/stat : 9041 (manysat1.1_stat) R 9035 9035 8066 0 -1 4202560 23095 0 0 0 82003 28 0 0 25 0 4 0 622538200 435830784 96881 33554432000 134512640 135305190 4294024016 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3278.26
Current children cumulated vsize (KiB) 434316

[startup+882.301 s]
/proc/loadavg: 8.10 8.06 7.97 9/364 9065
/proc/meminfo: memFree=9844396/32951124 swapFree=65980216/67111528
[pid=9035] ppid=9033 vsize=8700 CPUtime=0.1 cores=1,3,5,7
/proc/9035/stat : 9035 (manysat.sh) S 9033 9035 8066 0 -1 4202496 357 1574 0 0 0 0 10 0 24 0 1 0 622538179 8908800 253 33554432000 4194304 4922060 140735049426368 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/9035/statm: 2175 253 209 178 0 68 0
[pid=9038] ppid=9035 vsize=441064 CPUtime=3517.44 cores=1,3,5,7
/proc/9038/stat : 9038 (manysat1.1_stat) R 9035 9035 8066 0 -1 4202496 100649 0 0 0 351623 121 0 0 25 0 4 0 622538190 451649536 100590 33554432000 134512640 135305190 4294024016 18446744073709551615 134528376 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/9038/statm: 110266 100590 84 194 0 110070 0
[pid=9038/tid=9039] ppid=9035 vsize=441064 CPUtime=881.94 cores=1,3,5,7
/proc/9038/task/9039/stat : 9039 (manysat1.1_stat) R 9035 9035 8066 0 -1 4202560 23466 0 0 0 88165 29 0 0 25 0 4 0 622538200 451649536 100590 33554432000 134512640 135305190 4294024016 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=9038/tid=9040] ppid=9035 vsize=441064 CPUtime=873.15 cores=1,3,5,7
/proc/9038/task/9040/stat : 9040 (manysat1.1_stat) R 9035 9035 8066 0 -1 4202560 24545 0 0 0 87284 31 0 0 25 0 4 0 622538200 451649536 100590 33554432000 134512640 135305190 4294024016 18446744073709551615 134528310 0 0 4096 3 0 0 0 -1 7 0 0 0
[pid=9038/tid=9041] ppid=9035 vsize=441064 CPUtime=880.31 cores=1,3,5,7
/proc/9038/task/9041/stat : 9041 (manysat1.1_stat) R 9035 9035 8066 0 -1 4202560 23758 0 0 0 88002 29 0 0 25 0 4 0 622538200 451649536 100590 33554432000 134512640 135305190 4294024016 18446744073709551615 134528768 0 0 4096 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3517.54
Current children cumulated vsize (KiB) 449764

[startup+942.301 s]
/proc/loadavg: 8.16 8.08 7.98 9/364 9066
/proc/meminfo: memFree=9809288/32951124 swapFree=65980216/67111528
[pid=9035] ppid=9033 vsize=8700 CPUtime=0.1 cores=1,3,5,7
/proc/9035/stat : 9035 (manysat.sh) S 9033 9035 8066 0 -1 4202496 357 1574 0 0 0 0 10 0 24 0 1 0 622538179 8908800 253 33554432000 4194304 4922060 140735049426368 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/9035/statm: 2175 253 209 178 0 68 0
[pid=9038] ppid=9035 vsize=468404 CPUtime=3756.7 cores=1,3,5,7
/proc/9038/stat : 9038 (manysat1.1_stat) R 9035 9035 8066 0 -1 4202496 106998 0 0 0 375540 130 0 0 25 0 4 0 622538190 479645696 106939 33554432000 134512640 135305190 4294024016 18446744073709551615 134528298 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/9038/statm: 117101 106939 84 194 0 116905 0
[pid=9038/tid=9039] ppid=9035 vsize=468404 CPUtime=941.94 cores=1,3,5,7
/proc/9038/task/9039/stat : 9039 (manysat1.1_stat) R 9035 9035 8066 0 -1 4202560 24785 0 0 0 94163 31 0 0 25 0 4 0 622538200 479645696 106939 33554432000 134512640 135305190 4294024016 18446744073709551615 134528768 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=9038/tid=9040] ppid=9035 vsize=468404 CPUtime=932.44 cores=1,3,5,7
/proc/9038/task/9040/stat : 9040 (manysat1.1_stat) R 9035 9035 8066 0 -1 4202560 26351 0 0 0 93211 33 0 0 25 0 4 0 622538200 479645696 106939 33554432000 134512640 135305190 4294024016 18446744073709551615 134554281 0 0 4096 3 0 0 0 -1 7 0 0 0
[pid=9038/tid=9041] ppid=9035 vsize=468404 CPUtime=940.31 cores=1,3,5,7
/proc/9038/task/9041/stat : 9041 (manysat1.1_stat) R 9035 9035 8066 0 -1 4202560 25407 0 0 0 94000 31 0 0 25 0 4 0 622538200 479645696 106939 33554432000 134512640 135305190 4294024016 18446744073709551615 134528376 0 0 4096 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3756.8
Current children cumulated vsize (KiB) 477104

[startup+1002.3 s]
/proc/loadavg: 8.18 8.10 8.00 9/364 9068
/proc/meminfo: memFree=9774316/32951124 swapFree=65980216/67111528
[pid=9035] ppid=9033 vsize=8700 CPUtime=0.1 cores=1,3,5,7
/proc/9035/stat : 9035 (manysat.sh) S 9033 9035 8066 0 -1 4202496 357 1574 0 0 0 0 10 0 24 0 1 0 622538179 8908800 253 33554432000 4194304 4922060 140735049426368 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/9035/statm: 2175 253 209 178 0 68 0
[pid=9038] ppid=9035 vsize=475172 CPUtime=3995.93 cores=1,3,5,7
/proc/9038/stat : 9038 (manysat1.1_stat) R 9035 9035 8066 0 -1 4202496 108203 0 0 0 399461 132 0 0 25 0 4 0 622538190 486576128 108144 33554432000 134512640 135305190 4294024016 18446744073709551615 134556758 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/9038/statm: 118793 108144 84 194 0 118597 0
[pid=9038/tid=9039] ppid=9035 vsize=475172 CPUtime=1001.94 cores=1,3,5,7
/proc/9038/task/9039/stat : 9039 (manysat1.1_stat) R 9035 9035 8066 0 -1 4202560 25288 0 0 0 100162 32 0 0 25 0 4 0 622538200 486576128 108144 33554432000 134512640 135305190 4294024016 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=9038/tid=9040] ppid=9035 vsize=475172 CPUtime=991.71 cores=1,3,5,7
/proc/9038/task/9040/stat : 9040 (manysat1.1_stat) R 9035 9035 8066 0 -1 4202560 26477 0 0 0 99138 33 0 0 25 0 4 0 622538200 486576128 108144 33554432000 134512640 135305190 4294024016 18446744073709551615 134528254 0 0 4096 3 0 0 0 -1 7 0 0 0
[pid=9038/tid=9041] ppid=9035 vsize=475172 CPUtime=1000.28 cores=1,3,5,7
/proc/9038/task/9041/stat : 9041 (manysat1.1_stat) R 9035 9035 8066 0 -1 4202560 25737 0 0 0 99996 32 0 0 25 0 4 0 622538200 486576128 108144 33554432000 134512640 135305190 4294024016 18446744073709551615 134528455 0 0 4096 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3996.03
Current children cumulated vsize (KiB) 483872

[startup+1062.3 s]
/proc/loadavg: 8.17 8.11 8.00 9/364 9070
/proc/meminfo: memFree=9737460/32951124 swapFree=65980216/67111528
[pid=9035] ppid=9033 vsize=8700 CPUtime=0.1 cores=1,3,5,7
/proc/9035/stat : 9035 (manysat.sh) S 9033 9035 8066 0 -1 4202496 357 1574 0 0 0 0 10 0 24 0 1 0 622538179 8908800 253 33554432000 4194304 4922060 140735049426368 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/9035/statm: 2175 253 209 178 0 68 0
[pid=9038] ppid=9035 vsize=483424 CPUtime=4235.19 cores=1,3,5,7
/proc/9038/stat : 9038 (manysat1.1_stat) R 9035 9035 8066 0 -1 4202496 110241 0 0 0 423383 136 0 0 25 0 4 0 622538190 495026176 110182 33554432000 134512640 135305190 4294024016 18446744073709551615 134528298 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/9038/statm: 120856 110182 84 194 0 120660 0
[pid=9038/tid=9039] ppid=9035 vsize=483424 CPUtime=1061.91 cores=1,3,5,7
/proc/9038/task/9039/stat : 9039 (manysat1.1_stat) R 9035 9035 8066 0 -1 4202560 26411 0 0 0 106157 34 0 0 25 0 4 0 622538200 495026176 110182 33554432000 134512640 135305190 4294024016 18446744073709551615 134528415 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=9038/tid=9040] ppid=9035 vsize=483424 CPUtime=1051 cores=1,3,5,7
/proc/9038/task/9040/stat : 9040 (manysat1.1_stat) R 9035 9035 8066 0 -1 4202560 27008 0 0 0 105066 34 0 0 25 0 4 0 622538200 495026176 110182 33554432000 134512640 135305190 4294024016 18446744073709551615 134528615 0 0 4096 3 0 0 0 -1 7 0 0 0
[pid=9038/tid=9041] ppid=9035 vsize=483424 CPUtime=1060.28 cores=1,3,5,7
/proc/9038/task/9041/stat : 9041 (manysat1.1_stat) R 9035 9035 8066 0 -1 4202560 26004 0 0 0 105995 33 0 0 25 0 4 0 622538200 495026176 110182 33554432000 134512640 135305190 4294024016 18446744073709551615 134528768 0 0 4096 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4235.29
Current children cumulated vsize (KiB) 492124

[startup+1122.3 s]
/proc/loadavg: 8.11 8.10 8.00 9/364 9071
/proc/meminfo: memFree=9699380/32951124 swapFree=65980216/67111528
[pid=9035] ppid=9033 vsize=8700 CPUtime=0.1 cores=1,3,5,7
/proc/9035/stat : 9035 (manysat.sh) S 9033 9035 8066 0 -1 4202496 357 1574 0 0 0 0 10 0 24 0 1 0 622538179 8908800 253 33554432000 4194304 4922060 140735049426368 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/9035/statm: 2175 253 209 178 0 68 0
[pid=9038] ppid=9035 vsize=486948 CPUtime=4474.47 cores=1,3,5,7
/proc/9038/stat : 9038 (manysat1.1_stat) R 9035 9035 8066 0 -1 4202496 111283 0 0 0 447309 138 0 0 25 0 4 0 622538190 498634752 111224 33554432000 134512640 135305190 4294024016 18446744073709551615 134528298 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/9038/statm: 121737 111224 84 194 0 121541 0
[pid=9038/tid=9039] ppid=9035 vsize=486948 CPUtime=1121.91 cores=1,3,5,7
/proc/9038/task/9039/stat : 9039 (manysat1.1_stat) R 9035 9035 8066 0 -1 4202560 26645 0 0 0 112156 35 0 0 25 0 4 0 622538200 498634752 111224 33554432000 134512640 135305190 4294024016 18446744073709551615 134528768 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=9038/tid=9040] ppid=9035 vsize=486948 CPUtime=1110.28 cores=1,3,5,7
/proc/9038/task/9040/stat : 9040 (manysat1.1_stat) R 9035 9035 8066 0 -1 4202560 27239 0 0 0 110994 34 0 0 25 0 4 0 622538200 498634752 111224 33554432000 134512640 135305190 4294024016 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 7 0 0 0
[pid=9038/tid=9041] ppid=9035 vsize=486948 CPUtime=1120.28 cores=1,3,5,7
/proc/9038/task/9041/stat : 9041 (manysat1.1_stat) R 9035 9035 8066 0 -1 4202560 26211 0 0 0 111995 33 0 0 25 0 4 0 622538200 498634752 111224 33554432000 134512640 135305190 4294024016 18446744073709551615 134528415 0 0 4096 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4474.57
Current children cumulated vsize (KiB) 495648

[startup+1182.3 s]
/proc/loadavg: 8.04 8.08 8.00 9/364 9073
/proc/meminfo: memFree=9627188/32951124 swapFree=65980216/67111528
[pid=9035] ppid=9033 vsize=8700 CPUtime=0.1 cores=1,3,5,7
/proc/9035/stat : 9035 (manysat.sh) S 9033 9035 8066 0 -1 4202496 357 1574 0 0 0 0 10 0 24 0 1 0 622538179 8908800 253 33554432000 4194304 4922060 140735049426368 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/9035/statm: 2175 253 209 178 0 68 0
[pid=9038] ppid=9035 vsize=523200 CPUtime=4713.77 cores=1,3,5,7
/proc/9038/stat : 9038 (manysat1.1_stat) R 9035 9035 8066 0 -1 4202496 120364 0 0 0 471229 148 0 0 25 0 4 0 622538190 535756800 120305 33554432000 134512640 135305190 4294024016 18446744073709551615 134547909 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/9038/statm: 130800 120305 84 194 0 130604 0
[pid=9038/tid=9039] ppid=9035 vsize=523200 CPUtime=1181.91 cores=1,3,5,7
/proc/9038/task/9039/stat : 9039 (manysat1.1_stat) R 9035 9035 8066 0 -1 4202560 28351 0 0 0 118154 37 0 0 25 0 4 0 622538200 535756800 120305 33554432000 134512640 135305190 4294024016 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=9038/tid=9040] ppid=9035 vsize=523200 CPUtime=1169.57 cores=1,3,5,7
/proc/9038/task/9040/stat : 9040 (manysat1.1_stat) R 9035 9035 8066 0 -1 4202560 30404 0 0 0 116919 38 0 0 25 0 4 0 622538200 535756800 120305 33554432000 134512640 135305190 4294024016 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 7 0 0 0
[pid=9038/tid=9041] ppid=9035 vsize=523200 CPUtime=1180.29 cores=1,3,5,7
/proc/9038/task/9041/stat : 9041 (manysat1.1_stat) R 9035 9035 8066 0 -1 4202560 28026 0 0 0 117994 35 0 0 25 0 4 0 622538200 535756800 120305 33554432000 134512640 135305190 4294024016 18446744073709551615 134528503 0 0 4096 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4713.87
Current children cumulated vsize (KiB) 531900



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1204 s]
/proc/loadavg: 8.03 8.07 8.00 9/364 9139
/proc/meminfo: memFree=10195732/32951124 swapFree=65980216/67111528
[pid=9035] ppid=9033 vsize=8700 CPUtime=0.1 cores=1,3,5,7
/proc/9035/stat : 9035 (manysat.sh) S 9033 9035 8066 0 -1 4202496 357 1574 0 0 0 0 10 0 24 0 1 0 622538179 8908800 253 33554432000 4194304 4922060 140735049426368 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/9035/statm: 2175 253 209 178 0 68 0
[pid=9038] ppid=9035 vsize=541660 CPUtime=4800.3 cores=1,3,5,7
/proc/9038/stat : 9038 (manysat1.1_stat) R 9035 9035 8066 0 -1 4202496 124755 0 0 0 479875 155 0 0 25 0 4 0 622538190 554659840 124696 33554432000 134512640 135305190 4294024016 18446744073709551615 134528319 0 0 4096 3 18446744073709551615 0 0 17 7 0 0 0
/proc/9038/statm: 135415 124696 84 194 0 135219 0
[pid=9038/tid=9039] ppid=9035 vsize=541660 CPUtime=1203.62 cores=1,3,5,7
/proc/9038/task/9039/stat : 9039 (manysat1.1_stat) R 9035 9035 8066 0 -1 4202560 29216 0 0 0 120323 39 0 0 25 0 4 0 622538200 554659840 124696 33554432000 134512640 135305190 4294024016 18446744073709551615 134528444 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=9038/tid=9040] ppid=9035 vsize=541660 CPUtime=1191.13 cores=1,3,5,7
/proc/9038/task/9040/stat : 9040 (manysat1.1_stat) R 9035 9035 8066 0 -1 4202560 32256 0 0 0 119073 40 0 0 25 0 4 0 622538200 554659840 124696 33554432000 134512640 135305190 4294024016 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=9038/tid=9041] ppid=9035 vsize=541660 CPUtime=1202 cores=1,3,5,7
/proc/9038/task/9041/stat : 9041 (manysat1.1_stat) R 9035 9035 8066 0 -1 4202560 28826 0 0 0 120164 36 0 0 25 0 4 0 622538200 554659840 124696 33554432000 134512640 135305190 4294024016 18446744073709551615 134528562 0 0 4096 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4800.4
Current children cumulated vsize (KiB) 550360

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

Real time (s): 1204.02
CPU time (s): 4800.4
CPU user time (s): 4798.85
CPU system time (s): 1.55
CPU usage (%): 398.696
Max. virtual memory (cumulated for all children) (KiB): 550360

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

runsolver used 4.16437 second user time and 10.0815 second system time

The end

Launcher Data

Begin job on node142 at 2011-05-13 17:40:27
IDJOB=3362331
IDBENCH=84205
IDSOLVER=1838
FILE ID=node142/3362331-1305301227
RUNJOBID= node142-1305296391-8085
PBS_JOBID= 13321411
Free space on /tmp= 47092 MiB

SOLVER NAME= ManySAT 1.1 aimd 1/2009-03-20 (4 threads)
BENCH NAME= SAT03/industrial/goldberg/hard_eq_check/c6288mul.miter.shuffled-as.sat03-346.cnf
COMMAND LINE= manysat.sh BENCHNAME aimd 1
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3362331-1305301227/watcher-3362331-1305301227 -o /tmp/evaluation-result-3362331-1305301227/solver-3362331-1305301227 -C 4800 -W 1300 -M 15500  manysat.sh HOME/instance-3362331-1305301227.cnf aimd 1

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

MD5SUM BENCH= 9799c8db3562549113e4a12f98721530
RANDOM SEED=380610661

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:      10664116 kB
Buffers:        278220 kB
Cached:       17011396 kB
SwapCached:      11520 kB
Active:        9775524 kB
Inactive:     11804076 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      10664116 kB
SwapTotal:    67111528 kB
SwapFree:     65980216 kB
Dirty:            5488 kB
Writeback:           0 kB
AnonPages:     4286624 kB
Mapped:          20656 kB
Slab:           611508 kB
PageTables:      31860 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 77140428 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= 47088 MiB
End job on node142 at 2011-05-13 18:00:33