Trace number 1774616

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
ManySAT 1.1 aimd 1/2009-03-20UNSAT 1125.93 617.832

General information on the benchmark

NameAPPLICATIONS/bioinfo/
q_query_3_L200_coli.sat.cnf
MD5SUM853982f8646333d217e35d938b7eb00b
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark543.882
Satisfiable
(Un)Satisfiability was proved
Number of variables670867
Number of clauses3513333
Sum of the clauses size10259569
Maximum clause length11
Minimum clause length1
Number of clauses of size 159077
Number of clauses of size 2795777
Number of clauses of size 32146608
Number of clauses of size 4393835
Number of clauses of size 5117437
Number of clauses of size over 5599

Solver Data

0.00/0.00	c Parsing...
3.39/3.43	c ==============================================================================
3.39/3.43	c |           |     ORIGINAL     |              LEARNT              |          |
3.39/3.43	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
3.39/3.43	c ==============================================================================
3.39/3.43	c |         0 | 3355019  9898785 | 1006505       0        0     nan |  0.000 % |
101.15/101.23	c |         0 | 1504771  5219166 |      --       0       --      -- |     --   | -1498875/-3723973
101.15/101.24	c ==============================================================================
101.15/101.24	c Result  :   #vars: 146997   #clauses: 1504771   #literals: 5219166
101.15/101.24	c CPU time:   100.362 s
101.15/101.24	c ==============================================================================
1125.77/617.71	c This is ManySAT 1.1 : 4 thread(s) on 2 core(s).
1125.77/617.71	c ============================[ Problem Statistics ]=============================
1125.77/617.71	c |                                                                             |
1125.77/617.71	c threadId              : 0
1125.77/617.71	c restarts              : 389
1125.77/617.71	c conflicts             : 294485         (288 /sec)
1125.77/617.71	c decisions             : 489000         (1.90 % random) (479 /sec)
1125.77/617.71	c propagations          : 211065407      (206718 /sec)
1125.77/617.71	c conflict literals     : 9146164        (41.29 % deleted)
1125.77/617.71	c Memory used           : 533.89 MB
1125.77/617.71	c CPU time              : 1021.03 s
1125.77/617.71	
1125.77/617.71	c --->m=4, e=8, aimd=1, HOME/23756_many.cnf	time: 255.257	conflicts: 294485       
1125.77/617.79	s UNSATISFIABLE

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1774616-1241291839/watcher-1774616-1241291839 -o /tmp/evaluation-result-1774616-1241291839/solver-1774616-1241291839 -C 10000 -W 12000 -M 1800 manysat.sh HOME/instance-1774616-1241291839.cnf aimd 1 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 10000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 10030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 12000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 3.46 3.87 3.87 3/64 23756
/proc/meminfo: memFree=1145960/2055920 swapFree=4192812/4192956
[pid=23756] ppid=23754 vsize=5356 CPUtime=0
/proc/23756/stat : 23756 (manysat.sh) S 23754 23756 23719 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 157218032 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23756/statm: 1339 235 195 169 0 50 0
[pid=23757] ppid=23756 vsize=988 CPUtime=0
/proc/23757/stat : 23757 (SatElite) R 23756 23756 23719 0 -1 4194304 174 0 0 0 0 0 0 0 18 0 1 0 157218032 1011712 158 1992294400 134512640 135034092 4294956112 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 1 0 0
/proc/23757/statm: 247 158 51 127 0 117 0

[startup+0.052022 s]
/proc/loadavg: 3.46 3.87 3.87 3/64 23756
/proc/meminfo: memFree=1145960/2055920 swapFree=4192812/4192956
[pid=23756] ppid=23754 vsize=5356 CPUtime=0
/proc/23756/stat : 23756 (manysat.sh) S 23754 23756 23719 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 157218032 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23756/statm: 1339 235 195 169 0 50 0
[pid=23757] ppid=23756 vsize=13980 CPUtime=0.04
/proc/23757/stat : 23757 (SatElite) R 23756 23756 23719 0 -1 4194304 2996 0 0 0 3 1 0 0 18 0 1 0 157218032 14315520 2916 1992294400 134512640 135034092 4294956112 18446744073709551615 134545186 0 0 4096 3 0 0 0 17 1 0 0
/proc/23757/statm: 3495 2917 51 127 0 3365 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 19336

[startup+0.101028 s]
/proc/loadavg: 3.46 3.87 3.87 3/64 23756
/proc/meminfo: memFree=1145960/2055920 swapFree=4192812/4192956
[pid=23756] ppid=23754 vsize=5356 CPUtime=0
/proc/23756/stat : 23756 (manysat.sh) S 23754 23756 23719 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 157218032 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23756/statm: 1339 235 195 169 0 50 0
[pid=23757] ppid=23756 vsize=41756 CPUtime=0.09
/proc/23757/stat : 23757 (SatElite) R 23756 23756 23719 0 -1 4194304 6609 0 0 0 7 2 0 0 18 0 1 0 157218032 42758144 6497 1992294400 134512640 135034092 4294956112 18446744073709551615 134695081 0 0 4096 3 0 0 0 17 1 0 0
/proc/23757/statm: 10439 6497 51 127 0 10309 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 47112

