Trace number 3362223

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.2 1204.93

General information on the benchmark

Nameapplication/fuhs/slp-synthesis-AES/
slp-synthesis-aes-bottom26.cnf
MD5SUM98fee1752ddf8cd7cd77925ecf4bfe6e
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables73074
Number of clauses245746
Sum of the clauses size628346
Maximum clause length2232
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2124096
Number of clauses of size 3120415
Number of clauses of size 4350
Number of clauses of size 524
Number of clauses of size over 5860

Solver Data

0.00/0.00	c Parsing...
0.00/0.11	c ==============================================================================
0.00/0.11	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.11	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.11	c ==============================================================================
0.00/0.11	c |         0 |  230230   592644 |   69068       0        0     nan |  0.000 % |
0.00/0.97	c |         0 |  161055   599091 |      --       0       --      -- |     --   | -69175/6447
0.00/0.97	c ==============================================================================
0.00/0.97	c Result  :   #vars: 29052   #clauses: 161055   #literals: 599091
0.00/0.97	c CPU time:   0.947855 s
0.00/0.97	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-3362223-1305299852/watcher-3362223-1305299852 -o /tmp/evaluation-result-3362223-1305299852/solver-3362223-1305299852 -C 4800 -W 1300 -M 15500 manysat.sh HOME/instance-3362223-1305299852.cnf aimd 1 

running on 4 cores: 1,3,5,7

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


[startup+0 s]
/proc/loadavg: 7.99 8.02 7.81 5/368 31541
/proc/meminfo: memFree=9279140/32951124 swapFree=65155552/67111528
[pid=31541] ppid=31539 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/31541/stat : 31541 (manysat.sh) S 31539 31541 31066 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 622401453 8908800 250 33554432000 4194304 4922060 140733334918416 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/31541/statm: 2175 250 209 178 0 68 0

[startup+0.046488 s]
/proc/loadavg: 7.99 8.02 7.81 5/368 31541
/proc/meminfo: memFree=9279140/32951124 swapFree=65155552/67111528
[pid=31541] ppid=31539 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/31541/stat : 31541 (manysat.sh) S 31539 31541 31066 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 622401453 8908800 250 33554432000 4194304 4922060 140733334918416 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/31541/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.100481 s]
/proc/loadavg: 7.99 8.02 7.81 5/368 31541
/proc/meminfo: memFree=9279140/32951124 swapFree=65155552/67111528
[pid=31541] ppid=31539 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/31541/stat : 31541 (manysat.sh) S 31539 31541 31066 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 622401453 8908800 250 33554432000 4194304 4922060 140733334918416 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/31541/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.300444 s]
/proc/loadavg: 7.99 8.02 7.81 5/368 31541
/proc/meminfo: memFree=9279140/32951124 swapFree=65155552/67111528
[pid=31541] ppid=31539 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/31541/stat : 31541 (manysat.sh) S 31539 31541 31066 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 622401453 8908800 250 33554432000 4194304 4922060 140733334918416 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/31541/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.700372 s]
/proc/loadavg: 7.99 8.02 7.81 5/368 31541
/proc/meminfo: memFree=9279140/32951124 swapFree=65155552/67111528
[pid=31541] ppid=31539 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/31541/stat : 31541 (manysat.sh) S 31539 31541 31066 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 622401453 8908800 250 33554432000 4194304 4922060 140733334918416 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/31541/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.5002 s]
/proc/loadavg: 7.99 8.02 7.81 6/370 31543
/proc/meminfo: memFree=9236344/32951124 swapFree=65155552/67111528
[pid=31541] ppid=31539 vsize=8700 CPUtime=1.09 cores=1,3,5,7
/proc/31541/stat : 31541 (manysat.sh) S 31539 31541 31066 0 -1 4202496 357 10387 0 0 0 0 106 3 18 0 1 0 622401453 8908800 253 33554432000 4194304 4922060 140733334918416 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/31541/statm: 2175 253 209 178 0 68 0
Current children cumulated CPU time (s) 1.09
Current children cumulated vsize (KiB) 8700

[startup+3.10091 s]
/proc/loadavg: 7.99 8.02 7.81 10/373 31547
/proc/meminfo: memFree=9208800/32951124 swapFree=65155552/67111528
[pid=31541] ppid=31539 vsize=8700 CPUtime=1.09 cores=1,3,5,7
/proc/31541/stat : 31541 (manysat.sh) S 31539 31541 31066 0 -1 4202496 357 10387 0 0 0 0 106 3 18 0 1 0 622401453 8908800 253 33554432000 4194304 4922060 140733334918416 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/31541/statm: 2175 253 209 178 0 68 0
[pid=31544] ppid=31541 vsize=100084 CPUtime=7.33 cores=1,3,5,7
/proc/31544/stat : 31544 (manysat1.1_stat) R 31541 31541 31066 0 -1 4202496 16238 0 0 0 721 12 0 0 20 0 4 0 622401563 102486016 16191 33554432000 134512640 135305190 4294859040 18446744073709551615 134528268 0 0 4096 3 18446744073709551615 0 0 17 5 0 0 0
/proc/31544/statm: 25021 16191 84 194 0 24825 0
[pid=31544/tid=31545] ppid=31541 vsize=100084 CPUtime=1.77 cores=1,3,5,7
/proc/31544/task/31545/stat : 31545 (manysat1.1_stat) R 31541 31541 31066 0 -1 4202560 1060 0 0 0 175 2 0 0 20 0 4 0 622401584 102486016 16191 33554432000 134512640 135305190 4294859040 18446744073709551615 134528256 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=31544/tid=31546] ppid=31541 vsize=100084 CPUtime=1.76 cores=1,3,5,7
/proc/31544/task/31546/stat : 31546 (manysat1.1_stat) R 31541 31541 31066 0 -1 4202560 1204 0 0 0 174 2 0 0 19 0 4 0 622401584 102486016 16191 33554432000 134512640 135305190 4294859040 18446744073709551615 134553519 0 0 4096 3 0 0 0 -1 7 0 0 0
[pid=31544/tid=31547] ppid=31541 vsize=100084 CPUtime=1.78 cores=1,3,5,7
/proc/31544/task/31547/stat : 31547 (manysat1.1_stat) R 31541 31541 31066 0 -1 4202560 1188 0 0 0 176 2 0 0 20 0 4 0 622401584 102486016 16191 33554432000 134512640 135305190 4294859040 18446744073709551615 134528189 0 0 4096 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 8.42
Current children cumulated vsize (KiB) 108784

