Trace number 3362397

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.05 1203.34

General information on the benchmark

NameSAT02/industrial/aloul/
Homer/homer17.shuffled.cnf
MD5SUMca62f6128dc3cad7229c7b9ee33a7492
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.484925
Satisfiable
(Un)Satisfiability was proved
Number of variables286
Number of clauses1742
Sum of the clauses size3718
Maximum clause length11
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 21716
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 526

Solver Data

0.00/0.00	c Parsing...
0.00/0.00	c ==============================================================================
0.00/0.00	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.00	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.00	c ==============================================================================
0.00/0.00	c |         0 |    1742     3718 |     522       0        0     nan |  0.000 % |
0.00/0.00	c |         0 |    1716     6240 |      --       0       --      -- |     --   | -26/2522
0.00/0.00	c ==============================================================================
0.00/0.00	c Result  :   #vars: 260   #clauses: 1716   #literals: 6240
0.00/0.00	c CPU time:   0.002999 s
0.00/0.00	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-3362397-1305302415/watcher-3362397-1305302415 -o /tmp/evaluation-result-3362397-1305302415/solver-3362397-1305302415 -C 4800 -W 1300 -M 15500 manysat.sh HOME/instance-3362397-1305302415.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: 8.13 8.11 8.02 5/334 13642
/proc/meminfo: memFree=10531388/32951124 swapFree=67111352/67111528
[pid=13642] ppid=13640 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/13642/stat : 13642 (manysat.sh) S 13640 13642 12895 0 -1 4202496 356 186 0 0 0 0 0 0 25 0 1 0 622657104 8908800 253 33554432000 4194304 4922060 140736739221888 18446744073709551615 270338202757 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/13642/statm: 2175 253 209 178 0 68 0

[startup+0.0240339 s]
/proc/loadavg: 8.13 8.11 8.02 5/334 13642
/proc/meminfo: memFree=10531388/32951124 swapFree=67111352/67111528
[pid=13642] ppid=13640 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/13642/stat : 13642 (manysat.sh) S 13640 13642 12895 0 -1 4202496 356 186 0 0 0 0 0 0 25 0 1 0 622657104 8908800 253 33554432000 4194304 4922060 140736739221888 18446744073709551615 270338202757 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/13642/statm: 2175 253 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.109084 s]
/proc/loadavg: 8.13 8.11 8.02 5/334 13642
/proc/meminfo: memFree=10531388/32951124 swapFree=67111352/67111528
[pid=13642] ppid=13640 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/13642/stat : 13642 (manysat.sh) S 13640 13642 12895 0 -1 4202496 356 186 0 0 0 0 0 0 25 0 1 0 622657104 8908800 253 33554432000 4194304 4922060 140736739221888 18446744073709551615 270338202757 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/13642/statm: 2175 253 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.30094 s]
/proc/loadavg: 8.13 8.11 8.02 5/334 13642
/proc/meminfo: memFree=10531388/32951124 swapFree=67111352/67111528
[pid=13642] ppid=13640 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/13642/stat : 13642 (manysat.sh) S 13640 13642 12895 0 -1 4202496 356 186 0 0 0 0 0 0 25 0 1 0 622657104 8908800 253 33554432000 4194304 4922060 140736739221888 18446744073709551615 270338202757 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/13642/statm: 2175 253 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.700861 s]
/proc/loadavg: 8.13 8.11 8.02 5/334 13642
/proc/meminfo: memFree=10531388/32951124 swapFree=67111352/67111528
[pid=13642] ppid=13640 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/13642/stat : 13642 (manysat.sh) S 13640 13642 12895 0 -1 4202496 356 186 0 0 0 0 0 0 25 0 1 0 622657104 8908800 253 33554432000 4194304 4922060 140736739221888 18446744073709551615 270338202757 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/13642/statm: 2175 253 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50071 s]
/proc/loadavg: 8.13 8.11 8.02 10/339 13648
/proc/meminfo: memFree=10520064/32951124 swapFree=67111352/67111528
[pid=13642] ppid=13640 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/13642/stat : 13642 (manysat.sh) S 13640 13642 12895 0 -1 4202496 356 186 0 0 0 0 0 0 25 0 1 0 622657104 8908800 253 33554432000 4194304 4922060 140736739221888 18446744073709551615 270338202757 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/13642/statm: 2175 253 209 178 0 68 0
[pid=13644] ppid=13642 vsize=49040 CPUtime=5.95 cores=1,3,5,7
/proc/13644/stat : 13644 (manysat1.1_stat) R 13642 13642 12895 0 -1 4202496 3996 0 0 0 593 2 0 0 20 0 4 0 622657104 50216960 3943 33554432000 134512640 135305190 4289388000 18446744073709551615 134547909 0 0 4096 3 18446744073709551615 0 0 17 1 0 0 0
/proc/13644/statm: 12260 3943 84 194 0 12064 0
[pid=13644/tid=13645] ppid=13642 vsize=49040 CPUtime=1.48 cores=1,3,5,7
/proc/13644/task/13645/stat : 13645 (manysat1.1_stat) R 13642 13642 12895 0 -1 4202560 937 0 0 0 148 0 0 0 25 0 4 0 622657105 50216960 3943 33554432000 134512640 135305190 4289388000 18446744073709551615 134528410 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=13644/tid=13646] ppid=13642 vsize=49040 CPUtime=1.47 cores=1,3,5,7
/proc/13644/task/13646/stat : 13646 (manysat1.1_stat) R 13642 13642 12895 0 -1 4202560 756 0 0 0 147 0 0 0 25 0 4 0 622657105 50216960 3943 33554432000 134512640 135305190 4289388000 18446744073709551615 134528480 0 0 4096 3 0 0 0 -1 7 0 0 0
[pid=13644/tid=13647] ppid=13642 vsize=49040 CPUtime=1.48 cores=1,3,5,7
/proc/13644/task/13647/stat : 13647 (manysat1.1_stat) R 13642 13642 12895 0 -1 4202560 1147 0 0 0 148 0 0 0 20 0 4 0 622657105 50216960 3943 33554432000 134512640 135305190 4289388000 18446744073709551615 134528224 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 5.95
Current children cumulated vsize (KiB) 57740

