Trace number 3362101

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) 1924.5 493.304

General information on the benchmark

Nameapplication/rintanen/SATPlanning/
transport-transport-city-sequential-25nodes-1000size-3degree-100mindistance-3trucks-10packages-2008seed.060-SAT.cnf
MD5SUM0176f3dd09fed1b561c875e1d6538c8d
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark133.041
Satisfiable
(Un)Satisfiability was proved
Number of variables723130
Number of clauses3869060
Sum of the clauses size9210860
Maximum clause length502
Minimum clause length1
Number of clauses of size 1380
Number of clauses of size 23824280
Number of clauses of size 31440
Number of clauses of size 41440
Number of clauses of size 5360
Number of clauses of size over 541160

Solver Data

0.00/0.00	c Parsing...
1.39/1.44	c ==============================================================================
1.39/1.44	c |           |     ORIGINAL     |              LEARNT              |          |
1.39/1.44	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
1.39/1.44	c ==============================================================================
1.39/1.44	c |         0 | 3595700  8546816 | 1078709       0        0     nan |  0.000 % |
3.59/3.66	c |         0 | 3416174  8159169 |      --       0       --      -- |     --   | -82413/-158101
3.59/3.67	c ==============================================================================
3.59/3.67	c Result  :   #vars: 501071   #clauses: 3416174   #literals: 8159169
3.59/3.67	c CPU time:   3.35049 s
3.59/3.67	c ==============================================================================
1924.38/493.28	HOME/manysat.sh: line 55: 20346 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-3362101-1305299024/watcher-3362101-1305299024 -o /tmp/evaluation-result-3362101-1305299024/solver-3362101-1305299024 -C 4800 -W 1300 -M 15500 manysat.sh HOME/instance-3362101-1305299024.cnf aimd 1 

running on 4 cores: 1,3,5,7

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


[startup+0 s]
/proc/loadavg: 7.55 7.88 7.47 5/295 20343
/proc/meminfo: memFree=24192208/32951124 swapFree=63485424/67111528
[pid=20343] ppid=20341 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/20343/stat : 20343 (manysat.sh) S 20341 20343 19790 0 -1 4202496 330 0 0 0 0 0 0 0 23 0 1 0 622318550 8908800 250 33554432000 4194304 4922060 140735912545552 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/20343/statm: 2175 250 209 178 0 68 0

[startup+0.086602 s]
/proc/loadavg: 7.55 7.88 7.47 5/295 20343
/proc/meminfo: memFree=24192208/32951124 swapFree=63485424/67111528
[pid=20343] ppid=20341 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/20343/stat : 20343 (manysat.sh) S 20341 20343 19790 0 -1 4202496 330 0 0 0 0 0 0 0 23 0 1 0 622318550 8908800 250 33554432000 4194304 4922060 140735912545552 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/20343/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.100593 s]
/proc/loadavg: 7.55 7.88 7.47 5/295 20343
/proc/meminfo: memFree=24192208/32951124 swapFree=63485424/67111528
[pid=20343] ppid=20341 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/20343/stat : 20343 (manysat.sh) S 20341 20343 19790 0 -1 4202496 330 0 0 0 0 0 0 0 23 0 1 0 622318550 8908800 250 33554432000 4194304 4922060 140735912545552 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/20343/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.300559 s]
/proc/loadavg: 7.55 7.88 7.47 5/295 20343
/proc/meminfo: memFree=24192208/32951124 swapFree=63485424/67111528
[pid=20343] ppid=20341 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/20343/stat : 20343 (manysat.sh) S 20341 20343 19790 0 -1 4202496 330 0 0 0 0 0 0 0 23 0 1 0 622318550 8908800 250 33554432000 4194304 4922060 140735912545552 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/20343/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.700487 s]
/proc/loadavg: 7.55 7.88 7.47 5/295 20343
/proc/meminfo: memFree=24192208/32951124 swapFree=63485424/67111528
[pid=20343] ppid=20341 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/20343/stat : 20343 (manysat.sh) S 20341 20343 19790 0 -1 4202496 330 0 0 0 0 0 0 0 23 0 1 0 622318550 8908800 250 33554432000 4194304 4922060 140735912545552 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/20343/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50033 s]
/proc/loadavg: 7.55 7.88 7.47 6/297 20345
/proc/meminfo: memFree=23982392/32951124 swapFree=63485424/67111528
[pid=20343] ppid=20341 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/20343/stat : 20343 (manysat.sh) S 20341 20343 19790 0 -1 4202496 330 0 0 0 0 0 0 0 23 0 1 0 622318550 8908800 250 33554432000 4194304 4922060 140735912545552 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/20343/statm: 2175 250 209 178 0 68 0
[pid=20344] ppid=20343 vsize=381124 CPUtime=1.49 cores=1,3,5,7
/proc/20344/stat : 20344 (SatElite) R 20343 20343 19790 0 -1 4202496 81171 0 0 0 128 21 0 0 25 0 1 0 622318550 390270976 81127 33554432000 134512640 135034092 4292390352 18446744073709551615 134558534 0 0 4096 3 0 0 0 17 3 0 0 0
/proc/20344/statm: 95281 81136 66 128 0 95151 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 389824

[startup+3.10106 s]
/proc/loadavg: 7.34 7.83 7.46 6/297 20345
/proc/meminfo: memFree=23808632/32951124 swapFree=63485424/67111528
[pid=20343] ppid=20341 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/20343/stat : 20343 (manysat.sh) S 20341 20343 19790 0 -1 4202496 330 0 0 0 0 0 0 0 23 0 1 0 622318550 8908800 250 33554432000 4194304 4922060 140735912545552 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/20343/statm: 2175 250 209 178 0 68 0
[pid=20344] ppid=20343 vsize=514964 CPUtime=3.09 cores=1,3,5,7
/proc/20344/stat : 20344 (SatElite) R 20343 20343 19790 0 -1 4202496 116119 0 0 0 282 27 0 0 25 0 1 0 622318550 527323136 105552 33554432000 134512640 135034092 4292390352 18446744073709551615 134569440 0 0 4096 3 0 0 0 17 3 0 0 0
/proc/20344/statm: 128741 105552 68 128 0 128611 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 523664

