Trace number 3361947

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.3 1204.12

General information on the benchmark

NameAPPLICATIONS/
bitverif/maxxor/maxxor064.cnf
MD5SUM902b28046d424b16042ca612ddad48e0
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark788.78
Satisfiable
(Un)Satisfiability was proved
Number of variables51064
Number of clauses152039
Sum of the clauses size354755
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 2101358
Number of clauses of size 350679
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.00	c Parsing...
0.00/0.07	c ==============================================================================
0.00/0.07	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.07	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.07	c ==============================================================================
0.00/0.07	c |         0 |  152037   354753 |   45611       0        0     nan |  0.000 % |
0.00/0.78	c |         0 |   86170   286586 |      --       0       --      -- |     --   | -65825/-68066
0.00/0.78	c ==============================================================================
0.00/0.78	c Result  :   #vars: 18463   #clauses: 86170   #literals: 286586
0.00/0.78	c CPU time:   0.761884 s
0.00/0.78	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-3361947-1305297419/watcher-3361947-1305297419 -o /tmp/evaluation-result-3361947-1305297419/solver-3361947-1305297419 -C 4800 -W 1300 -M 15500 manysat.sh HOME/instance-3361947-1305297419.cnf aimd 1 

running on 4 cores: 0,2,4,6

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


[startup+0 s]
/proc/loadavg: 7.99 7.82 5.37 5/334 13067
/proc/meminfo: memFree=10154988/32951124 swapFree=67111352/67111528
[pid=13067] ppid=13065 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/13067/stat : 13067 (manysat.sh) S 13065 13067 12895 0 -1 4202496 328 0 0 0 0 0 0 0 25 0 1 0 622157556 8908800 249 33554432000 4194304 4922060 140734529735952 18446744073709551615 270338202757 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/13067/statm: 2175 249 209 178 0 68 0

[startup+0.0447891 s]
/proc/loadavg: 7.99 7.82 5.37 5/334 13067
/proc/meminfo: memFree=10154988/32951124 swapFree=67111352/67111528
[pid=13067] ppid=13065 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/13067/stat : 13067 (manysat.sh) S 13065 13067 12895 0 -1 4202496 328 0 0 0 0 0 0 0 25 0 1 0 622157556 8908800 249 33554432000 4194304 4922060 140734529735952 18446744073709551615 270338202757 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/13067/statm: 2175 249 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.100774 s]
/proc/loadavg: 7.99 7.82 5.37 5/334 13067
/proc/meminfo: memFree=10154988/32951124 swapFree=67111352/67111528
[pid=13067] ppid=13065 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/13067/stat : 13067 (manysat.sh) S 13065 13067 12895 0 -1 4202496 328 0 0 0 0 0 0 0 25 0 1 0 622157556 8908800 249 33554432000 4194304 4922060 140734529735952 18446744073709551615 270338202757 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/13067/statm: 2175 249 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.300734 s]
/proc/loadavg: 7.99 7.82 5.37 5/334 13067
/proc/meminfo: memFree=10154988/32951124 swapFree=67111352/67111528
[pid=13067] ppid=13065 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/13067/stat : 13067 (manysat.sh) S 13065 13067 12895 0 -1 4202496 328 0 0 0 0 0 0 0 25 0 1 0 622157556 8908800 249 33554432000 4194304 4922060 140734529735952 18446744073709551615 270338202757 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/13067/statm: 2175 249 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.700667 s]
/proc/loadavg: 7.99 7.82 5.37 5/334 13067
/proc/meminfo: memFree=10154988/32951124 swapFree=67111352/67111528
[pid=13067] ppid=13065 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/13067/stat : 13067 (manysat.sh) S 13065 13067 12895 0 -1 4202496 328 0 0 0 0 0 0 0 25 0 1 0 622157556 8908800 249 33554432000 4194304 4922060 140734529735952 18446744073709551615 270338202757 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/13067/statm: 2175 249 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50046 s]
/proc/loadavg: 7.99 7.82 5.37 9/339 13073
/proc/meminfo: memFree=10118872/32951124 swapFree=67111352/67111528
[pid=13067] ppid=13065 vsize=8700 CPUtime=0.84 cores=0,2,4,6
/proc/13067/stat : 13067 (manysat.sh) S 13065 13067 12895 0 -1 4202496 356 6868 0 0 0 0 82 2 18 0 1 0 622157556 8908800 252 33554432000 4194304 4922060 140734529735952 18446744073709551615 270338202757 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/13067/statm: 2175 252 209 178 0 68 0
[pid=13070] ppid=13067 vsize=67120 CPUtime=2.21 cores=0,2,4,6
/proc/13070/stat : 13070 (manysat1.1_stat) R 13067 13067 12895 0 -1 4202496 8395 0 0 0 214 7 0 0 18 0 4 0 622157641 68730880 8345 33554432000 134512640 135305190 4291164176 18446744073709551615 134528875 0 0 4096 3 18446744073709551615 0 0 17 2 0 0 0
/proc/13070/statm: 16780 8346 84 194 0 16584 0
[pid=13070/tid=13071] ppid=13067 vsize=67120 CPUtime=0.51 cores=0,2,4,6
/proc/13070/task/13071/stat : 13071 (manysat1.1_stat) R 13067 13067 12895 0 -1 4202560 412 0 0 0 50 1 0 0 18 0 4 0 622157653 68730880 8346 33554432000 134512640 135305190 4291164176 18446744073709551615 134528536 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=13070/tid=13072] ppid=13067 vsize=67120 CPUtime=0.51 cores=0,2,4,6
/proc/13070/task/13072/stat : 13072 (manysat1.1_stat) R 13067 13067 12895 0 -1 4202560 526 0 0 0 51 0 0 0 18 0 4 0 622157653 68730880 8346 33554432000 134512640 135305190 4291164176 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=13070/tid=13073] ppid=13067 vsize=67120 CPUtime=0.52 cores=0,2,4,6
/proc/13070/task/13073/stat : 13073 (manysat1.1_stat) R 13067 13067 12895 0 -1 4202560 484 0 0 0 51 1 0 0 18 0 4 0 622157653 68730880 8346 33554432000 134512640 135305190 4291164176 18446744073709551615 134840070 0 0 4096 3 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 75820