[startup+3.10039 s]
/proc/loadavg: 8.13 8.11 8.02 10/339 13648
/proc/meminfo: memFree=10509676/32951124 swapFree=67111352/67111528
[pid=13642] ppid=13640 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/13642/stat : 13642 (manysat.sh) S 13640 13642 12895 0 -1 4202496 356 186 0 0 0 0 0 0 25 0 1 0 622657104 8908800 253 33554432000 4194304 4922060 140736739221888 18446744073709551615 270338202757 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/13642/statm: 2175 253 209 178 0 68 0
[pid=13644] ppid=13642 vsize=61144 CPUtime=12.33 cores=1,3,5,7
/proc/13644/stat : 13644 (manysat1.1_stat) R 13642 13642 12895 0 -1 4202496 6776 0 0 0 1230 3 0 0 25 0 4 0 622657104 62611456 6723 33554432000 134512640 135305190 4289388000 18446744073709551615 134528415 0 0 4096 3 18446744073709551615 0 0 17 1 0 0 0
/proc/13644/statm: 15286 6723 84 194 0 15090 0
[pid=13644/tid=13645] ppid=13642 vsize=61144 CPUtime=3.08 cores=1,3,5,7
/proc/13644/task/13645/stat : 13645 (manysat1.1_stat) R 13642 13642 12895 0 -1 4202560 1438 0 0 0 308 0 0 0 25 0 4 0 622657105 62611456 6723 33554432000 134512640 135305190 4289388000 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=13644/tid=13646] ppid=13642 vsize=61144 CPUtime=3.05 cores=1,3,5,7
/proc/13644/task/13646/stat : 13646 (manysat1.1_stat) R 13642 13642 12895 0 -1 4202560 1579 0 0 0 304 1 0 0 25 0 4 0 622657105 62611456 6723 33554432000 134512640 135305190 4289388000 18446744073709551615 134528539 0 0 4096 3 0 0 0 -1 7 0 0 0
[pid=13644/tid=13647] ppid=13642 vsize=61144 CPUtime=3.08 cores=1,3,5,7
/proc/13644/task/13647/stat : 13647 (manysat1.1_stat) R 13642 13642 12895 0 -1 4202560 2186 0 0 0 307 1 0 0 25 0 4 0 622657105 62611456 6723 33554432000 134512640 135305190 4289388000 18446744073709551615 134528376 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 12.33
Current children cumulated vsize (KiB) 69844

[startup+6.30076 s]
/proc/loadavg: 8.12 8.11 8.02 10/339 13649
/proc/meminfo: memFree=10498628/32951124 swapFree=67111352/67111528
[pid=13642] ppid=13640 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/13642/stat : 13642 (manysat.sh) S 13640 13642 12895 0 -1 4202496 356 186 0 0 0 0 0 0 25 0 1 0 622657104 8908800 253 33554432000 4194304 4922060 140736739221888 18446744073709551615 270338202757 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/13642/statm: 2175 253 209 178 0 68 0
[pid=13644] ppid=13642 vsize=69244 CPUtime=25.1 cores=1,3,5,7
/proc/13644/stat : 13644 (manysat1.1_stat) R 13642 13642 12895 0 -1 4202496 8697 0 0 0 2506 4 0 0 25 0 4 0 622657104 70905856 8644 33554432000 134512640 135305190 4289388000 18446744073709551615 134528319 0 0 4096 3 18446744073709551615 0 0 17 1 0 0 0
/proc/13644/statm: 17311 8644 84 194 0 17115 0
[pid=13644/tid=13645] ppid=13642 vsize=69244 CPUtime=6.28 cores=1,3,5,7
/proc/13644/task/13645/stat : 13645 (manysat1.1_stat) R 13642 13642 12895 0 -1 4202560 1933 0 0 0 628 0 0 0 25 0 4 0 622657105 70905856 8644 33554432000 134512640 135305190 4289388000 18446744073709551615 134528341 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=13644/tid=13646] ppid=13642 vsize=69244 CPUtime=6.22 cores=1,3,5,7
/proc/13644/task/13646/stat : 13646 (manysat1.1_stat) R 13642 13642 12895 0 -1 4202560 2042 0 0 0 621 1 0 0 25 0 4 0 622657105 70905856 8644 33554432000 134512640 135305190 4289388000 18446744073709551615 134528399 0 0 4096 3 0 0 0 -1 7 0 0 0
[pid=13644/tid=13647] ppid=13642 vsize=69244 CPUtime=6.28 cores=1,3,5,7
/proc/13644/task/13647/stat : 13647 (manysat1.1_stat) R 13642 13642 12895 0 -1 4202560 2810 0 0 0 627 1 0 0 25 0 4 0 622657105 70905856 8644 33554432000 134512640 135305190 4289388000 18446744073709551615 134528410 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 25.1
Current children cumulated vsize (KiB) 77944

