Trace number 1774846

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 5342.43 2684.19

General information on the benchmark

NameAPPLICATIONS/diagnosis/
UTI-20-10p0.cnf
MD5SUM209f7789e3588d11f275f2003f2c6a67
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark3542.12
Satisfiable
(Un)Satisfiability was proved
Number of variables259616
Number of clauses1374599
Sum of the clauses size3310772
Maximum clause length10
Minimum clause length1
Number of clauses of size 113149
Number of clauses of size 2982807
Number of clauses of size 3313283
Number of clauses of size 47260
Number of clauses of size 529040
Number of clauses of size over 529060

Solver Data

0.00/0.00	c Parsing...
1.59/1.61	c ==============================================================================
1.59/1.61	c |           |     ORIGINAL     |              LEARNT              |          |
1.59/1.61	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
1.59/1.61	c ==============================================================================
1.59/1.61	c |         0 | 1360580  3295883 |  408173       0        0     nan |  0.000 % |
9.38/9.41	c |         0 |  942285  2636352 |      --       0       --      -- |     --   | -116200/27697
9.38/9.42	c ==============================================================================
9.38/9.42	c Result  :   #vars: 138309   #clauses: 942285   #literals: 2636352
9.38/9.42	c CPU time:   9.11461 s
9.38/9.42	c ==============================================================================
5342.19/2684.03	c This is ManySAT 1.1 : 4 thread(s) on 2 core(s).
5342.19/2684.03	c ============================[ Problem Statistics ]=============================
5342.19/2684.03	c |                                                                             |
5342.19/2684.03	c threadId              : 1
5342.19/2684.03	c restarts              : 5562
5342.19/2684.03	c conflicts             : 435565         (82 /sec)
5342.19/2684.03	c decisions             : 2776850        (1.53 % random) (521 /sec)
5342.19/2684.03	c propagations          : 1091675556     (204841 /sec)
5342.19/2684.03	c conflict literals     : 83380517       (36.25 % deleted)
5342.19/2684.03	c Memory used           : 819.71 MB
5342.19/2684.03	c CPU time              : 5329.38 s
5342.19/2684.03	
5342.19/2684.03	c --->m=4, e=8, aimd=1, HOME/31778_many.cnf	time: 1332.34	conflicts: 435565       
5342.32/2684.16	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-1774846-1241292437/watcher-1774846-1241292437 -o /tmp/evaluation-result-1774846-1241292437/solver-1774846-1241292437 -C 10000 -W 12000 -M 1800 manysat.sh HOME/instance-1774846-1241292437.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.86 3.87 3/64 31778
/proc/meminfo: memFree=1395464/2055920 swapFree=4180196/4192956
[pid=31778] ppid=31776 vsize=5356 CPUtime=0
/proc/31778/stat : 31778 (manysat.sh) S 31776 31778 31741 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 157277800 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31778/statm: 1339 235 195 169 0 50 0
[pid=31779] ppid=31778 vsize=2352 CPUtime=0
/proc/31779/stat : 31779 (SatElite) R 31778 31778 31741 0 -1 4194304 497 0 0 0 0 0 0 0 18 0 1 0 157277800 2408448 481 1992294400 134512640 135034092 4294956112 18446744073709551615 134675816 0 0 4096 3 0 0 0 17 1 0 0
/proc/31779/statm: 588 489 51 127 0 458 0

[startup+0.0215029 s]
/proc/loadavg: 3.46 3.86 3.87 3/64 31778
/proc/meminfo: memFree=1395464/2055920 swapFree=4180196/4192956
[pid=31778] ppid=31776 vsize=5356 CPUtime=0
/proc/31778/stat : 31778 (manysat.sh) S 31776 31778 31741 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 157277800 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31778/statm: 1339 235 195 169 0 50 0
[pid=31779] ppid=31778 vsize=7056 CPUtime=0.01
/proc/31779/stat : 31779 (SatElite) R 31778 31778 31741 0 -1 4194304 1455 0 0 0 1 0 0 0 18 0 1 0 157277800 7225344 1399 1992294400 134512640 135034092 4294956112 18446744073709551615 134544739 0 0 4096 3 0 0 0 17 1 0 0
/proc/31779/statm: 1764 1400 50 127 0 1634 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 12412

[startup+0.101518 s]
/proc/loadavg: 3.46 3.86 3.87 3/64 31778
/proc/meminfo: memFree=1395464/2055920 swapFree=4180196/4192956
[pid=31778] ppid=31776 vsize=5356 CPUtime=0
/proc/31778/stat : 31778 (manysat.sh) S 31776 31778 31741 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 157277800 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31778/statm: 1339 235 195 169 0 50 0
[pid=31779] ppid=31778 vsize=27656 CPUtime=0.08
/proc/31779/stat : 31779 (SatElite) R 31778 31778 31741 0 -1 4194304 5968 0 0 0 7 1 0 0 18 0 1 0 157277800 28319744 5784 1992294400 134512640 135034092 4294956112 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 1 0 0
/proc/31779/statm: 6914 5785 50 127 0 6784 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 33012

