Trace number 3362333

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

General information on the benchmark

NameSAT03/industrial/goldberg/hard_eq_check/
x1mul.miter.shuffled-as.sat03-359.cnf
MD5SUM9edcffddbe07377cf6685697aafad673
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark16.6405
Satisfiable
(Un)Satisfiability was proved
Number of variables8756
Number of clauses55571
Sum of the clauses size187746
Maximum clause length70
Minimum clause length1
Number of clauses of size 128
Number of clauses of size 212786
Number of clauses of size 325852
Number of clauses of size 40
Number of clauses of size 516904
Number of clauses of size over 51

Solver Data

0.00/0.00	c Parsing...
0.00/0.03	c ==============================================================================
0.00/0.03	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.03	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.03	c ==============================================================================
0.00/0.03	c |         0 |   55513   187620 |   16653       0        0     nan |  0.000 % |
0.00/0.10	c |         0 |   55174   187112 |      --       0       --      -- |     --   | -313/-424
0.00/0.10	c ==============================================================================
0.00/0.10	c Result  :   #vars: 8607   #clauses: 55174   #literals: 187112
0.00/0.10	c CPU time:   0.100984 s
0.00/0.10	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-3362333-1305301302/watcher-3362333-1305301302 -o /tmp/evaluation-result-3362333-1305301302/solver-3362333-1305301302 -C 4800 -W 1300 -M 15500 manysat.sh HOME/instance-3362333-1305301302.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.10 8.09 8.02 5/361 11438
/proc/meminfo: memFree=9276020/32951124 swapFree=67111348/67111528
[pid=11438] ppid=11436 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/11438/stat : 11438 (manysat.sh) S 11436 11438 10886 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 622546021 8908800 250 33554432000 4194304 4922060 140735440872912 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/11438/statm: 2175 250 209 178 0 68 0

[startup+0.0808969 s]
/proc/loadavg: 8.10 8.09 8.02 5/361 11438
/proc/meminfo: memFree=9276020/32951124 swapFree=67111348/67111528
[pid=11438] ppid=11436 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/11438/stat : 11438 (manysat.sh) S 11436 11438 10886 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 622546021 8908800 250 33554432000 4194304 4922060 140735440872912 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/11438/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.100906 s]
/proc/loadavg: 8.10 8.09 8.02 5/361 11438
/proc/meminfo: memFree=9276020/32951124 swapFree=67111348/67111528
[pid=11438] ppid=11436 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/11438/stat : 11438 (manysat.sh) S 11436 11438 10886 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 622546021 8908800 250 33554432000 4194304 4922060 140735440872912 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/11438/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.304442 s]
/proc/loadavg: 8.10 8.09 8.02 5/361 11438
/proc/meminfo: memFree=9276020/32951124 swapFree=67111348/67111528
[pid=11438] ppid=11436 vsize=8700 CPUtime=0.13 cores=0,2,4,6
/proc/11438/stat : 11438 (manysat.sh) S 11436 11438 10886 0 -1 4202496 357 1707 0 0 0 0 13 0 24 0 1 0 622546021 8908800 253 33554432000 4194304 4922060 140735440872912 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/11438/statm: 2175 253 209 178 0 68 0
Current children cumulated CPU time (s) 0.13
Current children cumulated vsize (KiB) 8700

[startup+1.13268 s]
/proc/loadavg: 8.10 8.09 8.02 5/361 11438
/proc/meminfo: memFree=9276020/32951124 swapFree=67111348/67111528
[pid=11438] ppid=11436 vsize=8700 CPUtime=0.13 cores=0,2,4,6
/proc/11438/stat : 11438 (manysat.sh) S 11436 11438 10886 0 -1 4202496 357 1707 0 0 0 0 13 0 24 0 1 0 622546021 8908800 253 33554432000 4194304 4922060 140735440872912 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/11438/statm: 2175 253 209 178 0 68 0
Current children cumulated CPU time (s) 0.13
Current children cumulated vsize (KiB) 8700

[startup+1.50061 s]
/proc/loadavg: 8.10 8.09 8.02 5/361 11438
/proc/meminfo: memFree=9276020/32951124 swapFree=67111348/67111528
[pid=11438] ppid=11436 vsize=8700 CPUtime=0.13 cores=0,2,4,6
/proc/11438/stat : 11438 (manysat.sh) S 11436 11438 10886 0 -1 4202496 357 1707 0 0 0 0 13 0 24 0 1 0 622546021 8908800 253 33554432000 4194304 4922060 140735440872912 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/11438/statm: 2175 253 209 178 0 68 0
Current children cumulated CPU time (s) 0.13
Current children cumulated vsize (KiB) 8700

