Trace number 3362335

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.16 1204.04

General information on the benchmark

NameSAT03/industrial/goldberg/hard_eq_check/
k2mul.miter.shuffled-as.sat03-355.cnf
MD5SUM77e0700cbaeeb3d63a4820608fc84761
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark45.3381
Satisfiable
(Un)Satisfiability was proved
Number of variables11680
Number of clauses74581
Sum of the clauses size252050
Maximum clause length86
Minimum clause length1
Number of clauses of size 14
Number of clauses of size 217176
Number of clauses of size 334696
Number of clauses of size 40
Number of clauses of size 522704
Number of clauses of size over 51

Solver Data

0.00/0.00	c Parsing...
0.00/0.04	c ==============================================================================
0.00/0.04	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.04	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.04	c ==============================================================================
0.00/0.04	c |         0 |   74571   252027 |   22371       0        0     nan |  0.000 % |
0.00/0.13	c |         0 |   74138   251460 |      --       0       --      -- |     --   | -431/-560
0.00/0.13	c ==============================================================================
0.00/0.13	c Result  :   #vars: 11529   #clauses: 74138   #literals: 251460
0.00/0.13	c CPU time:   0.12998 s
0.00/0.13	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-3362335-1305301378/watcher-3362335-1305301378 -o /tmp/evaluation-result-3362335-1305301378/solver-3362335-1305301378 -C 4800 -W 1300 -M 15500 manysat.sh HOME/instance-3362335-1305301378.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.15 8.12 8.02 6/368 31716
/proc/meminfo: memFree=10914684/32951124 swapFree=65155552/67111528
[pid=31716] ppid=31714 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/31716/stat : 31716 (manysat.sh) S 31714 31716 31066 0 -1 4202496 329 0 0 0 0 0 0 0 25 0 1 0 622554125 8908800 250 33554432000 4194304 4922060 140735385901488 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/31716/statm: 2175 250 209 178 0 68 0

[startup+0.060597 s]
/proc/loadavg: 8.15 8.12 8.02 6/368 31716
/proc/meminfo: memFree=10914684/32951124 swapFree=65155552/67111528
[pid=31716] ppid=31714 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/31716/stat : 31716 (manysat.sh) S 31714 31716 31066 0 -1 4202496 329 0 0 0 0 0 0 0 25 0 1 0 622554125 8908800 250 33554432000 4194304 4922060 140735385901488 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/31716/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.100594 s]
/proc/loadavg: 8.15 8.12 8.02 6/368 31716
/proc/meminfo: memFree=10914684/32951124 swapFree=65155552/67111528
[pid=31716] ppid=31714 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/31716/stat : 31716 (manysat.sh) S 31714 31716 31066 0 -1 4202496 329 0 0 0 0 0 0 0 25 0 1 0 622554125 8908800 250 33554432000 4194304 4922060 140735385901488 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/31716/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.300581 s]
/proc/loadavg: 8.15 8.12 8.02 6/368 31716
/proc/meminfo: memFree=10914684/32951124 swapFree=65155552/67111528
[pid=31716] ppid=31714 vsize=8700 CPUtime=0.17 cores=0,2,4,6
/proc/31716/stat : 31716 (manysat.sh) S 31714 31716 31066 0 -1 4202496 356 2237 0 0 0 0 17 0 24 0 1 0 622554125 8908800 253 33554432000 4194304 4922060 140735385901488 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/31716/statm: 2175 253 209 178 0 68 0
Current children cumulated CPU time (s) 0.17
Current children cumulated vsize (KiB) 8700

[startup+1.23235 s]
/proc/loadavg: 8.15 8.12 8.02 6/368 31716
/proc/meminfo: memFree=10914684/32951124 swapFree=65155552/67111528
[pid=31716] ppid=31714 vsize=8700 CPUtime=0.17 cores=0,2,4,6
/proc/31716/stat : 31716 (manysat.sh) S 31714 31716 31066 0 -1 4202496 356 2237 0 0 0 0 17 0 24 0 1 0 622554125 8908800 253 33554432000 4194304 4922060 140735385901488 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/31716/statm: 2175 253 209 178 0 68 0
Current children cumulated CPU time (s) 0.17
Current children cumulated vsize (KiB) 8700

[startup+1.5003 s]
/proc/loadavg: 8.15 8.12 8.02 6/368 31716
/proc/meminfo: memFree=10914684/32951124 swapFree=65155552/67111528
[pid=31716] ppid=31714 vsize=8700 CPUtime=0.17 cores=0,2,4,6
/proc/31716/stat : 31716 (manysat.sh) S 31714 31716 31066 0 -1 4202496 356 2237 0 0 0 0 17 0 24 0 1 0 622554125 8908800 253 33554432000 4194304 4922060 140735385901488 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/31716/statm: 2175 253 209 178 0 68 0
Current children cumulated CPU time (s) 0.17
Current children cumulated vsize (KiB) 8700

