Trace number 3361898

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? (exit code) 2453.03 631.27

General information on the benchmark

Nameindustrial/vliw_unsat_2.0/
9dlx_vliw_at_b_iq7.cnf
MD5SUM0fbc00fde383cec371bb97d621c5e7e5
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark441.7
Satisfiable
(Un)Satisfiability was proved
Number of variables306095
Number of clauses6069108
Sum of the clauses size17675754
Maximum clause length163
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 25745111
Number of clauses of size 366910
Number of clauses of size 44878
Number of clauses of size 518476
Number of clauses of size over 5233732

Solver Data

0.00/0.00	c Parsing...
0.00/0.00	c num clause = 6069108, num vars = 306095
0.00/0.00	c Exiting...too many clauses
2452.95/631.27	HOME/manysat.sh: line 55: 24689 Segmentation fault      (core dumped) $MS $INPUT "$@"

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-3361898-1305296397/watcher-3361898-1305296397 -o /tmp/evaluation-result-3361898-1305296397/solver-3361898-1305296397 -C 40000 -W 5100 -M 31000 manysat.sh HOME/instance-3361898-1305296397.cnf aimd 1 

running on 8 cores: 0,2,4,6,1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 40000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 40030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 5100 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.08 0.02 0.01 2/329 24687
/proc/meminfo: memFree=6791068/32951124 swapFree=67056804/67111528
[pid=24687] ppid=24685 vsize=8700 CPUtime=0 cores=0-7
/proc/24687/stat : 24687 (manysat.sh) S 24685 24687 24661 0 -1 4202496 355 107 0 0 0 0 0 0 20 0 1 0 641241029 8908800 252 33554432000 4194304 4922060 140733795725232 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/24687/statm: 2175 252 209 178 0 68 0

[startup+0.023357 s]
/proc/loadavg: 0.08 0.02 0.01 2/329 24687
/proc/meminfo: memFree=6791068/32951124 swapFree=67056804/67111528
[pid=24687] ppid=24685 vsize=8700 CPUtime=0 cores=0-7
/proc/24687/stat : 24687 (manysat.sh) S 24685 24687 24661 0 -1 4202496 355 107 0 0 0 0 0 0 20 0 1 0 641241029 8908800 252 33554432000 4194304 4922060 140733795725232 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/24687/statm: 2175 252 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.100344 s]
/proc/loadavg: 0.08 0.02 0.01 2/329 24687
/proc/meminfo: memFree=6791068/32951124 swapFree=67056804/67111528
[pid=24687] ppid=24685 vsize=8700 CPUtime=0 cores=0-7
/proc/24687/stat : 24687 (manysat.sh) S 24685 24687 24661 0 -1 4202496 355 107 0 0 0 0 0 0 20 0 1 0 641241029 8908800 252 33554432000 4194304 4922060 140733795725232 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/24687/statm: 2175 252 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.30031 s]
/proc/loadavg: 0.08 0.02 0.01 2/329 24687
/proc/meminfo: memFree=6791068/32951124 swapFree=67056804/67111528
[pid=24687] ppid=24685 vsize=8700 CPUtime=0 cores=0-7
/proc/24687/stat : 24687 (manysat.sh) S 24685 24687 24661 0 -1 4202496 355 107 0 0 0 0 0 0 20 0 1 0 641241029 8908800 252 33554432000 4194304 4922060 140733795725232 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/24687/statm: 2175 252 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.700257 s]
/proc/loadavg: 0.08 0.02 0.01 2/329 24687
/proc/meminfo: memFree=6791068/32951124 swapFree=67056804/67111528
[pid=24687] ppid=24685 vsize=8700 CPUtime=0 cores=0-7
/proc/24687/stat : 24687 (manysat.sh) S 24685 24687 24661 0 -1 4202496 355 107 0 0 0 0 0 0 20 0 1 0 641241029 8908800 252 33554432000 4194304 4922060 140733795725232 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/24687/statm: 2175 252 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.5011 s]
/proc/loadavg: 0.08 0.02 0.01 3/331 24690
/proc/meminfo: memFree=6581128/32951124 swapFree=67056804/67111528
[pid=24687] ppid=24685 vsize=8700 CPUtime=0 cores=0-7
/proc/24687/stat : 24687 (manysat.sh) S 24685 24687 24661 0 -1 4202496 355 107 0 0 0 0 0 0 20 0 1 0 641241029 8908800 252 33554432000 4194304 4922060 140733795725232 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/24687/statm: 2175 252 209 178 0 68 0
[pid=24689] ppid=24687 vsize=316596 CPUtime=1.49 cores=0-7
/proc/24689/stat : 24689 (manysat1.1_stat) R 24687 24687 24661 0 -1 4202496 77690 0 0 0 139 10 0 0 25 0 1 0 641241029 324194304 77645 33554432000 134512640 135305190 4287577856 18446744073709551615 134840070 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/24689/statm: 79149 77646 71 194 0 78953 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 325296

[startup+3.10081 s]
/proc/loadavg: 0.08 0.02 0.01 3/331 24690
/proc/meminfo: memFree=6581128/32951124 swapFree=67056804/67111528
[pid=24687] ppid=24685 vsize=8700 CPUtime=0 cores=0-7
/proc/24687/stat : 24687 (manysat.sh) S 24685 24687 24661 0 -1 4202496 355 107 0 0 0 0 0 0 20 0 1 0 641241029 8908800 252 33554432000 4194304 4922060 140733795725232 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/24687/statm: 2175 252 209 178 0 68 0
[pid=24689] ppid=24687 vsize=660632 CPUtime=3.09 cores=0-7
/proc/24689/stat : 24689 (manysat1.1_stat) R 24687 24687 24661 0 -1 4202496 158533 0 0 0 287 22 0 0 25 0 1 0 641241029 676487168 158488 33554432000 134512640 135305190 4287577856 18446744073709551615 134840070 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/24689/statm: 165158 158489 71 194 0 164962 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 669332

