Trace number 3362434

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) 5617.39 1430.62

General information on the benchmark

NameSAT-Race-2010-CNF/hardware-verification/
velev/2dlx_ca_bp_f_liveness.cnf
MD5SUM99cd8de7f06ce8c087a5c7fb299dfb62
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables202253
Number of clauses4313014
Sum of the clauses size12562188
Maximum clause length651
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 23935640
Number of clauses of size 3199653
Number of clauses of size 410363
Number of clauses of size 55846
Number of clauses of size over 5161511

Solver Data

0.00/0.00	c Parsing...
1.89/1.95	c ==============================================================================
1.89/1.95	c |           |     ORIGINAL     |              LEARNT              |          |
1.89/1.95	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
1.89/1.95	c ==============================================================================
1.89/1.95	c |         0 | 4313013 12562187 | 1293903       0        0     nan |  0.000 % |
17.89/17.96	c |         0 | 4281700 13191840 |      --       0       --      -- |     --   | -31256/629794
17.89/17.96	c ==============================================================================
17.89/17.96	c Result  :   #vars: 188087   #clauses: 4281700   #literals: 13191840
17.89/17.96	c CPU time:   17.7303 s
17.89/17.96	c ==============================================================================
5617.35/1430.60	HOME/manysat.sh: line 55: 25355 Segmentation fault      (core dumped) $MS -verbosity=0 $TMP.cnf $TMP.result -$AIMD $AIMD_FLAG "$@"

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-3362434-1305305705/watcher-3362434-1305305705 -o /tmp/evaluation-result-3362434-1305305705/solver-3362434-1305305705 -C 40000 -W 5100 -M 31000 manysat.sh HOME/instance-3362434-1305305705.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: 3.99 3.97 3.94 2/329 25351
/proc/meminfo: memFree=8289440/32951124 swapFree=67056804/67111528
[pid=25351] ppid=25349 vsize=8700 CPUtime=0 cores=0-7
/proc/25351/stat : 25351 (manysat.sh) S 25349 25351 24661 0 -1 4202496 330 0 0 0 0 0 0 0 22 0 1 0 642171510 8908800 250 33554432000 4194304 4922060 140733288482800 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/25351/statm: 2175 250 209 178 0 68 0

[startup+0.0365429 s]
/proc/loadavg: 3.99 3.97 3.94 2/329 25351
/proc/meminfo: memFree=8289440/32951124 swapFree=67056804/67111528
[pid=25351] ppid=25349 vsize=8700 CPUtime=0 cores=0-7
/proc/25351/stat : 25351 (manysat.sh) S 25349 25351 24661 0 -1 4202496 330 0 0 0 0 0 0 0 22 0 1 0 642171510 8908800 250 33554432000 4194304 4922060 140733288482800 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/25351/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.100531 s]
/proc/loadavg: 3.99 3.97 3.94 2/329 25351
/proc/meminfo: memFree=8289440/32951124 swapFree=67056804/67111528
[pid=25351] ppid=25349 vsize=8700 CPUtime=0 cores=0-7
/proc/25351/stat : 25351 (manysat.sh) S 25349 25351 24661 0 -1 4202496 330 0 0 0 0 0 0 0 22 0 1 0 642171510 8908800 250 33554432000 4194304 4922060 140733288482800 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/25351/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.300517 s]
/proc/loadavg: 3.99 3.97 3.94 2/329 25351
/proc/meminfo: memFree=8289440/32951124 swapFree=67056804/67111528
[pid=25351] ppid=25349 vsize=8700 CPUtime=0 cores=0-7
/proc/25351/stat : 25351 (manysat.sh) S 25349 25351 24661 0 -1 4202496 330 0 0 0 0 0 0 0 22 0 1 0 642171510 8908800 250 33554432000 4194304 4922060 140733288482800 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/25351/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.700427 s]
/proc/loadavg: 3.99 3.97 3.94 2/329 25351
/proc/meminfo: memFree=8289440/32951124 swapFree=67056804/67111528
[pid=25351] ppid=25349 vsize=8700 CPUtime=0 cores=0-7
/proc/25351/stat : 25351 (manysat.sh) S 25349 25351 24661 0 -1 4202496 330 0 0 0 0 0 0 0 22 0 1 0 642171510 8908800 250 33554432000 4194304 4922060 140733288482800 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/25351/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50028 s]
/proc/loadavg: 3.99 3.97 3.94 2/331 25353
/proc/meminfo: memFree=8165916/32951124 swapFree=67056804/67111528
[pid=25351] ppid=25349 vsize=8700 CPUtime=0 cores=0-7
/proc/25351/stat : 25351 (manysat.sh) S 25349 25351 24661 0 -1 4202496 330 0 0 0 0 0 0 0 22 0 1 0 642171510 8908800 250 33554432000 4194304 4922060 140733288482800 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/25351/statm: 2175 250 209 178 0 68 0
[pid=25352] ppid=25351 vsize=193924 CPUtime=1.49 cores=0-7
/proc/25352/stat : 25352 (SatElite) R 25351 25351 24661 0 -1 4202496 45550 0 0 0 137 12 0 0 25 0 1 0 642171510 198578176 45506 33554432000 134512640 135034092 4290001552 18446744073709551615 134673244 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/25352/statm: 48481 45506 51 128 0 48351 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 202624

