Trace number 3362282

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) 20398.7 5100.03

General information on the benchmark

Nameapplication/kullmann/AES/Benchmarks/
64/aes_64_3_keyfind_1.cnf
MD5SUM4738c3d0ccd52030cff8addcec6bcde9
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables1404
Number of clauses7572
Sum of the clauses size29588
Maximum clause length5
Minimum clause length1
Number of clauses of size 1140
Number of clauses of size 2240
Number of clauses of size 32992
Number of clauses of size 41008
Number of clauses of size 53192
Number of clauses of size over 50

Solver Data

0.00/0.00	c Parsing...
0.00/0.00	c ==============================================================================
0.00/0.00	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.00	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.00	c ==============================================================================
0.00/0.00	c |         0 |    7384    29208 |    2215       0        0     nan |  0.000 % |
0.00/0.00	c |         0 |    7000    27928 |      --       0       --      -- |     --   | -128/-256
0.00/0.00	c ==============================================================================
0.00/0.00	c Result  :   #vars: 1200   #clauses: 7000   #literals: 27928
0.00/0.00	c CPU time:   0.006998 s
0.00/0.00	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-3362282-1305302640/watcher-3362282-1305302640 -o /tmp/evaluation-result-3362282-1305302640/solver-3362282-1305302640 -C 40000 -W 5100 -M 31000 manysat.sh HOME/instance-3362282-1305302640.cnf aimd 1 

running on 8 cores: 0,2,4,6,1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 40000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 40030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 5100 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 3.91 3.91 3.91 2/359 31906
/proc/meminfo: memFree=7546252/32951124 swapFree=45193364/67111528
[pid=31906] ppid=31904 vsize=8700 CPUtime=0 cores=0-7
/proc/31906/stat : 31906 (manysat.sh) S 31904 31906 31530 0 -1 4202496 330 0 0 0 0 0 0 0 21 0 1 0 720494711 8908800 250 33554432000 4194304 4922060 140733215132944 18446744073709551615 224284744837 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/31906/statm: 2175 250 209 178 0 68 0

[startup+0.112793 s]
/proc/loadavg: 3.91 3.91 3.91 2/359 31906
/proc/meminfo: memFree=7546252/32951124 swapFree=45193364/67111528
[pid=31906] ppid=31904 vsize=8700 CPUtime=0.01 cores=0-7
/proc/31906/stat : 31906 (manysat.sh) S 31904 31906 31530 0 -1 4202496 358 364 0 0 0 0 1 0 21 0 1 0 720494711 8908800 253 33554432000 4194304 4922060 140733215132944 18446744073709551615 224284744837 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/31906/statm: 2175 253 209 178 0 68 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 8700

[startup+0.205079 s]
/proc/loadavg: 3.91 3.91 3.91 2/359 31906
/proc/meminfo: memFree=7546252/32951124 swapFree=45193364/67111528
[pid=31906] ppid=31904 vsize=8700 CPUtime=0.01 cores=0-7
/proc/31906/stat : 31906 (manysat.sh) S 31904 31906 31530 0 -1 4202496 358 364 0 0 0 0 1 0 21 0 1 0 720494711 8908800 253 33554432000 4194304 4922060 140733215132944 18446744073709551615 224284744837 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/31906/statm: 2175 253 209 178 0 68 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 8700

[startup+0.301054 s]
/proc/loadavg: 3.91 3.91 3.91 2/359 31906
/proc/meminfo: memFree=7546252/32951124 swapFree=45193364/67111528
[pid=31906] ppid=31904 vsize=8700 CPUtime=0.01 cores=0-7
/proc/31906/stat : 31906 (manysat.sh) S 31904 31906 31530 0 -1 4202496 358 364 0 0 0 0 1 0 21 0 1 0 720494711 8908800 253 33554432000 4194304 4922060 140733215132944 18446744073709551615 224284744837 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/31906/statm: 2175 253 209 178 0 68 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 8700

[startup+0.700994 s]
/proc/loadavg: 3.91 3.91 3.91 2/359 31906
/proc/meminfo: memFree=7546252/32951124 swapFree=45193364/67111528
[pid=31906] ppid=31904 vsize=8700 CPUtime=0.01 cores=0-7
/proc/31906/stat : 31906 (manysat.sh) S 31904 31906 31530 0 -1 4202496 358 364 0 0 0 0 1 0 21 0 1 0 720494711 8908800 253 33554432000 4194304 4922060 140733215132944 18446744073709551615 224284744837 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/31906/statm: 2175 253 209 178 0 68 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 8700