[startup+6.30034 s]
/proc/loadavg: 8.07 8.03 7.82 9/373 31547
/proc/meminfo: memFree=9191412/32951124 swapFree=65155552/67111528
[pid=31541] ppid=31539 vsize=8700 CPUtime=1.09 cores=1,3,5,7
/proc/31541/stat : 31541 (manysat.sh) S 31539 31541 31066 0 -1 4202496 357 10387 0 0 0 0 106 3 18 0 1 0 622401453 8908800 253 33554432000 4194304 4922060 140733334918416 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/31541/statm: 2175 253 209 178 0 68 0
[pid=31544] ppid=31541 vsize=112532 CPUtime=20.08 cores=1,3,5,7
/proc/31544/stat : 31544 (manysat1.1_stat) R 31541 31541 31066 0 -1 4202496 19637 0 0 0 1994 14 0 0 25 0 4 0 622401563 115232768 19590 33554432000 134512640 135305190 4294859040 18446744073709551615 134528229 0 0 4096 3 18446744073709551615 0 0 17 5 0 0 0
/proc/31544/statm: 28133 19590 84 194 0 27937 0
[pid=31544/tid=31545] ppid=31541 vsize=112532 CPUtime=4.98 cores=1,3,5,7
/proc/31544/task/31545/stat : 31545 (manysat1.1_stat) R 31541 31541 31066 0 -1 4202560 1639 0 0 0 495 3 0 0 25 0 4 0 622401584 115232768 19590 33554432000 134512640 135305190 4294859040 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=31544/tid=31546] ppid=31541 vsize=112532 CPUtime=4.92 cores=1,3,5,7
/proc/31544/task/31546/stat : 31546 (manysat1.1_stat) R 31541 31541 31066 0 -1 4202560 2154 0 0 0 489 3 0 0 18 0 4 0 622401584 115232768 19590 33554432000 134512640 135305190 4294859040 18446744073709551615 134554608 0 0 4096 3 0 0 0 -1 7 0 0 0
[pid=31544/tid=31547] ppid=31541 vsize=112532 CPUtime=4.98 cores=1,3,5,7
/proc/31544/task/31547/stat : 31547 (manysat1.1_stat) R 31541 31541 31066 0 -1 4202560 2086 0 0 0 495 3 0 0 25 0 4 0 622401584 115232768 19590 33554432000 134512640 135305190 4294859040 18446744073709551615 134528224 0 0 4096 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 21.17
Current children cumulated vsize (KiB) 121232

[startup+12.7012 s]
/proc/loadavg: 8.06 8.03 7.82 9/373 31547
/proc/meminfo: memFree=9168120/32951124 swapFree=65155552/67111528
[pid=31541] ppid=31539 vsize=8700 CPUtime=1.09 cores=1,3,5,7
/proc/31541/stat : 31541 (manysat.sh) S 31539 31541 31066 0 -1 4202496 357 10387 0 0 0 0 106 3 18 0 1 0 622401453 8908800 253 33554432000 4194304 4922060 140733334918416 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/31541/statm: 2175 253 209 178 0 68 0
[pid=31544] ppid=31541 vsize=136288 CPUtime=45.6 cores=1,3,5,7
/proc/31544/stat : 31544 (manysat1.1_stat) R 31541 31541 31066 0 -1 4202496 25215 0 0 0 4543 17 0 0 25 0 4 0 622401563 139558912 25168 33554432000 134512640 135305190 4294859040 18446744073709551615 134551651 0 0 4096 3 18446744073709551615 0 0 17 5 0 0 0
/proc/31544/statm: 34072 25168 84 194 0 33876 0
[pid=31544/tid=31545] ppid=31541 vsize=136288 CPUtime=11.37 cores=1,3,5,7
/proc/31544/task/31545/stat : 31545 (manysat1.1_stat) R 31541 31541 31066 0 -1 4202560 2563 0 0 0 1134 3 0 0 25 0 4 0 622401584 139558912 25168 33554432000 134512640 135305190 4294859040 18446744073709551615 134528329 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=31544/tid=31546] ppid=31541 vsize=136288 CPUtime=11.24 cores=1,3,5,7
/proc/31544/task/31546/stat : 31546 (manysat1.1_stat) R 31541 31541 31066 0 -1 4202560 4168 0 0 0 1120 4 0 0 25 0 4 0 622401584 139558912 25168 33554432000 134512640 135305190 4294859040 18446744073709551615 134528444 0 0 4096 3 0 0 0 -1 7 0 0 0
[pid=31544/tid=31547] ppid=31541 vsize=136288 CPUtime=11.37 cores=1,3,5,7
/proc/31544/task/31547/stat : 31547 (manysat1.1_stat) R 31541 31541 31066 0 -1 4202560 3357 0 0 0 1134 3 0 0 25 0 4 0 622401584 139558912 25168 33554432000 134512640 135305190 4294859040 18446744073709551615 134528392 0 0 4096 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 46.69
Current children cumulated vsize (KiB) 144988