[startup+3.10101 s]
/proc/loadavg: 3.99 3.97 3.94 2/331 25353
/proc/meminfo: memFree=7991340/32951124 swapFree=67056804/67111528
[pid=25351] ppid=25349 vsize=8700 CPUtime=0 cores=0-7
/proc/25351/stat : 25351 (manysat.sh) S 25349 25351 24661 0 -1 4202496 330 0 0 0 0 0 0 0 22 0 1 0 642171510 8908800 250 33554432000 4194304 4922060 140733288482800 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/25351/statm: 2175 250 209 178 0 68 0
[pid=25352] ppid=25351 vsize=383796 CPUtime=3.09 cores=0-7
/proc/25352/stat : 25352 (SatElite) R 25351 25351 24661 0 -1 4202496 89402 0 0 0 289 20 0 0 25 0 1 0 642171510 393007104 80727 33554432000 134512640 135034092 4290001552 18446744073709551615 134566167 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/25352/statm: 95949 80727 68 128 0 95819 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 392496

[startup+6.30045 s]
/proc/loadavg: 3.75 3.92 3.93 2/331 25353
/proc/meminfo: memFree=7961696/32951124 swapFree=67056804/67111528
[pid=25351] ppid=25349 vsize=8700 CPUtime=0 cores=0-7
/proc/25351/stat : 25351 (manysat.sh) S 25349 25351 24661 0 -1 4202496 330 0 0 0 0 0 0 0 22 0 1 0 642171510 8908800 250 33554432000 4194304 4922060 140733288482800 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/25351/statm: 2175 250 209 178 0 68 0
[pid=25352] ppid=25351 vsize=386228 CPUtime=6.29 cores=0-7
/proc/25352/stat : 25352 (SatElite) R 25351 25351 24661 0 -1 4202496 90102 0 0 0 609 20 0 0 25 0 1 0 642171510 395497472 81229 33554432000 134512640 135034092 4290001552 18446744073709551615 134566565 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/25352/statm: 96557 81229 68 128 0 96427 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 394928

[startup+12.7003 s]
/proc/loadavg: 3.53 3.87 3.91 2/331 25354
/proc/meminfo: memFree=7928340/32951124 swapFree=67056804/67111528
[pid=25351] ppid=25349 vsize=8700 CPUtime=0 cores=0-7
/proc/25351/stat : 25351 (manysat.sh) S 25349 25351 24661 0 -1 4202496 330 0 0 0 0 0 0 0 22 0 1 0 642171510 8908800 250 33554432000 4194304 4922060 140733288482800 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/25351/statm: 2175 250 209 178 0 68 0
[pid=25352] ppid=25351 vsize=451300 CPUtime=12.69 cores=0-7
/proc/25352/stat : 25352 (SatElite) R 25351 25351 24661 0 -1 4202496 98833 0 0 0 1248 21 0 0 25 0 1 0 642171510 462131200 89550 33554432000 134512640 135034092 4290001552 18446744073709551615 134569242 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/25352/statm: 112825 89550 68 128 0 112695 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 460000

[startup+25.501 s]
/proc/loadavg: 2.97 3.73 3.86 2/331 25355
/proc/meminfo: memFree=7264796/32951124 swapFree=67056804/67111528
[pid=25351] ppid=25349 vsize=8700 CPUtime=20.6 cores=0-7
/proc/25351/stat : 25351 (manysat.sh) S 25349 25351 24661 0 -1 4202496 357 107836 0 0 0 0 2022 38 18 0 1 0 642171510 8908800 253 33554432000 4194304 4922060 140733288482800 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/25351/statm: 2175 253 209 178 0 68 0
[pid=25355] ppid=25351 vsize=1005788 CPUtime=5.56 cores=0-7
/proc/25355/stat : 25355 (manysat1.1_stat) R 25351 25351 24661 0 -1 4202496 235237 0 0 0 521 35 0 0 18 0 4 0 642173572 1029926912 235134 33554432000 134512640 135305190 4293882832 18446744073709551615 134528307 0 0 4096 3 18446744073709551615 0 0 17 7 0 0 0
/proc/25355/statm: 251447 235135 83 194 0 251251 0
Current children cumulated CPU time (s) 26.16
Current children cumulated vsize (KiB) 1014488

[startup+51.1005 s]
/proc/loadavg: 3.32 3.75 3.86 5/334 25359
/proc/meminfo: memFree=7156192/32951124 swapFree=67056804/67111528
[pid=25351] ppid=25349 vsize=8700 CPUtime=20.6 cores=0-7
/proc/25351/stat : 25351 (manysat.sh) S 25349 25351 24661 0 -1 4202496 357 107836 0 0 0 0 2022 38 18 0 1 0 642171510 8908800 253 33554432000 4194304 4922060 140733288482800 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/25351/statm: 2175 253 209 178 0 68 0
[pid=25355] ppid=25351 vsize=1102852 CPUtime=107.91 cores=0-7
/proc/25355/stat : 25355 (manysat1.1_stat) R 25351 25351 24661 0 -1 4202496 259064 0 0 0 10742 49 0 0 18 0 4 0 642173572 1129320448 258958 33554432000 134512640 135305190 4293882832 18446744073709551615 134528332 0 0 4096 3 18446744073709551615 0 0 17 5 0 0 0
/proc/25355/statm: 275713 258958 84 194 0 275517 0
[pid=25355/tid=25356] ppid=25351 vsize=1102852 CPUtime=25.82 cores=0-7
/proc/25355/task/25356/stat : 25356 (manysat1.1_stat) R 25351 25351 24661 0 -1 4202560 4803 0 0 0 2579 3 0 0 25 0 4 0 642174036 1129320448 258958 33554432000 134512640 135305190 4293882832 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=25355/tid=25357] ppid=25351 vsize=1102852 CPUtime=25.82 cores=0-7
/proc/25355/task/25357/stat : 25357 (manysat1.1_stat) R 25351 25351 24661 0 -1 4202560 10377 0 0 0 2577 5 0 0 18 0 4 0 642174036 1129320448 258958 33554432000 134512640 135305190 4293882832 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=25355/tid=25358] ppid=25351 vsize=1102852 CPUtime=25.79 cores=0-7
/proc/25355/task/25358/stat : 25358 (manysat1.1_stat) R 25351 25351 24661 0 -1 4202560 5913 0 0 0 2575 4 0 0 19 0 4 0 642174036 1129320448 258958 33554432000 134512640 135305190 4293882832 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 128.51
Current children cumulated vsize (KiB) 1111552

