Trace number 3362317

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.12 1227.12

General information on the benchmark

Nameapplication/leberre/
2dimensionalstrippacking/E00X23.cnf
MD5SUM9cec6483d4ca03e8555377ba059b61ae
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 clauses2133873
Sum of the clauses size18060684
Maximum clause length91
Minimum clause length1
Number of clauses of size 116
Number of clauses of size 240913
Number of clauses of size 337518
Number of clauses of size 422333
Number of clauses of size 5147683
Number of clauses of size over 51885410

Solver Data

0.00/0.00	c Parsing...
1.59/1.62	c ==============================================================================
1.59/1.62	c |           |     ORIGINAL     |              LEARNT              |          |
1.59/1.62	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
1.59/1.62	c ==============================================================================
1.59/1.62	c |         0 | 2133489 18059916 |  640046       0        0     nan |  0.000 % |
25.19/25.26	c |         0 | 2124599 17968685 |      --       0       --      -- |     --   | -1911/33741
25.19/25.26	c ==============================================================================
25.19/25.26	c Result  :   #vars: 13623   #clauses: 2124599   #literals: 17968685
25.19/25.26	c CPU time:   25.0422 s
25.19/25.26	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-3362317-1305301183/watcher-3362317-1305301183 -o /tmp/evaluation-result-3362317-1305301183/solver-3362317-1305301183 -C 4800 -W 1300 -M 15500 manysat.sh HOME/instance-3362317-1305301183.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.79 8.03 7.99 5/334 13544
/proc/meminfo: memFree=10279344/32951124 swapFree=67111352/67111528
[pid=13544] ppid=13542 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/13544/stat : 13544 (manysat.sh) S 13542 13544 12895 0 -1 4202496 328 0 0 0 0 0 0 0 23 0 1 0 622534172 8908800 249 33554432000 4194304 4922060 140733996551936 18446744073709551615 270338202757 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/13544/statm: 2175 249 209 178 0 68 0

[startup+0.103602 s]
/proc/loadavg: 7.79 8.03 7.99 5/334 13544
/proc/meminfo: memFree=10279344/32951124 swapFree=67111352/67111528
[pid=13544] ppid=13542 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/13544/stat : 13544 (manysat.sh) S 13542 13544 12895 0 -1 4202496 328 0 0 0 0 0 0 0 23 0 1 0 622534172 8908800 249 33554432000 4194304 4922060 140733996551936 18446744073709551615 270338202757 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/13544/statm: 2175 249 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.200574 s]
/proc/loadavg: 7.79 8.03 7.99 5/334 13544
/proc/meminfo: memFree=10279344/32951124 swapFree=67111352/67111528
[pid=13544] ppid=13542 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/13544/stat : 13544 (manysat.sh) S 13542 13544 12895 0 -1 4202496 328 0 0 0 0 0 0 0 23 0 1 0 622534172 8908800 249 33554432000 4194304 4922060 140733996551936 18446744073709551615 270338202757 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/13544/statm: 2175 249 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.300554 s]
/proc/loadavg: 7.79 8.03 7.99 5/334 13544
/proc/meminfo: memFree=10279344/32951124 swapFree=67111352/67111528
[pid=13544] ppid=13542 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/13544/stat : 13544 (manysat.sh) S 13542 13544 12895 0 -1 4202496 328 0 0 0 0 0 0 0 23 0 1 0 622534172 8908800 249 33554432000 4194304 4922060 140733996551936 18446744073709551615 270338202757 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/13544/statm: 2175 249 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.700485 s]
/proc/loadavg: 7.79 8.03 7.99 5/334 13544
/proc/meminfo: memFree=10279344/32951124 swapFree=67111352/67111528
[pid=13544] ppid=13542 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/13544/stat : 13544 (manysat.sh) S 13542 13544 12895 0 -1 4202496 328 0 0 0 0 0 0 0 23 0 1 0 622534172 8908800 249 33554432000 4194304 4922060 140733996551936 18446744073709551615 270338202757 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/13544/statm: 2175 249 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50032 s]
/proc/loadavg: 7.79 8.03 7.99 7/336 13546
/proc/meminfo: memFree=10167728/32951124 swapFree=67111352/67111528
[pid=13544] ppid=13542 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/13544/stat : 13544 (manysat.sh) S 13542 13544 12895 0 -1 4202496 328 0 0 0 0 0 0 0 23 0 1 0 622534172 8908800 249 33554432000 4194304 4922060 140733996551936 18446744073709551615 270338202757 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/13544/statm: 2175 249 209 178 0 68 0
[pid=13545] ppid=13544 vsize=231940 CPUtime=1.49 cores=1,3,5,7
/proc/13545/stat : 13545 (SatElite) R 13544 13544 12895 0 -1 4202496 43189 0 0 0 129 20 0 0 25 0 1 0 622534172 237506560 43145 33554432000 134512640 135034092 4289797248 18446744073709551615 134542711 0 0 4096 3 0 0 0 17 3 0 0 0
/proc/13545/statm: 57985 43148 52 128 0 57855 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 240640