[startup+3.10102 s]
/proc/loadavg: 8.14 8.11 8.02 10/373 31723
/proc/meminfo: memFree=10876812/32951124 swapFree=65155552/67111528
[pid=31716] ppid=31714 vsize=8700 CPUtime=0.17 cores=0,2,4,6
/proc/31716/stat : 31716 (manysat.sh) S 31714 31716 31066 0 -1 4202496 356 2237 0 0 0 0 17 0 24 0 1 0 622554125 8908800 253 33554432000 4194304 4922060 140735385901488 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/31716/statm: 2175 253 209 178 0 68 0
[pid=31719] ppid=31716 vsize=69804 CPUtime=11.24 cores=0,2,4,6
/proc/31719/stat : 31719 (manysat1.1_stat) R 31716 31716 31066 0 -1 4202496 9159 0 0 0 1119 5 0 0 23 0 4 0 622554144 71479296 9108 33554432000 134512640 135305190 4290774016 18446744073709551615 134556789 0 0 4096 3 18446744073709551615 0 0 17 4 0 0 0
/proc/31719/statm: 17451 9108 84 194 0 17255 0
[pid=31719/tid=31720] ppid=31716 vsize=69804 CPUtime=2.78 cores=0,2,4,6
/proc/31719/task/31720/stat : 31720 (manysat1.1_stat) R 31716 31716 31066 0 -1 4202560 856 0 0 0 277 1 0 0 23 0 4 0 622554155 71479296 9108 33554432000 134512640 135305190 4290774016 18446744073709551615 134528263 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=31719/tid=31721] ppid=31716 vsize=69804 CPUtime=2.76 cores=0,2,4,6
/proc/31719/task/31721/stat : 31721 (manysat1.1_stat) R 31716 31716 31066 0 -1 4202560 920 0 0 0 275 1 0 0 23 0 4 0 622554155 71479296 9108 33554432000 134512640 135305190 4290774016 18446744073709551615 134528503 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=31719/tid=31722] ppid=31716 vsize=69804 CPUtime=2.77 cores=0,2,4,6
/proc/31719/task/31722/stat : 31722 (manysat1.1_stat) R 31716 31716 31066 0 -1 4202560 965 0 0 0 277 0 0 0 24 0 4 0 622554155 71479296 9108 33554432000 134512640 135305190 4290774016 18446744073709551615 134528252 0 0 4096 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 11.41
Current children cumulated vsize (KiB) 78504

[startup+6.30044 s]
/proc/loadavg: 8.21 8.13 8.03 9/373 31723
/proc/meminfo: memFree=10864812/32951124 swapFree=65155552/67111528
[pid=31716] ppid=31714 vsize=8700 CPUtime=0.17 cores=0,2,4,6
/proc/31716/stat : 31716 (manysat.sh) S 31714 31716 31066 0 -1 4202496 356 2237 0 0 0 0 17 0 24 0 1 0 622554125 8908800 253 33554432000 4194304 4922060 140735385901488 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/31716/statm: 2175 253 209 178 0 68 0
[pid=31719] ppid=31716 vsize=81792 CPUtime=23.99 cores=0,2,4,6
/proc/31719/stat : 31719 (manysat1.1_stat) R 31716 31716 31066 0 -1 4202496 12046 0 0 0 2393 6 0 0 25 0 4 0 622554144 83755008 11995 33554432000 134512640 135305190 4290774016 18446744073709551615 134528298 0 0 4096 3 18446744073709551615 0 0 17 4 0 0 0
/proc/31719/statm: 20448 11995 84 194 0 20252 0
[pid=31719/tid=31720] ppid=31716 vsize=81792 CPUtime=5.98 cores=0,2,4,6
/proc/31719/task/31720/stat : 31720 (manysat1.1_stat) R 31716 31716 31066 0 -1 4202560 1301 0 0 0 597 1 0 0 25 0 4 0 622554155 83755008 11995 33554432000 134512640 135305190 4290774016 18446744073709551615 134542034 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=31719/tid=31721] ppid=31716 vsize=81792 CPUtime=5.91 cores=0,2,4,6
/proc/31719/task/31721/stat : 31721 (manysat1.1_stat) R 31716 31716 31066 0 -1 4202560 1811 0 0 0 590 1 0 0 25 0 4 0 622554155 83755008 11995 33554432000 134512640 135305190 4290774016 18446744073709551615 134553275 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=31719/tid=31722] ppid=31716 vsize=81792 CPUtime=5.97 cores=0,2,4,6
/proc/31719/task/31722/stat : 31722 (manysat1.1_stat) R 31716 31716 31066 0 -1 4202560 1861 0 0 0 596 1 0 0 25 0 4 0 622554155 83755008 11995 33554432000 134512640 135305190 4290774016 18446744073709551615 134528341 0 0 4096 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 24.16
Current children cumulated vsize (KiB) 90492

