Trace number 3361857

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.37 1206.02

General information on the benchmark

Nameindustrial/anbulagan/
hard-unsat/dated-5-13-u.cnf
MD5SUM45ee13b66821e6c36f3e38be418fa121
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark3586.1
Satisfiable
(Un)Satisfiability was proved
Number of variables138808
Number of clauses626501
Sum of the clauses size1431026
Maximum clause length10
Minimum clause length1
Number of clauses of size 111712
Number of clauses of size 2503953
Number of clauses of size 384536
Number of clauses of size 42920
Number of clauses of size 511680
Number of clauses of size over 511700

Solver Data

0.00/0.00	c Parsing...
0.00/0.26	c ==============================================================================
0.00/0.26	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.26	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.26	c ==============================================================================
0.00/0.26	c |         0 |  614789  1419314 |  184436       0        0     nan |  0.000 % |
2.20/2.22	c |         0 |  248601   661061 |      --       0       --      -- |     --   | -225959/-441263
2.20/2.22	c ==============================================================================
2.20/2.22	c Result  :   #vars: 44244   #clauses: 248601   #literals: 661061
2.20/2.22	c CPU time:   2.16067 s
2.20/2.22	c ==============================================================================

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 961)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3361857-1305296391/watcher-3361857-1305296391 -o /tmp/evaluation-result-3361857-1305296391/solver-3361857-1305296391 -C 4800 -W 1300 -M 15500 manysat.sh HOME/instance-3361857-1305296391.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: 0.00 0.00 0.00 6/361 10929
/proc/meminfo: memFree=9485680/32951124 swapFree=67111348/67111528
[pid=10929] ppid=10927 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/10929/stat : 10929 (manysat.sh) S 10927 10929 10886 0 -1 4202496 331 0 0 0 0 0 0 0 21 0 1 0 622055001 8908800 250 33554432000 4194304 4922060 140733393311008 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/10929/statm: 2175 250 209 178 0 68 0

[startup+0.074543 s]
/proc/loadavg: 0.00 0.00 0.00 6/361 10929
/proc/meminfo: memFree=9485680/32951124 swapFree=67111348/67111528
[pid=10929] ppid=10927 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/10929/stat : 10929 (manysat.sh) S 10927 10929 10886 0 -1 4202496 331 0 0 0 0 0 0 0 21 0 1 0 622055001 8908800 250 33554432000 4194304 4922060 140733393311008 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/10929/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.100536 s]
/proc/loadavg: 0.00 0.00 0.00 6/361 10929
/proc/meminfo: memFree=9485680/32951124 swapFree=67111348/67111528
[pid=10929] ppid=10927 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/10929/stat : 10929 (manysat.sh) S 10927 10929 10886 0 -1 4202496 331 0 0 0 0 0 0 0 21 0 1 0 622055001 8908800 250 33554432000 4194304 4922060 140733393311008 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/10929/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.300505 s]
/proc/loadavg: 0.00 0.00 0.00 6/361 10929
/proc/meminfo: memFree=9485680/32951124 swapFree=67111348/67111528
[pid=10929] ppid=10927 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/10929/stat : 10929 (manysat.sh) S 10927 10929 10886 0 -1 4202496 331 0 0 0 0 0 0 0 21 0 1 0 622055001 8908800 250 33554432000 4194304 4922060 140733393311008 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/10929/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.700442 s]
/proc/loadavg: 0.00 0.00 0.00 6/361 10929
/proc/meminfo: memFree=9485680/32951124 swapFree=67111348/67111528
[pid=10929] ppid=10927 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/10929/stat : 10929 (manysat.sh) S 10927 10929 10886 0 -1 4202496 331 0 0 0 0 0 0 0 21 0 1 0 622055001 8908800 250 33554432000 4194304 4922060 140733393311008 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/10929/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50029 s]
/proc/loadavg: 0.00 0.00 0.00 6/363 10931
/proc/meminfo: memFree=9409900/32951124 swapFree=67111348/67111528
[pid=10929] ppid=10927 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/10929/stat : 10929 (manysat.sh) S 10927 10929 10886 0 -1 4202496 331 0 0 0 0 0 0 0 21 0 1 0 622055001 8908800 250 33554432000 4194304 4922060 140733393311008 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/10929/statm: 2175 250 209 178 0 68 0
[pid=10930] ppid=10929 vsize=84656 CPUtime=1.48 cores=1,3,5,7
/proc/10930/stat : 10930 (SatElite) R 10929 10929 10886 0 -1 4202496 20227 0 0 0 144 4 0 0 25 0 1 0 622055001 86687744 16892 33554432000 134512640 135034092 4290318752 18446744073709551615 134562120 0 0 4096 3 0 0 0 17 3 0 0 0
/proc/10930/statm: 21164 16892 68 128 0 21034 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 93356

[startup+3.101 s]
/proc/loadavg: 0.00 0.00 0.00 6/363 10931
/proc/meminfo: memFree=9395640/32951124 swapFree=67111348/67111528
[pid=10929] ppid=10927 vsize=8700 CPUtime=2.37 cores=1,3,5,7
/proc/10929/stat : 10929 (manysat.sh) S 10927 10929 10886 0 -1 4202496 357 27385 0 0 0 0 231 6 18 0 1 0 622055001 8908800 253 33554432000 4194304 4922060 140733393311008 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/10929/statm: 2175 253 209 178 0 68 0
Current children cumulated CPU time (s) 2.37
Current children cumulated vsize (KiB) 8700
heavy processes:

[startup+6.30039 s]
/proc/loadavg: 0.64 0.13 0.04 9/366 10935
/proc/meminfo: memFree=9383928/32951124 swapFree=67111348/67111528
[pid=10929] ppid=10927 vsize=8700 CPUtime=2.37 cores=1,3,5,7
/proc/10929/stat : 10929 (manysat.sh) S 10927 10929 10886 0 -1 4202496 357 27385 0 0 0 0 231 6 18 0 1 0 622055001 8908800 253 33554432000 4194304 4922060 140733393311008 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/10929/statm: 2175 253 209 178 0 68 0
[pid=10932] ppid=10929 vsize=107700 CPUtime=14.49 cores=1,3,5,7
/proc/10932/stat : 10932 (manysat1.1_stat) R 10929 10929 10886 0 -1 4202496 17918 0 0 0 1441 8 0 0 25 0 4 0 622055239 110284800 17859 33554432000 134512640 135305190 4289402080 18446744073709551615 134557024 0 0 4096 3 18446744073709551615 0 0 17 5 0 0 0
/proc/10932/statm: 26925 17859 84 194 0 26729 0
[pid=10932/tid=10933] ppid=10929 vsize=107700 CPUtime=3.54 cores=1,3,5,7
/proc/10932/task/10933/stat : 10933 (manysat1.1_stat) R 10929 10929 10886 0 -1 4202560 405 0 0 0 353 1 0 0 25 0 4 0 622055271 110284800 17859 33554432000 134512640 135305190 4289402080 18446744073709551615 134556789 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=10932/tid=10934] ppid=10929 vsize=107700 CPUtime=3.56 cores=1,3,5,7
/proc/10932/task/10934/stat : 10934 (manysat1.1_stat) R 10929 10929 10886 0 -1 4202560 373 0 0 0 355 1 0 0 25 0 4 0 622055271 110284800 17859 33554432000 134512640 135305190 4289402080 18446744073709551615 134528227 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=10932/tid=10935] ppid=10929 vsize=107700 CPUtime=3.5 cores=1,3,5,7
/proc/10932/task/10935/stat : 10935 (manysat1.1_stat) R 10929 10929 10886 0 -1 4202560 413 0 0 0 349 1 0 0 25 0 4 0 622055271 110284800 17859 33554432000 134512640 135305190 4289402080 18446744073709551615 134528794 0 0 4096 3 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 16.86
Current children cumulated vsize (KiB) 116400

[startup+12.7012 s]
/proc/loadavg: 1.23 0.26 0.09 9/366 10935
/proc/meminfo: memFree=9365140/32951124 swapFree=67111348/67111528
[pid=10929] ppid=10927 vsize=8700 CPUtime=2.37 cores=1,3,5,7
/proc/10929/stat : 10929 (manysat.sh) S 10927 10929 10886 0 -1 4202496 357 27385 0 0 0 0 231 6 18 0 1 0 622055001 8908800 253 33554432000 4194304 4922060 140733393311008 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/10929/statm: 2175 253 209 178 0 68 0
[pid=10932] ppid=10929 vsize=115240 CPUtime=40.02 cores=1,3,5,7
/proc/10932/stat : 10932 (manysat1.1_stat) R 10929 10929 10886 0 -1 4202496 19791 0 0 0 3992 10 0 0 25 0 4 0 622055239 118005760 19732 33554432000 134512640 135305190 4289402080 18446744073709551615 134528376 0 0 4096 3 18446744073709551615 0 0 17 5 0 0 0
/proc/10932/statm: 28810 19732 84 194 0 28614 0
[pid=10932/tid=10933] ppid=10929 vsize=115240 CPUtime=9.94 cores=1,3,5,7
/proc/10932/task/10933/stat : 10933 (manysat1.1_stat) R 10929 10929 10886 0 -1 4202560 749 0 0 0 993 1 0 0 20 0 4 0 622055271 118005760 19732 33554432000 134512640 135305190 4289402080 18446744073709551615 134528310 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=10932/tid=10934] ppid=10929 vsize=115240 CPUtime=9.96 cores=1,3,5,7
/proc/10932/task/10934/stat : 10934 (manysat1.1_stat) R 10929 10929 10886 0 -1 4202560 924 0 0 0 995 1 0 0 25 0 4 0 622055271 118005760 19732 33554432000 134512640 135305190 4289402080 18446744073709551615 134528338 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=10932/tid=10935] ppid=10929 vsize=115240 CPUtime=9.82 cores=1,3,5,7
/proc/10932/task/10935/stat : 10935 (manysat1.1_stat) R 10929 10929 10886 0 -1 4202560 920 0 0 0 981 1 0 0 25 0 4 0 622055271 118005760 19732 33554432000 134512640 135305190 4289402080 18446744073709551615 134528410 0 0 4096 3 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 42.39
Current children cumulated vsize (KiB) 123940