[startup+3.101 s]
/proc/loadavg: 7.56 7.98 7.97 6/336 13546
/proc/meminfo: memFree=10059848/32951124 swapFree=67111352/67111528
[pid=13544] ppid=13542 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/13544/stat : 13544 (manysat.sh) S 13542 13544 12895 0 -1 4202496 328 0 0 0 0 0 0 0 23 0 1 0 622534172 8908800 249 33554432000 4194304 4922060 140733996551936 18446744073709551615 270338202757 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/13544/statm: 2175 249 209 178 0 68 0
[pid=13545] ppid=13544 vsize=232696 CPUtime=3.09 cores=1,3,5,7
/proc/13545/stat : 13545 (SatElite) R 13544 13544 12895 0 -1 4202496 54766 0 0 0 287 22 0 0 25 0 1 0 622534172 238280704 54722 33554432000 134512640 135034092 4289797248 18446744073709551615 134540733 0 0 4096 3 0 0 0 17 3 0 0 0
/proc/13545/statm: 58174 54722 64 128 0 58044 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 241396

[startup+6.30036 s]
/proc/loadavg: 7.56 7.98 7.97 6/336 13546
/proc/meminfo: memFree=10056172/32951124 swapFree=67111352/67111528
[pid=13544] ppid=13542 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/13544/stat : 13544 (manysat.sh) S 13542 13544 12895 0 -1 4202496 328 0 0 0 0 0 0 0 23 0 1 0 622534172 8908800 249 33554432000 4194304 4922060 140733996551936 18446744073709551615 270338202757 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/13544/statm: 2175 249 209 178 0 68 0
[pid=13545] ppid=13544 vsize=232884 CPUtime=6.29 cores=1,3,5,7
/proc/13545/stat : 13545 (SatElite) R 13544 13544 12895 0 -1 4202496 54775 0 0 0 607 22 0 0 25 0 1 0 622534172 238473216 54731 33554432000 134512640 135034092 4289797248 18446744073709551615 134540704 0 0 4096 3 0 0 0 17 3 0 0 0
/proc/13545/statm: 58221 54731 64 128 0 58091 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 241584

[startup+12.7011 s]
/proc/loadavg: 7.24 7.90 7.95 6/336 13546
/proc/meminfo: memFree=10045764/32951124 swapFree=67111352/67111528
[pid=13544] ppid=13542 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/13544/stat : 13544 (manysat.sh) S 13542 13544 12895 0 -1 4202496 328 0 0 0 0 0 0 0 23 0 1 0 622534172 8908800 249 33554432000 4194304 4922060 140733996551936 18446744073709551615 270338202757 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/13544/statm: 2175 249 209 178 0 68 0
[pid=13545] ppid=13544 vsize=232884 CPUtime=12.69 cores=1,3,5,7
/proc/13545/stat : 13545 (SatElite) R 13544 13544 12895 0 -1 4202496 54788 0 0 0 1247 22 0 0 25 0 1 0 622534172 238473216 54744 33554432000 134512640 135034092 4289797248 18446744073709551615 134540704 0 0 4096 3 0 0 0 17 3 0 0 0
/proc/13545/statm: 58221 54744 64 128 0 58091 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 241584

[startup+25.5006 s]
/proc/loadavg: 6.90 7.80 7.91 6/336 13546
/proc/meminfo: memFree=10033116/32951124 swapFree=67111352/67111528
[pid=13544] ppid=13542 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/13544/stat : 13544 (manysat.sh) S 13542 13544 12895 0 -1 4202496 328 0 0 0 0 0 0 0 23 0 1 0 622534172 8908800 249 33554432000 4194304 4922060 140733996551936 18446744073709551615 270338202757 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/13544/statm: 2175 249 209 178 0 68 0
[pid=13545] ppid=13544 vsize=237424 CPUtime=25.47 cores=1,3,5,7
/proc/13545/stat : 13545 (SatElite) R 13544 13544 12895 0 -1 4202496 56660 0 0 0 2524 23 0 0 25 0 1 0 622534172 243122176 55905 33554432000 134512640 135034092 4289797248 18446744073709551615 134691101 0 0 4096 3 0 0 0 17 3 0 0 2
/proc/13545/statm: 59356 55905 69 128 0 59226 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 246124