[startup+25.5009 s]
/proc/loadavg: 8.05 8.03 7.82 9/373 31547
/proc/meminfo: memFree=9123068/32951124 swapFree=65155552/67111528
[pid=31541] ppid=31539 vsize=8700 CPUtime=1.09 cores=1,3,5,7
/proc/31541/stat : 31541 (manysat.sh) S 31539 31541 31066 0 -1 4202496 357 10387 0 0 0 0 106 3 18 0 1 0 622401453 8908800 253 33554432000 4194304 4922060 140733334918416 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/31541/statm: 2175 253 209 178 0 68 0
[pid=31544] ppid=31541 vsize=164028 CPUtime=96.63 cores=1,3,5,7
/proc/31544/stat : 31544 (manysat1.1_stat) R 31541 31541 31066 0 -1 4202496 32157 0 0 0 9639 24 0 0 25 0 4 0 622401563 167964672 32110 33554432000 134512640 135305190 4294859040 18446744073709551615 134528480 0 0 4096 3 18446744073709551615 0 0 17 5 0 0 0
/proc/31544/statm: 41007 32110 84 194 0 40811 0
[pid=31544/tid=31545] ppid=31541 vsize=164028 CPUtime=24.17 cores=1,3,5,7
/proc/31544/task/31545/stat : 31545 (manysat1.1_stat) R 31541 31541 31066 0 -1 4202560 3811 0 0 0 2413 4 0 0 25 0 4 0 622401584 167964672 32110 33554432000 134512640 135305190 4294859040 18446744073709551615 134530601 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=31544/tid=31546] ppid=31541 vsize=164028 CPUtime=23.89 cores=1,3,5,7
/proc/31544/task/31546/stat : 31546 (manysat1.1_stat) R 31541 31541 31066 0 -1 4202560 6179 0 0 0 2383 6 0 0 25 0 4 0 622401584 167964672 32110 33554432000 134512640 135305190 4294859040 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 7 0 0 0
[pid=31544/tid=31547] ppid=31541 vsize=164028 CPUtime=24.16 cores=1,3,5,7
/proc/31544/task/31547/stat : 31547 (manysat1.1_stat) R 31541 31541 31066 0 -1 4202560 5201 0 0 0 2410 6 0 0 25 0 4 0 622401584 167964672 32110 33554432000 134512640 135305190 4294859040 18446744073709551615 134551697 0 0 4096 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 97.72
Current children cumulated vsize (KiB) 172728

[startup+51.1003 s]
/proc/loadavg: 8.23 8.08 7.84 9/373 31548
/proc/meminfo: memFree=9006036/32951124 swapFree=65155552/67111528
[pid=31541] ppid=31539 vsize=8700 CPUtime=1.09 cores=1,3,5,7
/proc/31541/stat : 31541 (manysat.sh) S 31539 31541 31066 0 -1 4202496 357 10387 0 0 0 0 106 3 18 0 1 0 622401453 8908800 253 33554432000 4194304 4922060 140733334918416 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/31541/statm: 2175 253 209 178 0 68 0
[pid=31544] ppid=31541 vsize=205172 CPUtime=198.69 cores=1,3,5,7
/proc/31544/stat : 31544 (manysat1.1_stat) R 31541 31541 31066 0 -1 4202496 42499 0 0 0 19838 31 0 0 25 0 4 0 622401563 210096128 42452 33554432000 134512640 135305190 4294859040 18446744073709551615 134530636 0 0 4096 3 18446744073709551615 0 0 17 5 0 0 0
/proc/31544/statm: 51293 42452 84 194 0 51097 0
[pid=31544/tid=31545] ppid=31541 vsize=205172 CPUtime=49.76 cores=1,3,5,7
/proc/31544/task/31545/stat : 31545 (manysat1.1_stat) R 31541 31541 31066 0 -1 4202560 5722 0 0 0 4970 6 0 0 25 0 4 0 622401584 210096128 42452 33554432000 134512640 135305190 4294859040 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=31544/tid=31546] ppid=31541 vsize=205172 CPUtime=49.18 cores=1,3,5,7
/proc/31544/task/31546/stat : 31546 (manysat1.1_stat) R 31541 31541 31066 0 -1 4202560 9385 0 0 0 4911 7 0 0 25 0 4 0 622401584 210096128 42452 33554432000 134512640 135305190 4294859040 18446744073709551615 134530561 0 0 4096 3 0 0 0 -1 7 0 0 0
[pid=31544/tid=31547] ppid=31541 vsize=205172 CPUtime=49.75 cores=1,3,5,7
/proc/31544/task/31547/stat : 31547 (manysat1.1_stat) R 31541 31541 31066 0 -1 4202560 7680 0 0 0 4968 7 0 0 25 0 4 0 622401584 210096128 42452 33554432000 134512640 135305190 4294859040 18446744073709551615 134528254 0 0 4096 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 199.78
Current children cumulated vsize (KiB) 213872