[startup+3.10032 s]
/proc/loadavg: 8.09 8.09 8.02 9/366 11444
/proc/meminfo: memFree=9236928/32951124 swapFree=67111348/67111528
[pid=11438] ppid=11436 vsize=8700 CPUtime=0.13 cores=0,2,4,6
/proc/11438/stat : 11438 (manysat.sh) S 11436 11438 10886 0 -1 4202496 357 1707 0 0 0 0 13 0 24 0 1 0 622546021 8908800 253 33554432000 4194304 4922060 140735440872912 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/11438/statm: 2175 253 209 178 0 68 0
[pid=11441] ppid=11438 vsize=71832 CPUtime=11.51 cores=0,2,4,6
/proc/11441/stat : 11441 (manysat1.1_stat) R 11438 11438 10886 0 -1 4202496 9653 0 0 0 1146 5 0 0 20 0 4 0 622546036 73555968 9605 33554432000 134512640 135305190 4288164368 18446744073709551615 134528536 0 0 4096 3 18446744073709551615 0 0 17 6 0 0 0
/proc/11441/statm: 17958 9605 84 194 0 17762 0
[pid=11441/tid=11442] ppid=11438 vsize=71832 CPUtime=2.86 cores=0,2,4,6
/proc/11441/task/11442/stat : 11442 (manysat1.1_stat) R 11438 11438 10886 0 -1 4202560 1084 0 0 0 285 1 0 0 24 0 4 0 622546044 73555968 9605 33554432000 134512640 135305190 4288164368 18446744073709551615 134528415 0 0 4096 3 0 0 0 -1 2 0 0 0
[pid=11441/tid=11443] ppid=11438 vsize=71832 CPUtime=2.86 cores=0,2,4,6
/proc/11441/task/11443/stat : 11443 (manysat1.1_stat) R 11438 11438 10886 0 -1 4202560 1476 0 0 0 285 1 0 0 24 0 4 0 622546044 73555968 9605 33554432000 134512640 135305190 4288164368 18446744073709551615 134551930 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=11441/tid=11444] ppid=11438 vsize=71832 CPUtime=2.86 cores=0,2,4,6
/proc/11441/task/11444/stat : 11444 (manysat1.1_stat) R 11438 11438 10886 0 -1 4202560 1428 0 0 0 285 1 0 0 24 0 4 0 622546044 73555968 9605 33554432000 134512640 135305190 4288164368 18446744073709551615 134556839 0 0 4096 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 11.64
Current children cumulated vsize (KiB) 80532

[startup+6.30075 s]
/proc/loadavg: 8.09 8.09 8.02 9/366 11444
/proc/meminfo: memFree=9226464/32951124 swapFree=67111348/67111528
[pid=11438] ppid=11436 vsize=8700 CPUtime=0.13 cores=0,2,4,6
/proc/11438/stat : 11438 (manysat.sh) S 11436 11438 10886 0 -1 4202496 357 1707 0 0 0 0 13 0 24 0 1 0 622546021 8908800 253 33554432000 4194304 4922060 140735440872912 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/11438/statm: 2175 253 209 178 0 68 0
[pid=11441] ppid=11438 vsize=80452 CPUtime=24.26 cores=0,2,4,6
/proc/11441/stat : 11441 (manysat1.1_stat) R 11438 11438 10886 0 -1 4202496 11769 0 0 0 2419 7 0 0 25 0 4 0 622546036 82382848 11721 33554432000 134512640 135305190 4288164368 18446744073709551615 134528768 0 0 4096 3 18446744073709551615 0 0 17 6 0 0 0
/proc/11441/statm: 20113 11721 84 194 0 19917 0
[pid=11441/tid=11442] ppid=11438 vsize=80452 CPUtime=6.05 cores=0,2,4,6
/proc/11441/task/11442/stat : 11442 (manysat1.1_stat) R 11438 11438 10886 0 -1 4202560 1466 0 0 0 604 1 0 0 25 0 4 0 622546044 82382848 11721 33554432000 134512640 135305190 4288164368 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 2 0 0 0
[pid=11441/tid=11443] ppid=11438 vsize=80452 CPUtime=6.05 cores=0,2,4,6
/proc/11441/task/11443/stat : 11443 (manysat1.1_stat) R 11438 11438 10886 0 -1 4202560 2058 0 0 0 604 1 0 0 25 0 4 0 622546044 82382848 11721 33554432000 134512640 135305190 4288164368 18446744073709551615 134551854 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=11441/tid=11444] ppid=11438 vsize=80452 CPUtime=6.06 cores=0,2,4,6
/proc/11441/task/11444/stat : 11444 (manysat1.1_stat) R 11438 11438 10886 0 -1 4202560 2042 0 0 0 604 2 0 0 25 0 4 0 622546044 82382848 11721 33554432000 134512640 135305190 4288164368 18446744073709551615 134551651 0 0 4096 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 24.39
Current children cumulated vsize (KiB) 89152

[startup+12.7006 s]
/proc/loadavg: 8.08 8.09 8.02 9/366 11444
/proc/meminfo: memFree=9212104/32951124 swapFree=67111348/67111528
[pid=11438] ppid=11436 vsize=8700 CPUtime=0.13 cores=0,2,4,6
/proc/11438/stat : 11438 (manysat.sh) S 11436 11438 10886 0 -1 4202496 357 1707 0 0 0 0 13 0 24 0 1 0 622546021 8908800 253 33554432000 4194304 4922060 140735440872912 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/11438/statm: 2175 253 209 178 0 68 0
[pid=11441] ppid=11438 vsize=94624 CPUtime=49.79 cores=0,2,4,6
/proc/11441/stat : 11441 (manysat1.1_stat) R 11438 11438 10886 0 -1 4202496 15258 0 0 0 4970 9 0 0 25 0 4 0 622546036 96894976 15210 33554432000 134512640 135305190 4288164368 18446744073709551615 134528229 0 0 4096 3 18446744073709551615 0 0 17 6 0 0 0
/proc/11441/statm: 23656 15210 84 194 0 23460 0
[pid=11441/tid=11442] ppid=11438 vsize=94624 CPUtime=12.47 cores=0,2,4,6
/proc/11441/task/11442/stat : 11442 (manysat1.1_stat) R 11438 11438 10886 0 -1 4202560 2042 0 0 0 1245 2 0 0 25 0 4 0 622546044 96894976 15211 33554432000 134512640 135305190 4288164368 18446744073709551615 134528189 0 0 4096 3 0 0 0 -1 2 0 0 0
[pid=11441/tid=11443] ppid=11438 vsize=94624 CPUtime=12.46 cores=0,2,4,6
/proc/11441/task/11443/stat : 11443 (manysat1.1_stat) R 11438 11438 10886 0 -1 4202560 2889 0 0 0 1244 2 0 0 19 0 4 0 622546044 96894976 15211 33554432000 134512640 135305190 4288164368 18446744073709551615 134528408 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=11441/tid=11444] ppid=11438 vsize=94624 CPUtime=12.46 cores=0,2,4,6
/proc/11441/task/11444/stat : 11444 (manysat1.1_stat) R 11438 11438 10886 0 -1 4202560 3165 0 0 0 1244 2 0 0 25 0 4 0 622546044 96894976 15211 33554432000 134512640 135305190 4288164368 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 49.92
Current children cumulated vsize (KiB) 103324

