Trace number 1775476

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 2550.86 1284.64

General information on the benchmark

Namevelev-pipe-uns-1.0-8.cnf
MD5SUM0767e5dbf6844720495e9eb5423112e1
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark307.484
Satisfiable
(Un)Satisfiability was proved
Number of variables35065
Number of clauses1332773
Sum of the clauses size3936683
Maximum clause length178
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 21290115
Number of clauses of size 314508
Number of clauses of size 4256
Number of clauses of size 5216
Number of clauses of size over 527677

Solver Data

0.00/0.00	c Parsing...
0.99/1.02	c ==============================================================================
0.99/1.02	c |           |     ORIGINAL     |              LEARNT              |          |
0.99/1.02	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.99/1.02	c ==============================================================================
0.99/1.02	c |         0 | 1332772  3936682 |  399831       0        0     nan |  0.000 % |
7.18/7.27	c |         0 | 1317234  4010071 |      --       0       --      -- |     --   | -15195/74092
7.18/7.27	c ==============================================================================
7.18/7.27	c Result  :   #vars: 30665   #clauses: 1317234   #literals: 4010071
7.18/7.27	c CPU time:   7.08992 s
7.18/7.27	c ==============================================================================
2550.59/1284.49	c This is ManySAT 1.1 : 4 thread(s) on 2 core(s).
2550.59/1284.49	c ============================[ Problem Statistics ]=============================
2550.59/1284.49	c |                                                                             |
2550.59/1284.49	c threadId              : 3
2550.59/1284.49	c restarts              : 3431
2550.59/1284.49	c conflicts             : 841652         (331 /sec)
2550.59/1284.49	c decisions             : 5498228        (0.80 % random) (2165 /sec)
2550.59/1284.49	c propagations          : 819407149      (322648 /sec)
2550.59/1284.49	c conflict literals     : 47665301       (64.62 % deleted)
2550.59/1284.49	c Memory used           : 831.52 MB
2550.59/1284.49	c CPU time              : 2539.63 s
2550.59/1284.49	
2550.59/1284.49	c --->m=4, e=8, aimd=1, HOME/19090_many.cnf	time: 634.908	conflicts: 841652       
2550.80/1284.61	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-1775476-1241294794/watcher-1775476-1241294794 -o /tmp/evaluation-result-1775476-1241294794/solver-1775476-1241294794 -C 10000 -W 12000 -M 1800 manysat.sh HOME/instance-1775476-1241294794.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.83 3.86 3.89 3/64 19090
/proc/meminfo: memFree=1913776/2055920 swapFree=4179764/4192956
[pid=19090] ppid=19088 vsize=5356 CPUtime=0
/proc/19090/stat : 19090 (manysat.sh) R 19088 19090 18954 0 -1 4194304 267 0 0 0 0 0 0 0 18 0 1 0 157512982 5484544 234 1992294400 4194304 4889804 548682068800 18446744073709551615 240472615583 0 65538 4100 65536 0 0 0 17 0 0 0
/proc/19090/statm: 1339 234 194 169 0 50 0
[pid=19091] ppid=19090 vsize=824 CPUtime=0
/proc/19091/stat : 19091 (SatElite) R 19090 19090 18954 0 -1 4194304 135 0 0 0 0 0 0 0 18 0 1 0 157512982 843776 119 1992294400 134512640 135034092 4294956112 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 0 0 0
/proc/19091/statm: 206 120 51 127 0 76 0

[startup+0.053664 s]
/proc/loadavg: 3.83 3.86 3.89 3/64 19090
/proc/meminfo: memFree=1913776/2055920 swapFree=4179764/4192956
[pid=19090] ppid=19088 vsize=5356 CPUtime=0
/proc/19090/stat : 19090 (manysat.sh) S 19088 19090 18954 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 157512982 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19090/statm: 1339 235 195 169 0 50 0
[pid=19091] ppid=19090 vsize=4432 CPUtime=0.04
/proc/19091/stat : 19091 (SatElite) R 19090 19090 18954 0 -1 4194304 961 0 0 0 4 0 0 0 19 0 1 0 157512982 4538368 945 1992294400 134512640 135034092 4294956112 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 0 0 0
/proc/19091/statm: 1108 946 51 127 0 978 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 9788

[startup+0.101667 s]
/proc/loadavg: 3.83 3.86 3.89 3/64 19090
/proc/meminfo: memFree=1913776/2055920 swapFree=4179764/4192956
[pid=19090] ppid=19088 vsize=5356 CPUtime=0
/proc/19090/stat : 19090 (manysat.sh) S 19088 19090 18954 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 157512982 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19090/statm: 1339 235 195 169 0 50 0
[pid=19091] ppid=19090 vsize=7856 CPUtime=0.08
/proc/19091/stat : 19091 (SatElite) R 19090 19090 18954 0 -1 4194304 1778 0 0 0 7 1 0 0 19 0 1 0 157512982 8044544 1762 1992294400 134512640 135034092 4294956112 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 0 0 0
/proc/19091/statm: 1964 1763 51 127 0 1834 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 13212

