Trace number 3362344

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-20UNSAT 5227.39 1325.86

General information on the benchmark

NameSAT03/industrial/schuppan/l2s/
valves-gates-1-k617-unsat.shuffled-as.sat03-412.cnf
MD5SUMcb369c4583eb075a3a8cb5a04701e120
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark1644.38
Satisfiable
(Un)Satisfiability was proved
Number of variables985042
Number of clauses3113540
Sum of the clauses size7976612
Maximum clause length618
Minimum clause length1
Number of clauses of size 1158
Number of clauses of size 21490897
Number of clauses of size 31578048
Number of clauses of size 428388
Number of clauses of size 59876
Number of clauses of size over 56173

Solver Data

0.00/0.00	c Parsing...
3.19/3.24	c ==============================================================================
3.19/3.24	c |           |     ORIGINAL     |              LEARNT              |          |
3.19/3.24	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
3.19/3.24	c ==============================================================================
3.19/3.24	c |         0 | 3112490  7973525 |  933746       0        0     nan |  0.000 % |
20.27/20.37	c |         0 | 1381688  4546309 |      --       0       --      -- |     --   | -1680645/-3295819
20.27/20.38	c ==============================================================================
20.27/20.38	c Result  :   #vars: 250821   #clauses: 1381688   #literals: 4546309
20.27/20.38	c CPU time:   19.893 s
20.27/20.38	c ==============================================================================
5227.31/1325.80	c This is ManySAT 1.1 : 4 thread(s) on 8 core(s).
5227.31/1325.80	c ============================[ Problem Statistics ]=============================
5227.31/1325.80	c |                                                                             |
5227.31/1325.80	c threadId              : 0
5227.31/1325.80	c restarts              : 1915
5227.31/1325.80	c conflicts             : 666755         (128 /sec)
5227.31/1325.80	c decisions             : 2725558        (1.65 % random) (524 /sec)
5227.31/1325.80	c propagations          : 2738281440     (526122 /sec)
5227.31/1325.80	c conflict literals     : 37876356       (45.55 % deleted)
5227.31/1325.80	c Memory used           : 626.04 MB
5227.31/1325.80	c CPU time              : 5204.65 s
5227.31/1325.80	
5227.31/1325.80	c --->m=4, e=8, aimd=1, HOME/11750_many.cnf	time: 1301.16	conflicts: 666755       
5227.31/1325.83	s UNSATISFIABLE

Verifier Data

No possible verification on an UNSAT instance

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-3362344-1305303823/watcher-3362344-1305303823 -o /tmp/evaluation-result-3362344-1305303823/solver-3362344-1305303823 -C 40000 -W 5100 -M 31000 manysat.sh HOME/instance-3362344-1305303823.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.56 4.67 6.26 1/350 11750
/proc/meminfo: memFree=9401832/32951124 swapFree=67111348/67111528
[pid=11750] ppid=11748 vsize=8700 CPUtime=0 cores=0-7
/proc/11750/stat : 11750 (manysat.sh) S 11748 11750 11724 0 -1 4202496 329 0 0 0 0 0 0 0 23 0 1 0 622798581 8908800 250 33554432000 4194304 4922060 140733835640160 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/11750/statm: 2175 250 209 178 0 68 0

[startup+0.08022 s]
/proc/loadavg: 3.56 4.67 6.26 1/350 11750
/proc/meminfo: memFree=9401832/32951124 swapFree=67111348/67111528
[pid=11750] ppid=11748 vsize=8700 CPUtime=0 cores=0-7
/proc/11750/stat : 11750 (manysat.sh) S 11748 11750 11724 0 -1 4202496 329 0 0 0 0 0 0 0 23 0 1 0 622798581 8908800 250 33554432000 4194304 4922060 140733835640160 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/11750/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.100217 s]
/proc/loadavg: 3.56 4.67 6.26 1/350 11750
/proc/meminfo: memFree=9401832/32951124 swapFree=67111348/67111528
[pid=11750] ppid=11748 vsize=8700 CPUtime=0 cores=0-7
/proc/11750/stat : 11750 (manysat.sh) S 11748 11750 11724 0 -1 4202496 329 0 0 0 0 0 0 0 23 0 1 0 622798581 8908800 250 33554432000 4194304 4922060 140733835640160 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/11750/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.300194 s]
/proc/loadavg: 3.56 4.67 6.26 1/350 11750
/proc/meminfo: memFree=9401832/32951124 swapFree=67111348/67111528
[pid=11750] ppid=11748 vsize=8700 CPUtime=0 cores=0-7
/proc/11750/stat : 11750 (manysat.sh) S 11748 11750 11724 0 -1 4202496 329 0 0 0 0 0 0 0 23 0 1 0 622798581 8908800 250 33554432000 4194304 4922060 140733835640160 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/11750/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.701111 s]
/proc/loadavg: 3.56 4.67 6.26 1/350 11750
/proc/meminfo: memFree=9401832/32951124 swapFree=67111348/67111528
[pid=11750] ppid=11748 vsize=8700 CPUtime=0 cores=0-7
/proc/11750/stat : 11750 (manysat.sh) S 11748 11750 11724 0 -1 4202496 329 0 0 0 0 0 0 0 23 0 1 0 622798581 8908800 250 33554432000 4194304 4922060 140733835640160 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/11750/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50097 s]
/proc/loadavg: 3.56 4.67 6.26 2/352 11752
/proc/meminfo: memFree=9186924/32951124 swapFree=67111348/67111528
[pid=11750] ppid=11748 vsize=8700 CPUtime=0 cores=0-7
/proc/11750/stat : 11750 (manysat.sh) S 11748 11750 11724 0 -1 4202496 329 0 0 0 0 0 0 0 23 0 1 0 622798581 8908800 250 33554432000 4194304 4922060 140733835640160 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/11750/statm: 2175 250 209 178 0 68 0
[pid=11751] ppid=11750 vsize=266216 CPUtime=1.48 cores=0-7
/proc/11751/stat : 11751 (SatElite) R 11750 11750 11724 0 -1 4202496 65150 0 0 0 137 11 0 0 25 0 1 0 622798581 272605184 64747 33554432000 134512640 135034092 4288032896 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/11751/statm: 66554 64747 52 128 0 66424 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 274916