[startup+25.5009 s]
/proc/loadavg: 2.95 0.69 0.23 9/366 10935
/proc/meminfo: memFree=9334976/32951124 swapFree=67111348/67111528
[pid=10929] ppid=10927 vsize=8700 CPUtime=2.37 cores=1,3,5,7
/proc/10929/stat : 10929 (manysat.sh) S 10927 10929 10886 0 -1 4202496 357 27385 0 0 0 0 231 6 18 0 1 0 622055001 8908800 253 33554432000 4194304 4922060 140733393311008 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/10929/statm: 2175 253 209 178 0 68 0
[pid=10932] ppid=10929 vsize=134076 CPUtime=91.06 cores=1,3,5,7
/proc/10932/stat : 10932 (manysat1.1_stat) R 10929 10929 10886 0 -1 4202496 24479 0 0 0 9094 12 0 0 25 0 4 0 622055239 137293824 24420 33554432000 134512640 135305190 4289402080 18446744073709551615 134528229 0 0 4096 3 18446744073709551615 0 0 17 5 0 0 0
/proc/10932/statm: 33519 24420 84 194 0 33323 0
[pid=10932/tid=10933] ppid=10929 vsize=134076 CPUtime=22.74 cores=1,3,5,7
/proc/10932/task/10933/stat : 10933 (manysat1.1_stat) R 10929 10929 10886 0 -1 4202560 1622 0 0 0 2272 2 0 0 25 0 4 0 622055271 137293824 24420 33554432000 134512640 135305190 4289402080 18446744073709551615 134528252 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=10932/tid=10934] ppid=10929 vsize=134076 CPUtime=22.76 cores=1,3,5,7
/proc/10932/task/10934/stat : 10934 (manysat1.1_stat) R 10929 10929 10886 0 -1 4202560 2455 0 0 0 2274 2 0 0 25 0 4 0 622055271 137293824 24420 33554432000 134512640 135305190 4289402080 18446744073709551615 134528480 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=10932/tid=10935] ppid=10929 vsize=134076 CPUtime=22.46 cores=1,3,5,7
/proc/10932/task/10935/stat : 10935 (manysat1.1_stat) R 10929 10929 10886 0 -1 4202560 2248 0 0 0 2244 2 0 0 25 0 4 0 622055271 137293824 24420 33554432000 134512640 135305190 4289402080 18446744073709551615 134551659 0 0 4096 3 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 93.43
Current children cumulated vsize (KiB) 142776

[startup+51.1003 s]
/proc/loadavg: 4.67 1.28 0.43 9/366 10936
/proc/meminfo: memFree=9296376/32951124 swapFree=67111348/67111528
[pid=10929] ppid=10927 vsize=8700 CPUtime=2.37 cores=1,3,5,7
/proc/10929/stat : 10929 (manysat.sh) S 10927 10929 10886 0 -1 4202496 357 27385 0 0 0 0 231 6 18 0 1 0 622055001 8908800 253 33554432000 4194304 4922060 140733393311008 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/10929/statm: 2175 253 209 178 0 68 0
[pid=10932] ppid=10929 vsize=159364 CPUtime=193.15 cores=1,3,5,7
/proc/10932/stat : 10932 (manysat1.1_stat) R 10929 10929 10886 0 -1 4202496 30559 0 0 0 19298 17 0 0 25 0 4 0 622055239 163188736 30500 33554432000 134512640 135305190 4289402080 18446744073709551615 134528229 0 0 4096 3 18446744073709551615 0 0 17 5 0 0 0
/proc/10932/statm: 39841 30500 84 194 0 39645 0
[pid=10932/tid=10933] ppid=10929 vsize=159364 CPUtime=48.33 cores=1,3,5,7
/proc/10932/task/10933/stat : 10933 (manysat1.1_stat) R 10929 10929 10886 0 -1 4202560 2840 0 0 0 4831 2 0 0 25 0 4 0 622055271 163188736 30500 33554432000 134512640 135305190 4289402080 18446744073709551615 134528189 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=10932/tid=10934] ppid=10929 vsize=159364 CPUtime=48.36 cores=1,3,5,7
/proc/10932/task/10934/stat : 10934 (manysat1.1_stat) R 10929 10929 10886 0 -1 4202560 4596 0 0 0 4832 4 0 0 25 0 4 0 622055271 163188736 30500 33554432000 134512640 135305190 4289402080 18446744073709551615 134528406 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=10932/tid=10935] ppid=10929 vsize=159364 CPUtime=47.76 cores=1,3,5,7
/proc/10932/task/10935/stat : 10935 (manysat1.1_stat) R 10929 10929 10886 0 -1 4202560 3555 0 0 0 4773 3 0 0 25 0 4 0 622055271 163188736 30500 33554432000 134512640 135305190 4289402080 18446744073709551615 134529138 0 0 4096 3 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 195.52
Current children cumulated vsize (KiB) 168064

