Trace number 3362319

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.19 1242.82

General information on the benchmark

Nameapplication/leberre/
2dimensionalstrippacking/E00N23.cnf
MD5SUM1a1f0dddf727883e0973677dd00e9269
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 variables15364
Number of clauses2210893
Sum of the clauses size20370578
Maximum clause length105
Minimum clause length1
Number of clauses of size 128
Number of clauses of size 241189
Number of clauses of size 336730
Number of clauses of size 432798
Number of clauses of size 5188784
Number of clauses of size over 51911364

Solver Data

0.00/0.00	c Parsing...
1.99/2.01	c ==============================================================================
1.99/2.01	c |           |     ORIGINAL     |              LEARNT              |          |
1.99/2.01	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
1.99/2.01	c ==============================================================================
3.20/3.27	c |         0 | 2210221 20369234 |  663066       0        0     nan |  0.000 % |
45.09/45.18	c |         0 | 2179433 19756000 |      --       0       --      -- |     --   | -1857/32571
45.09/45.18	c ==============================================================================
45.09/45.18	c Result  :   #vars: 13209   #clauses: 2179433   #literals: 19756000
45.09/45.18	c CPU time:   45.0112 s
45.09/45.18	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-3362319-1305301187/watcher-3362319-1305301187 -o /tmp/evaluation-result-3362319-1305301187/solver-3362319-1305301187 -C 4800 -W 1300 -M 15500 manysat.sh HOME/instance-3362319-1305301187.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: 7.53 7.90 7.91 5/354 13826
/proc/meminfo: memFree=7857956/32950928 swapFree=45937192/67111528
[pid=13826] ppid=13824 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/13826/stat : 13826 (manysat.sh) S 13824 13826 12655 0 -1 4202496 330 0 0 0 0 0 0 0 23 0 1 0 641715669 8908800 250 33554432000 4194304 4922060 140733531385104 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/13826/statm: 2175 250 209 178 0 68 0

[startup+0.0691611 s]
/proc/loadavg: 7.53 7.90 7.91 5/354 13826
/proc/meminfo: memFree=7857956/32950928 swapFree=45937192/67111528
[pid=13826] ppid=13824 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/13826/stat : 13826 (manysat.sh) S 13824 13826 12655 0 -1 4202496 330 0 0 0 0 0 0 0 23 0 1 0 641715669 8908800 250 33554432000 4194304 4922060 140733531385104 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/13826/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.101151 s]
/proc/loadavg: 7.53 7.90 7.91 5/354 13826
/proc/meminfo: memFree=7857956/32950928 swapFree=45937192/67111528
[pid=13826] ppid=13824 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/13826/stat : 13826 (manysat.sh) S 13824 13826 12655 0 -1 4202496 330 0 0 0 0 0 0 0 23 0 1 0 641715669 8908800 250 33554432000 4194304 4922060 140733531385104 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/13826/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.301124 s]
/proc/loadavg: 7.53 7.90 7.91 5/354 13826
/proc/meminfo: memFree=7857956/32950928 swapFree=45937192/67111528
[pid=13826] ppid=13824 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/13826/stat : 13826 (manysat.sh) S 13824 13826 12655 0 -1 4202496 330 0 0 0 0 0 0 0 23 0 1 0 641715669 8908800 250 33554432000 4194304 4922060 140733531385104 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/13826/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.701031 s]
/proc/loadavg: 7.53 7.90 7.91 5/354 13826
/proc/meminfo: memFree=7857956/32950928 swapFree=45937192/67111528
[pid=13826] ppid=13824 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/13826/stat : 13826 (manysat.sh) S 13824 13826 12655 0 -1 4202496 330 0 0 0 0 0 0 0 23 0 1 0 641715669 8908800 250 33554432000 4194304 4922060 140733531385104 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/13826/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50088 s]
/proc/loadavg: 7.53 7.90 7.91 6/356 13828
/proc/meminfo: memFree=7769412/32950928 swapFree=45937192/67111528
[pid=13826] ppid=13824 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/13826/stat : 13826 (manysat.sh) S 13824 13826 12655 0 -1 4202496 330 0 0 0 0 0 0 0 23 0 1 0 641715669 8908800 250 33554432000 4194304 4922060 140733531385104 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/13826/statm: 2175 250 209 178 0 68 0
[pid=13827] ppid=13826 vsize=135396 CPUtime=1.49 cores=0,2,4,6
/proc/13827/stat : 13827 (SatElite) R 13826 13826 12655 0 -1 4202496 32818 0 0 0 138 11 0 0 25 0 1 0 641715669 138645504 32774 33554432000 134512640 135034092 4292464624 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/13827/statm: 33849 32774 52 128 0 33719 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 144096