[startup+3.10068 s]
/proc/loadavg: 3.36 4.61 6.24 2/352 11752
/proc/meminfo: memFree=9101488/32951124 swapFree=67111348/67111528
[pid=11750] ppid=11748 vsize=8700 CPUtime=0 cores=0-7
/proc/11750/stat : 11750 (manysat.sh) S 11748 11750 11724 0 -1 4202496 329 0 0 0 0 0 0 0 23 0 1 0 622798581 8908800 250 33554432000 4194304 4922060 140733835640160 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/11750/statm: 2175 250 209 178 0 68 0
[pid=11751] ppid=11750 vsize=370504 CPUtime=3.08 cores=0-7
/proc/11751/stat : 11751 (SatElite) R 11750 11750 11724 0 -1 4202496 90388 0 0 0 292 16 0 0 25 0 1 0 622798581 379396096 89985 33554432000 134512640 135034092 4288032896 18446744073709551615 134542692 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/11751/statm: 92626 89985 52 128 0 92496 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 379204

[startup+6.30111 s]
/proc/loadavg: 3.36 4.61 6.24 2/352 11752
/proc/meminfo: memFree=8961764/32951124 swapFree=67111348/67111528
[pid=11750] ppid=11748 vsize=8700 CPUtime=0 cores=0-7
/proc/11750/stat : 11750 (manysat.sh) S 11748 11750 11724 0 -1 4202496 329 0 0 0 0 0 0 0 23 0 1 0 622798581 8908800 250 33554432000 4194304 4922060 140733835640160 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/11750/statm: 2175 250 209 178 0 68 0
[pid=11751] ppid=11750 vsize=456016 CPUtime=6.29 cores=0-7
/proc/11751/stat : 11751 (SatElite) R 11750 11750 11724 0 -1 4202496 116220 0 0 0 603 26 0 0 25 0 1 0 622798581 466960384 107336 33554432000 134512640 135034092 4288032896 18446744073709551615 134541028 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/11751/statm: 114004 107336 68 128 0 113874 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 464716

[startup+12.701 s]
/proc/loadavg: 2.99 4.49 6.18 2/352 11752
/proc/meminfo: memFree=8899312/32951124 swapFree=67111348/67111528
[pid=11750] ppid=11748 vsize=8700 CPUtime=0 cores=0-7
/proc/11750/stat : 11750 (manysat.sh) S 11748 11750 11724 0 -1 4202496 329 0 0 0 0 0 0 0 23 0 1 0 622798581 8908800 250 33554432000 4194304 4922060 140733835640160 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/11750/statm: 2175 250 209 178 0 68 0
[pid=11751] ppid=11750 vsize=463668 CPUtime=12.68 cores=0-7
/proc/11751/stat : 11751 (SatElite) R 11750 11750 11724 0 -1 4202496 120444 0 0 0 1233 35 0 0 25 0 1 0 622798581 474796032 109362 33554432000 134512640 135034092 4288032896 18446744073709551615 134569616 0 0 4096 3 0 0 0 17 2 0 0 1
/proc/11751/statm: 115917 109362 68 128 0 115787 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 472368

[startup+25.5007 s]
/proc/loadavg: 2.69 4.38 6.12 5/355 11757
/proc/meminfo: memFree=8913964/32951124 swapFree=67111348/67111528
[pid=11750] ppid=11748 vsize=8700 CPUtime=21.59 cores=0-7
/proc/11750/stat : 11750 (manysat.sh) S 11748 11750 11724 0 -1 4202496 357 198208 0 0 0 0 2105 54 18 0 1 0 622798581 8908800 253 33554432000 4194304 4922060 140733835640160 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/11750/statm: 2175 253 209 178 0 68 0
[pid=11754] ppid=11750 vsize=448504 CPUtime=5.4 cores=0-7
/proc/11754/stat : 11754 (manysat1.1_stat) R 11750 11750 11724 0 -1 4202496 98720 0 0 0 487 53 0 0 18 0 4 0 622800743 459268096 98525 33554432000 134512640 135305190 4287017648 18446744073709551615 134551974 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/11754/statm: 112126 98525 84 194 0 111930 0
[pid=11754/tid=11755] ppid=11750 vsize=448504 CPUtime=0.54 cores=0-7
/proc/11754/task/11755/stat : 11755 (manysat1.1_stat) R 11750 11750 11724 0 -1 4202560 1002 0 0 0 44 10 0 0 16 0 4 0 622801071 459268096 98525 33554432000 134512640 135305190 4287017648 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=11754/tid=11756] ppid=11750 vsize=448504 CPUtime=0.52 cores=0-7
/proc/11754/task/11756/stat : 11756 (manysat1.1_stat) R 11750 11750 11724 0 -1 4202560 1195 0 0 0 44 8 0 0 18 0 4 0 622801071 459268096 98525 33554432000 134512640 135305190 4287017648 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=11754/tid=11757] ppid=11750 vsize=448504 CPUtime=0.52 cores=0-7
/proc/11754/task/11757/stat : 11757 (manysat1.1_stat) R 11750 11750 11724 0 -1 4202560 1747 0 0 0 42 10 0 0 18 0 4 0 622801071 459268096 98525 33554432000 134512640 135305190 4287017648 18446744073709551615 134528189 0 0 4096 3 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 26.99
Current children cumulated vsize (KiB) 457204