[startup+102.314 s]
/proc/loadavg: 6.62 2.33 0.83 9/366 10938
/proc/meminfo: memFree=9227168/32951124 swapFree=67111348/67111528
[pid=10929] ppid=10927 vsize=8700 CPUtime=2.37 cores=1,3,5,7
/proc/10929/stat : 10929 (manysat.sh) S 10927 10929 10886 0 -1 4202496 357 27385 0 0 0 0 231 6 18 0 1 0 622055001 8908800 253 33554432000 4194304 4922060 140733393311008 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/10929/statm: 2175 253 209 178 0 68 0
[pid=10932] ppid=10929 vsize=198800 CPUtime=397.38 cores=1,3,5,7
/proc/10932/stat : 10932 (manysat1.1_stat) R 10929 10929 10886 0 -1 4202496 40196 0 0 0 39712 26 0 0 25 0 4 0 622055239 203571200 40137 33554432000 134512640 135305190 4289402080 18446744073709551615 134556789 0 0 4096 3 18446744073709551615 0 0 17 5 0 0 0
/proc/10932/statm: 49700 40137 84 194 0 49504 0
[pid=10932/tid=10933] ppid=10929 vsize=198800 CPUtime=99.54 cores=1,3,5,7
/proc/10932/task/10933/stat : 10933 (manysat1.1_stat) R 10929 10929 10886 0 -1 4202560 4706 0 0 0 9949 5 0 0 25 0 4 0 622055271 203571200 40137 33554432000 134512640 135305190 4289402080 18446744073709551615 134528376 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=10932/tid=10934] ppid=10929 vsize=198800 CPUtime=99.57 cores=1,3,5,7
/proc/10932/task/10934/stat : 10934 (manysat1.1_stat) R 10929 10929 10886 0 -1 4202560 7732 0 0 0 9952 5 0 0 25 0 4 0 622055271 203571200 40137 33554432000 134512640 135305190 4289402080 18446744073709551615 134528301 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=10932/tid=10935] ppid=10929 vsize=198800 CPUtime=98.37 cores=1,3,5,7
/proc/10932/task/10935/stat : 10935 (manysat1.1_stat) R 10929 10929 10886 0 -1 4202560 5960 0 0 0 9831 6 0 0 25 0 4 0 622055271 203571200 40137 33554432000 134512640 135305190 4289402080 18446744073709551615 134551703 0 0 4096 3 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 399.75
Current children cumulated vsize (KiB) 207500

[startup+162.3 s]
/proc/loadavg: 7.49 3.36 1.28 9/366 10939
/proc/meminfo: memFree=9175688/32951124 swapFree=67111348/67111528
[pid=10929] ppid=10927 vsize=8700 CPUtime=2.37 cores=1,3,5,7
/proc/10929/stat : 10929 (manysat.sh) S 10927 10929 10886 0 -1 4202496 357 27385 0 0 0 0 231 6 18 0 1 0 622055001 8908800 253 33554432000 4194304 4922060 140733393311008 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/10929/statm: 2175 253 209 178 0 68 0
[pid=10932] ppid=10929 vsize=239128 CPUtime=636.61 cores=1,3,5,7
/proc/10932/stat : 10932 (manysat1.1_stat) R 10929 10929 10886 0 -1 4202496 49928 0 0 0 63627 34 0 0 25 0 4 0 622055239 244867072 49869 33554432000 134512640 135305190 4289402080 18446744073709551615 134528256 0 0 4096 3 18446744073709551615 0 0 17 5 0 0 0
/proc/10932/statm: 59782 49869 84 194 0 59586 0
[pid=10932/tid=10933] ppid=10929 vsize=239128 CPUtime=158.99 cores=1,3,5,7
/proc/10932/task/10933/stat : 10933 (manysat1.1_stat) R 10929 10929 10886 0 -1 4202560 6984 0 0 0 15892 7 0 0 25 0 4 0 622055271 244867072 49869 33554432000 134512640 135305190 4289402080 18446744073709551615 134528536 0 0 4096 3 0 0 0 -1 7 0 0 0
[pid=10932/tid=10934] ppid=10929 vsize=239128 CPUtime=159.56 cores=1,3,5,7
/proc/10932/task/10934/stat : 10934 (manysat1.1_stat) R 10929 10929 10886 0 -1 4202560 10502 0 0 0 15950 6 0 0 25 0 4 0 622055271 244867072 49869 33554432000 134512640 135305190 4289402080 18446744073709551615 134528254 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=10932/tid=10935] ppid=10929 vsize=239128 CPUtime=158.17 cores=1,3,5,7
/proc/10932/task/10935/stat : 10935 (manysat1.1_stat) R 10929 10929 10886 0 -1 4202560 8370 0 0 0 15809 8 0 0 25 0 4 0 622055271 244867072 49869 33554432000 134512640 135305190 4289402080 18446744073709551615 134528539 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 638.98
Current children cumulated vsize (KiB) 247828

[startup+222.301 s]
/proc/loadavg: 7.86 4.21 1.70 9/366 10941
/proc/meminfo: memFree=9133984/32951124 swapFree=67111348/67111528
[pid=10929] ppid=10927 vsize=8700 CPUtime=2.37 cores=1,3,5,7
/proc/10929/stat : 10929 (manysat.sh) S 10927 10929 10886 0 -1 4202496 357 27385 0 0 0 0 231 6 18 0 1 0 622055001 8908800 253 33554432000 4194304 4922060 140733393311008 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/10929/statm: 2175 253 209 178 0 68 0

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

/proc/10932/task/10935/stat : 10935 (manysat1.1_stat) R 10929 10929 10886 0 -1 4202560 19324 0 0 0 75790 24 0 0 25 0 4 0 622055271 433430528 92909 33554432000 134512640 135305190 4289402080 18446744073709551615 134528503 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3030.92
Current children cumulated vsize (KiB) 431972