[startup+6.30024 s]
/proc/loadavg: 0.15 0.03 0.01 2/331 24690
/proc/meminfo: memFree=5715972/32951124 swapFree=67056804/67111528
[pid=24687] ppid=24685 vsize=8700 CPUtime=0 cores=0-7
/proc/24687/stat : 24687 (manysat.sh) S 24685 24687 24661 0 -1 4202496 355 107 0 0 0 0 0 0 20 0 1 0 641241029 8908800 252 33554432000 4194304 4922060 140733795725232 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/24687/statm: 2175 252 209 178 0 68 0
[pid=24689] ppid=24687 vsize=1300852 CPUtime=6.29 cores=0-7
/proc/24689/stat : 24689 (manysat1.1_stat) R 24687 24687 24661 0 -1 4202496 312484 0 0 0 579 50 0 0 25 0 1 0 641241029 1332072448 312439 33554432000 134512640 135305190 4287577856 18446744073709551615 134840070 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/24689/statm: 325213 312440 71 194 0 325017 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 1309552

[startup+12.7011 s]
/proc/loadavg: 0.46 0.10 0.03 5/334 24694
/proc/meminfo: memFree=5445948/32951124 swapFree=67056804/67111528
[pid=24687] ppid=24685 vsize=8700 CPUtime=0 cores=0-7
/proc/24687/stat : 24687 (manysat.sh) S 24685 24687 24661 0 -1 4202496 355 107 0 0 0 0 0 0 20 0 1 0 641241029 8908800 252 33554432000 4194304 4922060 140733795725232 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/24687/statm: 2175 252 209 178 0 68 0
[pid=24689] ppid=24687 vsize=1431124 CPUtime=28.06 cores=0-7
/proc/24689/stat : 24689 (manysat1.1_stat) R 24687 24687 24661 0 -1 4202496 337025 0 0 0 2741 65 0 0 18 0 4 0 641241029 1465470976 336971 33554432000 134512640 135305190 4287577856 18446744073709551615 134528298 0 0 4096 3 18446744073709551615 0 0 17 5 0 0 0
/proc/24689/statm: 357781 336971 83 194 0 357585 0
[pid=24689/tid=24691] ppid=24687 vsize=1431124 CPUtime=5.12 cores=0-7
/proc/24689/task/24691/stat : 24691 (manysat1.1_stat) R 24687 24687 24661 0 -1 4202560 2584 0 0 0 510 2 0 0 18 0 4 0 641241784 1465470976 336971 33554432000 134512640 135305190 4287577856 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=24689/tid=24692] ppid=24687 vsize=1431124 CPUtime=5.11 cores=0-7
/proc/24689/task/24692/stat : 24692 (manysat1.1_stat) R 24687 24687 24661 0 -1 4202560 2811 0 0 0 508 3 0 0 21 0 4 0 641241784 1465470976 336971 33554432000 134512640 135305190 4287577856 18446744073709551615 134528376 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=24689/tid=24693] ppid=24687 vsize=1431124 CPUtime=5.12 cores=0-7
/proc/24689/task/24693/stat : 24693 (manysat1.1_stat) R 24687 24687 24661 0 -1 4202560 2984 0 0 0 509 3 0 0 18 0 4 0 641241784 1465470976 336971 33554432000 134512640 135305190 4287577856 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 28.06
Current children cumulated vsize (KiB) 1439824

[startup+25.5008 s]
/proc/loadavg: 1.24 0.29 0.09 5/334 24694
/proc/meminfo: memFree=5416700/32951124 swapFree=67056804/67111528
[pid=24687] ppid=24685 vsize=8700 CPUtime=0 cores=0-7
/proc/24687/stat : 24687 (manysat.sh) S 24685 24687 24661 0 -1 4202496 355 107 0 0 0 0 0 0 20 0 1 0 641241029 8908800 252 33554432000 4194304 4922060 140733795725232 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/24687/statm: 2175 252 209 178 0 68 0
[pid=24689] ppid=24687 vsize=1459300 CPUtime=79.24 cores=0-7
/proc/24689/stat : 24689 (manysat1.1_stat) R 24687 24687 24661 0 -1 4202496 344214 0 0 0 7852 72 0 0 18 0 4 0 641241029 1494323200 344160 33554432000 134512640 135305190 4287577856 18446744073709551615 134531193 0 0 4096 3 18446744073709551615 0 0 17 5 0 0 0
/proc/24689/statm: 364825 344160 83 194 0 364629 0
[pid=24689/tid=24691] ppid=24687 vsize=1459300 CPUtime=17.93 cores=0-7
/proc/24689/task/24691/stat : 24691 (manysat1.1_stat) R 24687 24687 24661 0 -1 4202560 3996 0 0 0 1789 4 0 0 18 0 4 0 641241784 1494323200 344160 33554432000 134512640 135305190 4287577856 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=24689/tid=24692] ppid=24687 vsize=1459300 CPUtime=17.91 cores=0-7
/proc/24689/task/24692/stat : 24692 (manysat1.1_stat) R 24687 24687 24661 0 -1 4202560 6734 0 0 0 1785 6 0 0 25 0 4 0 641241784 1494323200 344160 33554432000 134512640 135305190 4287577856 18446744073709551615 134839991 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=24689/tid=24693] ppid=24687 vsize=1459300 CPUtime=17.91 cores=0-7
/proc/24689/task/24693/stat : 24693 (manysat1.1_stat) R 24687 24687 24661 0 -1 4202560 3493 0 0 0 1787 4 0 0 23 0 4 0 641241784 1494323200 344160 33554432000 134512640 135305190 4287577856 18446744073709551615 134528576 0 0 4096 3 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 79.24
Current children cumulated vsize (KiB) 1468000