[startup+51.1011 s]
/proc/loadavg: 3.13 4.35 6.07 5/355 11757
/proc/meminfo: memFree=8865760/32951124 swapFree=67111348/67111528
[pid=11750] ppid=11748 vsize=8700 CPUtime=21.59 cores=0-7
/proc/11750/stat : 11750 (manysat.sh) S 11748 11750 11724 0 -1 4202496 357 198208 0 0 0 0 2105 54 18 0 1 0 622798581 8908800 253 33554432000 4194304 4922060 140733835640160 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/11750/statm: 2175 253 209 178 0 68 0
[pid=11754] ppid=11750 vsize=491728 CPUtime=107.6 cores=0-7
/proc/11754/stat : 11754 (manysat1.1_stat) R 11750 11750 11724 0 -1 4202496 109219 0 0 0 10692 68 0 0 18 0 4 0 622800743 503529472 109024 33554432000 134512640 135305190 4287017648 18446744073709551615 134528229 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/11754/statm: 122932 109024 84 194 0 122736 0
[pid=11754/tid=11755] ppid=11750 vsize=491728 CPUtime=26.09 cores=0-7
/proc/11754/task/11755/stat : 11755 (manysat1.1_stat) R 11750 11750 11724 0 -1 4202560 3669 0 0 0 2596 13 0 0 25 0 4 0 622801071 503529472 109024 33554432000 134512640 135305190 4287017648 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=11754/tid=11756] ppid=11750 vsize=491728 CPUtime=26.07 cores=0-7
/proc/11754/task/11756/stat : 11756 (manysat1.1_stat) R 11750 11750 11724 0 -1 4202560 3563 0 0 0 2596 11 0 0 18 0 4 0 622801071 503529472 109024 33554432000 134512640 135305190 4287017648 18446744073709551615 134541848 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=11754/tid=11757] ppid=11750 vsize=491728 CPUtime=26.06 cores=0-7
/proc/11754/task/11757/stat : 11757 (manysat1.1_stat) R 11750 11750 11724 0 -1 4202560 4282 0 0 0 2592 14 0 0 19 0 4 0 622801071 503529472 109024 33554432000 134512640 135305190 4287017648 18446744073709551615 134551736 0 0 4096 3 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 129.19
Current children cumulated vsize (KiB) 500428

[startup+102.313 s]
/proc/loadavg: 3.65 4.29 5.95 5/355 11762
/proc/meminfo: memFree=8845800/32951124 swapFree=67111348/67111528
[pid=11750] ppid=11748 vsize=8700 CPUtime=21.59 cores=0-7
/proc/11750/stat : 11750 (manysat.sh) S 11748 11750 11724 0 -1 4202496 357 198208 0 0 0 0 2105 54 18 0 1 0 622798581 8908800 253 33554432000 4194304 4922060 140733835640160 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/11750/statm: 2175 253 209 178 0 68 0
[pid=11754] ppid=11750 vsize=510464 CPUtime=312.38 cores=0-7
/proc/11754/stat : 11754 (manysat1.1_stat) R 11750 11750 11724 0 -1 4202496 113836 0 0 0 31166 72 0 0 18 0 4 0 622800743 522715136 113641 33554432000 134512640 135305190 4287017648 18446744073709551615 134528298 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/11754/statm: 127616 113641 84 194 0 127420 0
[pid=11754/tid=11755] ppid=11750 vsize=510464 CPUtime=77.29 cores=0-7
/proc/11754/task/11755/stat : 11755 (manysat1.1_stat) R 11750 11750 11724 0 -1 4202560 4496 0 0 0 7715 14 0 0 25 0 4 0 622801071 522715136 113641 33554432000 134512640 135305190 4287017648 18446744073709551615 134528837 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=11754/tid=11756] ppid=11750 vsize=510464 CPUtime=77.26 cores=0-7
/proc/11754/task/11756/stat : 11756 (manysat1.1_stat) R 11750 11750 11724 0 -1 4202560 4653 0 0 0 7715 11 0 0 25 0 4 0 622801071 522715136 113641 33554432000 134512640 135305190 4287017648 18446744073709551615 134529062 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=11754/tid=11757] ppid=11750 vsize=510464 CPUtime=77.27 cores=0-7
/proc/11754/task/11757/stat : 11757 (manysat1.1_stat) R 11750 11750 11724 0 -1 4202560 5702 0 0 0 7711 16 0 0 21 0 4 0 622801071 522715136 113641 33554432000 134512640 135305190 4287017648 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 333.97
Current children cumulated vsize (KiB) 519164