[startup+12.7003 s]
/proc/loadavg: 8.19 8.13 8.03 9/373 31723
/proc/meminfo: memFree=10850948/32951124 swapFree=65155552/67111528
[pid=31716] ppid=31714 vsize=8700 CPUtime=0.17 cores=0,2,4,6
/proc/31716/stat : 31716 (manysat.sh) S 31714 31716 31066 0 -1 4202496 356 2237 0 0 0 0 17 0 24 0 1 0 622554125 8908800 253 33554432000 4194304 4922060 140735385901488 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/31716/statm: 2175 253 209 178 0 68 0
[pid=31719] ppid=31716 vsize=93800 CPUtime=49.56 cores=0,2,4,6
/proc/31719/stat : 31719 (manysat1.1_stat) R 31716 31716 31066 0 -1 4202496 15191 0 0 0 4949 7 0 0 25 0 4 0 622554144 96051200 15140 33554432000 134512640 135305190 4290774016 18446744073709551615 134528557 0 0 4096 3 18446744073709551615 0 0 17 4 0 0 0
/proc/31719/statm: 23450 15140 84 194 0 23254 0
[pid=31719/tid=31720] ppid=31716 vsize=93800 CPUtime=12.39 cores=0,2,4,6
/proc/31719/task/31720/stat : 31720 (manysat1.1_stat) R 31716 31716 31066 0 -1 4202560 1754 0 0 0 1238 1 0 0 25 0 4 0 622554155 96051200 15140 33554432000 134512640 135305190 4290774016 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=31719/tid=31721] ppid=31716 vsize=93800 CPUtime=12.25 cores=0,2,4,6
/proc/31719/task/31721/stat : 31721 (manysat1.1_stat) R 31716 31716 31066 0 -1 4202560 2831 0 0 0 1224 1 0 0 25 0 4 0 622554155 96051200 15140 33554432000 134512640 135305190 4290774016 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=31719/tid=31722] ppid=31716 vsize=93800 CPUtime=12.38 cores=0,2,4,6
/proc/31719/task/31722/stat : 31722 (manysat1.1_stat) R 31716 31716 31066 0 -1 4202560 2697 0 0 0 1237 1 0 0 25 0 4 0 622554155 96051200 15140 33554432000 134512640 135305190 4290774016 18446744073709551615 134556904 0 0 4096 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 49.73
Current children cumulated vsize (KiB) 102500

[startup+25.501 s]
/proc/loadavg: 8.16 8.12 8.03 10/373 31723
/proc/meminfo: memFree=10837168/32951124 swapFree=65155552/67111528
[pid=31716] ppid=31714 vsize=8700 CPUtime=0.17 cores=0,2,4,6
/proc/31716/stat : 31716 (manysat.sh) S 31714 31716 31066 0 -1 4202496 356 2237 0 0 0 0 17 0 24 0 1 0 622554125 8908800 253 33554432000 4194304 4922060 140735385901488 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/31716/statm: 2175 253 209 178 0 68 0
[pid=31719] ppid=31716 vsize=106484 CPUtime=100.55 cores=0,2,4,6
/proc/31719/stat : 31719 (manysat1.1_stat) R 31716 31716 31066 0 -1 4202496 18371 0 0 0 10046 9 0 0 25 0 4 0 622554144 109039616 18320 33554432000 134512640 135305190 4290774016 18446744073709551615 134528189 0 0 4096 3 18446744073709551615 0 0 17 6 0 0 0
/proc/31719/statm: 26621 18320 84 194 0 26425 0
[pid=31719/tid=31720] ppid=31716 vsize=106484 CPUtime=25.17 cores=0,2,4,6
/proc/31719/task/31720/stat : 31720 (manysat1.1_stat) R 31716 31716 31066 0 -1 4202560 2252 0 0 0 2516 1 0 0 25 0 4 0 622554155 109039616 18320 33554432000 134512640 135305190 4290774016 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=31719/tid=31721] ppid=31716 vsize=106484 CPUtime=24.95 cores=0,2,4,6
/proc/31719/task/31721/stat : 31721 (manysat1.1_stat) R 31716 31716 31066 0 -1 4202560 3821 0 0 0 2493 2 0 0 25 0 4 0 622554155 109039616 18320 33554432000 134512640 135305190 4290774016 18446744073709551615 134528263 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=31719/tid=31722] ppid=31716 vsize=106484 CPUtime=25.17 cores=0,2,4,6
/proc/31719/task/31722/stat : 31722 (manysat1.1_stat) R 31716 31716 31066 0 -1 4202560 3597 0 0 0 2515 2 0 0 24 0 4 0 622554155 109039616 18320 33554432000 134512640 135305190 4290774016 18446744073709551615 134528252 0 0 4096 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 100.72
Current children cumulated vsize (KiB) 115184

[startup+51.1004 s]
/proc/loadavg: 8.17 8.12 8.03 9/373 31724
/proc/meminfo: memFree=10810748/32951124 swapFree=65155552/67111528
[pid=31716] ppid=31714 vsize=8700 CPUtime=0.17 cores=0,2,4,6
/proc/31716/stat : 31716 (manysat.sh) S 31714 31716 31066 0 -1 4202496 356 2237 0 0 0 0 17 0 24 0 1 0 622554125 8908800 253 33554432000 4194304 4922060 140735385901488 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/31716/statm: 2175 253 209 178 0 68 0
[pid=31719] ppid=31716 vsize=126304 CPUtime=202.61 cores=0,2,4,6
/proc/31719/stat : 31719 (manysat1.1_stat) R 31716 31716 31066 0 -1 4202496 23153 0 0 0 20247 14 0 0 25 0 4 0 622554144 129335296 23102 33554432000 134512640 135305190 4290774016 18446744073709551615 134528506 0 0 4096 3 18446744073709551615 0 0 17 4 0 0 0
/proc/31719/statm: 31576 23102 84 194 0 31380 0
[pid=31719/tid=31720] ppid=31716 vsize=126304 CPUtime=50.76 cores=0,2,4,6
/proc/31719/task/31720/stat : 31720 (manysat1.1_stat) R 31716 31716 31066 0 -1 4202560 3203 0 0 0 5074 2 0 0 25 0 4 0 622554155 129335296 23102 33554432000 134512640 135305190 4290774016 18446744073709551615 134528603 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=31719/tid=31721] ppid=31716 vsize=126304 CPUtime=50.41 cores=0,2,4,6
/proc/31719/task/31721/stat : 31721 (manysat1.1_stat) R 31716 31716 31066 0 -1 4202560 5313 0 0 0 5038 3 0 0 25 0 4 0 622554155 129335296 23102 33554432000 134512640 135305190 4290774016 18446744073709551615 134528573 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=31719/tid=31722] ppid=31716 vsize=126304 CPUtime=50.76 cores=0,2,4,6
/proc/31719/task/31722/stat : 31722 (manysat1.1_stat) R 31716 31716 31066 0 -1 4202560 4665 0 0 0 5073 3 0 0 25 0 4 0 622554155 129335296 23102 33554432000 134512640 135305190 4290774016 18446744073709551615 134528557 0 0 4096 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 202.78
Current children cumulated vsize (KiB) 135004