[startup+822.301 s]
/proc/loadavg: 8.10 7.60 4.75 9/366 10960
/proc/meminfo: memFree=8876892/32951124 swapFree=67111348/67111528
[pid=10929] ppid=10927 vsize=8700 CPUtime=2.37 cores=1,3,5,7
/proc/10929/stat : 10929 (manysat.sh) S 10927 10929 10886 0 -1 4202496 357 27385 0 0 0 0 231 6 18 0 1 0 622055001 8908800 253 33554432000 4194304 4922060 140733393311008 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/10929/statm: 2175 253 209 178 0 68 0
[pid=10932] ppid=10929 vsize=437416 CPUtime=3267.8 cores=1,3,5,7
/proc/10932/stat : 10932 (manysat1.1_stat) R 10929 10929 10886 0 -1 4202496 96357 0 0 0 326684 96 0 0 25 0 4 0 622055239 447913984 96294 33554432000 134512640 135305190 4289402080 18446744073709551615 134528512 0 0 4096 3 18446744073709551615 0 0 17 5 0 0 0
/proc/10932/statm: 109354 96294 84 194 0 109158 0
[pid=10932/tid=10933] ppid=10929 vsize=437416 CPUtime=811.13 cores=1,3,5,7
/proc/10932/task/10933/stat : 10933 (manysat1.1_stat) R 10929 10929 10886 0 -1 4202560 16829 0 0 0 81093 20 0 0 25 0 4 0 622055271 447913984 96294 33554432000 134512640 135305190 4289402080 18446744073709551615 134528402 0 0 4096 3 0 0 0 -1 7 0 0 0
[pid=10932/tid=10934] ppid=10929 vsize=437416 CPUtime=818.7 cores=1,3,5,7
/proc/10932/task/10934/stat : 10934 (manysat1.1_stat) R 10929 10929 10886 0 -1 4202560 23276 0 0 0 81848 22 0 0 25 0 4 0 622055271 447913984 96294 33554432000 134512640 135305190 4289402080 18446744073709551615 134528768 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=10932/tid=10935] ppid=10929 vsize=437416 CPUtime=818.13 cores=1,3,5,7
/proc/10932/task/10935/stat : 10935 (manysat1.1_stat) R 10929 10929 10886 0 -1 4202560 20081 0 0 0 81787 26 0 0 25 0 4 0 622055271 447913984 96294 33554432000 134512640 135305190 4289402080 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3270.17
Current children cumulated vsize (KiB) 446116

[startup+882.301 s]
/proc/loadavg: 8.10 7.68 4.96 9/366 10961
/proc/meminfo: memFree=8828000/32951124 swapFree=67111348/67111528
[pid=10929] ppid=10927 vsize=8700 CPUtime=2.37 cores=1,3,5,7
/proc/10929/stat : 10929 (manysat.sh) S 10927 10929 10886 0 -1 4202496 357 27385 0 0 0 0 231 6 18 0 1 0 622055001 8908800 253 33554432000 4194304 4922060 140733393311008 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/10929/statm: 2175 253 209 178 0 68 0
[pid=10932] ppid=10929 vsize=457976 CPUtime=3507.06 cores=1,3,5,7
/proc/10932/stat : 10932 (manysat1.1_stat) R 10929 10929 10886 0 -1 4202496 101239 0 0 0 350606 100 0 0 25 0 4 0 622055239 468967424 101176 33554432000 134512640 135305190 4289402080 18446744073709551615 134528477 0 0 4096 3 18446744073709551615 0 0 17 5 0 0 0
/proc/10932/statm: 114494 101176 84 194 0 114298 0
[pid=10932/tid=10933] ppid=10929 vsize=457976 CPUtime=870.4 cores=1,3,5,7
/proc/10932/task/10933/stat : 10933 (manysat1.1_stat) R 10929 10929 10886 0 -1 4202560 17793 0 0 0 87019 21 0 0 25 0 4 0 622055271 468967424 101176 33554432000 134512640 135305190 4289402080 18446744073709551615 134528263 0 0 4096 3 0 0 0 -1 7 0 0 0
[pid=10932/tid=10934] ppid=10929 vsize=457976 CPUtime=878.7 cores=1,3,5,7
/proc/10932/task/10934/stat : 10934 (manysat1.1_stat) R 10929 10929 10886 0 -1 4202560 24651 0 0 0 87847 23 0 0 25 0 4 0 622055271 468967424 101176 33554432000 134512640 135305190 4289402080 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=10932/tid=10935] ppid=10929 vsize=457976 CPUtime=878.13 cores=1,3,5,7
/proc/10932/task/10935/stat : 10935 (manysat1.1_stat) R 10929 10929 10886 0 -1 4202560 21536 0 0 0 87786 27 0 0 25 0 4 0 622055271 468967424 101176 33554432000 134512640 135305190 4289402080 18446744073709551615 134528252 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3509.43
Current children cumulated vsize (KiB) 466676