[startup+162.301 s]
/proc/loadavg: 3.87 4.23 5.82 5/355 11763
/proc/meminfo: memFree=8826248/32951124 swapFree=67111348/67111528
[pid=11750] ppid=11748 vsize=8700 CPUtime=21.59 cores=0-7
/proc/11750/stat : 11750 (manysat.sh) S 11748 11750 11724 0 -1 4202496 357 198208 0 0 0 0 2105 54 18 0 1 0 622798581 8908800 253 33554432000 4194304 4922060 140733835640160 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/11750/statm: 2175 253 209 178 0 68 0
[pid=11754] ppid=11750 vsize=529856 CPUtime=552.32 cores=0-7
/proc/11754/stat : 11754 (manysat1.1_stat) R 11750 11750 11724 0 -1 4202496 118831 0 0 0 55156 76 0 0 23 0 4 0 622800743 542572544 118636 33554432000 134512640 135305190 4287017648 18446744073709551615 134528277 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/11754/statm: 132464 118636 84 194 0 132268 0
[pid=11754/tid=11755] ppid=11750 vsize=529856 CPUtime=137.27 cores=0-7
/proc/11754/task/11755/stat : 11755 (manysat1.1_stat) R 11750 11750 11724 0 -1 4202560 5432 0 0 0 13713 14 0 0 25 0 4 0 622801071 542572544 118636 33554432000 134512640 135305190 4287017648 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=11754/tid=11756] ppid=11750 vsize=529856 CPUtime=137.25 cores=0-7
/proc/11754/task/11756/stat : 11756 (manysat1.1_stat) R 11750 11750 11724 0 -1 4202560 6002 0 0 0 13713 12 0 0 25 0 4 0 622801071 542572544 118636 33554432000 134512640 135305190 4287017648 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=11754/tid=11757] ppid=11750 vsize=529856 CPUtime=137.25 cores=0-7
/proc/11754/task/11757/stat : 11757 (manysat1.1_stat) R 11750 11750 11724 0 -1 4202560 6950 0 0 0 13708 17 0 0 20 0 4 0 622801071 542572544 118636 33554432000 134512640 135305190 4287017648 18446744073709551615 134528189 0 0 4096 3 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 573.91
Current children cumulated vsize (KiB) 538556

[startup+222.3 s]
/proc/loadavg: 3.95 4.19 5.70 5/355 11765
/proc/meminfo: memFree=8816044/32951124 swapFree=67111348/67111528
[pid=11750] ppid=11748 vsize=8700 CPUtime=21.59 cores=0-7
/proc/11750/stat : 11750 (manysat.sh) S 11748 11750 11724 0 -1 4202496 357 198208 0 0 0 0 2105 54 18 0 1 0 622798581 8908800 253 33554432000 4194304 4922060 140733835640160 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/11750/statm: 2175 253 209 178 0 68 0
[pid=11754] ppid=11750 vsize=541252 CPUtime=792.27 cores=0-7
/proc/11754/stat : 11754 (manysat1.1_stat) R 11750 11750 11724 0 -1 4202496 121433 0 0 0 79149 78 0 0 25 0 4 0 622800743 554242048 121221 33554432000 134512640 135305190 4287017648 18446744073709551615 134551651 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/11754/statm: 135313 121221 84 194 0 135117 0
[pid=11754/tid=11755] ppid=11750 vsize=541252 CPUtime=197.26 cores=0-7
/proc/11754/task/11755/stat : 11755 (manysat1.1_stat) R 11750 11750 11724 0 -1 4202560 6097 0 0 0 19712 14 0 0 25 0 4 0 622801071 554242048 121221 33554432000 134512640 135305190 4287017648 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=11754/tid=11756] ppid=11750 vsize=541252 CPUtime=197.25 cores=0-7
/proc/11754/task/11756/stat : 11756 (manysat1.1_stat) R 11750 11750 11724 0 -1 4202560 6457 0 0 0 19712 13 0 0 25 0 4 0 622801071 554242048 121221 33554432000 134512640 135305190 4287017648 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=11754/tid=11757] ppid=11750 vsize=541252 CPUtime=197.23 cores=0-7
/proc/11754/task/11757/stat : 11757 (manysat1.1_stat) R 11750 11750 11724 0 -1 4202560 7518 0 0 0 19705 18 0 0 23 0 4 0 622801071 554242048 121221 33554432000 134512640 135305190 4287017648 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 813.86

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

[pid=11754/tid=11756] ppid=11750 vsize=640492 CPUtime=1217.12 cores=0-7
/proc/11754/task/11756/stat : 11756 (manysat1.1_stat) R 11750 11750 11724 0 -1 4202560 12946 0 0 0 121694 18 0 0 25 0 4 0 622801071 655863808 145938 33554432000 134512640 135305190 4287017648 18446744073709551615 134528503 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=11754/tid=11757] ppid=11750 vsize=640492 CPUtime=1217.12 cores=0-7
/proc/11754/task/11757/stat : 11757 (manysat1.1_stat) R 11750 11750 11724 0 -1 4202560 12791 0 0 0 121686 26 0 0 25 0 4 0 622801071 655863808 145938 33554432000 134512640 135305190 4287017648 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4893.35
Current children cumulated vsize (KiB) 649192