[startup+102.314 s]
/proc/loadavg: 8.21 8.09 7.85 9/373 31549
/proc/meminfo: memFree=8942644/32951124 swapFree=65155552/67111528
[pid=31541] ppid=31539 vsize=8700 CPUtime=1.09 cores=1,3,5,7
/proc/31541/stat : 31541 (manysat.sh) S 31539 31541 31066 0 -1 4202496 357 10387 0 0 0 0 106 3 18 0 1 0 622401453 8908800 253 33554432000 4194304 4922060 140733334918416 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/31541/statm: 2175 253 209 178 0 68 0
[pid=31544] ppid=31541 vsize=244780 CPUtime=402.86 cores=1,3,5,7
/proc/31544/stat : 31544 (manysat1.1_stat) R 31541 31541 31066 0 -1 4202496 52378 0 0 0 40246 40 0 0 25 0 4 0 622401563 250654720 52331 33554432000 134512640 135305190 4294859040 18446744073709551615 134528189 0 0 4096 3 18446744073709551615 0 0 17 5 0 0 0
/proc/31544/statm: 61195 52331 84 194 0 60999 0
[pid=31544/tid=31545] ppid=31541 vsize=244780 CPUtime=100.92 cores=1,3,5,7
/proc/31544/task/31545/stat : 31545 (manysat1.1_stat) R 31541 31541 31066 0 -1 4202560 7824 0 0 0 10085 7 0 0 25 0 4 0 622401584 250654720 52331 33554432000 134512640 135305190 4294859040 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 7 0 0 0
[pid=31544/tid=31546] ppid=31541 vsize=244780 CPUtime=99.8 cores=1,3,5,7
/proc/31544/task/31546/stat : 31546 (manysat1.1_stat) R 31541 31541 31066 0 -1 4202560 11689 0 0 0 9971 9 0 0 25 0 4 0 622401584 250654720 52331 33554432000 134512640 135305190 4294859040 18446744073709551615 134528837 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=31544/tid=31547] ppid=31541 vsize=244780 CPUtime=100.93 cores=1,3,5,7
/proc/31544/task/31547/stat : 31547 (manysat1.1_stat) R 31541 31541 31066 0 -1 4202560 10260 0 0 0 10083 10 0 0 25 0 4 0 622401584 250654720 52331 33554432000 134512640 135305190 4294859040 18446744073709551615 134528181 0 0 4096 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 403.95
Current children cumulated vsize (KiB) 253480

[startup+162.3 s]
/proc/loadavg: 8.08 8.07 7.86 5/367 31552
/proc/meminfo: memFree=10735080/32951124 swapFree=65155552/67111528
[pid=31541] ppid=31539 vsize=8700 CPUtime=1.09 cores=1,3,5,7
/proc/31541/stat : 31541 (manysat.sh) S 31539 31541 31066 0 -1 4202496 357 10387 0 0 0 0 106 3 18 0 1 0 622401453 8908800 253 33554432000 4194304 4922060 140733334918416 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/31541/statm: 2175 253 209 178 0 68 0
[pid=31544] ppid=31541 vsize=316076 CPUtime=642.03 cores=1,3,5,7
/proc/31544/stat : 31544 (manysat1.1_stat) R 31541 31541 31066 0 -1 4202496 69963 0 0 0 64148 55 0 0 25 0 4 0 622401563 323661824 69916 33554432000 134512640 135305190 4294859040 18446744073709551615 134528229 0 0 4096 3 18446744073709551615 0 0 17 5 0 0 0
/proc/31544/statm: 79019 69916 84 194 0 78823 0
[pid=31544/tid=31545] ppid=31541 vsize=316076 CPUtime=160.2 cores=1,3,5,7
/proc/31544/task/31545/stat : 31545 (manysat1.1_stat) R 31541 31541 31066 0 -1 4202560 11652 0 0 0 16009 11 0 0 25 0 4 0 622401584 323661824 69916 33554432000 134512640 135305190 4294859040 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 7 0 0 0
[pid=31544/tid=31546] ppid=31541 vsize=316076 CPUtime=159.79 cores=1,3,5,7
/proc/31544/task/31546/stat : 31546 (manysat1.1_stat) R 31541 31541 31066 0 -1 4202560 16714 0 0 0 15967 12 0 0 25 0 4 0 622401584 323661824 69916 33554432000 134512640 135305190 4294859040 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=31544/tid=31547] ppid=31541 vsize=316076 CPUtime=160.87 cores=1,3,5,7
/proc/31544/task/31547/stat : 31547 (manysat1.1_stat) R 31541 31541 31066 0 -1 4202560 14291 0 0 0 16074 13 0 0 25 0 4 0 622401584 323661824 69916 33554432000 134512640 135305190 4294859040 18446744073709551615 134528503 0 0 4096 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 643.12
Current children cumulated vsize (KiB) 324776

[startup+222.301 s]

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

/proc/31544/task/31547/stat : 31547 (manysat1.1_stat) R 31541 31541 31066 0 -1 4202560 31227 0 0 0 82028 34 0 0 25 0 4 0 622401584 650764288 148640 33554432000 134512640 135305190 4294859040 18446744073709551615 134528319 0 0 4096 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3274.6
Current children cumulated vsize (KiB) 644212