[startup+0.301555 s]
/proc/loadavg: 3.46 3.86 3.87 3/64 31778
/proc/meminfo: memFree=1395464/2055920 swapFree=4180196/4192956
[pid=31778] ppid=31776 vsize=5356 CPUtime=0
/proc/31778/stat : 31778 (manysat.sh) S 31776 31778 31741 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 157277800 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31778/statm: 1339 235 195 169 0 50 0
[pid=31779] ppid=31778 vsize=49644 CPUtime=0.29
/proc/31779/stat : 31779 (SatElite) R 31778 31778 31741 0 -1 4194304 11259 0 0 0 24 5 0 0 19 0 1 0 157277800 50835456 11075 1992294400 134512640 135034092 4294956112 18446744073709551615 134673244 0 0 4096 3 0 0 0 17 1 0 0
/proc/31779/statm: 12411 11075 50 127 0 12281 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 55000

[startup+0.701628 s]
/proc/loadavg: 3.46 3.86 3.87 3/64 31778
/proc/meminfo: memFree=1395464/2055920 swapFree=4180196/4192956
[pid=31778] ppid=31776 vsize=5356 CPUtime=0
/proc/31778/stat : 31778 (manysat.sh) S 31776 31778 31741 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 157277800 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31778/statm: 1339 235 195 169 0 50 0
[pid=31779] ppid=31778 vsize=69248 CPUtime=0.68
/proc/31779/stat : 31779 (SatElite) R 31778 31778 31741 0 -1 4194304 16019 0 0 0 60 8 0 0 23 0 1 0 157277800 70909952 15835 1992294400 134512640 135034092 4294956112 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 1 0 0
/proc/31779/statm: 17312 15836 50 127 0 17182 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 74604

[startup+1.50178 s]
/proc/loadavg: 3.46 3.86 3.87 2/66 31780
/proc/meminfo: memFree=1317176/2055920 swapFree=4180196/4192956
[pid=31778] ppid=31776 vsize=5356 CPUtime=0
/proc/31778/stat : 31778 (manysat.sh) S 31776 31778 31741 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 157277800 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31778/statm: 1339 235 195 169 0 50 0
[pid=31779] ppid=31778 vsize=118012 CPUtime=1.49
/proc/31779/stat : 31779 (SatElite) R 31778 31778 31741 0 -1 4194304 28816 0 0 0 133 16 0 0 25 0 1 0 157277800 120844288 28632 1992294400 134512640 135034092 4294956112 18446744073709551615 134542695 0 0 4096 3 0 0 0 17 1 0 0
/proc/31779/statm: 29503 28632 51 127 0 29373 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 123368

[startup+3.10108 s]
/proc/loadavg: 3.46 3.86 3.87 2/66 31780
/proc/meminfo: memFree=1261944/2055920 swapFree=4180196/4192956
[pid=31778] ppid=31776 vsize=5356 CPUtime=0
/proc/31778/stat : 31778 (manysat.sh) S 31776 31778 31741 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 157277800 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31778/statm: 1339 235 195 169 0 50 0
[pid=31779] ppid=31778 vsize=147456 CPUtime=3.08
/proc/31779/stat : 31779 (SatElite) R 31778 31778 31741 0 -1 4194304 38479 0 0 0 287 21 0 0 25 0 1 0 157277800 150994944 34904 1992294400 134512640 135034092 4294956112 18446744073709551615 134540699 0 0 4096 3 0 0 0 17 0 0 0
/proc/31779/statm: 36864 34904 68 127 0 36734 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 152812

[startup+6.30166 s]
/proc/loadavg: 3.34 3.82 3.86 2/66 31780
/proc/meminfo: memFree=1237432/2055920 swapFree=4180196/4192956
[pid=31778] ppid=31776 vsize=5356 CPUtime=0
/proc/31778/stat : 31778 (manysat.sh) S 31776 31778 31741 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 157277800 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31778/statm: 1339 235 195 169 0 50 0
[pid=31779] ppid=31778 vsize=150672 CPUtime=6.28
/proc/31779/stat : 31779 (SatElite) R 31778 31778 31741 0 -1 4194304 42867 0 0 0 602 26 0 0 25 0 1 0 157277800 154288128 35738 1992294400 134512640 135034092 4294956112 18446744073709551615 134691101 0 0 4096 3 0 0 0 17 1 0 0
/proc/31779/statm: 37668 35738 68 127 0 37538 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 156028

[startup+12.7018 s]
/proc/loadavg: 3.15 3.78 3.85 2/66 31781
/proc/meminfo: memFree=1251768/2055920 swapFree=4180196/4192956
[pid=31778] ppid=31776 vsize=5356 CPUtime=10.7
/proc/31778/stat : 31778 (manysat.sh) S 31776 31778 31741 0 -1 4194304 313 48963 0 0 0 0 1031 39 16 0 1 0 157277800 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31778/statm: 1339 238 195 169 0 50 0
[pid=31781] ppid=31778 vsize=181304 CPUtime=1.96
/proc/31781/stat : 31781 (manysat1.1_stat) R 31778 31778 31741 0 -1 4194304 43096 0 0 0 176 20 0 0 25 0 1 0 157278873 185655296 43069 1992294400 134512640 135305190 4294956160 18446744073709551615 134840070 0 0 4096 3 0 0 0 17 1 0 0
/proc/31781/statm: 45326 43070 71 193 0 45130 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 186660