[startup+51.1004 s]
/proc/loadavg: 7.10 7.77 7.90 9/339 13551
/proc/meminfo: memFree=9359320/32951124 swapFree=67111352/67111528
[pid=13544] ppid=13542 vsize=8700 CPUtime=28.3 cores=1,3,5,7
/proc/13544/stat : 13544 (manysat.sh) S 13542 13544 12895 0 -1 4202496 356 56663 0 0 0 0 2796 34 18 0 1 0 622534172 8908800 252 33554432000 4194304 4922060 140733996551936 18446744073709551615 270338202757 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/13544/statm: 2175 252 209 178 0 68 0
[pid=13547] ppid=13544 vsize=847232 CPUtime=81.13 cores=1,3,5,7
/proc/13547/stat : 13547 (manysat1.1_stat) R 13544 13544 12895 0 -1 4202496 196562 0 0 0 8074 39 0 0 25 0 4 0 622537005 867565568 196512 33554432000 134512640 135305190 4289894224 18446744073709551615 134528768 0 0 4096 3 18446744073709551615 0 0 17 5 0 0 0
/proc/13547/statm: 211808 196512 84 194 0 211612 0
[pid=13547/tid=13548] ppid=13544 vsize=847232 CPUtime=19.52 cores=1,3,5,7
/proc/13547/task/13548/stat : 13548 (manysat1.1_stat) R 13544 13544 12895 0 -1 4202560 8604 0 0 0 1948 4 0 0 25 0 4 0 622537328 867565568 196512 33554432000 134512640 135305190 4289894224 18446744073709551615 134528301 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=13547/tid=13549] ppid=13544 vsize=847232 CPUtime=19.3 cores=1,3,5,7
/proc/13547/task/13549/stat : 13549 (manysat1.1_stat) R 13544 13544 12895 0 -1 4202560 8835 0 0 0 1926 4 0 0 25 0 4 0 622537328 867565568 196512 33554432000 134512640 135305190 4289894224 18446744073709551615 134529134 0 0 4096 3 0 0 0 -1 7 0 0 0
[pid=13547/tid=13550] ppid=13544 vsize=847232 CPUtime=19.53 cores=1,3,5,7
/proc/13547/task/13550/stat : 13550 (manysat1.1_stat) R 13544 13544 12895 0 -1 4202560 15137 0 0 0 1948 5 0 0 25 0 4 0 622537328 867565568 196512 33554432000 134512640 135305190 4289894224 18446744073709551615 134528768 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 109.43
Current children cumulated vsize (KiB) 855932

[startup+102.301 s]
/proc/loadavg: 7.73 7.84 7.91 9/339 13552
/proc/meminfo: memFree=9253880/32951124 swapFree=67111352/67111528
[pid=13544] ppid=13542 vsize=8700 CPUtime=28.3 cores=1,3,5,7
/proc/13544/stat : 13544 (manysat.sh) S 13542 13544 12895 0 -1 4202496 356 56663 0 0 0 0 2796 34 18 0 1 0 622534172 8908800 252 33554432000 4194304 4922060 140733996551936 18446744073709551615 270338202757 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/13544/statm: 2175 252 209 178 0 68 0
[pid=13547] ppid=13544 vsize=947360 CPUtime=285.38 cores=1,3,5,7
/proc/13547/stat : 13547 (manysat1.1_stat) R 13544 13544 12895 0 -1 4202496 221096 0 0 0 28478 60 0 0 25 0 4 0 622537005 970096640 221046 33554432000 134512640 135305190 4289894224 18446744073709551615 134549024 0 0 4096 3 18446744073709551615 0 0 17 7 0 0 0
/proc/13547/statm: 236840 221046 84 194 0 236644 0
[pid=13547/tid=13548] ppid=13544 vsize=947360 CPUtime=70.73 cores=1,3,5,7
/proc/13547/task/13548/stat : 13548 (manysat1.1_stat) R 13544 13544 12895 0 -1 4202560 14824 0 0 0 7065 8 0 0 25 0 4 0 622537328 970096640 221049 33554432000 134512640 135305190 4289894224 18446744073709551615 134528768 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=13547/tid=13549] ppid=13544 vsize=947360 CPUtime=70.52 cores=1,3,5,7
/proc/13547/task/13549/stat : 13549 (manysat1.1_stat) R 13544 13544 12895 0 -1 4202560 16150 0 0 0 7041 11 0 0 25 0 4 0 622537328 970096640 221049 33554432000 134512640 135305190 4289894224 18446744073709551615 134528344 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=13547/tid=13550] ppid=13544 vsize=947360 CPUtime=70.72 cores=1,3,5,7
/proc/13547/task/13550/stat : 13550 (manysat1.1_stat) R 13544 13544 12895 0 -1 4202560 20463 0 0 0 7062 10 0 0 25 0 4 0 622537328 970096640 221049 33554432000 134512640 135305190 4289894224 18446744073709551615 134528224 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 313.68
Current children cumulated vsize (KiB) 956060