[startup+882.301 s]
/proc/loadavg: 8.05 8.10 7.98 9/373 31639
/proc/meminfo: memFree=10102604/32951124 swapFree=65155552/67111528
[pid=31541] ppid=31539 vsize=8700 CPUtime=1.09 cores=1,3,5,7
/proc/31541/stat : 31541 (manysat.sh) S 31539 31541 31066 0 -1 4202496 357 10387 0 0 0 0 106 3 18 0 1 0 622401453 8908800 253 33554432000 4194304 4922060 140733334918416 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/31541/statm: 2175 253 209 178 0 68 0
[pid=31544] ppid=31541 vsize=687972 CPUtime=3512.79 cores=1,3,5,7
/proc/31544/stat : 31544 (manysat1.1_stat) R 31541 31541 31066 0 -1 4202496 161523 0 0 0 351132 147 0 0 25 0 4 0 622401563 704483328 161476 33554432000 134512640 135305190 4294859040 18446744073709551615 134528603 0 0 4096 3 18446744073709551615 0 0 17 7 0 0 0
/proc/31544/statm: 171993 161476 84 194 0 171797 0
[pid=31544/tid=31545] ppid=31541 vsize=687972 CPUtime=878.15 cores=1,3,5,7
/proc/31544/task/31545/stat : 31545 (manysat1.1_stat) R 31541 31541 31066 0 -1 4202560 29697 0 0 0 87787 28 0 0 25 0 4 0 622401584 704483328 161476 33554432000 134512640 135305190 4294859040 18446744073709551615 134528768 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=31544/tid=31546] ppid=31541 vsize=687972 CPUtime=875.96 cores=1,3,5,7
/proc/31544/task/31546/stat : 31546 (manysat1.1_stat) R 31541 31541 31066 0 -1 4202560 45855 0 0 0 87557 39 0 0 25 0 4 0 622401584 704483328 161476 33554432000 134512640 135305190 4294859040 18446744073709551615 134528768 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=31544/tid=31547] ppid=31541 vsize=687972 CPUtime=880.6 cores=1,3,5,7
/proc/31544/task/31547/stat : 31547 (manysat1.1_stat) R 31541 31541 31066 0 -1 4202560 33964 0 0 0 88023 37 0 0 25 0 4 0 622401584 704483328 161476 33554432000 134512640 135305190 4294859040 18446744073709551615 134548079 0 0 4096 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3513.88
Current children cumulated vsize (KiB) 696672

[startup+942.301 s]
/proc/loadavg: 8.06 8.09 7.99 9/373 31641
/proc/meminfo: memFree=10024592/32951124 swapFree=65155552/67111528
[pid=31541] ppid=31539 vsize=8700 CPUtime=1.09 cores=1,3,5,7
/proc/31541/stat : 31541 (manysat.sh) S 31539 31541 31066 0 -1 4202496 357 10387 0 0 0 0 106 3 18 0 1 0 622401453 8908800 253 33554432000 4194304 4922060 140733334918416 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/31541/statm: 2175 253 209 178 0 68 0
[pid=31544] ppid=31541 vsize=754092 CPUtime=3751.95 cores=1,3,5,7
/proc/31544/stat : 31544 (manysat1.1_stat) R 31541 31541 31066 0 -1 4202496 177628 0 0 0 375033 162 0 0 25 0 4 0 622401563 772190208 177581 33554432000 134512640 135305190 4294859040 18446744073709551615 134528376 0 0 4096 3 18446744073709551615 0 0 17 5 0 0 0
/proc/31544/statm: 188523 177581 84 194 0 188327 0
[pid=31544/tid=31545] ppid=31541 vsize=754092 CPUtime=937.71 cores=1,3,5,7
/proc/31544/task/31545/stat : 31545 (manysat1.1_stat) R 31541 31541 31066 0 -1 4202560 32592 0 0 0 93740 31 0 0 25 0 4 0 622401584 772190208 177581 33554432000 134512640 135305190 4294859040 18446744073709551615 134528376 0 0 4096 3 0 0 0 -1 7 0 0 0
[pid=31544/tid=31546] ppid=31541 vsize=754092 CPUtime=935.92 cores=1,3,5,7
/proc/31544/task/31546/stat : 31546 (manysat1.1_stat) R 31541 31541 31066 0 -1 4202560 51103 0 0 0 93547 45 0 0 25 0 4 0 622401584 772190208 177581 33554432000 134512640 135305190 4294859040 18446744073709551615 134528402 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=31544/tid=31547] ppid=31541 vsize=754092 CPUtime=940.55 cores=1,3,5,7
/proc/31544/task/31547/stat : 31547 (manysat1.1_stat) R 31541 31541 31066 0 -1 4202560 37428 0 0 0 94015 40 0 0 25 0 4 0 622401584 772190208 177581 33554432000 134512640 135305190 4294859040 18446744073709551615 134556789 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3753.04
Current children cumulated vsize (KiB) 762792