[startup+25.5012 s]
/proc/loadavg: 2.92 3.69 3.82 5/69 31784
/proc/meminfo: memFree=1109216/2055920 swapFree=4180196/4192956
[pid=31778] ppid=31776 vsize=5356 CPUtime=10.7
/proc/31778/stat : 31778 (manysat.sh) S 31776 31778 31741 0 -1 4194304 313 48963 0 0 0 0 1031 39 16 0 1 0 157277800 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31778/statm: 1339 238 195 169 0 50 0
[pid=31781] ppid=31778 vsize=303168 CPUtime=26.47
/proc/31781/stat : 31781 (manysat1.1_stat) R 31778 31778 31741 0 -1 4194304 64456 0 0 0 2599 48 0 0 17 0 4 0 157278873 310444032 64429 1992294400 134512640 135305190 4294956160 18446744073709551615 134551808 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/31781/statm: 75792 64429 83 193 0 75596 0
[pid=31781/tid=31782] ppid=31778 vsize=303168 CPUtime=5.4
/proc/31781/task/31782/stat : 31782 (manysat1.1_stat) R 31778 31778 31741 0 -1 4194368 1208 0 0 0 537 3 0 0 18 0 4 0 157279163 310444032 64429 1992294400 134512640 135305190 4294956160 18446744073709551615 134558354 0 0 4096 3 0 0 0 -1 1 0 0
[pid=31781/tid=31783] ppid=31778 vsize=303168 CPUtime=5.67
/proc/31781/task/31783/stat : 31783 (manysat1.1_stat) R 31778 31778 31741 0 -1 4194368 1345 0 0 0 563 4 0 0 17 0 4 0 157279163 310444032 64429 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
[pid=31781/tid=31784] ppid=31778 vsize=303168 CPUtime=5.98
/proc/31781/task/31784/stat : 31784 (manysat1.1_stat) R 31778 31778 31741 0 -1 4194368 1344 0 0 0 594 4 0 0 16 0 4 0 157279163 310444032 64429 1992294400 134512640 135305190 4294956160 18446744073709551615 134528256 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 37.17
Current children cumulated vsize (KiB) 308524

[startup+51.102 s]
/proc/loadavg: 3.29 3.71 3.82 5/69 31784
/proc/meminfo: memFree=1103648/2055920 swapFree=4180196/4192956
[pid=31778] ppid=31776 vsize=5356 CPUtime=10.7
/proc/31778/stat : 31778 (manysat.sh) S 31776 31778 31741 0 -1 4194304 313 48963 0 0 0 0 1031 39 16 0 1 0 157277800 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31778/statm: 1339 238 195 169 0 50 0
[pid=31781] ppid=31778 vsize=308620 CPUtime=77.48
/proc/31781/stat : 31781 (manysat1.1_stat) R 31778 31778 31741 0 -1 4194304 65859 0 0 0 7697 51 0 0 19 0 4 0 157278873 316026880 65832 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/31781/statm: 77155 65832 83 193 0 76959 0
[pid=31781/tid=31782] ppid=31778 vsize=308620 CPUtime=15.9
/proc/31781/task/31782/stat : 31782 (manysat1.1_stat) R 31778 31778 31741 0 -1 4194368 1412 0 0 0 1586 4 0 0 19 0 4 0 157279163 316026880 65832 1992294400 134512640 135305190 4294956160 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 1 0 0
[pid=31781/tid=31783] ppid=31778 vsize=308620 CPUtime=19.7
/proc/31781/task/31783/stat : 31783 (manysat1.1_stat) R 31778 31778 31741 0 -1 4194368 1875 0 0 0 1965 5 0 0 17 0 4 0 157279163 316026880 65832 1992294400 134512640 135305190 4294956160 18446744073709551615 134528503 0 0 4096 3 0 0 0 -1 1 0 0
[pid=31781/tid=31784] ppid=31778 vsize=308620 CPUtime=19.76
/proc/31781/task/31784/stat : 31784 (manysat1.1_stat) R 31778 31778 31741 0 -1 4194368 1676 0 0 0 1971 5 0 0 19 0 4 0 157279163 316026880 65832 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 88.18
Current children cumulated vsize (KiB) 313976

[startup+102.305 s]
/proc/loadavg: 3.69 3.76 3.82 5/69 31784
/proc/meminfo: memFree=1083744/2055920 swapFree=4180196/4192956
[pid=31778] ppid=31776 vsize=5356 CPUtime=10.7
/proc/31778/stat : 31778 (manysat.sh) S 31776 31778 31741 0 -1 4194304 313 48963 0 0 0 0 1031 39 16 0 1 0 157277800 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31778/statm: 1339 238 195 169 0 50 0
[pid=31781] ppid=31778 vsize=328188 CPUtime=179.65
/proc/31781/stat : 31781 (manysat1.1_stat) R 31778 31778 31741 0 -1 4194304 70823 0 0 0 17908 57 0 0 17 0 4 0 157278873 336064512 70796 1992294400 134512640 135305190 4294956160 18446744073709551615 134528252 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/31781/statm: 82047 70796 83 193 0 81851 0
[pid=31781/tid=31782] ppid=31778 vsize=328188 CPUtime=42.77
/proc/31781/task/31782/stat : 31782 (manysat1.1_stat) R 31778 31778 31741 0 -1 4194368 2298 0 0 0 4271 6 0 0 18 0 4 0 157279163 336064512 70796 1992294400 134512640 135305190 4294956160 18446744073709551615 134695249 0 0 4096 3 0 0 0 -1 1 0 0
[pid=31781/tid=31783] ppid=31778 vsize=328188 CPUtime=45.53
/proc/31781/task/31783/stat : 31783 (manysat1.1_stat) R 31778 31778 31741 0 -1 4194368 3647 0 0 0 4545 8 0 0 17 0 4 0 157279163 336064512 70796 1992294400 134512640 135305190 4294956160 18446744073709551615 134551651 0 0 4096 3 0 0 0 -1 0 0 0
[pid=31781/tid=31784] ppid=31778 vsize=328188 CPUtime=46.49
/proc/31781/task/31784/stat : 31784 (manysat1.1_stat) R 31778 31778 31741 0 -1 4194368 2694 0 0 0 4642 7 0 0 18 0 4 0 157279163 336064512 70796 1992294400 134512640 135305190 4294956160 18446744073709551615 134694990 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 190.35
Current children cumulated vsize (KiB) 333544