[startup+0.301683 s]
/proc/loadavg: 3.83 3.86 3.89 3/64 19090
/proc/meminfo: memFree=1913776/2055920 swapFree=4179764/4192956
[pid=19090] ppid=19088 vsize=5356 CPUtime=0
/proc/19090/stat : 19090 (manysat.sh) S 19088 19090 18954 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 157512982 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19090/statm: 1339 235 195 169 0 50 0
[pid=19091] ppid=19090 vsize=22280 CPUtime=0.28
/proc/19091/stat : 19091 (SatElite) R 19090 19090 18954 0 -1 4194304 5274 0 0 0 24 4 0 0 21 0 1 0 157512982 22814720 5258 1992294400 134512640 135034092 4294956112 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 0 0 0
/proc/19091/statm: 5570 5258 51 127 0 5440 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 27636

[startup+0.701718 s]
/proc/loadavg: 3.83 3.86 3.89 3/64 19090
/proc/meminfo: memFree=1913776/2055920 swapFree=4179764/4192956
[pid=19090] ppid=19088 vsize=5356 CPUtime=0
/proc/19090/stat : 19090 (manysat.sh) S 19088 19090 18954 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 157512982 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19090/statm: 1339 235 195 169 0 50 0
[pid=19091] ppid=19090 vsize=49496 CPUtime=0.69
/proc/19091/stat : 19091 (SatElite) R 19090 19090 18954 0 -1 4194304 12008 0 0 0 60 9 0 0 25 0 1 0 157512982 50683904 11992 1992294400 134512640 135034092 4294956112 18446744073709551615 134673244 0 0 4096 3 0 0 0 17 0 0 0
/proc/19091/statm: 12374 11993 51 127 0 12244 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 54852

[startup+1.50179 s]
/proc/loadavg: 3.83 3.86 3.89 2/66 19092
/proc/meminfo: memFree=1836000/2055920 swapFree=4179764/4192956
[pid=19090] ppid=19088 vsize=5356 CPUtime=0
/proc/19090/stat : 19090 (manysat.sh) S 19088 19090 18954 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 157512982 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19090/statm: 1339 235 195 169 0 50 0
[pid=19091] ppid=19090 vsize=108212 CPUtime=1.49
/proc/19091/stat : 19091 (SatElite) R 19090 19090 18954 0 -1 4194304 25815 0 0 0 134 15 0 0 25 0 1 0 157512982 110809088 23094 1992294400 134512640 135034092 4294956112 18446744073709551615 134540733 0 0 4096 3 0 0 0 17 0 0 0
/proc/19091/statm: 27053 23094 68 127 0 26923 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 113568

[startup+3.10192 s]
/proc/loadavg: 3.61 3.82 3.88 2/66 19092
/proc/meminfo: memFree=1817504/2055920 swapFree=4179764/4192956
[pid=19090] ppid=19088 vsize=5356 CPUtime=0
/proc/19090/stat : 19090 (manysat.sh) S 19088 19090 18954 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 157512982 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19090/statm: 1339 235 195 169 0 50 0
[pid=19091] ppid=19090 vsize=126460 CPUtime=3.09
/proc/19091/stat : 19091 (SatElite) R 19090 19090 18954 0 -1 4194304 29347 0 0 0 292 17 0 0 25 0 1 0 157512982 129495040 26556 1992294400 134512640 135034092 4294956112 18446744073709551615 134582735 0 0 4096 3 0 0 0 17 0 0 0
/proc/19091/statm: 31615 26556 68 127 0 31485 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 131816

[startup+6.3022 s]
/proc/loadavg: 3.61 3.82 3.88 2/66 19092
/proc/meminfo: memFree=1805664/2055920 swapFree=4179764/4192956
[pid=19090] ppid=19088 vsize=5356 CPUtime=0
/proc/19090/stat : 19090 (manysat.sh) S 19088 19090 18954 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 157512982 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19090/statm: 1339 235 195 169 0 50 0
[pid=19091] ppid=19090 vsize=126908 CPUtime=6.28
/proc/19091/stat : 19091 (SatElite) R 19090 19090 18954 0 -1 4194304 29469 0 0 0 611 17 0 0 25 0 1 0 157512982 129953792 26662 1992294400 134512640 135034092 4294956112 18446744073709551615 134540710 0 0 4096 3 0 0 0 17 0 0 0
/proc/19091/statm: 31727 26662 68 127 0 31597 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 132264