[startup+102.3 s]
/proc/loadavg: 8.17 8.13 8.03 9/373 31725
/proc/meminfo: memFree=10772156/32951124 swapFree=65155552/67111528
[pid=31716] ppid=31714 vsize=8700 CPUtime=0.17 cores=0,2,4,6
/proc/31716/stat : 31716 (manysat.sh) S 31714 31716 31066 0 -1 4202496 356 2237 0 0 0 0 17 0 24 0 1 0 622554125 8908800 253 33554432000 4194304 4922060 140735385901488 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/31716/statm: 2175 253 209 178 0 68 0
[pid=31719] ppid=31716 vsize=152736 CPUtime=406.77 cores=0,2,4,6
/proc/31719/stat : 31719 (manysat1.1_stat) R 31716 31716 31066 0 -1 4202496 29453 0 0 0 40655 22 0 0 25 0 4 0 622554144 156401664 29402 33554432000 134512640 135305190 4290774016 18446744073709551615 134556920 0 0 4096 3 18446744073709551615 0 0 17 4 0 0 0
/proc/31719/statm: 38184 29402 84 194 0 37988 0
[pid=31719/tid=31720] ppid=31716 vsize=152736 CPUtime=101.96 cores=0,2,4,6
/proc/31719/task/31720/stat : 31720 (manysat1.1_stat) R 31716 31716 31066 0 -1 4202560 4642 0 0 0 10192 4 0 0 25 0 4 0 622554155 156401664 29402 33554432000 134512640 135305190 4290774016 18446744073709551615 134528406 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=31719/tid=31721] ppid=31716 vsize=152736 CPUtime=100.99 cores=0,2,4,6
/proc/31719/task/31721/stat : 31721 (manysat1.1_stat) R 31716 31716 31066 0 -1 4202560 6913 0 0 0 10094 5 0 0 25 0 4 0 622554155 156401664 29402 33554432000 134512640 135305190 4290774016 18446744073709551615 134530649 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=31719/tid=31722] ppid=31716 vsize=152736 CPUtime=101.96 cores=0,2,4,6
/proc/31719/task/31722/stat : 31722 (manysat1.1_stat) R 31716 31716 31066 0 -1 4202560 6291 0 0 0 10191 5 0 0 25 0 4 0 622554155 156401664 29402 33554432000 134512640 135305190 4290774016 18446744073709551615 134528617 0 0 4096 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 406.94
Current children cumulated vsize (KiB) 161436

[startup+162.301 s]
/proc/loadavg: 8.22 8.15 8.04 9/373 31727
/proc/meminfo: memFree=10742112/32951124 swapFree=65155552/67111528
[pid=31716] ppid=31714 vsize=8700 CPUtime=0.17 cores=0,2,4,6
/proc/31716/stat : 31716 (manysat.sh) S 31714 31716 31066 0 -1 4202496 356 2237 0 0 0 0 17 0 24 0 1 0 622554125 8908800 253 33554432000 4194304 4922060 140735385901488 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/31716/statm: 2175 253 209 178 0 68 0
[pid=31719] ppid=31716 vsize=179652 CPUtime=646.08 cores=0,2,4,6
/proc/31719/stat : 31719 (manysat1.1_stat) R 31716 31716 31066 0 -1 4202496 35964 0 0 0 64579 29 0 0 25 0 4 0 622554144 183963648 35913 33554432000 134512640 135305190 4290774016 18446744073709551615 134528298 0 0 4096 3 18446744073709551615 0 0 17 4 0 0 0
/proc/31719/statm: 44913 35913 84 194 0 44717 0
[pid=31719/tid=31720] ppid=31716 vsize=179652 CPUtime=161.96 cores=0,2,4,6
/proc/31719/task/31720/stat : 31720 (manysat1.1_stat) R 31716 31716 31066 0 -1 4202560 6096 0 0 0 16190 6 0 0 25 0 4 0 622554155 183963648 35913 33554432000 134512640 135305190 4290774016 18446744073709551615 134556807 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=31719/tid=31721] ppid=31716 vsize=179652 CPUtime=160.28 cores=0,2,4,6
/proc/31719/task/31721/stat : 31721 (manysat1.1_stat) R 31716 31716 31066 0 -1 4202560 8280 0 0 0 16022 6 0 0 25 0 4 0 622554155 183963648 35913 33554432000 134512640 135305190 4290774016 18446744073709551615 134528189 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=31719/tid=31722] ppid=31716 vsize=179652 CPUtime=161.97 cores=0,2,4,6
/proc/31719/task/31722/stat : 31722 (manysat1.1_stat) R 31716 31716 31066 0 -1 4202560 8274 0 0 0 16190 7 0 0 25 0 4 0 622554155 183963648 35913 33554432000 134512640 135305190 4290774016 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 646.25
Current children cumulated vsize (KiB) 188352