[startup+12.7005 s]
/proc/loadavg: 8.11 8.11 8.02 10/339 13649
/proc/meminfo: memFree=10482888/32951124 swapFree=67111352/67111528
[pid=13642] ppid=13640 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/13642/stat : 13642 (manysat.sh) S 13640 13642 12895 0 -1 4202496 356 186 0 0 0 0 0 0 25 0 1 0 622657104 8908800 253 33554432000 4194304 4922060 140736739221888 18446744073709551615 270338202757 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/13642/statm: 2175 253 209 178 0 68 0
[pid=13644] ppid=13642 vsize=82940 CPUtime=50.61 cores=1,3,5,7
/proc/13644/stat : 13644 (manysat1.1_stat) R 13642 13642 12895 0 -1 4202496 11900 0 0 0 5056 5 0 0 25 0 4 0 622657104 84930560 11847 33554432000 134512640 135305190 4289388000 18446744073709551615 134528376 0 0 4096 3 18446744073709551615 0 0 17 1 0 0 0
/proc/13644/statm: 20735 11847 84 194 0 20539 0
[pid=13644/tid=13645] ppid=13642 vsize=82940 CPUtime=12.68 cores=1,3,5,7
/proc/13644/task/13645/stat : 13645 (manysat1.1_stat) R 13642 13642 12895 0 -1 4202560 2551 0 0 0 1267 1 0 0 25 0 4 0 622657105 84930560 11847 33554432000 134512640 135305190 4289388000 18446744073709551615 134565634 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=13644/tid=13646] ppid=13642 vsize=82940 CPUtime=12.54 cores=1,3,5,7
/proc/13644/task/13646/stat : 13646 (manysat1.1_stat) R 13642 13642 12895 0 -1 4202560 2759 0 0 0 1253 1 0 0 25 0 4 0 622657105 84930560 11847 33554432000 134512640 135305190 4289388000 18446744073709551615 134552648 0 0 4096 3 0 0 0 -1 7 0 0 0
[pid=13644/tid=13647] ppid=13642 vsize=82940 CPUtime=12.68 cores=1,3,5,7
/proc/13644/task/13647/stat : 13647 (manysat1.1_stat) R 13642 13642 12895 0 -1 4202560 3729 0 0 0 1267 1 0 0 25 0 4 0 622657105 84930560 11847 33554432000 134512640 135305190 4289388000 18446744073709551615 134528277 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 50.61
Current children cumulated vsize (KiB) 91640

[startup+25.5009 s]
/proc/loadavg: 8.08 8.10 8.02 10/339 13649
/proc/meminfo: memFree=10462716/32951124 swapFree=67111352/67111528
[pid=13642] ppid=13640 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/13642/stat : 13642 (manysat.sh) S 13640 13642 12895 0 -1 4202496 356 186 0 0 0 0 0 0 25 0 1 0 622657104 8908800 253 33554432000 4194304 4922060 140736739221888 18446744073709551615 270338202757 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/13642/statm: 2175 253 209 178 0 68 0
[pid=13644] ppid=13642 vsize=102824 CPUtime=101.66 cores=1,3,5,7
/proc/13644/stat : 13644 (manysat1.1_stat) R 13642 13642 12895 0 -1 4202496 16604 0 0 0 10157 9 0 0 25 0 4 0 622657104 105291776 16551 33554432000 134512640 135305190 4289388000 18446744073709551615 134528388 0 0 4096 3 18446744073709551615 0 0 17 1 0 0 0
/proc/13644/statm: 25706 16551 84 194 0 25510 0
[pid=13644/tid=13645] ppid=13642 vsize=102824 CPUtime=25.49 cores=1,3,5,7
/proc/13644/task/13645/stat : 13645 (manysat1.1_stat) R 13642 13642 12895 0 -1 4202560 3284 0 0 0 2547 2 0 0 25 0 4 0 622657105 105291776 16551 33554432000 134512640 135305190 4289388000 18446744073709551615 134528562 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=13644/tid=13646] ppid=13642 vsize=102824 CPUtime=25.19 cores=1,3,5,7
/proc/13644/task/13646/stat : 13646 (manysat1.1_stat) R 13642 13642 12895 0 -1 4202560 3960 0 0 0 2516 3 0 0 25 0 4 0 622657105 105291776 16551 33554432000 134512640 135305190 4289388000 18446744073709551615 134528768 0 0 4096 3 0 0 0 -1 7 0 0 0
[pid=13644/tid=13647] ppid=13642 vsize=102824 CPUtime=25.47 cores=1,3,5,7
/proc/13644/task/13647/stat : 13647 (manysat1.1_stat) R 13642 13642 12895 0 -1 4202560 5330 0 0 0 2546 1 0 0 25 0 4 0 622657105 105291776 16551 33554432000 134512640 135305190 4289388000 18446744073709551615 134528395 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 101.66
Current children cumulated vsize (KiB) 111524