[startup+6.30045 s]
/proc/loadavg: 7.34 7.83 7.46 6/297 20345
/proc/meminfo: memFree=23720344/32951124 swapFree=63485424/67111528
[pid=20343] ppid=20341 vsize=8700 CPUtime=5.46 cores=1,3,5,7
/proc/20343/stat : 20343 (manysat.sh) S 20341 20343 19790 0 -1 4202496 358 153740 0 0 0 0 505 41 18 0 1 0 622318550 8908800 253 33554432000 4194304 4922060 140735912545552 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/20343/statm: 2175 253 209 178 0 68 0
Current children cumulated CPU time (s) 5.46
Current children cumulated vsize (KiB) 8700

[startup+12.7012 s]
/proc/loadavg: 7.22 7.78 7.45 9/300 20349
/proc/meminfo: memFree=23283588/32951124 swapFree=63485424/67111528
[pid=20343] ppid=20341 vsize=8700 CPUtime=5.46 cores=1,3,5,7
/proc/20343/stat : 20343 (manysat.sh) S 20341 20343 19790 0 -1 4202496 358 153740 0 0 0 0 505 41 18 0 1 0 622318550 8908800 253 33554432000 4194304 4922060 140735912545552 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/20343/statm: 2175 253 209 178 0 68 0
[pid=20346] ppid=20343 vsize=895892 CPUtime=17.79 cores=1,3,5,7
/proc/20346/stat : 20346 (manysat1.1_stat) R 20343 20343 19790 0 -1 4202496 207248 0 0 0 1751 28 0 0 25 0 4 0 622319097 917393408 207049 33554432000 134512640 135305190 4294667360 18446744073709551615 134551593 0 0 4096 3 18446744073709551615 0 0 17 5 0 0 0
/proc/20346/statm: 223973 207049 84 194 0 223777 0
[pid=20346/tid=20347] ppid=20343 vsize=895892 CPUtime=3.49 cores=1,3,5,7
/proc/20346/task/20347/stat : 20347 (manysat1.1_stat) R 20343 20343 19790 0 -1 4202560 1950 0 0 0 349 0 0 0 25 0 4 0 622319466 917393408 207049 33554432000 134512640 135305190 4294667360 18446744073709551615 134551808 0 0 4096 3 0 0 0 -1 7 0 0 0
[pid=20346/tid=20348] ppid=20343 vsize=895892 CPUtime=3.52 cores=1,3,5,7
/proc/20346/task/20348/stat : 20348 (manysat1.1_stat) R 20343 20343 19790 0 -1 4202560 4009 0 0 0 352 0 0 0 25 0 4 0 622319466 917393408 207049 33554432000 134512640 135305190 4294667360 18446744073709551615 134551697 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=20346/tid=20349] ppid=20343 vsize=895892 CPUtime=3.53 cores=1,3,5,7
/proc/20346/task/20349/stat : 20349 (manysat1.1_stat) R 20343 20343 19790 0 -1 4202560 2102 0 0 0 353 0 0 0 25 0 4 0 622319466 917393408 207049 33554432000 134512640 135305190 4294667360 18446744073709551615 134551703 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 23.25
Current children cumulated vsize (KiB) 904592

[startup+25.5009 s]
/proc/loadavg: 7.34 7.79 7.45 9/300 20350
/proc/meminfo: memFree=23157856/32951124 swapFree=63485424/67111528
[pid=20343] ppid=20341 vsize=8700 CPUtime=5.46 cores=1,3,5,7
/proc/20343/stat : 20343 (manysat.sh) S 20341 20343 19790 0 -1 4202496 358 153740 0 0 0 0 505 41 18 0 1 0 622318550 8908800 253 33554432000 4194304 4922060 140735912545552 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/20343/statm: 2175 253 209 178 0 68 0
[pid=20346] ppid=20343 vsize=1018132 CPUtime=68.87 cores=1,3,5,7
/proc/20346/stat : 20346 (manysat1.1_stat) R 20343 20343 19790 0 -1 4202496 237668 0 0 0 6849 38 0 0 25 0 4 0 622319097 1042567168 237468 33554432000 134512640 135305190 4294667360 18446744073709551615 134570409 0 0 4096 3 18446744073709551615 0 0 17 5 0 0 0
/proc/20346/statm: 254533 237468 84 194 0 254337 0
[pid=20346/tid=20347] ppid=20343 vsize=1018132 CPUtime=16.17 cores=1,3,5,7
/proc/20346/task/20347/stat : 20347 (manysat1.1_stat) R 20343 20343 19790 0 -1 4202560 8497 0 0 0 1615 2 0 0 25 0 4 0 622319466 1042567168 237468 33554432000 134512640 135305190 4294667360 18446744073709551615 134551661 0 0 4096 3 0 0 0 -1 7 0 0 0
[pid=20346/tid=20348] ppid=20343 vsize=1018132 CPUtime=16.32 cores=1,3,5,7
/proc/20346/task/20348/stat : 20348 (manysat1.1_stat) R 20343 20343 19790 0 -1 4202560 14833 0 0 0 1629 3 0 0 25 0 4 0 622319466 1042567168 237468 33554432000 134512640 135305190 4294667360 18446744073709551615 134551726 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=20346/tid=20349] ppid=20343 vsize=1018132 CPUtime=16.33 cores=1,3,5,7
/proc/20346/task/20349/stat : 20349 (manysat1.1_stat) R 20343 20343 19790 0 -1 4202560 8671 0 0 0 1631 2 0 0 25 0 4 0 622319466 1042567168 237468 33554432000 134512640 135305190 4294667360 18446744073709551615 134843311 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 74.33
Current children cumulated vsize (KiB) 1026832