[startup+1302.3 s]
/proc/loadavg: 4.00 4.00 4.51 5/355 11794
/proc/meminfo: memFree=8716732/32951124 swapFree=67111348/67111528
[pid=11750] ppid=11748 vsize=8700 CPUtime=21.59 cores=0-7
/proc/11750/stat : 11750 (manysat.sh) S 11748 11750 11724 0 -1 4202496 357 198208 0 0 0 0 2105 54 18 0 1 0 622798581 8908800 253 33554432000 4194304 4922060 140733835640160 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/11750/statm: 2175 253 209 178 0 68 0
[pid=11754] ppid=11750 vsize=640912 CPUtime=5111.76 cores=0-7
/proc/11754/stat : 11754 (manysat1.1_stat) R 11750 11750 11724 0 -1 4202496 146238 0 0 0 511070 106 0 0 25 0 4 0 622800743 656293888 146026 33554432000 134512640 135305190 4287017648 18446744073709551615 134528189 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/11754/statm: 160228 146026 84 194 0 160032 0
[pid=11754/tid=11755] ppid=11750 vsize=640912 CPUtime=1277.14 cores=0-7
/proc/11754/task/11755/stat : 11755 (manysat1.1_stat) R 11750 11750 11724 0 -1 4202560 10782 0 0 0 127694 20 0 0 25 0 4 0 622801071 656293888 146026 33554432000 134512640 135305190 4287017648 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=11754/tid=11756] ppid=11750 vsize=640912 CPUtime=1277.13 cores=0-7
/proc/11754/task/11756/stat : 11756 (manysat1.1_stat) R 11750 11750 11724 0 -1 4202560 12980 0 0 0 127695 18 0 0 22 0 4 0 622801071 656293888 146026 33554432000 134512640 135305190 4287017648 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=11754/tid=11757] ppid=11750 vsize=640912 CPUtime=1277.12 cores=0-7
/proc/11754/task/11757/stat : 11757 (manysat1.1_stat) R 11750 11750 11724 0 -1 4202560 12794 0 0 0 127686 26 0 0 25 0 4 0 622801071 656293888 146026 33554432000 134512640 135305190 4287017648 18446744073709551615 134528768 0 0 4096 3 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 5133.35
Current children cumulated vsize (KiB) 649612

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

[startup+1305.5 s]
/proc/loadavg: 4.00 4.00 4.51 5/355 11794
/proc/meminfo: memFree=8716852/32951124 swapFree=67111348/67111528
[pid=11750] ppid=11748 vsize=8700 CPUtime=21.59 cores=0-7
/proc/11750/stat : 11750 (manysat.sh) S 11748 11750 11724 0 -1 4202496 357 198208 0 0 0 0 2105 54 18 0 1 0 622798581 8908800 253 33554432000 4194304 4922060 140733835640160 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/11750/statm: 2175 253 209 178 0 68 0
[pid=11754] ppid=11750 vsize=640912 CPUtime=5124.55 cores=0-7
/proc/11754/stat : 11754 (manysat1.1_stat) R 11750 11750 11724 0 -1 4202496 146239 0 0 0 512349 106 0 0 20 0 4 0 622800743 656293888 146027 33554432000 134512640 135305190 4287017648 18446744073709551615 134528248 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/11754/statm: 160228 146027 84 194 0 160032 0
[pid=11754/tid=11755] ppid=11750 vsize=640912 CPUtime=1280.33 cores=0-7
/proc/11754/task/11755/stat : 11755 (manysat1.1_stat) R 11750 11750 11724 0 -1 4202560 10782 0 0 0 128013 20 0 0 25 0 4 0 622801071 656293888 146027 33554432000 134512640 135305190 4287017648 18446744073709551615 134528189 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=11754/tid=11756] ppid=11750 vsize=640912 CPUtime=1280.32 cores=0-7
/proc/11754/task/11756/stat : 11756 (manysat1.1_stat) R 11750 11750 11724 0 -1 4202560 12981 0 0 0 128014 18 0 0 25 0 4 0 622801071 656293888 146027 33554432000 134512640 135305190 4287017648 18446744073709551615 134528512 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=11754/tid=11757] ppid=11750 vsize=640912 CPUtime=1280.31 cores=0-7
/proc/11754/task/11757/stat : 11757 (manysat1.1_stat) R 11750 11750 11724 0 -1 4202560 12794 0 0 0 128005 26 0 0 25 0 4 0 622801071 656293888 146027 33554432000 134512640 135305190 4287017648 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 5146.14
Current children cumulated vsize (KiB) 649612

[startup+1318.3 s]
/proc/loadavg: 4.00 4.00 4.50 5/355 11794
/proc/meminfo: memFree=8716600/32951124 swapFree=67111348/67111528
[pid=11750] ppid=11748 vsize=8700 CPUtime=21.59 cores=0-7
/proc/11750/stat : 11750 (manysat.sh) S 11748 11750 11724 0 -1 4202496 357 198208 0 0 0 0 2105 54 18 0 1 0 622798581 8908800 253 33554432000 4194304 4922060 140733835640160 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/11750/statm: 2175 253 209 178 0 68 0
[pid=11754] ppid=11750 vsize=640912 CPUtime=5175.75 cores=0-7
/proc/11754/stat : 11754 (manysat1.1_stat) R 11750 11750 11724 0 -1 4202496 146253 0 0 0 517469 106 0 0 21 0 4 0 622800743 656293888 146041 33554432000 134512640 135305190 4287017648 18446744073709551615 134528229 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/11754/statm: 160228 146041 84 194 0 160032 0
[pid=11754/tid=11755] ppid=11750 vsize=640912 CPUtime=1293.13 cores=0-7
/proc/11754/task/11755/stat : 11755 (manysat1.1_stat) R 11750 11750 11724 0 -1 4202560 10783 0 0 0 129293 20 0 0 25 0 4 0 622801071 656293888 146041 33554432000 134512640 135305190 4287017648 18446744073709551615 134528548 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=11754/tid=11756] ppid=11750 vsize=640912 CPUtime=1293.12 cores=0-7
/proc/11754/task/11756/stat : 11756 (manysat1.1_stat) R 11750 11750 11724 0 -1 4202560 12987 0 0 0 129294 18 0 0 25 0 4 0 622801071 656293888 146041 33554432000 134512640 135305190 4287017648 18446744073709551615 134528189 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=11754/tid=11757] ppid=11750 vsize=640912 CPUtime=1293.11 cores=0-7
/proc/11754/task/11757/stat : 11757 (manysat1.1_stat) R 11750 11750 11724 0 -1 4202560 12799 0 0 0 129285 26 0 0 23 0 4 0 622801071 656293888 146041 33554432000 134512640 135305190 4287017648 18446744073709551615 134528539 0 0 4096 3 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 5197.34
Current children cumulated vsize (KiB) 649612