[startup+51.1009 s]
/proc/loadavg: 8.11 8.11 8.02 10/339 13659
/proc/meminfo: memFree=10431924/32951124 swapFree=67111352/67111528
[pid=13642] ppid=13640 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/13642/stat : 13642 (manysat.sh) S 13640 13642 12895 0 -1 4202496 356 186 0 0 0 0 0 0 25 0 1 0 622657104 8908800 253 33554432000 4194304 4922060 140736739221888 18446744073709551615 270338202757 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/13642/statm: 2175 253 209 178 0 68 0
[pid=13644] ppid=13642 vsize=130660 CPUtime=203.77 cores=1,3,5,7
/proc/13644/stat : 13644 (manysat1.1_stat) R 13642 13642 12895 0 -1 4202496 23017 0 0 0 20362 15 0 0 25 0 4 0 622657104 133795840 22948 33554432000 134512640 135305190 4289388000 18446744073709551615 134528503 0 0 4096 3 18446744073709551615 0 0 17 1 0 0 0
/proc/13644/statm: 32665 22948 84 194 0 32469 0
[pid=13644/tid=13645] ppid=13642 vsize=130660 CPUtime=51.07 cores=1,3,5,7
/proc/13644/task/13645/stat : 13645 (manysat1.1_stat) R 13642 13642 12895 0 -1 4202560 4739 0 0 0 5104 3 0 0 25 0 4 0 622657105 133795840 22948 33554432000 134512640 135305190 4289388000 18446744073709551615 134528376 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=13644/tid=13646] ppid=13642 vsize=130660 CPUtime=50.51 cores=1,3,5,7
/proc/13644/task/13646/stat : 13646 (manysat1.1_stat) R 13642 13642 12895 0 -1 4202560 5759 0 0 0 5046 5 0 0 25 0 4 0 622657105 133795840 22948 33554432000 134512640 135305190 4289388000 18446744073709551615 134528237 0 0 4096 3 0 0 0 -1 7 0 0 0
[pid=13644/tid=13647] ppid=13642 vsize=130660 CPUtime=51.08 cores=1,3,5,7
/proc/13644/task/13647/stat : 13647 (manysat1.1_stat) R 13642 13642 12895 0 -1 4202560 7030 0 0 0 5105 3 0 0 25 0 4 0 622657105 133795840 22948 33554432000 134512640 135305190 4289388000 18446744073709551615 134528392 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 203.77
Current children cumulated vsize (KiB) 139360

[startup+102.313 s]
/proc/loadavg: 8.11 8.11 8.02 10/339 13660
/proc/meminfo: memFree=10381408/32951124 swapFree=67111352/67111528
[pid=13642] ppid=13640 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/13642/stat : 13642 (manysat.sh) S 13640 13642 12895 0 -1 4202496 356 186 0 0 0 0 0 0 25 0 1 0 622657104 8908800 253 33554432000 4194304 4922060 140736739221888 18446744073709551615 270338202757 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/13642/statm: 2175 253 209 178 0 68 0
[pid=13644] ppid=13642 vsize=167408 CPUtime=408.04 cores=1,3,5,7
/proc/13644/stat : 13644 (manysat1.1_stat) R 13642 13642 12895 0 -1 4202496 31533 0 0 0 40783 21 0 0 25 0 4 0 622657104 171425792 31400 33554432000 134512640 135305190 4289388000 18446744073709551615 134528410 0 0 4096 3 18446744073709551615 0 0 17 7 0 0 0
/proc/13644/statm: 41852 31400 84 194 0 41656 0
[pid=13644/tid=13645] ppid=13642 vsize=167408 CPUtime=102.28 cores=1,3,5,7
/proc/13644/task/13645/stat : 13645 (manysat1.1_stat) R 13642 13642 12895 0 -1 4202560 7128 0 0 0 10224 4 0 0 25 0 4 0 622657105 171425792 31400 33554432000 134512640 135305190 4289388000 18446744073709551615 134528410 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=13644/tid=13646] ppid=13642 vsize=167408 CPUtime=101.4 cores=1,3,5,7
/proc/13644/task/13646/stat : 13646 (manysat1.1_stat) R 13642 13642 12895 0 -1 4202560 7977 0 0 0 10133 7 0 0 25 0 4 0 622657105 171425792 31400 33554432000 134512640 135305190 4289388000 18446744073709551615 134552950 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=13644/tid=13647] ppid=13642 vsize=167408 CPUtime=102.28 cores=1,3,5,7
/proc/13644/task/13647/stat : 13647 (manysat1.1_stat) R 13642 13642 12895 0 -1 4202560 8550 0 0 0 10224 4 0 0 25 0 4 0 622657105 171425792 31400 33554432000 134512640 135305190 4289388000 18446744073709551615 134528410 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 408.04
Current children cumulated vsize (KiB) 176108

[startup+162.301 s]
/proc/loadavg: 8.10 8.10 8.02 10/339 13662
/proc/meminfo: memFree=10332264/32951124 swapFree=67111352/67111528
[pid=13642] ppid=13640 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/13642/stat : 13642 (manysat.sh) S 13640 13642 12895 0 -1 4202496 356 186 0 0 0 0 0 0 25 0 1 0 622657104 8908800 253 33554432000 4194304 4922060 140736739221888 18446744073709551615 270338202757 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/13642/statm: 2175 253 209 178 0 68 0
[pid=13644] ppid=13642 vsize=211424 CPUtime=647.33 cores=1,3,5,7
/proc/13644/stat : 13644 (manysat1.1_stat) R 13642 13642 12895 0 -1 4202496 41704 0 0 0 64703 30 0 0 25 0 4 0 622657104 216498176 41549 33554432000 134512640 135305190 4289388000 18446744073709551615 134528298 0 0 4096 3 18446744073709551615 0 0 17 7 0 0 0
/proc/13644/statm: 52856 41549 84 194 0 52660 0
[pid=13644/tid=13645] ppid=13642 vsize=211424 CPUtime=162.27 cores=1,3,5,7

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

