Trace number 1773706

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 3155.73 1582.27

General information on the benchmark

NameAPPLICATIONS/bitverif/
countbitssrl/countbitssrl032.cnf
MD5SUM5bb6e70c95bda454f634cd586084908b
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark991.95
Satisfiable
(Un)Satisfiability was proved
Number of variables18607
Number of clauses55724
Sum of the clauses size130020
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 237148
Number of clauses of size 318574
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.00	c Parsing...
0.00/0.05	c ==============================================================================
0.00/0.05	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.05	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.05	c ==============================================================================
0.00/0.05	c |         0 |   55722   130018 |   16716       0        0     nan |  0.000 % |
0.39/0.41	c |         0 |   34365   106362 |      --       0       --      -- |     --   | -21355/-23651
0.39/0.41	c ==============================================================================
0.39/0.41	c Result  :   #vars: 6781   #clauses: 34365   #literals: 106362
0.39/0.41	c CPU time:   0.396939 s
0.39/0.41	c ==============================================================================
3155.63/1582.23	c This is ManySAT 1.1 : 4 thread(s) on 2 core(s).
3155.63/1582.23	c ============================[ Problem Statistics ]=============================
3155.63/1582.23	c |                                                                             |
3155.63/1582.23	c threadId              : 0
3155.63/1582.23	c restarts              : 543
3155.63/1582.23	c conflicts             : 540427         (171 /sec)
3155.63/1582.23	c decisions             : 733609         (1.42 % random) (233 /sec)
3155.63/1582.23	c propagations          : 379935225      (120437 /sec)
3155.63/1582.23	c conflict literals     : 30751160       (68.74 % deleted)
3155.63/1582.23	c Memory used           : 192.91 MB
3155.63/1582.23	c CPU time              : 3154.64 s
3155.63/1582.23	
3155.63/1582.23	c --->m=4, e=8, aimd=1, HOME/25401_many.cnf	time: 788.66	conflicts: 540427       
3155.63/1582.26	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-1773706-1241288150/watcher-1773706-1241288150 -o /tmp/evaluation-result-1773706-1241288150/solver-1773706-1241288150 -C 10000 -W 12000 -M 1800 manysat.sh HOME/instance-1773706-1241288150.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.62 3.84 3.24 3/64 25401
/proc/meminfo: memFree=1947576/2055920 swapFree=4180232/4192956
[pid=25401] ppid=25399 vsize=5356 CPUtime=0
/proc/25401/stat : 25401 (manysat.sh) S 25399 25401 25331 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 156849686 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25401/statm: 1339 235 195 169 0 50 0
[pid=25402] ppid=25401 vsize=1544 CPUtime=0
/proc/25402/stat : 25402 (SatElite) R 25401 25401 25331 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 156849686 1581056 270 1992294400 134512640 135034092 4294956112 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 1 0 0
/proc/25402/statm: 386 270 50 127 0 256 0

[startup+0.0995441 s]
/proc/loadavg: 3.62 3.84 3.24 3/64 25401
/proc/meminfo: memFree=1947576/2055920 swapFree=4180232/4192956
[pid=25401] ppid=25399 vsize=5356 CPUtime=0
/proc/25401/stat : 25401 (manysat.sh) S 25399 25401 25331 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 156849686 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25401/statm: 1339 235 195 169 0 50 0
[pid=25402] ppid=25401 vsize=9756 CPUtime=0.08
/proc/25402/stat : 25402 (SatElite) R 25401 25401 25331 0 -1 4194304 2195 0 0 0 8 0 0 0 18 0 1 0 156849686 9990144 2032 1992294400 134512640 135034092 4294956112 18446744073709551615 134691101 0 0 4096 3 0 0 0 17 1 0 0
/proc/25402/statm: 2439 2032 68 127 0 2309 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 15112

[startup+0.101544 s]
/proc/loadavg: 3.62 3.84 3.24 3/64 25401
/proc/meminfo: memFree=1947576/2055920 swapFree=4180232/4192956
[pid=25401] ppid=25399 vsize=5356 CPUtime=0
/proc/25401/stat : 25401 (manysat.sh) S 25399 25401 25331 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 156849686 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25401/statm: 1339 235 195 169 0 50 0
[pid=25402] ppid=25401 vsize=9756 CPUtime=0.08
/proc/25402/stat : 25402 (SatElite) R 25401 25401 25331 0 -1 4194304 2195 0 0 0 8 0 0 0 18 0 1 0 156849686 9990144 2032 1992294400 134512640 135034092 4294956112 18446744073709551615 134691101 0 0 4096 3 0 0 0 17 1 0 0
/proc/25402/statm: 2439 2032 68 127 0 2309 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 15112

[startup+0.301583 s]
/proc/loadavg: 3.62 3.84 3.24 3/64 25401
/proc/meminfo: memFree=1947576/2055920 swapFree=4180232/4192956
[pid=25401] ppid=25399 vsize=5356 CPUtime=0
/proc/25401/stat : 25401 (manysat.sh) S 25399 25401 25331 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 156849686 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25401/statm: 1339 235 195 169 0 50 0
[pid=25402] ppid=25401 vsize=11220 CPUtime=0.29
/proc/25402/stat : 25402 (SatElite) R 25401 25401 25331 0 -1 4194304 2552 0 0 0 28 1 0 0 19 0 1 0 156849686 11489280 2389 1992294400 134512640 135034092 4294956112 18446744073709551615 134566728 0 0 4096 3 0 0 0 17 1 0 0
/proc/25402/statm: 2805 2389 68 127 0 2675 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 16576