[startup+12.7028 s]
/proc/loadavg: 3.20 3.72 3.85 5/69 19096
/proc/meminfo: memFree=1600848/2055920 swapFree=4179764/4192956
[pid=19090] ppid=19088 vsize=5356 CPUtime=8.79
/proc/19090/stat : 19090 (manysat.sh) S 19088 19090 18954 0 -1 4194304 313 29510 0 0 0 0 850 29 16 0 1 0 157512982 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19090/statm: 1339 238 195 169 0 50 0
[pid=19093] ppid=19090 vsize=328364 CPUtime=5.02
/proc/19093/stat : 19093 (manysat1.1_stat) R 19090 19090 18954 0 -1 4194304 72136 0 0 0 467 35 0 0 16 0 4 0 157513863 336244736 72122 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/19093/statm: 82091 72122 83 193 0 81895 0
[pid=19093/tid=19094] ppid=19090 vsize=328364 CPUtime=0.62
/proc/19093/task/19094/stat : 19094 (manysat1.1_stat) R 19090 19090 18954 0 -1 4194368 729 0 0 0 61 1 0 0 16 0 4 0 157514135 336244736 72122 1992294400 134512640 135305190 4294956160 18446744073709551615 134551684 0 0 4096 3 0 0 0 -1 1 0 0
[pid=19093/tid=19095] ppid=19090 vsize=328364 CPUtime=0.39
/proc/19093/task/19095/stat : 19095 (manysat1.1_stat) R 19090 19090 18954 0 -1 4194368 518 0 0 0 39 0 0 0 17 0 4 0 157514135 336244736 72122 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
[pid=19093/tid=19096] ppid=19090 vsize=328364 CPUtime=0.71
/proc/19093/task/19096/stat : 19096 (manysat1.1_stat) R 19090 19090 18954 0 -1 4194368 647 0 0 0 70 1 0 0 16 0 4 0 157514135 336244736 72122 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 13.81
Current children cumulated vsize (KiB) 333720

[startup+25.5019 s]
/proc/loadavg: 3.33 3.73 3.85 5/69 19096
/proc/meminfo: memFree=1580240/2055920 swapFree=4179764/4192956
[pid=19090] ppid=19088 vsize=5356 CPUtime=8.79
/proc/19090/stat : 19090 (manysat.sh) S 19088 19090 18954 0 -1 4194304 313 29510 0 0 0 0 850 29 16 0 1 0 157512982 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19090/statm: 1339 238 195 169 0 50 0
[pid=19093] ppid=19090 vsize=346972 CPUtime=30.56
/proc/19093/stat : 19093 (manysat1.1_stat) R 19090 19090 18954 0 -1 4194304 76810 0 0 0 3015 41 0 0 17 0 4 0 157513863 355299328 76796 1992294400 134512640 135305190 4294956160 18446744073709551615 134528229 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/19093/statm: 86743 76796 83 193 0 86547 0
[pid=19093/tid=19094] ppid=19090 vsize=346972 CPUtime=7.57
/proc/19093/task/19094/stat : 19094 (manysat1.1_stat) R 19090 19090 18954 0 -1 4194368 2301 0 0 0 754 3 0 0 18 0 4 0 157514135 355299328 76796 1992294400 134512640 135305190 4294956160 18446744073709551615 134570409 0 0 4096 3 0 0 0 -1 0 0 0
[pid=19093/tid=19095] ppid=19090 vsize=346972 CPUtime=1.62
/proc/19093/task/19095/stat : 19095 (manysat1.1_stat) R 19090 19090 18954 0 -1 4194368 910 0 0 0 161 1 0 0 21 0 4 0 157514135 355299328 76796 1992294400 134512640 135305190 4294956160 18446744073709551615 134528503 0 0 4096 3 0 0 0 -1 1 0 0
[pid=19093/tid=19096] ppid=19090 vsize=346972 CPUtime=12.03
/proc/19093/task/19096/stat : 19096 (manysat1.1_stat) R 19090 19090 18954 0 -1 4194368 1968 0 0 0 1200 3 0 0 17 0 4 0 157514135 355299328 76796 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 39.35
Current children cumulated vsize (KiB) 352328

[startup+51.1011 s]
/proc/loadavg: 3.56 3.75 3.85 5/69 19096
/proc/meminfo: memFree=1555984/2055920 swapFree=4179764/4192956
[pid=19090] ppid=19088 vsize=5356 CPUtime=8.79
/proc/19090/stat : 19090 (manysat.sh) S 19088 19090 18954 0 -1 4194304 313 29510 0 0 0 0 850 29 16 0 1 0 157512982 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19090/statm: 1339 238 195 169 0 50 0
[pid=19093] ppid=19090 vsize=371216 CPUtime=81.62
/proc/19093/stat : 19093 (manysat1.1_stat) R 19090 19090 18954 0 -1 4194304 82841 0 0 0 8109 53 0 0 17 0 4 0 157513863 380125184 82827 1992294400 134512640 135305190 4294956160 18446744073709551615 134528327 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/19093/statm: 92804 82827 83 193 0 92608 0
[pid=19093/tid=19094] ppid=19090 vsize=371216 CPUtime=20.95
/proc/19093/task/19094/stat : 19094 (manysat1.1_stat) R 19090 19090 18954 0 -1 4194368 3551 0 0 0 2089 6 0 0 20 0 4 0 157514135 380125184 82827 1992294400 134512640 135305190 4294956160 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 1 0 0
[pid=19093/tid=19095] ppid=19090 vsize=371216 CPUtime=5.31
/proc/19093/task/19095/stat : 19095 (manysat1.1_stat) R 19090 19090 18954 0 -1 4194368 1782 0 0 0 530 1 0 0 25 0 4 0 157514135 380125184 82828 1992294400 134512640 135305190 4294956160 18446744073709551615 134528379 0 0 4096 3 0 0 0 -1 1 0 0
[pid=19093/tid=19096] ppid=19090 vsize=371216 CPUtime=28.9
/proc/19093/task/19096/stat : 19096 (manysat1.1_stat) R 19090 19090 18954 0 -1 4194368 3610 0 0 0 2884 6 0 0 18 0 4 0 157514135 380125184 82828 1992294400 134512640 135305190 4294956160 18446744073709551615 134528319 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 90.41
Current children cumulated vsize (KiB) 376572

