Trace number 3362362

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) 3128.06 817.773

General information on the benchmark

NameSAT04/industrial/velev/vliw_unsat_2.0/
9dlx_vliw_at_b_iq6.used-as.sat04-347.cnf
MD5SUM580dc3969c4e46e50013253fd4ac9139
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark326.479
Satisfiable
(Un)Satisfiability was proved
Number of variables209724
Number of clauses3634677
Sum of the clauses size10547961
Maximum clause length169
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 23415202
Number of clauses of size 349840
Number of clauses of size 46998
Number of clauses of size 514973
Number of clauses of size over 5147663

Solver Data

0.00/0.00	c Parsing...
1.49/1.51	c ==============================================================================
1.49/1.51	c |           |     ORIGINAL     |              LEARNT              |          |
1.49/1.51	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
1.49/1.51	c ==============================================================================
1.49/1.51	c |         0 | 3634676 10547960 | 1090402       0        0     nan |  0.000 % |
23.79/23.81	c |         0 | 3532144 10927904 |      --       0       --      -- |     --   | -102383/383223
23.79/23.81	c ==============================================================================
23.79/23.81	c Result  :   #vars: 168000   #clauses: 3532144   #literals: 10927904
23.79/23.81	c CPU time:   23.6354 s
23.79/23.81	c ==============================================================================
3127.98/817.75	HOME/manysat.sh: line 55:  7364 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-3362362-1305304454/watcher-3362362-1305304454 -o /tmp/evaluation-result-3362362-1305304454/solver-3362362-1305304454 -C 40000 -W 5100 -M 31000 manysat.sh HOME/instance-3362362-1305304454.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.54 3.90 3.91 1/301 7360
/proc/meminfo: memFree=6379052/32950928 swapFree=67111348/67111528
[pid=7360] ppid=7358 vsize=8700 CPUtime=0 cores=0-7
/proc/7360/stat : 7360 (manysat.sh) S 7358 7360 6995 0 -1 4202496 330 0 0 0 0 0 0 0 23 0 1 0 642044382 8908800 250 33554432000 4194304 4922060 140736800355616 18446744073709551615 235594685573 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/7360/statm: 2175 250 209 178 0 68 0

[startup+0.036082 s]
/proc/loadavg: 3.54 3.90 3.91 1/301 7360
/proc/meminfo: memFree=6379052/32950928 swapFree=67111348/67111528
[pid=7360] ppid=7358 vsize=8700 CPUtime=0 cores=0-7
/proc/7360/stat : 7360 (manysat.sh) S 7358 7360 6995 0 -1 4202496 330 0 0 0 0 0 0 0 23 0 1 0 642044382 8908800 250 33554432000 4194304 4922060 140736800355616 18446744073709551615 235594685573 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/7360/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.10107 s]
/proc/loadavg: 3.54 3.90 3.91 1/301 7360
/proc/meminfo: memFree=6379052/32950928 swapFree=67111348/67111528
[pid=7360] ppid=7358 vsize=8700 CPUtime=0 cores=0-7
/proc/7360/stat : 7360 (manysat.sh) S 7358 7360 6995 0 -1 4202496 330 0 0 0 0 0 0 0 23 0 1 0 642044382 8908800 250 33554432000 4194304 4922060 140736800355616 18446744073709551615 235594685573 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/7360/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.301034 s]
/proc/loadavg: 3.54 3.90 3.91 1/301 7360
/proc/meminfo: memFree=6379052/32950928 swapFree=67111348/67111528
[pid=7360] ppid=7358 vsize=8700 CPUtime=0 cores=0-7
/proc/7360/stat : 7360 (manysat.sh) S 7358 7360 6995 0 -1 4202496 330 0 0 0 0 0 0 0 23 0 1 0 642044382 8908800 250 33554432000 4194304 4922060 140736800355616 18446744073709551615 235594685573 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/7360/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.700964 s]
/proc/loadavg: 3.54 3.90 3.91 1/301 7360
/proc/meminfo: memFree=6379052/32950928 swapFree=67111348/67111528
[pid=7360] ppid=7358 vsize=8700 CPUtime=0 cores=0-7
/proc/7360/stat : 7360 (manysat.sh) S 7358 7360 6995 0 -1 4202496 330 0 0 0 0 0 0 0 23 0 1 0 642044382 8908800 250 33554432000 4194304 4922060 140736800355616 18446744073709551615 235594685573 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/7360/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50082 s]
/proc/loadavg: 3.54 3.90 3.91 2/303 7362
/proc/meminfo: memFree=6240164/32950928 swapFree=67111348/67111528
[pid=7360] ppid=7358 vsize=8700 CPUtime=0 cores=0-7
/proc/7360/stat : 7360 (manysat.sh) S 7358 7360 6995 0 -1 4202496 330 0 0 0 0 0 0 0 23 0 1 0 642044382 8908800 250 33554432000 4194304 4922060 140736800355616 18446744073709551615 235594685573 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/7360/statm: 2175 250 209 178 0 68 0
[pid=7361] ppid=7360 vsize=235328 CPUtime=1.49 cores=0-7
/proc/7361/stat : 7361 (SatElite) R 7360 7360 6995 0 -1 4202496 56776 0 0 0 138 11 0 0 25 0 1 0 642044382 240975872 56731 33554432000 134512640 135034092 4288630336 18446744073709551615 134542711 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/7361/statm: 58832 56731 52 128 0 58702 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 244028