[startup+25.5003 s]
/proc/loadavg: 8.06 8.08 8.02 9/366 11444
/proc/meminfo: memFree=9193872/32951124 swapFree=67111348/67111528
[pid=11438] ppid=11436 vsize=8700 CPUtime=0.13 cores=0,2,4,6
/proc/11438/stat : 11438 (manysat.sh) S 11436 11438 10886 0 -1 4202496 357 1707 0 0 0 0 13 0 24 0 1 0 622546021 8908800 253 33554432000 4194304 4922060 140735440872912 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/11438/statm: 2175 253 209 178 0 68 0
[pid=11441] ppid=11438 vsize=112060 CPUtime=100.81 cores=0,2,4,6
/proc/11441/stat : 11441 (manysat1.1_stat) R 11438 11438 10886 0 -1 4202496 19434 0 0 0 10068 13 0 0 25 0 4 0 622546036 114749440 19386 33554432000 134512640 135305190 4288164368 18446744073709551615 134538543 0 0 4096 3 18446744073709551615 0 0 17 6 0 0 0
/proc/11441/statm: 28015 19386 84 194 0 27819 0
[pid=11441/tid=11442] ppid=11438 vsize=112060 CPUtime=25.25 cores=0,2,4,6
/proc/11441/task/11442/stat : 11442 (manysat1.1_stat) R 11438 11438 10886 0 -1 4202560 2918 0 0 0 2522 3 0 0 25 0 4 0 622546044 114749440 19386 33554432000 134512640 135305190 4288164368 18446744073709551615 134528747 0 0 4096 3 0 0 0 -1 2 0 0 0
[pid=11441/tid=11443] ppid=11438 vsize=112060 CPUtime=25.24 cores=0,2,4,6
/proc/11441/task/11443/stat : 11443 (manysat1.1_stat) R 11438 11438 10886 0 -1 4202560 3830 0 0 0 2522 2 0 0 25 0 4 0 622546044 114749440 19386 33554432000 134512640 135305190 4288164368 18446744073709551615 134552923 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=11441/tid=11444] ppid=11438 vsize=112060 CPUtime=25.25 cores=0,2,4,6
/proc/11441/task/11444/stat : 11444 (manysat1.1_stat) R 11438 11438 10886 0 -1 4202560 4345 0 0 0 2522 3 0 0 25 0 4 0 622546044 114749440 19386 33554432000 134512640 135305190 4288164368 18446744073709551615 134570423 0 0 4096 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 100.94
Current children cumulated vsize (KiB) 120760

[startup+51.1007 s]
/proc/loadavg: 8.17 8.11 8.02 9/366 11445
/proc/meminfo: memFree=9153668/32951124 swapFree=67111348/67111528
[pid=11438] ppid=11436 vsize=8700 CPUtime=0.13 cores=0,2,4,6
/proc/11438/stat : 11438 (manysat.sh) S 11436 11438 10886 0 -1 4202496 357 1707 0 0 0 0 13 0 24 0 1 0 622546021 8908800 253 33554432000 4194304 4922060 140735440872912 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/11438/statm: 2175 253 209 178 0 68 0
[pid=11441] ppid=11438 vsize=131236 CPUtime=202.86 cores=0,2,4,6
/proc/11441/stat : 11441 (manysat1.1_stat) R 11438 11438 10886 0 -1 4202496 24050 0 0 0 20268 18 0 0 25 0 4 0 622546036 134385664 24002 33554432000 134512640 135305190 4288164368 18446744073709551615 134557241 0 0 4096 3 18446744073709551615 0 0 17 6 0 0 0
/proc/11441/statm: 32809 24002 84 194 0 32613 0
[pid=11441/tid=11442] ppid=11438 vsize=131236 CPUtime=50.83 cores=0,2,4,6
/proc/11441/task/11442/stat : 11442 (manysat1.1_stat) R 11438 11438 10886 0 -1 4202560 3920 0 0 0 5079 4 0 0 25 0 4 0 622546044 134385664 24002 33554432000 134512640 135305190 4288164368 18446744073709551615 134570407 0 0 4096 3 0 0 0 -1 2 0 0 0
[pid=11441/tid=11443] ppid=11438 vsize=131236 CPUtime=50.84 cores=0,2,4,6
/proc/11441/task/11443/stat : 11443 (manysat1.1_stat) R 11438 11438 10886 0 -1 4202560 5176 0 0 0 5081 3 0 0 25 0 4 0 622546044 134385664 24002 33554432000 134512640 135305190 4288164368 18446744073709551615 134528189 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=11441/tid=11444] ppid=11438 vsize=131236 CPUtime=50.84 cores=0,2,4,6
/proc/11441/task/11444/stat : 11444 (manysat1.1_stat) R 11438 11438 10886 0 -1 4202560 5529 0 0 0 5080 4 0 0 25 0 4 0 622546044 134385664 24002 33554432000 134512640 135305190 4288164368 18446744073709551615 134528242 0 0 4096 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 202.99
Current children cumulated vsize (KiB) 139936