[startup+1.50085 s]
/proc/loadavg: 3.91 3.91 3.91 5/364 31912
/proc/meminfo: memFree=7536540/32951124 swapFree=45193364/67111528
[pid=31906] ppid=31904 vsize=8700 CPUtime=0.01 cores=0-7
/proc/31906/stat : 31906 (manysat.sh) S 31904 31906 31530 0 -1 4202496 358 364 0 0 0 0 1 0 21 0 1 0 720494711 8908800 253 33554432000 4194304 4922060 140733215132944 18446744073709551615 224284744837 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/31906/statm: 2175 253 209 178 0 68 0
[pid=31909] ppid=31906 vsize=45556 CPUtime=5.88 cores=0-7
/proc/31909/stat : 31909 (manysat1.1_stat) R 31906 31906 31530 0 -1 4202496 2836 0 0 0 587 1 0 0 18 0 4 0 720494713 46649344 2787 33554432000 134512640 135305190 4294938688 18446744073709551615 134528410 0 0 4096 3 18446744073709551615 0 0 17 4 0 0 0
/proc/31909/statm: 11389 2787 84 194 0 11193 0
[pid=31909/tid=31910] ppid=31906 vsize=45556 CPUtime=1.46 cores=0-7
/proc/31909/task/31910/stat : 31910 (manysat1.1_stat) R 31906 31906 31530 0 -1 4202560 456 0 0 0 146 0 0 0 18 0 4 0 720494714 46649344 2787 33554432000 134512640 135305190 4294938688 18446744073709551615 134528263 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=31909/tid=31911] ppid=31906 vsize=45556 CPUtime=1.46 cores=0-7
/proc/31909/task/31911/stat : 31911 (manysat1.1_stat) R 31906 31906 31530 0 -1 4202560 528 0 0 0 146 0 0 0 18 0 4 0 720494714 46649344 2787 33554432000 134512640 135305190 4294938688 18446744073709551615 134528837 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=31909/tid=31912] ppid=31906 vsize=45556 CPUtime=1.47 cores=0-7
/proc/31909/task/31912/stat : 31912 (manysat1.1_stat) R 31906 31906 31530 0 -1 4202560 616 0 0 0 147 0 0 0 18 0 4 0 720494714 46649344 2787 33554432000 134512640 135305190 4294938688 18446744073709551615 134528458 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 5.89
Current children cumulated vsize (KiB) 54256

[startup+3.10058 s]
/proc/loadavg: 3.91 3.91 3.91 5/364 31912
/proc/meminfo: memFree=7529844/32951124 swapFree=45193364/67111528
[pid=31906] ppid=31904 vsize=8700 CPUtime=0.01 cores=0-7
/proc/31906/stat : 31906 (manysat.sh) S 31904 31906 31530 0 -1 4202496 358 364 0 0 0 0 1 0 21 0 1 0 720494711 8908800 253 33554432000 4194304 4922060 140733215132944 18446744073709551615 224284744837 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/31906/statm: 2175 253 209 178 0 68 0
[pid=31909] ppid=31906 vsize=53544 CPUtime=12.28 cores=0-7
/proc/31909/stat : 31909 (manysat1.1_stat) R 31906 31906 31530 0 -1 4202496 4878 0 0 0 1226 2 0 0 18 0 4 0 720494713 54829056 4829 33554432000 134512640 135305190 4294938688 18446744073709551615 134551651 0 0 4096 3 18446744073709551615 0 0 17 4 0 0 0
/proc/31909/statm: 13386 4829 84 194 0 13190 0
[pid=31909/tid=31910] ppid=31906 vsize=53544 CPUtime=3.06 cores=0-7
/proc/31909/task/31910/stat : 31910 (manysat1.1_stat) R 31906 31906 31530 0 -1 4202560 900 0 0 0 306 0 0 0 21 0 4 0 720494714 54829056 4829 33554432000 134512640 135305190 4294938688 18446744073709551615 134528480 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=31909/tid=31911] ppid=31906 vsize=53544 CPUtime=3.06 cores=0-7
/proc/31909/task/31911/stat : 31911 (manysat1.1_stat) R 31906 31906 31530 0 -1 4202560 941 0 0 0 306 0 0 0 18 0 4 0 720494714 54829056 4829 33554432000 134512640 135305190 4294938688 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=31909/tid=31912] ppid=31906 vsize=53544 CPUtime=3.06 cores=0-7
/proc/31909/task/31912/stat : 31912 (manysat1.1_stat) R 31906 31906 31530 0 -1 4202560 1233 0 0 0 306 0 0 0 18 0 4 0 720494714 54829056 4829 33554432000 134512640 135305190 4294938688 18446744073709551615 134528341 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 12.29
Current children cumulated vsize (KiB) 62244

[startup+6.30106 s]
/proc/loadavg: 3.92 3.91 3.91 5/364 31912
/proc/meminfo: memFree=7522064/32951124 swapFree=45193364/67111528
[pid=31906] ppid=31904 vsize=8700 CPUtime=0.01 cores=0-7
/proc/31906/stat : 31906 (manysat.sh) S 31904 31906 31530 0 -1 4202496 358 364 0 0 0 0 1 0 21 0 1 0 720494711 8908800 253 33554432000 4194304 4922060 140733215132944 18446744073709551615 224284744837 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/31906/statm: 2175 253 209 178 0 68 0
[pid=31909] ppid=31906 vsize=61476 CPUtime=25.08 cores=0-7
/proc/31909/stat : 31909 (manysat1.1_stat) R 31906 31906 31530 0 -1 4202496 6895 0 0 0 2505 3 0 0 18 0 4 0 720494713 62951424 6846 33554432000 134512640 135305190 4294938688 18446744073709551615 134528406 0 0 4096 3 18446744073709551615 0 0 17 4 0 0 0
/proc/31909/statm: 15369 6846 84 194 0 15173 0
[pid=31909/tid=31910] ppid=31906 vsize=61476 CPUtime=6.26 cores=0-7
/proc/31909/task/31910/stat : 31910 (manysat1.1_stat) R 31906 31906 31530 0 -1 4202560 1341 0 0 0 626 0 0 0 25 0 4 0 720494714 62951424 6846 33554432000 134512640 135305190 4294938688 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=31909/tid=31911] ppid=31906 vsize=61476 CPUtime=6.26 cores=0-7
/proc/31909/task/31911/stat : 31911 (manysat1.1_stat) R 31906 31906 31530 0 -1 4202560 1328 0 0 0 626 0 0 0 18 0 4 0 720494714 62951424 6846 33554432000 134512640 135305190 4294938688 18446744073709551615 134528875 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=31909/tid=31912] ppid=31906 vsize=61476 CPUtime=6.26 cores=0-7
/proc/31909/task/31912/stat : 31912 (manysat1.1_stat) R 31906 31906 31530 0 -1 4202560 1871 0 0 0 626 0 0 0 18 0 4 0 720494714 62951424 6846 33554432000 134512640 135305190 4294938688 18446744073709551615 134551681 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 25.09
Current children cumulated vsize (KiB) 70176

