Trace number 3361929

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.23 1203.52

General information on the benchmark

NameAPPLICATIONS/bitverif/countbitsrotate/
countbitsrotate032.cnf
MD5SUM8d76aa747359ea8ccf15726792949452
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 variables8527
Number of clauses25484
Sum of the clauses size59460
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 216988
Number of clauses of size 38494
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.00	c Parsing...
0.00/0.01	c ==============================================================================
0.00/0.01	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.01	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.01	c ==============================================================================
0.00/0.01	c |         0 |   25482    59458 |    7644       0        0     nan |  0.000 % |
0.00/0.08	c |         0 |   19097    53996 |      --       0       --      -- |     --   | -6383/-5457
0.00/0.08	c ==============================================================================
0.00/0.08	c Result  :   #vars: 4641   #clauses: 19097   #literals: 53996
0.00/0.08	c CPU time:   0.078987 s
0.00/0.08	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-3361929-1305296915/watcher-3361929-1305296915 -o /tmp/evaluation-result-3361929-1305296915/solver-3361929-1305296915 -C 4800 -W 1300 -M 15500 manysat.sh HOME/instance-3361929-1305296915.cnf aimd 1 

running on 4 cores: 0,2,4,6

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


[startup+0 s]
/proc/loadavg: 8.04 6.60 3.39 6/354 12876
/proc/meminfo: memFree=6950392/32950928 swapFree=45937192/67111528
[pid=12876] ppid=12874 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/12876/stat : 12876 (manysat.sh) S 12874 12876 12655 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 641288140 8908800 250 33554432000 4194304 4922060 140736266450528 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/12876/statm: 2175 250 209 178 0 68 0

[startup+0.0860871 s]
/proc/loadavg: 8.04 6.60 3.39 6/354 12876
/proc/meminfo: memFree=6950392/32950928 swapFree=45937192/67111528
[pid=12876] ppid=12874 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/12876/stat : 12876 (manysat.sh) S 12874 12876 12655 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 641288140 8908800 250 33554432000 4194304 4922060 140736266450528 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/12876/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.101019 s]
/proc/loadavg: 8.04 6.60 3.39 6/354 12876
/proc/meminfo: memFree=6950392/32950928 swapFree=45937192/67111528
[pid=12876] ppid=12874 vsize=8700 CPUtime=0.08 cores=0,2,4,6
/proc/12876/stat : 12876 (manysat.sh) S 12874 12876 12655 0 -1 4202496 357 1286 0 0 0 0 8 0 25 0 1 0 641288140 8908800 253 33554432000 4194304 4922060 140736266450528 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/12876/statm: 2175 253 209 178 0 68 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 8700

[startup+0.30098 s]
/proc/loadavg: 8.04 6.60 3.39 6/354 12876
/proc/meminfo: memFree=6950392/32950928 swapFree=45937192/67111528
[pid=12876] ppid=12874 vsize=8700 CPUtime=0.08 cores=0,2,4,6
/proc/12876/stat : 12876 (manysat.sh) S 12874 12876 12655 0 -1 4202496 357 1286 0 0 0 0 8 0 25 0 1 0 641288140 8908800 253 33554432000 4194304 4922060 140736266450528 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/12876/statm: 2175 253 209 178 0 68 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 8700

[startup+0.700899 s]
/proc/loadavg: 8.04 6.60 3.39 6/354 12876
/proc/meminfo: memFree=6950392/32950928 swapFree=45937192/67111528
[pid=12876] ppid=12874 vsize=8700 CPUtime=0.08 cores=0,2,4,6
/proc/12876/stat : 12876 (manysat.sh) S 12874 12876 12655 0 -1 4202496 357 1286 0 0 0 0 8 0 25 0 1 0 641288140 8908800 253 33554432000 4194304 4922060 140736266450528 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/12876/statm: 2175 253 209 178 0 68 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 8700

[startup+1.50074 s]
/proc/loadavg: 8.04 6.60 3.39 9/359 12882
/proc/meminfo: memFree=6940556/32950928 swapFree=45937192/67111528
[pid=12876] ppid=12874 vsize=8700 CPUtime=0.08 cores=0,2,4,6
/proc/12876/stat : 12876 (manysat.sh) S 12874 12876 12655 0 -1 4202496 357 1286 0 0 0 0 8 0 25 0 1 0 641288140 8908800 253 33554432000 4194304 4922060 140736266450528 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/12876/statm: 2175 253 209 178 0 68 0
[pid=12879] ppid=12876 vsize=43668 CPUtime=5.54 cores=0,2,4,6
/proc/12879/stat : 12879 (manysat1.1_stat) R 12876 12876 12655 0 -1 4202496 2462 0 0 0 553 1 0 0 19 0 4 0 641288150 44716032 2413 33554432000 134512640 135305190 4291754528 18446744073709551615 134558354 0 0 4096 3 18446744073709551615 0 0 17 6 0 0 0
/proc/12879/statm: 10917 2413 84 194 0 10721 0
[pid=12879/tid=12880] ppid=12876 vsize=43668 CPUtime=1.37 cores=0,2,4,6
/proc/12879/task/12880/stat : 12880 (manysat1.1_stat) R 12876 12876 12655 0 -1 4202560 177 0 0 0 137 0 0 0 19 0 4 0 641288152 44716032 2413 33554432000 134512640 135305190 4291754528 18446744073709551615 134530664 0 0 4096 3 0 0 0 -1 2 0 0 0
[pid=12879/tid=12881] ppid=12876 vsize=43668 CPUtime=1.37 cores=0,2,4,6
/proc/12879/task/12881/stat : 12881 (manysat1.1_stat) R 12876 12876 12655 0 -1 4202560 192 0 0 0 137 0 0 0 19 0 4 0 641288152 44716032 2413 33554432000 134512640 135305190 4291754528 18446744073709551615 134554250 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=12879/tid=12882] ppid=12876 vsize=43668 CPUtime=1.37 cores=0,2,4,6
/proc/12879/task/12882/stat : 12882 (manysat1.1_stat) R 12876 12876 12655 0 -1 4202560 290 0 0 0 137 0 0 0 19 0 4 0 641288152 44716032 2413 33554432000 134512640 135305190 4291754528 18446744073709551615 134548940 0 0 4096 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 5.62
Current children cumulated vsize (KiB) 52368