[startup+3.10056 s]
/proc/loadavg: 7.40 7.87 7.90 6/356 13828
/proc/meminfo: memFree=7612304/32950928 swapFree=45937192/67111528
[pid=13826] ppid=13824 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/13826/stat : 13826 (manysat.sh) S 13824 13826 12655 0 -1 4202496 330 0 0 0 0 0 0 0 23 0 1 0 641715669 8908800 250 33554432000 4194304 4922060 140733531385104 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/13826/statm: 2175 250 209 178 0 68 0
[pid=13827] ppid=13826 vsize=254404 CPUtime=3.09 cores=0,2,4,6
/proc/13827/stat : 13827 (SatElite) R 13826 13826 12655 0 -1 4202496 60215 0 0 0 293 16 0 0 25 0 1 0 641715669 260509696 60171 33554432000 134512640 135034092 4292464624 18446744073709551615 134540733 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/13827/statm: 63601 60171 64 128 0 63471 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 263104

[startup+6.30091 s]
/proc/loadavg: 7.40 7.87 7.90 6/356 13828
/proc/meminfo: memFree=7616628/32950928 swapFree=45937192/67111528
[pid=13826] ppid=13824 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/13826/stat : 13826 (manysat.sh) S 13824 13826 12655 0 -1 4202496 330 0 0 0 0 0 0 0 23 0 1 0 641715669 8908800 250 33554432000 4194304 4922060 140733531385104 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/13826/statm: 2175 250 209 178 0 68 0
[pid=13827] ppid=13826 vsize=254404 CPUtime=6.29 cores=0,2,4,6
/proc/13827/stat : 13827 (SatElite) R 13826 13826 12655 0 -1 4202496 60215 0 0 0 613 16 0 0 25 0 1 0 641715669 260509696 60171 33554432000 134512640 135034092 4292464624 18446744073709551615 134569611 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/13827/statm: 63601 60171 64 128 0 63471 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 263104

[startup+12.7006 s]
/proc/loadavg: 7.03 7.77 7.87 6/356 13828
/proc/meminfo: memFree=7616016/32950928 swapFree=45937192/67111528
[pid=13826] ppid=13824 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/13826/stat : 13826 (manysat.sh) S 13824 13826 12655 0 -1 4202496 330 0 0 0 0 0 0 0 23 0 1 0 641715669 8908800 250 33554432000 4194304 4922060 140733531385104 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/13826/statm: 2175 250 209 178 0 68 0
[pid=13827] ppid=13826 vsize=254404 CPUtime=12.69 cores=0,2,4,6
/proc/13827/stat : 13827 (SatElite) R 13826 13826 12655 0 -1 4202496 60232 0 0 0 1253 16 0 0 25 0 1 0 641715669 260509696 60188 33554432000 134512640 135034092 4292464624 18446744073709551615 134540704 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/13827/statm: 63601 60188 64 128 0 63471 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 263104

[startup+25.5011 s]
/proc/loadavg: 6.72 7.68 7.84 6/356 13829
/proc/meminfo: memFree=7603232/32950928 swapFree=45937192/67111528
[pid=13826] ppid=13824 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/13826/stat : 13826 (manysat.sh) S 13824 13826 12655 0 -1 4202496 330 0 0 0 0 0 0 0 23 0 1 0 641715669 8908800 250 33554432000 4194304 4922060 140733531385104 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/13826/statm: 2175 250 209 178 0 68 0
[pid=13827] ppid=13826 vsize=254660 CPUtime=25.49 cores=0,2,4,6
/proc/13827/stat : 13827 (SatElite) R 13826 13826 12655 0 -1 4202496 60307 0 0 0 2533 16 0 0 25 0 1 0 641715669 260771840 60263 33554432000 134512640 135034092 4292464624 18446744073709551615 134540724 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/13827/statm: 63665 60263 64 128 0 63535 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 263360

[startup+51.101 s]
/proc/loadavg: 6.13 7.47 7.76 6/356 13830
/proc/meminfo: memFree=7380680/32950928 swapFree=45937192/67111528
[pid=13826] ppid=13824 vsize=8700 CPUtime=48.72 cores=0,2,4,6
/proc/13826/stat : 13826 (manysat.sh) S 13824 13826 12655 0 -1 4202496 358 61671 0 0 0 0 4838 34 18 0 1 0 641715669 8908800 253 33554432000 4194304 4922060 140733531385104 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/13826/statm: 2175 253 209 178 0 68 0
[pid=13830] ppid=13826 vsize=468120 CPUtime=2.35 cores=0,2,4,6
/proc/13830/stat : 13830 (manysat1.1_stat) R 13826 13826 12655 0 -1 4202496 114313 0 0 0 222 13 0 0 25 0 1 0 641720542 479354880 114267 33554432000 134512640 135305190 4288102288 18446744073709551615 134840070 0 0 4096 3 0 0 0 17 2 0 0 0
/proc/13830/statm: 117030 114268 72 194 0 116834 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 476820