[startup+162.301 s]
/proc/loadavg: 3.88 3.80 3.83 5/69 31784
/proc/meminfo: memFree=1058592/2055920 swapFree=4180196/4192956
[pid=31778] ppid=31776 vsize=5356 CPUtime=10.7
/proc/31778/stat : 31778 (manysat.sh) S 31776 31778 31741 0 -1 4194304 313 48963 0 0 0 0 1031 39 16 0 1 0 157277800 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31778/statm: 1339 238 195 169 0 50 0
[pid=31781] ppid=31778 vsize=354380 CPUtime=299.37
/proc/31781/stat : 31781 (manysat1.1_stat) R 31778 31778 31741 0 -1 4194304 77183 0 0 0 29872 65 0 0 17 0 4 0 157278873 362885120 77156 1992294400 134512640 135305190 4294956160 18446744073709551615 134551651 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/31781/statm: 88595 77156 83 193 0 88399 0
[pid=31781/tid=31782] ppid=31778 vsize=354380 CPUtime=77.41
/proc/31781/task/31782/stat : 31782 (manysat1.1_stat) R 31778 31778 31741 0 -1 4194368 3867 0 0 0 7733 8 0 0 18 0 4 0 157279163 362885120 77156 1992294400 134512640 135305190 4294956160 18446744073709551615 134551651 0 0 4096 3 0 0 0 -1 1 0 0
[pid=31781/tid=31783] ppid=31778 vsize=354380 CPUtime=67.99
/proc/31781/task/31783/stat : 31783 (manysat1.1_stat) R 31778 31778 31741 0 -1 4194368 4949 0 0 0 6790 9 0 0 19 0 4 0 157279163 362885120 77156 1992294400 134512640 135305190 4294956160 18446744073709551615 134551681 0 0 4096 3 0 0 0 -1 1 0 0
[pid=31781/tid=31784] ppid=31778 vsize=354380 CPUtime=78.28
/proc/31781/task/31784/stat : 31784 (manysat1.1_stat) R 31778 31778 31741 0 -1 4194368 4077 0 0 0 7819 9 0 0 24 0 4 0 157279163 362885120 77156 1992294400 134512640 135305190 4294956160 18446744073709551615 134557133 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 310.07
Current children cumulated vsize (KiB) 359736

[startup+222.303 s]
/proc/loadavg: 3.95 3.83 3.84 5/69 31784
/proc/meminfo: memFree=1034528/2055920 swapFree=4180196/4192956
[pid=31778] ppid=31776 vsize=5356 CPUtime=10.7
/proc/31778/stat : 31778 (manysat.sh) S 31776 31778 31741 0 -1 4194304 313 48963 0 0 0 0 1031 39 16 0 1 0 157277800 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31778/statm: 1339 238 195 169 0 50 0
[pid=31781] ppid=31778 vsize=377464 CPUtime=419.1
/proc/31781/stat : 31781 (manysat1.1_stat) R 31778 31778 31741 0 -1 4194304 83119 0 0 0 41838 72 0 0 19 0 4 0 157278873 386523136 83092 1992294400 134512640 135305190 4294956160 18446744073709551615 134551651 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/31781/statm: 94366 83092 83 193 0 94170 0
[pid=31781/tid=31782] ppid=31778 vsize=377464 CPUtime=103.85

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