[startup+51.1012 s]
/proc/loadavg: 7.56 7.81 7.47 5/294 20351
/proc/meminfo: memFree=23365516/32951124 swapFree=63485424/67111528
[pid=20343] ppid=20341 vsize=8700 CPUtime=5.46 cores=1,3,5,7
/proc/20343/stat : 20343 (manysat.sh) S 20341 20343 19790 0 -1 4202496 358 153740 0 0 0 0 505 41 18 0 1 0 622318550 8908800 253 33554432000 4194304 4922060 140735912545552 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/20343/statm: 2175 253 209 178 0 68 0
[pid=20346] ppid=20343 vsize=1203868 CPUtime=171.03 cores=1,3,5,7
/proc/20346/stat : 20346 (manysat1.1_stat) R 20343 20343 19790 0 -1 4202496 283982 0 0 0 17054 49 0 0 25 0 4 0 622319097 1232760832 283782 33554432000 134512640 135305190 4294667360 18446744073709551615 134551712 0 0 4096 3 18446744073709551615 0 0 17 5 0 0 0
/proc/20346/statm: 300967 283782 84 194 0 300771 0
[pid=20346/tid=20347] ppid=20343 vsize=1203868 CPUtime=41.54 cores=1,3,5,7
/proc/20346/task/20347/stat : 20347 (manysat1.1_stat) R 20343 20343 19790 0 -1 4202560 19483 0 0 0 4148 6 0 0 25 0 4 0 622319466 1232760832 283782 33554432000 134512640 135305190 4294667360 18446744073709551615 134551697 0 0 4096 3 0 0 0 -1 7 0 0 0
[pid=20346/tid=20348] ppid=20343 vsize=1203868 CPUtime=41.92 cores=1,3,5,7
/proc/20346/task/20348/stat : 20348 (manysat1.1_stat) R 20343 20343 19790 0 -1 4202560 21474 0 0 0 4188 4 0 0 25 0 4 0 622319466 1232760832 283782 33554432000 134512640 135305190 4294667360 18446744073709551615 134551808 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=20346/tid=20349] ppid=20343 vsize=1203868 CPUtime=41.93 cores=1,3,5,7
/proc/20346/task/20349/stat : 20349 (manysat1.1_stat) R 20343 20343 19790 0 -1 4202560 22543 0 0 0 4188 5 0 0 25 0 4 0 622319466 1232760832 283782 33554432000 134512640 135305190 4294667360 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 176.49
Current children cumulated vsize (KiB) 1212568

[startup+102.311 s]
/proc/loadavg: 7.20 7.62 7.42 10/300 20417
/proc/meminfo: memFree=22624304/32951124 swapFree=63485424/67111528
[pid=20343] ppid=20341 vsize=8700 CPUtime=5.46 cores=1,3,5,7
/proc/20343/stat : 20343 (manysat.sh) S 20341 20343 19790 0 -1 4202496 358 153740 0 0 0 0 505 41 18 0 1 0 622318550 8908800 253 33554432000 4194304 4922060 140735912545552 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/20343/statm: 2175 253 209 178 0 68 0
[pid=20346] ppid=20343 vsize=1628784 CPUtime=375.35 cores=1,3,5,7
/proc/20346/stat : 20346 (manysat1.1_stat) R 20343 20343 19790 0 -1 4202496 390128 0 0 0 37458 77 0 0 25 0 4 0 622319097 1667874816 389926 33554432000 134512640 135305190 4294667360 18446744073709551615 134528298 0 0 4096 3 18446744073709551615 0 0 17 5 0 0 0
/proc/20346/statm: 407196 389926 84 194 0 407000 0
[pid=20346/tid=20347] ppid=20343 vsize=1628784 CPUtime=92.27 cores=1,3,5,7
/proc/20346/task/20347/stat : 20347 (manysat1.1_stat) R 20343 20343 19790 0 -1 4202560 41411 0 0 0 9217 10 0 0 25 0 4 0 622319466 1667874816 389926 33554432000 134512640 135305190 4294667360 18446744073709551615 134528237 0 0 4096 3 0 0 0 -1 7 0 0 0
[pid=20346/tid=20348] ppid=20343 vsize=1628784 CPUtime=93.12 cores=1,3,5,7
/proc/20346/task/20348/stat : 20348 (manysat1.1_stat) R 20343 20343 19790 0 -1 4202560 55168 0 0 0 9298 14 0 0 25 0 4 0 622319466 1667874816 389926 33554432000 134512640 135305190 4294667360 18446744073709551615 134551697 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=20346/tid=20349] ppid=20343 vsize=1628784 CPUtime=93.1 cores=1,3,5,7
/proc/20346/task/20349/stat : 20349 (manysat1.1_stat) R 20343 20343 19790 0 -1 4202560 44992 0 0 0 9299 11 0 0 25 0 4 0 622319466 1667874816 389926 33554432000 134512640 135305190 4294667360 18446744073709551615 134551962 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 380.81
Current children cumulated vsize (KiB) 1637484