[startup+3.10115 s]
/proc/loadavg: 7.99 7.82 5.37 9/339 13073
/proc/meminfo: memFree=10109820/32951124 swapFree=67111352/67111528
[pid=13067] ppid=13065 vsize=8700 CPUtime=0.84 cores=0,2,4,6
/proc/13067/stat : 13067 (manysat.sh) S 13065 13067 12895 0 -1 4202496 356 6868 0 0 0 0 82 2 18 0 1 0 622157556 8908800 252 33554432000 4194304 4922060 140734529735952 18446744073709551615 270338202757 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/13067/statm: 2175 252 209 178 0 68 0
[pid=13070] ppid=13067 vsize=77752 CPUtime=8.6 cores=0,2,4,6
/proc/13070/stat : 13070 (manysat1.1_stat) R 13067 13067 12895 0 -1 4202496 11077 0 0 0 852 8 0 0 18 0 4 0 622157641 79618048 11027 33554432000 134512640 135305190 4291164176 18446744073709551615 134528229 0 0 4096 3 18446744073709551615 0 0 17 2 0 0 0
/proc/13070/statm: 19438 11027 84 194 0 19242 0
[pid=13070/tid=13071] ppid=13067 vsize=77752 CPUtime=2.09 cores=0,2,4,6
/proc/13070/task/13071/stat : 13071 (manysat1.1_stat) R 13067 13067 12895 0 -1 4202560 858 0 0 0 208 1 0 0 21 0 4 0 622157653 79618048 11027 33554432000 134512640 135305190 4291164176 18446744073709551615 134528480 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=13070/tid=13072] ppid=13067 vsize=77752 CPUtime=2.12 cores=0,2,4,6
/proc/13070/task/13072/stat : 13072 (manysat1.1_stat) R 13067 13067 12895 0 -1 4202560 1454 0 0 0 211 1 0 0 21 0 4 0 622157653 79618048 11027 33554432000 134512640 135305190 4291164176 18446744073709551615 134839991 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=13070/tid=13073] ppid=13067 vsize=77752 CPUtime=2.11 cores=0,2,4,6
/proc/13070/task/13073/stat : 13073 (manysat1.1_stat) R 13067 13067 12895 0 -1 4202560 1019 0 0 0 210 1 0 0 21 0 4 0 622157653 79618048 11027 33554432000 134512640 135305190 4291164176 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 9.44
Current children cumulated vsize (KiB) 86452

[startup+6.30051 s]
/proc/loadavg: 7.99 7.82 5.38 9/339 13073
/proc/meminfo: memFree=10087748/32951124 swapFree=67111352/67111528
[pid=13067] ppid=13065 vsize=8700 CPUtime=0.84 cores=0,2,4,6
/proc/13067/stat : 13067 (manysat.sh) S 13065 13067 12895 0 -1 4202496 356 6868 0 0 0 0 82 2 18 0 1 0 622157556 8908800 252 33554432000 4194304 4922060 140734529735952 18446744073709551615 270338202757 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/13067/statm: 2175 252 209 178 0 68 0
[pid=13070] ppid=13067 vsize=96376 CPUtime=21.36 cores=0,2,4,6
/proc/13070/stat : 13070 (manysat1.1_stat) R 13067 13067 12895 0 -1 4202496 15821 0 0 0 2126 10 0 0 25 0 4 0 622157641 98689024 15754 33554432000 134512640 135305190 4291164176 18446744073709551615 134528298 0 0 4096 3 18446744073709551615 0 0 17 2 0 0 0
/proc/13070/statm: 24094 15754 84 194 0 23898 0
[pid=13070/tid=13071] ppid=13067 vsize=96376 CPUtime=5.26 cores=0,2,4,6
/proc/13070/task/13071/stat : 13071 (manysat1.1_stat) R 13067 13067 12895 0 -1 4202560 1627 0 0 0 525 1 0 0 25 0 4 0 622157653 98689024 15754 33554432000 134512640 135305190 4291164176 18446744073709551615 134528274 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=13070/tid=13072] ppid=13067 vsize=96376 CPUtime=5.31 cores=0,2,4,6
/proc/13070/task/13072/stat : 13072 (manysat1.1_stat) R 13067 13067 12895 0 -1 4202560 3225 0 0 0 530 1 0 0 25 0 4 0 622157653 98689024 15754 33554432000 134512640 135305190 4291164176 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=13070/tid=13073] ppid=13067 vsize=96376 CPUtime=5.31 cores=0,2,4,6
/proc/13070/task/13073/stat : 13073 (manysat1.1_stat) R 13067 13067 12895 0 -1 4202560 1918 0 0 0 529 2 0 0 25 0 4 0 622157653 98689024 15754 33554432000 134512640 135305190 4291164176 18446744073709551615 134528480 0 0 4096 3 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 22.2
Current children cumulated vsize (KiB) 105076