[startup+102.314 s]
/proc/loadavg: 7.25 7.54 7.77 9/359 13835
/proc/meminfo: memFree=6852896/32950928 swapFree=45937192/67111528
[pid=13826] ppid=13824 vsize=8700 CPUtime=48.72 cores=0,2,4,6
/proc/13826/stat : 13826 (manysat.sh) S 13824 13826 12655 0 -1 4202496 358 61671 0 0 0 0 4838 34 18 0 1 0 641715669 8908800 253 33554432000 4194304 4922060 140733531385104 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/13826/statm: 2175 253 209 178 0 68 0
[pid=13830] ppid=13826 vsize=921548 CPUtime=202.81 cores=0,2,4,6
/proc/13830/stat : 13830 (manysat1.1_stat) R 13826 13826 12655 0 -1 4202496 215829 0 0 0 20237 44 0 0 25 0 4 0 641720542 943665152 215780 33554432000 134512640 135305190 4288102288 18446744073709551615 134528245 0 0 4096 3 18446744073709551615 0 0 17 2 0 0 0
/proc/13830/statm: 230387 215780 84 194 0 230191 0
[pid=13830/tid=13831] ppid=13826 vsize=921548 CPUtime=49.88 cores=0,2,4,6
/proc/13830/task/13831/stat : 13831 (manysat1.1_stat) R 13826 13826 12655 0 -1 4202560 10507 0 0 0 4983 5 0 0 25 0 4 0 641720900 943665152 215780 33554432000 134512640 135305190 4288102288 18446744073709551615 134528548 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=13830/tid=13832] ppid=13826 vsize=921548 CPUtime=49.75 cores=0,2,4,6
/proc/13830/task/13832/stat : 13832 (manysat1.1_stat) R 13826 13826 12655 0 -1 4202560 15462 0 0 0 4968 7 0 0 25 0 4 0 641720900 943665152 215780 33554432000 134512640 135305190 4288102288 18446744073709551615 134528768 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=13830/tid=13833] ppid=13826 vsize=921548 CPUtime=49.65 cores=0,2,4,6
/proc/13830/task/13833/stat : 13833 (manysat1.1_stat) R 13826 13826 12655 0 -1 4202560 16556 0 0 0 4959 6 0 0 25 0 4 0 641720900 943665152 215780 33554432000 134512640 135305190 4288102288 18446744073709551615 134551974 0 0 4096 3 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 251.53
Current children cumulated vsize (KiB) 930248

[startup+162.301 s]
/proc/loadavg: 7.84 7.65 7.79 9/359 13836
/proc/meminfo: memFree=6734980/32950928 swapFree=45937192/67111528
[pid=13826] ppid=13824 vsize=8700 CPUtime=48.72 cores=0,2,4,6
/proc/13826/stat : 13826 (manysat.sh) S 13824 13826 12655 0 -1 4202496 358 61671 0 0 0 0 4838 34 18 0 1 0 641715669 8908800 253 33554432000 4194304 4922060 140733531385104 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/13826/statm: 2175 253 209 178 0 68 0
[pid=13830] ppid=13826 vsize=997820 CPUtime=442.06 cores=0,2,4,6
/proc/13830/stat : 13830 (manysat1.1_stat) R 13826 13826 12655 0 -1 4202496 234392 0 0 0 44146 60 0 0 25 0 4 0 641720542 1021767680 234343 33554432000 134512640 135305190 4288102288 18446744073709551615 134528623 0 0 4096 3 18446744073709551615 0 0 17 2 0 0 0
/proc/13830/statm: 249455 234343 84 194 0 249259 0
[pid=13830/tid=13831] ppid=13826 vsize=997820 CPUtime=109.85 cores=0,2,4,6
/proc/13830/task/13831/stat : 13831 (manysat1.1_stat) R 13826 13826 12655 0 -1 4202560 14492 0 0 0 10976 9 0 0 25 0 4 0 641720900 1021767680 234343 33554432000 134512640 135305190 4288102288 18446744073709551615 134530561 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=13830/tid=13832] ppid=13826 vsize=997820 CPUtime=109.74 cores=0,2,4,6
/proc/13830/task/13832/stat : 13832 (manysat1.1_stat) R 13826 13826 12655 0 -1 4202560 20078 0 0 0 10964 10 0 0 25 0 4 0 641720900 1021767680 234343 33554432000 134512640 135305190 4288102288 18446744073709551615 134528252 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=13830/tid=13833] ppid=13826 vsize=997820 CPUtime=108.98 cores=0,2,4,6
/proc/13830/task/13833/stat : 13833 (manysat1.1_stat) R 13826 13826 12655 0 -1 4202560 21637 0 0 0 10888 10 0 0 25 0 4 0 641720900 1021767680 234343 33554432000 134512640 135305190 4288102288 18446744073709551615 134528768 0 0 4096 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 490.78
Current children cumulated vsize (KiB) 1006520