[startup+12.701 s]
/proc/loadavg: 3.92 3.91 3.91 5/364 31912
/proc/meminfo: memFree=7497772/32951124 swapFree=45193364/67111528
[pid=31906] ppid=31904 vsize=8700 CPUtime=0.01 cores=0-7
/proc/31906/stat : 31906 (manysat.sh) S 31904 31906 31530 0 -1 4202496 358 364 0 0 0 0 1 0 21 0 1 0 720494711 8908800 253 33554432000 4194304 4922060 140733215132944 18446744073709551615 224284744837 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/31906/statm: 2175 253 209 178 0 68 0
[pid=31909] ppid=31906 vsize=83580 CPUtime=50.68 cores=0-7
/proc/31909/stat : 31909 (manysat1.1_stat) R 31906 31906 31530 0 -1 4202496 12553 0 0 0 5062 6 0 0 19 0 4 0 720494713 85585920 12504 33554432000 134512640 135305190 4294938688 18446744073709551615 134528256 0 0 4096 3 18446744073709551615 0 0 17 4 0 0 0
/proc/31909/statm: 20895 12504 84 194 0 20699 0
[pid=31909/tid=31910] ppid=31906 vsize=83580 CPUtime=12.66 cores=0-7
/proc/31909/task/31910/stat : 31910 (manysat1.1_stat) R 31906 31906 31530 0 -1 4202560 2594 0 0 0 1265 1 0 0 25 0 4 0 720494714 85585920 12504 33554432000 134512640 135305190 4294938688 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=31909/tid=31911] ppid=31906 vsize=83580 CPUtime=12.66 cores=0-7
/proc/31909/task/31911/stat : 31911 (manysat1.1_stat) R 31906 31906 31530 0 -1 4202560 2692 0 0 0 1265 1 0 0 18 0 4 0 720494714 85585920 12504 33554432000 134512640 135305190 4294938688 18446744073709551615 134528242 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=31909/tid=31912] ppid=31906 vsize=83580 CPUtime=12.66 cores=0-7
/proc/31909/task/31912/stat : 31912 (manysat1.1_stat) R 31906 31906 31530 0 -1 4202560 3440 0 0 0 1265 1 0 0 18 0 4 0 720494714 85585920 12504 33554432000 134512640 135305190 4294938688 18446744073709551615 134528252 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 50.69
Current children cumulated vsize (KiB) 92280

[startup+25.5008 s]
/proc/loadavg: 3.94 3.92 3.91 5/364 31914
/proc/meminfo: memFree=7482688/32951124 swapFree=45193364/67111528
[pid=31906] ppid=31904 vsize=8700 CPUtime=0.01 cores=0-7
/proc/31906/stat : 31906 (manysat.sh) S 31904 31906 31530 0 -1 4202496 358 364 0 0 0 0 1 0 21 0 1 0 720494711 8908800 253 33554432000 4194304 4922060 140733215132944 18446744073709551615 224284744837 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/31906/statm: 2175 253 209 178 0 68 0
[pid=31909] ppid=31906 vsize=99380 CPUtime=101.86 cores=0-7
/proc/31909/stat : 31909 (manysat1.1_stat) R 31906 31906 31530 0 -1 4202496 16330 0 0 0 10176 10 0 0 18 0 4 0 720494713 101765120 16281 33554432000 134512640 135305190 4294938688 18446744073709551615 134528536 0 0 4096 3 18446744073709551615 0 0 17 4 0 0 0
/proc/31909/statm: 24845 16281 84 194 0 24649 0
[pid=31909/tid=31910] ppid=31906 vsize=99380 CPUtime=25.45 cores=0-7
/proc/31909/task/31910/stat : 31910 (manysat1.1_stat) R 31906 31906 31530 0 -1 4202560 3340 0 0 0 2544 1 0 0 25 0 4 0 720494714 101765120 16281 33554432000 134512640 135305190 4294938688 18446744073709551615 134528392 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=31909/tid=31911] ppid=31906 vsize=99380 CPUtime=25.45 cores=0-7
/proc/31909/task/31911/stat : 31911 (manysat1.1_stat) R 31906 31906 31530 0 -1 4202560 3693 0 0 0 2544 1 0 0 18 0 4 0 720494714 101765120 16281 33554432000 134512640 135305190 4294938688 18446744073709551615 134528501 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=31909/tid=31912] ppid=31906 vsize=99380 CPUtime=25.45 cores=0-7
/proc/31909/task/31912/stat : 31912 (manysat1.1_stat) R 31906 31906 31530 0 -1 4202560 4467 0 0 0 2544 1 0 0 18 0 4 0 720494714 101765120 16281 33554432000 134512640 135305190 4294938688 18446744073709551615 134528539 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 101.87
Current children cumulated vsize (KiB) 108080