[startup+3.10054 s]
/proc/loadavg: 3.54 3.90 3.91 2/303 7362
/proc/meminfo: memFree=6135136/32950928 swapFree=67111348/67111528
[pid=7360] ppid=7358 vsize=8700 CPUtime=0 cores=0-7
/proc/7360/stat : 7360 (manysat.sh) S 7358 7360 6995 0 -1 4202496 330 0 0 0 0 0 0 0 23 0 1 0 642044382 8908800 250 33554432000 4194304 4922060 140736800355616 18446744073709551615 235594685573 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/7360/statm: 2175 250 209 178 0 68 0
[pid=7361] ppid=7360 vsize=267936 CPUtime=3.09 cores=0-7
/proc/7361/stat : 7361 (SatElite) R 7360 7360 6995 0 -1 4202496 72044 0 0 0 296 13 0 0 25 0 1 0 642044382 274366464 64354 33554432000 134512640 135034092 4288630336 18446744073709551615 134540724 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/7361/statm: 66984 64354 68 128 0 66854 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 276636

[startup+6.30107 s]
/proc/loadavg: 3.33 3.85 3.90 2/303 7363
/proc/meminfo: memFree=6104272/32950928 swapFree=67111348/67111528
[pid=7360] ppid=7358 vsize=8700 CPUtime=0 cores=0-7
/proc/7360/stat : 7360 (manysat.sh) S 7358 7360 6995 0 -1 4202496 330 0 0 0 0 0 0 0 23 0 1 0 642044382 8908800 250 33554432000 4194304 4922060 140736800355616 18446744073709551615 235594685573 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/7360/statm: 2175 250 209 178 0 68 0
[pid=7361] ppid=7360 vsize=304952 CPUtime=6.29 cores=0-7
/proc/7361/stat : 7361 (SatElite) R 7360 7360 6995 0 -1 4202496 77316 0 0 0 615 14 0 0 25 0 1 0 642044382 312270848 69626 33554432000 134512640 135034092 4288630336 18446744073709551615 134540941 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/7361/statm: 76238 69626 68 128 0 76108 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 313652

[startup+12.7009 s]
/proc/loadavg: 3.15 3.81 3.88 2/303 7363
/proc/meminfo: memFree=6058424/32950928 swapFree=67111348/67111528
[pid=7360] ppid=7358 vsize=8700 CPUtime=0 cores=0-7
/proc/7360/stat : 7360 (manysat.sh) S 7358 7360 6995 0 -1 4202496 330 0 0 0 0 0 0 0 23 0 1 0 642044382 8908800 250 33554432000 4194304 4922060 140736800355616 18446744073709551615 235594685573 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/7360/statm: 2175 250 209 178 0 68 0
[pid=7361] ppid=7360 vsize=358992 CPUtime=12.69 cores=0-7
/proc/7361/stat : 7361 (SatElite) R 7360 7360 6995 0 -1 4202496 87112 0 0 0 1253 16 0 0 25 0 1 0 642044382 367607808 78773 33554432000 134512640 135034092 4288630336 18446744073709551615 134540733 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/7361/statm: 89748 78773 68 128 0 89618 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 367692

[startup+25.5006 s]
/proc/loadavg: 2.67 3.67 3.84 2/303 7363
/proc/meminfo: memFree=6038576/32950928 swapFree=67111348/67111528
[pid=7360] ppid=7358 vsize=8700 CPUtime=0 cores=0-7
/proc/7360/stat : 7360 (manysat.sh) S 7358 7360 6995 0 -1 4202496 330 0 0 0 0 0 0 0 23 0 1 0 642044382 8908800 250 33554432000 4194304 4922060 140736800355616 18446744073709551615 235594685573 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/7360/statm: 2175 250 209 178 0 68 0
[pid=7361] ppid=7360 vsize=312440 CPUtime=25.49 cores=0-7
/proc/7361/stat : 7361 (SatElite) R 7360 7360 6995 0 -1 4202496 95067 0 0 0 2524 25 0 0 25 0 1 0 642044382 319938560 71404 33554432000 134512640 135034092 4288630336 18446744073709551615 134755429 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/7361/statm: 78110 71404 69 128 0 77980 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 321140

[startup+51.1012 s]
/proc/loadavg: 2.95 3.65 3.82 5/306 7368
/proc/meminfo: memFree=5415376/32950928 swapFree=67111348/67111528
[pid=7360] ppid=7358 vsize=8700 CPUtime=26.01 cores=0-7
/proc/7360/stat : 7360 (manysat.sh) S 7358 7360 6995 0 -1 4202496 356 95070 0 0 0 0 2573 28 18 0 1 0 642044382 8908800 253 33554432000 4194304 4922060 140736800355616 18446744073709551615 235594685573 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/7360/statm: 2175 253 209 178 0 68 0
[pid=7364] ppid=7360 vsize=932680 CPUtime=88.5 cores=0-7
/proc/7364/stat : 7364 (manysat1.1_stat) R 7360 7360 6995 0 -1 4202496 220952 0 0 0 8802 48 0 0 18 0 4 0 642046984 955064320 220861 33554432000 134512640 135305190 4290319392 18446744073709551615 134558326 0 0 4096 3 18446744073709551615 0 0 17 4 0 0 0
/proc/7364/statm: 233170 220861 84 194 0 232974 0
[pid=7364/tid=7365] ppid=7360 vsize=932680 CPUtime=21.17 cores=0-7
/proc/7364/task/7365/stat : 7365 (manysat1.1_stat) R 7360 7360 6995 0 -1 4202560 4023 0 0 0 2113 4 0 0 25 0 4 0 642047373 955064320 220861 33554432000 134512640 135305190 4290319392 18446744073709551615 134528252 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=7364/tid=7366] ppid=7360 vsize=932680 CPUtime=21.13 cores=0-7
/proc/7364/task/7366/stat : 7366 (manysat1.1_stat) R 7360 7360 6995 0 -1 4202560 17009 0 0 0 2105 8 0 0 21 0 4 0 642047373 955064320 220861 33554432000 134512640 135305190 4290319392 18446744073709551615 134552695 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=7364/tid=7367] ppid=7360 vsize=932680 CPUtime=21.13 cores=0-7
/proc/7364/task/7367/stat : 7367 (manysat1.1_stat) R 7360 7360 6995 0 -1 4202560 3769 0 0 0 2109 4 0 0 25 0 4 0 642047373 955064320 220862 33554432000 134512640 135305190 4290319392 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 114.51
Current children cumulated vsize (KiB) 941380