[startup+102.305 s]
/proc/loadavg: 3.82 3.79 3.85 5/69 19096
/proc/meminfo: memFree=1499152/2055920 swapFree=4179764/4192956
[pid=19090] ppid=19088 vsize=5356 CPUtime=8.79
/proc/19090/stat : 19090 (manysat.sh) S 19088 19090 18954 0 -1 4194304 313 29510 0 0 0 0 850 29 16 0 1 0 157512982 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19090/statm: 1339 238 195 169 0 50 0
[pid=19093] ppid=19090 vsize=427312 CPUtime=183.8
/proc/19093/stat : 19093 (manysat1.1_stat) R 19090 19090 18954 0 -1 4194304 96955 0 0 0 18309 71 0 0 19 0 4 0 157513863 437567488 96941 1992294400 134512640 135305190 4294956160 18446744073709551615 134541876 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/19093/statm: 106828 96941 83 193 0 106632 0
[pid=19093/tid=19094] ppid=19090 vsize=427312 CPUtime=51.9
/proc/19093/task/19094/stat : 19094 (manysat1.1_stat) R 19090 19090 18954 0 -1 4194368 7085 0 0 0 5178 12 0 0 17 0 4 0 157514135 437567488 96941 1992294400 134512640 135305190 4294956160 18446744073709551615 134542040 0 0 4096 3 0 0 0 -1 1 0 0
[pid=19093/tid=19095] ppid=19090 vsize=427312 CPUtime=16.51
/proc/19093/task/19095/stat : 19095 (manysat1.1_stat) R 19090 19090 18954 0 -1 4194368 6296 0 0 0 1646 5 0 0 25 0 4 0 157514135 437567488 96941 1992294400 134512640 135305190 4294956160 18446744073709551615 134551625 0 0 4096 3 0 0 0 -1 0 0 0
[pid=19093/tid=19096] ppid=19090 vsize=427312 CPUtime=60.37
/proc/19093/task/19096/stat : 19096 (manysat1.1_stat) R 19090 19090 18954 0 -1 4194368 6083 0 0 0 6028 9 0 0 17 0 4 0 157514135 437567488 96941 1992294400 134512640 135305190 4294956160 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 192.59
Current children cumulated vsize (KiB) 432668

[startup+162.302 s]
/proc/loadavg: 3.99 3.84 3.87 5/69 19096
/proc/meminfo: memFree=1455056/2055920 swapFree=4179764/4192956
[pid=19090] ppid=19088 vsize=5356 CPUtime=8.79
/proc/19090/stat : 19090 (manysat.sh) S 19088 19090 18954 0 -1 4194304 313 29510 0 0 0 0 850 29 16 0 1 0 157512982 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19090/statm: 1339 238 195 169 0 50 0
[pid=19093] ppid=19090 vsize=472636 CPUtime=303.54
/proc/19093/stat : 19093 (manysat1.1_stat) R 19090 19090 18954 0 -1 4194304 107890 0 0 0 30268 86 0 0 16 0 4 0 157513863 483979264 107876 1992294400 134512640 135305190 4294956160 18446744073709551615 134538167 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/19093/statm: 118159 107876 83 193 0 117963 0
[pid=19093/tid=19094] ppid=19090 vsize=472636 CPUtime=75.76
/proc/19093/task/19094/stat : 19094 (manysat1.1_stat) R 19090 19090 18954 0 -1 4194368 8689 0 0 0 7562 14 0 0 17 0 4 0 157514135 483979264 107876 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
[pid=19093/tid=19095] ppid=19090 vsize=472636 CPUtime=32.34
/proc/19093/task/19095/stat : 19095 (manysat1.1_stat) R 19090 19090 18954 0 -1 4194368 9441 0 0 0 3227 7 0 0 25 0 4 0 157514135 483979264 107876 1992294400 134512640 135305190 4294956160 18446744073709551615 134528987 0 0 4096 3 0 0 0 -1 0 0 0
[pid=19093/tid=19096] ppid=19090 vsize=472636 CPUtime=104.49
/proc/19093/task/19096/stat : 19096 (manysat1.1_stat) R 19090 19090 18954 0 -1 4194368 8434 0 0 0 10436 13 0 0 19 0 4 0 157514135 483979264 107876 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 312.33
Current children cumulated vsize (KiB) 477992

[startup+222.302 s]
/proc/loadavg: 4.05 3.88 3.88 5/69 19096
/proc/meminfo: memFree=1424272/2055920 swapFree=4179764/4192956
[pid=19090] ppid=19088 vsize=5356 CPUtime=8.79

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