[startup+1321.5 s]
/proc/loadavg: 4.00 4.00 4.50 5/355 11794
/proc/meminfo: memFree=8716600/32951124 swapFree=67111348/67111528
[pid=11750] ppid=11748 vsize=8700 CPUtime=21.59 cores=0-7
/proc/11750/stat : 11750 (manysat.sh) S 11748 11750 11724 0 -1 4202496 357 198208 0 0 0 0 2105 54 18 0 1 0 622798581 8908800 253 33554432000 4194304 4922060 140733835640160 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/11750/statm: 2175 253 209 178 0 68 0
[pid=11754] ppid=11750 vsize=641056 CPUtime=5188.54 cores=0-7
/proc/11754/stat : 11754 (manysat1.1_stat) R 11750 11750 11724 0 -1 4202496 146259 0 0 0 518748 106 0 0 18 0 4 0 622800743 656441344 146047 33554432000 134512640 135305190 4287017648 18446744073709551615 134528298 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/11754/statm: 160264 146047 84 194 0 160068 0
[pid=11754/tid=11755] ppid=11750 vsize=641056 CPUtime=1296.33 cores=0-7
/proc/11754/task/11755/stat : 11755 (manysat1.1_stat) R 11750 11750 11724 0 -1 4202560 10783 0 0 0 129613 20 0 0 25 0 4 0 622801071 656441344 146047 33554432000 134512640 135305190 4287017648 18446744073709551615 134528480 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=11754/tid=11756] ppid=11750 vsize=641056 CPUtime=1296.32 cores=0-7
/proc/11754/task/11756/stat : 11756 (manysat1.1_stat) R 11750 11750 11724 0 -1 4202560 12993 0 0 0 129614 18 0 0 25 0 4 0 622801071 656441344 146047 33554432000 134512640 135305190 4287017648 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=11754/tid=11757] ppid=11750 vsize=641056 CPUtime=1296.31 cores=0-7
/proc/11754/task/11757/stat : 11757 (manysat1.1_stat) R 11750 11750 11724 0 -1 4202560 12799 0 0 0 129605 26 0 0 24 0 4 0 622801071 656441344 146047 33554432000 134512640 135305190 4287017648 18446744073709551615 134528198 0 0 4096 3 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 5210.13
Current children cumulated vsize (KiB) 649756

[startup+1323.1 s]
/proc/loadavg: 4.00 4.00 4.50 5/355 11794
/proc/meminfo: memFree=8716600/32951124 swapFree=67111348/67111528
[pid=11750] ppid=11748 vsize=8700 CPUtime=21.59 cores=0-7
/proc/11750/stat : 11750 (manysat.sh) S 11748 11750 11724 0 -1 4202496 357 198208 0 0 0 0 2105 54 18 0 1 0 622798581 8908800 253 33554432000 4194304 4922060 140733835640160 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/11750/statm: 2175 253 209 178 0 68 0
[pid=11754] ppid=11750 vsize=641056 CPUtime=5194.95 cores=0-7
/proc/11754/stat : 11754 (manysat1.1_stat) R 11750 11750 11724 0 -1 4202496 146260 0 0 0 519389 106 0 0 22 0 4 0 622800743 656441344 146048 33554432000 134512640 135305190 4287017648 18446744073709551615 134528837 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/11754/statm: 160264 146048 84 194 0 160068 0
[pid=11754/tid=11755] ppid=11750 vsize=641056 CPUtime=1297.93 cores=0-7
/proc/11754/task/11755/stat : 11755 (manysat1.1_stat) R 11750 11750 11724 0 -1 4202560 10783 0 0 0 129773 20 0 0 25 0 4 0 622801071 656441344 146048 33554432000 134512640 135305190 4287017648 18446744073709551615 134528189 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=11754/tid=11756] ppid=11750 vsize=641056 CPUtime=1297.92 cores=0-7
/proc/11754/task/11756/stat : 11756 (manysat1.1_stat) R 11750 11750 11724 0 -1 4202560 12993 0 0 0 129774 18 0 0 25 0 4 0 622801071 656441344 146048 33554432000 134512640 135305190 4287017648 18446744073709551615 134528480 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=11754/tid=11757] ppid=11750 vsize=641056 CPUtime=1297.91 cores=0-7
/proc/11754/task/11757/stat : 11757 (manysat1.1_stat) R 11750 11750 11724 0 -1 4202560 12799 0 0 0 129765 26 0 0 25 0 4 0 622801071 656441344 146048 33554432000 134512640 135305190 4287017648 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 5216.54
Current children cumulated vsize (KiB) 649756