[startup+102.311 s]
/proc/loadavg: 3.54 3.70 3.83 5/306 7369
/proc/meminfo: memFree=5083276/32950928 swapFree=67111348/67111528
[pid=7360] ppid=7358 vsize=8700 CPUtime=26.01 cores=0-7
/proc/7360/stat : 7360 (manysat.sh) S 7358 7360 6995 0 -1 4202496 356 95070 0 0 0 0 2573 28 18 0 1 0 642044382 8908800 253 33554432000 4194304 4922060 140736800355616 18446744073709551615 235594685573 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/7360/statm: 2175 253 209 178 0 68 0
[pid=7364] ppid=7360 vsize=1261216 CPUtime=293.33 cores=0-7
/proc/7364/stat : 7364 (manysat1.1_stat) R 7360 7360 6995 0 -1 4202496 302652 0 0 0 29251 82 0 0 24 0 4 0 642046984 1291485184 302561 33554432000 134512640 135305190 4290319392 18446744073709551615 134528229 0 0 4096 3 18446744073709551615 0 0 17 4 0 0 0
/proc/7364/statm: 315304 302561 84 194 0 315108 0
[pid=7364/tid=7365] ppid=7360 vsize=1261216 CPUtime=72.37 cores=0-7
/proc/7364/task/7365/stat : 7365 (manysat1.1_stat) R 7360 7360 6995 0 -1 4202560 7251 0 0 0 7231 6 0 0 25 0 4 0 642047373 1291485184 302561 33554432000 134512640 135305190 4290319392 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=7364/tid=7366] ppid=7360 vsize=1261216 CPUtime=72.34 cores=0-7
/proc/7364/task/7366/stat : 7366 (manysat1.1_stat) R 7360 7360 6995 0 -1 4202560 87202 0 0 0 7201 33 0 0 18 0 4 0 642047373 1291485184 302561 33554432000 134512640 135305190 4290319392 18446744073709551615 134551733 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=7364/tid=7367] ppid=7360 vsize=1261216 CPUtime=72.34 cores=0-7
/proc/7364/task/7367/stat : 7367 (manysat1.1_stat) R 7360 7360 6995 0 -1 4202560 8592 0 0 0 7227 7 0 0 19 0 4 0 642047373 1291485184 302561 33554432000 134512640 135305190 4290319392 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 319.34
Current children cumulated vsize (KiB) 1269916

[startup+162.301 s]
/proc/loadavg: 3.83 3.75 3.83 5/306 7371
/proc/meminfo: memFree=4729368/32950928 swapFree=67111348/67111528
[pid=7360] ppid=7358 vsize=8700 CPUtime=26.01 cores=0-7
/proc/7360/stat : 7360 (manysat.sh) S 7358 7360 6995 0 -1 4202496 356 95070 0 0 0 0 2573 28 18 0 1 0 642044382 8908800 253 33554432000 4194304 4922060 140736800355616 18446744073709551615 235594685573 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/7360/statm: 2175 253 209 178 0 68 0
[pid=7364] ppid=7360 vsize=1616996 CPUtime=533.18 cores=0-7
/proc/7364/stat : 7364 (manysat1.1_stat) R 7360 7360 6995 0 -1 4202496 391624 0 0 0 53199 119 0 0 22 0 4 0 642046984 1655803904 391533 33554432000 134512640 135305190 4290319392 18446744073709551615 134528542 0 0 4096 3 18446744073709551615 0 0 17 4 0 0 0
/proc/7364/statm: 404249 391533 84 194 0 404053 0
[pid=7364/tid=7365] ppid=7360 vsize=1616996 CPUtime=132.35 cores=0-7
/proc/7364/task/7365/stat : 7365 (manysat1.1_stat) R 7360 7360 6995 0 -1 4202560 11164 0 0 0 13226 9 0 0 22 0 4 0 642047373 1655803904 391533 33554432000 134512640 135305190 4290319392 18446744073709551615 134530636 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=7364/tid=7366] ppid=7360 vsize=1616996 CPUtime=132.29 cores=0-7
/proc/7364/task/7366/stat : 7366 (manysat1.1_stat) R 7360 7360 6995 0 -1 4202560 167340 0 0 0 13167 62 0 0 18 0 4 0 642047373 1655803904 391533 33554432000 134512640 135305190 4290319392 18446744073709551615 134839991 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=7364/tid=7367] ppid=7360 vsize=1616996 CPUtime=132.31 cores=0-7
/proc/7364/task/7367/stat : 7367 (manysat1.1_stat) R 7360 7360 6995 0 -1 4202560 10426 0 0 0 13222 9 0 0 25 0 4 0 642047373 1655803904 391533 33554432000 134512640 135305190 4290319392 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 559.19
Current children cumulated vsize (KiB) 1625696