[startup+102.312 s]
/proc/loadavg: 3.70 3.79 3.87 5/334 25360
/proc/meminfo: memFree=7008236/32951124 swapFree=67056804/67111528
[pid=25351] ppid=25349 vsize=8700 CPUtime=20.6 cores=0-7
/proc/25351/stat : 25351 (manysat.sh) S 25349 25351 24661 0 -1 4202496 357 107836 0 0 0 0 2022 38 18 0 1 0 642171510 8908800 253 33554432000 4194304 4922060 140733288482800 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/25351/statm: 2175 253 209 178 0 68 0
[pid=25355] ppid=25351 vsize=1248744 CPUtime=312.75 cores=0-7
/proc/25355/stat : 25355 (manysat1.1_stat) R 25351 25351 24661 0 -1 4202496 295587 0 0 0 31202 73 0 0 18 0 4 0 642173572 1278713856 295452 33554432000 134512640 135305190 4293882832 18446744073709551615 134528252 0 0 4096 3 18446744073709551615 0 0 17 5 0 0 0
/proc/25355/statm: 312186 295452 84 194 0 311990 0
[pid=25355/tid=25356] ppid=25351 vsize=1248744 CPUtime=77.03 cores=0-7
/proc/25355/task/25356/stat : 25356 (manysat1.1_stat) R 25351 25351 24661 0 -1 4202560 7599 0 0 0 7698 5 0 0 25 0 4 0 642174036 1278713856 295452 33554432000 134512640 135305190 4293882832 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=25355/tid=25357] ppid=25351 vsize=1248744 CPUtime=77.02 cores=0-7
/proc/25355/task/25357/stat : 25357 (manysat1.1_stat) R 25351 25351 24661 0 -1 4202560 31221 0 0 0 7687 15 0 0 19 0 4 0 642174036 1278713856 295452 33554432000 134512640 135305190 4293882832 18446744073709551615 134528195 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=25355/tid=25358] ppid=25351 vsize=1248744 CPUtime=76.99 cores=0-7
/proc/25355/task/25358/stat : 25358 (manysat1.1_stat) R 25351 25351 24661 0 -1 4202560 11681 0 0 0 7689 10 0 0 25 0 4 0 642174036 1278713856 295452 33554432000 134512640 135305190 4293882832 18446744073709551615 134528559 0 0 4096 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 333.35
Current children cumulated vsize (KiB) 1257444

[startup+162.301 s]
/proc/loadavg: 3.89 3.82 3.87 5/334 25362
/proc/meminfo: memFree=6862904/32951124 swapFree=67056804/67111528
[pid=25351] ppid=25349 vsize=8700 CPUtime=20.6 cores=0-7
/proc/25351/stat : 25351 (manysat.sh) S 25349 25351 24661 0 -1 4202496 357 107836 0 0 0 0 2022 38 18 0 1 0 642171510 8908800 253 33554432000 4194304 4922060 140733288482800 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/25351/statm: 2175 253 209 178 0 68 0
[pid=25355] ppid=25351 vsize=1395256 CPUtime=552.67 cores=0-7
/proc/25355/stat : 25355 (manysat1.1_stat) R 25351 25351 24661 0 -1 4202496 331825 0 0 0 55163 104 0 0 18 0 4 0 642173572 1428742144 331690 33554432000 134512640 135305190 4293882832 18446744073709551615 134528480 0 0 4096 3 18446744073709551615 0 0 17 5 0 0 0
/proc/25355/statm: 348814 331690 84 194 0 348618 0
[pid=25355/tid=25356] ppid=25351 vsize=1395256 CPUtime=137 cores=0-7
/proc/25355/task/25356/stat : 25356 (manysat1.1_stat) R 25351 25351 24661 0 -1 4202560 10742 0 0 0 13691 9 0 0 22 0 4 0 642174036 1428742144 331690 33554432000 134512640 135305190 4293882832 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=25355/tid=25357] ppid=25351 vsize=1395256 CPUtime=137.01 cores=0-7
/proc/25355/task/25357/stat : 25357 (manysat1.1_stat) R 25351 25351 24661 0 -1 4202560 47776 0 0 0 13674 27 0 0 25 0 4 0 642174036 1428742144 331690 33554432000 134512640 135305190 4293882832 18446744073709551615 134551656 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=25355/tid=25358] ppid=25351 vsize=1395256 CPUtime=136.98 cores=0-7
/proc/25355/task/25358/stat : 25358 (manysat1.1_stat) R 25351 25351 24661 0 -1 4202560 19822 0 0 0 13680 18 0 0 21 0 4 0 642174036 1428742144 331690 33554432000 134512640 135305190 4293882832 18446744073709551615 134557342 0 0 4096 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 573.27
Current children cumulated vsize (KiB) 1403956