[startup+222.301 s]

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

/proc/31719/task/31722/stat : 31722 (manysat1.1_stat) R 31716 31716 31066 0 -1 4202560 20387 0 0 0 81900 23 0 0 25 0 4 0 622554155 383733760 82873 33554432000 134512640 135305190 4290774016 18446744073709551615 134551651 0 0 4096 3 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3278.07
Current children cumulated vsize (KiB) 383440

[startup+882.301 s]
/proc/loadavg: 8.09 8.10 8.06 10/373 31746
/proc/meminfo: memFree=10447580/32951124 swapFree=65155552/67111528
[pid=31716] ppid=31714 vsize=8700 CPUtime=0.17 cores=0,2,4,6
/proc/31716/stat : 31716 (manysat.sh) S 31714 31716 31066 0 -1 4202496 356 2237 0 0 0 0 17 0 24 0 1 0 622554125 8908800 253 33554432000 4194304 4922060 140735385901488 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/31716/statm: 2175 253 209 178 0 68 0
[pid=31719] ppid=31716 vsize=381352 CPUtime=3517.11 cores=0,2,4,6
/proc/31719/stat : 31719 (manysat1.1_stat) R 31716 31716 31066 0 -1 4202496 84338 0 0 0 351622 89 0 0 25 0 4 0 622554144 390504448 84284 33554432000 134512640 135305190 4290774016 18446744073709551615 134528298 0 0 4096 3 18446744073709551615 0 0 17 2 0 0 0
/proc/31719/statm: 95338 84284 84 194 0 95142 0
[pid=31719/tid=31720] ppid=31716 vsize=381352 CPUtime=881.86 cores=0,2,4,6
/proc/31719/task/31720/stat : 31720 (manysat1.1_stat) R 31716 31716 31066 0 -1 4202560 17890 0 0 0 88167 19 0 0 25 0 4 0 622554155 390504448 84284 33554432000 134512640 135305190 4290774016 18446744073709551615 134538165 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=31719/tid=31721] ppid=31716 vsize=381352 CPUtime=876.53 cores=0,2,4,6
/proc/31719/task/31721/stat : 31721 (manysat1.1_stat) R 31716 31716 31066 0 -1 4202560 20000 0 0 0 87633 20 0 0 25 0 4 0 622554155 390504448 84284 33554432000 134512640 135305190 4290774016 18446744073709551615 134538154 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=31719/tid=31722] ppid=31716 vsize=381352 CPUtime=878.51 cores=0,2,4,6
/proc/31719/task/31722/stat : 31722 (manysat1.1_stat) R 31716 31716 31066 0 -1 4202560 20538 0 0 0 87828 23 0 0 25 0 4 0 622554155 390504448 84284 33554432000 134512640 135305190 4290774016 18446744073709551615 134551729 0 0 4096 3 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3517.28
Current children cumulated vsize (KiB) 390052

[startup+942.313 s]
/proc/loadavg: 8.01 8.06 8.04 9/373 31814
/proc/meminfo: memFree=10608196/32951124 swapFree=65155552/67111528
[pid=31716] ppid=31714 vsize=8700 CPUtime=0.17 cores=0,2,4,6
/proc/31716/stat : 31716 (manysat.sh) S 31714 31716 31066 0 -1 4202496 356 2237 0 0 0 0 17 0 24 0 1 0 622554125 8908800 253 33554432000 4194304 4922060 140735385901488 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/31716/statm: 2175 253 209 178 0 68 0
[pid=31719] ppid=31716 vsize=392108 CPUtime=3756.4 cores=0,2,4,6
/proc/31719/stat : 31719 (manysat1.1_stat) R 31716 31716 31066 0 -1 4202496 86883 0 0 0 375545 95 0 0 25 0 4 0 622554144 401518592 86829 33554432000 134512640 135305190 4290774016 18446744073709551615 134547909 0 0 4096 3 18446744073709551615 0 0 17 2 0 0 0
/proc/31719/statm: 98027 86829 84 194 0 97831 0
[pid=31719/tid=31720] ppid=31716 vsize=392108 CPUtime=941.18 cores=0,2,4,6
/proc/31719/task/31720/stat : 31720 (manysat1.1_stat) R 31716 31716 31066 0 -1 4202560 19013 0 0 0 94098 20 0 0 25 0 4 0 622554155 401518592 86829 33554432000 134512640 135305190 4290774016 18446744073709551615 134528480 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=31719/tid=31721] ppid=31716 vsize=392108 CPUtime=936.52 cores=0,2,4,6
/proc/31719/task/31721/stat : 31721 (manysat1.1_stat) R 31716 31716 31066 0 -1 4202560 20424 0 0 0 93631 21 0 0 25 0 4 0 622554155 401518592 86829 33554432000 134512640 135305190 4290774016 18446744073709551615 134528503 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=31719/tid=31722] ppid=31716 vsize=392108 CPUtime=938.45 cores=0,2,4,6
/proc/31719/task/31722/stat : 31722 (manysat1.1_stat) R 31716 31716 31066 0 -1 4202560 20886 0 0 0 93821 24 0 0 25 0 4 0 622554155 401518592 86829 33554432000 134512640 135305190 4290774016 18446744073709551615 134528557 0 0 4096 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3756.57
Current children cumulated vsize (KiB) 400808