[startup+12.7002 s]
/proc/loadavg: 7.99 7.83 5.39 9/339 13074
/proc/meminfo: memFree=10062472/32951124 swapFree=67111352/67111528
[pid=13067] ppid=13065 vsize=8700 CPUtime=0.84 cores=0,2,4,6
/proc/13067/stat : 13067 (manysat.sh) S 13065 13067 12895 0 -1 4202496 356 6868 0 0 0 0 82 2 18 0 1 0 622157556 8908800 252 33554432000 4194304 4922060 140734529735952 18446744073709551615 270338202757 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/13067/statm: 2175 252 209 178 0 68 0
[pid=13070] ppid=13067 vsize=120440 CPUtime=46.88 cores=0,2,4,6
/proc/13070/stat : 13070 (manysat1.1_stat) R 13067 13067 12895 0 -1 4202496 21615 0 0 0 4676 12 0 0 25 0 4 0 622157641 123330560 21548 33554432000 134512640 135305190 4291164176 18446744073709551615 134528768 0 0 4096 3 18446744073709551615 0 0 17 2 0 0 0
/proc/13070/statm: 30110 21548 84 194 0 29914 0
[pid=13070/tid=13071] ppid=13067 vsize=120440 CPUtime=11.6 cores=0,2,4,6
/proc/13070/task/13071/stat : 13071 (manysat1.1_stat) R 13067 13067 12895 0 -1 4202560 2424 0 0 0 1158 2 0 0 25 0 4 0 622157653 123330560 21548 33554432000 134512640 135305190 4291164176 18446744073709551615 134528557 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=13070/tid=13072] ppid=13067 vsize=120440 CPUtime=11.71 cores=0,2,4,6
/proc/13070/task/13072/stat : 13072 (manysat1.1_stat) R 13067 13067 12895 0 -1 4202560 5913 0 0 0 1169 2 0 0 25 0 4 0 622157653 123330560 21548 33554432000 134512640 135305190 4291164176 18446744073709551615 134528240 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=13070/tid=13073] ppid=13067 vsize=120440 CPUtime=11.71 cores=0,2,4,6
/proc/13070/task/13073/stat : 13073 (manysat1.1_stat) R 13067 13067 12895 0 -1 4202560 2827 0 0 0 1168 3 0 0 25 0 4 0 622157653 123330560 21549 33554432000 134512640 135305190 4291164176 18446744073709551615 134528195 0 0 4096 3 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 47.72
Current children cumulated vsize (KiB) 129140

[startup+25.5007 s]
/proc/loadavg: 7.99 7.83 5.43 9/339 13074
/proc/meminfo: memFree=10025640/32951124 swapFree=67111352/67111528
[pid=13067] ppid=13065 vsize=8700 CPUtime=0.84 cores=0,2,4,6
/proc/13067/stat : 13067 (manysat.sh) S 13065 13067 12895 0 -1 4202496 356 6868 0 0 0 0 82 2 18 0 1 0 622157556 8908800 252 33554432000 4194304 4922060 140734529735952 18446744073709551615 270338202757 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/13067/statm: 2175 252 209 178 0 68 0
[pid=13070] ppid=13067 vsize=153044 CPUtime=97.94 cores=0,2,4,6
/proc/13070/stat : 13070 (manysat1.1_stat) R 13067 13067 12895 0 -1 4202496 29775 0 0 0 9778 16 0 0 25 0 4 0 622157641 156717056 29639 33554432000 134512640 135305190 4291164176 18446744073709551615 134528229 0 0 4096 3 18446744073709551615 0 0 17 2 0 0 0
/proc/13070/statm: 38261 29639 84 194 0 38065 0
[pid=13070/tid=13071] ppid=13067 vsize=153044 CPUtime=24.26 cores=0,2,4,6
/proc/13070/task/13071/stat : 13071 (manysat1.1_stat) R 13067 13067 12895 0 -1 4202560 3505 0 0 0 2424 2 0 0 25 0 4 0 622157653 156717056 29639 33554432000 134512640 135305190 4291164176 18446744073709551615 134530636 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=13070/tid=13072] ppid=13067 vsize=153044 CPUtime=24.51 cores=0,2,4,6
/proc/13070/task/13072/stat : 13072 (manysat1.1_stat) R 13067 13067 12895 0 -1 4202560 9472 0 0 0 2447 4 0 0 25 0 4 0 622157653 156717056 29639 33554432000 134512640 135305190 4291164176 18446744073709551615 134542048 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=13070/tid=13073] ppid=13067 vsize=153044 CPUtime=24.5 cores=0,2,4,6
/proc/13070/task/13073/stat : 13073 (manysat1.1_stat) R 13067 13067 12895 0 -1 4202560 4634 0 0 0 2447 3 0 0 25 0 4 0 622157653 156717056 29639 33554432000 134512640 135305190 4291164176 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 98.78
Current children cumulated vsize (KiB) 161744