[startup+222.301 s]
/proc/loadavg: 8.06 7.75 7.81 9/359 13838
/proc/meminfo: memFree=6596952/32950928 swapFree=45937192/67111528
[pid=13826] ppid=13824 vsize=8700 CPUtime=48.72 cores=0,2,4,6
/proc/13826/stat : 13826 (manysat.sh) S 13824 13826 12655 0 -1 4202496 358 61671 0 0 0 0 4838 34 18 0 1 0 641715669 8908800 253 33554432000 4194304 4922060 140733531385104 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/13826/statm: 2175 253 209 178 0 68 0
[pid=13830] ppid=13826 vsize=1074476 CPUtime=681.35 cores=0,2,4,6
/proc/13830/stat : 13830 (manysat1.1_stat) R 13826 13826 12655 0 -1 4202496 253270 0 0 0 68061 74 0 0 25 0 4 0 641720542 1100263424 253221 33554432000 134512640 135305190 4288102288 18446744073709551615 134528274 0 0 4096 3 18446744073709551615 0 0 17 2 0 0 0
/proc/13830/statm: 268619 253221 84 194 0 268423 0
[pid=13830/tid=13831] ppid=13826 vsize=1074476 CPUtime=169.16 cores=0,2,4,6
/proc/13830/task/13831/stat : 13831 (manysat1.1_stat) R 13826 13826 12655 0 -1 4202560 18236 0 0 0 16904 12 0 0 25 0 4 0 641720900 1100263424 253221 33554432000 134512640 135305190 4288102288 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=13830/tid=13832] ppid=13826 vsize=1074476 CPUtime=169.74 cores=0,2,4,6
/proc/13830/task/13832/stat : 13832 (manysat1.1_stat) R 13826 13826 12655 0 -1 4202560 24186 0 0 0 16961 13 0 0 25 0 4 0 641720900 1100263424 253221 33554432000 134512640 135305190 4288102288 18446744073709551615 134528503 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=13830/tid=13833] ppid=13826 vsize=1074476 CPUtime=168.97 cores=0,2,4,6
/proc/13830/task/13833/stat : 13833 (manysat1.1_stat) R 13826 13826 12655 0 -1 4202560 27736 0 0 0 16883 14 0 0 25 0 4 0 641720900 1100263424 253221 33554432000 134512640 135305190 4288102288 18446744073709551615 134538309 0 0 4096 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 730.07
Current children cumulated vsize (KiB) 1083176

[startup+282.301 s]
/proc/loadavg: 8.09 7.80 7.83 9/359 13839
/proc/meminfo: memFree=6549552/32950928 swapFree=45937192/67111528
[pid=13826] ppid=13824 vsize=8700 CPUtime=48.72 cores=0,2,4,6
/proc/13826/stat : 13826 (manysat.sh) S 13824 13826 12655 0 -1 4202496 358 61671 0 0 0 0 4838 34 18 0 1 0 641715669 8908800 253 33554432000 4194304 4922060 140733531385104 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/13826/statm: 2175 253 209 178 0 68 0
[pid=13830] ppid=13826 vsize=1119380 CPUtime=920.65 cores=0,2,4,6
/proc/13830/stat : 13830 (manysat1.1_stat) R 13826 13826 12655 0 -1 4202496 264203 0 0 0 91982 83 0 0 25 0 4 0 641720542 1146245120 264154 33554432000 134512640 135305190 4288102288 18446744073709551615 134528298 0 0 4096 3 18446744073709551615 0 0 17 2 0 0 0
/proc/13830/statm: 279845 264154 84 194 0 279649 0
[pid=13830/tid=13831] ppid=13826 vsize=1119380 CPUtime=228.5 cores=0,2,4,6

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

/proc/13830/task/13833/stat : 13833 (manysat1.1_stat) R 13826 13826 12655 0 -1 4202560 55207 0 0 0 76851 36 0 0 25 0 4 0 641720900 1571426304 365612 33554432000 134512640 135305190 4288102288 18446744073709551615 134528319 0 0 4096 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3123.07
Current children cumulated vsize (KiB) 1543296

[startup+882.3 s]
/proc/loadavg: 8.06 8.03 7.93 9/359 13888
/proc/meminfo: memFree=6198192/32950928 swapFree=45937192/67111528
[pid=13826] ppid=13824 vsize=8700 CPUtime=48.72 cores=0,2,4,6
/proc/13826/stat : 13826 (manysat.sh) S 13824 13826 12655 0 -1 4202496 358 61671 0 0 0 0 4838 34 18 0 1 0 641715669 8908800 253 33554432000 4194304 4922060 140733531385104 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/13826/statm: 2175 253 209 178 0 68 0
[pid=13830] ppid=13826 vsize=1593896 CPUtime=3313.68 cores=0,2,4,6
/proc/13830/stat : 13830 (manysat1.1_stat) R 13826 13826 12655 0 -1 4202496 379897 0 0 0 331178 190 0 0 25 0 4 0 641720542 1632149504 379822 33554432000 134512640 135305190 4288102288 18446744073709551615 134528298 0 0 4096 3 18446744073709551615 0 0 17 2 0 0 0
/proc/13830/statm: 398474 379822 84 194 0 398278 0
[pid=13830/tid=13831] ppid=13826 vsize=1593896 CPUtime=821.67 cores=0,2,4,6
/proc/13830/task/13831/stat : 13831 (manysat1.1_stat) R 13826 13826 12655 0 -1 4202560 48873 0 0 0 82121 46 0 0 25 0 4 0 641720900 1632149504 379822 33554432000 134512640 135305190 4288102288 18446744073709551615 134528376 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=13830/tid=13832] ppid=13826 vsize=1593896 CPUtime=829.76 cores=0,2,4,6
/proc/13830/task/13832/stat : 13832 (manysat1.1_stat) R 13826 13826 12655 0 -1 4202560 53595 0 0 0 82939 37 0 0 25 0 4 0 641720900 1632149504 379822 33554432000 134512640 135305190 4288102288 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=13830/tid=13833] ppid=13826 vsize=1593896 CPUtime=828.88 cores=0,2,4,6
/proc/13830/task/13833/stat : 13833 (manysat1.1_stat) R 13826 13826 12655 0 -1 4202560 59464 0 0 0 82849 39 0 0 25 0 4 0 641720900 1632149504 379822 33554432000 134512640 135305190 4288102288 18446744073709551615 134528480 0 0 4096 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3362.4
Current children cumulated vsize (KiB) 1602596