[startup+1002.3 s]
/proc/loadavg: 8.09 8.09 7.99 9/373 31642
/proc/meminfo: memFree=10016012/32951124 swapFree=65155552/67111528
[pid=31541] ppid=31539 vsize=8700 CPUtime=1.09 cores=1,3,5,7
/proc/31541/stat : 31541 (manysat.sh) S 31539 31541 31066 0 -1 4202496 357 10387 0 0 0 0 106 3 18 0 1 0 622401453 8908800 253 33554432000 4194304 4922060 140733334918416 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/31541/statm: 2175 253 209 178 0 68 0
[pid=31544] ppid=31541 vsize=754696 CPUtime=3991.17 cores=1,3,5,7
/proc/31544/stat : 31544 (manysat1.1_stat) R 31541 31541 31066 0 -1 4202496 177778 0 0 0 398954 163 0 0 25 0 4 0 622401563 772808704 177731 33554432000 134512640 135305190 4294859040 18446744073709551615 134528280 0 0 4096 3 18446744073709551615 0 0 17 5 0 0 0
/proc/31544/statm: 188674 177731 84 194 0 188478 0
[pid=31544/tid=31545] ppid=31541 vsize=754696 CPUtime=996.99 cores=1,3,5,7
/proc/31544/task/31545/stat : 31545 (manysat1.1_stat) R 31541 31541 31066 0 -1 4202560 32594 0 0 0 99668 31 0 0 25 0 4 0 622401584 772808704 177731 33554432000 134512640 135305190 4294859040 18446744073709551615 134528506 0 0 4096 3 0 0 0 -1 7 0 0 0
[pid=31544/tid=31546] ppid=31541 vsize=754696 CPUtime=995.9 cores=1,3,5,7
/proc/31544/task/31546/stat : 31546 (manysat1.1_stat) R 31541 31541 31066 0 -1 4202560 51216 0 0 0 99545 45 0 0 25 0 4 0 622401584 772808704 177731 33554432000 134512640 135305190 4294859040 18446744073709551615 134528263 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=31544/tid=31547] ppid=31541 vsize=754696 CPUtime=1000.54 cores=1,3,5,7
/proc/31544/task/31547/stat : 31547 (manysat1.1_stat) R 31541 31541 31066 0 -1 4202560 37428 0 0 0 100014 40 0 0 25 0 4 0 622401584 772808704 177731 33554432000 134512640 135305190 4294859040 18446744073709551615 134528768 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3992.26
Current children cumulated vsize (KiB) 763396

[startup+1062.3 s]
/proc/loadavg: 8.24 8.13 8.01 9/373 31644
/proc/meminfo: memFree=9980404/32951124 swapFree=65155552/67111528
[pid=31541] ppid=31539 vsize=8700 CPUtime=1.09 cores=1,3,5,7
/proc/31541/stat : 31541 (manysat.sh) S 31539 31541 31066 0 -1 4202496 357 10387 0 0 0 0 106 3 18 0 1 0 622401453 8908800 253 33554432000 4194304 4922060 140733334918416 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/31541/statm: 2175 253 209 178 0 68 0
[pid=31544] ppid=31541 vsize=766376 CPUtime=4230.46 cores=1,3,5,7
/proc/31544/stat : 31544 (manysat1.1_stat) R 31541 31541 31066 0 -1 4202496 180787 0 0 0 422877 169 0 0 25 0 4 0 622401563 784769024 180740 33554432000 134512640 135305190 4294859040 18446744073709551615 134528603 0 0 4096 3 18446744073709551615 0 0 17 5 0 0 0
/proc/31544/statm: 191594 180740 84 194 0 191398 0
[pid=31544/tid=31545] ppid=31541 vsize=766376 CPUtime=1056.29 cores=1,3,5,7
/proc/31544/task/31545/stat : 31545 (manysat1.1_stat) R 31541 31541 31066 0 -1 4202560 32988 0 0 0 105597 32 0 0 25 0 4 0 622401584 784769024 180740 33554432000 134512640 135305190 4294859040 18446744073709551615 134551687 0 0 4096 3 0 0 0 -1 7 0 0 0
[pid=31544/tid=31546] ppid=31541 vsize=766376 CPUtime=1055.89 cores=1,3,5,7
/proc/31544/task/31546/stat : 31546 (manysat1.1_stat) R 31541 31541 31066 0 -1 4202560 52160 0 0 0 105542 47 0 0 25 0 4 0 622401584 784769024 180740 33554432000 134512640 135305190 4294859040 18446744073709551615 134552835 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=31544/tid=31547] ppid=31541 vsize=766376 CPUtime=1060.55 cores=1,3,5,7
/proc/31544/task/31547/stat : 31547 (manysat1.1_stat) R 31541 31541 31066 0 -1 4202560 37987 0 0 0 106014 41 0 0 25 0 4 0 622401584 784769024 180740 33554432000 134512640 135305190 4294859040 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4231.55
Current children cumulated vsize (KiB) 775076