[startup+0.701674 s]
/proc/loadavg: 3.62 3.84 3.24 3/64 25401
/proc/meminfo: memFree=1947576/2055920 swapFree=4180232/4192956
[pid=25401] ppid=25399 vsize=5356 CPUtime=0.45
/proc/25401/stat : 25401 (manysat.sh) S 25399 25401 25331 0 -1 4194304 313 2723 0 0 0 0 44 1 16 0 1 0 156849686 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25401/statm: 1339 238 195 169 0 50 0
Current children cumulated CPU time (s) 0.45
Current children cumulated vsize (KiB) 5356

[startup+1.50283 s]
/proc/loadavg: 3.65 3.85 3.24 5/69 25407
/proc/meminfo: memFree=1933264/2055920 swapFree=4180232/4192956
[pid=25401] ppid=25399 vsize=5356 CPUtime=0.45
/proc/25401/stat : 25401 (manysat.sh) S 25399 25401 25331 0 -1 4194304 313 2723 0 0 0 0 44 1 16 0 1 0 156849686 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25401/statm: 1339 238 195 169 0 50 0
[pid=25404] ppid=25401 vsize=47140 CPUtime=1.97
/proc/25404/stat : 25404 (manysat1.1_stat) R 25401 25401 25331 0 -1 4194304 3325 0 0 0 193 4 0 0 16 0 4 0 156849733 48271360 3311 1992294400 134512640 135305190 4294956160 18446744073709551615 134558374 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/25404/statm: 11785 3311 83 193 0 11589 0
[pid=25404/tid=25405] ppid=25401 vsize=47140 CPUtime=0.49
/proc/25404/task/25405/stat : 25405 (manysat1.1_stat) R 25401 25401 25331 0 -1 4194368 144 0 0 0 49 0 0 0 16 0 4 0 156849741 48271360 3311 1992294400 134512640 135305190 4294956160 18446744073709551615 134528252 0 0 4096 3 0 0 0 -1 0 0 0
[pid=25404/tid=25406] ppid=25401 vsize=47140 CPUtime=0.46
/proc/25404/task/25406/stat : 25406 (manysat1.1_stat) R 25401 25401 25331 0 -1 4194368 176 0 0 0 46 0 0 0 16 0 4 0 156849741 48271360 3311 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
[pid=25404/tid=25407] ppid=25401 vsize=47140 CPUtime=0.37
/proc/25404/task/25407/stat : 25407 (manysat1.1_stat) R 25401 25401 25331 0 -1 4194368 188 0 0 0 37 0 0 0 17 0 4 0 156849741 48271360 3311 1992294400 134512640 135305190 4294956160 18446744073709551615 134694990 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.42
Current children cumulated vsize (KiB) 52496

[startup+3.10115 s]
/proc/loadavg: 3.65 3.85 3.24 4/69 25407
/proc/meminfo: memFree=1931536/2055920 swapFree=4180232/4192956
[pid=25401] ppid=25399 vsize=5356 CPUtime=0.45
/proc/25401/stat : 25401 (manysat.sh) S 25399 25401 25331 0 -1 4194304 313 2723 0 0 0 0 44 1 16 0 1 0 156849686 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25401/statm: 1339 238 195 169 0 50 0
[pid=25404] ppid=25401 vsize=49376 CPUtime=5.15
/proc/25404/stat : 25404 (manysat1.1_stat) R 25401 25401 25331 0 -1 4194304 3892 0 0 0 511 4 0 0 17 0 4 0 156849733 50561024 3878 1992294400 134512640 135305190 4294956160 18446744073709551615 134557456 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/25404/statm: 12344 3878 83 193 0 12148 0
[pid=25404/tid=25405] ppid=25401 vsize=49376 CPUtime=1.24
/proc/25404/task/25405/stat : 25405 (manysat1.1_stat) R 25401 25401 25331 0 -1 4194368 260 0 0 0 123 1 0 0 17 0 4 0 156849741 50561024 3878 1992294400 134512640 135305190 4294956160 18446744073709551615 134556558 0 0 4096 3 0 0 0 -1 0 0 0
[pid=25404/tid=25406] ppid=25401 vsize=49376 CPUtime=1.15
/proc/25404/task/25406/stat : 25406 (manysat1.1_stat) R 25401 25401 25331 0 -1 4194368 403 0 0 0 115 0 0 0 17 0 4 0 156849741 50561024 3878 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
[pid=25404/tid=25407] ppid=25401 vsize=49376 CPUtime=1.21
/proc/25404/task/25407/stat : 25407 (manysat1.1_stat) R 25401 25401 25331 0 -1 4194368 263 0 0 0 121 0 0 0 17 0 4 0 156849741 50561024 3878 1992294400 134512640 135305190 4294956160 18446744073709551615 134556647 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 5.6
Current children cumulated vsize (KiB) 54732