[startup+1002.3 s]
/proc/loadavg: 8.00 8.04 8.04 9/373 31815
/proc/meminfo: memFree=10512184/32951124 swapFree=65155552/67111528
[pid=31716] ppid=31714 vsize=8700 CPUtime=0.17 cores=0,2,4,6
/proc/31716/stat : 31716 (manysat.sh) S 31714 31716 31066 0 -1 4202496 356 2237 0 0 0 0 17 0 24 0 1 0 622554125 8908800 253 33554432000 4194304 4922060 140735385901488 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/31716/statm: 2175 253 209 178 0 68 0
[pid=31719] ppid=31716 vsize=453140 CPUtime=3995.64 cores=0,2,4,6
/proc/31719/stat : 31719 (manysat1.1_stat) R 31716 31716 31066 0 -1 4202496 102073 0 0 0 399457 107 0 0 25 0 4 0 622554144 464015360 102019 33554432000 134512640 135305190 4290774016 18446744073709551615 134528536 0 0 4096 3 18446744073709551615 0 0 17 2 0 0 0
/proc/31719/statm: 113285 102019 84 194 0 113089 0
[pid=31719/tid=31720] ppid=31716 vsize=453140 CPUtime=1000.47 cores=0,2,4,6
/proc/31719/task/31720/stat : 31720 (manysat1.1_stat) R 31716 31716 31066 0 -1 4202560 21780 0 0 0 100024 23 0 0 25 0 4 0 622554155 464015360 102019 33554432000 134512640 135305190 4290774016 18446744073709551615 134528545 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=31719/tid=31721] ppid=31716 vsize=453140 CPUtime=996.51 cores=0,2,4,6
/proc/31719/task/31721/stat : 31721 (manysat1.1_stat) R 31716 31716 31066 0 -1 4202560 25166 0 0 0 99626 25 0 0 25 0 4 0 622554155 464015360 102019 33554432000 134512640 135305190 4290774016 18446744073709551615 134528489 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=31719/tid=31722] ppid=31716 vsize=453140 CPUtime=998.44 cores=0,2,4,6
/proc/31719/task/31722/stat : 31722 (manysat1.1_stat) R 31716 31716 31066 0 -1 4202560 24835 0 0 0 99817 27 0 0 25 0 4 0 622554155 464015360 102019 33554432000 134512640 135305190 4290774016 18446744073709551615 134538530 0 0 4096 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3995.81
Current children cumulated vsize (KiB) 461840

[startup+1062.3 s]
/proc/loadavg: 8.17 8.08 8.05 9/373 31817
/proc/meminfo: memFree=10483228/32951124 swapFree=65155552/67111528
[pid=31716] ppid=31714 vsize=8700 CPUtime=0.17 cores=0,2,4,6
/proc/31716/stat : 31716 (manysat.sh) S 31714 31716 31066 0 -1 4202496 356 2237 0 0 0 0 17 0 24 0 1 0 622554125 8908800 253 33554432000 4194304 4922060 140735385901488 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/31716/statm: 2175 253 209 178 0 68 0
[pid=31719] ppid=31716 vsize=457796 CPUtime=4234.86 cores=0,2,4,6
/proc/31719/stat : 31719 (manysat1.1_stat) R 31716 31716 31066 0 -1 4202496 103341 0 0 0 423376 110 0 0 25 0 4 0 622554144 468783104 103287 33554432000 134512640 135305190 4290774016 18446744073709551615 134528388 0 0 4096 3 18446744073709551615 0 0 17 2 0 0 0
/proc/31719/statm: 114449 103287 84 194 0 114253 0
[pid=31719/tid=31720] ppid=31716 vsize=457796 CPUtime=1059.76 cores=0,2,4,6
/proc/31719/task/31720/stat : 31720 (manysat1.1_stat) R 31716 31716 31066 0 -1 4202560 22086 0 0 0 105952 24 0 0 25 0 4 0 622554155 468783104 103287 33554432000 134512640 135305190 4290774016 18446744073709551615 134551729 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=31719/tid=31721] ppid=31716 vsize=457796 CPUtime=1056.49 cores=0,2,4,6
/proc/31719/task/31721/stat : 31721 (manysat1.1_stat) R 31716 31716 31066 0 -1 4202560 25262 0 0 0 105623 26 0 0 25 0 4 0 622554155 468783104 103287 33554432000 134512640 135305190 4290774016 18446744073709551615 134528415 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=31719/tid=31722] ppid=31716 vsize=457796 CPUtime=1058.42 cores=0,2,4,6
/proc/31719/task/31722/stat : 31722 (manysat1.1_stat) R 31716 31716 31066 0 -1 4202560 25601 0 0 0 105814 28 0 0 25 0 4 0 622554155 468783104 103287 33554432000 134512640 135305190 4290774016 18446744073709551615 134528263 0 0 4096 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4235.03
Current children cumulated vsize (KiB) 466496