[startup+1122.3 s]
/proc/loadavg: 8.15 8.12 8.01 9/373 31646
/proc/meminfo: memFree=9920712/32951124 swapFree=65155552/67111528
[pid=31541] ppid=31539 vsize=8700 CPUtime=1.09 cores=1,3,5,7
/proc/31541/stat : 31541 (manysat.sh) S 31539 31541 31066 0 -1 4202496 357 10387 0 0 0 0 106 3 18 0 1 0 622401453 8908800 253 33554432000 4194304 4922060 140733334918416 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/31541/statm: 2175 253 209 178 0 68 0
[pid=31544] ppid=31541 vsize=806620 CPUtime=4469.69 cores=1,3,5,7
/proc/31544/stat : 31544 (manysat1.1_stat) R 31541 31541 31066 0 -1 4202496 191126 0 0 0 446786 183 0 0 25 0 4 0 622401563 825978880 191079 33554432000 134512640 135305190 4294859040 18446744073709551615 134528229 0 0 4096 3 18446744073709551615 0 0 17 5 0 0 0
/proc/31544/statm: 201655 191079 84 194 0 201459 0
[pid=31544/tid=31545] ppid=31541 vsize=806620 CPUtime=1115.57 cores=1,3,5,7
/proc/31544/task/31545/stat : 31545 (manysat1.1_stat) R 31541 31541 31066 0 -1 4202560 34977 0 0 0 111524 33 0 0 25 0 4 0 622401584 825978880 191079 33554432000 134512640 135305190 4294859040 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 7 0 0 0
[pid=31544/tid=31546] ppid=31541 vsize=806620 CPUtime=1115.84 cores=1,3,5,7
/proc/31544/task/31546/stat : 31546 (manysat1.1_stat) R 31541 31541 31066 0 -1 4202560 55277 0 0 0 111532 52 0 0 25 0 4 0 622401584 825978880 191079 33554432000 134512640 135305190 4294859040 18446744073709551615 134528410 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=31544/tid=31547] ppid=31541 vsize=806620 CPUtime=1120.55 cores=1,3,5,7
/proc/31544/task/31547/stat : 31547 (manysat1.1_stat) R 31541 31541 31066 0 -1 4202560 40160 0 0 0 112012 43 0 0 25 0 4 0 622401584 825978880 191079 33554432000 134512640 135305190 4294859040 18446744073709551615 134551639 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4470.78
Current children cumulated vsize (KiB) 815320

[startup+1182.3 s]
/proc/loadavg: 8.17 8.13 8.01 9/373 31647
/proc/meminfo: memFree=9913876/32951124 swapFree=65155552/67111528
[pid=31541] ppid=31539 vsize=8700 CPUtime=1.09 cores=1,3,5,7
/proc/31541/stat : 31541 (manysat.sh) S 31539 31541 31066 0 -1 4202496 357 10387 0 0 0 0 106 3 18 0 1 0 622401453 8908800 253 33554432000 4194304 4922060 140733334918416 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/31541/statm: 2175 253 209 178 0 68 0
[pid=31544] ppid=31541 vsize=812840 CPUtime=4708.99 cores=1,3,5,7
/proc/31544/stat : 31544 (manysat1.1_stat) R 31541 31541 31066 0 -1 4202496 192623 0 0 0 470715 184 0 0 25 0 4 0 622401563 832348160 192576 33554432000 134512640 135305190 4294859040 18446744073709551615 134528189 0 0 4096 3 18446744073709551615 0 0 17 5 0 0 0
/proc/31544/statm: 203210 192576 84 194 0 203014 0
[pid=31544/tid=31545] ppid=31541 vsize=812840 CPUtime=1174.87 cores=1,3,5,7
/proc/31544/task/31545/stat : 31545 (manysat1.1_stat) R 31541 31541 31066 0 -1 4202560 35458 0 0 0 117454 33 0 0 25 0 4 0 622401584 832348160 192576 33554432000 134512640 135305190 4294859040 18446744073709551615 134528252 0 0 4096 3 0 0 0 -1 7 0 0 0
[pid=31544/tid=31546] ppid=31541 vsize=812840 CPUtime=1175.83 cores=1,3,5,7
/proc/31544/task/31546/stat : 31546 (manysat1.1_stat) R 31541 31541 31066 0 -1 4202560 55331 0 0 0 117531 52 0 0 25 0 4 0 622401584 832348160 192576 33554432000 134512640 135305190 4294859040 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=31544/tid=31547] ppid=31541 vsize=812840 CPUtime=1180.55 cores=1,3,5,7
/proc/31544/task/31547/stat : 31547 (manysat1.1_stat) R 31541 31541 31066 0 -1 4202560 40696 0 0 0 118011 44 0 0 25 0 4 0 622401584 832348160 192576 33554432000 134512640 135305190 4294859040 18446744073709551615 134529138 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4710.08
Current children cumulated vsize (KiB) 821540



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1204.9 s]
/proc/loadavg: 8.11 8.12 8.01 9/373 31648
/proc/meminfo: memFree=9909032/32951124 swapFree=65155552/67111528
[pid=31541] ppid=31539 vsize=8700 CPUtime=1.09 cores=1,3,5,7
/proc/31541/stat : 31541 (manysat.sh) S 31539 31541 31066 0 -1 4202496 357 10387 0 0 0 0 106 3 18 0 1 0 622401453 8908800 253 33554432000 4194304 4922060 140733334918416 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/31541/statm: 2175 253 209 178 0 68 0
[pid=31544] ppid=31541 vsize=815480 CPUtime=4799.11 cores=1,3,5,7
/proc/31544/stat : 31544 (manysat1.1_stat) R 31541 31541 31066 0 -1 4202496 193300 0 0 0 479726 185 0 0 25 0 4 0 622401563 835051520 193253 33554432000 134512640 135305190 4294859040 18446744073709551615 134528298 0 0 4096 3 18446744073709551615 0 0 17 5 0 0 0
/proc/31544/statm: 203870 193253 84 194 0 203674 0
[pid=31544/tid=31545] ppid=31541 vsize=815480 CPUtime=1197.16 cores=1,3,5,7
/proc/31544/task/31545/stat : 31545 (manysat1.1_stat) R 31541 31541 31066 0 -1 4202560 35497 0 0 0 119683 33 0 0 25 0 4 0 622401584 835051520 193253 33554432000 134512640 135305190 4294859040 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 7 0 0 0
[pid=31544/tid=31546] ppid=31541 vsize=815480 CPUtime=1198.43 cores=1,3,5,7
/proc/31544/task/31546/stat : 31546 (manysat1.1_stat) R 31541 31541 31066 0 -1 4202560 55468 0 0 0 119791 52 0 0 25 0 4 0 622401584 835051520 193253 33554432000 134512640 135305190 4294859040 18446744073709551615 134552908 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=31544/tid=31547] ppid=31541 vsize=815480 CPUtime=1203.16 cores=1,3,5,7
/proc/31544/task/31547/stat : 31547 (manysat1.1_stat) R 31541 31541 31066 0 -1 4202560 40895 0 0 0 120272 44 0 0 25 0 4 0 622401584 835051520 193253 33554432000 134512640 135305190 4294859040 18446744073709551615 134528837 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4800.2
Current children cumulated vsize (KiB) 824180

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

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