[startup+222.301 s]
/proc/loadavg: 3.94 3.79 3.84 5/306 7372
/proc/meminfo: memFree=4374696/32950928 swapFree=67111348/67111528
[pid=7360] ppid=7358 vsize=8700 CPUtime=26.01 cores=0-7
/proc/7360/stat : 7360 (manysat.sh) S 7358 7360 6995 0 -1 4202496 356 95070 0 0 0 0 2573 28 18 0 1 0 642044382 8908800 253 33554432000 4194304 4922060 140736800355616 18446744073709551615 235594685573 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/7360/statm: 2175 253 209 178 0 68 0
[pid=7364] ppid=7360 vsize=1972256 CPUtime=773.17 cores=0-7
/proc/7364/stat : 7364 (manysat1.1_stat) R 7360 7360 6995 0 -1 4202496 479687 0 0 0 77161 156 0 0 19 0 4 0 642046984 2019590144 479596 33554432000 134512640 135305190 4290319392 18446744073709551615 134541741 0 0 4096 3 18446744073709551615 0 0 17 4 0 0 0
/proc/7364/statm: 493064 479596 84 194 0 492868 0
[pid=7364/tid=7365] ppid=7360 vsize=1972256 CPUtime=192.34 cores=0-7
/proc/7364/task/7365/stat : 7365 (manysat1.1_stat) R 7360 7360 6995 0 -1 4202560 15149 0 0 0 19222 12 0 0 18 0 4 0 642047373 2019590144 479596 33554432000 134512640 135305190 4290319392 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=7364/tid=7366] ppid=7360 vsize=1972256 CPUtime=192.29 cores=0-7
/proc/7364/task/7366/stat : 7366 (manysat1.1_stat) R 7360 7360 6995 0 -1 4202560 246173 0 0 0 19138 91 0 0 19 0 4 0 642047373 2019590144 479596 33554432000 134512640 135305190 4290319392 18446744073709551615 134552950 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=7364/tid=7367] ppid=7360 vsize=1972256 CPUtime=192.31 cores=0-7
/proc/7364/task/7367/stat : 7367 (manysat1.1_stat) R 7360 7360 6995 0 -1 4202560 12789 0 0 0 19220 11 0 0 18 0 4 0 642047373 2019590144 479596 33554432000 134512640 135305190 4290319392 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 799.18
Current children cumulated vsize (KiB) 1980956

[startup+282.3 s]
/proc/loadavg: 3.97 3.83 3.84 5/306 7374
/proc/meminfo: memFree=4216800/32950928 swapFree=67111348/67111528
[pid=7360] ppid=7358 vsize=8700 CPUtime=26.01 cores=0-7

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

/proc/7360/statm: 2175 253 209 178 0 68 0
[pid=7364] ppid=7360 vsize=3773884 CPUtime=2693 cores=0-7
/proc/7364/stat : 7364 (manysat1.1_stat) R 7360 7360 6995 0 -1 4202496 928102 0 0 0 268929 371 0 0 20 0 4 0 642046984 3864457216 927990 33554432000 134512640 135305190 4290319392 18446744073709551615 134528832 0 0 4096 3 18446744073709551615 0 0 17 4 0 0 0
/proc/7364/statm: 943471 927990 84 194 0 943275 0
[pid=7364/tid=7365] ppid=7360 vsize=3773884 CPUtime=672.27 cores=0-7
/proc/7364/task/7365/stat : 7365 (manysat1.1_stat) R 7360 7360 6995 0 -1 4202560 39486 0 0 0 67194 33 0 0 25 0 4 0 642047373 3864457216 927990 33554432000 134512640 135305190 4290319392 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=7364/tid=7366] ppid=7360 vsize=3773884 CPUtime=672.3 cores=0-7
/proc/7364/task/7366/stat : 7366 (manysat1.1_stat) R 7360 7360 6995 0 -1 4202560 633094 0 0 0 66977 253 0 0 25 0 4 0 642047373 3864457216 927990 33554432000 134512640 135305190 4290319392 18446744073709551615 134554639 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=7364/tid=7367] ppid=7360 vsize=3773884 CPUtime=672.27 cores=0-7
/proc/7364/task/7367/stat : 7367 (manysat1.1_stat) R 7360 7360 6995 0 -1 4202560 27682 0 0 0 67204 23 0 0 25 0 4 0 642047373 3864457216 927990 33554432000 134512640 135305190 4290319392 18446744073709551615 134528252 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2719.01
Current children cumulated vsize (KiB) 3782584

[startup+762.312 s]
/proc/loadavg: 4.00 3.96 3.90 5/306 7387
/proc/meminfo: memFree=2353332/32950928 swapFree=67111348/67111528
[pid=7360] ppid=7358 vsize=8700 CPUtime=26.01 cores=0-7
/proc/7360/stat : 7360 (manysat.sh) S 7358 7360 6995 0 -1 4202496 356 95070 0 0 0 0 2573 28 18 0 1 0 642044382 8908800 253 33554432000 4194304 4922060 140736800355616 18446744073709551615 235594685573 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/7360/statm: 2175 253 209 178 0 68 0
[pid=7364] ppid=7360 vsize=3999404 CPUtime=2933.01 cores=0-7
/proc/7364/stat : 7364 (manysat1.1_stat) R 7360 7360 6995 0 -1 4202496 983794 0 0 0 292903 398 0 0 18 0 4 0 642046984 4095389696 983682 33554432000 134512640 135305190 4290319392 18446744073709551615 134528298 0 0 4096 3 18446744073709551615 0 0 17 4 0 0 0
/proc/7364/statm: 999851 983682 84 194 0 999655 0
[pid=7364/tid=7365] ppid=7360 vsize=3999404 CPUtime=732.27 cores=0-7
/proc/7364/task/7365/stat : 7365 (manysat1.1_stat) R 7360 7360 6995 0 -1 4202560 41542 0 0 0 73192 35 0 0 25 0 4 0 642047373 4095389696 983682 33554432000 134512640 135305190 4290319392 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=7364/tid=7366] ppid=7360 vsize=3999404 CPUtime=732.31 cores=0-7
/proc/7364/task/7366/stat : 7366 (manysat1.1_stat) R 7360 7360 6995 0 -1 4202560 683280 0 0 0 72957 274 0 0 18 0 4 0 642047373 4095389696 983682 33554432000 134512640 135305190 4290319392 18446744073709551615 134528397 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=7364/tid=7367] ppid=7360 vsize=3999404 CPUtime=732.27 cores=0-7
/proc/7364/task/7367/stat : 7367 (manysat1.1_stat) R 7360 7360 6995 0 -1 4202560 28889 0 0 0 73203 24 0 0 19 0 4 0 642047373 4095389696 983682 33554432000 134512640 135305190 4290319392 18446744073709551615 134528327 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2959.02
Current children cumulated vsize (KiB) 4008104

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