[startup+1242.3 s]
/proc/loadavg: 3.99 3.97 3.91 5/69 19096
/proc/meminfo: memFree=1092568/2055920 swapFree=4179764/4192956
[pid=19090] ppid=19088 vsize=5356 CPUtime=8.79
/proc/19090/stat : 19090 (manysat.sh) S 19088 19090 18954 0 -1 4194304 313 29510 0 0 0 0 850 29 16 0 1 0 157512982 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19090/statm: 1339 238 195 169 0 50 0
[pid=19093] ppid=19090 vsize=846728 CPUtime=2458.92
/proc/19093/stat : 19093 (manysat1.1_stat) R 19090 19090 18954 0 -1 4194304 198250 0 0 0 245668 224 0 0 25 0 4 0 157513863 867049472 198168 1992294400 134512640 135305190 4294956160 18446744073709551615 134547909 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/19093/statm: 211682 198168 83 193 0 211486 0
[pid=19093/tid=19094] ppid=19090 vsize=846728 CPUtime=635.57
/proc/19093/task/19094/stat : 19094 (manysat1.1_stat) R 19090 19090 18954 0 -1 4194368 32615 0 0 0 63507 50 0 0 17 0 4 0 157514135 867049472 198168 1992294400 134512640 135305190 4294956160 18446744073709551615 134528539 0 0 4096 3 0 0 0 -1 0 0 0
[pid=19093/tid=19095] ppid=19090 vsize=846728 CPUtime=415.25
/proc/19093/task/19095/stat : 19095 (manysat1.1_stat) R 19090 19090 18954 0 -1 4194368 31666 0 0 0 41483 42 0 0 25 0 4 0 157514135 867049472 198168 1992294400 134512640 135305190 4294956160 18446744073709551615 134528189 0 0 4096 3 0 0 0 -1 1 0 0
[pid=19093/tid=19096] ppid=19090 vsize=846728 CPUtime=692.67
/proc/19093/task/19096/stat : 19096 (manysat1.1_stat) R 19090 19090 18954 0 -1 4194368 23919 0 0 0 69230 37 0 0 25 0 4 0 157514135 867049472 198168 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2467.71
Current children cumulated vsize (KiB) 852084

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

[startup+1254.3 s]
/proc/loadavg: 3.99 3.97 3.91 5/69 19096
/proc/meminfo: memFree=1091352/2055920 swapFree=4179764/4192956
[pid=19090] ppid=19088 vsize=5356 CPUtime=8.79
/proc/19090/stat : 19090 (manysat.sh) S 19088 19090 18954 0 -1 4194304 313 29510 0 0 0 0 850 29 16 0 1 0 157512982 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19090/statm: 1339 238 195 169 0 50 0
[pid=19093] ppid=19090 vsize=847716 CPUtime=2482.88
/proc/19093/stat : 19093 (manysat1.1_stat) R 19090 19090 18954 0 -1 4194304 198571 0 0 0 248063 225 0 0 17 0 4 0 157513863 868061184 198489 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/19093/statm: 211929 198489 83 193 0 211733 0
[pid=19093/tid=19094] ppid=19090 vsize=847716 CPUtime=641.04
/proc/19093/task/19094/stat : 19094 (manysat1.1_stat) R 19090 19090 18954 0 -1 4194368 32650 0 0 0 64054 50 0 0 25 0 4 0 157514135 868061184 198489 1992294400 134512640 135305190 4294956160 18446744073709551615 134551651 0 0 4096 3 0 0 0 -1 0 0 0
[pid=19093/tid=19095] ppid=19090 vsize=847716 CPUtime=421.25
/proc/19093/task/19095/stat : 19095 (manysat1.1_stat) R 19090 19090 18954 0 -1 4194368 31711 0 0 0 42083 42 0 0 25 0 4 0 157514135 868061184 198489 1992294400 134512640 135305190 4294956160 18446744073709551615 134528518 0 0 4096 3 0 0 0 -1 1 0 0
[pid=19093/tid=19096] ppid=19090 vsize=847716 CPUtime=698.62
/proc/19093/task/19096/stat : 19096 (manysat1.1_stat) R 19090 19090 18954 0 -1 4194368 24038 0 0 0 69825 37 0 0 25 0 4 0 157514135 868061184 198489 1992294400 134512640 135305190 4294956160 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2491.67
Current children cumulated vsize (KiB) 853072

[startup+1267.1 s]
/proc/loadavg: 3.99 3.97 3.91 5/69 19096
/proc/meminfo: memFree=1089048/2055920 swapFree=4179764/4192956
[pid=19090] ppid=19088 vsize=5356 CPUtime=8.79
/proc/19090/stat : 19090 (manysat.sh) S 19088 19090 18954 0 -1 4194304 313 29510 0 0 0 0 850 29 16 0 1 0 157512982 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19090/statm: 1339 238 195 169 0 50 0
[pid=19093] ppid=19090 vsize=850972 CPUtime=2508.43
/proc/19093/stat : 19093 (manysat1.1_stat) R 19090 19090 18954 0 -1 4194304 199129 0 0 0 250617 226 0 0 25 0 4 0 157513863 871395328 199047 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/19093/statm: 212743 199047 83 193 0 212547 0
[pid=19093/tid=19094] ppid=19090 vsize=850972 CPUtime=648.44
/proc/19093/task/19094/stat : 19094 (manysat1.1_stat) R 19090 19090 18954 0 -1 4194368 32848 0 0 0 64793 51 0 0 19 0 4 0 157514135 871395328 199047 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
[pid=19093/tid=19095] ppid=19090 vsize=850972 CPUtime=427.55
/proc/19093/task/19095/stat : 19095 (manysat1.1_stat) R 19090 19090 18954 0 -1 4194368 31882 0 0 0 42713 42 0 0 25 0 4 0 157514135 871395328 199047 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
[pid=19093/tid=19096] ppid=19090 vsize=850972 CPUtime=705.09
/proc/19093/task/19096/stat : 19096 (manysat1.1_stat) R 19090 19090 18954 0 -1 4194368 24118 0 0 0 70471 38 0 0 25 0 4 0 157514135 871395328 199047 1992294400 134512640 135305190 4294956160 18446744073709551615 134528263 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2517.22
Current children cumulated vsize (KiB) 856328