[startup+942.3 s]
/proc/loadavg: 8.09 7.75 5.15 9/366 10963
/proc/meminfo: memFree=8820032/32951124 swapFree=67111348/67111528
[pid=10929] ppid=10927 vsize=8700 CPUtime=2.37 cores=1,3,5,7
/proc/10929/stat : 10929 (manysat.sh) S 10927 10929 10886 0 -1 4202496 357 27385 0 0 0 0 231 6 18 0 1 0 622055001 8908800 253 33554432000 4194304 4922060 140733393311008 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/10929/statm: 2175 253 209 178 0 68 0
[pid=10932] ppid=10929 vsize=464224 CPUtime=3746.36 cores=1,3,5,7
/proc/10932/stat : 10932 (manysat1.1_stat) R 10929 10929 10886 0 -1 4202496 102687 0 0 0 374533 103 0 0 25 0 4 0 622055239 475365376 102624 33554432000 134512640 135305190 4289402080 18446744073709551615 134530561 0 0 4096 3 18446744073709551615 0 0 17 5 0 0 0
/proc/10932/statm: 116056 102624 84 194 0 115860 0
[pid=10932/tid=10933] ppid=10929 vsize=464224 CPUtime=929.7 cores=1,3,5,7
/proc/10932/task/10933/stat : 10933 (manysat1.1_stat) R 10929 10929 10886 0 -1 4202560 17971 0 0 0 92948 22 0 0 25 0 4 0 622055271 475365376 102624 33554432000 134512640 135305190 4289402080 18446744073709551615 134528301 0 0 4096 3 0 0 0 -1 7 0 0 0
[pid=10932/tid=10934] ppid=10929 vsize=464224 CPUtime=938.7 cores=1,3,5,7
/proc/10932/task/10934/stat : 10934 (manysat1.1_stat) R 10929 10929 10886 0 -1 4202560 25421 0 0 0 93846 24 0 0 25 0 4 0 622055271 475365376 102624 33554432000 134512640 135305190 4289402080 18446744073709551615 134538136 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=10932/tid=10935] ppid=10929 vsize=464224 CPUtime=938.13 cores=1,3,5,7
/proc/10932/task/10935/stat : 10935 (manysat1.1_stat) R 10929 10929 10886 0 -1 4202560 21903 0 0 0 93785 28 0 0 25 0 4 0 622055271 475365376 102624 33554432000 134512640 135305190 4289402080 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3748.73
Current children cumulated vsize (KiB) 472924

[startup+1002.3 s]
/proc/loadavg: 8.13 7.83 5.34 9/366 10964
/proc/meminfo: memFree=8812312/32951124 swapFree=67111348/67111528
[pid=10929] ppid=10927 vsize=8700 CPUtime=2.37 cores=1,3,5,7
/proc/10929/stat : 10929 (manysat.sh) S 10927 10929 10886 0 -1 4202496 357 27385 0 0 0 0 231 6 18 0 1 0 622055001 8908800 253 33554432000 4194304 4922060 140733393311008 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/10929/statm: 2175 253 209 178 0 68 0
[pid=10932] ppid=10929 vsize=468996 CPUtime=3985.62 cores=1,3,5,7
/proc/10932/stat : 10932 (manysat1.1_stat) R 10929 10929 10886 0 -1 4202496 103738 0 0 0 398457 105 0 0 25 0 4 0 622055239 480251904 103675 33554432000 134512640 135305190 4289402080 18446744073709551615 134528548 0 0 4096 3 18446744073709551615 0 0 17 5 0 0 0
/proc/10932/statm: 117249 103675 84 194 0 117053 0
[pid=10932/tid=10933] ppid=10929 vsize=468996 CPUtime=988.99 cores=1,3,5,7
/proc/10932/task/10933/stat : 10933 (manysat1.1_stat) R 10929 10929 10886 0 -1 4202560 18225 0 0 0 98877 22 0 0 25 0 4 0 622055271 480251904 103675 33554432000 134512640 135305190 4289402080 18446744073709551615 134528338 0 0 4096 3 0 0 0 -1 7 0 0 0
[pid=10932/tid=10934] ppid=10929 vsize=468996 CPUtime=998.68 cores=1,3,5,7
/proc/10932/task/10934/stat : 10934 (manysat1.1_stat) R 10929 10929 10886 0 -1 4202560 25421 0 0 0 99843 25 0 0 25 0 4 0 622055271 480251904 103675 33554432000 134512640 135305190 4289402080 18446744073709551615 134528350 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=10932/tid=10935] ppid=10929 vsize=468996 CPUtime=998.13 cores=1,3,5,7
/proc/10932/task/10935/stat : 10935 (manysat1.1_stat) R 10929 10929 10886 0 -1 4202560 22564 0 0 0 99784 29 0 0 25 0 4 0 622055271 480251904 103675 33554432000 134512640 135305190 4289402080 18446744073709551615 134528768 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3987.99
Current children cumulated vsize (KiB) 477696