[startup+51.1003 s]
/proc/loadavg: 2.18 0.59 0.20 5/334 24695
/proc/meminfo: memFree=5338296/32951124 swapFree=67056804/67111528
[pid=24687] ppid=24685 vsize=8700 CPUtime=0 cores=0-7
/proc/24687/stat : 24687 (manysat.sh) S 24685 24687 24661 0 -1 4202496 355 107 0 0 0 0 0 0 20 0 1 0 641241029 8908800 252 33554432000 4194304 4922060 140733795725232 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/24687/statm: 2175 252 209 178 0 68 0
[pid=24689] ppid=24687 vsize=1537644 CPUtime=181.63 cores=0-7
/proc/24689/stat : 24689 (manysat1.1_stat) R 24687 24687 24661 0 -1 4202496 363735 0 0 0 18071 92 0 0 18 0 4 0 641241029 1574547456 363681 33554432000 134512640 135305190 4287577856 18446744073709551615 134528298 0 0 4096 3 18446744073709551615 0 0 17 5 0 0 0
/proc/24689/statm: 384411 363681 83 194 0 384215 0
[pid=24689/tid=24691] ppid=24687 vsize=1537644 CPUtime=43.52 cores=0-7
/proc/24689/task/24691/stat : 24691 (manysat1.1_stat) R 24687 24687 24661 0 -1 4202560 6273 0 0 0 4347 5 0 0 18 0 4 0 641241784 1574547456 363681 33554432000 134512640 135305190 4287577856 18446744073709551615 134541935 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=24689/tid=24692] ppid=24687 vsize=1537644 CPUtime=43.51 cores=0-7
/proc/24689/task/24692/stat : 24692 (manysat1.1_stat) R 24687 24687 24661 0 -1 4202560 20754 0 0 0 4330 21 0 0 25 0 4 0 641241784 1574547456 363681 33554432000 134512640 135305190 4287577856 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=24689/tid=24693] ppid=24687 vsize=1537644 CPUtime=43.5 cores=0-7
/proc/24689/task/24693/stat : 24693 (manysat1.1_stat) R 24687 24687 24661 0 -1 4202560 4776 0 0 0 4346 4 0 0 25 0 4 0 641241784 1574547456 363681 33554432000 134512640 135305190 4287577856 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 181.63
Current children cumulated vsize (KiB) 1546344

[startup+102.312 s]
/proc/loadavg: 3.21 1.11 0.39 5/334 24696
/proc/meminfo: memFree=5193872/32951124 swapFree=67056804/67111528
[pid=24687] ppid=24685 vsize=8700 CPUtime=0 cores=0-7
/proc/24687/stat : 24687 (manysat.sh) S 24685 24687 24661 0 -1 4202496 355 107 0 0 0 0 0 0 20 0 1 0 641241029 8908800 252 33554432000 4194304 4922060 140733795725232 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/24687/statm: 2175 252 209 178 0 68 0
[pid=24689] ppid=24687 vsize=1681576 CPUtime=386.48 cores=0-7
/proc/24689/stat : 24689 (manysat1.1_stat) R 24687 24687 24661 0 -1 4202496 399446 0 0 0 38512 136 0 0 18 0 4 0 641241029 1721933824 399392 33554432000 134512640 135305190 4287577856 18446744073709551615 134541486 0 0 4096 3 18446744073709551615 0 0 17 5 0 0 0
/proc/24689/statm: 420394 399392 83 194 0 420198 0
[pid=24689/tid=24691] ppid=24687 vsize=1681576 CPUtime=94.73 cores=0-7
/proc/24689/task/24691/stat : 24691 (manysat1.1_stat) R 24687 24687 24661 0 -1 4202560 10892 0 0 0 9463 10 0 0 18 0 4 0 641241784 1721933824 399392 33554432000 134512640 135305190 4287577856 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=24689/tid=24692] ppid=24687 vsize=1681576 CPUtime=94.72 cores=0-7
/proc/24689/task/24692/stat : 24692 (manysat1.1_stat) R 24687 24687 24661 0 -1 4202560 44977 0 0 0 9418 54 0 0 25 0 4 0 641241784 1721933824 399392 33554432000 134512640 135305190 4287577856 18446744073709551615 134528195 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=24689/tid=24693] ppid=24687 vsize=1681576 CPUtime=94.71 cores=0-7
/proc/24689/task/24693/stat : 24693 (manysat1.1_stat) R 24687 24687 24661 0 -1 4202560 8535 0 0 0 9463 8 0 0 25 0 4 0 641241784 1721933824 399392 33554432000 134512640 135305190 4287577856 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 386.48
Current children cumulated vsize (KiB) 1690276