[startup+51.1006 s]
/proc/loadavg: 8.07 7.86 5.51 9/339 13075
/proc/meminfo: memFree=9966392/32951124 swapFree=67111352/67111528
[pid=13067] ppid=13065 vsize=8700 CPUtime=0.84 cores=0,2,4,6
/proc/13067/stat : 13067 (manysat.sh) S 13065 13067 12895 0 -1 4202496 356 6868 0 0 0 0 82 2 18 0 1 0 622157556 8908800 252 33554432000 4194304 4922060 140734529735952 18446744073709551615 270338202757 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/13067/statm: 2175 252 209 178 0 68 0
[pid=13070] ppid=13067 vsize=212132 CPUtime=200.03 cores=0,2,4,6
/proc/13070/stat : 13070 (manysat1.1_stat) R 13067 13067 12895 0 -1 4202496 44322 0 0 0 19978 25 0 0 25 0 4 0 622157641 217223168 44186 33554432000 134512640 135305190 4291164176 18446744073709551615 134551776 0 0 4096 3 18446744073709551615 0 0 17 2 0 0 0
/proc/13070/statm: 53033 44186 84 194 0 52837 0
[pid=13070/tid=13071] ppid=13067 vsize=212132 CPUtime=49.6 cores=0,2,4,6
/proc/13070/task/13071/stat : 13071 (manysat1.1_stat) R 13067 13067 12895 0 -1 4202560 6408 0 0 0 4956 4 0 0 25 0 4 0 622157653 217223168 44186 33554432000 134512640 135305190 4291164176 18446744073709551615 134528223 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=13070/tid=13072] ppid=13067 vsize=212132 CPUtime=50.09 cores=0,2,4,6
/proc/13070/task/13072/stat : 13072 (manysat1.1_stat) R 13067 13067 12895 0 -1 4202560 14211 0 0 0 5004 5 0 0 25 0 4 0 622157653 217223168 44186 33554432000 134512640 135305190 4291164176 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=13070/tid=13073] ppid=13067 vsize=212132 CPUtime=50.09 cores=0,2,4,6
/proc/13070/task/13073/stat : 13073 (manysat1.1_stat) R 13067 13067 12895 0 -1 4202560 8105 0 0 0 5003 6 0 0 25 0 4 0 622157653 217223168 44186 33554432000 134512640 135305190 4291164176 18446744073709551615 134528189 0 0 4096 3 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 200.87
Current children cumulated vsize (KiB) 220832

[startup+102.312 s]
/proc/loadavg: 8.15 7.91 5.65 9/339 13076
/proc/meminfo: memFree=9941696/32951124 swapFree=67111352/67111528
[pid=13067] ppid=13065 vsize=8700 CPUtime=0.84 cores=0,2,4,6
/proc/13067/stat : 13067 (manysat.sh) S 13065 13067 12895 0 -1 4202496 356 6868 0 0 0 0 82 2 18 0 1 0 622157556 8908800 252 33554432000 4194304 4922060 140734529735952 18446744073709551615 270338202757 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/13067/statm: 2175 252 209 178 0 68 0
[pid=13070] ppid=13067 vsize=233732 CPUtime=404.3 cores=0,2,4,6
/proc/13070/stat : 13070 (manysat1.1_stat) R 13067 13067 12895 0 -1 4202496 49810 0 0 0 40398 32 0 0 25 0 4 0 622157641 239341568 49674 33554432000 134512640 135305190 4291164176 18446744073709551615 134530624 0 0 4096 3 18446744073709551615 0 0 17 2 0 0 0
/proc/13070/statm: 58433 49674 84 194 0 58237 0
[pid=13070/tid=13071] ppid=13067 vsize=233732 CPUtime=100.28 cores=0,2,4,6
/proc/13070/task/13071/stat : 13071 (manysat1.1_stat) R 13067 13067 12895 0 -1 4202560 7430 0 0 0 10023 5 0 0 25 0 4 0 622157653 239341568 49674 33554432000 134512640 135305190 4291164176 18446744073709551615 134528376 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=13070/tid=13072] ppid=13067 vsize=233732 CPUtime=101.3 cores=0,2,4,6
/proc/13070/task/13072/stat : 13072 (manysat1.1_stat) R 13067 13067 12895 0 -1 4202560 15947 0 0 0 10122 8 0 0 25 0 4 0 622157653 239341568 49674 33554432000 134512640 135305190 4291164176 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=13070/tid=13073] ppid=13067 vsize=233732 CPUtime=101.28 cores=0,2,4,6
/proc/13070/task/13073/stat : 13073 (manysat1.1_stat) R 13067 13067 12895 0 -1 4202560 9209 0 0 0 10120 8 0 0 25 0 4 0 622157653 239341568 49674 33554432000 134512640 135305190 4291164176 18446744073709551615 134557319 0 0 4096 3 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 405.14
Current children cumulated vsize (KiB) 242432

[startup+162.301 s]
/proc/loadavg: 7.96 7.89 5.78 9/339 13111
/proc/meminfo: memFree=10408480/32951124 swapFree=67111352/67111528
[pid=13067] ppid=13065 vsize=8700 CPUtime=0.84 cores=0,2,4,6
/proc/13067/stat : 13067 (manysat.sh) S 13065 13067 12895 0 -1 4202496 356 6868 0 0 0 0 82 2 18 0 1 0 622157556 8908800 252 33554432000 4194304 4922060 140734529735952 18446744073709551615 270338202757 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/13067/statm: 2175 252 209 178 0 68 0
[pid=13070] ppid=13067 vsize=277972 CPUtime=643.57 cores=0,2,4,6
/proc/13070/stat : 13070 (manysat1.1_stat) R 13067 13067 12895 0 -1 4202496 60612 0 0 0 64316 41 0 0 25 0 4 0 622157641 284643328 60476 33554432000 134512640 135305190 4291164176 18446744073709551615 134528480 0 0 4096 3 18446744073709551615 0 0 17 6 0 0 0
/proc/13070/statm: 69493 60476 84 194 0 69297 0
[pid=13070/tid=13071] ppid=13067 vsize=277972 CPUtime=159.93 cores=0,2,4,6

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