[startup+222.3 s]
/proc/loadavg: 3.96 3.85 3.88 5/334 25363
/proc/meminfo: memFree=6795180/32951124 swapFree=67056804/67111528
[pid=25351] ppid=25349 vsize=8700 CPUtime=20.6 cores=0-7
/proc/25351/stat : 25351 (manysat.sh) S 25349 25351 24661 0 -1 4202496 357 107836 0 0 0 0 2022 38 18 0 1 0 642171510 8908800 253 33554432000 4194304 4922060 140733288482800 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/25351/statm: 2175 253 209 178 0 68 0
[pid=25355] ppid=25351 vsize=1462272 CPUtime=792.65 cores=0-7
/proc/25355/stat : 25355 (manysat1.1_stat) R 25351 25351 24661 0 -1 4202496 348766 0 0 0 79144 121 0 0 18 0 4 0 642173572 1497366528 348631 33554432000 134512640 135305190 4293882832 18446744073709551615 134528298 0 0 4096 3 18446744073709551615 0 0 17 5 0 0 0
/proc/25355/statm: 365568 348631 84 194 0 365372 0
[pid=25355/tid=25356] ppid=25351 vsize=1462272 CPUtime=197 cores=0-7
/proc/25355/task/25356/stat : 25356 (manysat1.1_stat) R 25351 25351 24661 0 -1 4202560 12823 0 0 0 19688 12 0 0 21 0 4 0 642174036 1497366528 348631 33554432000 134512640 135305190 4293882832 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=25355/tid=25357] ppid=25351 vsize=1462272 CPUtime=197.02 cores=0-7
/proc/25355/task/25357/stat : 25357 (manysat1.1_stat) R 25351 25351 24661 0 -1 4202560 54562 0 0 0 19668 34 0 0 25 0 4 0 642174036 1497366528 348631 33554432000 134512640 135305190 4293882832 18446744073709551615 134528252 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=25355/tid=25358] ppid=25351 vsize=1462272 CPUtime=196.98 cores=0-7
/proc/25355/task/25358/stat : 25358 (manysat1.1_stat) R 25351 25351 24661 0 -1 4202560 23553 0 0 0 19676 22 0 0 25 0 4 0 642174036 1497366528 348631 33554432000 134512640 135305190 4293882832 18446744073709551615 134570418 0 0 4096 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 813.25
Current children cumulated vsize (KiB) 1470972

[startup+282.301 s]
/proc/loadavg: 3.98 3.88 3.89 5/334 25365
/proc/meminfo: memFree=6653048/32951124 swapFree=67056804/67111528
[pid=25351] ppid=25349 vsize=8700 CPUtime=20.6 cores=0-7

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

[pid=25351] ppid=25349 vsize=8700 CPUtime=20.6 cores=0-7
/proc/25351/stat : 25351 (manysat.sh) S 25349 25351 24661 0 -1 4202496 357 107836 0 0 0 0 2022 38 18 0 1 0 642171510 8908800 253 33554432000 4194304 4922060 140733288482800 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/25351/statm: 2175 253 209 178 0 68 0
[pid=25355] ppid=25351 vsize=3728736 CPUtime=4872.08 cores=0-7
/proc/25355/stat : 25355 (manysat1.1_stat) R 25351 25351 24661 0 -1 4202496 913565 0 0 0 486644 564 0 0 25 0 4 0 642173572 3818225664 913385 33554432000 134512640 135305190 4293882832 18446744073709551615 134528410 0 0 4096 3 18446744073709551615 0 0 17 5 0 0 0
/proc/25355/statm: 932184 913385 84 194 0 931988 0
[pid=25355/tid=25356] ppid=25351 vsize=3728736 CPUtime=1216.88 cores=0-7
/proc/25355/task/25356/stat : 25356 (manysat1.1_stat) R 25351 25351 24661 0 -1 4202560 57013 0 0 0 121616 72 0 0 25 0 4 0 642174036 3818225664 913385 33554432000 134512640 135305190 4293882832 18446744073709551615 134528252 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=25355/tid=25357] ppid=25351 vsize=3728736 CPUtime=1217.02 cores=0-7
/proc/25355/task/25357/stat : 25357 (manysat1.1_stat) R 25351 25351 24661 0 -1 4202560 368206 0 0 0 121474 228 0 0 25 0 4 0 642174036 3818225664 913385 33554432000 134512640 135305190 4293882832 18446744073709551615 134551694 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=25355/tid=25358] ppid=25351 vsize=3728736 CPUtime=1216.79 cores=0-7
/proc/25355/task/25358/stat : 25358 (manysat1.1_stat) R 25351 25351 24661 0 -1 4202560 125733 0 0 0 121560 119 0 0 25 0 4 0 642174036 3818225664 913385 33554432000 134512640 135305190 4293882832 18446744073709551615 134528189 0 0 4096 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4892.68
Current children cumulated vsize (KiB) 3737436