[startup+162.301 s]
/proc/loadavg: 3.71 1.63 0.62 5/334 24698
/proc/meminfo: memFree=4914736/32951124 swapFree=67056804/67111528
[pid=24687] ppid=24685 vsize=8700 CPUtime=0 cores=0-7
/proc/24687/stat : 24687 (manysat.sh) S 24685 24687 24661 0 -1 4202496 355 107 0 0 0 0 0 0 20 0 1 0 641241029 8908800 252 33554432000 4194304 4922060 140733795725232 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/24687/statm: 2175 252 209 178 0 68 0
[pid=24689] ppid=24687 vsize=1964168 CPUtime=626.41 cores=0-7
/proc/24689/stat : 24689 (manysat1.1_stat) R 24687 24687 24661 0 -1 4202496 469975 0 0 0 62429 212 0 0 19 0 4 0 641241029 2011308032 469921 33554432000 134512640 135305190 4287577856 18446744073709551615 134528252 0 0 4096 3 18446744073709551615 0 0 17 5 0 0 0
/proc/24689/statm: 491042 469921 83 194 0 490846 0
[pid=24689/tid=24691] ppid=24687 vsize=1964168 CPUtime=154.71 cores=0-7
/proc/24689/task/24691/stat : 24691 (manysat1.1_stat) R 24687 24687 24661 0 -1 4202560 16562 0 0 0 15456 15 0 0 19 0 4 0 641241784 2011308032 469921 33554432000 134512640 135305190 4287577856 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=24689/tid=24692] ppid=24687 vsize=1964168 CPUtime=154.71 cores=0-7
/proc/24689/task/24692/stat : 24692 (manysat1.1_stat) R 24687 24687 24661 0 -1 4202560 104232 0 0 0 15354 117 0 0 25 0 4 0 641241784 2011308032 469921 33554432000 134512640 135305190 4287577856 18446744073709551615 134551808 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=24689/tid=24693] ppid=24687 vsize=1964168 CPUtime=154.7 cores=0-7
/proc/24689/task/24693/stat : 24693 (manysat1.1_stat) R 24687 24687 24661 0 -1 4202560 11086 0 0 0 15458 12 0 0 25 0 4 0 641241784 2011308032 469921 33554432000 134512640 135305190 4287577856 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 626.41
Current children cumulated vsize (KiB) 1972868

[startup+222.301 s]
/proc/loadavg: 3.89 2.06 0.83 5/334 24699
/proc/meminfo: memFree=4576084/32951124 swapFree=67056804/67111528
[pid=24687] ppid=24685 vsize=8700 CPUtime=0 cores=0-7
/proc/24687/stat : 24687 (manysat.sh) S 24685 24687 24661 0 -1 4202496 355 107 0 0 0 0 0 0 20 0 1 0 641241029 8908800 252 33554432000 4194304 4922060 140733795725232 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/24687/statm: 2175 252 209 178 0 68 0
[pid=24689] ppid=24687 vsize=2300308 CPUtime=866.38 cores=0-7
/proc/24689/stat : 24689 (manysat1.1_stat) R 24687 24687 24661 0 -1 4202496 553598 0 0 0 86364 274 0 0 18 0 4 0 641241029 2355515392 553544 33554432000 134512640 135305190 4287577856 18446744073709551615 134528298 0 0 4096 3 18446744073709551615 0 0 17 5 0 0 0
/proc/24689/statm: 575077 553544 83 194 0 574881 0
[pid=24689/tid=24691] ppid=24687 vsize=2300308 CPUtime=214.69 cores=0-7

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

/proc/24689/stat : 24689 (manysat1.1_stat) R 24687 24687 24661 0 -1 4202496 881626 0 0 0 206053 571 0 0 23 0 4 0 641241029 3703828480 881572 33554432000 134512640 135305190 4287577856 18446744073709551615 134528298 0 0 4096 3 18446744073709551615 0 0 17 5 0 0 0
/proc/24689/statm: 904255 881572 83 194 0 904059 0
[pid=24689/tid=24691] ppid=24687 vsize=3617020 CPUtime=514.66 cores=0-7
/proc/24689/task/24691/stat : 24691 (manysat1.1_stat) R 24687 24687 24661 0 -1 4202560 32645 0 0 0 51427 39 0 0 20 0 4 0 641241784 3703828480 881572 33554432000 134512640 135305190 4287577856 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=24689/tid=24692] ppid=24687 vsize=3617020 CPUtime=514.7 cores=0-7
/proc/24689/task/24692/stat : 24692 (manysat1.1_stat) R 24687 24687 24661 0 -1 4202560 477255 0 0 0 51055 415 0 0 25 0 4 0 641241784 3703828480 881572 33554432000 134512640 135305190 4287577856 18446744073709551615 134551992 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=24689/tid=24693] ppid=24687 vsize=3617020 CPUtime=514.66 cores=0-7
/proc/24689/task/24693/stat : 24693 (manysat1.1_stat) R 24687 24687 24661 0 -1 4202560 19747 0 0 0 51438 28 0 0 25 0 4 0 641241784 3703828480 881572 33554432000 134512640 135305190 4287577856 18446744073709551615 134528480 0 0 4096 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2066.24
Current children cumulated vsize (KiB) 3625720