[startup+162.3 s]
/proc/loadavg: 7.89 7.86 7.91 9/339 13554
/proc/meminfo: memFree=9150032/32951124 swapFree=67111352/67111528
[pid=13544] ppid=13542 vsize=8700 CPUtime=28.3 cores=1,3,5,7
/proc/13544/stat : 13544 (manysat.sh) S 13542 13544 12895 0 -1 4202496 356 56663 0 0 0 0 2796 34 18 0 1 0 622534172 8908800 252 33554432000 4194304 4922060 140733996551936 18446744073709551615 270338202757 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/13544/statm: 2175 252 209 178 0 68 0
[pid=13547] ppid=13544 vsize=1044608 CPUtime=524.65 cores=1,3,5,7
/proc/13547/stat : 13547 (manysat1.1_stat) R 13544 13544 12895 0 -1 4202496 245082 0 0 0 52382 83 0 0 25 0 4 0 622537005 1069678592 245032 33554432000 134512640 135305190 4289894224 18446744073709551615 134528503 0 0 4096 3 18446744073709551615 0 0 17 7 0 0 0
/proc/13547/statm: 261152 245032 84 194 0 260956 0
[pid=13547/tid=13548] ppid=13544 vsize=1044608 CPUtime=130.69 cores=1,3,5,7
/proc/13547/task/13548/stat : 13548 (manysat1.1_stat) R 13544 13544 12895 0 -1 4202560 19747 0 0 0 13056 13 0 0 25 0 4 0 622537328 1069678592 245032 33554432000 134512640 135305190 4289894224 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=13547/tid=13549] ppid=13544 vsize=1044608 CPUtime=130.51 cores=1,3,5,7
/proc/13547/task/13549/stat : 13549 (manysat1.1_stat) R 13544 13544 12895 0 -1 4202560 24097 0 0 0 13034 17 0 0 25 0 4 0 622537328 1069678592 245032 33554432000 134512640 135305190 4289894224 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=13547/tid=13550] ppid=13544 vsize=1044608 CPUtime=130.7 cores=1,3,5,7
/proc/13547/task/13550/stat : 13550 (manysat1.1_stat) R 13544 13544 12895 0 -1 4202560 25480 0 0 0 13055 15 0 0 25 0 4 0 622537328 1069678592 245032 33554432000 134512640 135305190 4289894224 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 552.95
Current children cumulated vsize (KiB) 1053308

[startup+222.312 s]
/proc/loadavg: 8.01 7.90 7.92 9/339 13556
/proc/meminfo: memFree=9080148/32951124 swapFree=67111352/67111528
[pid=13544] ppid=13542 vsize=8700 CPUtime=28.3 cores=1,3,5,7
/proc/13544/stat : 13544 (manysat.sh) S 13542 13544 12895 0 -1 4202496 356 56663 0 0 0 0 2796 34 18 0 1 0 622534172 8908800 252 33554432000 4194304 4922060 140733996551936 18446744073709551615 270338202757 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/13544/statm: 2175 252 209 178 0 68 0
[pid=13547] ppid=13544 vsize=1108940 CPUtime=764 cores=1,3,5,7
/proc/13547/stat : 13547 (manysat1.1_stat) R 13544 13544 12895 0 -1 4202496 260927 0 0 0 76302 98 0 0 25 0 4 0 622537005 1135554560 260877 33554432000 134512640 135305190 4289894224 18446744073709551615 134528298 0 0 4096 3 18446744073709551615 0 0 17 7 0 0 0
/proc/13547/statm: 277235 260877 84 194 0 277039 0
[pid=13547/tid=13548] ppid=13544 vsize=1108940 CPUtime=190.7 cores=1,3,5,7
/proc/13547/task/13548/stat : 13548 (manysat1.1_stat) R 13544 13544 12895 0 -1 4202560 23229 0 0 0 19053 17 0 0 25 0 4 0 622537328 1135554560 260877 33554432000 134512640 135305190 4289894224 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=13547/tid=13549] ppid=13544 vsize=1108940 CPUtime=190.52 cores=1,3,5,7
/proc/13547/task/13549/stat : 13549 (manysat1.1_stat) R 13544 13544 12895 0 -1 4202560 29254 0 0 0 19031 21 0 0 25 0 4 0 622537328 1135554560 260877 33554432000 134512640 135305190 4289894224 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=13547/tid=13550] ppid=13544 vsize=1108940 CPUtime=190.7 cores=1,3,5,7
/proc/13547/task/13550/stat : 13550 (manysat1.1_stat) R 13544 13544 12895 0 -1 4202560 28723 0 0 0 19052 18 0 0 25 0 4 0 622537328 1135554560 260877 33554432000 134512640 135305190 4289894224 18446744073709551615 134528418 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 792.3
Current children cumulated vsize (KiB) 1117640

[startup+282.301 s]
/proc/loadavg: 8.09 7.94 7.93 9/339 13557
/proc/meminfo: memFree=8985836/32951124 swapFree=67111352/67111528
[pid=13544] ppid=13542 vsize=8700 CPUtime=28.3 cores=1,3,5,7

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

/proc/13547/task/13550/stat : 13550 (manysat1.1_stat) R 13544 13544 12895 0 -1 4202560 52267 0 0 0 72758 47 0 0 25 0 4 0 622537328 1578704896 368178 33554432000 134512640 135305190 4289894224 18446744073709551615 134528263 0 0 4096 3 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 2946.16
Current children cumulated vsize (KiB) 1550404