/proc/13070/task/13073/stat : 13073 (manysat1.1_stat) R 13067 13067 12895 0 -1 4202560 45504 0 0 0 81964 35 0 0 25 0 4 0 622157653 794959872 183361 33554432000 134512640 135305190 4291164176 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3277.19
Current children cumulated vsize (KiB) 785028

[startup+882.301 s]
/proc/loadavg: 8.07 8.08 7.01 9/339 13130
/proc/meminfo: memFree=9737520/32951124 swapFree=67111352/67111528
[pid=13067] ppid=13065 vsize=8700 CPUtime=0.84 cores=0,2,4,6
/proc/13067/stat : 13067 (manysat.sh) S 13065 13067 12895 0 -1 4202496 356 6868 0 0 0 0 82 2 18 0 1 0 622157556 8908800 252 33554432000 4194304 4922060 140734529735952 18446744073709551615 270338202757 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/13067/statm: 2175 252 209 178 0 68 0
[pid=13070] ppid=13067 vsize=780596 CPUtime=3515.67 cores=0,2,4,6
/proc/13070/stat : 13070 (manysat1.1_stat) R 13067 13067 12895 0 -1 4202496 184514 0 0 0 351431 136 0 0 25 0 4 0 622157641 799330304 184378 33554432000 134512640 135305190 4291164176 18446744073709551615 134528256 0 0 4096 3 18446744073709551615 0 0 17 6 0 0 0
/proc/13070/statm: 195149 184378 84 194 0 194953 0
[pid=13070/tid=13071] ppid=13067 vsize=780596 CPUtime=878.22 cores=0,2,4,6
/proc/13070/task/13071/stat : 13071 (manysat1.1_stat) R 13067 13067 12895 0 -1 4202560 38566 0 0 0 87792 30 0 0 25 0 4 0 622157653 799330304 184378 33554432000 134512640 135305190 4291164176 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=13070/tid=13072] ppid=13067 vsize=780596 CPUtime=880.84 cores=0,2,4,6
/proc/13070/task/13072/stat : 13072 (manysat1.1_stat) R 13067 13067 12895 0 -1 4202560 51285 0 0 0 88051 33 0 0 18 0 4 0 622157653 799330304 184378 33554432000 134512640 135305190 4291164176 18446744073709551615 134538178 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=13070/tid=13073] ppid=13067 vsize=780596 CPUtime=879.99 cores=0,2,4,6
/proc/13070/task/13073/stat : 13073 (manysat1.1_stat) R 13067 13067 12895 0 -1 4202560 45504 0 0 0 87964 35 0 0 25 0 4 0 622157653 799330304 184378 33554432000 134512640 135305190 4291164176 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3516.51
Current children cumulated vsize (KiB) 789296

[startup+942.301 s]
/proc/loadavg: 8.06 8.08 7.08 9/339 13131
/proc/meminfo: memFree=9722240/32951124 swapFree=67111352/67111528
[pid=13067] ppid=13065 vsize=8700 CPUtime=0.84 cores=0,2,4,6
/proc/13067/stat : 13067 (manysat.sh) S 13065 13067 12895 0 -1 4202496 356 6868 0 0 0 0 82 2 18 0 1 0 622157556 8908800 252 33554432000 4194304 4922060 140734529735952 18446744073709551615 270338202757 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/13067/statm: 2175 252 209 178 0 68 0
[pid=13070] ppid=13067 vsize=795176 CPUtime=3755.05 cores=0,2,4,6
/proc/13070/stat : 13070 (manysat1.1_stat) R 13067 13067 12895 0 -1 4202496 188068 0 0 0 375366 139 0 0 25 0 4 0 622157641 814260224 187932 33554432000 134512640 135305190 4291164176 18446744073709551615 134528298 0 0 4096 3 18446744073709551615 0 0 17 6 0 0 0
/proc/13070/statm: 198794 187932 84 194 0 198598 0
[pid=13070/tid=13071] ppid=13067 vsize=795176 CPUtime=938.22 cores=0,2,4,6
/proc/13070/task/13071/stat : 13071 (manysat1.1_stat) R 13067 13067 12895 0 -1 4202560 39822 0 0 0 93792 30 0 0 25 0 4 0 622157653 814260224 187932 33554432000 134512640 135305190 4291164176 18446744073709551615 134538175 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=13070/tid=13072] ppid=13067 vsize=795176 CPUtime=940.82 cores=0,2,4,6
/proc/13070/task/13072/stat : 13072 (manysat1.1_stat) R 13067 13067 12895 0 -1 4202560 51927 0 0 0 94048 34 0 0 25 0 4 0 622157653 814260224 187932 33554432000 134512640 135305190 4291164176 18446744073709551615 134528455 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=13070/tid=13073] ppid=13067 vsize=795176 CPUtime=940 cores=0,2,4,6
/proc/13070/task/13073/stat : 13073 (manysat1.1_stat) R 13067 13067 12895 0 -1 4202560 46178 0 0 0 93964 36 0 0 25 0 4 0 622157653 814260224 187932 33554432000 134512640 135305190 4291164176 18446744073709551615 134556926 0 0 4096 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3755.89
Current children cumulated vsize (KiB) 803876