[startup+3.10042 s]
/proc/loadavg: 8.04 6.60 3.39 9/359 12882
/proc/meminfo: memFree=6937704/32950928 swapFree=45937192/67111528
[pid=12876] ppid=12874 vsize=8700 CPUtime=0.08 cores=0,2,4,6
/proc/12876/stat : 12876 (manysat.sh) S 12874 12876 12655 0 -1 4202496 357 1286 0 0 0 0 8 0 25 0 1 0 641288140 8908800 253 33554432000 4194304 4922060 140736266450528 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/12876/statm: 2175 253 209 178 0 68 0
[pid=12879] ppid=12876 vsize=45968 CPUtime=11.92 cores=0,2,4,6
/proc/12879/stat : 12879 (manysat1.1_stat) R 12876 12876 12655 0 -1 4202496 3065 0 0 0 1191 1 0 0 25 0 4 0 641288150 47071232 3016 33554432000 134512640 135305190 4291754528 18446744073709551615 134557264 0 0 4096 3 18446744073709551615 0 0 17 6 0 0 0
/proc/12879/statm: 11492 3016 84 194 0 11296 0
[pid=12879/tid=12880] ppid=12876 vsize=45968 CPUtime=2.97 cores=0,2,4,6
/proc/12879/task/12880/stat : 12880 (manysat1.1_stat) R 12876 12876 12655 0 -1 4202560 298 0 0 0 297 0 0 0 25 0 4 0 641288152 47071232 3016 33554432000 134512640 135305190 4291754528 18446744073709551615 134557517 0 0 4096 3 0 0 0 -1 2 0 0 0
[pid=12879/tid=12881] ppid=12876 vsize=45968 CPUtime=2.97 cores=0,2,4,6
/proc/12879/task/12881/stat : 12881 (manysat1.1_stat) R 12876 12876 12655 0 -1 4202560 358 0 0 0 297 0 0 0 25 0 4 0 641288152 47071232 3016 33554432000 134512640 135305190 4291754528 18446744073709551615 134530633 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=12879/tid=12882] ppid=12876 vsize=45968 CPUtime=2.97 cores=0,2,4,6
/proc/12879/task/12882/stat : 12882 (manysat1.1_stat) R 12876 12876 12655 0 -1 4202560 484 0 0 0 297 0 0 0 24 0 4 0 641288152 47071232 3016 33554432000 134512640 135305190 4291754528 18446744073709551615 134556770 0 0 4096 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 12
Current children cumulated vsize (KiB) 54668

[startup+6.30078 s]
/proc/loadavg: 8.04 6.62 3.41 9/359 12882
/proc/meminfo: memFree=6933064/32950928 swapFree=45937192/67111528
[pid=12876] ppid=12874 vsize=8700 CPUtime=0.08 cores=0,2,4,6
/proc/12876/stat : 12876 (manysat.sh) S 12874 12876 12655 0 -1 4202496 357 1286 0 0 0 0 8 0 25 0 1 0 641288140 8908800 253 33554432000 4194304 4922060 140736266450528 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/12876/statm: 2175 253 209 178 0 68 0
[pid=12879] ppid=12876 vsize=50008 CPUtime=24.68 cores=0,2,4,6
/proc/12879/stat : 12879 (manysat1.1_stat) R 12876 12876 12655 0 -1 4202496 4103 0 0 0 2467 1 0 0 25 0 4 0 641288150 51208192 4054 33554432000 134512640 135305190 4291754528 18446744073709551615 134528501 0 0 4096 3 18446744073709551615 0 0 17 6 0 0 0
/proc/12879/statm: 12502 4054 84 194 0 12306 0
[pid=12879/tid=12880] ppid=12876 vsize=50008 CPUtime=6.17 cores=0,2,4,6
/proc/12879/task/12880/stat : 12880 (manysat1.1_stat) R 12876 12876 12655 0 -1 4202560 545 0 0 0 617 0 0 0 25 0 4 0 641288152 51208192 4054 33554432000 134512640 135305190 4291754528 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 2 0 0 0
[pid=12879/tid=12881] ppid=12876 vsize=50008 CPUtime=6.17 cores=0,2,4,6
/proc/12879/task/12881/stat : 12881 (manysat1.1_stat) R 12876 12876 12655 0 -1 4202560 628 0 0 0 617 0 0 0 25 0 4 0 641288152 51208192 4054 33554432000 134512640 135305190 4291754528 18446744073709551615 134554276 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=12879/tid=12882] ppid=12876 vsize=50008 CPUtime=6.17 cores=0,2,4,6
/proc/12879/task/12882/stat : 12882 (manysat1.1_stat) R 12876 12876 12655 0 -1 4202560 800 0 0 0 617 0 0 0 25 0 4 0 641288152 51208192 4054 33554432000 134512640 135305190 4291754528 18446744073709551615 134528536 0 0 4096 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 24.76
Current children cumulated vsize (KiB) 58708