[startup+582.301 s]
/proc/loadavg: 4.00 3.43 1.84 5/334 24709
/proc/meminfo: memFree=2872016/32951124 swapFree=67056804/67111528
[pid=24687] ppid=24685 vsize=8700 CPUtime=0 cores=0-7
/proc/24687/stat : 24687 (manysat.sh) S 24685 24687 24661 0 -1 4202496 355 107 0 0 0 0 0 0 20 0 1 0 641241029 8908800 252 33554432000 4194304 4922060 140733795725232 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/24687/statm: 2175 252 209 178 0 68 0
[pid=24689] ppid=24687 vsize=4011404 CPUtime=2306.25 cores=0-7
/proc/24689/stat : 24689 (manysat1.1_stat) R 24687 24687 24661 0 -1 4202496 979803 0 0 0 229980 645 0 0 23 0 4 0 641241029 4107677696 979749 33554432000 134512640 135305190 4287577856 18446744073709551615 134528298 0 0 4096 3 18446744073709551615 0 0 17 5 0 0 0
/proc/24689/statm: 1002851 979749 83 194 0 1002655 0
[pid=24689/tid=24691] ppid=24687 vsize=4011404 CPUtime=574.67 cores=0-7
/proc/24689/task/24691/stat : 24691 (manysat1.1_stat) R 24687 24687 24661 0 -1 4202560 36803 0 0 0 57423 44 0 0 19 0 4 0 641241784 4107677696 979749 33554432000 134512640 135305190 4287577856 18446744073709551615 134528939 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=24689/tid=24692] ppid=24687 vsize=4011404 CPUtime=574.7 cores=0-7
/proc/24689/task/24692/stat : 24692 (manysat1.1_stat) R 24687 24687 24661 0 -1 4202560 566812 0 0 0 56993 477 0 0 25 0 4 0 641241784 4107677696 979749 33554432000 134512640 135305190 4287577856 18446744073709551615 134551668 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=24689/tid=24693] ppid=24687 vsize=4011404 CPUtime=574.66 cores=0-7
/proc/24689/task/24693/stat : 24693 (manysat1.1_stat) R 24687 24687 24661 0 -1 4202560 21656 0 0 0 57436 30 0 0 25 0 4 0 641241784 4107677696 979749 33554432000 134512640 135305190 4287577856 18446744073709551615 134528252 0 0 4096 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2306.25
Current children cumulated vsize (KiB) 4020104

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

[startup+589.801 s]
/proc/loadavg: 4.00 3.45 1.87 5/334 24709
/proc/meminfo: memFree=2821960/32951124 swapFree=67056804/67111528
[pid=24687] ppid=24685 vsize=8700 CPUtime=0 cores=0-7
/proc/24687/stat : 24687 (manysat.sh) S 24685 24687 24661 0 -1 4202496 355 107 0 0 0 0 0 0 20 0 1 0 641241029 8908800 252 33554432000 4194304 4922060 140733795725232 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/24687/statm: 2175 252 209 178 0 68 0
[pid=24689] ppid=24687 vsize=4058724 CPUtime=2336.22 cores=0-7
/proc/24689/stat : 24689 (manysat1.1_stat) R 24687 24687 24661 0 -1 4202496 991631 0 0 0 232968 654 0 0 18 0 4 0 641241029 4156133376 991577 33554432000 134512640 135305190 4287577856 18446744073709551615 134528277 0 0 4096 3 18446744073709551615 0 0 17 5 0 0 0
/proc/24689/statm: 1014681 991577 83 194 0 1014485 0
[pid=24689/tid=24691] ppid=24687 vsize=4058724 CPUtime=582.13 cores=0-7
/proc/24689/task/24691/stat : 24691 (manysat1.1_stat) R 24687 24687 24661 0 -1 4202560 37012 0 0 0 58169 44 0 0 18 0 4 0 641241784 4156133376 991577 33554432000 134512640 135305190 4287577856 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=24689/tid=24692] ppid=24687 vsize=4058724 CPUtime=582.19 cores=0-7
/proc/24689/task/24692/stat : 24692 (manysat1.1_stat) R 24687 24687 24661 0 -1 4202560 577795 0 0 0 57735 484 0 0 25 0 4 0 641241784 4156133376 991577 33554432000 134512640 135305190 4287577856 18446744073709551615 134563883 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=24689/tid=24693] ppid=24687 vsize=4058724 CPUtime=582.16 cores=0-7
/proc/24689/task/24693/stat : 24693 (manysat1.1_stat) R 24687 24687 24661 0 -1 4202560 21785 0 0 0 58186 30 0 0 25 0 4 0 641241784 4156133376 991577 33554432000 134512640 135305190 4287577856 18446744073709551615 134528480 0 0 4096 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2336.22
Current children cumulated vsize (KiB) 4067424

[startup+615.4 s]
/proc/loadavg: 4.00 3.49 1.92 5/334 24710
/proc/meminfo: memFree=2700776/32951124 swapFree=67056804/67111528
[pid=24687] ppid=24685 vsize=8700 CPUtime=0 cores=0-7
/proc/24687/stat : 24687 (manysat.sh) S 24685 24687 24661 0 -1 4202496 355 107 0 0 0 0 0 0 20 0 1 0 641241029 8908800 252 33554432000 4194304 4922060 140733795725232 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/24687/statm: 2175 252 209 178 0 68 0
[pid=24689] ppid=24687 vsize=4182512 CPUtime=2438.59 cores=0-7
/proc/24689/stat : 24689 (manysat1.1_stat) R 24687 24687 24661 0 -1 4202496 1022401 0 0 0 243190 669 0 0 18 0 4 0 641241029 4282892288 1022347 33554432000 134512640 135305190 4287577856 18446744073709551615 134528189 0 0 4096 3 18446744073709551615 0 0 17 5 0 0 0
/proc/24689/statm: 1045628 1022347 83 194 0 1045432 0
[pid=24689/tid=24691] ppid=24687 vsize=4182512 CPUtime=607.74 cores=0-7
/proc/24689/task/24691/stat : 24691 (manysat1.1_stat) R 24687 24687 24661 0 -1 4202560 37017 0 0 0 60729 45 0 0 25 0 4 0 641241784 4282892288 1022347 33554432000 134512640 135305190 4287577856 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=24689/tid=24692] ppid=24687 vsize=4182512 CPUtime=607.8 cores=0-7
/proc/24689/task/24692/stat : 24692 (manysat1.1_stat) R 24687 24687 24661 0 -1 4202560 608431 0 0 0 60281 499 0 0 25 0 4 0 641241784 4282892288 1022347 33554432000 134512640 135305190 4287577856 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=24689/tid=24693] ppid=24687 vsize=4182512 CPUtime=607.76 cores=0-7
/proc/24689/task/24693/stat : 24693 (manysat1.1_stat) R 24687 24687 24661 0 -1 4202560 21877 0 0 0 60745 31 0 0 25 0 4 0 641241784 4282892288 1022347 33554432000 134512640 135305190 4287577856 18446744073709551615 134528252 0 0 4096 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2438.59
Current children cumulated vsize (KiB) 4191212