[startup+942.3 s]
/proc/loadavg: 8.09 8.05 7.94 9/359 13890
/proc/meminfo: memFree=6119276/32950928 swapFree=45937192/67111528
[pid=13826] ppid=13824 vsize=8700 CPUtime=48.72 cores=0,2,4,6
/proc/13826/stat : 13826 (manysat.sh) S 13824 13826 12655 0 -1 4202496 358 61671 0 0 0 0 4838 34 18 0 1 0 641715669 8908800 253 33554432000 4194304 4922060 140733531385104 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/13826/statm: 2175 253 209 178 0 68 0
[pid=13830] ppid=13826 vsize=1659956 CPUtime=3552.99 cores=0,2,4,6
/proc/13830/stat : 13830 (manysat1.1_stat) R 13826 13826 12655 0 -1 4202496 396168 0 0 0 355096 203 0 0 25 0 4 0 641720542 1699794944 396093 33554432000 134512640 135305190 4288102288 18446744073709551615 134528229 0 0 4096 3 18446744073709551615 0 0 17 2 0 0 0
/proc/13830/statm: 414989 396093 84 194 0 414793 0
[pid=13830/tid=13831] ppid=13826 vsize=1659956 CPUtime=881.21 cores=0,2,4,6
/proc/13830/task/13831/stat : 13831 (manysat1.1_stat) R 13826 13826 12655 0 -1 4202560 52901 0 0 0 88072 49 0 0 25 0 4 0 641720900 1699794944 396093 33554432000 134512640 135305190 4288102288 18446744073709551615 134528347 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=13830/tid=13832] ppid=13826 vsize=1659956 CPUtime=889.76 cores=0,2,4,6
/proc/13830/task/13832/stat : 13832 (manysat1.1_stat) R 13826 13826 12655 0 -1 4202560 56376 0 0 0 88938 38 0 0 25 0 4 0 641720900 1699794944 396093 33554432000 134512640 135305190 4288102288 18446744073709551615 134554276 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=13830/tid=13833] ppid=13826 vsize=1659956 CPUtime=888.65 cores=0,2,4,6
/proc/13830/task/13833/stat : 13833 (manysat1.1_stat) R 13826 13826 12655 0 -1 4202560 64187 0 0 0 88820 45 0 0 25 0 4 0 641720900 1699794944 396093 33554432000 134512640 135305190 4288102288 18446744073709551615 134528418 0 0 4096 3 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3601.71
Current children cumulated vsize (KiB) 1668656

[startup+1002.3 s]
/proc/loadavg: 8.06 8.05 7.94 9/359 13892
/proc/meminfo: memFree=6064288/32950928 swapFree=45937192/67111528
[pid=13826] ppid=13824 vsize=8700 CPUtime=48.72 cores=0,2,4,6
/proc/13826/stat : 13826 (manysat.sh) S 13824 13826 12655 0 -1 4202496 358 61671 0 0 0 0 4838 34 18 0 1 0 641715669 8908800 253 33554432000 4194304 4922060 140733531385104 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/13826/statm: 2175 253 209 178 0 68 0
[pid=13830] ppid=13826 vsize=1667416 CPUtime=3792.21 cores=0,2,4,6
/proc/13830/stat : 13830 (manysat1.1_stat) R 13826 13826 12655 0 -1 4202496 397778 0 0 0 379016 205 0 0 25 0 4 0 641720542 1707433984 397699 33554432000 134512640 135305190 4288102288 18446744073709551615 134528768 0 0 4096 3 18446744073709551615 0 0 17 2 0 0 0
/proc/13830/statm: 416854 397699 84 194 0 416658 0
[pid=13830/tid=13831] ppid=13826 vsize=1667416 CPUtime=941.16 cores=0,2,4,6
/proc/13830/task/13831/stat : 13831 (manysat1.1_stat) R 13826 13826 12655 0 -1 4202560 53542 0 0 0 94067 49 0 0 25 0 4 0 641720900 1707433984 397699 33554432000 134512640 135305190 4288102288 18446744073709551615 134528480 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=13830/tid=13832] ppid=13826 vsize=1667416 CPUtime=949.76 cores=0,2,4,6
/proc/13830/task/13832/stat : 13832 (manysat1.1_stat) R 13826 13826 12655 0 -1 4202560 56906 0 0 0 94938 38 0 0 25 0 4 0 641720900 1707433984 397699 33554432000 134512640 135305190 4288102288 18446744073709551615 134528768 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=13830/tid=13833] ppid=13826 vsize=1667416 CPUtime=947.95 cores=0,2,4,6
/proc/13830/task/13833/stat : 13833 (manysat1.1_stat) R 13826 13826 12655 0 -1 4202560 64202 0 0 0 94749 46 0 0 25 0 4 0 641720900 1707433984 397699 33554432000 134512640 135305190 4288102288 18446744073709551615 134542025 0 0 4096 3 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3840.93
Current children cumulated vsize (KiB) 1676116