[startup+1062.3 s]
/proc/loadavg: 8.14 7.88 5.51 9/366 10966
/proc/meminfo: memFree=8802604/32951124 swapFree=67111348/67111528
[pid=10929] ppid=10927 vsize=8700 CPUtime=2.37 cores=1,3,5,7
/proc/10929/stat : 10929 (manysat.sh) S 10927 10929 10886 0 -1 4202496 357 27385 0 0 0 0 231 6 18 0 1 0 622055001 8908800 253 33554432000 4194304 4922060 140733393311008 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/10929/statm: 2175 253 209 178 0 68 0
[pid=10932] ppid=10929 vsize=475676 CPUtime=4224.91 cores=1,3,5,7
/proc/10932/stat : 10932 (manysat1.1_stat) R 10929 10929 10886 0 -1 4202496 105196 0 0 0 422385 106 0 0 25 0 4 0 622055239 487092224 105133 33554432000 134512640 135305190 4289402080 18446744073709551615 134528298 0 0 4096 3 18446744073709551615 0 0 17 5 0 0 0
/proc/10932/statm: 118919 105133 84 194 0 118723 0
[pid=10932/tid=10933] ppid=10929 vsize=475676 CPUtime=1048.28 cores=1,3,5,7
/proc/10932/task/10933/stat : 10933 (manysat1.1_stat) R 10929 10929 10886 0 -1 4202560 18754 0 0 0 104806 22 0 0 25 0 4 0 622055271 487092224 105133 33554432000 134512640 135305190 4289402080 18446744073709551615 134528319 0 0 4096 3 0 0 0 -1 7 0 0 0
[pid=10932/tid=10934] ppid=10929 vsize=475676 CPUtime=1058.68 cores=1,3,5,7
/proc/10932/task/10934/stat : 10934 (manysat1.1_stat) R 10929 10929 10886 0 -1 4202560 25603 0 0 0 105843 25 0 0 25 0 4 0 622055271 487092224 105133 33554432000 134512640 135305190 4289402080 18446744073709551615 134528548 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=10932/tid=10935] ppid=10929 vsize=475676 CPUtime=1058.12 cores=1,3,5,7
/proc/10932/task/10935/stat : 10935 (manysat1.1_stat) R 10929 10929 10886 0 -1 4202560 22793 0 0 0 105783 29 0 0 25 0 4 0 622055271 487092224 105133 33554432000 134512640 135305190 4289402080 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4227.28
Current children cumulated vsize (KiB) 484376

[startup+1122.3 s]
/proc/loadavg: 8.09 7.92 5.67 9/366 10968
/proc/meminfo: memFree=8790912/32951124 swapFree=67111348/67111528
[pid=10929] ppid=10927 vsize=8700 CPUtime=2.37 cores=1,3,5,7
/proc/10929/stat : 10929 (manysat.sh) S 10927 10929 10886 0 -1 4202496 357 27385 0 0 0 0 231 6 18 0 1 0 622055001 8908800 253 33554432000 4194304 4922060 140733393311008 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/10929/statm: 2175 253 209 178 0 68 0
[pid=10932] ppid=10929 vsize=479508 CPUtime=4464.18 cores=1,3,5,7
/proc/10932/stat : 10932 (manysat1.1_stat) R 10929 10929 10886 0 -1 4202496 106147 0 0 0 446310 108 0 0 25 0 4 0 622055239 491016192 106084 33554432000 134512640 135305190 4289402080 18446744073709551615 134538175 0 0 4096 3 18446744073709551615 0 0 17 5 0 0 0
/proc/10932/statm: 119877 106084 84 194 0 119681 0
[pid=10932/tid=10933] ppid=10929 vsize=479508 CPUtime=1107.56 cores=1,3,5,7
/proc/10932/task/10933/stat : 10933 (manysat1.1_stat) R 10929 10929 10886 0 -1 4202560 19097 0 0 0 110733 23 0 0 25 0 4 0 622055271 491016192 106084 33554432000 134512640 135305190 4289402080 18446744073709551615 134528568 0 0 4096 3 0 0 0 -1 7 0 0 0
[pid=10932/tid=10934] ppid=10929 vsize=479508 CPUtime=1118.68 cores=1,3,5,7
/proc/10932/task/10934/stat : 10934 (manysat1.1_stat) R 10929 10929 10886 0 -1 4202560 25754 0 0 0 111843 25 0 0 25 0 4 0 622055271 491016192 106084 33554432000 134512640 135305190 4289402080 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=10932/tid=10935] ppid=10929 vsize=479508 CPUtime=1118.12 cores=1,3,5,7
/proc/10932/task/10935/stat : 10935 (manysat1.1_stat) R 10929 10929 10886 0 -1 4202560 22818 0 0 0 111783 29 0 0 25 0 4 0 622055271 491016192 106084 33554432000 134512640 135305190 4289402080 18446744073709551615 134557241 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4466.55
Current children cumulated vsize (KiB) 488208