[startup+0.30105 s]
/proc/loadavg: 3.46 3.87 3.87 3/64 23756
/proc/meminfo: memFree=1145960/2055920 swapFree=4192812/4192956
[pid=23756] ppid=23754 vsize=5356 CPUtime=0
/proc/23756/stat : 23756 (manysat.sh) S 23754 23756 23719 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 157218032 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23756/statm: 1339 235 195 169 0 50 0
[pid=23757] ppid=23756 vsize=63644 CPUtime=0.29
/proc/23757/stat : 23757 (SatElite) R 23756 23756 23719 0 -1 4194304 11842 0 0 0 24 5 0 0 19 0 1 0 157218032 65171456 11730 1992294400 134512640 135034092 4294956112 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 1 0 0
/proc/23757/statm: 15911 11731 51 127 0 15781 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 69000

[startup+0.70117 s]
/proc/loadavg: 3.46 3.87 3.87 3/64 23756
/proc/meminfo: memFree=1145960/2055920 swapFree=4192812/4192956
[pid=23756] ppid=23754 vsize=5356 CPUtime=0
/proc/23756/stat : 23756 (manysat.sh) S 23754 23756 23719 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 157218032 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23756/statm: 1339 235 195 169 0 50 0
[pid=23757] ppid=23756 vsize=94800 CPUtime=0.69
/proc/23757/stat : 23757 (SatElite) R 23756 23756 23719 0 -1 4194304 21394 0 0 0 58 11 0 0 23 0 1 0 157218032 97075200 21282 1992294400 134512640 135034092 4294956112 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 1 0 0
/proc/23757/statm: 23700 21283 51 127 0 23570 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 100156

[startup+1.50118 s]
/proc/loadavg: 3.35 3.84 3.86 2/66 23758
/proc/meminfo: memFree=1030040/2055920 swapFree=4192812/4192956
[pid=23756] ppid=23754 vsize=5356 CPUtime=0
/proc/23756/stat : 23756 (manysat.sh) S 23754 23756 23719 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 157218032 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23756/statm: 1339 235 195 169 0 50 0
[pid=23757] ppid=23756 vsize=200864 CPUtime=1.49
/proc/23757/stat : 23757 (SatElite) R 23756 23756 23719 0 -1 4194304 39938 0 0 0 124 25 0 0 25 0 1 0 157218032 205684736 39826 1992294400 134512640 135034092 4294956112 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 1 0 0
/proc/23757/statm: 50216 39827 51 127 0 50086 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 206220

[startup+3.10136 s]
/proc/loadavg: 3.35 3.84 3.86 2/66 23758
/proc/meminfo: memFree=942744/2055920 swapFree=4192812/4192956
[pid=23756] ppid=23754 vsize=5356 CPUtime=0
/proc/23756/stat : 23756 (manysat.sh) S 23754 23756 23719 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 157218032 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23756/statm: 1339 235 195 169 0 50 0
[pid=23757] ppid=23756 vsize=345428 CPUtime=3.09
/proc/23757/stat : 23757 (SatElite) R 23756 23756 23719 0 -1 4194304 75071 0 0 0 257 52 0 0 25 0 1 0 157218032 353718272 74959 1992294400 134512640 135034092 4294956112 18446744073709551615 134673244 0 0 4096 3 0 0 0 17 1 0 0
/proc/23757/statm: 86357 74961 51 127 0 86227 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 350784

[startup+6.30272 s]
/proc/loadavg: 3.35 3.84 3.86 2/66 23758
/proc/meminfo: memFree=812184/2055920 swapFree=4192812/4192956
[pid=23756] ppid=23754 vsize=5356 CPUtime=0
/proc/23756/stat : 23756 (manysat.sh) S 23754 23756 23719 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 157218032 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23756/statm: 1339 235 195 169 0 50 0
[pid=23757] ppid=23756 vsize=382752 CPUtime=6.29
/proc/23757/stat : 23757 (SatElite) R 23756 23756 23719 0 -1 4194304 83666 0 0 0 573 56 0 0 25 0 1 0 157218032 391938048 83554 1992294400 134512640 135034092 4294956112 18446744073709551615 134541254 0 0 4096 3 0 0 0 17 1 0 0
/proc/23757/statm: 95688 83554 64 127 0 95558 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 388108

[startup+12.7014 s]
/proc/loadavg: 2.99 3.75 3.83 2/66 23758
/proc/meminfo: memFree=782752/2055920 swapFree=4192812/4192956
[pid=23756] ppid=23754 vsize=5356 CPUtime=0
/proc/23756/stat : 23756 (manysat.sh) S 23754 23756 23719 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 157218032 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23756/statm: 1339 235 195 169 0 50 0
[pid=23757] ppid=23756 vsize=428388 CPUtime=12.69
/proc/23757/stat : 23757 (SatElite) R 23756 23756 23719 0 -1 4194304 91093 0 0 0 1210 59 0 0 25 0 1 0 157218032 438669312 90854 1992294400 134512640 135034092 4294956112 18446744073709551615 134541078 0 0 4096 3 0 0 0 17 1 0 0
/proc/23757/statm: 107097 90854 67 127 0 106967 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 433744