[startup+162.301 s]
/proc/loadavg: 7.73 7.70 7.46 11/300 20418
/proc/meminfo: memFree=21779932/32951124 swapFree=63485424/67111528
[pid=20343] ppid=20341 vsize=8700 CPUtime=5.46 cores=1,3,5,7
/proc/20343/stat : 20343 (manysat.sh) S 20341 20343 19790 0 -1 4202496 358 153740 0 0 0 0 505 41 18 0 1 0 622318550 8908800 253 33554432000 4194304 4922060 140735912545552 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/20343/statm: 2175 253 209 178 0 68 0
[pid=20346] ppid=20343 vsize=2186936 CPUtime=614.74 cores=1,3,5,7
/proc/20346/stat : 20346 (manysat1.1_stat) R 20343 20343 19790 0 -1 4202496 529270 0 0 0 61366 108 0 0 25 0 4 0 622319097 2239422464 529068 33554432000 134512640 135305190 4294667360 18446744073709551615 134551697 0 0 4096 3 18446744073709551615 0 0 17 5 0 0 0
/proc/20346/statm: 546734 529068 84 194 0 546538 0
[pid=20346/tid=20347] ppid=20343 vsize=2186936 CPUtime=151.73 cores=1,3,5,7
/proc/20346/task/20347/stat : 20347 (manysat1.1_stat) R 20343 20343 19790 0 -1 4202560 64397 0 0 0 15156 17 0 0 25 0 4 0 622319466 2239422464 529068 33554432000 134512640 135305190 4294667360 18446744073709551615 134528402 0 0 4096 3 0 0 0 -1 7 0 0 0
[pid=20346/tid=20348] ppid=20343 vsize=2186936 CPUtime=153.08 cores=1,3,5,7
/proc/20346/task/20348/stat : 20348 (manysat1.1_stat) R 20343 20343 19790 0 -1 4202560 107114 0 0 0 15285 23 0 0 25 0 4 0 622319466 2239422464 529068 33554432000 134512640 135305190 4294667360 18446744073709551615 134528406 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=20346/tid=20349] ppid=20343 vsize=2186936 CPUtime=153.08 cores=1,3,5,7
/proc/20346/task/20349/stat : 20349 (manysat1.1_stat) R 20343 20343 19790 0 -1 4202560 75520 0 0 0 15290 18 0 0 25 0 4 0 622319466 2239422464 529068 33554432000 134512640 135305190 4294667360 18446744073709551615 134530711 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 620.2
Current children cumulated vsize (KiB) 2195636

[startup+222.301 s]
/proc/loadavg: 7.96 7.77 7.49 10/300 20453
/proc/meminfo: memFree=21777596/32951124 swapFree=63485424/67111528
[pid=20343] ppid=20341 vsize=8700 CPUtime=5.46 cores=1,3,5,7
/proc/20343/stat : 20343 (manysat.sh) S 20341 20343 19790 0 -1 4202496 358 153740 0 0 0 0 505 41 18 0 1 0 622318550 8908800 253 33554432000 4194304 4922060 140735912545552 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/20343/statm: 2175 253 209 178 0 68 0
[pid=20346] ppid=20343 vsize=2688180 CPUtime=854.17 cores=1,3,5,7
/proc/20346/stat : 20346 (manysat1.1_stat) R 20343 20343 19790 0 -1 4202496 654187 0 0 0 85277 140 0 0 25 0 4 0 622319097 2752696320 653985 33554432000 134512640 135305190 4294667360 18446744073709551615 134528298 0 0 4096 3 18446744073709551615 0 0 17 5 0 0 0
/proc/20346/statm: 672045 653985 84 194 0 671849 0
[pid=20346/tid=20347] ppid=20343 vsize=2688180 CPUtime=211.17 cores=1,3,5,7
/proc/20346/task/20347/stat : 20347 (manysat1.1_stat) R 20343 20343 19790 0 -1 4202560 88218 0 0 0 21094 23 0 0 25 0 4 0 622319466 2752696320 653985 33554432000 134512640 135305190 4294667360 18446744073709551615 134528235 0 0 4096 3 0 0 0 -1 7 0 0 0
[pid=20346/tid=20348] ppid=20343 vsize=2688180 CPUtime=213.08 cores=1,3,5,7
/proc/20346/task/20348/stat : 20348 (manysat1.1_stat) R 20343 20343 19790 0 -1 4202560 156463 0 0 0 21273 35 0 0 25 0 4 0 622319466 2752696320 653985 33554432000 134512640 135305190 4294667360 18446744073709551615 134551848 0 0 4096 3 0 0 0 -1 1 0 0 0

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

/proc/meminfo: memFree=21279128/32951124 swapFree=63485424/67111528
[pid=20343] ppid=20341 vsize=8700 CPUtime=5.46 cores=1,3,5,7
/proc/20343/stat : 20343 (manysat.sh) S 20341 20343 19790 0 -1 4202496 358 153740 0 0 0 0 505 41 18 0 1 0 622318550 8908800 253 33554432000 4194304 4922060 140735912545552 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/20343/statm: 2175 253 209 178 0 68 0
[pid=20346] ppid=20343 vsize=2843856 CPUtime=1332.68 cores=1,3,5,7
/proc/20346/stat : 20346 (manysat1.1_stat) R 20343 20343 19790 0 -1 4202496 693025 0 0 0 133112 156 0 0 25 0 4 0 622319097 2912108544 692822 33554432000 134512640 135305190 4294667360 18446744073709551615 134551653 0 0 4096 3 18446744073709551615 0 0 17 5 0 0 0
/proc/20346/statm: 710964 692822 84 194 0 710768 0
[pid=20346/tid=20347] ppid=20343 vsize=2843856 CPUtime=329.97 cores=1,3,5,7
/proc/20346/task/20347/stat : 20347 (manysat1.1_stat) R 20343 20343 19790 0 -1 4202560 97955 0 0 0 32970 27 0 0 25 0 4 0 622319466 2912108544 692822 33554432000 134512640 135305190 4294667360 18446744073709551615 134551919 0 0 4096 3 0 0 0 -1 7 0 0 0
[pid=20346/tid=20348] ppid=20343 vsize=2843856 CPUtime=333.05 cores=1,3,5,7
/proc/20346/task/20348/stat : 20348 (manysat1.1_stat) R 20343 20343 19790 0 -1 4202560 167493 0 0 0 33267 38 0 0 25 0 4 0 622319466 2912108544 692822 33554432000 134512640 135305190 4294667360 18446744073709551615 134551687 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=20346/tid=20349] ppid=20343 vsize=2843856 CPUtime=332.96 cores=1,3,5,7
/proc/20346/task/20349/stat : 20349 (manysat1.1_stat) R 20343 20343 19790 0 -1 4202560 109214 0 0 0 33268 28 0 0 25 0 4 0 622319466 2912108544 692822 33554432000 134512640 135305190 4294667360 18446744073709551615 134531177 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1338.14
Current children cumulated vsize (KiB) 2852556