[startup+6.30278 s]
/proc/loadavg: 3.65 3.85 3.24 5/69 25407
/proc/meminfo: memFree=1926672/2055920 swapFree=4180232/4192956
[pid=25401] ppid=25399 vsize=5356 CPUtime=0.45
/proc/25401/stat : 25401 (manysat.sh) S 25399 25401 25331 0 -1 4194304 313 2723 0 0 0 0 44 1 16 0 1 0 156849686 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25401/statm: 1339 238 195 169 0 50 0
[pid=25404] ppid=25401 vsize=53352 CPUtime=11.54
/proc/25404/stat : 25404 (manysat1.1_stat) R 25401 25401 25331 0 -1 4194304 4923 0 0 0 1148 6 0 0 17 0 4 0 156849733 54632448 4909 1992294400 134512640 135305190 4294956160 18446744073709551615 134528229 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/25404/statm: 13338 4909 83 193 0 13142 0
[pid=25404/tid=25405] ppid=25401 vsize=53352 CPUtime=2.99
/proc/25404/task/25405/stat : 25405 (manysat1.1_stat) R 25401 25401 25331 0 -1 4194368 493 0 0 0 297 2 0 0 17 0 4 0 156849741 54632448 4909 1992294400 134512640 135305190 4294956160 18446744073709551615 134530657 0 0 4096 3 0 0 0 -1 1 0 0
[pid=25404/tid=25406] ppid=25401 vsize=53352 CPUtime=2.74
/proc/25404/task/25406/stat : 25406 (manysat1.1_stat) R 25401 25401 25331 0 -1 4194368 737 0 0 0 273 1 0 0 18 0 4 0 156849741 54632448 4909 1992294400 134512640 135305190 4294956160 18446744073709551615 134528252 0 0 4096 3 0 0 0 -1 1 0 0
[pid=25404/tid=25407] ppid=25401 vsize=53352 CPUtime=2.74
/proc/25404/task/25407/stat : 25407 (manysat1.1_stat) R 25401 25401 25331 0 -1 4194368 483 0 0 0 274 0 0 0 17 0 4 0 156849741 54632448 4909 1992294400 134512640 135305190 4294956160 18446744073709551615 134570397 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 11.99
Current children cumulated vsize (KiB) 58708

[startup+12.7021 s]
/proc/loadavg: 3.70 3.85 3.25 5/69 25407
/proc/meminfo: memFree=1919760/2055920 swapFree=4180232/4192956
[pid=25401] ppid=25399 vsize=5356 CPUtime=0.45
/proc/25401/stat : 25401 (manysat.sh) S 25399 25401 25331 0 -1 4194304 313 2723 0 0 0 0 44 1 16 0 1 0 156849686 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25401/statm: 1339 238 195 169 0 50 0
[pid=25404] ppid=25401 vsize=59788 CPUtime=24.31
/proc/25404/stat : 25404 (manysat1.1_stat) R 25401 25401 25331 0 -1 4194304 6589 0 0 0 2423 8 0 0 17 0 4 0 156849733 61222912 6575 1992294400 134512640 135305190 4294956160 18446744073709551615 134528837 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/25404/statm: 14947 6575 83 193 0 14751 0
[pid=25404/tid=25405] ppid=25401 vsize=59788 CPUtime=6.27
/proc/25404/task/25405/stat : 25405 (manysat1.1_stat) R 25401 25401 25331 0 -1 4194368 890 0 0 0 625 2 0 0 17 0 4 0 156849741 61222912 6575 1992294400 134512640 135305190 4294956160 18446744073709551615 134530646 0 0 4096 3 0 0 0 -1 0 0 0
[pid=25404/tid=25406] ppid=25401 vsize=59788 CPUtime=4.96
/proc/25404/task/25406/stat : 25406 (manysat1.1_stat) R 25401 25401 25331 0 -1 4194368 995 0 0 0 495 1 0 0 17 0 4 0 156849741 61222912 6575 1992294400 134512640 135305190 4294956160 18446744073709551615 134528263 0 0 4096 3 0 0 0 -1 1 0 0
[pid=25404/tid=25407] ppid=25401 vsize=59788 CPUtime=6.75
/proc/25404/task/25407/stat : 25407 (manysat1.1_stat) R 25401 25401 25331 0 -1 4194368 1039 0 0 0 674 1 0 0 17 0 4 0 156849741 61222912 6575 1992294400 134512640 135305190 4294956160 18446744073709551615 134565634 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 24.76
Current children cumulated vsize (KiB) 65144

[startup+25.5016 s]
/proc/loadavg: 3.75 3.86 3.26 5/69 25407
/proc/meminfo: memFree=1912272/2055920 swapFree=4180232/4192956
[pid=25401] ppid=25399 vsize=5356 CPUtime=0.45
/proc/25401/stat : 25401 (manysat.sh) S 25399 25401 25331 0 -1 4194304 313 2723 0 0 0 0 44 1 16 0 1 0 156849686 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25401/statm: 1339 238 195 169 0 50 0
[pid=25404] ppid=25401 vsize=66572 CPUtime=49.84
/proc/25404/stat : 25404 (manysat1.1_stat) R 25401 25401 25331 0 -1 4194304 8342 0 0 0 4974 10 0 0 18 0 4 0 156849733 68169728 8328 1992294400 134512640 135305190 4294956160 18446744073709551615 134528568 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/25404/statm: 16643 8328 83 193 0 16447 0
[pid=25404/tid=25405] ppid=25401 vsize=66572 CPUtime=9.21
/proc/25404/task/25405/stat : 25405 (manysat1.1_stat) R 25401 25401 25331 0 -1 4194368 1032 0 0 0 919 2 0 0 18 0 4 0 156849741 68169728 8328 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
[pid=25404/tid=25406] ppid=25401 vsize=66572 CPUtime=9.56
/proc/25404/task/25406/stat : 25406 (manysat1.1_stat) R 25401 25401 25331 0 -1 4194368 1255 0 0 0 955 1 0 0 18 0 4 0 156849741 68169728 8328 1992294400 134512640 135305190 4294956160 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 1 0 0
[pid=25404/tid=25407] ppid=25401 vsize=66572 CPUtime=15.52
/proc/25404/task/25407/stat : 25407 (manysat1.1_stat) R 25401 25401 25331 0 -1 4194368 1649 0 0 0 1550 2 0 0 17 0 4 0 156849741 68169728 8328 1992294400 134512640 135305190 4294956160 18446744073709551615 134528263 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 50.29
Current children cumulated vsize (KiB) 71928