[startup+25.5019 s]
/proc/loadavg: 2.68 3.66 3.80 2/66 23758
/proc/meminfo: memFree=782816/2055920 swapFree=4192812/4192956
[pid=23756] ppid=23754 vsize=5356 CPUtime=0
/proc/23756/stat : 23756 (manysat.sh) S 23754 23756 23719 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 157218032 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23756/statm: 1339 235 195 169 0 50 0
[pid=23757] ppid=23756 vsize=428388 CPUtime=25.48
/proc/23757/stat : 23757 (SatElite) R 23756 23756 23719 0 -1 4194304 91121 0 0 0 2489 59 0 0 25 0 1 0 157218032 438669312 90882 1992294400 134512640 135034092 4294956112 18446744073709551615 134541269 0 0 4096 3 0 0 0 17 1 0 0
/proc/23757/statm: 107097 90882 67 127 0 106967 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 433744

[startup+51.1017 s]
/proc/loadavg: 2.11 3.44 3.72 2/66 23758
/proc/meminfo: memFree=783200/2055920 swapFree=4192812/4192956
[pid=23756] ppid=23754 vsize=5356 CPUtime=0
/proc/23756/stat : 23756 (manysat.sh) S 23754 23756 23719 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 157218032 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23756/statm: 1339 235 195 169 0 50 0
[pid=23757] ppid=23756 vsize=429684 CPUtime=51.06
/proc/23757/stat : 23757 (SatElite) R 23756 23756 23719 0 -1 4194304 91245 0 0 0 5047 59 0 0 25 0 1 0 157218032 439996416 90818 1992294400 134512640 135034092 4294956112 18446744073709551615 134541254 0 0 4096 3 0 0 0 17 1 0 0
/proc/23757/statm: 107421 90818 67 127 0 107291 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 435040

[startup+102.305 s]
/proc/loadavg: 1.44 3.03 3.57 2/66 23758
/proc/meminfo: memFree=745632/2055920 swapFree=4192812/4192956
[pid=23756] ppid=23754 vsize=5356 CPUtime=0
/proc/23756/stat : 23756 (manysat.sh) S 23754 23756 23719 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 157218032 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23756/statm: 1339 235 195 169 0 50 0
[pid=23757] ppid=23756 vsize=421144 CPUtime=102.25
/proc/23757/stat : 23757 (SatElite) R 23756 23756 23719 0 -1 4194304 114551 0 0 0 10136 89 0 0 25 0 1 0 157218032 431251456 89683 1992294400 134512640 135034092 4294956112 18446744073709551615 134691101 0 0 4096 3 0 0 0 17 1 0 0
/proc/23757/statm: 105286 89683 69 127 0 105156 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 426500

[startup+162.301 s]
/proc/loadavg: 2.96 3.16 3.57 5/69 23762
/proc/meminfo: memFree=636424/2055920 swapFree=4192812/4192956
[pid=23756] ppid=23754 vsize=5356 CPUtime=103.59
/proc/23756/stat : 23756 (manysat.sh) S 23754 23756 23719 0 -1 4194304 313 114554 0 0 0 0 10256 103 16 0 1 0 157218032 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23756/statm: 1339 238 195 169 0 50 0
[pid=23759] ppid=23756 vsize=491608 CPUtime=113.35
/proc/23759/stat : 23759 (manysat1.1_stat) R 23756 23756 23719 0 -1 4194304 112179 0 0 0 11247 88 0 0 25 0 4 0 157228396 503406592 112014 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/23759/statm: 122902 112014 83 193 0 122706 0
[pid=23759/tid=23760] ppid=23756 vsize=491608 CPUtime=23.22
/proc/23759/task/23760/stat : 23760 (manysat1.1_stat) R 23756 23756 23719 0 -1 4194368 4030 0 0 0 2314 8 0 0 22 0 4 0 157228744 503406592 112014 1992294400 134512640 135305190 4294956160 18446744073709551615 134528410 0 0 4096 3 0 0 0 -1 0 0 0
[pid=23759/tid=23761] ppid=23756 vsize=491608 CPUtime=28.79
/proc/23759/task/23761/stat : 23761 (manysat1.1_stat) R 23756 23756 23719 0 -1 4194368 5018 0 0 0 2868 11 0 0 22 0 4 0 157228744 503406592 112014 1992294400 134512640 135305190 4294956160 18446744073709551615 134528483 0 0 4096 3 0 0 0 -1 0 0 0
[pid=23759/tid=23762] ppid=23756 vsize=491608 CPUtime=31.13
/proc/23759/task/23762/stat : 23762 (manysat1.1_stat) R 23756 23756 23719 0 -1 4194368 4921 0 0 0 3104 9 0 0 17 0 4 0 157228744 503406592 112014 1992294400 134512640 135305190 4294956160 18446744073709551615 134541741 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 216.94
Current children cumulated vsize (KiB) 496964