/proc/31778/statm: 1339 238 195 169 0 50 0
[pid=31781] ppid=31778 vsize=838896 CPUtime=4609.71
/proc/31781/stat : 31781 (manysat1.1_stat) R 31778 31778 31741 0 -1 4194304 198013 0 0 0 460756 215 0 0 25 0 4 0 157278873 859029504 197986 1992294400 134512640 135305190 4294956160 18446744073709551615 134551651 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/31781/statm: 209724 197986 83 193 0 209528 0
[pid=31781/tid=31782] ppid=31778 vsize=838896 CPUtime=1153.33
/proc/31781/task/31782/stat : 31782 (manysat1.1_stat) R 31778 31778 31741 0 -1 4194368 29146 0 0 0 115294 39 0 0 25 0 4 0 157279163 859029504 197986 1992294400 134512640 135305190 4294956160 18446744073709551615 134528363 0 0 4096 3 0 0 0 -1 1 0 0
[pid=31781/tid=31783] ppid=31778 vsize=838896 CPUtime=990.34
/proc/31781/task/31783/stat : 31783 (manysat1.1_stat) R 31778 31778 31741 0 -1 4194368 37499 0 0 0 98987 47 0 0 25 0 4 0 157279163 859029504 197986 1992294400 134512640 135305190 4294956160 18446744073709551615 134528523 0 0 4096 3 0 0 0 -1 0 0 0
[pid=31781/tid=31784] ppid=31778 vsize=838896 CPUtime=1183.11
/proc/31781/task/31784/stat : 31784 (manysat1.1_stat) R 31778 31778 31741 0 -1 4194368 29648 0 0 0 118271 40 0 0 21 0 4 0 157279163 859029504 197986 1992294400 134512640 135305190 4294956160 18446744073709551615 134551757 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 4620.41
Current children cumulated vsize (KiB) 844252

[startup+2382.3 s]
/proc/loadavg: 4.00 3.99 3.91 5/69 31792
/proc/meminfo: memFree=573600/2055920 swapFree=4180196/4192956
[pid=31778] ppid=31776 vsize=5356 CPUtime=10.7
/proc/31778/stat : 31778 (manysat.sh) S 31776 31778 31741 0 -1 4194304 313 48963 0 0 0 0 1031 39 16 0 1 0 157277800 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31778/statm: 1339 238 195 169 0 50 0
[pid=31781] ppid=31778 vsize=838968 CPUtime=4729.45
/proc/31781/stat : 31781 (manysat1.1_stat) R 31778 31778 31741 0 -1 4194304 198034 0 0 0 472730 215 0 0 25 0 4 0 157278873 859103232 198007 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/31781/statm: 209742 198007 83 193 0 209546 0
[pid=31781/tid=31782] ppid=31778 vsize=838968 CPUtime=1180.04
/proc/31781/task/31782/stat : 31782 (manysat1.1_stat) R 31778 31778 31741 0 -1 4194368 29147 0 0 0 117965 39 0 0 17 0 4 0 157279163 859103232 198007 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
[pid=31781/tid=31783] ppid=31778 vsize=838968 CPUtime=1017.08
/proc/31781/task/31783/stat : 31783 (manysat1.1_stat) R 31778 31778 31741 0 -1 4194368 37519 0 0 0 101661 47 0 0 25 0 4 0 157279163 859103232 198007 1992294400 134512640 135305190 4294956160 18446744073709551615 134528492 0 0 4096 3 0 0 0 -1 1 0 0
[pid=31781/tid=31784] ppid=31778 vsize=838968 CPUtime=1217.31
/proc/31781/task/31784/stat : 31784 (manysat1.1_stat) R 31778 31778 31741 0 -1 4194368 29648 0 0 0 121691 40 0 0 25 0 4 0 157279163 859103232 198007 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 4740.15
Current children cumulated vsize (KiB) 844324

[startup+2442.3 s]
/proc/loadavg: 4.00 3.99 3.91 5/69 31792
/proc/meminfo: memFree=573344/2055920 swapFree=4180196/4192956
[pid=31778] ppid=31776 vsize=5356 CPUtime=10.7
/proc/31778/stat : 31778 (manysat.sh) S 31776 31778 31741 0 -1 4194304 313 48963 0 0 0 0 1031 39 16 0 1 0 157277800 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31778/statm: 1339 238 195 169 0 50 0
[pid=31781] ppid=31778 vsize=839116 CPUtime=4849.18
/proc/31781/stat : 31781 (manysat1.1_stat) R 31778 31778 31741 0 -1 4194304 198091 0 0 0 484702 216 0 0 17 0 4 0 157278873 859254784 198064 1992294400 134512640 135305190 4294956160 18446744073709551615 134528189 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/31781/statm: 209779 198064 83 193 0 209583 0
[pid=31781/tid=31782] ppid=31778 vsize=839116 CPUtime=1208.22
/proc/31781/task/31782/stat : 31782 (manysat1.1_stat) R 31778 31778 31741 0 -1 4194368 29149 0 0 0 120783 39 0 0 20 0 4 0 157279163 859254784 198064 1992294400 134512640 135305190 4294956160 18446744073709551615 134551974 0 0 4096 3 0 0 0 -1 1 0 0
[pid=31781/tid=31783] ppid=31778 vsize=839116 CPUtime=1040.34
/proc/31781/task/31783/stat : 31783 (manysat1.1_stat) R 31778 31778 31741 0 -1 4194368 37544 0 0 0 103986 48 0 0 19 0 4 0 157279163 859254784 198064 1992294400 134512640 135305190 4294956160 18446744073709551615 134541873 0 0 4096 3 0 0 0 -1 0 0 0
[pid=31781/tid=31784] ppid=31778 vsize=839116 CPUtime=1250.61
/proc/31781/task/31784/stat : 31784 (manysat1.1_stat) R 31778 31778 31741 0 -1 4194368 29649 0 0 0 125021 40 0 0 25 0 4 0 157279163 859254784 198064 1992294400 134512640 135305190 4294956160 18446744073709551615 134528189 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 4859.88
Current children cumulated vsize (KiB) 844472