[startup+402.3 s]
/proc/loadavg: 8.02 7.87 7.57 9/300 20491
/proc/meminfo: memFree=20777500/32951124 swapFree=63485424/67111528
[pid=20343] ppid=20341 vsize=8700 CPUtime=5.46 cores=1,3,5,7
/proc/20343/stat : 20343 (manysat.sh) S 20341 20343 19790 0 -1 4202496 358 153740 0 0 0 0 505 41 18 0 1 0 622318550 8908800 253 33554432000 4194304 4922060 140735912545552 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/20343/statm: 2175 253 209 178 0 68 0
[pid=20346] ppid=20343 vsize=3417116 CPUtime=1572.13 cores=1,3,5,7
/proc/20346/stat : 20346 (manysat1.1_stat) R 20343 20343 19790 0 -1 4202496 836186 0 0 0 157020 193 0 0 25 0 4 0 622319097 3499126784 835983 33554432000 134512640 135305190 4294667360 18446744073709551615 134528298 0 0 4096 3 18446744073709551615 0 0 17 5 0 0 0
/proc/20346/statm: 854279 835983 84 194 0 854083 0
[pid=20346/tid=20347] ppid=20343 vsize=3417116 CPUtime=389.43 cores=1,3,5,7
/proc/20346/task/20347/stat : 20347 (manysat1.1_stat) R 20343 20343 19790 0 -1 4202560 121675 0 0 0 38909 34 0 0 25 0 4 0 622319466 3499126784 835983 33554432000 134512640 135305190 4294667360 18446744073709551615 134528189 0 0 4096 3 0 0 0 -1 7 0 0 0
[pid=20346/tid=20348] ppid=20343 vsize=3417116 CPUtime=393.04 cores=1,3,5,7
/proc/20346/task/20348/stat : 20348 (manysat1.1_stat) R 20343 20343 19790 0 -1 4202560 232574 0 0 0 39249 55 0 0 25 0 4 0 622319466 3499126784 835983 33554432000 134512640 135305190 4294667360 18446744073709551615 134553245 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=20346/tid=20349] ppid=20343 vsize=3417116 CPUtime=392.96 cores=1,3,5,7
/proc/20346/task/20349/stat : 20349 (manysat1.1_stat) R 20343 20343 19790 0 -1 4202560 139131 0 0 0 39262 34 0 0 25 0 4 0 622319466 3499126784 835983 33554432000 134512640 135305190 4294667360 18446744073709551615 134551746 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1577.59
Current children cumulated vsize (KiB) 3425816

[startup+462.3 s]
/proc/loadavg: 8.00 7.89 7.60 9/300 20492
/proc/meminfo: memFree=20184256/32951124 swapFree=63485424/67111528
[pid=20343] ppid=20341 vsize=8700 CPUtime=5.46 cores=1,3,5,7
/proc/20343/stat : 20343 (manysat.sh) S 20341 20343 19790 0 -1 4202496 358 153740 0 0 0 0 505 41 18 0 1 0 622318550 8908800 253 33554432000 4194304 4922060 140735912545552 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/20343/statm: 2175 253 209 178 0 68 0
[pid=20346] ppid=20343 vsize=3908972 CPUtime=1811.51 cores=1,3,5,7
/proc/20346/stat : 20346 (manysat1.1_stat) R 20343 20343 19790 0 -1 4202496 958916 0 0 0 180927 224 0 0 25 0 4 0 622319097 4002787328 958712 33554432000 134512640 135305190 4294667360 18446744073709551615 134528392 0 0 4096 3 18446744073709551615 0 0 17 7 0 0 0
/proc/20346/statm: 977243 958712 84 194 0 977047 0
[pid=20346/tid=20347] ppid=20343 vsize=3908972 CPUtime=449.31 cores=1,3,5,7
/proc/20346/task/20347/stat : 20347 (manysat1.1_stat) R 20343 20343 19790 0 -1 4202560 138641 0 0 0 44892 39 0 0 25 0 4 0 622319466 4002787328 958712 33554432000 134512640 135305190 4294667360 18446744073709551615 134530561 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=20346/tid=20348] ppid=20343 vsize=3908972 CPUtime=453.04 cores=1,3,5,7
/proc/20346/task/20348/stat : 20348 (manysat1.1_stat) R 20343 20343 19790 0 -1 4202560 295383 0 0 0 45233 71 0 0 25 0 4 0 622319466 4002787328 958712 33554432000 134512640 135305190 4294667360 18446744073709551615 134528410 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=20346/tid=20349] ppid=20343 vsize=3908972 CPUtime=452.91 cores=1,3,5,7
/proc/20346/task/20349/stat : 20349 (manysat1.1_stat) R 20343 20343 19790 0 -1 4202560 162429 0 0 0 45252 39 0 0 25 0 4 0 622319466 4002787328 958712 33554432000 134512640 135305190 4294667360 18446744073709551615 134528406 0 0 4096 3 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1816.97
Current children cumulated vsize (KiB) 3917672

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