[startup+1062.3 s]
/proc/loadavg: 8.09 8.06 7.95 9/359 13893
/proc/meminfo: memFree=5998416/32950928 swapFree=45937192/67111528
[pid=13826] ppid=13824 vsize=8700 CPUtime=48.72 cores=0,2,4,6
/proc/13826/stat : 13826 (manysat.sh) S 13824 13826 12655 0 -1 4202496 358 61671 0 0 0 0 4838 34 18 0 1 0 641715669 8908800 253 33554432000 4194304 4922060 140733531385104 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/13826/statm: 2175 253 209 178 0 68 0
[pid=13830] ppid=13826 vsize=1669640 CPUtime=4031.55 cores=0,2,4,6
/proc/13830/stat : 13830 (manysat1.1_stat) R 13826 13826 12655 0 -1 4202496 398345 0 0 0 402949 206 0 0 25 0 4 0 641720542 1709711360 398266 33554432000 134512640 135305190 4288102288 18446744073709551615 134528768 0 0 4096 3 18446744073709551615 0 0 17 2 0 0 0
/proc/13830/statm: 417410 398266 84 194 0 417214 0
[pid=13830/tid=13831] ppid=13826 vsize=1669640 CPUtime=1001.16 cores=0,2,4,6
/proc/13830/task/13831/stat : 13831 (manysat1.1_stat) R 13826 13826 12655 0 -1 4202560 53542 0 0 0 100067 49 0 0 25 0 4 0 641720900 1709711360 398266 33554432000 134512640 135305190 4288102288 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=13830/tid=13832] ppid=13826 vsize=1669640 CPUtime=1009.77 cores=0,2,4,6
/proc/13830/task/13832/stat : 13832 (manysat1.1_stat) R 13826 13826 12655 0 -1 4202560 57382 0 0 0 100938 39 0 0 25 0 4 0 641720900 1709711360 398266 33554432000 134512640 135305190 4288102288 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=13830/tid=13833] ppid=13826 vsize=1669640 CPUtime=1007.28 cores=0,2,4,6
/proc/13830/task/13833/stat : 13833 (manysat1.1_stat) R 13826 13826 12655 0 -1 4202560 64223 0 0 0 100682 46 0 0 25 0 4 0 641720900 1709711360 398266 33554432000 134512640 135305190 4288102288 18446744073709551615 134551651 0 0 4096 3 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4080.27
Current children cumulated vsize (KiB) 1678340

[startup+1122.3 s]
/proc/loadavg: 8.17 8.08 7.96 9/359 13895
/proc/meminfo: memFree=5936860/32950928 swapFree=45937192/67111528
[pid=13826] ppid=13824 vsize=8700 CPUtime=48.72 cores=0,2,4,6
/proc/13826/stat : 13826 (manysat.sh) S 13824 13826 12655 0 -1 4202496 358 61671 0 0 0 0 4838 34 18 0 1 0 641715669 8908800 253 33554432000 4194304 4922060 140733531385104 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/13826/statm: 2175 253 209 178 0 68 0
[pid=13830] ppid=13826 vsize=1689868 CPUtime=4270.88 cores=0,2,4,6
/proc/13830/stat : 13830 (manysat1.1_stat) R 13826 13826 12655 0 -1 4202496 403523 0 0 0 426875 213 0 0 25 0 4 0 641720542 1730424832 403444 33554432000 134512640 135305190 4288102288 18446744073709551615 134549005 0 0 4096 3 18446744073709551615 0 0 17 2 0 0 0
/proc/13830/statm: 422467 403444 84 194 0 422271 0
[pid=13830/tid=13831] ppid=13826 vsize=1689868 CPUtime=1061.17 cores=0,2,4,6
/proc/13830/task/13831/stat : 13831 (manysat1.1_stat) R 13826 13826 12655 0 -1 4202560 55321 0 0 0 106065 52 0 0 25 0 4 0 641720900 1730424832 403444 33554432000 134512640 135305190 4288102288 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=13830/tid=13832] ppid=13826 vsize=1689868 CPUtime=1069.77 cores=0,2,4,6
/proc/13830/task/13832/stat : 13832 (manysat1.1_stat) R 13826 13826 12655 0 -1 4202560 58071 0 0 0 106937 40 0 0 25 0 4 0 641720900 1730424832 403444 33554432000 134512640 135305190 4288102288 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=13830/tid=13833] ppid=13826 vsize=1689868 CPUtime=1066.59 cores=0,2,4,6
/proc/13830/task/13833/stat : 13833 (manysat1.1_stat) R 13826 13826 12655 0 -1 4202560 65391 0 0 0 106612 47 0 0 25 0 4 0 641720900 1730424832 403444 33554432000 134512640 135305190 4288102288 18446744073709551615 134528332 0 0 4096 3 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4319.6
Current children cumulated vsize (KiB) 1698568