[startup+767.901 s]
/proc/loadavg: 4.00 3.96 3.90 5/306 7387
/proc/meminfo: memFree=2326712/32950928 swapFree=67111348/67111528
[pid=7360] ppid=7358 vsize=8700 CPUtime=26.01 cores=0-7
/proc/7360/stat : 7360 (manysat.sh) S 7358 7360 6995 0 -1 4202496 356 95070 0 0 0 0 2573 28 18 0 1 0 642044382 8908800 253 33554432000 4194304 4922060 140736800355616 18446744073709551615 235594685573 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/7360/statm: 2175 253 209 178 0 68 0
[pid=7364] ppid=7360 vsize=4027124 CPUtime=2955.37 cores=0-7
/proc/7364/stat : 7364 (manysat1.1_stat) R 7360 7360 6995 0 -1 4202496 990636 0 0 0 295136 401 0 0 25 0 4 0 642046984 4123774976 990524 33554432000 134512640 135305190 4290319392 18446744073709551615 134547909 0 0 4096 3 18446744073709551615 0 0 17 4 0 0 0
/proc/7364/statm: 1006781 990524 84 194 0 1006585 0
[pid=7364/tid=7365] ppid=7360 vsize=4027124 CPUtime=737.85 cores=0-7
/proc/7364/task/7365/stat : 7365 (manysat1.1_stat) R 7360 7360 6995 0 -1 4202560 41811 0 0 0 73750 35 0 0 25 0 4 0 642047373 4123774976 990524 33554432000 134512640 135305190 4290319392 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=7364/tid=7366] ppid=7360 vsize=4027124 CPUtime=737.89 cores=0-7
/proc/7364/task/7366/stat : 7366 (manysat1.1_stat) R 7360 7360 6995 0 -1 4202560 689623 0 0 0 73513 276 0 0 25 0 4 0 642047373 4123774976 990524 33554432000 134512640 135305190 4290319392 18446744073709551615 134839991 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=7364/tid=7367] ppid=7360 vsize=4027124 CPUtime=737.86 cores=0-7
/proc/7364/task/7367/stat : 7367 (manysat1.1_stat) R 7360 7360 6995 0 -1 4202560 28975 0 0 0 73762 24 0 0 18 0 4 0 642047373 4123774976 990524 33554432000 134512640 135305190 4290319392 18446744073709551615 134528503 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2981.38
Current children cumulated vsize (KiB) 4035824

[startup+793.5 s]
/proc/loadavg: 4.00 3.96 3.90 5/306 7387
/proc/meminfo: memFree=2211828/32950928 swapFree=67111348/67111528
[pid=7360] ppid=7358 vsize=8700 CPUtime=26.01 cores=0-7
/proc/7360/stat : 7360 (manysat.sh) S 7358 7360 6995 0 -1 4202496 356 95070 0 0 0 0 2573 28 18 0 1 0 642044382 8908800 253 33554432000 4194304 4922060 140736800355616 18446744073709551615 235594685573 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/7360/statm: 2175 253 209 178 0 68 0
[pid=7364] ppid=7360 vsize=4143500 CPUtime=3057.76 cores=0-7
/proc/7364/stat : 7364 (manysat1.1_stat) R 7360 7360 6995 0 -1 4202496 1019792 0 0 0 305359 417 0 0 18 0 4 0 642046984 4242944000 1019680 33554432000 134512640 135305190 4290319392 18446744073709551615 134528298 0 0 4096 3 18446744073709551615 0 0 17 4 0 0 0
/proc/7364/statm: 1035875 1019680 84 194 0 1035679 0
[pid=7364/tid=7365] ppid=7360 vsize=4143500 CPUtime=763.46 cores=0-7
/proc/7364/task/7365/stat : 7365 (manysat1.1_stat) R 7360 7360 6995 0 -1 4202560 43752 0 0 0 76309 37 0 0 25 0 4 0 642047373 4242944000 1019680 33554432000 134512640 135305190 4290319392 18446744073709551615 134528203 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=7364/tid=7366] ppid=7360 vsize=4143500 CPUtime=763.49 cores=0-7
/proc/7364/task/7366/stat : 7366 (manysat1.1_stat) R 7360 7360 6995 0 -1 4202560 714916 0 0 0 76061 288 0 0 18 0 4 0 642047373 4242944000 1019680 33554432000 134512640 135305190 4290319392 18446744073709551615 134528376 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=7364/tid=7367] ppid=7360 vsize=4143500 CPUtime=763.46 cores=0-7
/proc/7364/task/7367/stat : 7367 (manysat1.1_stat) R 7360 7360 6995 0 -1 4202560 29742 0 0 0 76321 25 0 0 19 0 4 0 642047373 4242944000 1019680 33554432000 134512640 135305190 4290319392 18446744073709551615 134547523 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3083.77
Current children cumulated vsize (KiB) 4152200