[startup+822.3 s]
/proc/loadavg: 8.12 8.08 8.00 9/339 13605
/proc/meminfo: memFree=8859072/32951124 swapFree=67111352/67111528
[pid=13544] ppid=13542 vsize=8700 CPUtime=28.3 cores=1,3,5,7
/proc/13544/stat : 13544 (manysat.sh) S 13542 13544 12895 0 -1 4202496 356 56663 0 0 0 0 2796 34 18 0 1 0 622534172 8908800 252 33554432000 4194304 4922060 140733996551936 18446744073709551615 270338202757 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/13544/statm: 2175 252 209 178 0 68 0
[pid=13547] ppid=13544 vsize=1632100 CPUtime=3157.15 cores=1,3,5,7
/proc/13547/stat : 13547 (manysat1.1_stat) R 13544 13544 12895 0 -1 4202496 389973 0 0 0 315481 234 0 0 25 0 4 0 622537005 1671270400 389923 33554432000 134512640 135305190 4289894224 18446744073709551615 134528298 0 0 4096 3 18446744073709551615 0 0 17 5 0 0 0
/proc/13547/statm: 408025 389923 84 194 0 407829 0
[pid=13547/tid=13548] ppid=13544 vsize=1632100 CPUtime=790.59 cores=1,3,5,7
/proc/13547/task/13548/stat : 13548 (manysat1.1_stat) R 13544 13544 12895 0 -1 4202560 54340 0 0 0 79008 51 0 0 25 0 4 0 622537328 1671270400 389923 33554432000 134512640 135305190 4289894224 18446744073709551615 134528382 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=13547/tid=13549] ppid=13544 vsize=1632100 CPUtime=790.52 cores=1,3,5,7
/proc/13547/task/13549/stat : 13549 (manysat1.1_stat) R 13544 13544 12895 0 -1 4202560 61273 0 0 0 79001 51 0 0 25 0 4 0 622537328 1671270400 389923 33554432000 134512640 135305190 4289894224 18446744073709551615 134528506 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=13547/tid=13550] ppid=13544 vsize=1632100 CPUtime=787.89 cores=1,3,5,7
/proc/13547/task/13550/stat : 13550 (manysat1.1_stat) R 13544 13544 12895 0 -1 4202560 57517 0 0 0 78736 53 0 0 25 0 4 0 622537328 1671270400 389923 33554432000 134512640 135305190 4289894224 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3185.45
Current children cumulated vsize (KiB) 1640800

[startup+882.312 s]
/proc/loadavg: 8.10 8.07 8.00 9/339 13606
/proc/meminfo: memFree=8832132/32951124 swapFree=67111352/67111528
[pid=13544] ppid=13542 vsize=8700 CPUtime=28.3 cores=1,3,5,7
/proc/13544/stat : 13544 (manysat.sh) S 13542 13544 12895 0 -1 4202496 356 56663 0 0 0 0 2796 34 18 0 1 0 622534172 8908800 252 33554432000 4194304 4922060 140733996551936 18446744073709551615 270338202757 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/13544/statm: 2175 252 209 178 0 68 0
[pid=13547] ppid=13544 vsize=1638128 CPUtime=3396.51 cores=1,3,5,7
/proc/13547/stat : 13547 (manysat1.1_stat) R 13544 13544 12895 0 -1 4202496 391365 0 0 0 339415 236 0 0 25 0 4 0 622537005 1677443072 391315 33554432000 134512640 135305190 4289894224 18446744073709551615 134528388 0 0 4096 3 18446744073709551615 0 0 17 5 0 0 0
/proc/13547/statm: 409532 391315 84 194 0 409336 0
[pid=13547/tid=13548] ppid=13544 vsize=1638128 CPUtime=850.6 cores=1,3,5,7
/proc/13547/task/13548/stat : 13548 (manysat1.1_stat) R 13544 13544 12895 0 -1 4202560 54663 0 0 0 85009 51 0 0 25 0 4 0 622537328 1677443072 391315 33554432000 134512640 135305190 4289894224 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=13547/tid=13549] ppid=13544 vsize=1638128 CPUtime=850.54 cores=1,3,5,7
/proc/13547/task/13549/stat : 13549 (manysat1.1_stat) R 13544 13544 12895 0 -1 4202560 61558 0 0 0 85003 51 0 0 25 0 4 0 622537328 1677443072 391315 33554432000 134512640 135305190 4289894224 18446744073709551615 134528548 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=13547/tid=13550] ppid=13544 vsize=1638128 CPUtime=847.24 cores=1,3,5,7
/proc/13547/task/13550/stat : 13550 (manysat1.1_stat) R 13544 13544 12895 0 -1 4202560 57757 0 0 0 84671 53 0 0 25 0 4 0 622537328 1677443072 391315 33554432000 134512640 135305190 4289894224 18446744073709551615 134528768 0 0 4096 3 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3424.81
Current children cumulated vsize (KiB) 1646828