/proc/13644/task/13647/stat : 13647 (manysat1.1_stat) R 13642 13642 12895 0 -1 4202560 21936 0 0 0 82199 26 0 0 25 0 4 0 622657105 501411840 104643 33554432000 134512640 135305190 4289388000 18446744073709551615 134528410 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3280.1
Current children cumulated vsize (KiB) 498360

[startup+882.301 s]
/proc/loadavg: 4.20 6.18 7.29 5/329 13699
/proc/meminfo: memFree=10290624/32951124 swapFree=67111352/67111528
[pid=13642] ppid=13640 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/13642/stat : 13642 (manysat.sh) S 13640 13642 12895 0 -1 4202496 356 186 0 0 0 0 0 0 25 0 1 0 622657104 8908800 253 33554432000 4194304 4922060 140736739221888 18446744073709551615 270338202757 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/13642/statm: 2175 253 209 178 0 68 0
[pid=13644] ppid=13642 vsize=496996 CPUtime=3519.44 cores=1,3,5,7
/proc/13644/stat : 13644 (manysat1.1_stat) R 13642 13642 12895 0 -1 4202496 106389 0 0 0 351833 111 0 0 25 0 4 0 622657104 508923904 106004 33554432000 134512640 135305190 4289388000 18446744073709551615 134528768 0 0 4096 3 18446744073709551615 0 0 17 7 0 0 0
/proc/13644/statm: 124249 106004 84 194 0 124053 0
[pid=13644/tid=13645] ppid=13642 vsize=496996 CPUtime=882.26 cores=1,3,5,7
/proc/13644/task/13645/stat : 13645 (manysat1.1_stat) R 13642 13642 12895 0 -1 4202560 24539 0 0 0 88201 25 0 0 25 0 4 0 622657105 508923904 106004 33554432000 134512640 135305190 4289388000 18446744073709551615 134528256 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=13644/tid=13646] ppid=13642 vsize=496996 CPUtime=881.37 cores=1,3,5,7
/proc/13644/task/13646/stat : 13646 (manysat1.1_stat) R 13642 13642 12895 0 -1 4202560 37549 0 0 0 88097 40 0 0 25 0 4 0 622657105 508923904 106004 33554432000 134512640 135305190 4289388000 18446744073709551615 134528265 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=13644/tid=13647] ppid=13642 vsize=496996 CPUtime=882.23 cores=1,3,5,7
/proc/13644/task/13647/stat : 13647 (manysat1.1_stat) R 13642 13642 12895 0 -1 4202560 22200 0 0 0 88196 27 0 0 25 0 4 0 622657105 508923904 106004 33554432000 134512640 135305190 4289388000 18446744073709551615 134528329 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3519.44
Current children cumulated vsize (KiB) 505696

[startup+942.301 s]
/proc/loadavg: 4.07 5.78 7.08 5/329 13701
/proc/meminfo: memFree=10285648/32951124 swapFree=67111352/67111528
[pid=13642] ppid=13640 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/13642/stat : 13642 (manysat.sh) S 13640 13642 12895 0 -1 4202496 356 186 0 0 0 0 0 0 25 0 1 0 622657104 8908800 253 33554432000 4194304 4922060 140736739221888 18446744073709551615 270338202757 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/13642/statm: 2175 253 209 178 0 68 0
[pid=13644] ppid=13642 vsize=502900 CPUtime=3758.8 cores=1,3,5,7
/proc/13644/stat : 13644 (manysat1.1_stat) R 13642 13642 12895 0 -1 4202496 107736 0 0 0 375766 114 0 0 25 0 4 0 622657104 514969600 107351 33554432000 134512640 135305190 4289388000 18446744073709551615 134528418 0 0 4096 3 18446744073709551615 0 0 17 7 0 0 0
/proc/13644/statm: 125725 107351 84 194 0 125529 0
[pid=13644/tid=13645] ppid=13642 vsize=502900 CPUtime=942.26 cores=1,3,5,7
/proc/13644/task/13645/stat : 13645 (manysat1.1_stat) R 13642 13642 12895 0 -1 4202560 24875 0 0 0 94201 25 0 0 25 0 4 0 622657105 514969600 107351 33554432000 134512640 135305190 4289388000 18446744073709551615 134528410 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=13644/tid=13646] ppid=13642 vsize=502900 CPUtime=941.36 cores=1,3,5,7
/proc/13644/task/13646/stat : 13646 (manysat1.1_stat) R 13642 13642 12895 0 -1 4202560 37549 0 0 0 94096 40 0 0 25 0 4 0 622657105 514969600 107351 33554432000 134512640 135305190 4289388000 18446744073709551615 134528410 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=13644/tid=13647] ppid=13642 vsize=502900 CPUtime=942.24 cores=1,3,5,7
/proc/13644/task/13647/stat : 13647 (manysat1.1_stat) R 13642 13642 12895 0 -1 4202560 22242 0 0 0 94196 28 0 0 25 0 4 0 622657105 514969600 107351 33554432000 134512640 135305190 4289388000 18446744073709551615 134528410 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3758.8
Current children cumulated vsize (KiB) 511600