[startup+12.7005 s]
/proc/loadavg: 8.04 6.65 3.43 9/359 12882
/proc/meminfo: memFree=6924268/32950928 swapFree=45937192/67111528
[pid=12876] ppid=12874 vsize=8700 CPUtime=0.08 cores=0,2,4,6
/proc/12876/stat : 12876 (manysat.sh) S 12874 12876 12655 0 -1 4202496 357 1286 0 0 0 0 8 0 25 0 1 0 641288140 8908800 253 33554432000 4194304 4922060 140736266450528 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/12876/statm: 2175 253 209 178 0 68 0
[pid=12879] ppid=12876 vsize=55860 CPUtime=50.21 cores=0,2,4,6
/proc/12879/stat : 12879 (manysat1.1_stat) R 12876 12876 12655 0 -1 4202496 5595 0 0 0 5020 1 0 0 25 0 4 0 641288150 57200640 5546 33554432000 134512640 135305190 4291754528 18446744073709551615 134528229 0 0 4096 3 18446744073709551615 0 0 17 6 0 0 0
/proc/12879/statm: 13965 5546 84 194 0 13769 0
[pid=12879/tid=12880] ppid=12876 vsize=55860 CPUtime=12.57 cores=0,2,4,6
/proc/12879/task/12880/stat : 12880 (manysat1.1_stat) R 12876 12876 12655 0 -1 4202560 843 0 0 0 1257 0 0 0 25 0 4 0 641288152 57200640 5546 33554432000 134512640 135305190 4291754528 18446744073709551615 134558340 0 0 4096 3 0 0 0 -1 2 0 0 0
[pid=12879/tid=12881] ppid=12876 vsize=55860 CPUtime=12.57 cores=0,2,4,6
/proc/12879/task/12881/stat : 12881 (manysat1.1_stat) R 12876 12876 12655 0 -1 4202560 1019 0 0 0 1257 0 0 0 25 0 4 0 641288152 57200640 5546 33554432000 134512640 135305190 4291754528 18446744073709551615 134552962 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=12879/tid=12882] ppid=12876 vsize=55860 CPUtime=12.57 cores=0,2,4,6
/proc/12879/task/12882/stat : 12882 (manysat1.1_stat) R 12876 12876 12655 0 -1 4202560 1313 0 0 0 1257 0 0 0 25 0 4 0 641288152 57200640 5546 33554432000 134512640 135305190 4291754528 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 50.29
Current children cumulated vsize (KiB) 64560

[startup+25.5009 s]
/proc/loadavg: 8.10 6.73 3.51 9/359 12883
/proc/meminfo: memFree=6903188/32950928 swapFree=45937192/67111528
[pid=12876] ppid=12874 vsize=8700 CPUtime=0.08 cores=0,2,4,6
/proc/12876/stat : 12876 (manysat.sh) S 12874 12876 12655 0 -1 4202496 357 1286 0 0 0 0 8 0 25 0 1 0 641288140 8908800 253 33554432000 4194304 4922060 140736266450528 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/12876/statm: 2175 253 209 178 0 68 0
[pid=12879] ppid=12876 vsize=60800 CPUtime=101.27 cores=0,2,4,6
/proc/12879/stat : 12879 (manysat1.1_stat) R 12876 12876 12655 0 -1 4202496 6846 0 0 0 10125 2 0 0 25 0 4 0 641288150 62259200 6797 33554432000 134512640 135305190 4291754528 18446744073709551615 134528229 0 0 4096 3 18446744073709551615 0 0 17 6 0 0 0
/proc/12879/statm: 15200 6797 84 194 0 15004 0
[pid=12879/tid=12880] ppid=12876 vsize=60800 CPUtime=25.37 cores=0,2,4,6
/proc/12879/task/12880/stat : 12880 (manysat1.1_stat) R 12876 12876 12655 0 -1 4202560 1084 0 0 0 2537 0 0 0 25 0 4 0 641288152 62259200 6797 33554432000 134512640 135305190 4291754528 18446744073709551615 134558382 0 0 4096 3 0 0 0 -1 2 0 0 0
[pid=12879/tid=12881] ppid=12876 vsize=60800 CPUtime=25.37 cores=0,2,4,6
/proc/12879/task/12881/stat : 12881 (manysat1.1_stat) R 12876 12876 12655 0 -1 4202560 1236 0 0 0 2537 0 0 0 25 0 4 0 641288152 62259200 6797 33554432000 134512640 135305190 4291754528 18446744073709551615 134528256 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=12879/tid=12882] ppid=12876 vsize=60800 CPUtime=25.37 cores=0,2,4,6
/proc/12879/task/12882/stat : 12882 (manysat1.1_stat) R 12876 12876 12655 0 -1 4202560 1775 0 0 0 2537 0 0 0 25 0 4 0 641288152 62259200 6797 33554432000 134512640 135305190 4291754528 18446744073709551615 134528503 0 0 4096 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 101.35
Current children cumulated vsize (KiB) 69500