[startup+1273.5 s]
/proc/loadavg: 3.99 3.97 3.91 5/69 19096
/proc/meminfo: memFree=1088600/2055920 swapFree=4179764/4192956
[pid=19090] ppid=19088 vsize=5356 CPUtime=8.79
/proc/19090/stat : 19090 (manysat.sh) S 19088 19090 18954 0 -1 4194304 313 29510 0 0 0 0 850 29 16 0 1 0 157512982 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19090/statm: 1339 238 195 169 0 50 0
[pid=19093] ppid=19090 vsize=851296 CPUtime=2521.2
/proc/19093/stat : 19093 (manysat1.1_stat) R 19090 19090 18954 0 -1 4194304 199229 0 0 0 251893 227 0 0 17 0 4 0 157513863 871727104 199147 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/19093/statm: 212824 199147 83 193 0 212628 0
[pid=19093/tid=19094] ppid=19090 vsize=851296 CPUtime=649.14
/proc/19093/task/19094/stat : 19094 (manysat1.1_stat) R 19090 19090 18954 0 -1 4194368 32877 0 0 0 64863 51 0 0 21 0 4 0 157514135 871727104 199147 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
[pid=19093/tid=19095] ppid=19090 vsize=851296 CPUtime=430.74
/proc/19093/task/19095/stat : 19095 (manysat1.1_stat) R 19090 19090 18954 0 -1 4194368 31939 0 0 0 43032 42 0 0 24 0 4 0 157514135 871727104 199147 1992294400 134512640 135305190 4294956160 18446744073709551615 134551651 0 0 4096 3 0 0 0 -1 1 0 0
[pid=19093/tid=19096] ppid=19090 vsize=851296 CPUtime=708.17
/proc/19093/task/19096/stat : 19096 (manysat1.1_stat) R 19090 19090 18954 0 -1 4194368 24129 0 0 0 70779 38 0 0 25 0 4 0 157514135 871727104 199147 1992294400 134512640 135305190 4294956160 18446744073709551615 134694990 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2529.99
Current children cumulated vsize (KiB) 856652

[startup+1279.9 s]
/proc/loadavg: 3.99 3.97 3.91 5/69 19096
/proc/meminfo: memFree=1088472/2055920 swapFree=4179764/4192956
[pid=19090] ppid=19088 vsize=5356 CPUtime=8.79
/proc/19090/stat : 19090 (manysat.sh) S 19088 19090 18954 0 -1 4194304 313 29510 0 0 0 0 850 29 16 0 1 0 157512982 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19090/statm: 1339 238 195 169 0 50 0
[pid=19093] ppid=19090 vsize=851476 CPUtime=2533.97
/proc/19093/stat : 19093 (manysat1.1_stat) R 19090 19090 18954 0 -1 4194304 199245 0 0 0 253170 227 0 0 19 0 4 0 157513863 871911424 199163 1992294400 134512640 135305190 4294956160 18446744073709551615 134528189 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/19093/statm: 212869 199163 83 193 0 212673 0
[pid=19093/tid=19094] ppid=19090 vsize=851476 CPUtime=652.21
/proc/19093/task/19094/stat : 19094 (manysat1.1_stat) R 19090 19090 18954 0 -1 4194368 32877 0 0 0 65170 51 0 0 17 0 4 0 157514135 871911424 199163 1992294400 134512640 135305190 4294956160 18446744073709551615 134529388 0 0 4096 3 0 0 0 -1 1 0 0
[pid=19093/tid=19095] ppid=19090 vsize=851476 CPUtime=432.24
/proc/19093/task/19095/stat : 19095 (manysat1.1_stat) R 19090 19090 18954 0 -1 4194368 31945 0 0 0 43182 42 0 0 25 0 4 0 157514135 871911424 199163 1992294400 134512640 135305190 4294956160 18446744073709551615 134551651 0 0 4096 3 0 0 0 -1 0 0 0
[pid=19093/tid=19096] ppid=19090 vsize=851476 CPUtime=712.48
/proc/19093/task/19096/stat : 19096 (manysat1.1_stat) R 19090 19090 18954 0 -1 4194368 24134 0 0 0 71210 38 0 0 20 0 4 0 157514135 871911424 199163 1992294400 134512640 135305190 4294956160 18446744073709551615 134557809 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2542.76
Current children cumulated vsize (KiB) 856832