[startup+1002.3 s]
/proc/loadavg: 8.13 8.09 7.14 9/339 13133
/proc/meminfo: memFree=9706852/32951124 swapFree=67111352/67111528
[pid=13067] ppid=13065 vsize=8700 CPUtime=0.84 cores=0,2,4,6
/proc/13067/stat : 13067 (manysat.sh) S 13065 13067 12895 0 -1 4202496 356 6868 0 0 0 0 82 2 18 0 1 0 622157556 8908800 252 33554432000 4194304 4922060 140734529735952 18446744073709551615 270338202757 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/13067/statm: 2175 252 209 178 0 68 0
[pid=13070] ppid=13067 vsize=807924 CPUtime=3994.4 cores=0,2,4,6
/proc/13070/stat : 13070 (manysat1.1_stat) R 13067 13067 12895 0 -1 4202496 191288 0 0 0 399297 143 0 0 25 0 4 0 622157641 827314176 191152 33554432000 134512640 135305190 4291164176 18446744073709551615 134528298 0 0 4096 3 18446744073709551615 0 0 17 6 0 0 0
/proc/13070/statm: 201981 191152 84 194 0 201785 0
[pid=13070/tid=13071] ppid=13067 vsize=807924 CPUtime=998.2 cores=0,2,4,6
/proc/13070/task/13071/stat : 13071 (manysat1.1_stat) R 13067 13067 12895 0 -1 4202560 40555 0 0 0 99789 31 0 0 25 0 4 0 622157653 827314176 191152 33554432000 134512640 135305190 4291164176 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=13070/tid=13072] ppid=13067 vsize=807924 CPUtime=1000.79 cores=0,2,4,6
/proc/13070/task/13072/stat : 13072 (manysat1.1_stat) R 13067 13067 12895 0 -1 4202560 53371 0 0 0 100043 36 0 0 25 0 4 0 622157653 827314176 191152 33554432000 134512640 135305190 4291164176 18446744073709551615 134528268 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=13070/tid=13073] ppid=13067 vsize=807924 CPUtime=1000 cores=0,2,4,6
/proc/13070/task/13073/stat : 13073 (manysat1.1_stat) R 13067 13067 12895 0 -1 4202560 46913 0 0 0 99963 37 0 0 25 0 4 0 622157653 827314176 191153 33554432000 134512640 135305190 4291164176 18446744073709551615 134528189 0 0 4096 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3995.24
Current children cumulated vsize (KiB) 816624

[startup+1062.3 s]
/proc/loadavg: 8.19 8.11 7.20 9/339 13135
/proc/meminfo: memFree=9692448/32951124 swapFree=67111352/67111528
[pid=13067] ppid=13065 vsize=8700 CPUtime=0.84 cores=0,2,4,6
/proc/13067/stat : 13067 (manysat.sh) S 13065 13067 12895 0 -1 4202496 356 6868 0 0 0 0 82 2 18 0 1 0 622157556 8908800 252 33554432000 4194304 4922060 140734529735952 18446744073709551615 270338202757 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/13067/statm: 2175 252 209 178 0 68 0
[pid=13070] ppid=13067 vsize=821180 CPUtime=4233.72 cores=0,2,4,6
/proc/13070/stat : 13070 (manysat1.1_stat) R 13067 13067 12895 0 -1 4202496 194554 0 0 0 423224 148 0 0 25 0 4 0 622157641 840888320 194418 33554432000 134512640 135305190 4291164176 18446744073709551615 134556720 0 0 4096 3 18446744073709551615 0 0 17 2 0 0 0
/proc/13070/statm: 205295 194418 84 194 0 205099 0
[pid=13070/tid=13071] ppid=13067 vsize=821180 CPUtime=1058.2 cores=0,2,4,6
/proc/13070/task/13071/stat : 13071 (manysat1.1_stat) R 13067 13067 12895 0 -1 4202560 41494 0 0 0 105788 32 0 0 25 0 4 0 622157653 840888320 194418 33554432000 134512640 135305190 4291164176 18446744073709551615 134528263 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=13070/tid=13072] ppid=13067 vsize=821180 CPUtime=1060.77 cores=0,2,4,6
/proc/13070/task/13072/stat : 13072 (manysat1.1_stat) R 13067 13067 12895 0 -1 4202560 54725 0 0 0 106040 37 0 0 25 0 4 0 622157653 840888320 194418 33554432000 134512640 135305190 4291164176 18446744073709551615 134528376 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=13070/tid=13073] ppid=13067 vsize=821180 CPUtime=1059.45 cores=0,2,4,6
/proc/13070/task/13073/stat : 13073 (manysat1.1_stat) R 13067 13067 12895 0 -1 4202560 47496 0 0 0 105907 38 0 0 25 0 4 0 622157653 840888320 194418 33554432000 134512640 135305190 4291164176 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4234.56
Current children cumulated vsize (KiB) 829880