[startup+51.1017 s]
/proc/loadavg: 3.83 3.87 3.28 5/69 25407
/proc/meminfo: memFree=1902224/2055920 swapFree=4180232/4192956
[pid=25401] ppid=25399 vsize=5356 CPUtime=0.45
/proc/25401/stat : 25401 (manysat.sh) S 25399 25401 25331 0 -1 4194304 313 2723 0 0 0 0 44 1 16 0 1 0 156849686 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25401/statm: 1339 238 195 169 0 50 0
[pid=25404] ppid=25401 vsize=77376 CPUtime=100.92
/proc/25404/stat : 25404 (manysat1.1_stat) R 25401 25401 25331 0 -1 4194304 10896 0 0 0 10078 14 0 0 19 0 4 0 156849733 79233024 10882 1992294400 134512640 135305190 4294956160 18446744073709551615 134528562 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/25404/statm: 19344 10882 83 193 0 19148 0
[pid=25404/tid=25405] ppid=25401 vsize=77376 CPUtime=21.81
/proc/25404/task/25405/stat : 25405 (manysat1.1_stat) R 25401 25401 25331 0 -1 4194368 1672 0 0 0 2178 3 0 0 20 0 4 0 156849741 79233024 10882 1992294400 134512640 135305190 4294956160 18446744073709551615 134551697 0 0 4096 3 0 0 0 -1 1 0 0
[pid=25404/tid=25406] ppid=25401 vsize=77376 CPUtime=21.11
/proc/25404/task/25406/stat : 25406 (manysat1.1_stat) R 25401 25401 25331 0 -1 4194368 1868 0 0 0 2108 3 0 0 18 0 4 0 156849741 79233024 10882 1992294400 134512640 135305190 4294956160 18446744073709551615 134553373 0 0 4096 3 0 0 0 -1 1 0 0
[pid=25404/tid=25407] ppid=25401 vsize=77376 CPUtime=25.71
/proc/25404/task/25407/stat : 25407 (manysat1.1_stat) R 25401 25401 25331 0 -1 4194368 2107 0 0 0 2568 3 0 0 17 0 4 0 156849741 79233024 10882 1992294400 134512640 135305190 4294956160 18446744073709551615 134528157 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 101.37
Current children cumulated vsize (KiB) 82732

[startup+102.307 s]
/proc/loadavg: 3.93 3.89 3.31 5/69 25407
/proc/meminfo: memFree=1888080/2055920 swapFree=4180232/4192956
[pid=25401] ppid=25399 vsize=5356 CPUtime=0.45
/proc/25401/stat : 25401 (manysat.sh) S 25399 25401 25331 0 -1 4194304 313 2723 0 0 0 0 44 1 16 0 1 0 156849686 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25401/statm: 1339 238 195 169 0 50 0
[pid=25404] ppid=25401 vsize=90780 CPUtime=203.1
/proc/25404/stat : 25404 (manysat1.1_stat) R 25401 25401 25331 0 -1 4194304 14322 0 0 0 20291 19 0 0 19 0 4 0 156849733 92958720 14308 1992294400 134512640 135305190 4294956160 18446744073709551615 134528229 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/25404/statm: 22695 14308 83 193 0 22499 0
[pid=25404/tid=25405] ppid=25401 vsize=90780 CPUtime=49.61
/proc/25404/task/25405/stat : 25405 (manysat1.1_stat) R 25401 25401 25331 0 -1 4194368 2552 0 0 0 4957 4 0 0 17 0 4 0 156849741 92958720 14308 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
[pid=25404/tid=25406] ppid=25401 vsize=90780 CPUtime=45.19
/proc/25404/task/25406/stat : 25406 (manysat1.1_stat) R 25401 25401 25331 0 -1 4194368 2825 0 0 0 4515 4 0 0 20 0 4 0 156849741 92958720 14308 1992294400 134512640 135305190 4294956160 18446744073709551615 134569845 0 0 4096 3 0 0 0 -1 0 0 0
[pid=25404/tid=25407] ppid=25401 vsize=90780 CPUtime=50.29
/proc/25404/task/25407/stat : 25407 (manysat1.1_stat) R 25401 25401 25331 0 -1 4194368 3125 0 0 0 5025 4 0 0 19 0 4 0 156849741 92958720 14308 1992294400 134512640 135305190 4294956160 18446744073709551615 134528248 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 203.55
Current children cumulated vsize (KiB) 96136

[startup+162.302 s]
/proc/loadavg: 3.97 3.90 3.35 5/69 25407
/proc/meminfo: memFree=1878416/2055920 swapFree=4180232/4192956
[pid=25401] ppid=25399 vsize=5356 CPUtime=0.45
/proc/25401/stat : 25401 (manysat.sh) S 25399 25401 25331 0 -1 4194304 313 2723 0 0 0 0 44 1 16 0 1 0 156849686 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25401/statm: 1339 238 195 169 0 50 0
[pid=25404] ppid=25401 vsize=100560 CPUtime=322.82

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