[startup+806.311 s]
/proc/loadavg: 4.00 3.96 3.90 2/306 7388
/proc/meminfo: memFree=100128/32950928 swapFree=67111348/67111528
[pid=7360] ppid=7358 vsize=8700 CPUtime=26.01 cores=0-7
/proc/7360/stat : 7360 (manysat.sh) S 7358 7360 6995 0 -1 4202496 356 95070 0 0 0 0 2573 28 18 0 1 0 642044382 8908800 253 33554432000 4194304 4922060 140736800355616 18446744073709551615 235594685573 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/7360/statm: 2175 253 209 178 0 68 0
[pid=7364] ppid=7360 vsize=4190196 CPUtime=3099.41 cores=0-7
/proc/7364/stat : 7364 (manysat1.1_stat) R 7360 7360 6995 0 -1 4204032 1032536 0 0 0 309195 746 0 0 22 0 4 0 642046984 4290760704 1031887 33554432000 134512640 135305190 4290319392 18446744073709551615 134563946 0 0 4096 3 18446744073709551615 0 0 17 2 0 0 11
/proc/7364/statm: 1047549 1031887 84 194 0 1047353 0
[pid=7364/tid=7365] ppid=7360 vsize=4190196 CPUtime=773.15 cores=0-7
/proc/7364/task/7365/stat : 7365 (manysat1.1_stat) D 7360 7360 6995 0 -1 4203588 44386 0 0 0 77277 38 0 0 18 0 4 0 642047373 4290760704 1031887 33554432000 134512640 135305190 4290319392 18446744073709551615 134868979 0 0 4096 3 18446744071562337734 0 0 -1 4 0 0 0
[pid=7364/tid=7366] ppid=7360 vsize=4190196 CPUtime=773.15 cores=0-7
/proc/7364/task/7366/stat : 7366 (manysat1.1_stat) D 7360 7360 6995 0 -1 4203588 725264 0 0 0 77011 304 0 0 18 0 4 0 642047373 4290760704 1031887 33554432000 134512640 135305190 4290319392 18446744073709551615 134868979 0 0 4096 3 18446744071562337734 0 0 -1 1 0 0 0
[pid=7364/tid=7367] ppid=7360 vsize=4190196 CPUtime=773.11 cores=0-7
/proc/7364/task/7367/stat : 7367 (manysat1.1_stat) D 7360 7360 6995 0 -1 4203588 30541 0 0 0 77280 31 0 0 18 0 4 0 642047373 4290760704 1031887 33554432000 134512640 135305190 4290319392 18446744073709551615 134868979 0 0 4096 3 18446744071562337734 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3125.42
Current children cumulated vsize (KiB) 4198896

[startup+812.701 s]
/proc/loadavg: 4.24 4.01 3.92 1/306 7388
/proc/meminfo: memFree=96540/32950928 swapFree=67111348/67111528
[pid=7360] ppid=7358 vsize=8700 CPUtime=26.01 cores=0-7
/proc/7360/stat : 7360 (manysat.sh) S 7358 7360 6995 0 -1 4202496 356 95070 0 0 0 0 2573 28 18 0 1 0 642044382 8908800 253 33554432000 4194304 4922060 140736800355616 18446744073709551615 235594685573 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/7360/statm: 2175 253 209 178 0 68 0
[pid=7364] ppid=7360 vsize=4190196 CPUtime=3101.5 cores=0-7
/proc/7364/stat : 7364 (manysat1.1_stat) D 7360 7360 6995 0 -1 4204032 1032536 0 0 0 309195 955 0 0 18 0 4 0 642046984 4290760704 1031887 33554432000 134512640 135305190 4290319392 18446744073709551615 134563946 0 0 4096 3 18446744073709551615 0 0 17 4 0 0 412
/proc/7364/statm: 1047549 1031887 84 194 0 1047353 0
[pid=7364/tid=7365] ppid=7360 vsize=4190196 CPUtime=773.15 cores=0-7
/proc/7364/task/7365/stat : 7365 (manysat1.1_stat) D 7360 7360 6995 0 -1 4203588 44386 0 0 0 77277 38 0 0 18 0 4 0 642047373 4290760704 1031887 33554432000 134512640 135305190 4290319392 18446744073709551615 134868979 0 0 4096 3 18446744071562337734 0 0 -1 4 0 0 0
[pid=7364/tid=7366] ppid=7360 vsize=4190196 CPUtime=773.15 cores=0-7
/proc/7364/task/7366/stat : 7366 (manysat1.1_stat) D 7360 7360 6995 0 -1 4203588 725264 0 0 0 77011 304 0 0 18 0 4 0 642047373 4290760704 1031887 33554432000 134512640 135305190 4290319392 18446744073709551615 134868979 0 0 4096 3 18446744071562337734 0 0 -1 1 0 0 0
[pid=7364/tid=7367] ppid=7360 vsize=4190196 CPUtime=773.11 cores=0-7
/proc/7364/task/7367/stat : 7367 (manysat1.1_stat) D 7360 7360 6995 0 -1 4203588 30541 0 0 0 77280 31 0 0 18 0 4 0 642047373 4290760704 1031887 33554432000 134512640 135305190 4290319392 18446744073709551615 134868979 0 0 4096 3 18446744071562337734 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3127.51
Current children cumulated vsize (KiB) 4198896