[startup+1283.1 s]
/proc/loadavg: 3.99 3.97 3.91 5/69 19096
/proc/meminfo: memFree=1088344/2055920 swapFree=4179764/4192956
[pid=19090] ppid=19088 vsize=5356 CPUtime=8.79
/proc/19090/stat : 19090 (manysat.sh) S 19088 19090 18954 0 -1 4194304 313 29510 0 0 0 0 850 29 16 0 1 0 157512982 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19090/statm: 1339 238 195 169 0 50 0
[pid=19093] ppid=19090 vsize=851476 CPUtime=2540.35
/proc/19093/stat : 19093 (manysat1.1_stat) R 19090 19090 18954 0 -1 4194304 199275 0 0 0 253808 227 0 0 19 0 4 0 157513863 871911424 199193 1992294400 134512640 135305190 4294956160 18446744073709551615 134547993 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/19093/statm: 212869 199193 83 193 0 212673 0
[pid=19093/tid=19094] ppid=19090 vsize=851476 CPUtime=655.29
/proc/19093/task/19094/stat : 19094 (manysat1.1_stat) R 19090 19090 18954 0 -1 4194368 32877 0 0 0 65478 51 0 0 17 0 4 0 157514135 871911424 199193 1992294400 134512640 135305190 4294956160 18446744073709551615 134529257 0 0 4096 3 0 0 0 -1 1 0 0
[pid=19093/tid=19095] ppid=19090 vsize=851476 CPUtime=433.85
/proc/19093/task/19095/stat : 19095 (manysat1.1_stat) R 19090 19090 18954 0 -1 4194368 31974 0 0 0 43342 43 0 0 25 0 4 0 157514135 871911424 199193 1992294400 134512640 135305190 4294956160 18446744073709551615 134528565 0 0 4096 3 0 0 0 -1 0 0 0
[pid=19093/tid=19096] ppid=19090 vsize=851476 CPUtime=714.08
/proc/19093/task/19096/stat : 19096 (manysat1.1_stat) R 19090 19090 18954 0 -1 4194368 24135 0 0 0 71370 38 0 0 25 0 4 0 157514135 871911424 199193 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2549.14
Current children cumulated vsize (KiB) 856832

[startup+1283.9 s]
/proc/loadavg: 3.99 3.97 3.91 2/69 19096
/proc/meminfo: memFree=1088344/2055920 swapFree=4179764/4192956
[pid=19090] ppid=19088 vsize=5356 CPUtime=8.79
/proc/19090/stat : 19090 (manysat.sh) S 19088 19090 18954 0 -1 4194304 313 29510 0 0 0 0 850 29 16 0 1 0 157512982 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19090/statm: 1339 238 195 169 0 50 0
[pid=19093] ppid=19090 vsize=851476 CPUtime=2541.3
/proc/19093/stat : 19093 (manysat1.1_stat) S 19090 19090 18954 0 -1 4194304 199275 0 0 0 253903 227 0 0 19 0 4 0 157513863 871911424 199193 1992294400 134512640 135305190 4294956160 18446744073709551615 134657474 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/19093/statm: 212869 199193 83 193 0 212673 0
[pid=19093/tid=19094] ppid=19090 vsize=851476 CPUtime=656.08
/proc/19093/task/19094/stat : 19094 (manysat1.1_stat) R 19090 19090 18954 0 -1 4194368 32877 0 0 0 65557 51 0 0 17 0 4 0 157514135 871911424 199193 1992294400 134512640 135305190 4294956160 18446744073709551615 134529379 0 0 4096 3 0 0 0 -1 0 0 0
[pid=19093/tid=19095] ppid=19090 vsize=851476 CPUtime=433.95
/proc/19093/task/19095/stat : 19095 (manysat1.1_stat) S 19090 19090 18954 0 -1 4194368 31974 0 0 0 43352 43 0 0 25 0 4 0 157514135 871911424 199193 1992294400 134512640 135305190 4294956160 18446744073709551615 134657474 0 0 4096 3 0 0 0 -1 0 0 0
[pid=19093/tid=19096] ppid=19090 vsize=851476 CPUtime=714.14
/proc/19093/task/19096/stat : 19096 (manysat1.1_stat) S 19090 19090 18954 0 -1 4194368 24135 0 0 0 71376 38 0 0 25 0 4 0 157514135 871911424 199193 1992294400 134512640 135305190 4294956160 18446744073709551615 134657474 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2550.09
Current children cumulated vsize (KiB) 856832