[startup+51.1008 s]
/proc/loadavg: 8.07 6.83 3.63 9/359 12883
/proc/meminfo: memFree=6780384/32950928 swapFree=45937192/67111528
[pid=12876] ppid=12874 vsize=8700 CPUtime=0.08 cores=0,2,4,6
/proc/12876/stat : 12876 (manysat.sh) S 12874 12876 12655 0 -1 4202496 357 1286 0 0 0 0 8 0 25 0 1 0 641288140 8908800 253 33554432000 4194304 4922060 140736266450528 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/12876/statm: 2175 253 209 178 0 68 0
[pid=12879] ppid=12876 vsize=74920 CPUtime=203.39 cores=0,2,4,6
/proc/12879/stat : 12879 (manysat1.1_stat) R 12876 12876 12655 0 -1 4202496 9877 0 0 0 20335 4 0 0 25 0 4 0 641288150 76718080 9828 33554432000 134512640 135305190 4291754528 18446744073709551615 134528579 0 0 4096 3 18446744073709551615 0 0 17 6 0 0 0
/proc/12879/statm: 18730 9828 84 194 0 18534 0
[pid=12879/tid=12880] ppid=12876 vsize=74920 CPUtime=50.97 cores=0,2,4,6
/proc/12879/task/12880/stat : 12880 (manysat1.1_stat) R 12876 12876 12655 0 -1 4202560 1697 0 0 0 5097 0 0 0 25 0 4 0 641288152 76718080 9828 33554432000 134512640 135305190 4291754528 18446744073709551615 134528784 0 0 4096 3 0 0 0 -1 2 0 0 0
[pid=12879/tid=12881] ppid=12876 vsize=74920 CPUtime=50.97 cores=0,2,4,6
/proc/12879/task/12881/stat : 12881 (manysat1.1_stat) R 12876 12876 12655 0 -1 4202560 1831 0 0 0 5096 1 0 0 25 0 4 0 641288152 76718080 9828 33554432000 134512640 135305190 4291754528 18446744073709551615 134552302 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=12879/tid=12882] ppid=12876 vsize=74920 CPUtime=50.98 cores=0,2,4,6
/proc/12879/task/12882/stat : 12882 (manysat1.1_stat) R 12876 12876 12655 0 -1 4202560 2815 0 0 0 5097 1 0 0 25 0 4 0 641288152 76718080 9828 33554432000 134512640 135305190 4291754528 18446744073709551615 134528252 0 0 4096 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 203.47
Current children cumulated vsize (KiB) 83620

[startup+102.314 s]
/proc/loadavg: 8.13 7.04 3.87 9/359 12885
/proc/meminfo: memFree=6652884/32950928 swapFree=45937192/67111528
[pid=12876] ppid=12874 vsize=8700 CPUtime=0.08 cores=0,2,4,6
/proc/12876/stat : 12876 (manysat.sh) S 12874 12876 12655 0 -1 4202496 357 1286 0 0 0 0 8 0 25 0 1 0 641288140 8908800 253 33554432000 4194304 4922060 140736266450528 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/12876/statm: 2175 253 209 178 0 68 0
[pid=12879] ppid=12876 vsize=83332 CPUtime=407.66 cores=0,2,4,6
/proc/12879/stat : 12879 (manysat1.1_stat) R 12876 12876 12655 0 -1 4202496 12003 0 0 0 40761 5 0 0 25 0 4 0 641288150 85331968 11954 33554432000 134512640 135305190 4291754528 18446744073709551615 134528768 0 0 4096 3 18446744073709551615 0 0 17 6 0 0 0
/proc/12879/statm: 20833 11954 84 194 0 20637 0
[pid=12879/tid=12880] ppid=12876 vsize=83332 CPUtime=102.18 cores=0,2,4,6
/proc/12879/task/12880/stat : 12880 (manysat1.1_stat) R 12876 12876 12655 0 -1 4202560 2051 0 0 0 10217 1 0 0 25 0 4 0 641288152 85331968 11954 33554432000 134512640 135305190 4291754528 18446744073709551615 134528536 0 0 4096 3 0 0 0 -1 2 0 0 0
[pid=12879/tid=12881] ppid=12876 vsize=83332 CPUtime=102.17 cores=0,2,4,6
/proc/12879/task/12881/stat : 12881 (manysat1.1_stat) R 12876 12876 12655 0 -1 4202560 2743 0 0 0 10216 1 0 0 25 0 4 0 641288152 85331968 11954 33554432000 134512640 135305190 4291754528 18446744073709551615 134528388 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=12879/tid=12882] ppid=12876 vsize=83332 CPUtime=102.19 cores=0,2,4,6
/proc/12879/task/12882/stat : 12882 (manysat1.1_stat) R 12876 12876 12655 0 -1 4202560 3294 0 0 0 10218 1 0 0 25 0 4 0 641288152 85331968 11954 33554432000 134512640 135305190 4291754528 18446744073709551615 134557414 0 0 4096 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 407.74
Current children cumulated vsize (KiB) 92032

[startup+162.301 s]
/proc/loadavg: 8.05 7.21 4.12 9/359 12886
/proc/meminfo: memFree=6568296/32950928 swapFree=45937192/67111528
[pid=12876] ppid=12874 vsize=8700 CPUtime=0.08 cores=0,2,4,6
/proc/12876/stat : 12876 (manysat.sh) S 12874 12876 12655 0 -1 4202496 357 1286 0 0 0 0 8 0 25 0 1 0 641288140 8908800 253 33554432000 4194304 4922060 140736266450528 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/12876/statm: 2175 253 209 178 0 68 0
[pid=12879] ppid=12876 vsize=96220 CPUtime=646.95 cores=0,2,4,6
/proc/12879/stat : 12879 (manysat1.1_stat) R 12876 12876 12655 0 -1 4202496 14971 0 0 0 64687 8 0 0 25 0 4 0 641288150 98529280 14922 33554432000 134512640 135305190 4291754528 18446744073709551615 134539420 0 0 4096 3 18446744073709551615 0 0 17 6 0 0 0
/proc/12879/statm: 24055 14922 84 194 0 23859 0
[pid=12879/tid=12880] ppid=12876 vsize=96220 CPUtime=162.16 cores=0,2,4,6

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