[pid=25404/tid=25406] ppid=25401 vsize=196704 CPUtime=722.89
/proc/25404/task/25406/stat : 25406 (manysat1.1_stat) R 25401 25401 25331 0 -1 4194368 9743 0 0 0 72275 14 0 0 25 0 4 0 156849741 201424896 40130 1992294400 134512640 135305190 4294956160 18446744073709551615 134528347 0 0 4096 3 0 0 0 -1 1 0 0
[pid=25404/tid=25407] ppid=25401 vsize=196704 CPUtime=769.83
/proc/25404/task/25407/stat : 25407 (manysat1.1_stat) R 25401 25401 25331 0 -1 4194368 10039 0 0 0 76969 14 0 0 25 0 4 0 156849741 201424896 40130 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2957.36
Current children cumulated vsize (KiB) 202060

[startup+1542.3 s]
/proc/loadavg: 3.99 3.97 3.82 5/69 25409
/proc/meminfo: memFree=1783312/2055920 swapFree=4180232/4192956
[pid=25401] ppid=25399 vsize=5356 CPUtime=0.45
/proc/25401/stat : 25401 (manysat.sh) S 25399 25401 25331 0 -1 4194304 313 2723 0 0 0 0 44 1 16 0 1 0 156849686 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25401/statm: 1339 238 195 169 0 50 0
[pid=25404] ppid=25401 vsize=197160 CPUtime=3076.64
/proc/25404/stat : 25404 (manysat1.1_stat) R 25401 25401 25331 0 -1 4194304 40250 0 0 0 307606 58 0 0 25 0 4 0 156849733 201891840 40236 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/25404/statm: 49290 40236 83 193 0 49094 0
[pid=25404/tid=25405] ppid=25401 vsize=197160 CPUtime=741.39
/proc/25404/task/25405/stat : 25405 (manysat1.1_stat) R 25401 25401 25331 0 -1 4194368 8274 0 0 0 74127 12 0 0 18 0 4 0 156849741 201891840 40236 1992294400 134512640 135305190 4294956160 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 1 0 0
[pid=25404/tid=25406] ppid=25401 vsize=197160 CPUtime=751.89
/proc/25404/task/25406/stat : 25406 (manysat1.1_stat) R 25401 25401 25331 0 -1 4194368 9775 0 0 0 75175 14 0 0 25 0 4 0 156849741 201891840 40236 1992294400 134512640 135305190 4294956160 18446744073709551615 134695249 0 0 4096 3 0 0 0 -1 1 0 0
[pid=25404/tid=25407] ppid=25401 vsize=197160 CPUtime=799.86
/proc/25404/task/25407/stat : 25407 (manysat1.1_stat) R 25401 25401 25331 0 -1 4194368 10086 0 0 0 79972 14 0 0 25 0 4 0 156849741 201891840 40236 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3077.09
Current children cumulated vsize (KiB) 202516

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

[startup+1561.5 s]
/proc/loadavg: 3.99 3.97 3.82 5/69 25409
/proc/meminfo: memFree=1782992/2055920 swapFree=4180232/4192956
[pid=25401] ppid=25399 vsize=5356 CPUtime=0.45
/proc/25401/stat : 25401 (manysat.sh) S 25399 25401 25331 0 -1 4194304 313 2723 0 0 0 0 44 1 16 0 1 0 156849686 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25401/statm: 1339 238 195 169 0 50 0
[pid=25404] ppid=25401 vsize=197540 CPUtime=3114.96
/proc/25404/stat : 25404 (manysat1.1_stat) R 25401 25401 25331 0 -1 4194304 40325 0 0 0 311438 58 0 0 25 0 4 0 156849733 202280960 40311 1992294400 134512640 135305190 4294956160 18446744073709551615 134528512 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/25404/statm: 49385 40311 83 193 0 49189 0
[pid=25404/tid=25405] ppid=25401 vsize=197540 CPUtime=751.09
/proc/25404/task/25405/stat : 25405 (manysat1.1_stat) R 25401 25401 25331 0 -1 4194368 8276 0 0 0 75097 12 0 0 25 0 4 0 156849741 202280960 40311 1992294400 134512640 135305190 4294956160 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 1 0 0
[pid=25404/tid=25406] ppid=25401 vsize=197540 CPUtime=761.39
/proc/25404/task/25406/stat : 25406 (manysat1.1_stat) R 25401 25401 25331 0 -1 4194368 9793 0 0 0 76125 14 0 0 25 0 4 0 156849741 202280960 40311 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
[pid=25404/tid=25407] ppid=25401 vsize=197540 CPUtime=811.17
/proc/25404/task/25407/stat : 25407 (manysat1.1_stat) R 25401 25401 25331 0 -1 4194368 10121 0 0 0 81103 14 0 0 25 0 4 0 156849741 202280960 40311 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3115.41
Current children cumulated vsize (KiB) 202896