[startup+1284.3 s]
/proc/loadavg: 3.99 3.97 3.91 2/69 19096
/proc/meminfo: memFree=1088344/2055920 swapFree=4179764/4192956
[pid=19090] ppid=19088 vsize=5356 CPUtime=8.79
/proc/19090/stat : 19090 (manysat.sh) S 19088 19090 18954 0 -1 4194304 313 29510 0 0 0 0 850 29 16 0 1 0 157512982 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19090/statm: 1339 238 195 169 0 50 0
[pid=19093] ppid=19090 vsize=851476 CPUtime=2541.7
/proc/19093/stat : 19093 (manysat1.1_stat) S 19090 19090 18954 0 -1 4194304 199275 0 0 0 253943 227 0 0 19 0 4 0 157513863 871911424 199193 1992294400 134512640 135305190 4294956160 18446744073709551615 134657474 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/19093/statm: 212869 199193 83 193 0 212673 0
[pid=19093/tid=19094] ppid=19090 vsize=851476 CPUtime=656.48
/proc/19093/task/19094/stat : 19094 (manysat1.1_stat) R 19090 19090 18954 0 -1 4194368 32877 0 0 0 65597 51 0 0 18 0 4 0 157514135 871911424 199193 1992294400 134512640 135305190 4294956160 18446744073709551615 134529388 0 0 4096 3 0 0 0 -1 0 0 0
[pid=19093/tid=19095] ppid=19090 vsize=851476 CPUtime=433.95
/proc/19093/task/19095/stat : 19095 (manysat1.1_stat) S 19090 19090 18954 0 -1 4194368 31974 0 0 0 43352 43 0 0 25 0 4 0 157514135 871911424 199193 1992294400 134512640 135305190 4294956160 18446744073709551615 134657474 0 0 4096 3 0 0 0 -1 0 0 0
[pid=19093/tid=19096] ppid=19090 vsize=851476 CPUtime=714.14
/proc/19093/task/19096/stat : 19096 (manysat1.1_stat) S 19090 19090 18954 0 -1 4194368 24135 0 0 0 71376 38 0 0 25 0 4 0 157514135 871911424 199193 1992294400 134512640 135305190 4294956160 18446744073709551615 134657474 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2550.49
Current children cumulated vsize (KiB) 856832

[startup+1284.5 s]
/proc/loadavg: 3.99 3.97 3.91 2/69 19096
/proc/meminfo: memFree=1088344/2055920 swapFree=4179764/4192956
[pid=19090] ppid=19088 vsize=5356 CPUtime=8.79
/proc/19090/stat : 19090 (manysat.sh) S 19088 19090 18954 0 -1 4194304 313 29510 0 0 0 0 850 29 16 0 1 0 157512982 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19090/statm: 1339 238 195 169 0 50 0
[pid=19093] ppid=19090 vsize=0 CPUtime=2541.91
/proc/19093/stat : 19093 (manysat1.1_stat) Z 19090 19090 18954 0 -1 4194316 199290 0 0 0 253963 228 0 0 16 0 2 0 157513863 0 0 1992294400 0 0 0 0 0 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/19093/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 2550.7
Current children cumulated vsize (KiB) 5356

[startup+1284.6 s]
/proc/loadavg: 3.99 3.97 3.91 2/69 19096
/proc/meminfo: memFree=1088344/2055920 swapFree=4179764/4192956
[pid=19090] ppid=19088 vsize=5356 CPUtime=8.79
/proc/19090/stat : 19090 (manysat.sh) S 19088 19090 18954 0 -1 4194304 313 29510 0 0 0 0 850 29 16 0 1 0 157512982 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19090/statm: 1339 238 195 169 0 50 0
[pid=19093] ppid=19090 vsize=0 CPUtime=2542.01
/proc/19093/stat : 19093 (manysat1.1_stat) Z 19090 19090 18954 0 -1 4194316 199290 0 0 0 253963 238 0 0 16 0 2 0 157513863 0 0 1992294400 0 0 0 0 0 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/19093/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 2550.8
Current children cumulated vsize (KiB) 5356

Child status: 20
Real time (s): 1284.64
CPU time (s): 2550.86
CPU user time (s): 2548.14
CPU system time (s): 2.71659
CPU usage (%): 198.566
Max. virtual memory (cumulated for all children) (KiB): 856832

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2548.14
system time used= 2.71659
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 229267
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= 7544
involuntary context switches= 43222

runsolver used 1.22981 second user time and 3.45847 second system time

The end

Launcher Data

Begin job on node15 at 2009-05-02 22:06:36
IDJOB=1775476
IDBENCH=71777
IDSOLVER=612
FILE ID=node15/1775476-1241294794
PBS_JOBID= 9225155
Free space on /tmp= 66524 MiB

SOLVER NAME= ManySAT 1.1 aimd 1/2009-03-20
BENCH NAME= SAT_RACE06/velev-pipe-uns-1.0-8.cnf
COMMAND LINE= manysat.sh BENCHNAME aimd 1
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1775476-1241294794/watcher-1775476-1241294794 -o /tmp/evaluation-result-1775476-1241294794/solver-1775476-1241294794 -C 10000 -W 12000 -M 1800  manysat.sh HOME/instance-1775476-1241294794.cnf aimd 1

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

MD5SUM BENCH= 0767e5dbf6844720495e9eb5423112e1
RANDOM SEED=1506409000

node15.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.220
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	: 5931.00
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.220
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:       1914320 kB
Buffers:         10132 kB
Cached:          59076 kB
SwapCached:       6952 kB
Active:          48000 kB
Inactive:        30240 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1914320 kB
SwapTotal:     4192956 kB
SwapFree:      4179764 kB
Dirty:           25804 kB
Writeback:           0 kB
Mapped:          14504 kB
Slab:            49380 kB
Committed_AS:   666640 kB
PageTables:       1464 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= 66524 MiB
End job on node15 at 2009-05-02 22:28:00