[startup+1324.7 s]
/proc/loadavg: 4.00 4.00 4.50 5/355 11794
/proc/meminfo: memFree=8716600/32951124 swapFree=67111348/67111528
[pid=11750] ppid=11748 vsize=8700 CPUtime=21.59 cores=0-7
/proc/11750/stat : 11750 (manysat.sh) S 11748 11750 11724 0 -1 4202496 357 198208 0 0 0 0 2105 54 18 0 1 0 622798581 8908800 253 33554432000 4194304 4922060 140733835640160 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/11750/statm: 2175 253 209 178 0 68 0
[pid=11754] ppid=11750 vsize=641056 CPUtime=5201.35 cores=0-7
/proc/11754/stat : 11754 (manysat1.1_stat) R 11750 11750 11724 0 -1 4202496 146264 0 0 0 520029 106 0 0 25 0 4 0 622800743 656441344 146052 33554432000 134512640 135305190 4287017648 18446744073709551615 134528298 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/11754/statm: 160264 146052 84 194 0 160068 0
[pid=11754/tid=11755] ppid=11750 vsize=641056 CPUtime=1299.53 cores=0-7
/proc/11754/task/11755/stat : 11755 (manysat1.1_stat) R 11750 11750 11724 0 -1 4202560 10783 0 0 0 129933 20 0 0 25 0 4 0 622801071 656441344 146052 33554432000 134512640 135305190 4287017648 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=11754/tid=11756] ppid=11750 vsize=641056 CPUtime=1299.52 cores=0-7
/proc/11754/task/11756/stat : 11756 (manysat1.1_stat) R 11750 11750 11724 0 -1 4202560 12995 0 0 0 129934 18 0 0 19 0 4 0 622801071 656441344 146052 33554432000 134512640 135305190 4287017648 18446744073709551615 134552302 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=11754/tid=11757] ppid=11750 vsize=641056 CPUtime=1299.51 cores=0-7
/proc/11754/task/11757/stat : 11757 (manysat1.1_stat) R 11750 11750 11724 0 -1 4202560 12799 0 0 0 129925 26 0 0 19 0 4 0 622801071 656441344 146052 33554432000 134512640 135305190 4287017648 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 5222.94
Current children cumulated vsize (KiB) 649756

[startup+1325.51 s]
/proc/loadavg: 4.00 4.00 4.50 5/355 11794
/proc/meminfo: memFree=8716600/32951124 swapFree=67111348/67111528
[pid=11750] ppid=11748 vsize=8700 CPUtime=21.59 cores=0-7
/proc/11750/stat : 11750 (manysat.sh) S 11748 11750 11724 0 -1 4202496 357 198208 0 0 0 0 2105 54 18 0 1 0 622798581 8908800 253 33554432000 4194304 4922060 140733835640160 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/11750/statm: 2175 253 209 178 0 68 0
[pid=11754] ppid=11750 vsize=641056 CPUtime=5204.58 cores=0-7
/proc/11754/stat : 11754 (manysat1.1_stat) R 11750 11750 11724 0 -1 4202496 146264 0 0 0 520350 108 0 0 18 0 4 0 622800743 656441344 146052 33554432000 134512640 135305190 4287017648 18446744073709551615 134528268 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/11754/statm: 160264 146052 84 194 0 160068 0
[pid=11754/tid=11755] ppid=11750 vsize=641056 CPUtime=1300.34 cores=0-7
/proc/11754/task/11755/stat : 11755 (manysat1.1_stat) R 11750 11750 11724 0 -1 4202560 10783 0 0 0 130014 20 0 0 25 0 4 0 622801071 656441344 146052 33554432000 134512640 135305190 4287017648 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=11754/tid=11756] ppid=11750 vsize=641056 CPUtime=1300.33 cores=0-7
/proc/11754/task/11756/stat : 11756 (manysat1.1_stat) R 11750 11750 11724 0 -1 4202560 12995 0 0 0 130015 18 0 0 18 0 4 0 622801071 656441344 146052 33554432000 134512640 135305190 4287017648 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=11754/tid=11757] ppid=11750 vsize=641056 CPUtime=1300.31 cores=0-7
/proc/11754/task/11757/stat : 11757 (manysat1.1_stat) R 11750 11750 11724 0 -1 4202560 12799 0 0 0 130004 27 0 0 18 0 4 0 622801071 656441344 146052 33554432000 134512640 135305190 4287017648 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 5226.17
Current children cumulated vsize (KiB) 649756

[startup+1325.7 s]
/proc/loadavg: 4.00 4.00 4.50 5/355 11794
/proc/meminfo: memFree=8716600/32951124 swapFree=67111348/67111528
[pid=11750] ppid=11748 vsize=8700 CPUtime=21.59 cores=0-7
/proc/11750/stat : 11750 (manysat.sh) S 11748 11750 11724 0 -1 4202496 357 198208 0 0 0 0 2105 54 18 0 1 0 622798581 8908800 253 33554432000 4194304 4922060 140733835640160 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/11750/statm: 2175 253 209 178 0 68 0
[pid=11754] ppid=11750 vsize=641056 CPUtime=5205.32 cores=0-7
/proc/11754/stat : 11754 (manysat1.1_stat) R 11750 11750 11724 0 -1 4202496 146264 0 0 0 520424 108 0 0 18 0 4 0 622800743 656441344 146052 33554432000 134512640 135305190 4287017648 18446744073709551615 134528229 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/11754/statm: 160264 146052 84 194 0 160068 0
[pid=11754/tid=11755] ppid=11750 vsize=641056 CPUtime=1300.53 cores=0-7
/proc/11754/task/11755/stat : 11755 (manysat1.1_stat) R 11750 11750 11724 0 -1 4202560 10783 0 0 0 130033 20 0 0 25 0 4 0 622801071 656441344 146052 33554432000 134512640 135305190 4287017648 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=11754/tid=11756] ppid=11750 vsize=641056 CPUtime=1300.52 cores=0-7
/proc/11754/task/11756/stat : 11756 (manysat1.1_stat) R 11750 11750 11724 0 -1 4202560 12995 0 0 0 130034 18 0 0 18 0 4 0 622801071 656441344 146052 33554432000 134512640 135305190 4287017648 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=11754/tid=11757] ppid=11750 vsize=641056 CPUtime=1300.5 cores=0-7
/proc/11754/task/11757/stat : 11757 (manysat1.1_stat) R 11750 11750 11724 0 -1 4202560 12799 0 0 0 130023 27 0 0 18 0 4 0 622801071 656441344 146052 33554432000 134512640 135305190 4287017648 18446744073709551615 134528189 0 0 4096 3 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 5226.91
Current children cumulated vsize (KiB) 649756