[startup+102.301 s]
/proc/loadavg: 8.19 8.12 8.03 9/366 11446
/proc/meminfo: memFree=9110508/32951124 swapFree=67111348/67111528
[pid=11438] ppid=11436 vsize=8700 CPUtime=0.13 cores=0,2,4,6
/proc/11438/stat : 11438 (manysat.sh) S 11436 11438 10886 0 -1 4202496 357 1707 0 0 0 0 13 0 24 0 1 0 622546021 8908800 253 33554432000 4194304 4922060 140735440872912 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/11438/statm: 2175 253 209 178 0 68 0
[pid=11441] ppid=11438 vsize=165332 CPUtime=406.98 cores=0,2,4,6
/proc/11441/stat : 11441 (manysat1.1_stat) R 11438 11438 10886 0 -1 4202496 32615 0 0 0 40673 25 0 0 25 0 4 0 622546036 169299968 32567 33554432000 134512640 135305190 4288164368 18446744073709551615 134530561 0 0 4096 3 18446744073709551615 0 0 17 6 0 0 0
/proc/11441/statm: 41333 32567 84 194 0 41137 0
[pid=11441/tid=11442] ppid=11438 vsize=165332 CPUtime=102.03 cores=0,2,4,6
/proc/11441/task/11442/stat : 11442 (manysat1.1_stat) R 11438 11438 10886 0 -1 4202560 5833 0 0 0 10196 7 0 0 25 0 4 0 622546044 169299968 32567 33554432000 134512640 135305190 4288164368 18446744073709551615 134528252 0 0 4096 3 0 0 0 -1 2 0 0 0
[pid=11441/tid=11443] ppid=11438 vsize=165332 CPUtime=102.02 cores=0,2,4,6
/proc/11441/task/11443/stat : 11443 (manysat1.1_stat) R 11438 11438 10886 0 -1 4202560 7698 0 0 0 10197 5 0 0 25 0 4 0 622546044 169299968 32567 33554432000 134512640 135305190 4288164368 18446744073709551615 134551860 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=11441/tid=11444] ppid=11438 vsize=165332 CPUtime=102.03 cores=0,2,4,6
/proc/11441/task/11444/stat : 11444 (manysat1.1_stat) R 11438 11438 10886 0 -1 4202560 7441 0 0 0 10197 6 0 0 25 0 4 0 622546044 169299968 32567 33554432000 134512640 135305190 4288164368 18446744073709551615 134528536 0 0 4096 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 407.11
Current children cumulated vsize (KiB) 174032

[startup+162.301 s]
/proc/loadavg: 8.07 8.10 8.02 9/366 11448
/proc/meminfo: memFree=9069440/32951124 swapFree=67111348/67111528
[pid=11438] ppid=11436 vsize=8700 CPUtime=0.13 cores=0,2,4,6
/proc/11438/stat : 11438 (manysat.sh) S 11436 11438 10886 0 -1 4202496 357 1707 0 0 0 0 13 0 24 0 1 0 622546021 8908800 253 33554432000 4194304 4922060 140735440872912 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/11438/statm: 2175 253 209 178 0 68 0
[pid=11441] ppid=11438 vsize=195680 CPUtime=646.19 cores=0,2,4,6
/proc/11441/stat : 11441 (manysat1.1_stat) R 11438 11438 10886 0 -1 4202496 39933 0 0 0 64585 34 0 0 25 0 4 0 622546036 200376320 39885 33554432000 134512640 135305190 4288164368 18446744073709551615 134528229 0 0 4096 3 18446744073709551615 0 0 17 2 0 0 0
/proc/11441/statm: 48920 39885 84 194 0 48724 0
[pid=11441/tid=11442] ppid=11438 vsize=195680 CPUtime=161.84 cores=0,2,4,6
/proc/11441/task/11442/stat : 11442 (manysat1.1_stat) R 11438 11438 10886 0 -1 4202560 7694 0 0 0 16176 8 0 0 25 0 4 0 622546044 200376320 39885 33554432000 134512640 135305190 4288164368 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=11441/tid=11443] ppid=11438 vsize=195680 CPUtime=162.01 cores=0,2,4,6
/proc/11441/task/11443/stat : 11443 (manysat1.1_stat) R 11438 11438 10886 0 -1 4202560 9449 0 0 0 16194 7 0 0 25 0 4 0 622546044 200376320 39885 33554432000 134512640 135305190 4288164368 18446744073709551615 134528548 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=11441/tid=11444] ppid=11438 vsize=195680 CPUtime=162.01 cores=0,2,4,6
/proc/11441/task/11444/stat : 11444 (manysat1.1_stat) R 11438 11438 10886 0 -1 4202560 9100 0 0 0 16193 8 0 0 25 0 4 0 622546044 200376320 39885 33554432000 134512640 135305190 4288164368 18446744073709551615 134528376 0 0 4096 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 646.32
Current children cumulated vsize (KiB) 204380