[startup+473.5 s]
/proc/loadavg: 8.08 7.91 7.61 9/300 20493
/proc/meminfo: memFree=20042508/32951124 swapFree=63485424/67111528
[pid=20343] ppid=20341 vsize=8700 CPUtime=5.46 cores=1,3,5,7
/proc/20343/stat : 20343 (manysat.sh) S 20341 20343 19790 0 -1 4202496 358 153740 0 0 0 0 505 41 18 0 1 0 622318550 8908800 253 33554432000 4194304 4922060 140735912545552 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/20343/statm: 2175 253 209 178 0 68 0
[pid=20346] ppid=20343 vsize=4034924 CPUtime=1856.21 cores=1,3,5,7
/proc/20346/stat : 20346 (manysat1.1_stat) R 20343 20343 19790 0 -1 4202496 990406 0 0 0 185389 232 0 0 25 0 4 0 622319097 4131762176 990201 33554432000 134512640 135305190 4294667360 18446744073709551615 134528298 0 0 4096 3 18446744073709551615 0 0 17 7 0 0 0
/proc/20346/statm: 1008731 990201 84 194 0 1008535 0
[pid=20346/tid=20347] ppid=20343 vsize=4034924 CPUtime=460.52 cores=1,3,5,7
/proc/20346/task/20347/stat : 20347 (manysat1.1_stat) R 20343 20343 19790 0 -1 4202560 143435 0 0 0 46011 41 0 0 25 0 4 0 622319466 4131762176 990201 33554432000 134512640 135305190 4294667360 18446744073709551615 134551998 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=20346/tid=20348] ppid=20343 vsize=4034924 CPUtime=464.24 cores=1,3,5,7
/proc/20346/task/20348/stat : 20348 (manysat1.1_stat) R 20343 20343 19790 0 -1 4202560 310096 0 0 0 46350 74 0 0 25 0 4 0 622319466 4131762176 990201 33554432000 134512640 135305190 4294667360 18446744073709551615 134554281 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=20346/tid=20349] ppid=20343 vsize=4034924 CPUtime=464.12 cores=1,3,5,7
/proc/20346/task/20349/stat : 20349 (manysat1.1_stat) R 20343 20343 19790 0 -1 4202560 168371 0 0 0 46371 41 0 0 25 0 4 0 622319466 4131762176 990201 33554432000 134512640 135305190 4294667360 18446744073709551615 134528248 0 0 4096 3 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1861.67
Current children cumulated vsize (KiB) 4043624

[startup+486.301 s]
/proc/loadavg: 8.14 7.93 7.62 9/300 20493
/proc/meminfo: memFree=19872740/32951124 swapFree=63485424/67111528
[pid=20343] ppid=20341 vsize=8700 CPUtime=5.46 cores=1,3,5,7
/proc/20343/stat : 20343 (manysat.sh) S 20341 20343 19790 0 -1 4202496 358 153740 0 0 0 0 505 41 18 0 1 0 622318550 8908800 253 33554432000 4194304 4922060 140735912545552 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/20343/statm: 2175 253 209 178 0 68 0
[pid=20346] ppid=20343 vsize=4174188 CPUtime=1907.3 cores=1,3,5,7
/proc/20346/stat : 20346 (manysat1.1_stat) R 20343 20343 19790 0 -1 4202496 1024800 0 0 0 190488 242 0 0 25 0 4 0 622319097 4274368512 1024593 33554432000 134512640 135305190 4294667360 18446744073709551615 134551962 0 0 4096 3 18446744073709551615 0 0 17 7 0 0 0
/proc/20346/statm: 1043547 1024593 84 194 0 1043351 0
[pid=20346/tid=20347] ppid=20343 vsize=4174188 CPUtime=473.31 cores=1,3,5,7
/proc/20346/task/20347/stat : 20347 (manysat1.1_stat) R 20343 20343 19790 0 -1 4202560 147934 0 0 0 47289 42 0 0 25 0 4 0 622319466 4274368512 1024593 33554432000 134512640 135305190 4294667360 18446744073709551615 134545977 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=20346/tid=20348] ppid=20343 vsize=4174188 CPUtime=477.04 cores=1,3,5,7
/proc/20346/task/20348/stat : 20348 (manysat1.1_stat) R 20343 20343 19790 0 -1 4202560 326424 0 0 0 47626 78 0 0 25 0 4 0 622319466 4274368512 1024593 33554432000 134512640 135305190 4294667360 18446744073709551615 134528794 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=20346/tid=20349] ppid=20343 vsize=4174188 CPUtime=476.92 cores=1,3,5,7
/proc/20346/task/20349/stat : 20349 (manysat1.1_stat) R 20343 20343 19790 0 -1 4202560 174918 0 0 0 47649 43 0 0 25 0 4 0 622319466 4274368512 1024593 33554432000 134512640 135305190 4294667360 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1912.76
Current children cumulated vsize (KiB) 4182888

[startup+489.511 s]
/proc/loadavg: 8.13 7.93 7.62 6/300 20493
/proc/meminfo: memFree=18592564/32951124 swapFree=63485424/67111528
[pid=20343] ppid=20341 vsize=8700 CPUtime=5.46 cores=1,3,5,7
/proc/20343/stat : 20343 (manysat.sh) S 20341 20343 19790 0 -1 4202496 358 153740 0 0 0 0 505 41 18 0 1 0 622318550 8908800 253 33554432000 4194304 4922060 140735912545552 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/20343/statm: 2175 253 209 178 0 68 0
[pid=20346] ppid=20343 vsize=4194220 CPUtime=1915.23 cores=1,3,5,7
/proc/20346/stat : 20346 (manysat1.1_stat) D 20343 20343 19790 0 -1 4203524 1031116 0 0 0 191096 427 0 0 18 0 4 0 622319097 4294881280 1030187 33554432000 134512640 135305190 4294667360 18446744073709551615 134528410 0 0 4096 3 18446744073709551615 0 0 17 7 0 0 0
/proc/20346/statm: 1048555 1030187 84 194 0 1048359 0
[pid=20346/tid=20347] ppid=20343 vsize=4194220 CPUtime=474.89 cores=1,3,5,7
/proc/20346/task/20347/stat : 20347 (manysat1.1_stat) D 20343 20343 19790 0 -1 4203588 148789 0 0 0 47441 48 0 0 19 0 4 0 622319466 4294881280 1030187 33554432000 134512640 135305190 4294667360 18446744073709551615 134551808 0 0 4096 3 18446744071562337734 0 0 -1 3 0 0 0
[pid=20346/tid=20348] ppid=20343 vsize=4194220 CPUtime=478.61 cores=1,3,5,7
/proc/20346/task/20348/stat : 20348 (manysat1.1_stat) D 20343 20343 19790 0 -1 4203588 329340 0 0 0 47778 83 0 0 18 0 4 0 622319466 4294881280 1030187 33554432000 134512640 135305190 4294667360 18446744073709551615 134528298 0 0 4096 3 18446744071562337734 0 0 -1 3 0 0 0
[pid=20346/tid=20349] ppid=20343 vsize=4194220 CPUtime=480.12 cores=1,3,5,7
/proc/20346/task/20349/stat : 20349 (manysat1.1_stat) R 20343 20343 19790 0 -1 4204096 176288 0 0 0 47799 213 0 0 20 0 4 0 622319466 4294881280 1030187 33554432000 134512640 135305190 4294667360 18446744073709551615 134549056 0 0 4096 3 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1920.69
Current children cumulated vsize (KiB) 4202920