[startup+1302.3 s]
/proc/loadavg: 4.00 3.99 3.92 5/334 25404
/proc/meminfo: memFree=4376980/32951124 swapFree=67056804/67111528
[pid=25351] ppid=25349 vsize=8700 CPUtime=20.6 cores=0-7
/proc/25351/stat : 25351 (manysat.sh) S 25349 25351 24661 0 -1 4202496 357 107836 0 0 0 0 2022 38 18 0 1 0 642171510 8908800 253 33554432000 4194304 4922060 140733288482800 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/25351/statm: 2175 253 209 178 0 68 0
[pid=25355] ppid=25351 vsize=3884904 CPUtime=5112.13 cores=0-7
/proc/25355/stat : 25355 (manysat1.1_stat) R 25351 25351 24661 0 -1 4202496 952262 0 0 0 510619 594 0 0 18 0 4 0 642173572 3978141696 952082 33554432000 134512640 135305190 4293882832 18446744073709551615 134528229 0 0 4096 3 18446744073709551615 0 0 17 5 0 0 0
/proc/25355/statm: 971226 952082 84 194 0 971030 0
[pid=25355/tid=25356] ppid=25351 vsize=3884904 CPUtime=1276.9 cores=0-7
/proc/25355/task/25356/stat : 25356 (manysat1.1_stat) R 25351 25351 24661 0 -1 4202560 59969 0 0 0 127614 76 0 0 25 0 4 0 642174036 3978141696 952082 33554432000 134512640 135305190 4293882832 18446744073709551615 134528240 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=25355/tid=25357] ppid=25351 vsize=3884904 CPUtime=1277.03 cores=0-7
/proc/25355/task/25357/stat : 25357 (manysat1.1_stat) R 25351 25351 24661 0 -1 4202560 388207 0 0 0 127464 239 0 0 25 0 4 0 642174036 3978141696 952082 33554432000 134512640 135305190 4293882832 18446744073709551615 134528768 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=25355/tid=25358] ppid=25351 vsize=3884904 CPUtime=1276.8 cores=0-7
/proc/25355/task/25358/stat : 25358 (manysat1.1_stat) R 25351 25351 24661 0 -1 4202560 133500 0 0 0 127554 126 0 0 25 0 4 0 642174036 3978141696 952082 33554432000 134512640 135305190 4293882832 18446744073709551615 134528559 0 0 4096 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 5132.73
Current children cumulated vsize (KiB) 3893604

[startup+1362.3 s]
/proc/loadavg: 4.00 3.99 3.92 5/334 25406
/proc/meminfo: memFree=4154732/32951124 swapFree=67056804/67111528
[pid=25351] ppid=25349 vsize=8700 CPUtime=20.6 cores=0-7
/proc/25351/stat : 25351 (manysat.sh) S 25349 25351 24661 0 -1 4202496 357 107836 0 0 0 0 2022 38 18 0 1 0 642171510 8908800 253 33554432000 4194304 4922060 140733288482800 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/25351/statm: 2175 253 209 178 0 68 0
[pid=25355] ppid=25351 vsize=4108188 CPUtime=5352.08 cores=0-7
/proc/25355/stat : 25355 (manysat1.1_stat) R 25351 25351 24661 0 -1 4202496 1008181 0 0 0 534565 643 0 0 18 0 4 0 642173572 4206784512 1008001 33554432000 134512640 135305190 4293882832 18446744073709551615 134528298 0 0 4096 3 18446744073709551615 0 0 17 5 0 0 0
/proc/25355/statm: 1027047 1008001 84 194 0 1026851 0
[pid=25355/tid=25356] ppid=25351 vsize=4108188 CPUtime=1336.89 cores=0-7
/proc/25355/task/25356/stat : 25356 (manysat1.1_stat) R 25351 25351 24661 0 -1 4202560 64614 0 0 0 133605 84 0 0 25 0 4 0 642174036 4206784512 1008001 33554432000 134512640 135305190 4293882832 18446744073709551615 134528503 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=25355/tid=25357] ppid=25351 vsize=4108188 CPUtime=1337.02 cores=0-7
/proc/25355/task/25357/stat : 25357 (manysat1.1_stat) R 25351 25351 24661 0 -1 4202560 417080 0 0 0 133444 258 0 0 25 0 4 0 642174036 4206784512 1008001 33554432000 134512640 135305190 4293882832 18446744073709551615 134528768 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=25355/tid=25358] ppid=25351 vsize=4108188 CPUtime=1336.79 cores=0-7
/proc/25355/task/25358/stat : 25358 (manysat1.1_stat) R 25351 25351 24661 0 -1 4202560 145203 0 0 0 133539 140 0 0 25 0 4 0 642174036 4206784512 1008001 33554432000 134512640 135305190 4293882832 18446744073709551615 134546088 0 0 4096 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 5372.68
Current children cumulated vsize (KiB) 4116888

[startup+1422.31 s]
/proc/loadavg: 4.00 3.99 3.92 2/334 25407
/proc/meminfo: memFree=3922700/32951124 swapFree=67056804/67111528
[pid=25351] ppid=25349 vsize=8700 CPUtime=20.6 cores=0-7
/proc/25351/stat : 25351 (manysat.sh) S 25349 25351 24661 0 -1 4202496 357 107836 0 0 0 0 2022 38 18 0 1 0 642171510 8908800 253 33554432000 4194304 4922060 140733288482800 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/25351/statm: 2175 253 209 178 0 68 0
[pid=25355] ppid=25351 vsize=4194296 CPUtime=5591.06 cores=0-7
/proc/25355/stat : 25355 (manysat1.1_stat) D 25351 25351 24661 0 -1 4203524 1030722 0 0 0 558390 716 0 0 18 0 4 0 642173572 4294959104 1029790 33554432000 134512640 135305190 4293882832 18446744073709551615 134528298 0 0 4096 3 18446744073709551615 0 0 17 5 0 0 0
/proc/25355/statm: 1048574 1029790 84 194 0 1048378 0
[pid=25355/tid=25356] ppid=25351 vsize=4194296 CPUtime=1396.59 cores=0-7
/proc/25355/task/25356/stat : 25356 (manysat1.1_stat) D 25351 25351 24661 0 -1 4203588 65822 0 0 0 139572 87 0 0 18 0 4 0 642174036 4294959104 1029790 33554432000 134512640 135305190 4293882832 18446744073709551615 134528298 0 0 4096 3 18446744071562337734 0 0 -1 6 0 0 0
[pid=25355/tid=25357] ppid=25351 vsize=4194296 CPUtime=1396.99 cores=0-7
/proc/25355/task/25357/stat : 25357 (manysat1.1_stat) R 25351 25351 24661 0 -1 4204096 430546 0 0 0 139398 301 0 0 18 0 4 0 642174036 4294959104 1029790 33554432000 134512640 135305190 4293882832 18446744073709551615 134563946 0 0 4096 3 0 0 0 -1 2 0 0 2
[pid=25355/tid=25358] ppid=25351 vsize=4194296 CPUtime=1396.48 cores=0-7
/proc/25355/task/25358/stat : 25358 (manysat1.1_stat) D 25351 25351 24661 0 -1 4203588 149006 0 0 0 139497 151 0 0 18 0 4 0 642174036 4294959104 1029790 33554432000 134512640 135305190 4293882832 18446744073709551615 134868979 0 0 4096 3 18446744071562337734 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 5611.66
Current children cumulated vsize (KiB) 4202996

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