[startup+222.302 s]
/proc/loadavg: 3.62 3.31 3.60 5/69 23762
/proc/meminfo: memFree=619720/2055920 swapFree=4192812/4192956
[pid=23756] ppid=23754 vsize=5356 CPUtime=103.59
/proc/23756/stat : 23756 (manysat.sh) S 23754 23756 23719 0 -1 4194304 313 114554 0 0 0 0 10256 103 16 0 1 0 157218032 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23756/statm: 1339 238 195 169 0 50 0
[pid=23759] ppid=23756 vsize=508440 CPUtime=233.09
/proc/23759/stat : 23759 (manysat1.1_stat) R 23756 23756 23719 0 -1 4194304 116268 0 0 0 23210 99 0 0 17 0 4 0 157228396 520642560 116103 1992294400 134512640 135305190 4294956160 18446744073709551615 134530638 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/23759/statm: 127110 116103 83 193 0 126914 0
[pid=23759/tid=23760] ppid=23756 vsize=508440 CPUtime=47.85
/proc/23759/task/23760/stat : 23760 (manysat1.1_stat) R 23756 23756 23719 0 -1 4194368 4655 0 0 0 4776 9 0 0 18 0 4 0 157228744 520642560 116103 1992294400 134512640 135305190 4294956160 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 0 0 0
[pid=23759/tid=23761] ppid=23756 vsize=508440 CPUtime=61.1
/proc/23759/task/23761/stat : 23761 (manysat1.1_stat) R 23756 23756 23719 0 -1 4194368 6799 0 0 0 6095 15 0 0 25 0 4 0 157228744 520642560 116103 1992294400 134512640 135305190 4294956160 18446744073709551615 134528503 0 0 4096 3 0 0 0 -1 1 0 0
[pid=23759/tid=23762] ppid=23756 vsize=508440 CPUtime=64.7
/proc/23759/task/23762/stat : 23762 (manysat1.1_stat) R 23756 23756 23719 0 -1 4194368 5705 0 0 0 6458 12 0 0 18 0 4 0 157228744 520642560 116103 1992294400 134512640 135305190 4294956160 18446744073709551615 134528189 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 336.68
Current children cumulated vsize (KiB) 513796

[startup+282.302 s]
/proc/loadavg: 3.86 3.43 3.62 5/69 23762
/proc/meminfo: memFree=612808/2055920 swapFree=4192812/4192956
[pid=23756] ppid=23754 vsize=5356 CPUtime=103.59
/proc/23756/stat : 23756 (manysat.sh) S 23754 23756 23719 0 -1 4194304 313 114554 0 0 0 0 10256 103 16 0 1 0 157218032 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23756/statm: 1339 238 195 169 0 50 0
[pid=23759] ppid=23756 vsize=515108 CPUtime=352.83
/proc/23759/stat : 23759 (manysat1.1_stat) R 23756 23756 23719 0 -1 4194304 118024 0 0 0 35181 102 0 0 19 0 4 0 157228396 527470592 117859 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/23759/statm: 128777 117859 83 193 0 128581 0
[pid=23759/tid=23760] ppid=23756 vsize=515108 CPUtime=74.02

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

/proc/meminfo: memFree=583496/2055920 swapFree=4192812/4192956
[pid=23756] ppid=23754 vsize=5356 CPUtime=103.59
/proc/23756/stat : 23756 (manysat.sh) S 23754 23756 23719 0 -1 4194304 313 114554 0 0 0 0 10256 103 16 0 1 0 157218032 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23756/statm: 1339 238 195 169 0 50 0
[pid=23759] ppid=23756 vsize=544704 CPUtime=951.53
/proc/23759/stat : 23759 (manysat1.1_stat) R 23756 23756 23719 0 -1 4194304 125330 0 0 0 95037 116 0 0 17 0 4 0 157228396 557776896 125165 1992294400 134512640 135305190 4294956160 18446744073709551615 134694990 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/23759/statm: 136176 125165 83 193 0 135980 0
[pid=23759/tid=23760] ppid=23756 vsize=544704 CPUtime=227.61
/proc/23759/task/23760/stat : 23760 (manysat1.1_stat) R 23756 23756 23719 0 -1 4194368 6591 0 0 0 22748 13 0 0 25 0 4 0 157228744 557776896 125165 1992294400 134512640 135305190 4294956160 18446744073709551615 134528539 0 0 4096 3 0 0 0 -1 1 0 0
[pid=23759/tid=23761] ppid=23756 vsize=544704 CPUtime=229.14
/proc/23759/task/23761/stat : 23761 (manysat1.1_stat) R 23756 23756 23719 0 -1 4194368 9528 0 0 0 22894 20 0 0 16 0 4 0 157228744 557776896 125165 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
[pid=23759/tid=23762] ppid=23756 vsize=544704 CPUtime=249.43
/proc/23759/task/23762/stat : 23762 (manysat1.1_stat) R 23756 23756 23719 0 -1 4194368 7792 0 0 0 24927 16 0 0 16 0 4 0 157228744 557776896 125165 1992294400 134512640 135305190 4294956160 18446744073709551615 134528539 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1055.12
Current children cumulated vsize (KiB) 550060

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