[startup+491.101 s]
/proc/loadavg: 8.13 7.93 7.62 6/300 20493
/proc/meminfo: memFree=17672588/32951124 swapFree=63485424/67111528
[pid=20343] ppid=20341 vsize=8700 CPUtime=5.46 cores=1,3,5,7
/proc/20343/stat : 20343 (manysat.sh) S 20341 20343 19790 0 -1 4202496 358 153740 0 0 0 0 505 41 18 0 1 0 622318550 8908800 253 33554432000 4194304 4922060 140735912545552 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/20343/statm: 2175 253 209 178 0 68 0
[pid=20346] ppid=20343 vsize=4194220 CPUtime=1916.82 cores=1,3,5,7
/proc/20346/stat : 20346 (manysat1.1_stat) D 20343 20343 19790 0 -1 4203524 1031116 0 0 0 191096 586 0 0 18 0 4 0 622319097 4294881280 1030187 33554432000 134512640 135305190 4294667360 18446744073709551615 134528410 0 0 4096 3 18446744073709551615 0 0 17 7 0 0 0
/proc/20346/statm: 1048555 1030187 84 194 0 1048359 0
[pid=20346/tid=20347] ppid=20343 vsize=4194220 CPUtime=474.89 cores=1,3,5,7
/proc/20346/task/20347/stat : 20347 (manysat1.1_stat) D 20343 20343 19790 0 -1 4203588 148789 0 0 0 47441 48 0 0 19 0 4 0 622319466 4294881280 1030187 33554432000 134512640 135305190 4294667360 18446744073709551615 134551808 0 0 4096 3 18446744071562337734 0 0 -1 3 0 0 0
[pid=20346/tid=20348] ppid=20343 vsize=4194220 CPUtime=478.61 cores=1,3,5,7
/proc/20346/task/20348/stat : 20348 (manysat1.1_stat) D 20343 20343 19790 0 -1 4203588 329340 0 0 0 47778 83 0 0 18 0 4 0 622319466 4294881280 1030187 33554432000 134512640 135305190 4294667360 18446744073709551615 134528298 0 0 4096 3 18446744071562337734 0 0 -1 3 0 0 0
[pid=20346/tid=20349] ppid=20343 vsize=4194220 CPUtime=481.71 cores=1,3,5,7
/proc/20346/task/20349/stat : 20349 (manysat1.1_stat) R 20343 20343 19790 0 -1 4204096 176288 0 0 0 47799 372 0 0 25 0 4 0 622319466 4294881280 1030187 33554432000 134512640 135305190 4294667360 18446744073709551615 134549056 0 0 4096 3 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1922.28
Current children cumulated vsize (KiB) 4202920

[startup+492.701 s]
/proc/loadavg: 8.12 7.93 7.62 6/300 20493
/proc/meminfo: memFree=15841480/32951124 swapFree=63485424/67111528
[pid=20343] ppid=20341 vsize=8700 CPUtime=5.46 cores=1,3,5,7
/proc/20343/stat : 20343 (manysat.sh) S 20341 20343 19790 0 -1 4202496 358 153740 0 0 0 0 505 41 18 0 1 0 622318550 8908800 253 33554432000 4194304 4922060 140735912545552 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/20343/statm: 2175 253 209 178 0 68 0
[pid=20346] ppid=20343 vsize=4194220 CPUtime=1918.42 cores=1,3,5,7
/proc/20346/stat : 20346 (manysat1.1_stat) D 20343 20343 19790 0 -1 4203524 1031116 0 0 0 191096 746 0 0 18 0 4 0 622319097 4294881280 1030187 33554432000 134512640 135305190 4294667360 18446744073709551615 134528410 0 0 4096 3 18446744073709551615 0 0 17 7 0 0 0
/proc/20346/statm: 1048555 1030187 84 194 0 1048359 0
[pid=20346/tid=20347] ppid=20343 vsize=4194220 CPUtime=474.89 cores=1,3,5,7
/proc/20346/task/20347/stat : 20347 (manysat1.1_stat) D 20343 20343 19790 0 -1 4203588 148789 0 0 0 47441 48 0 0 19 0 4 0 622319466 4294881280 1030187 33554432000 134512640 135305190 4294667360 18446744073709551615 134551808 0 0 4096 3 18446744071562337734 0 0 -1 3 0 0 0
[pid=20346/tid=20348] ppid=20343 vsize=4194220 CPUtime=478.61 cores=1,3,5,7
/proc/20346/task/20348/stat : 20348 (manysat1.1_stat) D 20343 20343 19790 0 -1 4203588 329340 0 0 0 47778 83 0 0 18 0 4 0 622319466 4294881280 1030187 33554432000 134512640 135305190 4294667360 18446744073709551615 134528298 0 0 4096 3 18446744071562337734 0 0 -1 3 0 0 0
[pid=20346/tid=20349] ppid=20343 vsize=4194220 CPUtime=483.32 cores=1,3,5,7
/proc/20346/task/20349/stat : 20349 (manysat1.1_stat) R 20343 20343 19790 0 -1 4204096 176288 0 0 0 47799 533 0 0 25 0 4 0 622319466 4294881280 1030187 33554432000 134512640 135305190 4294667360 18446744073709551615 134549056 0 0 4096 3 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1923.88
Current children cumulated vsize (KiB) 4202920