[startup+1122.3 s]
/proc/loadavg: 8.20 8.11 7.26 9/339 13136
/proc/meminfo: memFree=9689068/32951124 swapFree=67111352/67111528
[pid=13067] ppid=13065 vsize=8700 CPUtime=0.84 cores=0,2,4,6
/proc/13067/stat : 13067 (manysat.sh) S 13065 13067 12895 0 -1 4202496 356 6868 0 0 0 0 82 2 18 0 1 0 622157556 8908800 252 33554432000 4194304 4922060 140734529735952 18446744073709551615 270338202757 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/13067/statm: 2175 252 209 178 0 68 0
[pid=13070] ppid=13067 vsize=824136 CPUtime=4473.09 cores=0,2,4,6
/proc/13070/stat : 13070 (manysat1.1_stat) R 13067 13067 12895 0 -1 4202496 195287 0 0 0 447160 149 0 0 25 0 4 0 622157641 843915264 195151 33554432000 134512640 135305190 4291164176 18446744073709551615 134546155 0 0 4096 3 18446744073709551615 0 0 17 2 0 0 0
/proc/13070/statm: 206034 195151 84 194 0 205838 0
[pid=13070/tid=13071] ppid=13067 vsize=824136 CPUtime=1118.21 cores=0,2,4,6
/proc/13070/task/13071/stat : 13071 (manysat1.1_stat) R 13067 13067 12895 0 -1 4202560 41865 0 0 0 111789 32 0 0 25 0 4 0 622157653 843915264 195151 33554432000 134512640 135305190 4291164176 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=13070/tid=13072] ppid=13067 vsize=824136 CPUtime=1120.75 cores=0,2,4,6
/proc/13070/task/13072/stat : 13072 (manysat1.1_stat) R 13067 13067 12895 0 -1 4202560 54937 0 0 0 112037 38 0 0 25 0 4 0 622157653 843915264 195151 33554432000 134512640 135305190 4291164176 18446744073709551615 134551697 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=13070/tid=13073] ppid=13067 vsize=824136 CPUtime=1118.85 cores=0,2,4,6
/proc/13070/task/13073/stat : 13073 (manysat1.1_stat) R 13067 13067 12895 0 -1 4202560 47547 0 0 0 111847 38 0 0 25 0 4 0 622157653 843915264 195151 33554432000 134512640 135305190 4291164176 18446744073709551615 134557710 0 0 4096 3 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4473.93
Current children cumulated vsize (KiB) 832836

[startup+1182.3 s]
/proc/loadavg: 8.13 8.11 7.31 9/339 13138
/proc/meminfo: memFree=9638328/32951124 swapFree=67111352/67111528
[pid=13067] ppid=13065 vsize=8700 CPUtime=0.84 cores=0,2,4,6
/proc/13067/stat : 13067 (manysat.sh) S 13065 13067 12895 0 -1 4202496 356 6868 0 0 0 0 82 2 18 0 1 0 622157556 8908800 252 33554432000 4194304 4922060 140734529735952 18446744073709551615 270338202757 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/13067/statm: 2175 252 209 178 0 68 0
[pid=13070] ppid=13067 vsize=875212 CPUtime=4712.49 cores=0,2,4,6
/proc/13070/stat : 13070 (manysat1.1_stat) R 13067 13067 12895 0 -1 4202496 207708 0 0 0 471092 157 0 0 25 0 4 0 622157641 896217088 207572 33554432000 134512640 135305190 4291164176 18446744073709551615 134528573 0 0 4096 3 18446744073709551615 0 0 17 2 0 0 0
/proc/13070/statm: 218803 207572 84 194 0 218607 0
[pid=13070/tid=13071] ppid=13067 vsize=875212 CPUtime=1178.2 cores=0,2,4,6
/proc/13070/task/13071/stat : 13071 (manysat1.1_stat) R 13067 13067 12895 0 -1 4202560 44440 0 0 0 117786 34 0 0 25 0 4 0 622157653 896217088 207572 33554432000 134512640 135305190 4291164176 18446744073709551615 134538170 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=13070/tid=13072] ppid=13067 vsize=875212 CPUtime=1180.74 cores=0,2,4,6
/proc/13070/task/13072/stat : 13072 (manysat1.1_stat) R 13067 13067 12895 0 -1 4202560 58551 0 0 0 118034 40 0 0 25 0 4 0 622157653 896217088 207572 33554432000 134512640 135305190 4291164176 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=13070/tid=13073] ppid=13067 vsize=875212 CPUtime=1178.25 cores=0,2,4,6
/proc/13070/task/13073/stat : 13073 (manysat1.1_stat) R 13067 13067 12895 0 -1 4202560 50772 0 0 0 117785 40 0 0 25 0 4 0 622157653 896217088 207572 33554432000 134512640 135305190 4291164176 18446744073709551615 134528603 0 0 4096 3 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4713.33
Current children cumulated vsize (KiB) 883912



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1204.1 s]
/proc/loadavg: 8.08 8.10 7.33 9/339 13138
/proc/meminfo: memFree=9636588/32951124 swapFree=67111352/67111528
[pid=13067] ppid=13065 vsize=8700 CPUtime=0.84 cores=0,2,4,6
/proc/13067/stat : 13067 (manysat.sh) S 13065 13067 12895 0 -1 4202496 356 6868 0 0 0 0 82 2 18 0 1 0 622157556 8908800 252 33554432000 4194304 4922060 140734529735952 18446744073709551615 270338202757 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/13067/statm: 2175 252 209 178 0 68 0
[pid=13070] ppid=13067 vsize=876196 CPUtime=4799.46 cores=0,2,4,6
/proc/13070/stat : 13070 (manysat1.1_stat) R 13067 13067 12895 0 -1 4202496 207925 0 0 0 479789 157 0 0 25 0 4 0 622157641 897224704 207789 33554432000 134512640 135305190 4291164176 18446744073709551615 134528768 0 0 4096 3 18446744073709551615 0 0 17 2 0 0 0
/proc/13070/statm: 219049 207789 84 194 0 218853 0
[pid=13070/tid=13071] ppid=13067 vsize=876196 CPUtime=1200 cores=0,2,4,6
/proc/13070/task/13071/stat : 13071 (manysat1.1_stat) R 13067 13067 12895 0 -1 4202560 44440 0 0 0 119966 34 0 0 25 0 4 0 622157653 897224704 207789 33554432000 134512640 135305190 4291164176 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=13070/tid=13072] ppid=13067 vsize=876196 CPUtime=1202.54 cores=0,2,4,6
/proc/13070/task/13072/stat : 13072 (manysat1.1_stat) R 13067 13067 12895 0 -1 4202560 58641 0 0 0 120214 40 0 0 25 0 4 0 622157653 897224704 207789 33554432000 134512640 135305190 4291164176 18446744073709551615 134528256 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=13070/tid=13073] ppid=13067 vsize=876196 CPUtime=1199.83 cores=0,2,4,6
/proc/13070/task/13073/stat : 13073 (manysat1.1_stat) R 13067 13067 12895 0 -1 4202560 50834 0 0 0 119943 40 0 0 25 0 4 0 622157653 897224704 207789 33554432000 134512640 135305190 4291164176 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4800.3
Current children cumulated vsize (KiB) 884896

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

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