[startup+588.703 s]
/proc/loadavg: 3.99 3.79 3.71 5/69 23762
/proc/meminfo: memFree=583048/2055920 swapFree=4192812/4192956
[pid=23756] ppid=23754 vsize=5356 CPUtime=103.59
/proc/23756/stat : 23756 (manysat.sh) S 23754 23756 23719 0 -1 4194304 313 114554 0 0 0 0 10256 103 16 0 1 0 157218032 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23756/statm: 1339 238 195 169 0 50 0
[pid=23759] ppid=23756 vsize=545860 CPUtime=964.31
/proc/23759/stat : 23759 (manysat1.1_stat) R 23756 23756 23719 0 -1 4194304 125451 0 0 0 96314 117 0 0 20 0 4 0 157228396 558960640 125286 1992294400 134512640 135305190 4294956160 18446744073709551615 134547909 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/23759/statm: 136465 125286 83 193 0 136269 0
[pid=23759/tid=23760] ppid=23756 vsize=545860 CPUtime=229.67
/proc/23759/task/23760/stat : 23760 (manysat1.1_stat) R 23756 23756 23719 0 -1 4194368 6604 0 0 0 22954 13 0 0 25 0 4 0 157228744 558960640 125286 1992294400 134512640 135305190 4294956160 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 1 0 0
[pid=23759/tid=23761] ppid=23756 vsize=545860 CPUtime=233.47
/proc/23759/task/23761/stat : 23761 (manysat1.1_stat) R 23756 23756 23719 0 -1 4194368 9589 0 0 0 23327 20 0 0 22 0 4 0 157228744 558960640 125286 1992294400 134512640 135305190 4294956160 18446744073709551615 134528252 0 0 4096 3 0 0 0 -1 1 0 0
[pid=23759/tid=23762] ppid=23756 vsize=545860 CPUtime=252.56
/proc/23759/task/23762/stat : 23762 (manysat1.1_stat) R 23756 23756 23719 0 -1 4194368 7822 0 0 0 25240 16 0 0 20 0 4 0 157228744 558960640 125286 1992294400 134512640 135305190 4294956160 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1067.9
Current children cumulated vsize (KiB) 551216

[startup+601.501 s]
/proc/loadavg: 3.99 3.79 3.72 5/69 23762
/proc/meminfo: memFree=582152/2055920 swapFree=4192812/4192956
[pid=23756] ppid=23754 vsize=5356 CPUtime=103.59
/proc/23756/stat : 23756 (manysat.sh) S 23754 23756 23719 0 -1 4194304 313 114554 0 0 0 0 10256 103 16 0 1 0 157218032 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23756/statm: 1339 238 195 169 0 50 0
[pid=23759] ppid=23756 vsize=546280 CPUtime=989.85
/proc/23759/stat : 23759 (manysat1.1_stat) R 23756 23756 23719 0 -1 4194304 125708 0 0 0 98868 117 0 0 25 0 4 0 157228396 559390720 125543 1992294400 134512640 135305190 4294956160 18446744073709551615 134547909 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/23759/statm: 136570 125543 83 193 0 136374 0
[pid=23759/tid=23760] ppid=23756 vsize=546280 CPUtime=237.86
/proc/23759/task/23760/stat : 23760 (manysat1.1_stat) R 23756 23756 23719 0 -1 4194368 6663 0 0 0 23773 13 0 0 25 0 4 0 157228744 559390720 125543 1992294400 134512640 135305190 4294956160 18446744073709551615 134528435 0 0 4096 3 0 0 0 -1 1 0 0
[pid=23759/tid=23761] ppid=23756 vsize=546280 CPUtime=238.07
/proc/23759/task/23761/stat : 23761 (manysat1.1_stat) R 23756 23756 23719 0 -1 4194368 9640 0 0 0 23787 20 0 0 25 0 4 0 157228744 559390720 125543 1992294400 134512640 135305190 4294956160 18446744073709551615 134528851 0 0 4096 3 0 0 0 -1 1 0 0
[pid=23759/tid=23762] ppid=23756 vsize=546280 CPUtime=258.95
/proc/23759/task/23762/stat : 23762 (manysat1.1_stat) R 23756 23756 23719 0 -1 4194368 7909 0 0 0 25878 17 0 0 25 0 4 0 157228744 559390720 125543 1992294400 134512640 135305190 4294956160 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1093.44
Current children cumulated vsize (KiB) 551636