[startup+493.101 s]
/proc/loadavg: 8.12 7.93 7.62 6/300 20493
/proc/meminfo: memFree=15841480/32951124 swapFree=63485424/67111528
[pid=20343] ppid=20341 vsize=8700 CPUtime=5.46 cores=1,3,5,7
/proc/20343/stat : 20343 (manysat.sh) S 20341 20343 19790 0 -1 4202496 358 153740 0 0 0 0 505 41 18 0 1 0 622318550 8908800 253 33554432000 4194304 4922060 140735912545552 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/20343/statm: 2175 253 209 178 0 68 0
[pid=20346] ppid=20343 vsize=4194220 CPUtime=1918.82 cores=1,3,5,7
/proc/20346/stat : 20346 (manysat1.1_stat) D 20343 20343 19790 0 -1 4203524 1031116 0 0 0 191096 786 0 0 18 0 4 0 622319097 4294881280 1030187 33554432000 134512640 135305190 4294667360 18446744073709551615 134528410 0 0 4096 3 18446744073709551615 0 0 17 7 0 0 0
/proc/20346/statm: 1048555 1030187 84 194 0 1048359 0
[pid=20346/tid=20347] ppid=20343 vsize=4194220 CPUtime=474.89 cores=1,3,5,7
/proc/20346/task/20347/stat : 20347 (manysat1.1_stat) D 20343 20343 19790 0 -1 4203588 148789 0 0 0 47441 48 0 0 19 0 4 0 622319466 4294881280 1030187 33554432000 134512640 135305190 4294667360 18446744073709551615 134551808 0 0 4096 3 18446744071562337734 0 0 -1 3 0 0 0
[pid=20346/tid=20348] ppid=20343 vsize=4194220 CPUtime=478.61 cores=1,3,5,7
/proc/20346/task/20348/stat : 20348 (manysat1.1_stat) D 20343 20343 19790 0 -1 4203588 329340 0 0 0 47778 83 0 0 18 0 4 0 622319466 4294881280 1030187 33554432000 134512640 135305190 4294667360 18446744073709551615 134528298 0 0 4096 3 18446744071562337734 0 0 -1 3 0 0 0
[pid=20346/tid=20349] ppid=20343 vsize=4194220 CPUtime=483.71 cores=1,3,5,7
/proc/20346/task/20349/stat : 20349 (manysat1.1_stat) R 20343 20343 19790 0 -1 4204096 176288 0 0 0 47799 572 0 0 18 0 4 0 622319466 4294881280 1030187 33554432000 134512640 135305190 4294667360 18446744073709551615 134549056 0 0 4096 3 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1924.28
Current children cumulated vsize (KiB) 4202920

[startup+493.301 s]
/proc/loadavg: 8.12 7.93 7.62 6/300 20493
/proc/meminfo: memFree=15841480/32951124 swapFree=63485424/67111528
[pid=20343] ppid=20341 vsize=8704 CPUtime=1924.47 cores=1,3,5,7
/proc/20343/stat : 20343 (manysat.sh) S 20341 20343 19790 0 -1 4202496 388 1184857 0 0 0 0 191601 846 17 0 1 0 622318550 8912896 259 33554432000 4194304 4922060 140735912545552 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/20343/statm: 2176 259 214 178 0 69 0
Current children cumulated CPU time (s) 1924.47
Current children cumulated vsize (KiB) 8704

Child status: 139
Real time (s): 493.304
CPU time (s): 1924.5
CPU user time (s): 1916.01
CPU system time (s): 8.48171
CPU usage (%): 390.124
Max. virtual memory (cumulated for all children) (KiB): 4202920

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1916.01
system time used= 8.48171
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1185426
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= 13235
involuntary context switches= 8351

runsolver used 1.25281 second user time and 3.23651 second system time

The end

Launcher Data

Begin job on node147 at 2011-05-13 17:03:46
IDJOB=3362101
IDBENCH=82411
IDSOLVER=1838
FILE ID=node147/3362101-1305299024
RUNJOBID= node147-1305296390-19809
PBS_JOBID= 13321406
Free space on /tmp= 52472 MiB

SOLVER NAME= ManySAT 1.1 aimd 1/2009-03-20 (4 threads)
BENCH NAME= SAT11/application/rintanen/SATPlanning/transport-transport-city-sequential-25nodes-1000size-3degree-100mindistance-3trucks-10packages-2008seed.060-SAT.cnf
COMMAND LINE= manysat.sh BENCHNAME aimd 1
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3362101-1305299024/watcher-3362101-1305299024 -o /tmp/evaluation-result-3362101-1305299024/solver-3362101-1305299024 -C 4800 -W 1300 -M 15500  manysat.sh HOME/instance-3362101-1305299024.cnf aimd 1

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

MD5SUM BENCH= 0176f3dd09fed1b561c875e1d6538c8d
RANDOM SEED=1578343706

node147.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.836
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.67
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.836
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	: 5332.75
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.836
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.836
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.836
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.836
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.76
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.836
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.836
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:     32951124 kB
MemFree:      24192364 kB
Buffers:        229968 kB
Cached:        4889404 kB
SwapCached:      13132 kB
Active:        1811296 kB
Inactive:      6727928 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      24192364 kB
SwapTotal:    67111528 kB
SwapFree:     63485424 kB
Dirty:           75676 kB
Writeback:           0 kB
AnonPages:     3415184 kB
Mapped:          15456 kB
Slab:           128928 kB
PageTables:      29752 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 45295292 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= 48396 MiB
End job on node147 at 2011-05-13 17:12:00