[startup+1122.3 s]
/proc/loadavg: 8.26 8.11 8.06 9/373 31827
/proc/meminfo: memFree=10447816/32951124 swapFree=65155552/67111528
[pid=31716] ppid=31714 vsize=8700 CPUtime=0.17 cores=0,2,4,6
/proc/31716/stat : 31716 (manysat.sh) S 31714 31716 31066 0 -1 4202496 356 2237 0 0 0 0 17 0 24 0 1 0 622554125 8908800 253 33554432000 4194304 4922060 140735385901488 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/31716/statm: 2175 253 209 178 0 68 0
[pid=31719] ppid=31716 vsize=466012 CPUtime=4474.09 cores=0,2,4,6
/proc/31719/stat : 31719 (manysat1.1_stat) R 31716 31716 31066 0 -1 4202496 104879 0 0 0 447295 114 0 0 25 0 4 0 622554144 477196288 104825 33554432000 134512640 135305190 4290774016 18446744073709551615 134528254 0 0 4096 3 18446744073709551615 0 0 17 2 0 0 0
/proc/31719/statm: 116503 104825 84 194 0 116307 0
[pid=31719/tid=31720] ppid=31716 vsize=466012 CPUtime=1119.04 cores=0,2,4,6
/proc/31719/task/31720/stat : 31720 (manysat1.1_stat) R 31716 31716 31066 0 -1 4202560 22491 0 0 0 111879 25 0 0 25 0 4 0 622554155 477196288 104825 33554432000 134512640 135305190 4290774016 18446744073709551615 134528252 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=31719/tid=31721] ppid=31716 vsize=466012 CPUtime=1116.47 cores=0,2,4,6
/proc/31719/task/31721/stat : 31721 (manysat1.1_stat) R 31716 31716 31066 0 -1 4202560 25739 0 0 0 111620 27 0 0 25 0 4 0 622554155 477196288 104825 33554432000 134512640 135305190 4290774016 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=31719/tid=31722] ppid=31716 vsize=466012 CPUtime=1118.4 cores=0,2,4,6
/proc/31719/task/31722/stat : 31722 (manysat1.1_stat) R 31716 31716 31066 0 -1 4202560 25890 0 0 0 111810 30 0 0 25 0 4 0 622554155 477196288 104825 33554432000 134512640 135305190 4290774016 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4474.26
Current children cumulated vsize (KiB) 474712

[startup+1182.3 s]
/proc/loadavg: 6.38 7.66 7.91 5/364 31880
/proc/meminfo: memFree=10616368/32951124 swapFree=65155552/67111528
[pid=31716] ppid=31714 vsize=8700 CPUtime=0.17 cores=0,2,4,6
/proc/31716/stat : 31716 (manysat.sh) S 31714 31716 31066 0 -1 4202496 356 2237 0 0 0 0 17 0 24 0 1 0 622554125 8908800 253 33554432000 4194304 4922060 140735385901488 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/31716/statm: 2175 253 209 178 0 68 0
[pid=31719] ppid=31716 vsize=478236 CPUtime=4713.36 cores=0,2,4,6
/proc/31719/stat : 31719 (manysat1.1_stat) R 31716 31716 31066 0 -1 4202496 107906 0 0 0 471213 123 0 0 25 0 4 0 622554144 489713664 107852 33554432000 134512640 135305190 4290774016 18446744073709551615 134528520 0 0 4096 3 18446744073709551615 0 0 17 2 0 0 0
/proc/31719/statm: 119559 107852 84 194 0 119363 0
[pid=31719/tid=31720] ppid=31716 vsize=478236 CPUtime=1178.33 cores=0,2,4,6
/proc/31719/task/31720/stat : 31720 (manysat1.1_stat) R 31716 31716 31066 0 -1 4202560 23819 0 0 0 117804 29 0 0 25 0 4 0 622554155 489713664 107852 33554432000 134512640 135305190 4290774016 18446744073709551615 134528277 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=31719/tid=31721] ppid=31716 vsize=478236 CPUtime=1176.43 cores=0,2,4,6
/proc/31719/task/31721/stat : 31721 (manysat1.1_stat) R 31716 31716 31066 0 -1 4202560 26849 0 0 0 117613 30 0 0 25 0 4 0 622554155 489713664 107852 33554432000 134512640 135305190 4290774016 18446744073709551615 134528277 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=31719/tid=31722] ppid=31716 vsize=478236 CPUtime=1178.39 cores=0,2,4,6
/proc/31719/task/31722/stat : 31722 (manysat1.1_stat) R 31716 31716 31066 0 -1 4202560 26153 0 0 0 117809 30 0 0 25 0 4 0 622554155 489713664 107852 33554432000 134512640 135305190 4290774016 18446744073709551615 134528263 0 0 4096 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4713.53
Current children cumulated vsize (KiB) 486936



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1204 s]
/proc/loadavg: 6.32 7.56 7.87 9/373 31895
/proc/meminfo: memFree=10478376/32951124 swapFree=65155552/67111528
[pid=31716] ppid=31714 vsize=8700 CPUtime=0.17 cores=0,2,4,6
/proc/31716/stat : 31716 (manysat.sh) S 31714 31716 31066 0 -1 4202496 356 2237 0 0 0 0 17 0 24 0 1 0 622554125 8908800 253 33554432000 4194304 4922060 140735385901488 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/31716/statm: 2175 253 209 178 0 68 0
[pid=31719] ppid=31716 vsize=484828 CPUtime=4799.99 cores=0,2,4,6
/proc/31719/stat : 31719 (manysat1.1_stat) R 31716 31716 31066 0 -1 4202496 109402 0 0 0 479871 128 0 0 25 0 4 0 622554144 496463872 109348 33554432000 134512640 135305190 4290774016 18446744073709551615 134528252 0 0 4096 3 18446744073709551615 0 0 17 2 0 0 0
/proc/31719/statm: 121207 109348 84 194 0 121011 0
[pid=31719/tid=31720] ppid=31716 vsize=484828 CPUtime=1199.79 cores=0,2,4,6
/proc/31719/task/31720/stat : 31720 (manysat1.1_stat) R 31716 31716 31066 0 -1 4202560 24319 0 0 0 119948 31 0 0 25 0 4 0 622554155 496463872 109348 33554432000 134512640 135305190 4290774016 18446744073709551615 134557241 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=31719/tid=31721] ppid=31716 vsize=484828 CPUtime=1198.16 cores=0,2,4,6
/proc/31719/task/31721/stat : 31721 (manysat1.1_stat) R 31716 31716 31066 0 -1 4202560 27262 0 0 0 119784 32 0 0 25 0 4 0 622554155 496463872 109348 33554432000 134512640 135305190 4290774016 18446744073709551615 134541935 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=31719/tid=31722] ppid=31716 vsize=484828 CPUtime=1200.12 cores=0,2,4,6
/proc/31719/task/31722/stat : 31722 (manysat1.1_stat) R 31716 31716 31066 0 -1 4202560 26394 0 0 0 119981 31 0 0 25 0 4 0 622554155 496463872 109348 33554432000 134512640 135305190 4290774016 18446744073709551615 134528254 0 0 4096 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4800.16
Current children cumulated vsize (KiB) 493528

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

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