[startup+222.301 s]

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

/proc/11441/task/11444/stat : 11444 (manysat1.1_stat) R 11438 11438 10886 0 -1 4202560 22323 0 0 0 81942 23 0 0 25 0 4 0 622546044 456699904 98642 33554432000 134512640 135305190 4288164368 18446744073709551615 134528536 0 0 4096 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3278.04
Current children cumulated vsize (KiB) 454696

[startup+882.301 s]
/proc/loadavg: 8.06 8.08 8.02 9/366 11500
/proc/meminfo: memFree=8871120/32951124 swapFree=67111348/67111528
[pid=11438] ppid=11436 vsize=8700 CPUtime=0.13 cores=0,2,4,6
/proc/11438/stat : 11438 (manysat.sh) S 11436 11438 10886 0 -1 4202496 357 1707 0 0 0 0 13 0 24 0 1 0 622546021 8908800 253 33554432000 4194304 4922060 140735440872912 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/11438/statm: 2175 253 209 178 0 68 0
[pid=11441] ppid=11438 vsize=469376 CPUtime=3517.15 cores=0,2,4,6
/proc/11441/stat : 11441 (manysat1.1_stat) R 11438 11438 10886 0 -1 4202496 103993 0 0 0 351610 105 0 0 25 0 4 0 622546036 480641024 103945 33554432000 134512640 135305190 4288164368 18446744073709551615 134538178 0 0 4096 3 18446744073709551615 0 0 17 4 0 0 0
/proc/11441/statm: 117344 103945 84 194 0 117148 0
[pid=11441/tid=11442] ppid=11438 vsize=469376 CPUtime=881.37 cores=0,2,4,6
/proc/11441/task/11442/stat : 11442 (manysat1.1_stat) R 11438 11438 10886 0 -1 4202560 23627 0 0 0 88112 25 0 0 25 0 4 0 622546044 480641024 103945 33554432000 134512640 135305190 4288164368 18446744073709551615 134538154 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=11441/tid=11443] ppid=11438 vsize=469376 CPUtime=878.76 cores=0,2,4,6
/proc/11441/task/11443/stat : 11443 (manysat1.1_stat) R 11438 11438 10886 0 -1 4202560 26749 0 0 0 87845 31 0 0 25 0 4 0 622546044 480641024 103945 33554432000 134512640 135305190 4288164368 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=11441/tid=11444] ppid=11438 vsize=469376 CPUtime=879.63 cores=0,2,4,6
/proc/11441/task/11444/stat : 11444 (manysat1.1_stat) R 11438 11438 10886 0 -1 4202560 23746 0 0 0 87939 24 0 0 25 0 4 0 622546044 480641024 103945 33554432000 134512640 135305190 4288164368 18446744073709551615 134538917 0 0 4096 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3517.28
Current children cumulated vsize (KiB) 478076

[startup+942.314 s]
/proc/loadavg: 8.02 8.06 8.02 9/366 11502
/proc/meminfo: memFree=8808084/32951124 swapFree=67111348/67111528
[pid=11438] ppid=11436 vsize=8700 CPUtime=0.13 cores=0,2,4,6
/proc/11438/stat : 11438 (manysat.sh) S 11436 11438 10886 0 -1 4202496 357 1707 0 0 0 0 13 0 24 0 1 0 622546021 8908800 253 33554432000 4194304 4922060 140735440872912 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/11438/statm: 2175 253 209 178 0 68 0
[pid=11441] ppid=11438 vsize=469684 CPUtime=3756.42 cores=0,2,4,6
/proc/11441/stat : 11441 (manysat1.1_stat) R 11438 11438 10886 0 -1 4202496 104055 0 0 0 375536 106 0 0 25 0 4 0 622546036 480956416 104007 33554432000 134512640 135305190 4288164368 18446744073709551615 134538919 0 0 4096 3 18446744073709551615 0 0 17 4 0 0 0
/proc/11441/statm: 117421 104007 84 194 0 117225 0
[pid=11441/tid=11442] ppid=11438 vsize=469684 CPUtime=941.37 cores=0,2,4,6
/proc/11441/task/11442/stat : 11442 (manysat1.1_stat) R 11438 11438 10886 0 -1 4202560 23627 0 0 0 94112 25 0 0 25 0 4 0 622546044 480956416 104007 33554432000 134512640 135305190 4288164368 18446744073709551615 134557923 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=11441/tid=11443] ppid=11438 vsize=469684 CPUtime=938.03 cores=0,2,4,6
/proc/11441/task/11443/stat : 11443 (manysat1.1_stat) R 11438 11438 10886 0 -1 4202560 26811 0 0 0 93772 31 0 0 25 0 4 0 622546044 480956416 104007 33554432000 134512640 135305190 4288164368 18446744073709551615 134553479 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=11441/tid=11444] ppid=11438 vsize=469684 CPUtime=939.65 cores=0,2,4,6
/proc/11441/task/11444/stat : 11444 (manysat1.1_stat) R 11438 11438 10886 0 -1 4202560 23746 0 0 0 93940 25 0 0 25 0 4 0 622546044 480956416 104007 33554432000 134512640 135305190 4288164368 18446744073709551615 134528506 0 0 4096 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3756.55
Current children cumulated vsize (KiB) 478384