[startup+51.1006 s]
/proc/loadavg: 3.96 3.92 3.91 6/364 31914
/proc/meminfo: memFree=7462568/32951124 swapFree=45193364/67111528
[pid=31906] ppid=31904 vsize=8700 CPUtime=0.01 cores=0-7
/proc/31906/stat : 31906 (manysat.sh) S 31904 31906 31530 0 -1 4202496 358 364 0 0 0 0 1 0 21 0 1 0 720494711 8908800 253 33554432000 4194304 4922060 140733215132944 18446744073709551615 224284744837 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/31906/statm: 2175 253 209 178 0 68 0
[pid=31909] ppid=31906 vsize=118404 CPUtime=204.22 cores=0-7
/proc/31909/stat : 31909 (manysat1.1_stat) R 31906 31906 31530 0 -1 4202496 21254 0 0 0 20408 14 0 0 18 0 4 0 720494713 121245696 21205 33554432000 134512640 135305190 4294938688 18446744073709551615 134528872 0 0 4096 3 18446744073709551615 0 0 17 4 0 0 0
/proc/31909/statm: 29601 21205 84 194 0 29405 0
[pid=31909/tid=31910] ppid=31906 vsize=118404 CPUtime=51.05 cores=0-7
/proc/31909/task/31910/stat : 31910 (manysat1.1_stat) R 31906 31906 31530 0 -1 4202560 4401 0 0 0 5103 2 0 0 25 0 4 0 720494714 121245696 21205 33554432000 134512640 135305190 4294938688 18446744073709551615 134528768 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=31909/tid=31911] ppid=31906 vsize=118404 CPUtime=51.06 cores=0-7
/proc/31909/task/31911/stat : 31911 (manysat1.1_stat) R 31906 31906 31530 0 -1 4202560 5198 0 0 0 5104 2 0 0 18 0 4 0 720494714 121245696 21205 33554432000 134512640 135305190 4294938688 18446744073709551615 134528548 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=31909/tid=31912] ppid=31906 vsize=118404 CPUtime=51.04 cores=0-7
/proc/31909/task/31912/stat : 31912 (manysat1.1_stat) R 31906 31906 31530 0 -1 4202560 5580 0 0 0 5102 2 0 0 18 0 4 0 720494714 121245696 21205 33554432000 134512640 135305190 4294938688 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 204.23
Current children cumulated vsize (KiB) 127104

[startup+102.301 s]
/proc/loadavg: 3.98 3.93 3.91 5/364 31916
/proc/meminfo: memFree=7434272/32951124 swapFree=45193364/67111528
[pid=31906] ppid=31904 vsize=8700 CPUtime=0.01 cores=0-7
/proc/31906/stat : 31906 (manysat.sh) S 31904 31906 31530 0 -1 4202496 358 364 0 0 0 0 1 0 21 0 1 0 720494711 8908800 253 33554432000 4194304 4922060 140733215132944 18446744073709551615 224284744837 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/31906/statm: 2175 253 209 178 0 68 0
[pid=31909] ppid=31906 vsize=147124 CPUtime=409.05 cores=0-7
/proc/31909/stat : 31909 (manysat1.1_stat) R 31906 31906 31530 0 -1 4202496 28331 0 0 0 40883 22 0 0 20 0 4 0 720494713 150654976 28282 33554432000 134512640 135305190 4294938688 18446744073709551615 134528875 0 0 4096 3 18446744073709551615 0 0 17 4 0 0 0
/proc/31909/statm: 36781 28282 84 194 0 36585 0
[pid=31909/tid=31910] ppid=31906 vsize=147124 CPUtime=102.25 cores=0-7
/proc/31909/task/31910/stat : 31910 (manysat1.1_stat) R 31906 31906 31530 0 -1 4202560 6261 0 0 0 10222 3 0 0 25 0 4 0 720494714 150654976 28282 33554432000 134512640 135305190 4294938688 18446744073709551615 134528525 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=31909/tid=31911] ppid=31906 vsize=147124 CPUtime=102.26 cores=0-7
/proc/31909/task/31911/stat : 31911 (manysat1.1_stat) R 31906 31906 31530 0 -1 4202560 7377 0 0 0 10223 3 0 0 18 0 4 0 720494714 150654976 28282 33554432000 134512640 135305190 4294938688 18446744073709551615 134528768 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=31909/tid=31912] ppid=31906 vsize=147124 CPUtime=102.25 cores=0-7
/proc/31909/task/31912/stat : 31912 (manysat1.1_stat) R 31906 31906 31530 0 -1 4202560 7018 0 0 0 10222 3 0 0 18 0 4 0 720494714 150654976 28282 33554432000 134512640 135305190 4294938688 18446744073709551615 134528875 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 409.06
Current children cumulated vsize (KiB) 155824

[startup+162.301 s]
/proc/loadavg: 3.99 3.94 3.91 5/364 31916
/proc/meminfo: memFree=7413652/32951124 swapFree=45193364/67111528
[pid=31906] ppid=31904 vsize=8700 CPUtime=0.01 cores=0-7
/proc/31906/stat : 31906 (manysat.sh) S 31904 31906 31530 0 -1 4202496 358 364 0 0 0 0 1 0 21 0 1 0 720494711 8908800 253 33554432000 4194304 4922060 140733215132944 18446744073709551615 224284744837 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/31906/statm: 2175 253 209 178 0 68 0
[pid=31909] ppid=31906 vsize=169480 CPUtime=648.96 cores=0-7
/proc/31909/stat : 31909 (manysat1.1_stat) R 31906 31906 31530 0 -1 4202496 33487 0 0 0 64868 28 0 0 25 0 4 0 720494713 173547520 33438 33554432000 134512640 135305190 4294938688 18446744073709551615 134528446 0 0 4096 3 18446744073709551615 0 0 17 4 0 0 0
/proc/31909/statm: 42370 33438 84 194 0 42174 0
[pid=31909/tid=31910] ppid=31906 vsize=169480 CPUtime=162.22 cores=0-7

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