[startup+942.301 s]
/proc/loadavg: 8.16 8.09 8.01 9/339 13608
/proc/meminfo: memFree=8809900/32951124 swapFree=67111352/67111528
[pid=13544] ppid=13542 vsize=8700 CPUtime=28.3 cores=1,3,5,7
/proc/13544/stat : 13544 (manysat.sh) S 13542 13544 12895 0 -1 4202496 356 56663 0 0 0 0 2796 34 18 0 1 0 622534172 8908800 252 33554432000 4194304 4922060 140733996551936 18446744073709551615 270338202757 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/13544/statm: 2175 252 209 178 0 68 0
[pid=13547] ppid=13544 vsize=1649476 CPUtime=3635.78 cores=1,3,5,7
/proc/13547/stat : 13547 (manysat1.1_stat) R 13544 13544 12895 0 -1 4202496 393972 0 0 0 363336 242 0 0 25 0 4 0 622537005 1689063424 393922 33554432000 134512640 135305190 4289894224 18446744073709551615 134528376 0 0 4096 3 18446744073709551615 0 0 17 5 0 0 0
/proc/13547/statm: 412369 393922 84 194 0 412173 0
[pid=13547/tid=13548] ppid=13544 vsize=1649476 CPUtime=910.55 cores=1,3,5,7
/proc/13547/task/13548/stat : 13548 (manysat1.1_stat) R 13544 13544 12895 0 -1 4202560 55967 0 0 0 91001 54 0 0 25 0 4 0 622537328 1689063424 393922 33554432000 134512640 135305190 4289894224 18446744073709551615 134551651 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=13547/tid=13549] ppid=13544 vsize=1649476 CPUtime=910.53 cores=1,3,5,7
/proc/13547/task/13549/stat : 13549 (manysat1.1_stat) R 13544 13544 12895 0 -1 4202560 62196 0 0 0 91001 52 0 0 25 0 4 0 622537328 1689063424 393922 33554432000 134512640 135305190 4289894224 18446744073709551615 134528442 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=13547/tid=13550] ppid=13544 vsize=1649476 CPUtime=906.58 cores=1,3,5,7
/proc/13547/task/13550/stat : 13550 (manysat1.1_stat) R 13544 13544 12895 0 -1 4202560 58064 0 0 0 90604 54 0 0 25 0 4 0 622537328 1689063424 393922 33554432000 134512640 135305190 4289894224 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3664.08
Current children cumulated vsize (KiB) 1658176

[startup+1002.3 s]
/proc/loadavg: 8.10 8.08 8.01 9/339 13609
/proc/meminfo: memFree=8715132/32951124 swapFree=67111352/67111528
[pid=13544] ppid=13542 vsize=8700 CPUtime=28.3 cores=1,3,5,7
/proc/13544/stat : 13544 (manysat.sh) S 13542 13544 12895 0 -1 4202496 356 56663 0 0 0 0 2796 34 18 0 1 0 622534172 8908800 252 33554432000 4194304 4922060 140733996551936 18446744073709551615 270338202757 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/13544/statm: 2175 252 209 178 0 68 0
[pid=13547] ppid=13544 vsize=1731340 CPUtime=3875.13 cores=1,3,5,7
/proc/13547/stat : 13547 (manysat1.1_stat) R 13544 13544 12895 0 -1 4202496 414085 0 0 0 387252 261 0 0 25 0 4 0 622537005 1772892160 414035 33554432000 134512640 135305190 4289894224 18446744073709551615 134528503 0 0 4096 3 18446744073709551615 0 0 17 5 0 0 0
/proc/13547/statm: 432835 414035 84 194 0 432639 0
[pid=13547/tid=13548] ppid=13544 vsize=1731340 CPUtime=970.55 cores=1,3,5,7
/proc/13547/task/13548/stat : 13548 (manysat1.1_stat) R 13544 13544 12895 0 -1 4202560 61604 0 0 0 96995 60 0 0 25 0 4 0 622537328 1772892160 414035 33554432000 134512640 135305190 4289894224 18446744073709551615 134528768 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=13547/tid=13549] ppid=13544 vsize=1731340 CPUtime=970.53 cores=1,3,5,7
/proc/13547/task/13549/stat : 13549 (manysat1.1_stat) R 13544 13544 12895 0 -1 4202560 66181 0 0 0 96998 55 0 0 25 0 4 0 622537328 1772892160 414035 33554432000 134512640 135305190 4289894224 18446744073709551615 134528376 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=13547/tid=13550] ppid=13544 vsize=1731340 CPUtime=965.93 cores=1,3,5,7
/proc/13547/task/13550/stat : 13550 (manysat1.1_stat) R 13544 13544 12895 0 -1 4202560 63160 0 0 0 96534 59 0 0 25 0 4 0 622537328 1772892160 414035 33554432000 134512640 135305190 4289894224 18446744073709551615 134528310 0 0 4096 3 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3903.43
Current children cumulated vsize (KiB) 1740040