[startup+1427.1 s]
/proc/loadavg: 4.00 3.99 3.92 2/334 25407
/proc/meminfo: memFree=704508/32951124 swapFree=67056804/67111528
[pid=25351] ppid=25349 vsize=8700 CPUtime=20.6 cores=0-7
/proc/25351/stat : 25351 (manysat.sh) S 25349 25351 24661 0 -1 4202496 357 107836 0 0 0 0 2022 38 18 0 1 0 642171510 8908800 253 33554432000 4194304 4922060 140733288482800 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/25351/statm: 2175 253 209 178 0 68 0
[pid=25355] ppid=25351 vsize=4194296 CPUtime=5595.45 cores=0-7
/proc/25355/stat : 25355 (manysat1.1_stat) D 25351 25351 24661 0 -1 4203524 1030722 0 0 0 558390 1155 0 0 18 0 4 0 642173572 4294959104 1029790 33554432000 134512640 135305190 4293882832 18446744073709551615 134528298 0 0 4096 3 18446744073709551615 0 0 17 5 0 0 0
/proc/25355/statm: 1048574 1029790 84 194 0 1048378 0
[pid=25355/tid=25356] ppid=25351 vsize=4194296 CPUtime=1396.59 cores=0-7
/proc/25355/task/25356/stat : 25356 (manysat1.1_stat) D 25351 25351 24661 0 -1 4203588 65822 0 0 0 139572 87 0 0 18 0 4 0 642174036 4294959104 1029790 33554432000 134512640 135305190 4293882832 18446744073709551615 134528298 0 0 4096 3 18446744071562337734 0 0 -1 6 0 0 0
[pid=25355/tid=25357] ppid=25351 vsize=4194296 CPUtime=1401.38 cores=0-7
/proc/25355/task/25357/stat : 25357 (manysat1.1_stat) R 25351 25351 24661 0 -1 4204096 430546 0 0 0 139398 740 0 0 18 0 4 0 642174036 4294959104 1029790 33554432000 134512640 135305190 4293882832 18446744073709551615 134563946 0 0 4096 3 0 0 0 -1 2 0 0 42
[pid=25355/tid=25358] ppid=25351 vsize=4194296 CPUtime=1396.48 cores=0-7
/proc/25355/task/25358/stat : 25358 (manysat1.1_stat) D 25351 25351 24661 0 -1 4203588 149006 0 0 0 139497 151 0 0 18 0 4 0 642174036 4294959104 1029790 33554432000 134512640 135305190 4293882832 18446744073709551615 134868979 0 0 4096 3 18446744071562337734 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 5616.05
Current children cumulated vsize (KiB) 4202996

[startup+1428.7 s]
/proc/loadavg: 4.24 4.04 3.94 2/334 25407
/proc/meminfo: memFree=319116/32951124 swapFree=67056804/67111528
[pid=25351] ppid=25349 vsize=8700 CPUtime=20.6 cores=0-7
/proc/25351/stat : 25351 (manysat.sh) S 25349 25351 24661 0 -1 4202496 357 107836 0 0 0 0 2022 38 18 0 1 0 642171510 8908800 253 33554432000 4194304 4922060 140733288482800 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/25351/statm: 2175 253 209 178 0 68 0
[pid=25355] ppid=25351 vsize=4194296 CPUtime=5595.91 cores=0-7
/proc/25355/stat : 25355 (manysat1.1_stat) D 25351 25351 24661 0 -1 4203524 1030722 0 0 0 558390 1201 0 0 18 0 4 0 642173572 4294959104 1029790 33554432000 134512640 135305190 4293882832 18446744073709551615 134528298 0 0 4096 3 18446744073709551615 0 0 17 5 0 0 0
/proc/25355/statm: 1048574 1029790 84 194 0 1048378 0
[pid=25355/tid=25356] ppid=25351 vsize=4194296 CPUtime=1396.59 cores=0-7
/proc/25355/task/25356/stat : 25356 (manysat1.1_stat) D 25351 25351 24661 0 -1 4203588 65822 0 0 0 139572 87 0 0 18 0 4 0 642174036 4294959104 1029790 33554432000 134512640 135305190 4293882832 18446744073709551615 134528298 0 0 4096 3 18446744071562337734 0 0 -1 6 0 0 0
[pid=25355/tid=25357] ppid=25351 vsize=4194296 CPUtime=1401.84 cores=0-7
/proc/25355/task/25357/stat : 25357 (manysat1.1_stat) D 25351 25351 24661 0 -1 4204096 430546 0 0 0 139398 786 0 0 18 0 4 0 642174036 4294959104 1029790 33554432000 134512640 135305190 4293882832 18446744073709551615 134563946 0 0 4096 3 18446744071562154983 0 0 -1 4 0 0 69
[pid=25355/tid=25358] ppid=25351 vsize=4194296 CPUtime=1396.48 cores=0-7
/proc/25355/task/25358/stat : 25358 (manysat1.1_stat) D 25351 25351 24661 0 -1 4203588 149006 0 0 0 139497 151 0 0 18 0 4 0 642174036 4294959104 1029790 33554432000 134512640 135305190 4293882832 18446744073709551615 134868979 0 0 4096 3 18446744071562337734 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 5616.51
Current children cumulated vsize (KiB) 4202996