[startup+1574.3 s]
/proc/loadavg: 3.99 3.97 3.82 5/69 25409
/proc/meminfo: memFree=1782992/2055920 swapFree=4180232/4192956
[pid=25401] ppid=25399 vsize=5356 CPUtime=0.45
/proc/25401/stat : 25401 (manysat.sh) S 25399 25401 25331 0 -1 4194304 313 2723 0 0 0 0 44 1 16 0 1 0 156849686 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25401/statm: 1339 238 195 169 0 50 0
[pid=25404] ppid=25401 vsize=197540 CPUtime=3140.5
/proc/25404/stat : 25404 (manysat1.1_stat) R 25401 25401 25331 0 -1 4194304 40326 0 0 0 313992 58 0 0 25 0 4 0 156849733 202280960 40312 1992294400 134512640 135305190 4294956160 18446744073709551615 134528263 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/25404/statm: 49385 40312 83 193 0 49189 0
[pid=25404/tid=25405] ppid=25401 vsize=197540 CPUtime=757.79
/proc/25404/task/25405/stat : 25405 (manysat1.1_stat) R 25401 25401 25331 0 -1 4194368 8276 0 0 0 75767 12 0 0 17 0 4 0 156849741 202280960 40312 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
[pid=25404/tid=25406] ppid=25401 vsize=197540 CPUtime=767.38
/proc/25404/task/25406/stat : 25406 (manysat1.1_stat) R 25401 25401 25331 0 -1 4194368 9794 0 0 0 76724 14 0 0 23 0 4 0 156849741 202280960 40312 1992294400 134512640 135305190 4294956160 18446744073709551615 134695249 0 0 4096 3 0 0 0 -1 1 0 0
[pid=25404/tid=25407] ppid=25401 vsize=197540 CPUtime=817.57
/proc/25404/task/25407/stat : 25407 (manysat1.1_stat) R 25401 25401 25331 0 -1 4194368 10121 0 0 0 81743 14 0 0 25 0 4 0 156849741 202280960 40312 1992294400 134512640 135305190 4294956160 18446744073709551615 134551808 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3140.95
Current children cumulated vsize (KiB) 202896

[startup+1577.5 s]
/proc/loadavg: 3.99 3.97 3.82 5/69 25409
/proc/meminfo: memFree=1782992/2055920 swapFree=4180232/4192956
[pid=25401] ppid=25399 vsize=5356 CPUtime=0.45
/proc/25401/stat : 25401 (manysat.sh) S 25399 25401 25331 0 -1 4194304 313 2723 0 0 0 0 44 1 16 0 1 0 156849686 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25401/statm: 1339 238 195 169 0 50 0
[pid=25404] ppid=25401 vsize=197540 CPUtime=3146.88
/proc/25404/stat : 25404 (manysat1.1_stat) R 25401 25401 25331 0 -1 4194304 40326 0 0 0 314630 58 0 0 25 0 4 0 156849733 202280960 40312 1992294400 134512640 135305190 4294956160 18446744073709551615 134528458 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/25404/statm: 49385 40312 83 193 0 49189 0
[pid=25404/tid=25405] ppid=25401 vsize=197540 CPUtime=759.98
/proc/25404/task/25405/stat : 25405 (manysat1.1_stat) R 25401 25401 25331 0 -1 4194368 8276 0 0 0 75986 12 0 0 20 0 4 0 156849741 202280960 40312 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
[pid=25404/tid=25406] ppid=25401 vsize=197540 CPUtime=768.38
/proc/25404/task/25406/stat : 25406 (manysat1.1_stat) R 25401 25401 25331 0 -1 4194368 9794 0 0 0 76824 14 0 0 25 0 4 0 156849741 202280960 40312 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
[pid=25404/tid=25407] ppid=25401 vsize=197540 CPUtime=819.17
/proc/25404/task/25407/stat : 25407 (manysat1.1_stat) R 25401 25401 25331 0 -1 4194368 10121 0 0 0 81903 14 0 0 25 0 4 0 156849741 202280960 40312 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3147.33
Current children cumulated vsize (KiB) 202896

[startup+1580.71 s]
/proc/loadavg: 3.99 3.97 3.82 5/69 25409
/proc/meminfo: memFree=1782928/2055920 swapFree=4180232/4192956
[pid=25401] ppid=25399 vsize=5356 CPUtime=0.45
/proc/25401/stat : 25401 (manysat.sh) S 25399 25401 25331 0 -1 4194304 313 2723 0 0 0 0 44 1 16 0 1 0 156849686 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25401/statm: 1339 238 195 169 0 50 0
[pid=25404] ppid=25401 vsize=197540 CPUtime=3153.27
/proc/25404/stat : 25404 (manysat1.1_stat) R 25401 25401 25331 0 -1 4194304 40344 0 0 0 315269 58 0 0 25 0 4 0 156849733 202280960 40330 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/25404/statm: 49385 40330 83 193 0 49189 0
[pid=25404/tid=25405] ppid=25401 vsize=197540 CPUtime=761.59
/proc/25404/task/25405/stat : 25405 (manysat1.1_stat) R 25401 25401 25331 0 -1 4194368 8276 0 0 0 76147 12 0 0 25 0 4 0 156849741 202280960 40330 1992294400 134512640 135305190 4294956160 18446744073709551615 134556758 0 0 4096 3 0 0 0 -1 1 0 0
[pid=25404/tid=25406] ppid=25401 vsize=197540 CPUtime=769.98
/proc/25404/task/25406/stat : 25406 (manysat1.1_stat) R 25401 25401 25331 0 -1 4194368 9812 0 0 0 76984 14 0 0 25 0 4 0 156849741 202280960 40330 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
[pid=25404/tid=25407] ppid=25401 vsize=197540 CPUtime=820.77
/proc/25404/task/25407/stat : 25407 (manysat1.1_stat) R 25401 25401 25331 0 -1 4194368 10121 0 0 0 82063 14 0 0 25 0 4 0 156849741 202280960 40330 1992294400 134512640 135305190 4294956160 18446744073709551615 134528379 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3153.72
Current children cumulated vsize (KiB) 202896