[startup+621.801 s]
/proc/loadavg: 4.00 3.50 1.93 2/334 24710
/proc/meminfo: memFree=95824/32951124 swapFree=67056804/67111528
[pid=24687] ppid=24685 vsize=8700 CPUtime=0 cores=0-7
/proc/24687/stat : 24687 (manysat.sh) S 24685 24687 24661 0 -1 4202496 355 107 0 0 0 0 0 0 20 0 1 0 641241029 8908800 252 33554432000 4194304 4922060 140733795725232 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/24687/statm: 2175 252 209 178 0 68 0
[pid=24689] ppid=24687 vsize=4194292 CPUtime=2451.24 cores=0-7
/proc/24689/stat : 24689 (manysat1.1_stat) D 24687 24687 24661 0 -1 4203524 1025754 0 0 0 244015 1109 0 0 18 0 4 0 641241029 4294955008 1025684 33554432000 134512640 135305190 4287577856 18446744073709551615 134528536 0 0 4096 3 18446744073709551615 0 0 17 5 0 0 0
/proc/24689/statm: 1048573 1025684 83 194 0 1048377 0
[pid=24689/tid=24691] ppid=24687 vsize=4194292 CPUtime=609.87 cores=0-7
/proc/24689/task/24691/stat : 24691 (manysat1.1_stat) D 24687 24687 24661 0 -1 4203588 37020 0 0 0 60942 45 0 0 19 0 4 0 641241784 4294955008 1025684 33554432000 134512640 135305190 4287577856 18446744073709551615 134528298 0 0 4096 3 18446744071562337734 0 0 -1 1 0 0 0
[pid=24689/tid=24692] ppid=24687 vsize=4194292 CPUtime=614.06 cores=0-7
/proc/24689/task/24692/stat : 24692 (manysat1.1_stat) R 24687 24687 24661 0 -1 4204096 611735 0 0 0 60468 938 0 0 25 0 4 0 641241784 4294955008 1025684 33554432000 134512640 135305190 4287577856 18446744073709551615 134563946 0 0 4096 3 0 0 0 -1 0 0 0 13
[pid=24689/tid=24693] ppid=24687 vsize=4194292 CPUtime=609.89 cores=0-7
/proc/24689/task/24693/stat : 24693 (manysat1.1_stat) D 24687 24687 24661 0 -1 4203588 21921 0 0 0 60958 31 0 0 25 0 4 0 641241784 4294955008 1025684 33554432000 134512640 135305190 4287577856 18446744073709551615 134557951 0 0 4096 3 18446744071562337734 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2451.24
Current children cumulated vsize (KiB) 4202992

[startup+628.201 s]
/proc/loadavg: 4.16 3.54 1.95 1/334 24710
/proc/meminfo: memFree=95512/32951124 swapFree=67056804/67111528
[pid=24687] ppid=24685 vsize=8700 CPUtime=0 cores=0-7
/proc/24687/stat : 24687 (manysat.sh) S 24685 24687 24661 0 -1 4202496 355 107 0 0 0 0 0 0 20 0 1 0 641241029 8908800 252 33554432000 4194304 4922060 140733795725232 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/24687/statm: 2175 252 209 178 0 68 0
[pid=24689] ppid=24687 vsize=4194292 CPUtime=2452.16 cores=0-7
/proc/24689/stat : 24689 (manysat1.1_stat) D 24687 24687 24661 0 -1 4203524 1025754 0 0 0 244015 1201 0 0 18 0 4 0 641241029 4294955008 1025684 33554432000 134512640 135305190 4287577856 18446744073709551615 134528536 0 0 4096 3 18446744073709551615 0 0 17 5 0 0 0
/proc/24689/statm: 1048573 1025684 83 194 0 1048377 0
[pid=24689/tid=24691] ppid=24687 vsize=4194292 CPUtime=609.87 cores=0-7
/proc/24689/task/24691/stat : 24691 (manysat1.1_stat) D 24687 24687 24661 0 -1 4203588 37020 0 0 0 60942 45 0 0 19 0 4 0 641241784 4294955008 1025684 33554432000 134512640 135305190 4287577856 18446744073709551615 134528298 0 0 4096 3 18446744071562337734 0 0 -1 1 0 0 0
[pid=24689/tid=24692] ppid=24687 vsize=4194292 CPUtime=614.98 cores=0-7
/proc/24689/task/24692/stat : 24692 (manysat1.1_stat) D 24687 24687 24661 0 -1 4204096 611735 0 0 0 60468 1030 0 0 18 0 4 0 641241784 4294955008 1025684 33554432000 134512640 135305190 4287577856 18446744073709551615 134563946 0 0 4096 3 18446744071562154983 0 0 -1 0 0 0 467
[pid=24689/tid=24693] ppid=24687 vsize=4194292 CPUtime=609.89 cores=0-7
/proc/24689/task/24693/stat : 24693 (manysat1.1_stat) D 24687 24687 24661 0 -1 4203588 21921 0 0 0 60958 31 0 0 25 0 4 0 641241784 4294955008 1025684 33554432000 134512640 135305190 4287577856 18446744073709551615 134557951 0 0 4096 3 18446744071562337734 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2452.16
Current children cumulated vsize (KiB) 4202992