[startup+2502.3 s]
/proc/loadavg: 4.00 3.99 3.91 5/69 31792
/proc/meminfo: memFree=573216/2055920 swapFree=4180196/4192956
[pid=31778] ppid=31776 vsize=5356 CPUtime=10.7
/proc/31778/stat : 31778 (manysat.sh) S 31776 31778 31741 0 -1 4194304 313 48963 0 0 0 0 1031 39 16 0 1 0 157277800 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31778/statm: 1339 238 195 169 0 50 0
[pid=31781] ppid=31778 vsize=839384 CPUtime=4968.92
/proc/31781/stat : 31781 (manysat1.1_stat) R 31778 31778 31741 0 -1 4194304 198114 0 0 0 496675 217 0 0 25 0 4 0 157278873 859529216 198087 1992294400 134512640 135305190 4294956160 18446744073709551615 134557484 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/31781/statm: 209846 198087 83 193 0 209650 0
[pid=31781/tid=31782] ppid=31778 vsize=839384 CPUtime=1240.65
/proc/31781/task/31782/stat : 31782 (manysat1.1_stat) R 31778 31778 31741 0 -1 4194368 29152 0 0 0 124026 39 0 0 20 0 4 0 157279163 859529216 198087 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
[pid=31781/tid=31783] ppid=31778 vsize=839384 CPUtime=1063.64
/proc/31781/task/31783/stat : 31783 (manysat1.1_stat) R 31778 31778 31741 0 -1 4194368 37547 0 0 0 106316 48 0 0 25 0 4 0 157279163 859529216 198087 1992294400 134512640 135305190 4294956160 18446744073709551615 134551749 0 0 4096 3 0 0 0 -1 0 0 0
[pid=31781/tid=31784] ppid=31778 vsize=839384 CPUtime=1278.4
/proc/31781/task/31784/stat : 31784 (manysat1.1_stat) R 31778 31778 31741 0 -1 4194368 29649 0 0 0 127800 40 0 0 25 0 4 0 157279163 859529216 198087 1992294400 134512640 135305190 4294956160 18446744073709551615 134551651 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 4979.62
Current children cumulated vsize (KiB) 844740

[startup+2562.3 s]
/proc/loadavg: 4.00 3.99 3.91 5/69 31792
/proc/meminfo: memFree=573152/2055920 swapFree=4180196/4192956
[pid=31778] ppid=31776 vsize=5356 CPUtime=10.7
/proc/31778/stat : 31778 (manysat.sh) S 31776 31778 31741 0 -1 4194304 313 48963 0 0 0 0 1031 39 16 0 1 0 157277800 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31778/statm: 1339 238 195 169 0 50 0
[pid=31781] ppid=31778 vsize=839384 CPUtime=5088.63
/proc/31781/stat : 31781 (manysat1.1_stat) R 31778 31778 31741 0 -1 4194304 198139 0 0 0 508646 217 0 0 25 0 4 0 157278873 859529216 198112 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/31781/statm: 209846 198112 83 193 0 209650 0
[pid=31781/tid=31782] ppid=31778 vsize=839384 CPUtime=1278.2
/proc/31781/task/31782/stat : 31782 (manysat1.1_stat) R 31778 31778 31741 0 -1 4194368 29170 0 0 0 127781 39 0 0 25 0 4 0 157279163 859529216 198112 1992294400 134512640 135305190 4294956160 18446744073709551615 134694990 0 0 4096 3 0 0 0 -1 1 0 0
[pid=31781/tid=31783] ppid=31778 vsize=839384 CPUtime=1089.85
/proc/31781/task/31783/stat : 31783 (manysat1.1_stat) R 31778 31778 31741 0 -1 4194368 37547 0 0 0 108937 48 0 0 25 0 4 0 157279163 859529216 198112 1992294400 134512640 135305190 4294956160 18446744073709551615 134528406 0 0 4096 3 0 0 0 -1 1 0 0
[pid=31781/tid=31784] ppid=31778 vsize=839384 CPUtime=1305.06
/proc/31781/task/31784/stat : 31784 (manysat1.1_stat) S 31778 31778 31741 0 -1 4194368 29650 0 0 0 130466 40 0 0 16 0 4 0 157279163 859529216 198112 1992294400 134512640 135305190 4294956160 18446744073709551615 134694990 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 5099.33
Current children cumulated vsize (KiB) 844740