[startup+1429.5 s]
/proc/loadavg: 4.24 4.04 3.94 1/334 25407
/proc/meminfo: memFree=225992/32951124 swapFree=67056804/67111528
[pid=25351] ppid=25349 vsize=8700 CPUtime=20.6 cores=0-7
/proc/25351/stat : 25351 (manysat.sh) S 25349 25351 24661 0 -1 4202496 357 107836 0 0 0 0 2022 38 18 0 1 0 642171510 8908800 253 33554432000 4194304 4922060 140733288482800 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/25351/statm: 2175 253 209 178 0 68 0
[pid=25355] ppid=25351 vsize=4194296 CPUtime=5596 cores=0-7
/proc/25355/stat : 25355 (manysat1.1_stat) D 25351 25351 24661 0 -1 4203524 1030722 0 0 0 558390 1210 0 0 18 0 4 0 642173572 4294959104 1029790 33554432000 134512640 135305190 4293882832 18446744073709551615 134528298 0 0 4096 3 18446744073709551615 0 0 17 5 0 0 0
/proc/25355/statm: 1048574 1029790 84 194 0 1048378 0
[pid=25355/tid=25356] ppid=25351 vsize=4194296 CPUtime=1396.59 cores=0-7
/proc/25355/task/25356/stat : 25356 (manysat1.1_stat) D 25351 25351 24661 0 -1 4203588 65822 0 0 0 139572 87 0 0 18 0 4 0 642174036 4294959104 1029790 33554432000 134512640 135305190 4293882832 18446744073709551615 134528298 0 0 4096 3 18446744071562337734 0 0 -1 6 0 0 0
[pid=25355/tid=25357] ppid=25351 vsize=4194296 CPUtime=1401.93 cores=0-7
/proc/25355/task/25357/stat : 25357 (manysat1.1_stat) R 25351 25351 24661 0 -1 4204096 430546 0 0 0 139398 795 0 0 18 0 4 0 642174036 4294959104 1029790 33554432000 134512640 135305190 4293882832 18446744073709551615 134563946 0 0 4096 3 0 0 0 -1 2 0 0 227
[pid=25355/tid=25358] ppid=25351 vsize=4194296 CPUtime=1396.48 cores=0-7
/proc/25355/task/25358/stat : 25358 (manysat1.1_stat) D 25351 25351 24661 0 -1 4203588 149006 0 0 0 139497 151 0 0 18 0 4 0 642174036 4294959104 1029790 33554432000 134512640 135305190 4293882832 18446744073709551615 134868979 0 0 4096 3 18446744071562337734 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 5616.6
Current children cumulated vsize (KiB) 4202996

[startup+1430.3 s]
/proc/loadavg: 4.24 4.04 3.94 2/334 25407
/proc/meminfo: memFree=94788/32951124 swapFree=67056804/67111528
[pid=25351] ppid=25349 vsize=8700 CPUtime=20.6 cores=0-7
/proc/25351/stat : 25351 (manysat.sh) S 25349 25351 24661 0 -1 4202496 357 107836 0 0 0 0 2022 38 18 0 1 0 642171510 8908800 253 33554432000 4194304 4922060 140733288482800 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/25351/statm: 2175 253 209 178 0 68 0
[pid=25355] ppid=25351 vsize=4194296 CPUtime=5596.45 cores=0-7
/proc/25355/stat : 25355 (manysat1.1_stat) D 25351 25351 24661 0 -1 4203524 1030722 0 0 0 558390 1255 0 0 18 0 4 0 642173572 4294959104 1029790 33554432000 134512640 135305190 4293882832 18446744073709551615 134528298 0 0 4096 3 18446744073709551615 0 0 17 5 0 0 0
/proc/25355/statm: 1048574 1029790 84 194 0 1048378 0
[pid=25355/tid=25356] ppid=25351 vsize=4194296 CPUtime=1396.59 cores=0-7
/proc/25355/task/25356/stat : 25356 (manysat1.1_stat) D 25351 25351 24661 0 -1 4203588 65822 0 0 0 139572 87 0 0 18 0 4 0 642174036 4294959104 1029790 33554432000 134512640 135305190 4293882832 18446744073709551615 134528298 0 0 4096 3 18446744071562337734 0 0 -1 6 0 0 0
[pid=25355/tid=25357] ppid=25351 vsize=4194296 CPUtime=1402.38 cores=0-7
/proc/25355/task/25357/stat : 25357 (manysat1.1_stat) D 25351 25351 24661 0 -1 4204096 430546 0 0 0 139398 840 0 0 18 0 4 0 642174036 4294959104 1029790 33554432000 134512640 135305190 4293882832 18446744073709551615 134563946 0 0 4096 3 18446744071562154983 0 0 -1 0 0 0 227
[pid=25355/tid=25358] ppid=25351 vsize=4194296 CPUtime=1396.48 cores=0-7
/proc/25355/task/25358/stat : 25358 (manysat1.1_stat) D 25351 25351 24661 0 -1 4203588 149006 0 0 0 139497 151 0 0 18 0 4 0 642174036 4294959104 1029790 33554432000 134512640 135305190 4293882832 18446744073709551615 134868979 0 0 4096 3 18446744071562337734 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 5617.05
Current children cumulated vsize (KiB) 4202996