/proc/12879/task/12882/stat : 12882 (manysat1.1_stat) R 12876 12876 12655 0 -1 4202560 9232 0 0 0 82210 7 0 0 25 0 4 0 641288152 155910144 28387 33554432000 134512640 135305190 4291754528 18446744073709551615 134556558 0 0 4096 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3279.67
Current children cumulated vsize (KiB) 160956

[startup+882.301 s]
/proc/loadavg: 8.12 7.93 6.21 9/359 13037
/proc/meminfo: memFree=7966504/32950928 swapFree=45937192/67111528
[pid=12876] ppid=12874 vsize=8700 CPUtime=0.08 cores=0,2,4,6
/proc/12876/stat : 12876 (manysat.sh) S 12874 12876 12655 0 -1 4202496 357 1286 0 0 0 0 8 0 25 0 1 0 641288140 8908800 253 33554432000 4194304 4922060 140736266450528 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/12876/statm: 2175 253 209 178 0 68 0
[pid=12879] ppid=12876 vsize=169164 CPUtime=3518.91 cores=0,2,4,6
/proc/12879/stat : 12879 (manysat1.1_stat) R 12876 12876 12655 0 -1 4202496 32149 0 0 0 351863 28 0 0 25 0 4 0 641288150 173223936 32100 33554432000 134512640 135305190 4291754528 18446744073709551615 134528503 0 0 4096 3 18446744073709551615 0 0 17 6 0 0 0
/proc/12879/statm: 42291 32100 84 194 0 42095 0
[pid=12879/tid=12880] ppid=12876 vsize=169164 CPUtime=882.13 cores=0,2,4,6
/proc/12879/task/12880/stat : 12880 (manysat1.1_stat) R 12876 12876 12655 0 -1 4202560 6533 0 0 0 88209 4 0 0 25 0 4 0 641288152 173223936 32100 33554432000 134512640 135305190 4291754528 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 2 0 0 0
[pid=12879/tid=12881] ppid=12876 vsize=169164 CPUtime=882.01 cores=0,2,4,6
/proc/12879/task/12881/stat : 12881 (manysat1.1_stat) R 12876 12876 12655 0 -1 4202560 6686 0 0 0 88194 7 0 0 25 0 4 0 641288152 173223936 32100 33554432000 134512640 135305190 4291754528 18446744073709551615 134538309 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=12879/tid=12882] ppid=12876 vsize=169164 CPUtime=882.17 cores=0,2,4,6
/proc/12879/task/12882/stat : 12882 (manysat1.1_stat) R 12876 12876 12655 0 -1 4202560 10431 0 0 0 88208 9 0 0 25 0 4 0 641288152 173223936 32100 33554432000 134512640 135305190 4291754528 18446744073709551615 134557407 0 0 4096 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3518.99
Current children cumulated vsize (KiB) 177864

[startup+942.301 s]
/proc/loadavg: 8.26 7.99 6.34 9/359 13039
/proc/meminfo: memFree=7944776/32950928 swapFree=45937192/67111528
[pid=12876] ppid=12874 vsize=8700 CPUtime=0.08 cores=0,2,4,6
/proc/12876/stat : 12876 (manysat.sh) S 12874 12876 12655 0 -1 4202496 357 1286 0 0 0 0 8 0 25 0 1 0 641288140 8908800 253 33554432000 4194304 4922060 140736266450528 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/12876/statm: 2175 253 209 178 0 68 0
[pid=12879] ppid=12876 vsize=171168 CPUtime=3758.23 cores=0,2,4,6
/proc/12879/stat : 12879 (manysat1.1_stat) R 12876 12876 12655 0 -1 4202496 32609 0 0 0 375795 28 0 0 25 0 4 0 641288150 175276032 32560 33554432000 134512640 135305190 4291754528 18446744073709551615 134528298 0 0 4096 3 18446744073709551615 0 0 17 6 0 0 0
/proc/12879/statm: 42792 32560 84 194 0 42596 0
[pid=12879/tid=12880] ppid=12876 vsize=171168 CPUtime=942.12 cores=0,2,4,6
/proc/12879/task/12880/stat : 12880 (manysat1.1_stat) R 12876 12876 12655 0 -1 4202560 6917 0 0 0 94208 4 0 0 25 0 4 0 641288152 175276032 32560 33554432000 134512640 135305190 4291754528 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 2 0 0 0
[pid=12879/tid=12881] ppid=12876 vsize=171168 CPUtime=941.99 cores=0,2,4,6
/proc/12879/task/12881/stat : 12881 (manysat1.1_stat) R 12876 12876 12655 0 -1 4202560 6713 0 0 0 94192 7 0 0 25 0 4 0 641288152 175276032 32560 33554432000 134512640 135305190 4291754528 18446744073709551615 134528277 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=12879/tid=12882] ppid=12876 vsize=171168 CPUtime=942.17 cores=0,2,4,6
/proc/12879/task/12882/stat : 12882 (manysat1.1_stat) R 12876 12876 12655 0 -1 4202560 10453 0 0 0 94208 9 0 0 25 0 4 0 641288152 175276032 32560 33554432000 134512640 135305190 4291754528 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3758.31
Current children cumulated vsize (KiB) 179868