[startup+1002.3 s]
/proc/loadavg: 4.09 5.47 6.89 5/329 13702
/proc/meminfo: memFree=10277824/32951124 swapFree=67111352/67111528
[pid=13642] ppid=13640 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/13642/stat : 13642 (manysat.sh) S 13640 13642 12895 0 -1 4202496 356 186 0 0 0 0 0 0 25 0 1 0 622657104 8908800 253 33554432000 4194304 4922060 140736739221888 18446744073709551615 270338202757 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/13642/statm: 2175 253 209 178 0 68 0
[pid=13644] ppid=13642 vsize=512156 CPUtime=3998.15 cores=1,3,5,7
/proc/13644/stat : 13644 (manysat1.1_stat) R 13642 13642 12895 0 -1 4202496 109654 0 0 0 399698 117 0 0 25 0 4 0 622657104 524447744 109269 33554432000 134512640 135305190 4289388000 18446744073709551615 134528298 0 0 4096 3 18446744073709551615 0 0 17 7 0 0 0
/proc/13644/statm: 128039 109269 84 194 0 127843 0
[pid=13644/tid=13645] ppid=13642 vsize=512156 CPUtime=1002.26 cores=1,3,5,7
/proc/13644/task/13645/stat : 13645 (manysat1.1_stat) R 13642 13642 12895 0 -1 4202560 25806 0 0 0 100199 27 0 0 25 0 4 0 622657105 524447744 109269 33554432000 134512640 135305190 4289388000 18446744073709551615 134528376 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=13644/tid=13646] ppid=13642 vsize=512156 CPUtime=1001.37 cores=1,3,5,7
/proc/13644/task/13646/stat : 13646 (manysat1.1_stat) R 13642 13642 12895 0 -1 4202560 37679 0 0 0 100096 41 0 0 25 0 4 0 622657105 524447744 109269 33554432000 134512640 135305190 4289388000 18446744073709551615 134555016 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=13644/tid=13647] ppid=13642 vsize=512156 CPUtime=1002.23 cores=1,3,5,7
/proc/13644/task/13647/stat : 13647 (manysat1.1_stat) R 13642 13642 12895 0 -1 4202560 22763 0 0 0 100195 28 0 0 22 0 4 0 622657105 524447744 109269 33554432000 134512640 135305190 4289388000 18446744073709551615 134528503 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3998.15
Current children cumulated vsize (KiB) 520856

[startup+1062.3 s]
/proc/loadavg: 4.09 5.22 6.71 5/329 13704
/proc/meminfo: memFree=10262184/32951124 swapFree=67111352/67111528
[pid=13642] ppid=13640 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/13642/stat : 13642 (manysat.sh) S 13640 13642 12895 0 -1 4202496 356 186 0 0 0 0 0 0 25 0 1 0 622657104 8908800 253 33554432000 4194304 4922060 140736739221888 18446744073709551615 270338202757 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/13642/statm: 2175 253 209 178 0 68 0
[pid=13644] ppid=13642 vsize=530364 CPUtime=4237.5 cores=1,3,5,7
/proc/13644/stat : 13644 (manysat1.1_stat) R 13642 13642 12895 0 -1 4202496 113776 0 0 0 423628 122 0 0 25 0 4 0 622657104 543092736 113278 33554432000 134512640 135305190 4289388000 18446744073709551615 134528388 0 0 4096 3 18446744073709551615 0 0 17 7 0 0 0
/proc/13644/statm: 132591 113278 84 194 0 132395 0
[pid=13644/tid=13645] ppid=13642 vsize=530364 CPUtime=1062.26 cores=1,3,5,7
/proc/13644/task/13645/stat : 13645 (manysat1.1_stat) R 13642 13642 12895 0 -1 4202560 26309 0 0 0 106199 27 0 0 25 0 4 0 622657105 543092736 113278 33554432000 134512640 135305190 4289388000 18446744073709551615 134528237 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=13644/tid=13646] ppid=13642 vsize=530364 CPUtime=1061.37 cores=1,3,5,7
/proc/13644/task/13646/stat : 13646 (manysat1.1_stat) R 13642 13642 12895 0 -1 4202560 38705 0 0 0 106095 42 0 0 25 0 4 0 622657105 543092736 113278 33554432000 134512640 135305190 4289388000 18446744073709551615 134528263 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=13644/tid=13647] ppid=13642 vsize=530364 CPUtime=1062.24 cores=1,3,5,7
/proc/13644/task/13647/stat : 13647 (manysat1.1_stat) R 13642 13642 12895 0 -1 4202560 23908 0 0 0 106194 30 0 0 25 0 4 0 622657105 543092736 113278 33554432000 134512640 135305190 4289388000 18446744073709551615 134528501 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4237.5
Current children cumulated vsize (KiB) 539064