[startup+815.901 s]
/proc/loadavg: 4.46 4.06 3.93 1/306 7388
/proc/meminfo: memFree=101888/32950928 swapFree=67111348/67111528
[pid=7360] ppid=7358 vsize=8700 CPUtime=26.01 cores=0-7
/proc/7360/stat : 7360 (manysat.sh) S 7358 7360 6995 0 -1 4202496 356 95070 0 0 0 0 2573 28 18 0 1 0 642044382 8908800 253 33554432000 4194304 4922060 140736800355616 18446744073709551615 235594685573 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/7360/statm: 2175 253 209 178 0 68 0
[pid=7364] ppid=7360 vsize=4190196 CPUtime=3101.76 cores=0-7
/proc/7364/stat : 7364 (manysat1.1_stat) R 7360 7360 6995 0 -1 4204032 1032536 0 0 0 309195 981 0 0 18 0 4 0 642046984 4290760704 1031887 33554432000 134512640 135305190 4290319392 18446744073709551615 134563946 0 0 4096 3 18446744073709551615 0 0 17 2 0 0 733
/proc/7364/statm: 1047549 1031887 84 194 0 1047353 0
[pid=7364/tid=7365] ppid=7360 vsize=4190196 CPUtime=773.15 cores=0-7
/proc/7364/task/7365/stat : 7365 (manysat1.1_stat) D 7360 7360 6995 0 -1 4203588 44386 0 0 0 77277 38 0 0 18 0 4 0 642047373 4290760704 1031887 33554432000 134512640 135305190 4290319392 18446744073709551615 134868979 0 0 4096 3 18446744071562337734 0 0 -1 4 0 0 0
[pid=7364/tid=7366] ppid=7360 vsize=4190196 CPUtime=773.15 cores=0-7
/proc/7364/task/7366/stat : 7366 (manysat1.1_stat) D 7360 7360 6995 0 -1 4203588 725264 0 0 0 77011 304 0 0 18 0 4 0 642047373 4290760704 1031887 33554432000 134512640 135305190 4290319392 18446744073709551615 134868979 0 0 4096 3 18446744071562337734 0 0 -1 1 0 0 0
[pid=7364/tid=7367] ppid=7360 vsize=4190196 CPUtime=773.11 cores=0-7
/proc/7364/task/7367/stat : 7367 (manysat1.1_stat) D 7360 7360 6995 0 -1 4203588 30541 0 0 0 77280 31 0 0 18 0 4 0 642047373 4290760704 1031887 33554432000 134512640 135305190 4290319392 18446744073709551615 134868979 0 0 4096 3 18446744071562337734 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3127.77
Current children cumulated vsize (KiB) 4198896

[startup+816.7 s]
/proc/loadavg: 4.46 4.06 3.93 1/306 7388
/proc/meminfo: memFree=101444/32950928 swapFree=67111348/67111528
[pid=7360] ppid=7358 vsize=8700 CPUtime=26.01 cores=0-7
/proc/7360/stat : 7360 (manysat.sh) S 7358 7360 6995 0 -1 4202496 356 95070 0 0 0 0 2573 28 18 0 1 0 642044382 8908800 253 33554432000 4194304 4922060 140736800355616 18446744073709551615 235594685573 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/7360/statm: 2175 253 209 178 0 68 0
[pid=7364] ppid=7360 vsize=4190196 CPUtime=3101.84 cores=0-7
/proc/7364/stat : 7364 (manysat1.1_stat) D 7360 7360 6995 0 -1 4204032 1032536 0 0 0 309195 989 0 0 18 0 4 0 642046984 4290760704 1031887 33554432000 134512640 135305190 4290319392 18446744073709551615 134563946 0 0 4096 3 18446744073709551615 0 0 17 4 0 0 733
/proc/7364/statm: 1047549 1031887 84 194 0 1047353 0
[pid=7364/tid=7365] ppid=7360 vsize=4190196 CPUtime=773.15 cores=0-7
/proc/7364/task/7365/stat : 7365 (manysat1.1_stat) D 7360 7360 6995 0 -1 4203588 44386 0 0 0 77277 38 0 0 18 0 4 0 642047373 4290760704 1031887 33554432000 134512640 135305190 4290319392 18446744073709551615 134868979 0 0 4096 3 18446744071562337734 0 0 -1 4 0 0 0
[pid=7364/tid=7366] ppid=7360 vsize=4190196 CPUtime=773.15 cores=0-7
/proc/7364/task/7366/stat : 7366 (manysat1.1_stat) D 7360 7360 6995 0 -1 4203588 725264 0 0 0 77011 304 0 0 18 0 4 0 642047373 4290760704 1031887 33554432000 134512640 135305190 4290319392 18446744073709551615 134868979 0 0 4096 3 18446744071562337734 0 0 -1 1 0 0 0
[pid=7364/tid=7367] ppid=7360 vsize=4190196 CPUtime=773.11 cores=0-7
/proc/7364/task/7367/stat : 7367 (manysat1.1_stat) D 7360 7360 6995 0 -1 4203588 30541 0 0 0 77280 31 0 0 18 0 4 0 642047373 4290760704 1031887 33554432000 134512640 135305190 4290319392 18446744073709551615 134868979 0 0 4096 3 18446744071562337734 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3127.85
Current children cumulated vsize (KiB) 4198896