[startup+607.902 s]
/proc/loadavg: 3.99 3.80 3.72 5/69 23762
/proc/meminfo: memFree=581448/2055920 swapFree=4192812/4192956
[pid=23756] ppid=23754 vsize=5356 CPUtime=103.59
/proc/23756/stat : 23756 (manysat.sh) S 23754 23756 23719 0 -1 4194304 313 114554 0 0 0 0 10256 103 16 0 1 0 157218032 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23756/statm: 1339 238 195 169 0 50 0
[pid=23759] ppid=23756 vsize=546416 CPUtime=1002.62
/proc/23759/stat : 23759 (manysat1.1_stat) R 23756 23756 23719 0 -1 4194304 125865 0 0 0 100145 117 0 0 20 0 4 0 157228396 559529984 125700 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/23759/statm: 136604 125700 83 193 0 136408 0
[pid=23759/tid=23760] ppid=23756 vsize=546416 CPUtime=240.59
/proc/23759/task/23760/stat : 23760 (manysat1.1_stat) R 23756 23756 23719 0 -1 4194368 6677 0 0 0 24046 13 0 0 25 0 4 0 157228744 559529984 125700 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
[pid=23759/tid=23761] ppid=23756 vsize=546416 CPUtime=241.75
/proc/23759/task/23761/stat : 23761 (manysat1.1_stat) R 23756 23756 23719 0 -1 4194368 9693 0 0 0 24155 20 0 0 18 0 4 0 157228744 559529984 125700 1992294400 134512640 135305190 4294956160 18446744073709551615 134528418 0 0 4096 3 0 0 0 -1 1 0 0
[pid=23759/tid=23762] ppid=23756 vsize=546416 CPUtime=261.36
/proc/23759/task/23762/stat : 23762 (manysat1.1_stat) R 23756 23756 23719 0 -1 4194368 7952 0 0 0 26119 17 0 0 25 0 4 0 157228744 559529984 125700 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1106.21
Current children cumulated vsize (KiB) 551772

[startup+614.303 s]
/proc/loadavg: 3.99 3.80 3.72 5/69 23762
/proc/meminfo: memFree=581192/2055920 swapFree=4192812/4192956
[pid=23756] ppid=23754 vsize=5356 CPUtime=103.59
/proc/23756/stat : 23756 (manysat.sh) S 23754 23756 23719 0 -1 4194304 313 114554 0 0 0 0 10256 103 16 0 1 0 157218032 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23756/statm: 1339 238 195 169 0 50 0
[pid=23759] ppid=23756 vsize=546696 CPUtime=1015.39
/proc/23759/stat : 23759 (manysat1.1_stat) R 23756 23756 23719 0 -1 4194304 125913 0 0 0 101422 117 0 0 19 0 4 0 157228396 559816704 125748 1992294400 134512640 135305190 4294956160 18446744073709551615 134557163 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/23759/statm: 136674 125748 83 193 0 136478 0
[pid=23759/tid=23760] ppid=23756 vsize=546696 CPUtime=244.19
/proc/23759/task/23760/stat : 23760 (manysat1.1_stat) R 23756 23756 23719 0 -1 4194368 6679 0 0 0 24406 13 0 0 19 0 4 0 157228744 559816704 125748 1992294400 134512640 135305190 4294956160 18446744073709551615 134528392 0 0 4096 3 0 0 0 -1 0 0 0
[pid=23759/tid=23761] ppid=23756 vsize=546696 CPUtime=246.17
/proc/23759/task/23761/stat : 23761 (manysat1.1_stat) R 23756 23756 23719 0 -1 4194368 9713 0 0 0 24597 20 0 0 23 0 4 0 157228744 559816704 125748 1992294400 134512640 135305190 4294956160 18446744073709551615 134528223 0 0 4096 3 0 0 0 -1 1 0 0
[pid=23759/tid=23762] ppid=23756 vsize=546696 CPUtime=263.76
/proc/23759/task/23762/stat : 23762 (manysat1.1_stat) R 23756 23756 23719 0 -1 4194368 7952 0 0 0 26359 17 0 0 25 0 4 0 157228744 559816704 125748 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1118.98
Current children cumulated vsize (KiB) 552052