/proc/31909/task/31912/stat : 31912 (manysat1.1_stat) R 31906 31906 31530 0 -1 4202560 38369 0 0 0 472171 32 0 0 25 0 4 0 720494714 914919424 210955 33554432000 134512640 135305190 4294938688 18446744073709551615 134528263 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 18888
Current children cumulated vsize (KiB) 902176

[startup+4782.3 s]
/proc/loadavg: 4.02 4.01 3.97 5/364 32052
/proc/meminfo: memFree=6683664/32951124 swapFree=45193364/67111528
[pid=31906] ppid=31904 vsize=8700 CPUtime=0.01 cores=0-7
/proc/31906/stat : 31906 (manysat.sh) S 31904 31906 31530 0 -1 4202496 358 364 0 0 0 0 1 0 21 0 1 0 720494711 8908800 253 33554432000 4194304 4922060 140733215132944 18446744073709551615 224284744837 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/31906/statm: 2175 253 209 178 0 68 0
[pid=31909] ppid=31906 vsize=910596 CPUtime=19127.9 cores=0-7
/proc/31909/stat : 31909 (manysat1.1_stat) R 31906 31906 31530 0 -1 4202496 215441 0 0 0 1912571 218 0 0 25 0 4 0 720494713 932450304 215325 33554432000 134512640 135305190 4294938688 18446744073709551615 134528229 0 0 4096 3 18446744073709551615 0 0 17 4 0 0 0
/proc/31909/statm: 227649 215325 84 194 0 227453 0
[pid=31909/tid=31910] ppid=31906 vsize=910596 CPUtime=4781.93 cores=0-7
/proc/31909/task/31910/stat : 31910 (manysat1.1_stat) R 31906 31906 31530 0 -1 4202560 34080 0 0 0 478158 35 0 0 25 0 4 0 720494714 932450304 215325 33554432000 134512640 135305190 4294938688 18446744073709551615 134528492 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=31909/tid=31911] ppid=31906 vsize=910596 CPUtime=4781.93 cores=0-7
/proc/31909/task/31911/stat : 31911 (manysat1.1_stat) R 31906 31906 31530 0 -1 4202560 106493 0 0 0 478094 99 0 0 19 0 4 0 720494714 932450304 215325 33554432000 134512640 135305190 4294938688 18446744073709551615 134528252 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=31909/tid=31912] ppid=31906 vsize=910596 CPUtime=4782.03 cores=0-7
/proc/31909/task/31912/stat : 31912 (manysat1.1_stat) R 31906 31906 31530 0 -1 4202560 38825 0 0 0 478170 33 0 0 25 0 4 0 720494714 932450304 215325 33554432000 134512640 135305190 4294938688 18446744073709551615 134528277 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 19127.9
Current children cumulated vsize (KiB) 919296

[startup+4842.31 s]
/proc/loadavg: 4.00 4.00 3.97 5/364 32054
/proc/meminfo: memFree=6671844/32951124 swapFree=45193364/67111528
[pid=31906] ppid=31904 vsize=8700 CPUtime=0.01 cores=0-7
/proc/31906/stat : 31906 (manysat.sh) S 31904 31906 31530 0 -1 4202496 358 364 0 0 0 0 1 0 21 0 1 0 720494711 8908800 253 33554432000 4194304 4922060 140733215132944 18446744073709551615 224284744837 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/31906/statm: 2175 253 209 178 0 68 0
[pid=31909] ppid=31906 vsize=923476 CPUtime=19367.9 cores=0-7
/proc/31909/stat : 31909 (manysat1.1_stat) R 31906 31906 31530 0 -1 4202496 218392 0 0 0 1936573 222 0 0 25 0 4 0 720494713 945639424 218276 33554432000 134512640 135305190 4294938688 18446744073709551615 134528298 0 0 4096 3 18446744073709551615 0 0 17 4 0 0 0
/proc/31909/statm: 230869 218276 84 194 0 230673 0
[pid=31909/tid=31910] ppid=31906 vsize=923476 CPUtime=4841.95 cores=0-7
/proc/31909/task/31910/stat : 31910 (manysat1.1_stat) R 31906 31906 31530 0 -1 4202560 34273 0 0 0 484160 35 0 0 25 0 4 0 720494714 945639424 218276 33554432000 134512640 135305190 4294938688 18446744073709551615 134528237 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=31909/tid=31911] ppid=31906 vsize=923476 CPUtime=4841.95 cores=0-7
/proc/31909/task/31911/stat : 31911 (manysat1.1_stat) R 31906 31906 31530 0 -1 4202560 108529 0 0 0 484092 103 0 0 25 0 4 0 720494714 945639424 218276 33554432000 134512640 135305190 4294938688 18446744073709551615 134528768 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=31909/tid=31912] ppid=31906 vsize=923476 CPUtime=4842.04 cores=0-7
/proc/31909/task/31912/stat : 31912 (manysat1.1_stat) R 31906 31906 31530 0 -1 4202560 39144 0 0 0 484171 33 0 0 23 0 4 0 720494714 945639424 218276 33554432000 134512640 135305190 4294938688 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 19368
Current children cumulated vsize (KiB) 932176