[startup+1002.3 s]
/proc/loadavg: 7.74 7.90 6.41 9/359 13140
/proc/meminfo: memFree=8022676/32950928 swapFree=45937192/67111528
[pid=12876] ppid=12874 vsize=8700 CPUtime=0.08 cores=0,2,4,6
/proc/12876/stat : 12876 (manysat.sh) S 12874 12876 12655 0 -1 4202496 357 1286 0 0 0 0 8 0 25 0 1 0 641288140 8908800 253 33554432000 4194304 4922060 140736266450528 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/12876/statm: 2175 253 209 178 0 68 0
[pid=12879] ppid=12876 vsize=172480 CPUtime=3997.56 cores=0,2,4,6
/proc/12879/stat : 12879 (manysat1.1_stat) R 12876 12876 12655 0 -1 4202496 32898 0 0 0 399724 32 0 0 25 0 4 0 641288150 176619520 32849 33554432000 134512640 135305190 4291754528 18446744073709551615 134570409 0 0 4096 3 18446744073709551615 0 0 17 6 0 0 0
/proc/12879/statm: 43120 32849 84 194 0 42924 0
[pid=12879/tid=12880] ppid=12876 vsize=172480 CPUtime=1002.13 cores=0,2,4,6
/proc/12879/task/12880/stat : 12880 (manysat1.1_stat) R 12876 12876 12655 0 -1 4202560 6993 0 0 0 100208 5 0 0 25 0 4 0 641288152 176619520 32849 33554432000 134512640 135305190 4291754528 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 2 0 0 0
[pid=12879/tid=12881] ppid=12876 vsize=172480 CPUtime=1001.99 cores=0,2,4,6
/proc/12879/task/12881/stat : 12881 (manysat1.1_stat) R 12876 12876 12655 0 -1 4202560 6779 0 0 0 100190 9 0 0 25 0 4 0 641288152 176619520 32849 33554432000 134512640 135305190 4291754528 18446744073709551615 134528536 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=12879/tid=12882] ppid=12876 vsize=172480 CPUtime=1002.17 cores=0,2,4,6
/proc/12879/task/12882/stat : 12882 (manysat1.1_stat) R 12876 12876 12655 0 -1 4202560 10536 0 0 0 100208 9 0 0 25 0 4 0 641288152 176619520 32849 33554432000 134512640 135305190 4291754528 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3997.64
Current children cumulated vsize (KiB) 181180

[startup+1062.3 s]
/proc/loadavg: 8.02 7.94 6.51 9/359 13141
/proc/meminfo: memFree=7820024/32950928 swapFree=45937192/67111528
[pid=12876] ppid=12874 vsize=8700 CPUtime=0.08 cores=0,2,4,6
/proc/12876/stat : 12876 (manysat.sh) S 12874 12876 12655 0 -1 4202496 357 1286 0 0 0 0 8 0 25 0 1 0 641288140 8908800 253 33554432000 4194304 4922060 140736266450528 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/12876/statm: 2175 253 209 178 0 68 0
[pid=12879] ppid=12876 vsize=173812 CPUtime=4236.91 cores=0,2,4,6
/proc/12879/stat : 12879 (manysat1.1_stat) R 12876 12876 12655 0 -1 4202496 33415 0 0 0 423658 33 0 0 25 0 4 0 641288150 177983488 33366 33554432000 134512640 135305190 4291754528 18446744073709551615 134528229 0 0 4096 3 18446744073709551615 0 0 17 6 0 0 0
/proc/12879/statm: 43453 33366 84 194 0 43257 0
[pid=12879/tid=12880] ppid=12876 vsize=173812 CPUtime=1062.12 cores=0,2,4,6
/proc/12879/task/12880/stat : 12880 (manysat1.1_stat) R 12876 12876 12655 0 -1 4202560 7073 0 0 0 106207 5 0 0 25 0 4 0 641288152 177983488 33366 33554432000 134512640 135305190 4291754528 18446744073709551615 134528254 0 0 4096 3 0 0 0 -1 2 0 0 0
[pid=12879/tid=12881] ppid=12876 vsize=173812 CPUtime=1061.97 cores=0,2,4,6
/proc/12879/task/12881/stat : 12881 (manysat1.1_stat) R 12876 12876 12655 0 -1 4202560 6949 0 0 0 106188 9 0 0 25 0 4 0 641288152 177983488 33366 33554432000 134512640 135305190 4291754528 18446744073709551615 134552302 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=12879/tid=12882] ppid=12876 vsize=173812 CPUtime=1062.16 cores=0,2,4,6
/proc/12879/task/12882/stat : 12882 (manysat1.1_stat) R 12876 12876 12655 0 -1 4202560 10674 0 0 0 106207 9 0 0 25 0 4 0 641288152 177983488 33366 33554432000 134512640 135305190 4291754528 18446744073709551615 134528268 0 0 4096 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4236.99
Current children cumulated vsize (KiB) 182512