[startup+1182.3 s]
/proc/loadavg: 8.20 8.09 7.97 9/359 13896
/proc/meminfo: memFree=5789260/32950928 swapFree=45937192/67111528
[pid=13826] ppid=13824 vsize=8700 CPUtime=48.72 cores=0,2,4,6
/proc/13826/stat : 13826 (manysat.sh) S 13824 13826 12655 0 -1 4202496 358 61671 0 0 0 0 4838 34 18 0 1 0 641715669 8908800 253 33554432000 4194304 4922060 140733531385104 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/13826/statm: 2175 253 209 178 0 68 0
[pid=13830] ppid=13826 vsize=1754744 CPUtime=4510.23 cores=0,2,4,6
/proc/13830/stat : 13830 (manysat1.1_stat) R 13826 13826 12655 0 -1 4202496 419592 0 0 0 450793 230 0 0 25 0 4 0 641720542 1796857856 419513 33554432000 134512640 135305190 4288102288 18446744073709551615 134528442 0 0 4096 3 18446744073709551615 0 0 17 2 0 0 0
/proc/13830/statm: 438686 419513 84 194 0 438490 0
[pid=13830/tid=13831] ppid=13826 vsize=1754744 CPUtime=1121.17 cores=0,2,4,6
/proc/13830/task/13831/stat : 13831 (manysat1.1_stat) R 13826 13826 12655 0 -1 4202560 59978 0 0 0 112060 57 0 0 25 0 4 0 641720900 1796857856 419513 33554432000 134512640 135305190 4288102288 18446744073709551615 134528310 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=13830/tid=13832] ppid=13826 vsize=1754744 CPUtime=1129.77 cores=0,2,4,6
/proc/13830/task/13832/stat : 13832 (manysat1.1_stat) R 13826 13826 12655 0 -1 4202560 59978 0 0 0 112936 41 0 0 25 0 4 0 641720900 1796857856 419513 33554432000 134512640 135305190 4288102288 18446744073709551615 134529569 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=13830/tid=13833] ppid=13826 vsize=1754744 CPUtime=1125.94 cores=0,2,4,6
/proc/13830/task/13833/stat : 13833 (manysat1.1_stat) R 13826 13826 12655 0 -1 4202560 69952 0 0 0 112542 52 0 0 25 0 4 0 641720900 1796857856 419513 33554432000 134512640 135305190 4288102288 18446744073709551615 134551651 0 0 4096 3 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4558.95
Current children cumulated vsize (KiB) 1763444