[startup+4902.3 s]
/proc/loadavg: 4.00 4.00 3.97 5/364 32056
/proc/meminfo: memFree=6650604/32951124 swapFree=45193364/67111528
[pid=31906] ppid=31904 vsize=8700 CPUtime=0.01 cores=0-7
/proc/31906/stat : 31906 (manysat.sh) S 31904 31906 31530 0 -1 4202496 358 364 0 0 0 0 1 0 21 0 1 0 720494711 8908800 253 33554432000 4194304 4922060 140733215132944 18446744073709551615 224284744837 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/31906/statm: 2175 253 209 178 0 68 0
[pid=31909] ppid=31906 vsize=944512 CPUtime=19607.9 cores=0-7
/proc/31909/stat : 31909 (manysat1.1_stat) R 31906 31906 31530 0 -1 4202496 223678 0 0 0 1960563 226 0 0 25 0 4 0 720494713 967180288 223562 33554432000 134512640 135305190 4294938688 18446744073709551615 134547906 0 0 4096 3 18446744073709551615 0 0 17 4 0 0 0
/proc/31909/statm: 236128 223562 84 194 0 235932 0
[pid=31909/tid=31910] ppid=31906 vsize=944512 CPUtime=4901.93 cores=0-7
/proc/31909/task/31910/stat : 31910 (manysat1.1_stat) R 31906 31906 31530 0 -1 4202560 34924 0 0 0 490158 35 0 0 25 0 4 0 720494714 967180288 223562 33554432000 134512640 135305190 4294938688 18446744073709551615 134528768 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=31909/tid=31911] ppid=31906 vsize=944512 CPUtime=4901.92 cores=0-7
/proc/31909/task/31911/stat : 31911 (manysat1.1_stat) R 31906 31906 31530 0 -1 4202560 111410 0 0 0 490088 104 0 0 19 0 4 0 720494714 967180288 223562 33554432000 134512640 135305190 4294938688 18446744073709551615 134528503 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=31909/tid=31912] ppid=31906 vsize=944512 CPUtime=4902.03 cores=0-7
/proc/31909/task/31912/stat : 31912 (manysat1.1_stat) R 31906 31906 31530 0 -1 4202560 40022 0 0 0 490169 34 0 0 25 0 4 0 720494714 967180288 223562 33554432000 134512640 135305190 4294938688 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 19607.9
Current children cumulated vsize (KiB) 953212

[startup+4962.3 s]
/proc/loadavg: 4.00 4.00 3.97 5/364 32056
/proc/meminfo: memFree=6625896/32951124 swapFree=45193364/67111528
[pid=31906] ppid=31904 vsize=8700 CPUtime=0.01 cores=0-7
/proc/31906/stat : 31906 (manysat.sh) S 31904 31906 31530 0 -1 4202496 358 364 0 0 0 0 1 0 21 0 1 0 720494711 8908800 253 33554432000 4194304 4922060 140733215132944 18446744073709551615 224284744837 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/31906/statm: 2175 253 209 178 0 68 0
[pid=31909] ppid=31906 vsize=969260 CPUtime=19847.9 cores=0-7
/proc/31909/stat : 31909 (manysat1.1_stat) R 31906 31906 31530 0 -1 4202496 229871 0 0 0 1984558 232 0 0 25 0 4 0 720494713 992522240 229755 33554432000 134512640 135305190 4294938688 18446744073709551615 134528768 0 0 4096 3 18446744073709551615 0 0 17 4 0 0 0
/proc/31909/statm: 242315 229755 84 194 0 242119 0
[pid=31909/tid=31910] ppid=31906 vsize=969260 CPUtime=4961.94 cores=0-7
/proc/31909/task/31910/stat : 31910 (manysat1.1_stat) R 31906 31906 31530 0 -1 4202560 35353 0 0 0 496158 36 0 0 25 0 4 0 720494714 992522240 229755 33554432000 134512640 135305190 4294938688 18446744073709551615 134528768 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=31909/tid=31911] ppid=31906 vsize=969260 CPUtime=4961.92 cores=0-7
/proc/31909/task/31911/stat : 31911 (manysat1.1_stat) R 31906 31906 31530 0 -1 4202560 115875 0 0 0 496084 108 0 0 20 0 4 0 720494714 992522240 229755 33554432000 134512640 135305190 4294938688 18446744073709551615 134528280 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=31909/tid=31912] ppid=31906 vsize=969260 CPUtime=4962.03 cores=0-7
/proc/31909/task/31912/stat : 31912 (manysat1.1_stat) R 31906 31906 31530 0 -1 4202560 40817 0 0 0 496169 34 0 0 25 0 4 0 720494714 992522240 229755 33554432000 134512640 135305190 4294938688 18446744073709551615 134528872 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 19847.9
Current children cumulated vsize (KiB) 977960