[startup+1325.8 s]
/proc/loadavg: 4.00 4.00 4.50 5/355 11794
/proc/meminfo: memFree=8716600/32951124 swapFree=67111348/67111528
[pid=11750] ppid=11748 vsize=8700 CPUtime=21.59 cores=0-7
/proc/11750/stat : 11750 (manysat.sh) S 11748 11750 11724 0 -1 4202496 357 198208 0 0 0 0 2105 54 18 0 1 0 622798581 8908800 253 33554432000 4194304 4922060 140733835640160 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/11750/statm: 2175 253 209 178 0 68 0
[pid=11754] ppid=11750 vsize=641056 CPUtime=5205.72 cores=0-7
/proc/11754/stat : 11754 (manysat1.1_stat) R 11750 11750 11724 0 -1 4202496 146264 0 0 0 520464 108 0 0 18 0 4 0 622800743 656441344 146052 33554432000 134512640 135305190 4287017648 18446744073709551615 134657576 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/11754/statm: 160264 146052 84 194 0 160068 0
[pid=11754/tid=11755] ppid=11750 vsize=641056 CPUtime=1300.63 cores=0-7
/proc/11754/task/11755/stat : 11755 (manysat1.1_stat) R 11750 11750 11724 0 -1 4202560 10783 0 0 0 130043 20 0 0 25 0 4 0 622801071 656441344 146052 33554432000 134512640 135305190 4287017648 18446744073709551615 134530561 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=11754/tid=11756] ppid=11750 vsize=641056 CPUtime=1300.62 cores=0-7
/proc/11754/task/11756/stat : 11756 (manysat1.1_stat) R 11750 11750 11724 0 -1 4202560 12995 0 0 0 130044 18 0 0 18 0 4 0 622801071 656441344 146052 33554432000 134512640 135305190 4287017648 18446744073709551615 134657622 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=11754/tid=11757] ppid=11750 vsize=641056 CPUtime=1300.6 cores=0-7
/proc/11754/task/11757/stat : 11757 (manysat1.1_stat) R 11750 11750 11724 0 -1 4202560 12799 0 0 0 130033 27 0 0 18 0 4 0 622801071 656441344 146052 33554432000 134512640 135305190 4287017648 18446744073709551615 134657448 0 0 4096 3 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 5227.31
Current children cumulated vsize (KiB) 649756

Child status: 20
Real time (s): 1325.86
CPU time (s): 5227.39
CPU user time (s): 5225.71
CPU system time (s): 1.67674
CPU usage (%): 394.265
Max. virtual memory (cumulated for all children) (KiB): 649756

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 5225.71
system time used= 1.67674
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 345054
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= 57159
involuntary context switches= 22150

runsolver used 4.24635 second user time and 10.5644 second system time

The end

Launcher Data

Begin job on node145 at 2011-05-13 18:23:47
IDJOB=3362344
IDBENCH=84238
IDSOLVER=1839
FILE ID=node145/3362344-1305303823
RUNJOBID= node145-1305303823-11738
PBS_JOBID= 13321462
Free space on /tmp= 43168 MiB

SOLVER NAME= ManySAT 1.1 aimd 1/2009-03-20 (4 threads)
BENCH NAME= SAT03/industrial/schuppan/l2s/valves-gates-1-k617-unsat.shuffled-as.sat03-412.cnf
COMMAND LINE= manysat.sh BENCHNAME aimd 1
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3362344-1305303823/watcher-3362344-1305303823 -o /tmp/evaluation-result-3362344-1305303823/solver-3362344-1305303823 -C 40000 -W 5100 -M 31000  manysat.sh HOME/instance-3362344-1305303823.cnf aimd 1

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

MD5SUM BENCH= cb369c4583eb075a3a8cb5a04701e120
RANDOM SEED=1210806329

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

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

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.786
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.786
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.74
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.786
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.84
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.786
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.77
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:       9402112 kB
Buffers:        249832 kB
Cached:       17243248 kB
SwapCached:          0 kB
Active:        7558136 kB
Inactive:     15407436 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:       9402112 kB
SwapTotal:    67111528 kB
SwapFree:     67111348 kB
Dirty:           65568 kB
Writeback:           0 kB
AnonPages:     5472976 kB
Mapped:          27052 kB
Slab:           485032 kB
PageTables:      33536 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 79334748 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= 43168 MiB
End job on node145 at 2011-05-13 18:45:53