[startup+1204.1 s]
/proc/loadavg: 8.08 8.10 7.33 9/339 13138
/proc/meminfo: memFree=9636588/32951124 swapFree=67111352/67111528
[pid=13067] ppid=13065 vsize=8700 CPUtime=0.84 cores=0,2,4,6
/proc/13067/stat : 13067 (manysat.sh) S 13065 13067 12895 0 -1 4202496 356 6868 0 0 0 0 82 2 18 0 1 0 622157556 8908800 252 33554432000 4194304 4922060 140734529735952 18446744073709551615 270338202757 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/13067/statm: 2175 252 209 178 0 68 0
[pid=13070] ppid=13067 vsize=876196 CPUtime=4799.46 cores=0,2,4,6
/proc/13070/stat : 13070 (manysat1.1_stat) R 13067 13067 12895 0 -1 4202496 207925 0 0 0 479789 157 0 0 25 0 4 0 622157641 897224704 207789 33554432000 134512640 135305190 4291164176 18446744073709551615 134528768 0 0 4096 3 18446744073709551615 0 0 17 2 0 0 0
/proc/13070/statm: 219049 207789 84 194 0 218853 0
[pid=13070/tid=13071] ppid=13067 vsize=876196 CPUtime=1200 cores=0,2,4,6
/proc/13070/task/13071/stat : 13071 (manysat1.1_stat) R 13067 13067 12895 0 -1 4202560 44440 0 0 0 119966 34 0 0 25 0 4 0 622157653 897224704 207789 33554432000 134512640 135305190 4291164176 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=13070/tid=13072] ppid=13067 vsize=876196 CPUtime=1202.54 cores=0,2,4,6
/proc/13070/task/13072/stat : 13072 (manysat1.1_stat) R 13067 13067 12895 0 -1 4202560 58641 0 0 0 120214 40 0 0 25 0 4 0 622157653 897224704 207789 33554432000 134512640 135305190 4291164176 18446744073709551615 134528256 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=13070/tid=13073] ppid=13067 vsize=876196 CPUtime=1199.83 cores=0,2,4,6
/proc/13070/task/13073/stat : 13073 (manysat1.1_stat) R 13067 13067 12895 0 -1 4202560 50834 0 0 0 119943 40 0 0 25 0 4 0 622157653 897224704 207789 33554432000 134512640 135305190 4291164176 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4800.3
Current children cumulated vsize (KiB) 884896

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 1204.12
CPU time (s): 4800.3
CPU user time (s): 4798.71
CPU system time (s): 1.59
CPU usage (%): 398.655
Max. virtual memory (cumulated for all children) (KiB): 884896

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

runsolver used 3.52546 second user time and 8.5527 second system time

The end

Launcher Data

Begin job on node143 at 2011-05-13 16:36:59
IDJOB=3361947
IDBENCH=70817
IDSOLVER=1838
FILE ID=node143/3361947-1305297419
RUNJOBID= node143-1305296391-12913
PBS_JOBID= 13321410
Free space on /tmp= 41140 MiB

SOLVER NAME= ManySAT 1.1 aimd 1/2009-03-20 (4 threads)
BENCH NAME= SAT09/APPLICATIONS/bitverif/maxxor/maxxor064.cnf
COMMAND LINE= manysat.sh BENCHNAME aimd 1
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3361947-1305297419/watcher-3361947-1305297419 -o /tmp/evaluation-result-3361947-1305297419/solver-3361947-1305297419 -C 4800 -W 1300 -M 15500  manysat.sh HOME/instance-3361947-1305297419.cnf aimd 1

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

MD5SUM BENCH= 902b28046d424b16042ca612ddad48e0
RANDOM SEED=1572239992

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:      10155152 kB
Buffers:        228296 kB
Cached:        5536744 kB
SwapCached:          0 kB
Active:       17620936 kB
Inactive:      4862240 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      10155152 kB
SwapTotal:    67111528 kB
SwapFree:     67111352 kB
Dirty:            3792 kB
Writeback:           0 kB
AnonPages:    16717704 kB
Mapped:          29380 kB
Slab:           196584 kB
PageTables:      54580 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 70513556 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= 41200 MiB
End job on node143 at 2011-05-13 16:57:06