[startup+1122.3 s]
/proc/loadavg: 4.08 5.01 6.55 5/329 13705
/proc/meminfo: memFree=10250272/32951124 swapFree=67111352/67111528
[pid=13642] ppid=13640 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/13642/stat : 13642 (manysat.sh) S 13640 13642 12895 0 -1 4202496 356 186 0 0 0 0 0 0 25 0 1 0 622657104 8908800 253 33554432000 4194304 4922060 140736739221888 18446744073709551615 270338202757 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/13642/statm: 2175 253 209 178 0 68 0
[pid=13644] ppid=13642 vsize=542792 CPUtime=4476.86 cores=1,3,5,7
/proc/13644/stat : 13644 (manysat1.1_stat) R 13642 13642 12895 0 -1 4202496 116971 0 0 0 447561 125 0 0 25 0 4 0 622657104 555819008 116343 33554432000 134512640 135305190 4289388000 18446744073709551615 134528410 0 0 4096 3 18446744073709551615 0 0 17 7 0 0 0
/proc/13644/statm: 135698 116343 84 194 0 135502 0
[pid=13644/tid=13645] ppid=13642 vsize=542792 CPUtime=1122.27 cores=1,3,5,7
/proc/13644/task/13645/stat : 13645 (manysat1.1_stat) R 13642 13642 12895 0 -1 4202560 26597 0 0 0 112199 28 0 0 25 0 4 0 622657105 555819008 116343 33554432000 134512640 135305190 4289388000 18446744073709551615 134528248 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=13644/tid=13646] ppid=13642 vsize=542792 CPUtime=1121.37 cores=1,3,5,7
/proc/13644/task/13646/stat : 13646 (manysat1.1_stat) R 13642 13642 12895 0 -1 4202560 40025 0 0 0 112094 43 0 0 25 0 4 0 622657105 555819008 116343 33554432000 134512640 135305190 4289388000 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=13644/tid=13647] ppid=13642 vsize=542792 CPUtime=1122.24 cores=1,3,5,7
/proc/13644/task/13647/stat : 13647 (manysat1.1_stat) R 13642 13642 12895 0 -1 4202560 25298 0 0 0 112193 31 0 0 25 0 4 0 622657105 555819008 116343 33554432000 134512640 135305190 4289388000 18446744073709551615 134528319 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4476.86
Current children cumulated vsize (KiB) 551492

[startup+1182.3 s]
/proc/loadavg: 4.08 4.84 6.39 5/329 13707
/proc/meminfo: memFree=10238736/32951124 swapFree=67111352/67111528
[pid=13642] ppid=13640 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/13642/stat : 13642 (manysat.sh) S 13640 13642 12895 0 -1 4202496 356 186 0 0 0 0 0 0 25 0 1 0 622657104 8908800 253 33554432000 4194304 4922060 140736739221888 18446744073709551615 270338202757 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/13642/statm: 2175 253 209 178 0 68 0
[pid=13644] ppid=13642 vsize=556496 CPUtime=4716.21 cores=1,3,5,7
/proc/13644/stat : 13644 (manysat1.1_stat) R 13642 13642 12895 0 -1 4202496 119792 0 0 0 471491 130 0 0 25 0 4 0 622657104 569851904 119164 33554432000 134512640 135305190 4289388000 18446744073709551615 134528768 0 0 4096 3 18446744073709551615 0 0 17 7 0 0 0
/proc/13644/statm: 139124 119164 84 194 0 138928 0
[pid=13644/tid=13645] ppid=13642 vsize=556496 CPUtime=1182.27 cores=1,3,5,7
/proc/13644/task/13645/stat : 13645 (manysat1.1_stat) R 13642 13642 12895 0 -1 4202560 27561 0 0 0 118198 29 0 0 25 0 4 0 622657105 569851904 119164 33554432000 134512640 135305190 4289388000 18446744073709551615 134528399 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=13644/tid=13646] ppid=13642 vsize=556496 CPUtime=1181.37 cores=1,3,5,7
/proc/13644/task/13646/stat : 13646 (manysat1.1_stat) R 13642 13642 12895 0 -1 4202560 41008 0 0 0 118091 46 0 0 25 0 4 0 622657105 569851904 119164 33554432000 134512640 135305190 4289388000 18446744073709551615 134528503 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=13644/tid=13647] ppid=13642 vsize=556496 CPUtime=1182.23 cores=1,3,5,7
/proc/13644/task/13647/stat : 13647 (manysat1.1_stat) R 13642 13642 12895 0 -1 4202560 25899 0 0 0 118191 32 0 0 25 0 4 0 622657105 569851904 119164 33554432000 134512640 135305190 4289388000 18446744073709551615 134528392 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4716.21
Current children cumulated vsize (KiB) 565196



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1203.3 s]
/proc/loadavg: 4.13 4.79 6.33 6/329 13707
/proc/meminfo: memFree=10238240/32951124 swapFree=67111352/67111528
[pid=13642] ppid=13640 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/13642/stat : 13642 (manysat.sh) S 13640 13642 12895 0 -1 4202496 356 186 0 0 0 0 0 0 25 0 1 0 622657104 8908800 253 33554432000 4194304 4922060 140736739221888 18446744073709551615 270338202757 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/13642/statm: 2175 253 209 178 0 68 0
[pid=13644] ppid=13642 vsize=556856 CPUtime=4800.05 cores=1,3,5,7
/proc/13644/stat : 13644 (manysat1.1_stat) R 13642 13642 12895 0 -1 4202496 119890 0 0 0 479874 131 0 0 25 0 4 0 622657104 570220544 119262 33554432000 134512640 135305190 4289388000 18446744073709551615 134528298 0 0 4096 3 18446744073709551615 0 0 17 7 0 0 0
/proc/13644/statm: 139214 119262 84 194 0 139018 0
[pid=13644/tid=13645] ppid=13642 vsize=556856 CPUtime=1203.3 cores=1,3,5,7
/proc/13644/task/13645/stat : 13645 (manysat1.1_stat) R 13642 13642 12895 0 -1 4202560 27596 0 0 0 120300 30 0 0 25 0 4 0 622657105 570220544 119262 33554432000 134512640 135305190 4289388000 18446744073709551615 134538602 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=13644/tid=13646] ppid=13642 vsize=556856 CPUtime=1202.4 cores=1,3,5,7
/proc/13644/task/13646/stat : 13646 (manysat1.1_stat) R 13642 13642 12895 0 -1 4202560 41008 0 0 0 120194 46 0 0 25 0 4 0 622657105 570220544 119262 33554432000 134512640 135305190 4289388000 18446744073709551615 134528283 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=13644/tid=13647] ppid=13642 vsize=556856 CPUtime=1203.26 cores=1,3,5,7
/proc/13644/task/13647/stat : 13647 (manysat1.1_stat) R 13642 13642 12895 0 -1 4202560 25899 0 0 0 120294 32 0 0 25 0 4 0 622657105 570220544 119262 33554432000 134512640 135305190 4289388000 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4800.05
Current children cumulated vsize (KiB) 565556

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

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