[startup+615.902 s]
/proc/loadavg: 3.99 3.81 3.72 5/69 23762
/proc/meminfo: memFree=581128/2055920 swapFree=4192812/4192956
[pid=23756] ppid=23754 vsize=5356 CPUtime=103.59
/proc/23756/stat : 23756 (manysat.sh) S 23754 23756 23719 0 -1 4194304 313 114554 0 0 0 0 10256 103 16 0 1 0 157218032 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23756/statm: 1339 238 195 169 0 50 0
[pid=23759] ppid=23756 vsize=546696 CPUtime=1018.59
/proc/23759/stat : 23759 (manysat1.1_stat) R 23756 23756 23719 0 -1 4194304 125920 0 0 0 101742 117 0 0 20 0 4 0 157228396 559816704 125755 1992294400 134512640 135305190 4294956160 18446744073709551615 134528392 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/23759/statm: 136674 125755 83 193 0 136478 0
[pid=23759/tid=23760] ppid=23756 vsize=546696 CPUtime=244.99
/proc/23759/task/23760/stat : 23760 (manysat1.1_stat) R 23756 23756 23719 0 -1 4194368 6686 0 0 0 24486 13 0 0 20 0 4 0 157228744 559816704 125755 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
[pid=23759/tid=23761] ppid=23756 vsize=546696 CPUtime=246.97
/proc/23759/task/23761/stat : 23761 (manysat1.1_stat) R 23756 23756 23719 0 -1 4194368 9713 0 0 0 24677 20 0 0 25 0 4 0 157228744 559816704 125755 1992294400 134512640 135305190 4294956160 18446744073709551615 134528227 0 0 4096 3 0 0 0 -1 1 0 0
[pid=23759/tid=23762] ppid=23756 vsize=546696 CPUtime=264.57
/proc/23759/task/23762/stat : 23762 (manysat1.1_stat) R 23756 23756 23719 0 -1 4194368 7952 0 0 0 26440 17 0 0 25 0 4 0 157228744 559816704 125755 1992294400 134512640 135305190 4294956160 18446744073709551615 134528341 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1122.18
Current children cumulated vsize (KiB) 552052

[startup+616.702 s]
/proc/loadavg: 3.99 3.81 3.72 5/69 23762
/proc/meminfo: memFree=581128/2055920 swapFree=4192812/4192956
[pid=23756] ppid=23754 vsize=5356 CPUtime=103.59
/proc/23756/stat : 23756 (manysat.sh) S 23754 23756 23719 0 -1 4194304 313 114554 0 0 0 0 10256 103 16 0 1 0 157218032 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23756/statm: 1339 238 195 169 0 50 0
[pid=23759] ppid=23756 vsize=546696 CPUtime=1020.18
/proc/23759/stat : 23759 (manysat1.1_stat) R 23756 23756 23719 0 -1 4194304 125930 0 0 0 101901 117 0 0 21 0 4 0 157228396 559816704 125765 1992294400 134512640 135305190 4294956160 18446744073709551615 134547909 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/23759/statm: 136674 125765 83 193 0 136478 0
[pid=23759/tid=23760] ppid=23756 vsize=546696 CPUtime=245.39
/proc/23759/task/23760/stat : 23760 (manysat1.1_stat) R 23756 23756 23719 0 -1 4194368 6686 0 0 0 24526 13 0 0 21 0 4 0 157228744 559816704 125765 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
[pid=23759/tid=23761] ppid=23756 vsize=546696 CPUtime=247.37
/proc/23759/task/23761/stat : 23761 (manysat1.1_stat) R 23756 23756 23719 0 -1 4194368 9713 0 0 0 24717 20 0 0 25 0 4 0 157228744 559816704 125765 1992294400 134512640 135305190 4294956160 18446744073709551615 134528826 0 0 4096 3 0 0 0 -1 1 0 0
[pid=23759/tid=23762] ppid=23756 vsize=546696 CPUtime=264.96
/proc/23759/task/23762/stat : 23762 (manysat1.1_stat) R 23756 23756 23719 0 -1 4194368 7962 0 0 0 26479 17 0 0 25 0 4 0 157228744 559816704 125765 1992294400 134512640 135305190 4294956160 18446744073709551615 134556787 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1123.77
Current children cumulated vsize (KiB) 552052

[startup+617.502 s]
/proc/loadavg: 3.99 3.81 3.72 5/69 23762
/proc/meminfo: memFree=581064/2055920 swapFree=4192812/4192956
[pid=23756] ppid=23754 vsize=5356 CPUtime=103.59
/proc/23756/stat : 23756 (manysat.sh) S 23754 23756 23719 0 -1 4194304 313 114554 0 0 0 0 10256 103 16 0 1 0 157218032 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23756/statm: 1339 238 195 169 0 50 0
[pid=23759] ppid=23756 vsize=546696 CPUtime=1021.78
/proc/23759/stat : 23759 (manysat1.1_stat) R 23756 23756 23719 0 -1 4194304 125931 0 0 0 102061 117 0 0 17 0 4 0 157228396 559816704 125766 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/23759/statm: 136674 125766 83 193 0 136478 0
[pid=23759/tid=23760] ppid=23756 vsize=546696 CPUtime=245.59
/proc/23759/task/23760/stat : 23760 (manysat1.1_stat) R 23756 23756 23719 0 -1 4194368 6686 0 0 0 24546 13 0 0 21 0 4 0 157228744 559816704 125766 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
[pid=23759/tid=23761] ppid=23756 vsize=546696 CPUtime=247.77
/proc/23759/task/23761/stat : 23761 (manysat1.1_stat) R 23756 23756 23719 0 -1 4194368 9714 0 0 0 24757 20 0 0 25 0 4 0 157228744 559816704 125766 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
[pid=23759/tid=23762] ppid=23756 vsize=546696 CPUtime=265.36
/proc/23759/task/23762/stat : 23762 (manysat1.1_stat) R 23756 23756 23719 0 -1 4194368 7962 0 0 0 26519 17 0 0 24 0 4 0 157228744 559816704 125766 1992294400 134512640 135305190 4294956160 18446744073709551615 134559234 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1125.37
Current children cumulated vsize (KiB) 552052