[startup+1122.3 s]
/proc/loadavg: 8.07 7.97 6.61 9/359 13143
/proc/meminfo: memFree=7654612/32950928 swapFree=45937192/67111528
[pid=12876] ppid=12874 vsize=8700 CPUtime=0.08 cores=0,2,4,6
/proc/12876/stat : 12876 (manysat.sh) S 12874 12876 12655 0 -1 4202496 357 1286 0 0 0 0 8 0 25 0 1 0 641288140 8908800 253 33554432000 4194304 4922060 140736266450528 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/12876/statm: 2175 253 209 178 0 68 0
[pid=12879] ppid=12876 vsize=187224 CPUtime=4476.24 cores=0,2,4,6
/proc/12879/stat : 12879 (manysat1.1_stat) R 12876 12876 12655 0 -1 4202496 36420 0 0 0 447589 35 0 0 25 0 4 0 641288150 191717376 36371 33554432000 134512640 135305190 4291754528 18446744073709551615 134528768 0 0 4096 3 18446744073709551615 0 0 17 6 0 0 0
/proc/12879/statm: 46806 36371 84 194 0 46610 0
[pid=12879/tid=12880] ppid=12876 vsize=187224 CPUtime=1122.13 cores=0,2,4,6
/proc/12879/task/12880/stat : 12880 (manysat1.1_stat) R 12876 12876 12655 0 -1 4202560 7596 0 0 0 112207 6 0 0 25 0 4 0 641288152 191717376 36371 33554432000 134512640 135305190 4291754528 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 2 0 0 0
[pid=12879/tid=12881] ppid=12876 vsize=187224 CPUtime=1121.96 cores=0,2,4,6
/proc/12879/task/12881/stat : 12881 (manysat1.1_stat) R 12876 12876 12655 0 -1 4202560 7523 0 0 0 112187 9 0 0 25 0 4 0 641288152 191717376 36371 33554432000 134512640 135305190 4291754528 18446744073709551615 134528274 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=12879/tid=12882] ppid=12876 vsize=187224 CPUtime=1122.17 cores=0,2,4,6
/proc/12879/task/12882/stat : 12882 (manysat1.1_stat) R 12876 12876 12655 0 -1 4202560 11913 0 0 0 112207 10 0 0 25 0 4 0 641288152 191717376 36371 33554432000 134512640 135305190 4291754528 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4476.32
Current children cumulated vsize (KiB) 195924

[startup+1182.3 s]
/proc/loadavg: 8.08 7.99 6.70 9/359 13144
/proc/meminfo: memFree=7535132/32950928 swapFree=45937192/67111528
[pid=12876] ppid=12874 vsize=8700 CPUtime=0.08 cores=0,2,4,6
/proc/12876/stat : 12876 (manysat.sh) S 12874 12876 12655 0 -1 4202496 357 1286 0 0 0 0 8 0 25 0 1 0 641288140 8908800 253 33554432000 4194304 4922060 140736266450528 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/12876/statm: 2175 253 209 178 0 68 0
[pid=12879] ppid=12876 vsize=191768 CPUtime=4715.58 cores=0,2,4,6
/proc/12879/stat : 12879 (manysat1.1_stat) R 12876 12876 12655 0 -1 4202496 37598 0 0 0 471522 36 0 0 25 0 4 0 641288150 196370432 37549 33554432000 134512640 135305190 4291754528 18446744073709551615 134528229 0 0 4096 3 18446744073709551615 0 0 17 6 0 0 0
/proc/12879/statm: 47942 37549 84 194 0 47746 0
[pid=12879/tid=12880] ppid=12876 vsize=191768 CPUtime=1182.13 cores=0,2,4,6
/proc/12879/task/12880/stat : 12880 (manysat1.1_stat) R 12876 12876 12655 0 -1 4202560 7959 0 0 0 118207 6 0 0 25 0 4 0 641288152 196370432 37549 33554432000 134512640 135305190 4291754528 18446744073709551615 134528520 0 0 4096 3 0 0 0 -1 2 0 0 0
[pid=12879/tid=12881] ppid=12876 vsize=191768 CPUtime=1181.96 cores=0,2,4,6
/proc/12879/task/12881/stat : 12881 (manysat1.1_stat) R 12876 12876 12655 0 -1 4202560 7655 0 0 0 118186 10 0 0 25 0 4 0 641288152 196370432 37549 33554432000 134512640 135305190 4291754528 18446744073709551615 134528768 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=12879/tid=12882] ppid=12876 vsize=191768 CPUtime=1182.17 cores=0,2,4,6
/proc/12879/task/12882/stat : 12882 (manysat1.1_stat) R 12876 12876 12655 0 -1 4202560 12446 0 0 0 118206 11 0 0 25 0 4 0 641288152 196370432 37549 33554432000 134512640 135305190 4291754528 18446744073709551615 134528548 0 0 4096 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4715.66
Current children cumulated vsize (KiB) 200468



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1203.5 s]
/proc/loadavg: 8.05 7.99 6.73 9/359 13145
/proc/meminfo: memFree=7500872/32950928 swapFree=45937192/67111528
[pid=12876] ppid=12874 vsize=8700 CPUtime=0.08 cores=0,2,4,6
/proc/12876/stat : 12876 (manysat.sh) S 12874 12876 12655 0 -1 4202496 357 1286 0 0 0 0 8 0 25 0 1 0 641288140 8908800 253 33554432000 4194304 4922060 140736266450528 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/12876/statm: 2175 253 209 178 0 68 0
[pid=12879] ppid=12876 vsize=192180 CPUtime=4800.15 cores=0,2,4,6
/proc/12879/stat : 12879 (manysat1.1_stat) R 12876 12876 12655 0 -1 4202496 37707 0 0 0 479979 36 0 0 25 0 4 0 641288150 196792320 37658 33554432000 134512640 135305190 4291754528 18446744073709551615 134528252 0 0 4096 3 18446744073709551615 0 0 17 6 0 0 0
/proc/12879/statm: 48045 37658 84 194 0 47849 0
[pid=12879/tid=12880] ppid=12876 vsize=192180 CPUtime=1203.34 cores=0,2,4,6
/proc/12879/task/12880/stat : 12880 (manysat1.1_stat) R 12876 12876 12655 0 -1 4202560 8068 0 0 0 120328 6 0 0 25 0 4 0 641288152 196792320 37658 33554432000 134512640 135305190 4291754528 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 2 0 0 0
[pid=12879/tid=12881] ppid=12876 vsize=192180 CPUtime=1203.17 cores=0,2,4,6
/proc/12879/task/12881/stat : 12881 (manysat1.1_stat) R 12876 12876 12655 0 -1 4202560 7655 0 0 0 120307 10 0 0 25 0 4 0 641288152 196792320 37658 33554432000 134512640 135305190 4291754528 18446744073709551615 134552795 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=12879/tid=12882] ppid=12876 vsize=192180 CPUtime=1203.38 cores=0,2,4,6
/proc/12879/task/12882/stat : 12882 (manysat1.1_stat) R 12876 12876 12655 0 -1 4202560 12446 0 0 0 120327 11 0 0 25 0 4 0 641288152 196792320 37658 33554432000 134512640 135305190 4291754528 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4800.23
Current children cumulated vsize (KiB) 200880

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

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