[startup+5022.3 s]
/proc/loadavg: 4.00 4.00 3.97 5/364 32058
/proc/meminfo: memFree=6604424/32951124 swapFree=45193364/67111528
[pid=31906] ppid=31904 vsize=8700 CPUtime=0.01 cores=0-7
/proc/31906/stat : 31906 (manysat.sh) S 31904 31906 31530 0 -1 4202496 358 364 0 0 0 0 1 0 21 0 1 0 720494711 8908800 253 33554432000 4194304 4922060 140733215132944 18446744073709551615 224284744837 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/31906/statm: 2175 253 209 178 0 68 0
[pid=31909] ppid=31906 vsize=991804 CPUtime=20087.9 cores=0-7
/proc/31909/stat : 31909 (manysat1.1_stat) R 31906 31906 31530 0 -1 4202496 235238 0 0 0 2008553 236 0 0 25 0 4 0 720494713 1015607296 235122 33554432000 134512640 135305190 4294938688 18446744073709551615 134528768 0 0 4096 3 18446744073709551615 0 0 17 4 0 0 0
/proc/31909/statm: 247951 235122 84 194 0 247755 0
[pid=31909/tid=31910] ppid=31906 vsize=991804 CPUtime=5021.93 cores=0-7
/proc/31909/task/31910/stat : 31910 (manysat1.1_stat) R 31906 31906 31530 0 -1 4202560 35973 0 0 0 502157 36 0 0 25 0 4 0 720494714 1015607296 235122 33554432000 134512640 135305190 4294938688 18446744073709551615 134528503 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=31909/tid=31911] ppid=31906 vsize=991804 CPUtime=5021.92 cores=0-7
/proc/31909/task/31911/stat : 31911 (manysat1.1_stat) R 31906 31906 31530 0 -1 4202560 119247 0 0 0 502081 111 0 0 18 0 4 0 720494714 1015607296 235122 33554432000 134512640 135305190 4294938688 18446744073709551615 134528442 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=31909/tid=31912] ppid=31906 vsize=991804 CPUtime=5022.03 cores=0-7
/proc/31909/task/31912/stat : 31912 (manysat1.1_stat) R 31906 31906 31530 0 -1 4202560 41565 0 0 0 502168 35 0 0 25 0 4 0 720494714 1015607296 235122 33554432000 134512640 135305190 4294938688 18446744073709551615 134528503 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 20087.9
Current children cumulated vsize (KiB) 1000504

[startup+5082.3 s]
/proc/loadavg: 4.00 4.00 3.97 5/364 32060
/proc/meminfo: memFree=6598816/32951124 swapFree=45193364/67111528
[pid=31906] ppid=31904 vsize=8700 CPUtime=0.01 cores=0-7
/proc/31906/stat : 31906 (manysat.sh) S 31904 31906 31530 0 -1 4202496 358 364 0 0 0 0 1 0 21 0 1 0 720494711 8908800 253 33554432000 4194304 4922060 140733215132944 18446744073709551615 224284744837 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/31906/statm: 2175 253 209 178 0 68 0
[pid=31909] ppid=31906 vsize=996768 CPUtime=20327.8 cores=0-7
/proc/31909/stat : 31909 (manysat1.1_stat) R 31906 31906 31530 0 -1 4202496 236621 0 0 0 2032546 238 0 0 25 0 4 0 720494713 1020690432 236505 33554432000 134512640 135305190 4294938688 18446744073709551615 134528283 0 0 4096 3 18446744073709551615 0 0 17 4 0 0 0
/proc/31909/statm: 249192 236505 84 194 0 248996 0
[pid=31909/tid=31910] ppid=31906 vsize=996768 CPUtime=5081.93 cores=0-7
/proc/31909/task/31910/stat : 31910 (manysat1.1_stat) R 31906 31906 31530 0 -1 4202560 36177 0 0 0 508157 36 0 0 25 0 4 0 720494714 1020690432 236505 33554432000 134512640 135305190 4294938688 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=31909/tid=31911] ppid=31906 vsize=996768 CPUtime=5081.91 cores=0-7
/proc/31909/task/31911/stat : 31911 (manysat1.1_stat) R 31906 31906 31530 0 -1 4202560 120093 0 0 0 508079 112 0 0 25 0 4 0 720494714 1020690432 236505 33554432000 134512640 135305190 4294938688 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=31909/tid=31912] ppid=31906 vsize=996768 CPUtime=5081.98 cores=0-7
/proc/31909/task/31912/stat : 31912 (manysat1.1_stat) R 31906 31906 31530 0 -1 4202560 41635 0 0 0 508163 35 0 0 25 0 4 0 720494714 1020690432 236505 33554432000 134512640 135305190 4294938688 18446744073709551615 134528503 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 20327.9
Current children cumulated vsize (KiB) 1005468



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+5100 s]
/proc/loadavg: 4.00 4.00 3.97 5/364 32060
/proc/meminfo: memFree=6598048/32951124 swapFree=45193364/67111528
[pid=31906] ppid=31904 vsize=8700 CPUtime=0.01 cores=0-7
/proc/31906/stat : 31906 (manysat.sh) S 31904 31906 31530 0 -1 4202496 358 364 0 0 0 0 1 0 21 0 1 0 720494711 8908800 253 33554432000 4194304 4922060 140733215132944 18446744073709551615 224284744837 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/31906/statm: 2175 253 209 178 0 68 0
[pid=31909] ppid=31906 vsize=997308 CPUtime=20398.7 cores=0-7
/proc/31909/stat : 31909 (manysat1.1_stat) R 31906 31906 31530 0 -1 4202496 236767 0 0 0 2039631 238 0 0 25 0 4 0 720494713 1021243392 236651 33554432000 134512640 135305190 4294938688 18446744073709551615 134528298 0 0 4096 3 18446744073709551615 0 0 17 4 0 0 0
/proc/31909/statm: 249327 236651 84 194 0 249131 0
[pid=31909/tid=31910] ppid=31906 vsize=997308 CPUtime=5099.64 cores=0-7
/proc/31909/task/31910/stat : 31910 (manysat1.1_stat) R 31906 31906 31530 0 -1 4202560 36262 0 0 0 509928 36 0 0 25 0 4 0 720494714 1021243392 236651 33554432000 134512640 135305190 4294938688 18446744073709551615 134528310 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=31909/tid=31911] ppid=31906 vsize=997308 CPUtime=5099.62 cores=0-7
/proc/31909/task/31911/stat : 31911 (manysat1.1_stat) R 31906 31906 31530 0 -1 4202560 120093 0 0 0 509850 112 0 0 19 0 4 0 720494714 1021243392 236651 33554432000 134512640 135305190 4294938688 18446744073709551615 134528406 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=31909/tid=31912] ppid=31906 vsize=997308 CPUtime=5099.69 cores=0-7
/proc/31909/task/31912/stat : 31912 (manysat1.1_stat) R 31906 31906 31530 0 -1 4202560 41635 0 0 0 509934 35 0 0 18 0 4 0 720494714 1021243392 236651 33554432000 134512640 135305190 4294938688 18446744073709551615 134528256 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 20398.7
Current children cumulated vsize (KiB) 1006008

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended. Dumping a history of the last processes samples