[startup+1062.3 s]
/proc/loadavg: 8.14 8.10 8.01 9/339 13611
/proc/meminfo: memFree=8635992/32951124 swapFree=67111352/67111528
[pid=13544] ppid=13542 vsize=8700 CPUtime=28.3 cores=1,3,5,7
/proc/13544/stat : 13544 (manysat.sh) S 13542 13544 12895 0 -1 4202496 356 56663 0 0 0 0 2796 34 18 0 1 0 622534172 8908800 252 33554432000 4194304 4922060 140733996551936 18446744073709551615 270338202757 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/13544/statm: 2175 252 209 178 0 68 0
[pid=13547] ppid=13544 vsize=1790216 CPUtime=4114.46 cores=1,3,5,7
/proc/13547/stat : 13547 (manysat1.1_stat) R 13544 13544 12895 0 -1 4202496 428918 0 0 0 411168 278 0 0 25 0 4 0 622537005 1833181184 428868 33554432000 134512640 135305190 4289894224 18446744073709551615 134528298 0 0 4096 3 18446744073709551615 0 0 17 5 0 0 0
/proc/13547/statm: 447554 428868 84 194 0 447358 0
[pid=13547/tid=13548] ppid=13544 vsize=1790216 CPUtime=1030.56 cores=1,3,5,7
/proc/13547/task/13548/stat : 13548 (manysat1.1_stat) R 13544 13544 12895 0 -1 4202560 65265 0 0 0 102991 65 0 0 25 0 4 0 622537328 1833181184 428868 33554432000 134512640 135305190 4289894224 18446744073709551615 134528582 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=13547/tid=13549] ppid=13544 vsize=1790216 CPUtime=1030.54 cores=1,3,5,7
/proc/13547/task/13549/stat : 13549 (manysat1.1_stat) R 13544 13544 12895 0 -1 4202560 69605 0 0 0 102995 59 0 0 25 0 4 0 622537328 1833181184 428868 33554432000 134512640 135305190 4289894224 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=13547/tid=13550] ppid=13544 vsize=1790216 CPUtime=1025.25 cores=1,3,5,7
/proc/13547/task/13550/stat : 13550 (manysat1.1_stat) R 13544 13544 12895 0 -1 4202560 66841 0 0 0 102461 64 0 0 25 0 4 0 622537328 1833181184 428868 33554432000 134512640 135305190 4289894224 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4142.76
Current children cumulated vsize (KiB) 1798916

[startup+1122.3 s]
/proc/loadavg: 8.13 8.11 8.02 9/339 13613
/proc/meminfo: memFree=8620092/32951124 swapFree=67111352/67111528
[pid=13544] ppid=13542 vsize=8700 CPUtime=28.3 cores=1,3,5,7
/proc/13544/stat : 13544 (manysat.sh) S 13542 13544 12895 0 -1 4202496 356 56663 0 0 0 0 2796 34 18 0 1 0 622534172 8908800 252 33554432000 4194304 4922060 140733996551936 18446744073709551615 270338202757 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/13544/statm: 2175 252 209 178 0 68 0
[pid=13547] ppid=13544 vsize=1794652 CPUtime=4353.78 cores=1,3,5,7
/proc/13547/stat : 13547 (manysat1.1_stat) R 13544 13544 12895 0 -1 4202496 429940 0 0 0 435098 280 0 0 25 0 4 0 622537005 1837723648 429890 33554432000 134512640 135305190 4289894224 18446744073709551615 134547909 0 0 4096 3 18446744073709551615 0 0 17 5 0 0 0
/proc/13547/statm: 448663 429890 84 194 0 448467 0
[pid=13547/tid=13548] ppid=13544 vsize=1794652 CPUtime=1090.56 cores=1,3,5,7
/proc/13547/task/13548/stat : 13548 (manysat1.1_stat) R 13544 13544 12895 0 -1 4202560 65719 0 0 0 108991 65 0 0 25 0 4 0 622537328 1837723648 429890 33554432000 134512640 135305190 4289894224 18446744073709551615 134528263 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=13547/tid=13549] ppid=13544 vsize=1794652 CPUtime=1090.53 cores=1,3,5,7
/proc/13547/task/13549/stat : 13549 (manysat1.1_stat) R 13544 13544 12895 0 -1 4202560 70113 0 0 0 108994 59 0 0 25 0 4 0 622537328 1837723648 429890 33554432000 134512640 135305190 4289894224 18446744073709551615 134528571 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=13547/tid=13550] ppid=13544 vsize=1794652 CPUtime=1084.59 cores=1,3,5,7
/proc/13547/task/13550/stat : 13550 (manysat1.1_stat) R 13544 13544 12895 0 -1 4202560 66869 0 0 0 108395 64 0 0 25 0 4 0 622537328 1837723648 429890 33554432000 134512640 135305190 4289894224 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4382.08
Current children cumulated vsize (KiB) 1803352