[startup+2622.3 s]
/proc/loadavg: 4.00 3.99 3.91 5/69 31792
/proc/meminfo: memFree=573152/2055920 swapFree=4180196/4192956
[pid=31778] ppid=31776 vsize=5356 CPUtime=10.7
/proc/31778/stat : 31778 (manysat.sh) S 31776 31778 31741 0 -1 4194304 313 48963 0 0 0 0 1031 39 16 0 1 0 157277800 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31778/statm: 1339 238 195 169 0 50 0
[pid=31781] ppid=31778 vsize=839384 CPUtime=5208.37
/proc/31781/stat : 31781 (manysat1.1_stat) R 31778 31778 31741 0 -1 4194304 198144 0 0 0 520619 218 0 0 18 0 4 0 157278873 859529216 198117 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/31781/statm: 209846 198117 83 193 0 209650 0
[pid=31781/tid=31782] ppid=31778 vsize=839384 CPUtime=1302.67
/proc/31781/task/31782/stat : 31782 (manysat1.1_stat) R 31778 31778 31741 0 -1 4194368 29170 0 0 0 130227 40 0 0 25 0 4 0 157279163 859529216 198117 1992294400 134512640 135305190 4294956160 18446744073709551615 134528201 0 0 4096 3 0 0 0 -1 1 0 0
[pid=31781/tid=31783] ppid=31778 vsize=839384 CPUtime=1114.77
/proc/31781/task/31783/stat : 31783 (manysat1.1_stat) R 31778 31778 31741 0 -1 4194368 37547 0 0 0 111429 48 0 0 18 0 4 0 157279163 859529216 198117 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
[pid=31781/tid=31784] ppid=31778 vsize=839384 CPUtime=1340.59
/proc/31781/task/31784/stat : 31784 (manysat1.1_stat) R 31778 31778 31741 0 -1 4194368 29655 0 0 0 134019 40 0 0 19 0 4 0 157279163 859529216 198117 1992294400 134512640 135305190 4294956160 18446744073709551615 134556558 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 5219.07
Current children cumulated vsize (KiB) 844740

[startup+2682.3 s]
/proc/loadavg: 4.00 3.99 3.91 5/69 31792
/proc/meminfo: memFree=573088/2055920 swapFree=4180196/4192956
[pid=31778] ppid=31776 vsize=5356 CPUtime=10.7
/proc/31778/stat : 31778 (manysat.sh) S 31776 31778 31741 0 -1 4194304 313 48963 0 0 0 0 1031 39 16 0 1 0 157277800 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31778/statm: 1339 238 195 169 0 50 0
[pid=31781] ppid=31778 vsize=839384 CPUtime=5328.09
/proc/31781/stat : 31781 (manysat1.1_stat) R 31778 31778 31741 0 -1 4194304 198144 0 0 0 532591 218 0 0 25 0 4 0 157278873 859529216 198117 1992294400 134512640 135305190 4294956160 18446744073709551615 134528480 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/31781/statm: 209846 198117 83 193 0 209650 0
[pid=31781/tid=31782] ppid=31778 vsize=839384 CPUtime=1330.7
/proc/31781/task/31782/stat : 31782 (manysat1.1_stat) R 31778 31778 31741 0 -1 4194368 29170 0 0 0 133030 40 0 0 21 0 4 0 157279163 859529216 198117 1992294400 134512640 135305190 4294956160 18446744073709551615 134528189 0 0 4096 3 0 0 0 -1 1 0 0
[pid=31781/tid=31783] ppid=31778 vsize=839384 CPUtime=1142.12
/proc/31781/task/31783/stat : 31783 (manysat1.1_stat) R 31778 31778 31741 0 -1 4194368 37547 0 0 0 114164 48 0 0 25 0 4 0 157279163 859529216 198117 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
[pid=31781/tid=31784] ppid=31778 vsize=839384 CPUtime=1371.88
/proc/31781/task/31784/stat : 31784 (manysat1.1_stat) R 31778 31778 31741 0 -1 4194368 29655 0 0 0 137148 40 0 0 25 0 4 0 157279163 859529216 198117 1992294400 134512640 135305190 4294956160 18446744073709551615 134530561 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 5338.79
Current children cumulated vsize (KiB) 844740

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

[startup+2683.1 s]
/proc/loadavg: 4.00 3.99 3.91 5/69 31792
/proc/meminfo: memFree=573088/2055920 swapFree=4180196/4192956
[pid=31778] ppid=31776 vsize=5356 CPUtime=10.7
/proc/31778/stat : 31778 (manysat.sh) S 31776 31778 31741 0 -1 4194304 313 48963 0 0 0 0 1031 39 16 0 1 0 157277800 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31778/statm: 1339 238 195 169 0 50 0
[pid=31781] ppid=31778 vsize=839384 CPUtime=5329.69
/proc/31781/stat : 31781 (manysat1.1_stat) R 31778 31778 31741 0 -1 4194304 198144 0 0 0 532751 218 0 0 25 0 4 0 157278873 859529216 198117 1992294400 134512640 135305190 4294956160 18446744073709551615 134551651 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/31781/statm: 209846 198117 83 193 0 209650 0
[pid=31781/tid=31782] ppid=31778 vsize=839384 CPUtime=1331.1
/proc/31781/task/31782/stat : 31782 (manysat1.1_stat) R 31778 31778 31741 0 -1 4194368 29170 0 0 0 133070 40 0 0 17 0 4 0 157279163 859529216 198117 1992294400 134512640 135305190 4294956160 18446744073709551615 134530561 0 0 4096 3 0 0 0 -1 1 0 0
[pid=31781/tid=31783] ppid=31778 vsize=839384 CPUtime=1142.22
/proc/31781/task/31783/stat : 31783 (manysat1.1_stat) R 31778 31778 31741 0 -1 4194368 37547 0 0 0 114174 48 0 0 25 0 4 0 157279163 859529216 198117 1992294400 134512640 135305190 4294956160 18446744073709551615 134528399 0 0 4096 3 0 0 0 -1 0 0 0
[pid=31781/tid=31784] ppid=31778 vsize=839384 CPUtime=1372.58
/proc/31781/task/31784/stat : 31784 (manysat1.1_stat) R 31778 31778 31741 0 -1 4194368 29655 0 0 0 137218 40 0 0 17 0 4 0 157279163 859529216 198117 1992294400 134512640 135305190 4294956160 18446744073709551615 134551814 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 5340.39
Current children cumulated vsize (KiB) 844740