[startup+1581.5 s]
/proc/loadavg: 3.99 3.97 3.82 5/69 25409
/proc/meminfo: memFree=1782928/2055920 swapFree=4180232/4192956
[pid=25401] ppid=25399 vsize=5356 CPUtime=0.45
/proc/25401/stat : 25401 (manysat.sh) S 25399 25401 25331 0 -1 4194304 313 2723 0 0 0 0 44 1 16 0 1 0 156849686 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25401/statm: 1339 238 195 169 0 50 0
[pid=25404] ppid=25401 vsize=197540 CPUtime=3154.48
/proc/25404/stat : 25404 (manysat1.1_stat) S 25401 25401 25331 0 -1 4194304 40344 0 0 0 315390 58 0 0 25 0 4 0 156849733 202280960 40330 1992294400 134512640 135305190 4294956160 18446744073709551615 134657474 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/25404/statm: 49385 40330 83 193 0 49189 0
[pid=25404/tid=25405] ppid=25401 vsize=197540 CPUtime=762.17
/proc/25404/task/25405/stat : 25405 (manysat1.1_stat) R 25401 25401 25331 0 -1 4194368 8276 0 0 0 76205 12 0 0 25 0 4 0 156849741 202280960 40330 1992294400 134512640 135305190 4294956160 18446744073709551615 134529363 0 0 4096 3 0 0 0 -1 0 0 0
[pid=25404/tid=25406] ppid=25401 vsize=197540 CPUtime=770.2
/proc/25404/task/25406/stat : 25406 (manysat1.1_stat) S 25401 25401 25331 0 -1 4194368 9812 0 0 0 77006 14 0 0 25 0 4 0 156849741 202280960 40330 1992294400 134512640 135305190 4294956160 18446744073709551615 134657474 0 0 4096 3 0 0 0 -1 1 0 0
[pid=25404/tid=25407] ppid=25401 vsize=197540 CPUtime=820.97
/proc/25404/task/25407/stat : 25407 (manysat1.1_stat) S 25401 25401 25331 0 -1 4194368 10121 0 0 0 82083 14 0 0 25 0 4 0 156849741 202280960 40330 1992294400 134512640 135305190 4294956160 18446744073709551615 134657474 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3154.93
Current children cumulated vsize (KiB) 202896

[startup+1581.9 s]
/proc/loadavg: 3.99 3.97 3.82 2/69 25409
/proc/meminfo: memFree=1782864/2055920 swapFree=4180232/4192956
[pid=25401] ppid=25399 vsize=5356 CPUtime=0.45
/proc/25401/stat : 25401 (manysat.sh) S 25399 25401 25331 0 -1 4194304 313 2723 0 0 0 0 44 1 16 0 1 0 156849686 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25401/statm: 1339 238 195 169 0 50 0
[pid=25404] ppid=25401 vsize=197540 CPUtime=3154.88
/proc/25404/stat : 25404 (manysat1.1_stat) S 25401 25401 25331 0 -1 4194304 40344 0 0 0 315430 58 0 0 25 0 4 0 156849733 202280960 40330 1992294400 134512640 135305190 4294956160 18446744073709551615 134657474 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/25404/statm: 49385 40330 83 193 0 49189 0
[pid=25404/tid=25405] ppid=25401 vsize=197540 CPUtime=762.57
/proc/25404/task/25405/stat : 25405 (manysat1.1_stat) R 25401 25401 25331 0 -1 4194368 8276 0 0 0 76245 12 0 0 25 0 4 0 156849741 202280960 40330 1992294400 134512640 135305190 4294956160 18446744073709551615 134529379 0 0 4096 3 0 0 0 -1 1 0 0
[pid=25404/tid=25406] ppid=25401 vsize=197540 CPUtime=770.2
/proc/25404/task/25406/stat : 25406 (manysat1.1_stat) S 25401 25401 25331 0 -1 4194368 9812 0 0 0 77006 14 0 0 25 0 4 0 156849741 202280960 40330 1992294400 134512640 135305190 4294956160 18446744073709551615 134657474 0 0 4096 3 0 0 0 -1 1 0 0
[pid=25404/tid=25407] ppid=25401 vsize=197540 CPUtime=820.97
/proc/25404/task/25407/stat : 25407 (manysat1.1_stat) S 25401 25401 25331 0 -1 4194368 10121 0 0 0 82083 14 0 0 25 0 4 0 156849741 202280960 40330 1992294400 134512640 135305190 4294956160 18446744073709551615 134657474 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3155.33
Current children cumulated vsize (KiB) 202896