[startup+5100 s]
/proc/loadavg: 4.00 4.00 3.97 5/364 32060
/proc/meminfo: memFree=6598048/32951124 swapFree=45193364/67111528
[pid=31906] ppid=31904 vsize=8700 CPUtime=0.01 cores=0-7
/proc/31906/stat : 31906 (manysat.sh) S 31904 31906 31530 0 -1 4202496 358 364 0 0 0 0 1 0 21 0 1 0 720494711 8908800 253 33554432000 4194304 4922060 140733215132944 18446744073709551615 224284744837 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/31906/statm: 2175 253 209 178 0 68 0
[pid=31909] ppid=31906 vsize=997308 CPUtime=20398.7 cores=0-7
/proc/31909/stat : 31909 (manysat1.1_stat) R 31906 31906 31530 0 -1 4202496 236767 0 0 0 2039631 238 0 0 25 0 4 0 720494713 1021243392 236651 33554432000 134512640 135305190 4294938688 18446744073709551615 134528298 0 0 4096 3 18446744073709551615 0 0 17 4 0 0 0
/proc/31909/statm: 249327 236651 84 194 0 249131 0
[pid=31909/tid=31910] ppid=31906 vsize=997308 CPUtime=5099.64 cores=0-7
/proc/31909/task/31910/stat : 31910 (manysat1.1_stat) R 31906 31906 31530 0 -1 4202560 36262 0 0 0 509928 36 0 0 25 0 4 0 720494714 1021243392 236651 33554432000 134512640 135305190 4294938688 18446744073709551615 134528310 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=31909/tid=31911] ppid=31906 vsize=997308 CPUtime=5099.62 cores=0-7
/proc/31909/task/31911/stat : 31911 (manysat1.1_stat) R 31906 31906 31530 0 -1 4202560 120093 0 0 0 509850 112 0 0 19 0 4 0 720494714 1021243392 236651 33554432000 134512640 135305190 4294938688 18446744073709551615 134528406 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=31909/tid=31912] ppid=31906 vsize=997308 CPUtime=5099.69 cores=0-7
/proc/31909/task/31912/stat : 31912 (manysat1.1_stat) R 31906 31906 31530 0 -1 4202560 41635 0 0 0 509934 35 0 0 18 0 4 0 720494714 1021243392 236651 33554432000 134512640 135305190 4294938688 18446744073709551615 134528256 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 20398.7
Current children cumulated vsize (KiB) 1006008

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 31906 and gives
#  childrusage.ru_utime.tv_sec=0
#  childrusage.ru_utime.tv_usec=13997
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=0
# CPU time returned by wait4() is 0.013997
# while last known CPU time is 20398.7
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 5100.03
CPU time (s): 20398.7
CPU user time (s): 20396.3
CPU system time (s): 2.38
CPU usage (%): 399.973
Max. virtual memory (cumulated for all children) (KiB): 1006008

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

runsolver used 18.1502 second user time and 42.1156 second system time

The end

Launcher Data

Begin job on node118 at 2011-05-13 18:04:00
IDJOB=3362282
IDBENCH=83421
IDSOLVER=1839
FILE ID=node118/3362282-1305302640
RUNJOBID= node118-1305296394-31544
PBS_JOBID= 13321435
Free space on /tmp= 50444 MiB

SOLVER NAME= ManySAT 1.1 aimd 1/2009-03-20 (4 threads)
BENCH NAME= SAT11/application/kullmann/AES/Benchmarks/64/aes_64_3_keyfind_1.cnf
COMMAND LINE= manysat.sh BENCHNAME aimd 1
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3362282-1305302640/watcher-3362282-1305302640 -o /tmp/evaluation-result-3362282-1305302640/solver-3362282-1305302640 -C 40000 -W 5100 -M 31000  manysat.sh HOME/instance-3362282-1305302640.cnf aimd 1

TIME LIMIT= 40000 seconds
MEMORY LIMIT= 31000 MiB
NBCORE= 8

MD5SUM BENCH= 4738c3d0ccd52030cff8addcec6bcde9
RANDOM SEED=2064953701

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:       7546772 kB
Buffers:        239076 kB
Cached:       14901324 kB
SwapCached:      22052 kB
Active:       15196552 kB
Inactive:      9638740 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:       7546772 kB
SwapTotal:    67111528 kB
SwapFree:     45193364 kB
Dirty:            1596 kB
Writeback:           0 kB
AnonPages:     9685800 kB
Mapped:          14612 kB
Slab:           414160 kB
PageTables:      89460 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 88627380 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= 50444 MiB
End job on node118 at 2011-05-13 19:29:03