[startup+817.5 s]
/proc/loadavg: 4.46 4.06 3.93 1/306 7388
/proc/meminfo: memFree=101220/32950928 swapFree=67111348/67111528
[pid=7360] ppid=7358 vsize=8700 CPUtime=26.01 cores=0-7
/proc/7360/stat : 7360 (manysat.sh) S 7358 7360 6995 0 -1 4202496 356 95070 0 0 0 0 2573 28 18 0 1 0 642044382 8908800 253 33554432000 4194304 4922060 140736800355616 18446744073709551615 235594685573 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/7360/statm: 2175 253 209 178 0 68 0
[pid=7364] ppid=7360 vsize=4190196 CPUtime=3101.84 cores=0-7
/proc/7364/stat : 7364 (manysat1.1_stat) D 7360 7360 6995 0 -1 4204032 1032536 0 0 0 309195 989 0 0 18 0 4 0 642046984 4290760704 1031887 33554432000 134512640 135305190 4290319392 18446744073709551615 134563946 0 0 4096 3 18446744073709551615 0 0 17 4 0 0 733
/proc/7364/statm: 1047549 1031887 84 194 0 1047353 0
[pid=7364/tid=7365] ppid=7360 vsize=4190196 CPUtime=773.15 cores=0-7
/proc/7364/task/7365/stat : 7365 (manysat1.1_stat) D 7360 7360 6995 0 -1 4203588 44386 0 0 0 77277 38 0 0 18 0 4 0 642047373 4290760704 1031887 33554432000 134512640 135305190 4290319392 18446744073709551615 134868979 0 0 4096 3 18446744071562337734 0 0 -1 4 0 0 0
[pid=7364/tid=7366] ppid=7360 vsize=4190196 CPUtime=773.15 cores=0-7
/proc/7364/task/7366/stat : 7366 (manysat1.1_stat) D 7360 7360 6995 0 -1 4203588 725264 0 0 0 77011 304 0 0 18 0 4 0 642047373 4290760704 1031887 33554432000 134512640 135305190 4290319392 18446744073709551615 134868979 0 0 4096 3 18446744071562337734 0 0 -1 1 0 0 0
[pid=7364/tid=7367] ppid=7360 vsize=4190196 CPUtime=773.11 cores=0-7
/proc/7364/task/7367/stat : 7367 (manysat1.1_stat) D 7360 7360 6995 0 -1 4203588 30541 0 0 0 77280 31 0 0 18 0 4 0 642047373 4290760704 1031887 33554432000 134512640 135305190 4290319392 18446744073709551615 134868979 0 0 4096 3 18446744071562337734 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3127.85
Current children cumulated vsize (KiB) 4198896

[startup+817.7 s]
/proc/loadavg: 4.46 4.06 3.93 1/306 7388
/proc/meminfo: memFree=101220/32950928 swapFree=67111348/67111528
[pid=7360] ppid=7358 vsize=8700 CPUtime=26.01 cores=0-7
/proc/7360/stat : 7360 (manysat.sh) S 7358 7360 6995 0 -1 4202496 356 95070 0 0 0 0 2573 28 18 0 1 0 642044382 8908800 253 33554432000 4194304 4922060 140736800355616 18446744073709551615 235594685573 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/7360/statm: 2175 253 209 178 0 68 0
[pid=7364] ppid=7360 vsize=0 CPUtime=3101.97 cores=0-7
/proc/7364/stat : 7364 (manysat1.1_stat) R 7360 7360 6995 0 -1 4204036 1032537 0 0 0 309195 1002 0 0 18 0 1 0 642046984 0 0 33554432000 0 0 0 0 0 0 0 4096 3 18446744073709551615 0 0 17 2 0 0 892
/proc/7364/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 3127.98
Current children cumulated vsize (KiB) 8700

Child status: 139
Real time (s): 817.773
CPU time (s): 3128.06
CPU user time (s): 3117.69
CPU system time (s): 10.3754
CPU usage (%): 382.51
Max. virtual memory (cumulated for all children) (KiB): 4198896

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3117.69
system time used= 10.3754
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1128176
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= 27751
involuntary context switches= 11491

runsolver used 2.46962 second user time and 5.62315 second system time

The end

Launcher Data

Begin job on node120 at 2011-05-13 18:34:16
IDJOB=3362362
IDBENCH=85007
IDSOLVER=1839
FILE ID=node120/3362362-1305304454
RUNJOBID= node120-1305296394-7009
PBS_JOBID= 13321433
Free space on /tmp= 47900 MiB

SOLVER NAME= ManySAT 1.1 aimd 1/2009-03-20 (4 threads)
BENCH NAME= SAT04/industrial/velev/vliw_unsat_2.0/9dlx_vliw_at_b_iq6.used-as.sat04-347.cnf
COMMAND LINE= manysat.sh BENCHNAME aimd 1
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3362362-1305304454/watcher-3362362-1305304454 -o /tmp/evaluation-result-3362362-1305304454/solver-3362362-1305304454 -C 40000 -W 5100 -M 31000  manysat.sh HOME/instance-3362362-1305304454.cnf aimd 1

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

MD5SUM BENCH= 580dc3969c4e46e50013253fd4ac9139
RANDOM SEED=1486480940

node120.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.809
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.61
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.809
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.07
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.809
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.809
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.75
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.809
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.78
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.809
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.809
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.82
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.809
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.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:       6379208 kB
Buffers:        240700 kB
Cached:        9400584 kB
SwapCached:          0 kB
Active:       17879204 kB
Inactive:      8265792 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:       6379208 kB
SwapTotal:    67111528 kB
SwapFree:     67111348 kB
Dirty:           78388 kB
Writeback:           0 kB
AnonPages:    16504208 kB
Mapped:          24248 kB
Slab:           314860 kB
PageTables:      48288 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 51550432 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= 43864 MiB
End job on node120 at 2011-05-13 18:47:54