[startup+1002.3 s]
/proc/loadavg: 8.12 8.08 8.02 9/366 11503
/proc/meminfo: memFree=8739236/32951124 swapFree=67111348/67111528
[pid=11438] ppid=11436 vsize=8700 CPUtime=0.13 cores=0,2,4,6
/proc/11438/stat : 11438 (manysat.sh) S 11436 11438 10886 0 -1 4202496 357 1707 0 0 0 0 13 0 24 0 1 0 622546021 8908800 253 33554432000 4194304 4922060 140735440872912 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/11438/statm: 2175 253 209 178 0 68 0
[pid=11441] ppid=11438 vsize=470620 CPUtime=3995.64 cores=0,2,4,6
/proc/11441/stat : 11441 (manysat1.1_stat) R 11438 11438 10886 0 -1 4202496 104233 0 0 0 399457 107 0 0 25 0 4 0 622546036 481914880 104185 33554432000 134512640 135305190 4288164368 18446744073709551615 134530561 0 0 4096 3 18446744073709551615 0 0 17 4 0 0 0
/proc/11441/statm: 117655 104185 84 194 0 117459 0
[pid=11441/tid=11442] ppid=11438 vsize=470620 CPUtime=1001.36 cores=0,2,4,6
/proc/11441/task/11442/stat : 11442 (manysat1.1_stat) R 11438 11438 10886 0 -1 4202560 23654 0 0 0 100111 25 0 0 25 0 4 0 622546044 481914880 104185 33554432000 134512640 135305190 4288164368 18446744073709551615 134528327 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=11441/tid=11443] ppid=11438 vsize=470620 CPUtime=997.29 cores=0,2,4,6
/proc/11441/task/11443/stat : 11443 (manysat1.1_stat) R 11438 11438 10886 0 -1 4202560 26962 0 0 0 99697 32 0 0 25 0 4 0 622546044 481914880 104185 33554432000 134512640 135305190 4288164368 18446744073709551615 134528480 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=11441/tid=11444] ppid=11438 vsize=470620 CPUtime=999.63 cores=0,2,4,6
/proc/11441/task/11444/stat : 11444 (manysat1.1_stat) R 11438 11438 10886 0 -1 4202560 23746 0 0 0 99938 25 0 0 25 0 4 0 622546044 481914880 104185 33554432000 134512640 135305190 4288164368 18446744073709551615 134528263 0 0 4096 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3995.77
Current children cumulated vsize (KiB) 479320

[startup+1062.3 s]
/proc/loadavg: 8.10 8.08 8.02 9/366 11505
/proc/meminfo: memFree=8692204/32951124 swapFree=67111348/67111528
[pid=11438] ppid=11436 vsize=8700 CPUtime=0.13 cores=0,2,4,6
/proc/11438/stat : 11438 (manysat.sh) S 11436 11438 10886 0 -1 4202496 357 1707 0 0 0 0 13 0 24 0 1 0 622546021 8908800 253 33554432000 4194304 4922060 140735440872912 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/11438/statm: 2175 253 209 178 0 68 0
[pid=11441] ppid=11438 vsize=472796 CPUtime=4234.9 cores=0,2,4,6
/proc/11441/stat : 11441 (manysat1.1_stat) R 11438 11438 10886 0 -1 4202496 104932 0 0 0 423381 109 0 0 25 0 4 0 622546036 484143104 104884 33554432000 134512640 135305190 4288164368 18446744073709551615 134528559 0 0 4096 3 18446744073709551615 0 0 17 4 0 0 0
/proc/11441/statm: 118199 104884 84 194 0 118003 0
[pid=11441/tid=11442] ppid=11438 vsize=472796 CPUtime=1061.35 cores=0,2,4,6
/proc/11441/task/11442/stat : 11442 (manysat1.1_stat) R 11438 11438 10886 0 -1 4202560 23816 0 0 0 106109 26 0 0 25 0 4 0 622546044 484143104 104884 33554432000 134512640 135305190 4288164368 18446744073709551615 134528768 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=11441/tid=11443] ppid=11438 vsize=472796 CPUtime=1056.55 cores=0,2,4,6
/proc/11441/task/11443/stat : 11443 (manysat1.1_stat) R 11438 11438 10886 0 -1 4202560 27226 0 0 0 105623 32 0 0 25 0 4 0 622546044 484143104 104884 33554432000 134512640 135305190 4288164368 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=11441/tid=11444] ppid=11438 vsize=472796 CPUtime=1059.63 cores=0,2,4,6
/proc/11441/task/11444/stat : 11444 (manysat1.1_stat) R 11438 11438 10886 0 -1 4202560 23858 0 0 0 105938 25 0 0 23 0 4 0 622546044 484143104 104884 33554432000 134512640 135305190 4288164368 18446744073709551615 134528310 0 0 4096 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4235.03
Current children cumulated vsize (KiB) 481496