[startup+1204.9 s]
/proc/loadavg: 8.11 8.12 8.01 9/373 31648
/proc/meminfo: memFree=9909032/32951124 swapFree=65155552/67111528
[pid=31541] ppid=31539 vsize=8700 CPUtime=1.09 cores=1,3,5,7
/proc/31541/stat : 31541 (manysat.sh) S 31539 31541 31066 0 -1 4202496 357 10387 0 0 0 0 106 3 18 0 1 0 622401453 8908800 253 33554432000 4194304 4922060 140733334918416 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/31541/statm: 2175 253 209 178 0 68 0
[pid=31544] ppid=31541 vsize=815480 CPUtime=4799.11 cores=1,3,5,7
/proc/31544/stat : 31544 (manysat1.1_stat) R 31541 31541 31066 0 -1 4202496 193300 0 0 0 479726 185 0 0 25 0 4 0 622401563 835051520 193253 33554432000 134512640 135305190 4294859040 18446744073709551615 134528298 0 0 4096 3 18446744073709551615 0 0 17 5 0 0 0
/proc/31544/statm: 203870 193253 84 194 0 203674 0
[pid=31544/tid=31545] ppid=31541 vsize=815480 CPUtime=1197.16 cores=1,3,5,7
/proc/31544/task/31545/stat : 31545 (manysat1.1_stat) R 31541 31541 31066 0 -1 4202560 35497 0 0 0 119683 33 0 0 25 0 4 0 622401584 835051520 193253 33554432000 134512640 135305190 4294859040 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 7 0 0 0
[pid=31544/tid=31546] ppid=31541 vsize=815480 CPUtime=1198.43 cores=1,3,5,7
/proc/31544/task/31546/stat : 31546 (manysat1.1_stat) R 31541 31541 31066 0 -1 4202560 55468 0 0 0 119791 52 0 0 25 0 4 0 622401584 835051520 193253 33554432000 134512640 135305190 4294859040 18446744073709551615 134552908 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=31544/tid=31547] ppid=31541 vsize=815480 CPUtime=1203.16 cores=1,3,5,7
/proc/31544/task/31547/stat : 31547 (manysat1.1_stat) R 31541 31541 31066 0 -1 4202560 40895 0 0 0 120272 44 0 0 25 0 4 0 622401584 835051520 193253 33554432000 134512640 135305190 4294859040 18446744073709551615 134528837 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4800.2
Current children cumulated vsize (KiB) 824180

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 1204.93
CPU time (s): 4800.2
CPU user time (s): 4798.32
CPU system time (s): 1.88
CPU usage (%): 398.381
Max. virtual memory (cumulated for all children) (KiB): 824180

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

runsolver used 4.14037 second user time and 10.1205 second system time

The end

Launcher Data

Begin job on node146 at 2011-05-13 17:17:32
IDJOB=3362223
IDBENCH=83107
IDSOLVER=1838
FILE ID=node146/3362223-1305299852
RUNJOBID= node146-1305296390-31086
PBS_JOBID= 13321407
Free space on /tmp= 41388 MiB

SOLVER NAME= ManySAT 1.1 aimd 1/2009-03-20 (4 threads)
BENCH NAME= SAT11/application/fuhs/slp-synthesis-AES/slp-synthesis-aes-bottom26.cnf
COMMAND LINE= manysat.sh BENCHNAME aimd 1
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3362223-1305299852/watcher-3362223-1305299852 -o /tmp/evaluation-result-3362223-1305299852/solver-3362223-1305299852 -C 4800 -W 1300 -M 15500  manysat.sh HOME/instance-3362223-1305299852.cnf aimd 1

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

MD5SUM BENCH= 98fee1752ddf8cd7cd77925ecf4bfe6e
RANDOM SEED=937803829

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:       9279420 kB
Buffers:        220920 kB
Cached:        5882328 kB
SwapCached:       9684 kB
Active:       13202572 kB
Inactive:     10128680 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:       9279420 kB
SwapTotal:    67111528 kB
SwapFree:     65155552 kB
Dirty:            5720 kB
Writeback:           0 kB
AnonPages:    17224660 kB
Mapped:          22752 kB
Slab:           214816 kB
PageTables:      62284 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 83554204 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 17:37:39