[startup+1203.3 s]
/proc/loadavg: 4.13 4.79 6.33 6/329 13707
/proc/meminfo: memFree=10238240/32951124 swapFree=67111352/67111528
[pid=13642] ppid=13640 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/13642/stat : 13642 (manysat.sh) S 13640 13642 12895 0 -1 4202496 356 186 0 0 0 0 0 0 25 0 1 0 622657104 8908800 253 33554432000 4194304 4922060 140736739221888 18446744073709551615 270338202757 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/13642/statm: 2175 253 209 178 0 68 0
[pid=13644] ppid=13642 vsize=556856 CPUtime=4800.05 cores=1,3,5,7
/proc/13644/stat : 13644 (manysat1.1_stat) R 13642 13642 12895 0 -1 4202496 119890 0 0 0 479874 131 0 0 25 0 4 0 622657104 570220544 119262 33554432000 134512640 135305190 4289388000 18446744073709551615 134528298 0 0 4096 3 18446744073709551615 0 0 17 7 0 0 0
/proc/13644/statm: 139214 119262 84 194 0 139018 0
[pid=13644/tid=13645] ppid=13642 vsize=556856 CPUtime=1203.3 cores=1,3,5,7
/proc/13644/task/13645/stat : 13645 (manysat1.1_stat) R 13642 13642 12895 0 -1 4202560 27596 0 0 0 120300 30 0 0 25 0 4 0 622657105 570220544 119262 33554432000 134512640 135305190 4289388000 18446744073709551615 134538602 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=13644/tid=13646] ppid=13642 vsize=556856 CPUtime=1202.4 cores=1,3,5,7
/proc/13644/task/13646/stat : 13646 (manysat1.1_stat) R 13642 13642 12895 0 -1 4202560 41008 0 0 0 120194 46 0 0 25 0 4 0 622657105 570220544 119262 33554432000 134512640 135305190 4289388000 18446744073709551615 134528283 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=13644/tid=13647] ppid=13642 vsize=556856 CPUtime=1203.26 cores=1,3,5,7
/proc/13644/task/13647/stat : 13647 (manysat1.1_stat) R 13642 13642 12895 0 -1 4202560 25899 0 0 0 120294 32 0 0 25 0 4 0 622657105 570220544 119262 33554432000 134512640 135305190 4289388000 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4800.05
Current children cumulated vsize (KiB) 565556

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 1203.34
CPU time (s): 4800.05
CPU user time (s): 4798.74
CPU system time (s): 1.31
CPU usage (%): 398.895
Max. virtual memory (cumulated for all children) (KiB): 565556

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

runsolver used 3.54146 second user time and 9.52455 second system time

The end

Launcher Data

Begin job on node143 at 2011-05-13 18:00:15
IDJOB=3362397
IDBENCH=87946
IDSOLVER=1838
FILE ID=node143/3362397-1305302415
RUNJOBID= node143-1305296391-12914
PBS_JOBID= 13321410
Free space on /tmp= 41220 MiB

SOLVER NAME= ManySAT 1.1 aimd 1/2009-03-20 (4 threads)
BENCH NAME= SAT02/industrial/aloul/Homer/homer17.shuffled.cnf
COMMAND LINE= manysat.sh BENCHNAME aimd 1
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3362397-1305302415/watcher-3362397-1305302415 -o /tmp/evaluation-result-3362397-1305302415/solver-3362397-1305302415 -C 4800 -W 1300 -M 15500  manysat.sh HOME/instance-3362397-1305302415.cnf aimd 1

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

MD5SUM BENCH= ca62f6128dc3cad7229c7b9ee33a7492
RANDOM SEED=823199708

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:      10531660 kB
Buffers:        230692 kB
Cached:        5492624 kB
SwapCached:          0 kB
Active:       17257864 kB
Inactive:      4850308 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      10531660 kB
SwapTotal:    67111528 kB
SwapFree:     67111352 kB
Dirty:            1568 kB
Writeback:           0 kB
AnonPages:    16384888 kB
Mapped:          29352 kB
Slab:           195264 kB
PageTables:      53852 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 70183124 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= 41220 MiB
End job on node143 at 2011-05-13 18:20:20