[startup+2683.9 s]
/proc/loadavg: 4.00 3.99 3.91 5/69 31792
/proc/meminfo: memFree=573088/2055920 swapFree=4180196/4192956
[pid=31778] ppid=31776 vsize=5356 CPUtime=10.7
/proc/31778/stat : 31778 (manysat.sh) S 31776 31778 31741 0 -1 4194304 313 48963 0 0 0 0 1031 39 16 0 1 0 157277800 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31778/statm: 1339 238 195 169 0 50 0
[pid=31781] ppid=31778 vsize=839384 CPUtime=5331.29
/proc/31781/stat : 31781 (manysat1.1_stat) R 31778 31778 31741 0 -1 4194304 198144 0 0 0 532911 218 0 0 25 0 4 0 157278873 859529216 198117 1992294400 134512640 135305190 4294956160 18446744073709551615 134551651 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/31781/statm: 209846 198117 83 193 0 209650 0
[pid=31781/tid=31782] ppid=31778 vsize=839384 CPUtime=1331.9
/proc/31781/task/31782/stat : 31782 (manysat1.1_stat) R 31778 31778 31741 0 -1 4194368 29170 0 0 0 133150 40 0 0 17 0 4 0 157279163 859529216 198117 1992294400 134512640 135305190 4294956160 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 1 0 0
[pid=31781/tid=31783] ppid=31778 vsize=839384 CPUtime=1142.22
/proc/31781/task/31783/stat : 31783 (manysat1.1_stat) R 31778 31778 31741 0 -1 4194368 37547 0 0 0 114174 48 0 0 25 0 4 0 157279163 859529216 198117 1992294400 134512640 135305190 4294956160 18446744073709551615 134528399 0 0 4096 3 0 0 0 -1 0 0 0
[pid=31781/tid=31784] ppid=31778 vsize=839384 CPUtime=1373.38
/proc/31781/task/31784/stat : 31784 (manysat1.1_stat) R 31778 31778 31741 0 -1 4194368 29655 0 0 0 137298 40 0 0 18 0 4 0 157279163 859529216 198117 1992294400 134512640 135305190 4294956160 18446744073709551615 134528189 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 5341.99
Current children cumulated vsize (KiB) 844740

[startup+2684.1 s]
/proc/loadavg: 4.00 3.99 3.91 5/69 31792
/proc/meminfo: memFree=573088/2055920 swapFree=4180196/4192956
[pid=31778] ppid=31776 vsize=5356 CPUtime=10.7
/proc/31778/stat : 31778 (manysat.sh) S 31776 31778 31741 0 -1 4194304 313 48963 0 0 0 0 1031 39 16 0 1 0 157277800 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31778/statm: 1339 238 195 169 0 50 0
[pid=31781] ppid=31778 vsize=0 CPUtime=5331.62
/proc/31781/stat : 31781 (manysat1.1_stat) Z 31778 31778 31741 0 -1 4194316 198159 0 0 0 532937 225 0 0 25 0 2 0 157278873 0 0 1992294400 0 0 0 0 0 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/31781/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 5342.32
Current children cumulated vsize (KiB) 5356

Child status: 20
Real time (s): 2684.19
CPU time (s): 5342.43
CPU user time (s): 5339.7
CPU system time (s): 2.72758
CPU usage (%): 199.033
Max. virtual memory (cumulated for all children) (KiB): 844740

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 5339.7
system time used= 2.72758
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 247589
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= 14708
involuntary context switches= 86030

runsolver used 2.40763 second user time and 7.36188 second system time

The end

Launcher Data

Begin job on node7 at 2009-05-02 21:27:19
IDJOB=1774846
IDBENCH=71037
IDSOLVER=612
FILE ID=node7/1774846-1241292437
PBS_JOBID= 9225133
Free space on /tmp= 66536 MiB

SOLVER NAME= ManySAT 1.1 aimd 1/2009-03-20
BENCH NAME= SAT09/APPLICATIONS/diagnosis/UTI-20-10p0.cnf
COMMAND LINE= manysat.sh BENCHNAME aimd 1
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1774846-1241292437/watcher-1774846-1241292437 -o /tmp/evaluation-result-1774846-1241292437/solver-1774846-1241292437 -C 10000 -W 12000 -M 1800  manysat.sh HOME/instance-1774846-1241292437.cnf aimd 1

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

MD5SUM BENCH= 209f7789e3588d11f275f2003f2c6a67
RANDOM SEED=31747560

node7.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.256
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.256
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:       1395880 kB
Buffers:         84920 kB
Cached:         476588 kB
SwapCached:       7108 kB
Active:         118604 kB
Inactive:       451204 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1395880 kB
SwapTotal:     4192956 kB
SwapFree:      4180196 kB
Dirty:           27576 kB
Writeback:           0 kB
Mapped:          13340 kB
Slab:            76120 kB
Committed_AS:  1030160 kB
PageTables:       1444 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= 66536 MiB
End job on node7 at 2009-05-02 22:12:04