[startup+1582.1 s]
/proc/loadavg: 3.99 3.97 3.82 2/69 25409
/proc/meminfo: memFree=1782864/2055920 swapFree=4180232/4192956
[pid=25401] ppid=25399 vsize=5356 CPUtime=0.45
/proc/25401/stat : 25401 (manysat.sh) S 25399 25401 25331 0 -1 4194304 313 2723 0 0 0 0 44 1 16 0 1 0 156849686 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25401/statm: 1339 238 195 169 0 50 0
[pid=25404] ppid=25401 vsize=197540 CPUtime=3155.08
/proc/25404/stat : 25404 (manysat1.1_stat) S 25401 25401 25331 0 -1 4194304 40344 0 0 0 315450 58 0 0 25 0 4 0 156849733 202280960 40330 1992294400 134512640 135305190 4294956160 18446744073709551615 134657474 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/25404/statm: 49385 40330 83 193 0 49189 0
[pid=25404/tid=25405] ppid=25401 vsize=197540 CPUtime=762.77
/proc/25404/task/25405/stat : 25405 (manysat1.1_stat) R 25401 25401 25331 0 -1 4194368 8276 0 0 0 76265 12 0 0 25 0 4 0 156849741 202280960 40330 1992294400 134512640 135305190 4294956160 18446744073709551615 134529244 0 0 4096 3 0 0 0 -1 1 0 0
[pid=25404/tid=25406] ppid=25401 vsize=197540 CPUtime=770.2
/proc/25404/task/25406/stat : 25406 (manysat1.1_stat) S 25401 25401 25331 0 -1 4194368 9812 0 0 0 77006 14 0 0 25 0 4 0 156849741 202280960 40330 1992294400 134512640 135305190 4294956160 18446744073709551615 134657474 0 0 4096 3 0 0 0 -1 1 0 0
[pid=25404/tid=25407] ppid=25401 vsize=197540 CPUtime=820.97
/proc/25404/task/25407/stat : 25407 (manysat1.1_stat) S 25401 25401 25331 0 -1 4194368 10121 0 0 0 82083 14 0 0 25 0 4 0 156849741 202280960 40330 1992294400 134512640 135305190 4294956160 18446744073709551615 134657474 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3155.53
Current children cumulated vsize (KiB) 202896

[startup+1582.2 s]
/proc/loadavg: 3.99 3.97 3.82 2/69 25409
/proc/meminfo: memFree=1782864/2055920 swapFree=4180232/4192956
[pid=25401] ppid=25399 vsize=5356 CPUtime=0.45
/proc/25401/stat : 25401 (manysat.sh) S 25399 25401 25331 0 -1 4194304 313 2723 0 0 0 0 44 1 16 0 1 0 156849686 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25401/statm: 1339 238 195 169 0 50 0
[pid=25404] ppid=25401 vsize=197540 CPUtime=3155.18
/proc/25404/stat : 25404 (manysat1.1_stat) S 25401 25401 25331 0 -1 4194304 40344 0 0 0 315460 58 0 0 25 0 4 0 156849733 202280960 40330 1992294400 134512640 135305190 4294956160 18446744073709551615 134657474 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/25404/statm: 49385 40330 83 193 0 49189 0
[pid=25404/tid=25405] ppid=25401 vsize=197540 CPUtime=762.87
/proc/25404/task/25405/stat : 25405 (manysat1.1_stat) R 25401 25401 25331 0 -1 4194368 8276 0 0 0 76275 12 0 0 25 0 4 0 156849741 202280960 40330 1992294400 134512640 135305190 4294956160 18446744073709551615 134529566 0 0 4096 3 0 0 0 -1 1 0 0
[pid=25404/tid=25406] ppid=25401 vsize=197540 CPUtime=770.2
/proc/25404/task/25406/stat : 25406 (manysat1.1_stat) S 25401 25401 25331 0 -1 4194368 9812 0 0 0 77006 14 0 0 25 0 4 0 156849741 202280960 40330 1992294400 134512640 135305190 4294956160 18446744073709551615 134657474 0 0 4096 3 0 0 0 -1 1 0 0
[pid=25404/tid=25407] ppid=25401 vsize=197540 CPUtime=820.97
/proc/25404/task/25407/stat : 25407 (manysat1.1_stat) S 25401 25401 25331 0 -1 4194368 10121 0 0 0 82083 14 0 0 25 0 4 0 156849741 202280960 40330 1992294400 134512640 135305190 4294956160 18446744073709551615 134657474 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3155.63
Current children cumulated vsize (KiB) 202896

Child status: 20
Real time (s): 1582.27
CPU time (s): 3155.73
CPU user time (s): 3155.08
CPU system time (s): 0.641902
CPU usage (%): 199.443
Max. virtual memory (cumulated for all children) (KiB): 202896

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3155.08
system time used= 0.641902
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 43549
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= 3385
involuntary context switches= 54134

runsolver used 1.53877 second user time and 4.22336 second system time

The end

Launcher Data

Begin job on node1 at 2009-05-02 20:15:50
IDJOB=1773706
IDBENCH=70780
IDSOLVER=612
FILE ID=node1/1773706-1241288150
PBS_JOBID= 9225102
Free space on /tmp= 66548 MiB

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

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

MD5SUM BENCH= 5bb6e70c95bda454f634cd586084908b
RANDOM SEED=1053005818

node1.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.259
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.259
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:       1948120 kB
Buffers:          7264 kB
Cached:          46564 kB
SwapCached:       6284 kB
Active:          25916 kB
Inactive:        35492 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1948120 kB
SwapTotal:     4192956 kB
SwapFree:      4180232 kB
Dirty:            2732 kB
Writeback:           0 kB
Mapped:          13464 kB
Slab:            32464 kB
Committed_AS:   725332 kB
PageTables:       1436 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= 66544 MiB
End job on node1 at 2009-05-02 20:42:12