[startup+1122.3 s]
/proc/loadavg: 8.06 8.07 8.02 9/366 11507
/proc/meminfo: memFree=8669484/32951124 swapFree=67111348/67111528
[pid=11438] ppid=11436 vsize=8700 CPUtime=0.13 cores=0,2,4,6
/proc/11438/stat : 11438 (manysat.sh) S 11436 11438 10886 0 -1 4202496 357 1707 0 0 0 0 13 0 24 0 1 0 622546021 8908800 253 33554432000 4194304 4922060 140735440872912 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/11438/statm: 2175 253 209 178 0 68 0
[pid=11441] ppid=11438 vsize=486276 CPUtime=4474.19 cores=0,2,4,6
/proc/11441/stat : 11441 (manysat1.1_stat) R 11438 11438 10886 0 -1 4202496 108053 0 0 0 447306 113 0 0 25 0 4 0 622546036 497946624 108005 33554432000 134512640 135305190 4288164368 18446744073709551615 134528252 0 0 4096 3 18446744073709551615 0 0 17 4 0 0 0
/proc/11441/statm: 121569 108005 84 194 0 121373 0
[pid=11441/tid=11442] ppid=11438 vsize=486276 CPUtime=1121.36 cores=0,2,4,6
/proc/11441/task/11442/stat : 11442 (manysat1.1_stat) R 11438 11438 10886 0 -1 4202560 24526 0 0 0 112109 27 0 0 25 0 4 0 622546044 497946624 108005 33554432000 134512640 135305190 4288164368 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=11441/tid=11443] ppid=11438 vsize=486276 CPUtime=1115.84 cores=0,2,4,6
/proc/11441/task/11443/stat : 11443 (manysat1.1_stat) R 11438 11438 10886 0 -1 4202560 28471 0 0 0 111550 34 0 0 25 0 4 0 622546044 497946624 108005 33554432000 134512640 135305190 4288164368 18446744073709551615 134551651 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=11441/tid=11444] ppid=11438 vsize=486276 CPUtime=1119.64 cores=0,2,4,6
/proc/11441/task/11444/stat : 11444 (manysat1.1_stat) R 11438 11438 10886 0 -1 4202560 24569 0 0 0 111938 26 0 0 25 0 4 0 622546044 497946624 108005 33554432000 134512640 135305190 4288164368 18446744073709551615 134528235 0 0 4096 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4474.32
Current children cumulated vsize (KiB) 494976