[startup+1182.3 s]
/proc/loadavg: 8.09 8.10 8.02 9/339 13614
/proc/meminfo: memFree=8599348/32951124 swapFree=67111352/67111528
[pid=13544] ppid=13542 vsize=8700 CPUtime=28.3 cores=1,3,5,7
/proc/13544/stat : 13544 (manysat.sh) S 13542 13544 12895 0 -1 4202496 356 56663 0 0 0 0 2796 34 18 0 1 0 622534172 8908800 252 33554432000 4194304 4922060 140733996551936 18446744073709551615 270338202757 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/13544/statm: 2175 252 209 178 0 68 0
[pid=13547] ppid=13544 vsize=1799084 CPUtime=4593.08 cores=1,3,5,7
/proc/13547/stat : 13547 (manysat1.1_stat) R 13544 13544 12895 0 -1 4202496 431209 0 0 0 459025 283 0 0 25 0 4 0 622537005 1842262016 431159 33554432000 134512640 135305190 4289894224 18446744073709551615 134528237 0 0 4096 3 18446744073709551615 0 0 17 5 0 0 0
/proc/13547/statm: 449771 431159 84 194 0 449575 0
[pid=13547/tid=13548] ppid=13544 vsize=1799084 CPUtime=1150.5 cores=1,3,5,7
/proc/13547/task/13548/stat : 13548 (manysat1.1_stat) R 13544 13544 12895 0 -1 4202560 65913 0 0 0 114984 66 0 0 25 0 4 0 622537328 1842262016 431159 33554432000 134512640 135305190 4289894224 18446744073709551615 134528771 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=13547/tid=13549] ppid=13544 vsize=1799084 CPUtime=1150.54 cores=1,3,5,7
/proc/13547/task/13549/stat : 13549 (manysat1.1_stat) R 13544 13544 12895 0 -1 4202560 70853 0 0 0 114994 60 0 0 25 0 4 0 622537328 1842262016 431159 33554432000 134512640 135305190 4289894224 18446744073709551615 134528418 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=13547/tid=13550] ppid=13544 vsize=1799084 CPUtime=1143.95 cores=1,3,5,7
/proc/13547/task/13550/stat : 13550 (manysat1.1_stat) R 13544 13544 12895 0 -1 4202560 66990 0 0 0 114330 65 0 0 25 0 4 0 622537328 1842262016 431159 33554432000 134512640 135305190 4289894224 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4621.38
Current children cumulated vsize (KiB) 1807784



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1227.1 s]
/proc/loadavg: 8.13 8.11 8.02 9/339 13615
/proc/meminfo: memFree=8586292/32951124 swapFree=67111352/67111528
[pid=13544] ppid=13542 vsize=8700 CPUtime=28.3 cores=1,3,5,7
/proc/13544/stat : 13544 (manysat.sh) S 13542 13544 12895 0 -1 4202496 356 56663 0 0 0 0 2796 34 18 0 1 0 622534172 8908800 252 33554432000 4194304 4922060 140733996551936 18446744073709551615 270338202757 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/13544/statm: 2175 252 209 178 0 68 0
[pid=13547] ppid=13544 vsize=1809140 CPUtime=4771.82 cores=1,3,5,7
/proc/13547/stat : 13547 (manysat1.1_stat) R 13544 13544 12895 0 -1 4202496 433648 0 0 0 476895 287 0 0 25 0 4 0 622537005 1852559360 433598 33554432000 134512640 135305190 4289894224 18446744073709551615 134528298 0 0 4096 3 18446744073709551615 0 0 17 5 0 0 0
/proc/13547/statm: 452285 433598 84 194 0 452089 0
[pid=13547/tid=13548] ppid=13544 vsize=1809140 CPUtime=1195.31 cores=1,3,5,7
/proc/13547/task/13548/stat : 13548 (manysat1.1_stat) R 13544 13544 12895 0 -1 4202560 67080 0 0 0 119463 68 0 0 25 0 4 0 622537328 1852559360 433599 33554432000 134512640 135305190 4289894224 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=13547/tid=13549] ppid=13544 vsize=1809140 CPUtime=1195.36 cores=1,3,5,7
/proc/13547/task/13549/stat : 13549 (manysat1.1_stat) R 13544 13544 12895 0 -1 4202560 71267 0 0 0 119475 61 0 0 25 0 4 0 622537328 1852559360 433599 33554432000 134512640 135305190 4289894224 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=13547/tid=13550] ppid=13544 vsize=1809140 CPUtime=1188.25 cores=1,3,5,7
/proc/13547/task/13550/stat : 13550 (manysat1.1_stat) R 13544 13544 12895 0 -1 4202560 67401 0 0 0 118760 65 0 0 25 0 4 0 622537328 1852559360 433599 33554432000 134512640 135305190 4289894224 18446744073709551615 134528224 0 0 4096 3 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4800.12
Current children cumulated vsize (KiB) 1817840

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 13544 and gives
#  childrusage.ru_utime.tv_sec=27
#  childrusage.ru_utime.tv_usec=965748
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=342947
# CPU time returned by wait4() is 28.3087
# while last known CPU time is 4800.12
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1227.12
CPU time (s): 4800.12
CPU user time (s): 4796.91
CPU system time (s): 3.21
CPU usage (%): 391.168
Max. virtual memory (cumulated for all children) (KiB): 1817840

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 27.9657
system time used= 0.342947
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 57019
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= 9
involuntary context switches= 312

runsolver used 3.66044 second user time and 9.73652 second system time

The end

Launcher Data

Begin job on node143 at 2011-05-13 17:39:46
IDJOB=3362317
IDBENCH=83463
IDSOLVER=1838
FILE ID=node143/3362317-1305301183
RUNJOBID= node143-1305296391-12914
PBS_JOBID= 13321410
Free space on /tmp= 41120 MiB

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

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

MD5SUM BENCH= 9cec6483d4ca03e8555377ba059b61ae
RANDOM SEED=1720719514

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

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

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.846
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.846
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.83
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.846
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.74
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.846
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.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      10279492 kB
Buffers:        230252 kB
Cached:        5594728 kB
SwapCached:          0 kB
Active:       17503072 kB
Inactive:      4850400 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      10279492 kB
SwapTotal:    67111528 kB
SwapFree:     67111352 kB
Dirty:          102220 kB
Writeback:           0 kB
AnonPages:    16527800 kB
Mapped:          29340 kB
Slab:           201192 kB
PageTables:      54184 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 70318820 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= 41020 MiB
End job on node143 at 2011-05-13 18:00:15