[startup+1430.5 s]
/proc/loadavg: 4.24 4.04 3.94 2/334 25407
/proc/meminfo: memFree=94788/32951124 swapFree=67056804/67111528
[pid=25351] ppid=25349 vsize=8700 CPUtime=20.6 cores=0-7
/proc/25351/stat : 25351 (manysat.sh) S 25349 25351 24661 0 -1 4202496 357 107836 0 0 0 0 2022 38 18 0 1 0 642171510 8908800 253 33554432000 4194304 4922060 140733288482800 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/25351/statm: 2175 253 209 178 0 68 0
[pid=25355] ppid=25351 vsize=0 CPUtime=5596.65 cores=0-7
/proc/25355/stat : 25355 (manysat1.1_stat) Z 25351 25351 24661 0 -1 4203548 1030723 0 0 0 558390 1275 0 0 18 0 2 0 642173572 0 0 33554432000 0 0 0 0 0 0 0 4096 3 18446744073709551615 0 0 17 5 0 0 0
/proc/25355/statm: 0 0 0 0 0 0 0
[pid=25355/tid=25357] ppid=25351 vsize=0 CPUtime=1402.58 cores=0-7
/proc/25355/task/25357/stat : 25357 (manysat1.1_stat) R 25351 25351 24661 0 -1 4204100 430547 0 0 0 139398 860 0 0 18 0 2 0 642174036 0 0 33554432000 0 0 0 0 0 0 0 4096 3 18446744073709551615 0 0 -1 0 0 0 262
Current children cumulated CPU time (s) 5617.25
Current children cumulated vsize (KiB) 8700

[startup+1430.6 s]
/proc/loadavg: 4.24 4.04 3.94 2/334 25407
/proc/meminfo: memFree=94788/32951124 swapFree=67056804/67111528
[pid=25351] ppid=25349 vsize=8700 CPUtime=20.6 cores=0-7
/proc/25351/stat : 25351 (manysat.sh) S 25349 25351 24661 0 -1 4202496 357 107836 0 0 0 0 2022 38 18 0 1 0 642171510 8908800 253 33554432000 4194304 4922060 140733288482800 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/25351/statm: 2175 253 209 178 0 68 0
[pid=25355] ppid=25351 vsize=0 CPUtime=5596.75 cores=0-7
/proc/25355/stat : 25355 (manysat1.1_stat) Z 25351 25351 24661 0 -1 4203548 1030723 0 0 0 558390 1285 0 0 18 0 2 0 642173572 0 0 33554432000 0 0 0 0 0 0 0 4096 3 18446744073709551615 0 0 17 5 0 0 0
/proc/25355/statm: 0 0 0 0 0 0 0
[pid=25355/tid=25357] ppid=25351 vsize=0 CPUtime=1402.67 cores=0-7
/proc/25355/task/25357/stat : 25357 (manysat1.1_stat) S 25351 25351 24661 0 -1 4204100 430547 0 0 0 139398 869 0 0 18 0 2 0 642174036 0 0 33554432000 0 0 0 0 0 0 2147483391 4096 3 18446744073709551615 0 0 -1 0 0 0 262
Current children cumulated CPU time (s) 5617.35
Current children cumulated vsize (KiB) 8700

Child status: 139
Real time (s): 1430.62
CPU time (s): 5617.39
CPU user time (s): 5604.14
CPU system time (s): 13.253
CPU usage (%): 392.654
Max. virtual memory (cumulated for all children) (KiB): 4202996

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 5604.14
system time used= 13.253
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1139128
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= 26308
involuntary context switches= 6709

runsolver used 4.49932 second user time and 11.0623 second system time

The end

Launcher Data

Begin job on node108 at 2011-05-13 18:55:06
IDJOB=3362434
IDBENCH=88165
IDSOLVER=1839
FILE ID=node108/3362434-1305305705
RUNJOBID= node108-1305296396-24675
PBS_JOBID= 13321445
Free space on /tmp= 35496 MiB

SOLVER NAME= ManySAT 1.1 aimd 1/2009-03-20 (4 threads)
BENCH NAME= SAT-Race-2010-CNF/hardware-verification/velev/2dlx_ca_bp_f_liveness.cnf
COMMAND LINE= manysat.sh BENCHNAME aimd 1
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3362434-1305305705/watcher-3362434-1305305705 -o /tmp/evaluation-result-3362434-1305305705/solver-3362434-1305305705 -C 40000 -W 5100 -M 31000  manysat.sh HOME/instance-3362434-1305305705.cnf aimd 1

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

MD5SUM BENCH= 99cd8de7f06ce8c087a5c7fb299dfb62
RANDOM SEED=1011775827

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:       8289836 kB
Buffers:        252412 kB
Cached:       13749680 kB
SwapCached:       8700 kB
Active:       13097276 kB
Inactive:     11010644 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:       8289836 kB
SwapTotal:    67111528 kB
SwapFree:     67056804 kB
Dirty:           93928 kB
Writeback:          20 kB
AnonPages:    10103716 kB
Mapped:          26620 kB
Slab:           450544 kB
PageTables:      37844 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 52250616 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= 31468 MiB
End job on node108 at 2011-05-13 19:18:56