[startup+1203.5 s]
/proc/loadavg: 8.05 7.99 6.73 9/359 13145
/proc/meminfo: memFree=7500872/32950928 swapFree=45937192/67111528
[pid=12876] ppid=12874 vsize=8700 CPUtime=0.08 cores=0,2,4,6
/proc/12876/stat : 12876 (manysat.sh) S 12874 12876 12655 0 -1 4202496 357 1286 0 0 0 0 8 0 25 0 1 0 641288140 8908800 253 33554432000 4194304 4922060 140736266450528 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/12876/statm: 2175 253 209 178 0 68 0
[pid=12879] ppid=12876 vsize=192180 CPUtime=4800.15 cores=0,2,4,6
/proc/12879/stat : 12879 (manysat1.1_stat) R 12876 12876 12655 0 -1 4202496 37707 0 0 0 479979 36 0 0 25 0 4 0 641288150 196792320 37658 33554432000 134512640 135305190 4291754528 18446744073709551615 134528252 0 0 4096 3 18446744073709551615 0 0 17 6 0 0 0
/proc/12879/statm: 48045 37658 84 194 0 47849 0
[pid=12879/tid=12880] ppid=12876 vsize=192180 CPUtime=1203.34 cores=0,2,4,6
/proc/12879/task/12880/stat : 12880 (manysat1.1_stat) R 12876 12876 12655 0 -1 4202560 8068 0 0 0 120328 6 0 0 25 0 4 0 641288152 196792320 37658 33554432000 134512640 135305190 4291754528 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 2 0 0 0
[pid=12879/tid=12881] ppid=12876 vsize=192180 CPUtime=1203.17 cores=0,2,4,6
/proc/12879/task/12881/stat : 12881 (manysat1.1_stat) R 12876 12876 12655 0 -1 4202560 7655 0 0 0 120307 10 0 0 25 0 4 0 641288152 196792320 37658 33554432000 134512640 135305190 4291754528 18446744073709551615 134552795 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=12879/tid=12882] ppid=12876 vsize=192180 CPUtime=1203.38 cores=0,2,4,6
/proc/12879/task/12882/stat : 12882 (manysat1.1_stat) R 12876 12876 12655 0 -1 4202560 12446 0 0 0 120327 11 0 0 25 0 4 0 641288152 196792320 37658 33554432000 134512640 135305190 4291754528 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4800.23
Current children cumulated vsize (KiB) 200880

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 1203.52
CPU time (s): 4800.23
CPU user time (s): 4799.87
CPU system time (s): 0.36
CPU usage (%): 398.848
Max. virtual memory (cumulated for all children) (KiB): 200880

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.088986
system time used= 0.004999
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1643
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 3.86941 second user time and 9.29159 second system time

The end

Launcher Data

Begin job on node149 at 2011-05-13 16:28:35
IDJOB=3361929
IDBENCH=70775
IDSOLVER=1838
FILE ID=node149/3361929-1305296915
RUNJOBID= node149-1305296390-12673
PBS_JOBID= 13321404
Free space on /tmp= 42168 MiB

SOLVER NAME= ManySAT 1.1 aimd 1/2009-03-20 (4 threads)
BENCH NAME= SAT09/APPLICATIONS/bitverif/countbitsrotate/countbitsrotate032.cnf
COMMAND LINE= manysat.sh BENCHNAME aimd 1
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3361929-1305296915/watcher-3361929-1305296915 -o /tmp/evaluation-result-3361929-1305296915/solver-3361929-1305296915 -C 4800 -W 1300 -M 15500  manysat.sh HOME/instance-3361929-1305296915.cnf aimd 1

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

MD5SUM BENCH= 8d76aa747359ea8ccf15726792949452
RANDOM SEED=1259486140

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:       6950664 kB
Buffers:        263956 kB
Cached:       19294008 kB
SwapCached:      19984 kB
Active:       10550152 kB
Inactive:     14769972 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:       6950664 kB
SwapTotal:    67111528 kB
SwapFree:     45937192 kB
Dirty:            1568 kB
Writeback:           0 kB
AnonPages:     5754676 kB
Mapped:          14508 kB
Slab:           541904 kB
PageTables:      74404 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 81674440 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= 42196 MiB
End job on node149 at 2011-05-13 16:48:40