[startup+1182.3 s]
/proc/loadavg: 8.11 8.09 8.03 9/366 11517
/proc/meminfo: memFree=8634364/32951124 swapFree=67111348/67111528
[pid=11438] ppid=11436 vsize=8700 CPUtime=0.13 cores=0,2,4,6
/proc/11438/stat : 11438 (manysat.sh) S 11436 11438 10886 0 -1 4202496 357 1707 0 0 0 0 13 0 24 0 1 0 622546021 8908800 253 33554432000 4194304 4922060 140735440872912 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/11438/statm: 2175 253 209 178 0 68 0
[pid=11441] ppid=11438 vsize=507816 CPUtime=4713.44 cores=0,2,4,6
/proc/11441/stat : 11441 (manysat1.1_stat) R 11438 11438 10886 0 -1 4202496 113410 0 0 0 471227 117 0 0 25 0 4 0 622546036 520003584 113362 33554432000 134512640 135305190 4288164368 18446744073709551615 134528263 0 0 4096 3 18446744073709551615 0 0 17 4 0 0 0
/proc/11441/statm: 126954 113362 84 194 0 126758 0
[pid=11441/tid=11442] ppid=11438 vsize=507816 CPUtime=1181.36 cores=0,2,4,6
/proc/11441/task/11442/stat : 11442 (manysat1.1_stat) R 11438 11438 10886 0 -1 4202560 26088 0 0 0 118108 28 0 0 25 0 4 0 622546044 520003584 113362 33554432000 134512640 135305190 4288164368 18446744073709551615 134528392 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=11441/tid=11443] ppid=11438 vsize=507816 CPUtime=1175.11 cores=0,2,4,6
/proc/11441/task/11443/stat : 11443 (manysat1.1_stat) R 11438 11438 10886 0 -1 4202560 30269 0 0 0 117475 36 0 0 25 0 4 0 622546044 520003584 113362 33554432000 134512640 135305190 4288164368 18446744073709551615 134538167 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=11441/tid=11444] ppid=11438 vsize=507816 CPUtime=1179.62 cores=0,2,4,6
/proc/11441/task/11444/stat : 11444 (manysat1.1_stat) R 11438 11438 10886 0 -1 4202560 25412 0 0 0 117936 26 0 0 25 0 4 0 622546044 520003584 113362 33554432000 134512640 135305190 4288164368 18446744073709551615 134539423 0 0 4096 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4713.57
Current children cumulated vsize (KiB) 516516



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1204 s]
/proc/loadavg: 8.07 8.08 8.02 10/366 11518
/proc/meminfo: memFree=8625804/32951124 swapFree=67111348/67111528
[pid=11438] ppid=11436 vsize=8700 CPUtime=0.13 cores=0,2,4,6
/proc/11438/stat : 11438 (manysat.sh) S 11436 11438 10886 0 -1 4202496 357 1707 0 0 0 0 13 0 24 0 1 0 622546021 8908800 253 33554432000 4194304 4922060 140735440872912 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/11438/statm: 2175 253 209 178 0 68 0
[pid=11441] ppid=11438 vsize=508852 CPUtime=4800.04 cores=0,2,4,6
/proc/11441/stat : 11441 (manysat1.1_stat) R 11438 11438 10886 0 -1 4202496 113788 0 0 0 479886 118 0 0 25 0 4 0 622546036 521064448 113740 33554432000 134512640 135305190 4288164368 18446744073709551615 134528189 0 0 4096 3 18446744073709551615 0 0 17 4 0 0 0
/proc/11441/statm: 127213 113740 84 194 0 127017 0
[pid=11441/tid=11442] ppid=11438 vsize=508852 CPUtime=1203.09 cores=0,2,4,6
/proc/11441/task/11442/stat : 11442 (manysat1.1_stat) R 11438 11438 10886 0 -1 4202560 26226 0 0 0 120281 28 0 0 25 0 4 0 622546044 521064448 113740 33554432000 134512640 135305190 4288164368 18446744073709551615 134528242 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=11441/tid=11443] ppid=11438 vsize=508852 CPUtime=1196.55 cores=0,2,4,6
/proc/11441/task/11443/stat : 11443 (manysat1.1_stat) R 11438 11438 10886 0 -1 4202560 30269 0 0 0 119619 36 0 0 25 0 4 0 622546044 521064448 113740 33554432000 134512640 135305190 4288164368 18446744073709551615 134551651 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=11441/tid=11444] ppid=11438 vsize=508852 CPUtime=1201.33 cores=0,2,4,6
/proc/11441/task/11444/stat : 11444 (manysat1.1_stat) R 11438 11438 10886 0 -1 4202560 25412 0 0 0 120106 27 0 0 25 0 4 0 622546044 521064448 113740 33554432000 134512640 135305190 4288164368 18446744073709551615 134528573 0 0 4096 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4800.17
Current children cumulated vsize (KiB) 517552

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: 8.07 8.08 8.02 10/366 11518
/proc/meminfo: memFree=8625804/32951124 swapFree=67111348/67111528
[pid=11438] ppid=11436 vsize=8700 CPUtime=0.13 cores=0,2,4,6
/proc/11438/stat : 11438 (manysat.sh) S 11436 11438 10886 0 -1 4202496 357 1707 0 0 0 0 13 0 24 0 1 0 622546021 8908800 253 33554432000 4194304 4922060 140735440872912 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/11438/statm: 2175 253 209 178 0 68 0
[pid=11441] ppid=11438 vsize=508852 CPUtime=4800.04 cores=0,2,4,6
/proc/11441/stat : 11441 (manysat1.1_stat) R 11438 11438 10886 0 -1 4202496 113788 0 0 0 479886 118 0 0 25 0 4 0 622546036 521064448 113740 33554432000 134512640 135305190 4288164368 18446744073709551615 134528189 0 0 4096 3 18446744073709551615 0 0 17 4 0 0 0
/proc/11441/statm: 127213 113740 84 194 0 127017 0
[pid=11441/tid=11442] ppid=11438 vsize=508852 CPUtime=1203.09 cores=0,2,4,6
/proc/11441/task/11442/stat : 11442 (manysat1.1_stat) R 11438 11438 10886 0 -1 4202560 26226 0 0 0 120281 28 0 0 25 0 4 0 622546044 521064448 113740 33554432000 134512640 135305190 4288164368 18446744073709551615 134528242 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=11441/tid=11443] ppid=11438 vsize=508852 CPUtime=1196.55 cores=0,2,4,6
/proc/11441/task/11443/stat : 11443 (manysat1.1_stat) R 11438 11438 10886 0 -1 4202560 30269 0 0 0 119619 36 0 0 25 0 4 0 622546044 521064448 113740 33554432000 134512640 135305190 4288164368 18446744073709551615 134551651 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=11441/tid=11444] ppid=11438 vsize=508852 CPUtime=1201.33 cores=0,2,4,6
/proc/11441/task/11444/stat : 11444 (manysat1.1_stat) R 11438 11438 10886 0 -1 4202560 25412 0 0 0 120106 27 0 0 25 0 4 0 622546044 521064448 113740 33554432000 134512640 135305190 4288164368 18446744073709551615 134528573 0 0 4096 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4800.17
Current children cumulated vsize (KiB) 517552

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 11438 and gives
#  childrusage.ru_utime.tv_sec=0
#  childrusage.ru_utime.tv_usec=138978
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=6998
# CPU time returned by wait4() is 0.145976
# while last known CPU time is 4800.17
#
# 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.17
CPU user time (s): 4798.99
CPU system time (s): 1.18
CPU usage (%): 398.673
Max. virtual memory (cumulated for all children) (KiB): 517552

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.138978
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= 2064
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= 8
involuntary context switches= 7

runsolver used 4.15937 second user time and 10.0885 second system time

The end

Launcher Data

Begin job on node145 at 2011-05-13 17:41:42
IDJOB=3362333
IDBENCH=84211
IDSOLVER=1838
FILE ID=node145/3362333-1305301302
RUNJOBID= node145-1305296390-10904
PBS_JOBID= 13321408
Free space on /tmp= 43228 MiB

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

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

MD5SUM BENCH= 9edcffddbe07377cf6685697aafad673
RANDOM SEED=823199708

node145.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:       9276176 kB
Buffers:        248796 kB
Cached:       17146636 kB
SwapCached:          0 kB
Active:        7527780 kB
Inactive:     15566768 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:       9276176 kB
SwapTotal:    67111528 kB
SwapFree:     67111348 kB
Dirty:            2360 kB
Writeback:           0 kB
AnonPages:     5698584 kB
Mapped:          28012 kB
Slab:           483536 kB
PageTables:      34440 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 79617648 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= 43220 MiB
End job on node145 at 2011-05-13 18:01:48