[startup+1242.3 s]
/proc/loadavg: 8.18 8.10 7.98 9/359 13898
/proc/meminfo: memFree=5755612/32950928 swapFree=45937192/67111528
[pid=13826] ppid=13824 vsize=8700 CPUtime=48.72 cores=0,2,4,6
/proc/13826/stat : 13826 (manysat.sh) S 13824 13826 12655 0 -1 4202496 358 61671 0 0 0 0 4838 34 18 0 1 0 641715669 8908800 253 33554432000 4194304 4922060 140733531385104 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/13826/statm: 2175 253 209 178 0 68 0
[pid=13830] ppid=13826 vsize=1768504 CPUtime=4749.45 cores=0,2,4,6
/proc/13830/stat : 13830 (manysat1.1_stat) R 13826 13826 12655 0 -1 4202496 422431 0 0 0 474708 237 0 0 25 0 4 0 641720542 1810948096 422352 33554432000 134512640 135305190 4288102288 18446744073709551615 134528203 0 0 4096 3 18446744073709551615 0 0 17 6 0 0 0
/proc/13830/statm: 442126 422352 84 194 0 441930 0
[pid=13830/tid=13831] ppid=13826 vsize=1768504 CPUtime=1181.17 cores=0,2,4,6
/proc/13830/task/13831/stat : 13831 (manysat1.1_stat) R 13826 13826 12655 0 -1 4202560 60866 0 0 0 118059 58 0 0 25 0 4 0 641720900 1810948096 422352 33554432000 134512640 135305190 4288102288 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=13830/tid=13832] ppid=13826 vsize=1768504 CPUtime=1189.77 cores=0,2,4,6
/proc/13830/task/13832/stat : 13832 (manysat1.1_stat) R 13826 13826 12655 0 -1 4202560 60438 0 0 0 118934 43 0 0 25 0 4 0 641720900 1810948096 422352 33554432000 134512640 135305190 4288102288 18446744073709551615 134551651 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=13830/tid=13833] ppid=13826 vsize=1768504 CPUtime=1185.27 cores=0,2,4,6
/proc/13830/task/13833/stat : 13833 (manysat1.1_stat) R 13826 13826 12655 0 -1 4202560 70514 0 0 0 118475 52 0 0 25 0 4 0 641720900 1810948096 422352 33554432000 134512640 135305190 4288102288 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4798.17
Current children cumulated vsize (KiB) 1777204



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1242.8 s]
/proc/loadavg: 8.18 8.10 7.98 9/359 13898
/proc/meminfo: memFree=5755488/32950928 swapFree=45937192/67111528
[pid=13826] ppid=13824 vsize=8700 CPUtime=48.72 cores=0,2,4,6
/proc/13826/stat : 13826 (manysat.sh) S 13824 13826 12655 0 -1 4202496 358 61671 0 0 0 0 4838 34 18 0 1 0 641715669 8908800 253 33554432000 4194304 4922060 140733531385104 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/13826/statm: 2175 253 209 178 0 68 0
[pid=13830] ppid=13826 vsize=1768504 CPUtime=4751.47 cores=0,2,4,6
/proc/13830/stat : 13830 (manysat1.1_stat) R 13826 13826 12655 0 -1 4202496 422436 0 0 0 474910 237 0 0 25 0 4 0 641720542 1810948096 422357 33554432000 134512640 135305190 4288102288 18446744073709551615 134528310 0 0 4096 3 18446744073709551615 0 0 17 6 0 0 0
/proc/13830/statm: 442126 422357 84 194 0 441930 0
[pid=13830/tid=13831] ppid=13826 vsize=1768504 CPUtime=1181.68 cores=0,2,4,6
/proc/13830/task/13831/stat : 13831 (manysat1.1_stat) R 13826 13826 12655 0 -1 4202560 60870 0 0 0 118110 58 0 0 25 0 4 0 641720900 1810948096 422357 33554432000 134512640 135305190 4288102288 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=13830/tid=13832] ppid=13826 vsize=1768504 CPUtime=1190.29 cores=0,2,4,6
/proc/13830/task/13832/stat : 13832 (manysat1.1_stat) R 13826 13826 12655 0 -1 4202560 60439 0 0 0 118986 43 0 0 25 0 4 0 641720900 1810948096 422357 33554432000 134512640 135305190 4288102288 18446744073709551615 134528571 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=13830/tid=13833] ppid=13826 vsize=1768504 CPUtime=1185.78 cores=0,2,4,6
/proc/13830/task/13833/stat : 13833 (manysat1.1_stat) R 13826 13826 12655 0 -1 4202560 70514 0 0 0 118526 52 0 0 25 0 4 0 641720900 1810948096 422357 33554432000 134512640 135305190 4288102288 18446744073709551615 134528248 0 0 4096 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4800.19
Current children cumulated vsize (KiB) 1777204

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

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

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 1242.82
CPU time (s): 4800.19
CPU user time (s): 4797.48
CPU system time (s): 2.71
CPU usage (%): 386.232
Max. virtual memory (cumulated for all children) (KiB): 1777204

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

runsolver used 3.78542 second user time and 9.95849 second system time

The end

Launcher Data

Begin job on node149 at 2011-05-13 17:39:50
IDJOB=3362319
IDBENCH=83466
IDSOLVER=1838
FILE ID=node149/3362319-1305301187
RUNJOBID= node149-1305296390-12673
PBS_JOBID= 13321404
Free space on /tmp= 42100 MiB

SOLVER NAME= ManySAT 1.1 aimd 1/2009-03-20 (4 threads)
BENCH NAME= SAT11/application/leberre/2dimensionalstrippacking/E00N23.cnf
COMMAND LINE= manysat.sh BENCHNAME aimd 1
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3362319-1305301187/watcher-3362319-1305301187 -o /tmp/evaluation-result-3362319-1305301187/solver-3362319-1305301187 -C 4800 -W 1300 -M 15500  manysat.sh HOME/instance-3362319-1305301187.cnf aimd 1

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

MD5SUM BENCH= 1a1f0dddf727883e0973677dd00e9269
RANDOM SEED=2124336385

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:       7858236 kB
Buffers:        266620 kB
Cached:       19422976 kB
SwapCached:      19984 kB
Active:        9591004 kB
Inactive:     14818192 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:       7858236 kB
SwapTotal:    67111528 kB
SwapFree:     45937192 kB
Dirty:          115816 kB
Writeback:           0 kB
AnonPages:     4712172 kB
Mapped:          14616 kB
Slab:           547320 kB
PageTables:      72784 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 80625436 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= 41956 MiB
End job on node149 at 2011-05-13 18:00:35