[startup+617.702 s]
/proc/loadavg: 3.99 3.81 3.72 5/69 23762
/proc/meminfo: memFree=581064/2055920 swapFree=4192812/4192956
[pid=23756] ppid=23754 vsize=5356 CPUtime=103.59
/proc/23756/stat : 23756 (manysat.sh) S 23754 23756 23719 0 -1 4194304 313 114554 0 0 0 0 10256 103 16 0 1 0 157218032 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23756/statm: 1339 238 195 169 0 50 0
[pid=23759] ppid=23756 vsize=546696 CPUtime=1022.18
/proc/23759/stat : 23759 (manysat1.1_stat) R 23756 23756 23719 0 -1 4194304 125936 0 0 0 102101 117 0 0 17 0 4 0 157228396 559816704 125771 1992294400 134512640 135305190 4294956160 18446744073709551615 134528252 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/23759/statm: 136674 125771 83 193 0 136478 0
[pid=23759/tid=23760] ppid=23756 vsize=546696 CPUtime=245.59
/proc/23759/task/23760/stat : 23760 (manysat1.1_stat) R 23756 23756 23719 0 -1 4194368 6686 0 0 0 24546 13 0 0 21 0 4 0 157228744 559816704 125771 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
[pid=23759/tid=23761] ppid=23756 vsize=546696 CPUtime=247.87
/proc/23759/task/23761/stat : 23761 (manysat1.1_stat) R 23756 23756 23719 0 -1 4194368 9716 0 0 0 24767 20 0 0 25 0 4 0 157228744 559816704 125771 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
[pid=23759/tid=23762] ppid=23756 vsize=546696 CPUtime=265.46
/proc/23759/task/23762/stat : 23762 (manysat1.1_stat) R 23756 23756 23719 0 -1 4194368 7965 0 0 0 26529 17 0 0 25 0 4 0 157228744 559816704 125771 1992294400 134512640 135305190 4294956160 18446744073709551615 134556787 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1125.77
Current children cumulated vsize (KiB) 552052

[startup+617.802 s]
/proc/loadavg: 3.99 3.81 3.72 5/69 23762
/proc/meminfo: memFree=581064/2055920 swapFree=4192812/4192956
[pid=23756] ppid=23754 vsize=5360 CPUtime=1125.88
/proc/23756/stat : 23756 (manysat.sh) S 23754 23756 23719 0 -1 4194304 340 240505 0 0 0 0 112359 229 17 0 1 0 157218032 5488640 240 1992294400 4194304 4889804 548682068800 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23756/statm: 1340 240 196 169 0 51 0
Current children cumulated CPU time (s) 1125.88
Current children cumulated vsize (KiB) 5360

Child status: 20
Real time (s): 617.832
CPU time (s): 1125.93
CPU user time (s): 1123.6
CPU system time (s): 2.32865
CPU usage (%): 182.239
Max. virtual memory (cumulated for all children) (KiB): 552052

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1123.6
system time used= 2.32864
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 240972
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= 10140
involuntary context switches= 20495

runsolver used 0.623905 second user time and 1.62975 second system time

The end

Launcher Data

Begin job on node9 at 2009-05-02 21:17:23
IDJOB=1774616
IDBENCH=70965
IDSOLVER=612
FILE ID=node9/1774616-1241291839
PBS_JOBID= 9225126
Free space on /tmp= 66488 MiB

SOLVER NAME= ManySAT 1.1 aimd 1/2009-03-20
BENCH NAME= SAT09/APPLICATIONS/bioinfo/q_query_3_L200_coli.sat.cnf
COMMAND LINE= manysat.sh BENCHNAME aimd 1
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1774616-1241291839/watcher-1774616-1241291839 -o /tmp/evaluation-result-1774616-1241291839/solver-1774616-1241291839 -C 10000 -W 12000 -M 1800  manysat.sh HOME/instance-1774616-1241291839.cnf aimd 1

TIME LIMIT= 10000 seconds
MEMORY LIMIT= 1800 MiB
MAX NB THREAD= 0

MD5SUM BENCH= 853982f8646333d217e35d938b7eb00b
RANDOM SEED=742735261

node9.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.240
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
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 lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.240
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
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 lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1146504 kB
Buffers:         87988 kB
Cached:         706116 kB
SwapCached:          0 kB
Active:         169128 kB
Inactive:       638808 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1146504 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:           73156 kB
Writeback:           0 kB
Mapped:          23568 kB
Slab:            87564 kB
Committed_AS:   666624 kB
PageTables:       1388 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66488 MiB
End job on node9 at 2009-05-02 21:27:41