[startup+629.801 s]
/proc/loadavg: 4.39 3.60 1.98 2/334 24710
/proc/meminfo: memFree=98096/32951124 swapFree=67056804/67111528
[pid=24687] ppid=24685 vsize=8700 CPUtime=0 cores=0-7
/proc/24687/stat : 24687 (manysat.sh) S 24685 24687 24661 0 -1 4202496 355 107 0 0 0 0 0 0 20 0 1 0 641241029 8908800 252 33554432000 4194304 4922060 140733795725232 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/24687/statm: 2175 252 209 178 0 68 0
[pid=24689] ppid=24687 vsize=4194292 CPUtime=2452.51 cores=0-7
/proc/24689/stat : 24689 (manysat1.1_stat) D 24687 24687 24661 0 -1 4203524 1025754 0 0 0 244015 1236 0 0 18 0 4 0 641241029 4294955008 1025684 33554432000 134512640 135305190 4287577856 18446744073709551615 134528536 0 0 4096 3 18446744073709551615 0 0 17 5 0 0 0
/proc/24689/statm: 1048573 1025684 83 194 0 1048377 0
[pid=24689/tid=24691] ppid=24687 vsize=4194292 CPUtime=609.87 cores=0-7
/proc/24689/task/24691/stat : 24691 (manysat1.1_stat) D 24687 24687 24661 0 -1 4203588 37020 0 0 0 60942 45 0 0 19 0 4 0 641241784 4294955008 1025684 33554432000 134512640 135305190 4287577856 18446744073709551615 134528298 0 0 4096 3 18446744071562337734 0 0 -1 1 0 0 0
[pid=24689/tid=24692] ppid=24687 vsize=4194292 CPUtime=615.33 cores=0-7
/proc/24689/task/24692/stat : 24692 (manysat1.1_stat) D 24687 24687 24661 0 -1 4204096 611735 0 0 0 60468 1065 0 0 18 0 4 0 641241784 4294955008 1025684 33554432000 134512640 135305190 4287577856 18446744073709551615 134563946 0 0 4096 3 18446744071562154983 0 0 -1 6 0 0 624
[pid=24689/tid=24693] ppid=24687 vsize=4194292 CPUtime=609.89 cores=0-7
/proc/24689/task/24693/stat : 24693 (manysat1.1_stat) D 24687 24687 24661 0 -1 4203588 21921 0 0 0 60958 31 0 0 25 0 4 0 641241784 4294955008 1025684 33554432000 134512640 135305190 4287577856 18446744073709551615 134557951 0 0 4096 3 18446744071562337734 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2452.51
Current children cumulated vsize (KiB) 4202992

[startup+630.601 s]
/proc/loadavg: 4.39 3.60 1.98 1/334 24710
/proc/meminfo: memFree=95924/32951124 swapFree=67056804/67111528
[pid=24687] ppid=24685 vsize=8700 CPUtime=0 cores=0-7
/proc/24687/stat : 24687 (manysat.sh) S 24685 24687 24661 0 -1 4202496 355 107 0 0 0 0 0 0 20 0 1 0 641241029 8908800 252 33554432000 4194304 4922060 140733795725232 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/24687/statm: 2175 252 209 178 0 68 0
[pid=24689] ppid=24687 vsize=4194292 CPUtime=2452.51 cores=0-7
/proc/24689/stat : 24689 (manysat1.1_stat) D 24687 24687 24661 0 -1 4203524 1025754 0 0 0 244015 1236 0 0 18 0 4 0 641241029 4294955008 1025684 33554432000 134512640 135305190 4287577856 18446744073709551615 134528536 0 0 4096 3 18446744073709551615 0 0 17 5 0 0 0
/proc/24689/statm: 1048573 1025684 83 194 0 1048377 0
[pid=24689/tid=24691] ppid=24687 vsize=4194292 CPUtime=609.87 cores=0-7
/proc/24689/task/24691/stat : 24691 (manysat1.1_stat) D 24687 24687 24661 0 -1 4203588 37020 0 0 0 60942 45 0 0 19 0 4 0 641241784 4294955008 1025684 33554432000 134512640 135305190 4287577856 18446744073709551615 134528298 0 0 4096 3 18446744071562337734 0 0 -1 1 0 0 0
[pid=24689/tid=24692] ppid=24687 vsize=4194292 CPUtime=615.33 cores=0-7
/proc/24689/task/24692/stat : 24692 (manysat1.1_stat) D 24687 24687 24661 0 -1 4204096 611735 0 0 0 60468 1065 0 0 18 0 4 0 641241784 4294955008 1025684 33554432000 134512640 135305190 4287577856 18446744073709551615 134563946 0 0 4096 3 18446744071562154983 0 0 -1 6 0 0 624
[pid=24689/tid=24693] ppid=24687 vsize=4194292 CPUtime=609.89 cores=0-7
/proc/24689/task/24693/stat : 24693 (manysat1.1_stat) D 24687 24687 24661 0 -1 4203588 21921 0 0 0 60958 31 0 0 25 0 4 0 641241784 4294955008 1025684 33554432000 134512640 135305190 4287577856 18446744073709551615 134557951 0 0 4096 3 18446744071562337734 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2452.51
Current children cumulated vsize (KiB) 4202992