[startup+1182.3 s]
/proc/loadavg: 8.07 7.94 5.82 9/366 10969
/proc/meminfo: memFree=8764092/32951124 swapFree=67111348/67111528
[pid=10929] ppid=10927 vsize=8700 CPUtime=2.37 cores=1,3,5,7
/proc/10929/stat : 10929 (manysat.sh) S 10927 10929 10886 0 -1 4202496 357 27385 0 0 0 0 231 6 18 0 1 0 622055001 8908800 253 33554432000 4194304 4922060 140733393311008 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/10929/statm: 2175 253 209 178 0 68 0
[pid=10932] ppid=10929 vsize=480836 CPUtime=4703.47 cores=1,3,5,7
/proc/10932/stat : 10932 (manysat1.1_stat) R 10929 10929 10886 0 -1 4202496 106402 0 0 0 470239 108 0 0 25 0 4 0 622055239 492376064 106339 33554432000 134512640 135305190 4289402080 18446744073709551615 134528298 0 0 4096 3 18446744073709551615 0 0 17 7 0 0 0
/proc/10932/statm: 120209 106339 84 194 0 120013 0
[pid=10932/tid=10933] ppid=10929 vsize=480836 CPUtime=1167.52 cores=1,3,5,7
/proc/10932/task/10933/stat : 10933 (manysat1.1_stat) R 10929 10929 10886 0 -1 4202560 19097 0 0 0 116729 23 0 0 25 0 4 0 622055271 492376064 106339 33554432000 134512640 135305190 4289402080 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=10932/tid=10934] ppid=10929 vsize=480836 CPUtime=1178.68 cores=1,3,5,7
/proc/10932/task/10934/stat : 10934 (manysat1.1_stat) R 10929 10929 10886 0 -1 4202560 25949 0 0 0 117843 25 0 0 25 0 4 0 622055271 492376064 106339 33554432000 134512640 135305190 4289402080 18446744073709551615 134528768 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=10932/tid=10935] ppid=10929 vsize=480836 CPUtime=1178.11 cores=1,3,5,7
/proc/10932/task/10935/stat : 10935 (manysat1.1_stat) R 10929 10929 10886 0 -1 4202560 22878 0 0 0 117782 29 0 0 25 0 4 0 622055271 492376064 106339 33554432000 134512640 135305190 4289402080 18446744073709551615 134528252 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4705.84
Current children cumulated vsize (KiB) 489536



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1206 s]
/proc/loadavg: 8.12 7.96 5.88 6/363 10999
/proc/meminfo: memFree=9040420/32951124 swapFree=67111348/67111528
[pid=10929] ppid=10927 vsize=8700 CPUtime=2.37 cores=1,3,5,7
/proc/10929/stat : 10929 (manysat.sh) S 10927 10929 10886 0 -1 4202496 357 27385 0 0 0 0 231 6 18 0 1 0 622055001 8908800 253 33554432000 4194304 4922060 140733393311008 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/10929/statm: 2175 253 209 178 0 68 0
[pid=10932] ppid=10929 vsize=481472 CPUtime=4798 cores=1,3,5,7
/proc/10932/stat : 10932 (manysat1.1_stat) R 10929 10929 10886 0 -1 4202496 106588 0 0 0 479692 108 0 0 25 0 4 0 622055239 493027328 106525 33554432000 134512640 135305190 4289402080 18446744073709551615 134528559 0 0 4096 3 18446744073709551615 0 0 17 7 0 0 0
/proc/10932/statm: 120368 106525 84 194 0 120172 0
[pid=10932/tid=10933] ppid=10929 vsize=481472 CPUtime=1191.23 cores=1,3,5,7
/proc/10932/task/10933/stat : 10933 (manysat1.1_stat) R 10929 10929 10886 0 -1 4202560 19099 0 0 0 119100 23 0 0 25 0 4 0 622055271 493027328 106525 33554432000 134512640 135305190 4289402080 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=10932/tid=10934] ppid=10929 vsize=481472 CPUtime=1202.39 cores=1,3,5,7
/proc/10932/task/10934/stat : 10934 (manysat1.1_stat) R 10929 10929 10886 0 -1 4202560 26083 0 0 0 120214 25 0 0 25 0 4 0 622055271 493027328 106525 33554432000 134512640 135305190 4289402080 18446744073709551615 134528189 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=10932/tid=10935] ppid=10929 vsize=481472 CPUtime=1201.83 cores=1,3,5,7
/proc/10932/task/10935/stat : 10935 (manysat1.1_stat) R 10929 10929 10886 0 -1 4202560 22921 0 0 0 120154 29 0 0 25 0 4 0 622055271 493027328 106525 33554432000 134512640 135305190 4289402080 18446744073709551615 134528415 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4800.37
Current children cumulated vsize (KiB) 490172

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

Real time (s): 1206.02
CPU time (s): 4800.37
CPU user time (s): 4799.23
CPU system time (s): 1.14
CPU usage (%): 398.033
Max. virtual memory (cumulated for all children) (KiB): 490172

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

runsolver used 4.10238 second user time and 10.1795 second system time

The end

Launcher Data

Begin job on node145 at 2011-05-13 16:19:51
IDJOB=3361857
IDBENCH=20387
IDSOLVER=1838
FILE ID=node145/3361857-1305296391
RUNJOBID= node145-1305296390-10905
PBS_JOBID= 13321408
Free space on /tmp= 43216 MiB

SOLVER NAME= ManySAT 1.1 aimd 1/2009-03-20 (4 threads)
BENCH NAME= SAT07/industrial/anbulagan/hard-unsat/dated-5-13-u.cnf
COMMAND LINE= manysat.sh BENCHNAME aimd 1
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3361857-1305296391/watcher-3361857-1305296391 -o /tmp/evaluation-result-3361857-1305296391/solver-3361857-1305296391 -C 4800 -W 1300 -M 15500  manysat.sh HOME/instance-3361857-1305296391.cnf aimd 1

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

MD5SUM BENCH= 45ee13b66821e6c36f3e38be418fa121
RANDOM SEED=498905485

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

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.786
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.84
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.786
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.77
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:       9486208 kB
Buffers:        247060 kB
Cached:       17154664 kB
SwapCached:          0 kB
Active:        7295500 kB
Inactive:     15586448 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:       9486208 kB
SwapTotal:    67111528 kB
SwapFree:     67111348 kB
Dirty:           15140 kB
Writeback:           0 kB
AnonPages:     5480928 kB
Mapped:          27280 kB
Slab:           483748 kB
PageTables:      34652 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 79398460 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= 43204 MiB
End job on node145 at 2011-05-13 16:39:59