[startup+1204 s]
/proc/loadavg: 6.32 7.56 7.87 9/373 31895
/proc/meminfo: memFree=10478376/32951124 swapFree=65155552/67111528
[pid=31716] ppid=31714 vsize=8700 CPUtime=0.17 cores=0,2,4,6
/proc/31716/stat : 31716 (manysat.sh) S 31714 31716 31066 0 -1 4202496 356 2237 0 0 0 0 17 0 24 0 1 0 622554125 8908800 253 33554432000 4194304 4922060 140735385901488 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/31716/statm: 2175 253 209 178 0 68 0
[pid=31719] ppid=31716 vsize=484828 CPUtime=4799.99 cores=0,2,4,6
/proc/31719/stat : 31719 (manysat1.1_stat) R 31716 31716 31066 0 -1 4202496 109402 0 0 0 479871 128 0 0 25 0 4 0 622554144 496463872 109348 33554432000 134512640 135305190 4290774016 18446744073709551615 134528252 0 0 4096 3 18446744073709551615 0 0 17 2 0 0 0
/proc/31719/statm: 121207 109348 84 194 0 121011 0
[pid=31719/tid=31720] ppid=31716 vsize=484828 CPUtime=1199.79 cores=0,2,4,6
/proc/31719/task/31720/stat : 31720 (manysat1.1_stat) R 31716 31716 31066 0 -1 4202560 24319 0 0 0 119948 31 0 0 25 0 4 0 622554155 496463872 109348 33554432000 134512640 135305190 4290774016 18446744073709551615 134557241 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=31719/tid=31721] ppid=31716 vsize=484828 CPUtime=1198.16 cores=0,2,4,6
/proc/31719/task/31721/stat : 31721 (manysat1.1_stat) R 31716 31716 31066 0 -1 4202560 27262 0 0 0 119784 32 0 0 25 0 4 0 622554155 496463872 109348 33554432000 134512640 135305190 4290774016 18446744073709551615 134541935 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=31719/tid=31722] ppid=31716 vsize=484828 CPUtime=1200.12 cores=0,2,4,6
/proc/31719/task/31722/stat : 31722 (manysat1.1_stat) R 31716 31716 31066 0 -1 4202560 26394 0 0 0 119981 31 0 0 25 0 4 0 622554155 496463872 109348 33554432000 134512640 135305190 4290774016 18446744073709551615 134528254 0 0 4096 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4800.16
Current children cumulated vsize (KiB) 493528

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 1204.04
CPU time (s): 4800.16
CPU user time (s): 4798.88
CPU system time (s): 1.28
CPU usage (%): 398.672
Max. virtual memory (cumulated for all children) (KiB): 493528

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.179972
system time used= 0.006998
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2593
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 6
involuntary context switches= 5

runsolver used 4.19336 second user time and 10.0415 second system time

The end

Launcher Data

Begin job on node146 at 2011-05-13 17:42:59
IDJOB=3362335
IDBENCH=84215
IDSOLVER=1838
FILE ID=node146/3362335-1305301378
RUNJOBID= node146-1305296390-31085
PBS_JOBID= 13321407
Free space on /tmp= 41412 MiB

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

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

MD5SUM BENCH= 77e0700cbaeeb3d63a4820608fc84761
RANDOM SEED=1259486140

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      10914964 kB
Buffers:        221432 kB
Cached:        5859948 kB
SwapCached:       9684 kB
Active:       11571524 kB
Inactive:     10127292 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      10914964 kB
SwapTotal:    67111528 kB
SwapFree:     65155552 kB
Dirty:            2752 kB
Writeback:           0 kB
AnonPages:    15614900 kB
Mapped:          22804 kB
Slab:           214276 kB
PageTables:      58868 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 81950204 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= 41396 MiB
End job on node146 at 2011-05-13 18:03:05