[startup+631.001 s]
/proc/loadavg: 4.39 3.60 1.98 1/334 24710
/proc/meminfo: memFree=95924/32951124 swapFree=67056804/67111528
[pid=24687] ppid=24685 vsize=8700 CPUtime=0 cores=0-7
/proc/24687/stat : 24687 (manysat.sh) S 24685 24687 24661 0 -1 4202496 355 107 0 0 0 0 0 0 20 0 1 0 641241029 8908800 252 33554432000 4194304 4922060 140733795725232 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/24687/statm: 2175 252 209 178 0 68 0
[pid=24689] ppid=24687 vsize=4194292 CPUtime=2452.75 cores=0-7
/proc/24689/stat : 24689 (manysat1.1_stat) D 24687 24687 24661 0 -1 4203524 1025754 0 0 0 244015 1260 0 0 18 0 4 0 641241029 4294955008 1025684 33554432000 134512640 135305190 4287577856 18446744073709551615 134528536 0 0 4096 3 18446744073709551615 0 0 17 5 0 0 0
/proc/24689/statm: 1048573 1025684 83 194 0 1048377 0
[pid=24689/tid=24691] ppid=24687 vsize=4194292 CPUtime=609.87 cores=0-7
/proc/24689/task/24691/stat : 24691 (manysat1.1_stat) D 24687 24687 24661 0 -1 4203588 37020 0 0 0 60942 45 0 0 19 0 4 0 641241784 4294955008 1025684 33554432000 134512640 135305190 4287577856 18446744073709551615 134528298 0 0 4096 3 18446744071562337734 0 0 -1 1 0 0 0
[pid=24689/tid=24692] ppid=24687 vsize=4194292 CPUtime=615.57 cores=0-7
/proc/24689/task/24692/stat : 24692 (manysat1.1_stat) R 24687 24687 24661 0 -1 4204096 611735 0 0 0 60468 1089 0 0 18 0 4 0 641241784 4294955008 1025684 33554432000 134512640 135305190 4287577856 18446744073709551615 134563946 0 0 4096 3 0 0 0 -1 6 0 0 781
[pid=24689/tid=24693] ppid=24687 vsize=4194292 CPUtime=609.89 cores=0-7
/proc/24689/task/24693/stat : 24693 (manysat1.1_stat) D 24687 24687 24661 0 -1 4203588 21921 0 0 0 60958 31 0 0 25 0 4 0 641241784 4294955008 1025684 33554432000 134512640 135305190 4287577856 18446744073709551615 134557951 0 0 4096 3 18446744071562337734 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2452.75
Current children cumulated vsize (KiB) 4202992

[startup+631.201 s]
/proc/loadavg: 4.39 3.60 1.98 1/334 24710
/proc/meminfo: memFree=95924/32951124 swapFree=67056804/67111528
[pid=24687] ppid=24685 vsize=8700 CPUtime=0 cores=0-7
/proc/24687/stat : 24687 (manysat.sh) S 24685 24687 24661 0 -1 4202496 355 107 0 0 0 0 0 0 20 0 1 0 641241029 8908800 252 33554432000 4194304 4922060 140733795725232 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/24687/statm: 2175 252 209 178 0 68 0
[pid=24689] ppid=24687 vsize=0 CPUtime=2452.95 cores=0-7
/proc/24689/stat : 24689 (manysat1.1_stat) Z 24687 24687 24661 0 -1 4203548 1025755 0 0 0 244015 1280 0 0 18 0 2 0 641241029 0 0 33554432000 0 0 0 0 0 0 0 4096 3 18446744073709551615 0 0 17 5 0 0 0
/proc/24689/statm: 0 0 0 0 0 0 0
[pid=24689/tid=24692] ppid=24687 vsize=0 CPUtime=615.77 cores=0-7
/proc/24689/task/24692/stat : 24692 (manysat1.1_stat) R 24687 24687 24661 0 -1 4204100 611736 0 0 0 60468 1109 0 0 18 0 2 0 641241784 0 0 33554432000 0 0 0 0 0 0 0 4096 3 18446744073709551615 0 0 -1 6 0 0 781
Current children cumulated CPU time (s) 2452.95
Current children cumulated vsize (KiB) 8700

Child status: 139
Real time (s): 631.27
CPU time (s): 2453.03
CPU user time (s): 2440.15
CPU system time (s): 12.873
CPU usage (%): 388.586
Max. virtual memory (cumulated for all children) (KiB): 4202992

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2440.15
system time used= 12.873
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1026233
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= 15327
involuntary context switches= 9006

runsolver used 2.01169 second user time and 4.85626 second system time

The end

Launcher Data

Begin job on node108 at 2011-05-13 16:20:01
IDJOB=3361898
IDBENCH=20580
IDSOLVER=1839
FILE ID=node108/3361898-1305296397
RUNJOBID= node108-1305296396-24675
PBS_JOBID= 13321445
Free space on /tmp= 35460 MiB

SOLVER NAME= ManySAT 1.1 aimd 1/2009-03-20 (4 threads)
BENCH NAME= SAT07/industrial/vliw_unsat_2.0/9dlx_vliw_at_b_iq7.cnf
COMMAND LINE= manysat.sh BENCHNAME aimd 1
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3361898-1305296397/watcher-3361898-1305296397 -o /tmp/evaluation-result-3361898-1305296397/solver-3361898-1305296397 -C 40000 -W 5100 -M 31000  manysat.sh HOME/instance-3361898-1305296397.cnf aimd 1

TIME LIMIT= 40000 seconds
MEMORY LIMIT= 31000 MiB
NBCORE= 8

MD5SUM BENCH= 0fbc00fde383cec371bb97d621c5e7e5
RANDOM SEED=1885849796

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

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.820
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:       6790976 kB
Buffers:        253144 kB
Cached:       15229404 kB
SwapCached:       8700 kB
Active:       13319152 kB
Inactive:     12266472 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:       6790976 kB
SwapTotal:    67111528 kB
SwapFree:     67056804 kB
Dirty:          133128 kB
Writeback:           0 kB
AnonPages:    10100364 kB
Mapped:          26364 kB
Slab:           470976 kB
PageTables:      37972 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 52247976 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= 31448 MiB
End job on node108 at 2011-05-13 16:30:32