Trace number 1776496

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 0/2009-03-20 (4 threads)UNSAT 1978.4 515.562

General information on the benchmark

Nameindustrial/vliw_unsat_2.0/
9dlx_vliw_at_b_iq2.cnf
MD5SUMf0f4556999ccb446384994a4148fca28
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark1791.24
Satisfiable
(Un)Satisfiability was proved
Number of variables44095
Number of clauses542253
Sum of the clauses size1554259
Maximum clause length93
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2500227
Number of clauses of size 310265
Number of clauses of size 43051
Number of clauses of size 55229
Number of clauses of size over 523480

Solver Data

0.00/0.00	c Parsing...
0.31/0.36	c ==============================================================================
0.31/0.36	c |           |     ORIGINAL     |              LEARNT              |          |
0.31/0.36	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.31/0.36	c ==============================================================================
0.31/0.36	c |         0 |  542252  1554258 |  162675       0        0     nan |  0.000 % |
2.91/2.91	c |         0 |  518020  1616108 |      --       0       --      -- |     --   | -24095/63495
2.91/2.91	c ==============================================================================
2.91/2.91	c Result  :   #vars: 32773   #clauses: 518020   #literals: 1616108
2.91/2.91	c CPU time:   2.88 s
2.91/2.91	c ==============================================================================
1978.25/515.50	c This is ManySAT 1.1 : 4 thread(s) on 4 core(s).
1978.25/515.50	c ============================[ Problem Statistics ]=============================
1978.25/515.50	c |                                                                             |
1978.25/515.50	c threadId              : 3
1978.25/515.50	c restarts              : 6615
1978.25/515.50	c conflicts             : 814326         (413 /sec)
1978.25/515.50	c decisions             : 14580117       (1.39 % random) (7396 /sec)
1978.25/515.50	c propagations          : 568493250      (288369 /sec)
1978.25/515.50	c conflict literals     : 38850236       (45.49 % deleted)
1978.25/515.50	c Memory used           : 990.40 MB
1978.25/515.50	c CPU time              : 1971.41 s
1978.25/515.50	
1978.25/515.50	c --->m=4, e=8, aimd=0, HOME/5250_many.cnf	time: 492.853	conflicts: 814326       
1978.35/515.55	s UNSATISFIABLE

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

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

command line: runsolver --timestamp -w /tmp/evaluation-result-1776496-1243510396/watcher-1776496-1243510396 -o /tmp/evaluation-result-1776496-1243510396/solver-1776496-1243510396 -C 10000 -W 1000 -M 2047 manysat.sh HOME/instance-1776496-1243510396.cnf aimd 0 

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): 1000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 2096128 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 2147328 KiB
Current StackSize limit: 8192 KiB


[startup+0 s]
/proc/loadavg: 3.93 4.45 4.41 3/98 5250
/proc/meminfo: memFree=3080276/3368532 swapFree=1959840/1959888
[pid=5250] ppid=5248 vsize=2416 CPUtime=0
/proc/5250/stat : 5250 (manysat.sh) R 5248 5250 28360 0 -1 4194304 334 0 0 0 0 0 0 0 18 0 1 0 932616424 2473984 273 4294967295 134512640 135169312 3220144704 3220143180 3084965748 0 65538 4 65536 0 0 0 17 2 0 0 0
/proc/5250/statm: 604 273 231 161 0 43 0
[pid=5251] ppid=5250 vsize=1032 CPUtime=0
/proc/5251/stat : 5251 (SatElite) R 5250 5250 28360 0 -1 4202496 198 0 0 0 0 0 0 0 18 0 1 0 932616424 1056768 135 4294967295 134512640 135034092 3216242256 3216238600 134691005 0 0 0 3 0 0 0 17 2 0 0 0
/proc/5251/statm: 258 136 50 128 0 128 0

[startup+0.027235 s]
/proc/loadavg: 3.93 4.45 4.41 3/98 5250
/proc/meminfo: memFree=3080276/3368532 swapFree=1959840/1959888
[pid=5250] ppid=5248 vsize=2416 CPUtime=0
/proc/5250/stat : 5250 (manysat.sh) S 5248 5250 28360 0 -1 4194304 349 0 0 0 0 0 0 0 18 0 1 0 932616424 2473984 273 4294967295 134512640 135169312 3220144704 3220143240 3084963566 0 65536 4 65538 3222376037 0 0 17 3 0 0 0
/proc/5250/statm: 604 273 231 161 0 43 0
[pid=5251] ppid=5250 vsize=3912 CPUtime=0.03
/proc/5251/stat : 5251 (SatElite) R 5250 5250 28360 0 -1 4202496 859 0 0 0 3 0 0 0 19 0 1 0 932616424 4005888 796 4294967295 134512640 135034092 3216242256 3216238172 134673244 0 0 0 3 0 0 0 17 2 0 0 0
/proc/5251/statm: 978 798 50 128 0 848 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 6328

[startup+0.10722 s]
/proc/loadavg: 3.93 4.45 4.41 3/98 5250
/proc/meminfo: memFree=3080276/3368532 swapFree=1959840/1959888
[pid=5250] ppid=5248 vsize=2416 CPUtime=0
/proc/5250/stat : 5250 (manysat.sh) S 5248 5250 28360 0 -1 4194304 349 0 0 0 0 0 0 0 18 0 1 0 932616424 2473984 273 4294967295 134512640 135169312 3220144704 3220143240 3084963566 0 65536 4 65538 3222376037 0 0 17 3 0 0 0
/proc/5250/statm: 604 273 231 161 0 43 0
[pid=5251] ppid=5250 vsize=12716 CPUtime=0.11
/proc/5251/stat : 5251 (SatElite) R 5250 5250 28360 0 -1 4202496 2746 0 0 0 10 1 0 0 19 0 1 0 932616424 13021184 2683 4294967295 134512640 135034092 3216242256 3216238600 134691005 0 0 0 3 0 0 0 17 2 0 0 0
/proc/5251/statm: 3179 2683 50 128 0 3049 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 15132

[startup+0.307206 s]
/proc/loadavg: 3.93 4.45 4.41 3/98 5250
/proc/meminfo: memFree=3080276/3368532 swapFree=1959840/1959888
[pid=5250] ppid=5248 vsize=2416 CPUtime=0
/proc/5250/stat : 5250 (manysat.sh) S 5248 5250 28360 0 -1 4194304 349 0 0 0 0 0 0 0 18 0 1 0 932616424 2473984 273 4294967295 134512640 135169312 3220144704 3220143240 3084963566 0 65536 4 65538 3222376037 0 0 17 3 0 0 0
/proc/5250/statm: 604 273 231 161 0 43 0
[pid=5251] ppid=5250 vsize=30908 CPUtime=0.31
/proc/5251/stat : 5251 (SatElite) R 5250 5250 28360 0 -1 4202496 7159 0 0 0 30 1 0 0 20 0 1 0 932616424 31649792 7096 4294967295 134512640 135034092 3216242256 3216238248 134673244 0 0 0 3 0 0 0 17 2 0 0 0
/proc/5251/statm: 7727 7096 50 128 0 7597 0
Current children cumulated CPU time (s) 0.31
Current children cumulated vsize (KiB) 33324

[startup+0.707173 s]
/proc/loadavg: 3.93 4.45 4.41 3/98 5250
/proc/meminfo: memFree=3080276/3368532 swapFree=1959840/1959888
[pid=5250] ppid=5248 vsize=2416 CPUtime=0
/proc/5250/stat : 5250 (manysat.sh) S 5248 5250 28360 0 -1 4194304 349 0 0 0 0 0 0 0 18 0 1 0 932616424 2473984 273 4294967295 134512640 135169312 3220144704 3220143240 3084963566 0 65536 4 65538 3222376037 0 0 17 3 0 0 0
/proc/5250/statm: 604 273 231 161 0 43 0
[pid=5251] ppid=5250 vsize=53212 CPUtime=0.71
/proc/5251/stat : 5251 (SatElite) R 5250 5250 28360 0 -1 4202496 12426 0 0 0 68 3 0 0 21 0 1 0 932616424 54489088 11184 4294967295 134512640 135034092 3216242256 3216238496 134566170 0 0 0 3 0 0 0 17 2 0 0 0
/proc/5251/statm: 13303 11184 67 128 0 13173 0
Current children cumulated CPU time (s) 0.71
Current children cumulated vsize (KiB) 55628

[startup+1.50711 s]
/proc/loadavg: 3.93 4.45 4.41 2/100 5252
/proc/meminfo: memFree=3033168/3368532 swapFree=1959840/1959888
[pid=5250] ppid=5248 vsize=2416 CPUtime=0
/proc/5250/stat : 5250 (manysat.sh) S 5248 5250 28360 0 -1 4194304 349 0 0 0 0 0 0 0 18 0 1 0 932616424 2473984 273 4294967295 134512640 135169312 3220144704 3220143240 3084963566 0 65536 4 65538 3222376037 0 0 17 3 0 0 0
/proc/5250/statm: 604 273 231 161 0 43 0
[pid=5251] ppid=5250 vsize=54824 CPUtime=1.51
/proc/5251/stat : 5251 (SatElite) R 5250 5250 28360 0 -1 4202496 12837 0 0 0 148 3 0 0 23 0 1 0 932616424 56139776 11551 4294967295 134512640 135034092 3216242256 3216238496 134566294 0 0 0 3 0 0 0 17 2 0 0 0
/proc/5251/statm: 13706 11551 67 128 0 13576 0
Current children cumulated CPU time (s) 1.51
Current children cumulated vsize (KiB) 57240

[startup+3.10698 s]
/proc/loadavg: 3.93 4.45 4.41 2/100 5252
/proc/meminfo: memFree=3028432/3368532 swapFree=1959840/1959888
[pid=5250] ppid=5248 vsize=2416 CPUtime=0
/proc/5250/stat : 5250 (manysat.sh) S 5248 5250 28360 0 -1 4194304 349 0 0 0 0 0 0 0 18 0 1 0 932616424 2473984 273 4294967295 134512640 135169312 3220144704 3220143240 3084963566 0 65536 4 65538 3222376037 0 0 17 3 0 0 0
/proc/5250/statm: 604 273 231 161 0 43 0
[pid=5251] ppid=5250 vsize=55072 CPUtime=3.11
/proc/5251/stat : 5251 (SatElite) R 5250 5250 28360 0 -1 4202496 15158 0 0 0 306 5 0 0 25 0 1 0 932616424 56393728 11655 4294967295 134512640 135034092 3216242256 3216237132 134691101 0 0 0 3 0 0 0 17 2 0 0 0
/proc/5251/statm: 13768 11655 67 128 0 13638 0
Current children cumulated CPU time (s) 3.11
Current children cumulated vsize (KiB) 57488

[startup+6.30673 s]
/proc/loadavg: 3.70 4.39 4.39 6/103 5256
/proc/meminfo: memFree=2942928/3368532 swapFree=1959840/1959888
[pid=5250] ppid=5248 vsize=2420 CPUtime=3.52
/proc/5250/stat : 5250 (manysat.sh) S 5248 5250 28360 0 -1 4194304 370 15162 0 0 0 0 346 6 18 0 1 0 932616424 2478080 275 4294967295 134512640 135169312 3220144704 3220140920 3084963566 0 65536 4 65538 3222376037 0 0 17 2 0 0 0
/proc/5250/statm: 605 275 231 161 0 44 0
[pid=5253] ppid=5250 vsize=161544 CPUtime=8.14
/proc/5253/stat : 5253 (manysat1.1_stat) R 5250 5250 28360 0 -1 4202496 32705 0 0 0 798 16 0 0 17 0 4 0 932616776 165421056 32639 4294967295 134512640 135305190 3217598400 3217596368 134547909 0 0 0 3 4294967295 0 0 17 3 0 0 0
/proc/5253/statm: 40386 32639 79 194 0 40190 0
[pid=5253/tid=5254] ppid=5250 vsize=161544 CPUtime=1.84
/proc/5253/task/5254/stat : 5254 (manysat1.1_stat) R 5250 5250 28360 0 -1 4202560 785 0 0 0 183 1 0 0 17 0 4 0 932616870 165421056 32639 4294967295 134512640 135305190 3217598400 3061718208 134531171 0 0 0 3 0 0 0 -1 1 0 0 0
[pid=5253/tid=5255] ppid=5250 vsize=161544 CPUtime=1.83
/proc/5253/task/5255/stat : 5255 (manysat1.1_stat) R 5250 5250 28360 0 -1 4202560 1278 0 0 0 183 0 0 0 21 0 4 0 932616870 165421056 32639 4294967295 134512640 135305190 3217598400 3053329544 134840070 0 0 0 3 0 0 0 -1 2 0 0 0
[pid=5253/tid=5256] ppid=5250 vsize=161544 CPUtime=1.79
/proc/5253/task/5256/stat : 5256 (manysat1.1_stat) R 5250 5250 28360 0 -1 4202560 576 0 0 0 176 3 0 0 16 0 4 0 932616870 165421056 32639 4294967295 134512640 135305190 3217598400 3044940992 134530638 0 0 0 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 11.66
Current children cumulated vsize (KiB) 163964

[startup+12.7062 s]
/proc/loadavg: 3.88 4.42 4.40 5/103 5256
/proc/meminfo: memFree=2907916/3368532 swapFree=1959840/1959888
[pid=5250] ppid=5248 vsize=2420 CPUtime=3.52
/proc/5250/stat : 5250 (manysat.sh) S 5248 5250 28360 0 -1 4194304 370 15162 0 0 0 0 346 6 18 0 1 0 932616424 2478080 275 4294967295 134512640 135169312 3220144704 3220140920 3084963566 0 65536 4 65538 3222376037 0 0 17 2 0 0 0
/proc/5250/statm: 605 275 231 161 0 44 0
[pid=5253] ppid=5250 vsize=196620 CPUtime=33.71
/proc/5253/stat : 5253 (manysat1.1_stat) R 5250 5250 28360 0 -1 4202496 41101 0 0 0 3348 23 0 0 21 0 4 0 932616776 201338880 41035 4294967295 134512640 135305190 3217598400 3217596576 134528237 0 0 0 3 4294967295 0 0 17 3 0 0 0
/proc/5253/statm: 49155 41035 79 194 0 48959 0
[pid=5253/tid=5254] ppid=5250 vsize=196620 CPUtime=8.24
/proc/5253/task/5254/stat : 5254 (manysat1.1_stat) R 5250 5250 28360 0 -1 4202560 1955 0 0 0 823 1 0 0 25 0 4 0 932616870 201338880 41035 4294967295 134512640 135305190 3217598400 3061718208 134528298 0 0 0 3 0 0 0 -1 1 0 0 0
[pid=5253/tid=5255] ppid=5250 vsize=196620 CPUtime=8.23
/proc/5253/task/5255/stat : 5255 (manysat1.1_stat) R 5250 5250 28360 0 -1 4202560 6306 0 0 0 822 1 0 0 25 0 4 0 932616870 201338880 41035 4294967295 134512640 135305190 3217598400 3053329684 134845261 0 0 0 3 0 0 0 -1 2 0 0 0
[pid=5253/tid=5256] ppid=5250 vsize=196620 CPUtime=8.19
/proc/5253/task/5256/stat : 5256 (manysat1.1_stat) R 5250 5250 28360 0 -1 4202560 1178 0 0 0 814 5 0 0 18 0 4 0 932616870 201338880 41035 4294967295 134512640 135305190 3217598400 3044940992 134528298 0 0 0 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 37.23
Current children cumulated vsize (KiB) 199040

[startup+25.5152 s]
/proc/loadavg: 3.91 4.40 4.39 5/103 5257
/proc/meminfo: memFree=2850504/3368532 swapFree=1959840/1959888
[pid=5250] ppid=5248 vsize=2420 CPUtime=3.52
/proc/5250/stat : 5250 (manysat.sh) S 5248 5250 28360 0 -1 4194304 370 15162 0 0 0 0 346 6 18 0 1 0 932616424 2478080 275 4294967295 134512640 135169312 3220144704 3220140920 3084963566 0 65536 4 65538 3222376037 0 0 17 2 0 0 0
/proc/5250/statm: 605 275 231 161 0 44 0
[pid=5253] ppid=5250 vsize=251860 CPUtime=84.91
/proc/5253/stat : 5253 (manysat1.1_stat) R 5250 5250 28360 0 -1 4202496 55005 0 0 0 8463 28 0 0 25 0 4 0 932616776 257904640 54939 4294967295 134512640 135305190 3217598400 3217596576 134528376 0 0 0 3 4294967295 0 0 17 3 0 0 0
/proc/5253/statm: 62965 54939 79 194 0 62769 0
[pid=5253/tid=5254] ppid=5250 vsize=251860 CPUtime=21.05
/proc/5253/task/5254/stat : 5254 (manysat1.1_stat) R 5250 5250 28360 0 -1 4202560 4067 0 0 0 2104 1 0 0 25 0 4 0 932616870 257904640 54939 4294967295 134512640 135305190 3217598400 3061718208 134528298 0 0 0 3 0 0 0 -1 1 0 0 0
[pid=5253/tid=5255] ppid=5250 vsize=251860 CPUtime=21.04
/proc/5253/task/5255/stat : 5255 (manysat1.1_stat) R 5250 5250 28360 0 -1 4202560 14866 0 0 0 2102 2 0 0 25 0 4 0 932616870 257904640 54939 4294967295 134512640 135305190 3217598400 3053329216 134551651 0 0 0 3 0 0 0 -1 2 0 0 0
[pid=5253/tid=5256] ppid=5250 vsize=251860 CPUtime=21
/proc/5253/task/5256/stat : 5256 (manysat1.1_stat) R 5250 5250 28360 0 -1 4202560 2660 0 0 0 2094 6 0 0 25 0 4 0 932616870 257904640 54939 4294967295 134512640 135305190 3217598400 3044940992 134528418 0 0 0 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 88.43
Current children cumulated vsize (KiB) 254280

[startup+51.1131 s]
/proc/loadavg: 3.94 4.36 4.38 6/103 5442
/proc/meminfo: memFree=2757616/3368532 swapFree=1959840/1959888
[pid=5250] ppid=5248 vsize=2420 CPUtime=3.52
/proc/5250/stat : 5250 (manysat.sh) S 5248 5250 28360 0 -1 4194304 370 15162 0 0 0 0 346 6 18 0 1 0 932616424 2478080 275 4294967295 134512640 135169312 3220144704 3220140920 3084963566 0 65536 4 65538 3222376037 0 0 17 2 0 0 0
/proc/5250/statm: 605 275 231 161 0 44 0
[pid=5253] ppid=5250 vsize=348116 CPUtime=186.91
/proc/5253/stat : 5253 (manysat1.1_stat) R 5250 5250 28360 0 -1 4202496 78645 0 0 0 18643 48 0 0 25 0 4 0 932616776 356470784 78579 4294967295 134512640 135305190 3217598400 3217596576 134528229 0 0 0 3 4294967295 0 0 17 0 0 0 0
/proc/5253/statm: 87029 78579 79 194 0 86833 0
[pid=5253/tid=5254] ppid=5250 vsize=348116 CPUtime=46.61
/proc/5253/task/5254/stat : 5254 (manysat1.1_stat) R 5250 5250 28360 0 -1 4202560 7659 0 0 0 4651 10 0 0 25 0 4 0 932616870 356470784 78579 4294967295 134512640 135305190 3217598400 3061718208 134528298 0 0 0 3 0 0 0 -1 1 0 0 0
[pid=5253/tid=5255] ppid=5250 vsize=348116 CPUtime=46.52
/proc/5253/task/5255/stat : 5255 (manysat1.1_stat) R 5250 5250 28360 0 -1 4202560 31230 0 0 0 4642 10 0 0 25 0 4 0 932616870 356470784 78579 4294967295 134512640 135305190 3217598400 3053329600 134528768 0 0 0 3 0 0 0 -1 3 0 0 0
[pid=5253/tid=5256] ppid=5250 vsize=348116 CPUtime=46.53
/proc/5253/task/5256/stat : 5256 (manysat1.1_stat) R 5250 5250 28360 0 -1 4202560 3957 0 0 0 4647 6 0 0 25 0 4 0 932616870 356470784 78579 4294967295 134512640 135305190 3217598400 3044940992 134530638 0 0 0 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 190.43
Current children cumulated vsize (KiB) 350536

[startup+102.309 s]
/proc/loadavg: 4.18 4.35 4.37 5/103 5630
/proc/meminfo: memFree=2605672/3368532 swapFree=1959840/1959888
[pid=5250] ppid=5248 vsize=2420 CPUtime=3.52
/proc/5250/stat : 5250 (manysat.sh) S 5248 5250 28360 0 -1 4194304 370 15162 0 0 0 0 346 6 18 0 1 0 932616424 2478080 275 4294967295 134512640 135169312 3220144704 3220140920 3084963566 0 65536 4 65538 3222376037 0 0 17 2 0 0 0
/proc/5250/statm: 605 275 231 161 0 44 0
[pid=5253] ppid=5250 vsize=498400 CPUtime=391.24
/proc/5253/stat : 5253 (manysat1.1_stat) R 5250 5250 28360 0 -1 4202496 115900 0 0 0 39038 86 0 0 25 0 4 0 932616776 510361600 115834 4294967295 134512640 135305190 3217598400 3217596576 134528298 0 0 0 3 4294967295 0 0 17 3 0 0 0
/proc/5253/statm: 124600 115834 79 194 0 124404 0
[pid=5253/tid=5254] ppid=5250 vsize=498400 CPUtime=97.76
/proc/5253/task/5254/stat : 5254 (manysat1.1_stat) R 5250 5250 28360 0 -1 4202560 11661 0 0 0 9762 14 0 0 25 0 4 0 932616870 510361600 115834 4294967295 134512640 135305190 3217598400 3061718208 134528298 0 0 0 3 0 0 0 -1 1 0 0 0
[pid=5253/tid=5255] ppid=5250 vsize=498400 CPUtime=97.5
/proc/5253/task/5255/stat : 5255 (manysat1.1_stat) R 5250 5250 28360 0 -1 4202560 58514 0 0 0 9719 31 0 0 25 0 4 0 932616870 510361600 115834 4294967295 134512640 135305190 3217598400 3053329600 134528252 0 0 0 3 0 0 0 -1 0 0 0 0
[pid=5253/tid=5256] ppid=5250 vsize=498400 CPUtime=97.7
/proc/5253/task/5256/stat : 5256 (manysat1.1_stat) R 5250 5250 28360 0 -1 4202560 6167 0 0 0 9758 12 0 0 25 0 4 0 932616870 510361600 115834 4294967295 134512640 135305190 3217598400 3044940992 134528298 0 0 0 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 394.76
Current children cumulated vsize (KiB) 500820

[startup+162.304 s]
/proc/loadavg: 4.29 4.35 4.36 5/103 5817
/proc/meminfo: memFree=2473688/3368532 swapFree=1959840/1959888
[pid=5250] ppid=5248 vsize=2420 CPUtime=3.52
/proc/5250/stat : 5250 (manysat.sh) S 5248 5250 28360 0 -1 4194304 370 15162 0 0 0 0 346 6 18 0 1 0 932616424 2478080 275 4294967295 134512640 135169312 3220144704 3220140920 3084963566 0 65536 4 65538 3222376037 0 0 17 2 0 0 0
/proc/5250/statm: 605 275 231 161 0 44 0
[pid=5253] ppid=5250 vsize=633064 CPUtime=630.68
/proc/5253/stat : 5253 (manysat1.1_stat) R 5250 5250 28360 0 -1 4202496 149243 0 0 0 62933 135 0 0 25 0 4 0 932616776 648257536 149174 4294967295 134512640 135305190 3217598400 3217596464 134538154 0 0 0 3 4294967295 0 0 17 3 0 0 0
/proc/5253/statm: 158266 149174 79 194 0 158070 0
[pid=5253/tid=5254] ppid=5250 vsize=633064 CPUtime=157.59
/proc/5253/task/5254/stat : 5254 (manysat1.1_stat) R 5250 5250 28360 0 -1 4202560 16156 0 0 0 15735 24 0 0 25 0 4 0 932616870 648257536 149174 4294967295 134512640 135305190 3217598400 3061718208 134528402 0 0 0 3 0 0 0 -1 1 0 0 0
[pid=5253/tid=5255] ppid=5250 vsize=633064 CPUtime=157.4
/proc/5253/task/5255/stat : 5255 (manysat1.1_stat) R 5250 5250 28360 0 -1 4202560 80642 0 0 0 15682 58 0 0 25 0 4 0 932616870 648257536 149174 4294967295 134512640 135305190 3217598400 3053329544 134840070 0 0 0 3 0 0 0 -1 2 0 0 0
[pid=5253/tid=5256] ppid=5250 vsize=633064 CPUtime=157.49
/proc/5253/task/5256/stat : 5256 (manysat1.1_stat) R 5250 5250 28360 0 -1 4202560 9254 0 0 0 15732 17 0 0 25 0 4 0 932616870 648257536 149174 4294967295 134512640 135305190 3217598400 3044940992 134528612 0 0 0 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 634.2

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

/proc/5253/stat : 5253 (manysat1.1_stat) R 5250 5250 28360 0 -1 4202496 227674 0 0 0 158532 295 0 0 25 0 4 0 932616776 977375232 227583 4294967295 134512640 135305190 3217598400 3217596576 134528206 0 0 0 3 4294967295 0 0 17 1 0 0 0
/proc/5253/statm: 238617 227583 79 194 0 238421 0
[pid=5253/tid=5254] ppid=5250 vsize=954468 CPUtime=396.72
/proc/5253/task/5254/stat : 5254 (manysat1.1_stat) R 5250 5250 28360 0 -1 4202560 26872 0 0 0 39601 71 0 0 25 0 4 0 932616870 977375232 227583 4294967295 134512640 135305190 3217598400 3061718208 134528298 0 0 0 3 0 0 0 -1 2 0 0 0
[pid=5253/tid=5255] ppid=5250 vsize=954468 CPUtime=397.2
/proc/5253/task/5255/stat : 5255 (manysat1.1_stat) R 5250 5250 28360 0 -1 4202560 123012 0 0 0 39615 105 0 0 25 0 4 0 932616870 977375232 227583 4294967295 134512640 135305190 3217598400 3053329280 134552908 0 0 0 3 0 0 0 -1 0 0 0 0
[pid=5253/tid=5256] ppid=5250 vsize=954468 CPUtime=397.04
/proc/5253/task/5256/stat : 5256 (manysat1.1_stat) R 5250 5250 28360 0 -1 4202560 23216 0 0 0 39664 40 0 0 25 0 4 0 932616870 977375232 227583 4294967295 134512640 135305190 3217598400 3044940992 134528298 0 0 0 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1591.79
Current children cumulated vsize (KiB) 956888

[startup+462.31 s]
/proc/loadavg: 4.40 4.34 4.36 6/103 6762
/proc/meminfo: memFree=2100568/3368532 swapFree=1959840/1959888
[pid=5250] ppid=5248 vsize=2420 CPUtime=3.52
/proc/5250/stat : 5250 (manysat.sh) S 5248 5250 28360 0 -1 4194304 370 15162 0 0 0 0 346 6 18 0 1 0 932616424 2478080 275 4294967295 134512640 135169312 3220144704 3220140920 3084963566 0 65536 4 65538 3222376037 0 0 17 2 0 0 0
/proc/5250/statm: 605 275 231 161 0 44 0
[pid=5253] ppid=5250 vsize=1011832 CPUtime=1827.49
/proc/5253/stat : 5253 (manysat1.1_stat) R 5250 5250 28360 0 -1 4202496 241793 0 0 0 182422 327 0 0 25 0 4 0 932616776 1036115968 241702 4294967295 134512640 135305190 3217598400 3217596576 134528298 0 0 0 3 4294967295 0 0 17 1 0 0 0
/proc/5253/statm: 252958 241702 79 194 0 252762 0
[pid=5253/tid=5254] ppid=5250 vsize=1011832 CPUtime=456.35
/proc/5253/task/5254/stat : 5254 (manysat1.1_stat) R 5250 5250 28360 0 -1 4202560 29036 0 0 0 45558 77 0 0 25 0 4 0 932616870 1036115968 241702 4294967295 134512640 135305190 3217598400 3061718208 134528252 0 0 0 3 0 0 0 -1 3 0 0 0
[pid=5253/tid=5255] ppid=5250 vsize=1011832 CPUtime=456.99
/proc/5253/task/5255/stat : 5255 (manysat1.1_stat) R 5250 5250 28360 0 -1 4202560 130450 0 0 0 45581 118 0 0 25 0 4 0 932616870 1036115968 241702 4294967295 134512640 135305190 3217598400 3053329488 134538298 0 0 0 3 0 0 0 -1 0 0 0 0
[pid=5253/tid=5256] ppid=5250 vsize=1011832 CPUtime=456.86
/proc/5253/task/5256/stat : 5256 (manysat1.1_stat) R 5250 5250 28360 0 -1 4202560 26174 0 0 0 45641 45 0 0 25 0 4 0 932616870 1036115968 241702 4294967295 134512640 135305190 3217598400 3044940992 134528263 0 0 0 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1831.01
Current children cumulated vsize (KiB) 1014252

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

[startup+486.308 s]
/proc/loadavg: 4.33 4.33 4.35 5/103 6764
/proc/meminfo: memFree=2099588/3368532 swapFree=1959840/1959888
[pid=5250] ppid=5248 vsize=2420 CPUtime=3.52
/proc/5250/stat : 5250 (manysat.sh) S 5248 5250 28360 0 -1 4194304 370 15162 0 0 0 0 346 6 18 0 1 0 932616424 2478080 275 4294967295 134512640 135169312 3220144704 3220140920 3084963566 0 65536 4 65538 3222376037 0 0 17 2 0 0 0
/proc/5250/statm: 605 275 231 161 0 44 0
[pid=5253] ppid=5250 vsize=1013376 CPUtime=1923.23
/proc/5253/stat : 5253 (manysat1.1_stat) R 5250 5250 28360 0 -1 4202496 242122 0 0 0 191984 339 0 0 25 0 4 0 932616776 1037697024 242031 4294967295 134512640 135305190 3217598400 3217596576 134528229 0 0 0 3 4294967295 0 0 17 1 0 0 0
/proc/5253/statm: 253344 242031 79 194 0 253148 0
[pid=5253/tid=5254] ppid=5250 vsize=1013376 CPUtime=480.23
/proc/5253/task/5254/stat : 5254 (manysat1.1_stat) R 5250 5250 28360 0 -1 4202560 29061 0 0 0 47942 81 0 0 25 0 4 0 932616870 1037697024 242031 4294967295 134512640 135305190 3217598400 3061718208 134528298 0 0 0 3 0 0 0 -1 3 0 0 0
[pid=5253/tid=5255] ppid=5250 vsize=1013376 CPUtime=480.89
/proc/5253/task/5255/stat : 5255 (manysat1.1_stat) R 5250 5250 28360 0 -1 4202560 130450 0 0 0 47970 119 0 0 25 0 4 0 932616870 1037697024 242031 4294967295 134512640 135305190 3217598400 3053329448 134695249 0 0 0 3 0 0 0 -1 0 0 0 0
[pid=5253/tid=5256] ppid=5250 vsize=1013376 CPUtime=480.82
/proc/5253/task/5256/stat : 5256 (manysat1.1_stat) R 5250 5250 28360 0 -1 4202560 26176 0 0 0 48033 49 0 0 25 0 4 0 932616870 1037697024 242031 4294967295 134512640 135305190 3217598400 3044940992 134528298 0 0 0 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1926.75
Current children cumulated vsize (KiB) 1015796

[startup+499.107 s]
/proc/loadavg: 4.02 4.26 4.33 2/103 6765
/proc/meminfo: memFree=2098736/3368532 swapFree=1959840/1959888
[pid=5250] ppid=5248 vsize=2420 CPUtime=3.52
/proc/5250/stat : 5250 (manysat.sh) S 5248 5250 28360 0 -1 4194304 370 15162 0 0 0 0 346 6 18 0 1 0 932616424 2478080 275 4294967295 134512640 135169312 3220144704 3220140920 3084963566 0 65536 4 65538 3222376037 0 0 17 2 0 0 0
/proc/5250/statm: 605 275 231 161 0 44 0
[pid=5253] ppid=5250 vsize=1014168 CPUtime=1958.43
/proc/5253/stat : 5253 (manysat1.1_stat) S 5250 5250 28360 0 -1 4202496 242349 0 0 0 195502 341 0 0 25 0 4 0 932616776 1038508032 242258 4294967295 134512640 135305190 3217598400 3217597808 134657474 0 0 0 3 4294967295 0 0 17 1 0 0 0
/proc/5253/statm: 253542 242258 79 194 0 253346 0
[pid=5253/tid=5254] ppid=5250 vsize=1014168 CPUtime=487.72
/proc/5253/task/5254/stat : 5254 (manysat1.1_stat) S 5250 5250 28360 0 -1 4202560 29084 0 0 0 48691 81 0 0 25 0 4 0 932616870 1038508032 242258 4294967295 134512640 135305190 3217598400 3061719472 134657474 0 0 0 3 0 0 0 -1 3 0 0 0
[pid=5253/tid=5255] ppid=5250 vsize=1014168 CPUtime=493.66
/proc/5253/task/5255/stat : 5255 (manysat1.1_stat) R 5250 5250 28360 0 -1 4202560 130450 0 0 0 49246 120 0 0 25 0 4 0 932616870 1038508032 242258 4294967295 134512640 135305190 3217598400 3053329488 134538888 0 0 0 3 0 0 0 -1 1 0 0 0
[pid=5253/tid=5256] ppid=5250 vsize=1014168 CPUtime=488.27
/proc/5253/task/5256/stat : 5256 (manysat1.1_stat) S 5250 5250 28360 0 -1 4202560 26176 0 0 0 48778 49 0 0 25 0 4 0 932616870 1038508032 242258 4294967295 134512640 135305190 3217598400 3044942256 134657474 0 0 0 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1961.95
Current children cumulated vsize (KiB) 1016588

[startup+505.506 s]
/proc/loadavg: 3.77 4.21 4.31 2/103 6766
/proc/meminfo: memFree=2098604/3368532 swapFree=1959840/1959888
[pid=5250] ppid=5248 vsize=2420 CPUtime=3.52
/proc/5250/stat : 5250 (manysat.sh) S 5248 5250 28360 0 -1 4194304 370 15162 0 0 0 0 346 6 18 0 1 0 932616424 2478080 275 4294967295 134512640 135169312 3220144704 3220140920 3084963566 0 65536 4 65538 3222376037 0 0 17 2 0 0 0
/proc/5250/statm: 605 275 231 161 0 44 0
[pid=5253] ppid=5250 vsize=1014168 CPUtime=1964.83
/proc/5253/stat : 5253 (manysat1.1_stat) S 5250 5250 28360 0 -1 4202496 242349 0 0 0 196142 341 0 0 25 0 4 0 932616776 1038508032 242258 4294967295 134512640 135305190 3217598400 3217597808 134657474 0 0 0 3 4294967295 0 0 17 1 0 0 0
/proc/5253/statm: 253542 242258 79 194 0 253346 0
[pid=5253/tid=5254] ppid=5250 vsize=1014168 CPUtime=487.72
/proc/5253/task/5254/stat : 5254 (manysat1.1_stat) S 5250 5250 28360 0 -1 4202560 29084 0 0 0 48691 81 0 0 25 0 4 0 932616870 1038508032 242258 4294967295 134512640 135305190 3217598400 3061719472 134657474 0 0 0 3 0 0 0 -1 3 0 0 0
[pid=5253/tid=5255] ppid=5250 vsize=1014168 CPUtime=500.06
/proc/5253/task/5255/stat : 5255 (manysat1.1_stat) R 5250 5250 28360 0 -1 4202560 130450 0 0 0 49886 120 0 0 25 0 4 0 932616870 1038508032 242258 4294967295 134512640 135305190 3217598400 3053329488 134539061 0 0 0 3 0 0 0 -1 1 0 0 0
[pid=5253/tid=5256] ppid=5250 vsize=1014168 CPUtime=488.27
/proc/5253/task/5256/stat : 5256 (manysat1.1_stat) S 5250 5250 28360 0 -1 4202560 26176 0 0 0 48778 49 0 0 25 0 4 0 932616870 1038508032 242258 4294967295 134512640 135305190 3217598400 3044942256 134657474 0 0 0 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1968.35
Current children cumulated vsize (KiB) 1016588

[startup+511.906 s]
/proc/loadavg: 3.55 4.16 4.29 2/103 6949
/proc/meminfo: memFree=2097720/3368532 swapFree=1959840/1959888
[pid=5250] ppid=5248 vsize=2420 CPUtime=3.52
/proc/5250/stat : 5250 (manysat.sh) S 5248 5250 28360 0 -1 4194304 370 15162 0 0 0 0 346 6 18 0 1 0 932616424 2478080 275 4294967295 134512640 135169312 3220144704 3220140920 3084963566 0 65536 4 65538 3222376037 0 0 17 2 0 0 0
/proc/5250/statm: 605 275 231 161 0 44 0
[pid=5253] ppid=5250 vsize=1014168 CPUtime=1971.23
/proc/5253/stat : 5253 (manysat1.1_stat) S 5250 5250 28360 0 -1 4202496 242349 0 0 0 196782 341 0 0 25 0 4 0 932616776 1038508032 242258 4294967295 134512640 135305190 3217598400 3217597808 134657474 0 0 0 3 4294967295 0 0 17 1 0 0 0
/proc/5253/statm: 253542 242258 79 194 0 253346 0
[pid=5253/tid=5254] ppid=5250 vsize=1014168 CPUtime=487.72
/proc/5253/task/5254/stat : 5254 (manysat1.1_stat) S 5250 5250 28360 0 -1 4202560 29084 0 0 0 48691 81 0 0 25 0 4 0 932616870 1038508032 242258 4294967295 134512640 135305190 3217598400 3061719472 134657474 0 0 0 3 0 0 0 -1 3 0 0 0
[pid=5253/tid=5255] ppid=5250 vsize=1014168 CPUtime=506.46
/proc/5253/task/5255/stat : 5255 (manysat1.1_stat) R 5250 5250 28360 0 -1 4202560 130450 0 0 0 50526 120 0 0 25 0 4 0 932616870 1038508032 242258 4294967295 134512640 135305190 3217598400 3053329488 134538925 0 0 0 3 0 0 0 -1 1 0 0 0
[pid=5253/tid=5256] ppid=5250 vsize=1014168 CPUtime=488.27
/proc/5253/task/5256/stat : 5256 (manysat1.1_stat) S 5250 5250 28360 0 -1 4202560 26176 0 0 0 48778 49 0 0 25 0 4 0 932616870 1038508032 242258 4294967295 134512640 135305190 3217598400 3044942256 134657474 0 0 0 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1974.75
Current children cumulated vsize (KiB) 1016588

[startup+513.506 s]
/proc/loadavg: 3.55 4.16 4.29 2/103 6949
/proc/meminfo: memFree=2097736/3368532 swapFree=1959840/1959888
[pid=5250] ppid=5248 vsize=2420 CPUtime=3.52
/proc/5250/stat : 5250 (manysat.sh) S 5248 5250 28360 0 -1 4194304 370 15162 0 0 0 0 346 6 18 0 1 0 932616424 2478080 275 4294967295 134512640 135169312 3220144704 3220140920 3084963566 0 65536 4 65538 3222376037 0 0 17 2 0 0 0
/proc/5250/statm: 605 275 231 161 0 44 0
[pid=5253] ppid=5250 vsize=1014168 CPUtime=1972.83
/proc/5253/stat : 5253 (manysat1.1_stat) S 5250 5250 28360 0 -1 4202496 242349 0 0 0 196942 341 0 0 25 0 4 0 932616776 1038508032 242258 4294967295 134512640 135305190 3217598400 3217597808 134657474 0 0 0 3 4294967295 0 0 17 1 0 0 0
/proc/5253/statm: 253542 242258 79 194 0 253346 0
[pid=5253/tid=5254] ppid=5250 vsize=1014168 CPUtime=487.72
/proc/5253/task/5254/stat : 5254 (manysat1.1_stat) S 5250 5250 28360 0 -1 4202560 29084 0 0 0 48691 81 0 0 25 0 4 0 932616870 1038508032 242258 4294967295 134512640 135305190 3217598400 3061719472 134657474 0 0 0 3 0 0 0 -1 3 0 0 0
[pid=5253/tid=5255] ppid=5250 vsize=1014168 CPUtime=508.06
/proc/5253/task/5255/stat : 5255 (manysat1.1_stat) R 5250 5250 28360 0 -1 4202560 130450 0 0 0 50686 120 0 0 25 0 4 0 932616870 1038508032 242258 4294967295 134512640 135305190 3217598400 3053329488 134538922 0 0 0 3 0 0 0 -1 1 0 0 0
[pid=5253/tid=5256] ppid=5250 vsize=1014168 CPUtime=488.27
/proc/5253/task/5256/stat : 5256 (manysat1.1_stat) S 5250 5250 28360 0 -1 4202560 26176 0 0 0 48778 49 0 0 25 0 4 0 932616870 1038508032 242258 4294967295 134512640 135305190 3217598400 3044942256 134657474 0 0 0 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1976.35
Current children cumulated vsize (KiB) 1016588

[startup+514.305 s]
/proc/loadavg: 3.35 4.10 4.28 2/103 6949
/proc/meminfo: memFree=2097760/3368532 swapFree=1959840/1959888
[pid=5250] ppid=5248 vsize=2420 CPUtime=3.52
/proc/5250/stat : 5250 (manysat.sh) S 5248 5250 28360 0 -1 4194304 370 15162 0 0 0 0 346 6 18 0 1 0 932616424 2478080 275 4294967295 134512640 135169312 3220144704 3220140920 3084963566 0 65536 4 65538 3222376037 0 0 17 2 0 0 0
/proc/5250/statm: 605 275 231 161 0 44 0
[pid=5253] ppid=5250 vsize=1014168 CPUtime=1973.63
/proc/5253/stat : 5253 (manysat1.1_stat) S 5250 5250 28360 0 -1 4202496 242349 0 0 0 197022 341 0 0 25 0 4 0 932616776 1038508032 242258 4294967295 134512640 135305190 3217598400 3217597808 134657474 0 0 0 3 4294967295 0 0 17 1 0 0 0
/proc/5253/statm: 253542 242258 79 194 0 253346 0
[pid=5253/tid=5254] ppid=5250 vsize=1014168 CPUtime=487.72
/proc/5253/task/5254/stat : 5254 (manysat1.1_stat) S 5250 5250 28360 0 -1 4202560 29084 0 0 0 48691 81 0 0 25 0 4 0 932616870 1038508032 242258 4294967295 134512640 135305190 3217598400 3061719472 134657474 0 0 0 3 0 0 0 -1 3 0 0 0
[pid=5253/tid=5255] ppid=5250 vsize=1014168 CPUtime=508.86
/proc/5253/task/5255/stat : 5255 (manysat1.1_stat) R 5250 5250 28360 0 -1 4202560 130450 0 0 0 50766 120 0 0 25 0 4 0 932616870 1038508032 242258 4294967295 134512640 135305190 3217598400 3053329488 134539404 0 0 0 3 0 0 0 -1 1 0 0 0
[pid=5253/tid=5256] ppid=5250 vsize=1014168 CPUtime=488.27
/proc/5253/task/5256/stat : 5256 (manysat1.1_stat) S 5250 5250 28360 0 -1 4202560 26176 0 0 0 48778 49 0 0 25 0 4 0 932616870 1038508032 242258 4294967295 134512640 135305190 3217598400 3044942256 134657474 0 0 0 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1977.15
Current children cumulated vsize (KiB) 1016588

[startup+515.105 s]
/proc/loadavg: 3.35 4.10 4.28 2/103 6950
/proc/meminfo: memFree=2097948/3368532 swapFree=1959840/1959888
[pid=5250] ppid=5248 vsize=2420 CPUtime=3.52
/proc/5250/stat : 5250 (manysat.sh) S 5248 5250 28360 0 -1 4194304 370 15162 0 0 0 0 346 6 18 0 1 0 932616424 2478080 275 4294967295 134512640 135169312 3220144704 3220140920 3084963566 0 65536 4 65538 3222376037 0 0 17 2 0 0 0
/proc/5250/statm: 605 275 231 161 0 44 0
[pid=5253] ppid=5250 vsize=1014168 CPUtime=1974.43
/proc/5253/stat : 5253 (manysat1.1_stat) S 5250 5250 28360 0 -1 4202496 242349 0 0 0 197102 341 0 0 25 0 4 0 932616776 1038508032 242258 4294967295 134512640 135305190 3217598400 3217597808 134657474 0 0 0 3 4294967295 0 0 17 1 0 0 0
/proc/5253/statm: 253542 242258 79 194 0 253346 0
[pid=5253/tid=5254] ppid=5250 vsize=1014168 CPUtime=487.72
/proc/5253/task/5254/stat : 5254 (manysat1.1_stat) S 5250 5250 28360 0 -1 4202560 29084 0 0 0 48691 81 0 0 25 0 4 0 932616870 1038508032 242258 4294967295 134512640 135305190 3217598400 3061719472 134657474 0 0 0 3 0 0 0 -1 3 0 0 0
[pid=5253/tid=5255] ppid=5250 vsize=1014168 CPUtime=509.66
/proc/5253/task/5255/stat : 5255 (manysat1.1_stat) R 5250 5250 28360 0 -1 4202560 130450 0 0 0 50846 120 0 0 25 0 4 0 932616870 1038508032 242258 4294967295 134512640 135305190 3217598400 3053329488 134539426 0 0 0 3 0 0 0 -1 1 0 0 0
[pid=5253/tid=5256] ppid=5250 vsize=1014168 CPUtime=488.27
/proc/5253/task/5256/stat : 5256 (manysat1.1_stat) S 5250 5250 28360 0 -1 4202560 26176 0 0 0 48778 49 0 0 25 0 4 0 932616870 1038508032 242258 4294967295 134512640 135305190 3217598400 3044942256 134657474 0 0 0 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1977.95
Current children cumulated vsize (KiB) 1016588

[startup+515.505 s]
/proc/loadavg: 3.35 4.10 4.28 2/103 6950
/proc/meminfo: memFree=2097948/3368532 swapFree=1959840/1959888
[pid=5250] ppid=5248 vsize=2420 CPUtime=3.52
/proc/5250/stat : 5250 (manysat.sh) S 5248 5250 28360 0 -1 4194304 370 15162 0 0 0 0 346 6 18 0 1 0 932616424 2478080 275 4294967295 134512640 135169312 3220144704 3220140920 3084963566 0 65536 4 65538 3222376037 0 0 17 2 0 0 0
/proc/5250/statm: 605 275 231 161 0 44 0
[pid=5253] ppid=5250 vsize=0 CPUtime=1974.83
/proc/5253/stat : 5253 (manysat1.1_stat) Z 5250 5250 28360 0 -1 4202500 242366 0 0 0 197141 342 0 0 23 0 2 0 932616776 0 0 4294967295 0 0 0 0 0 0 0 0 3 4294967295 0 0 17 1 0 0 0
/proc/5253/statm: 0 0 0 0 0 0 0
[pid=5253/tid=5254] ppid=5250 vsize=0 CPUtime=487.73
/proc/5253/task/5254/stat : 5254 (manysat1.1_stat) R 5250 5250 28360 0 -1 4203588 29084 0 0 0 48691 82 0 0 23 0 2 0 932616870 0 0 4294967295 0 0 0 0 0 0 0 0 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1978.35
Current children cumulated vsize (KiB) 2420

Child status: 20
Real time (s): 515.562
CPU time (s): 1978.4
CPU user time (s): 1974.88
CPU system time (s): 3.52
CPU usage (%): 383.737
Max. virtual memory (cumulated for all children) (KiB): 1016588

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1974.88
system time used= 3.52
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 258175
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= 22146
involuntary context switches= 115543

runsolver used 0 second user time and 0 second system time

The end

Launcher Data

Begin job on tipi39 at 2009-05-28 13:33:16
IDJOB=1776496
IDBENCH=20577
IDSOLVER=620
FILE ID=tipi39/1776496-1243510396
PBS_JOBID=
Free space on /tmp= 5734 MiB

SOLVER NAME= ManySAT 1.1 aimd 0/2009-03-20 (4 threads)
BENCH NAME= SAT07/industrial/vliw_unsat_2.0/9dlx_vliw_at_b_iq2.cnf
COMMAND LINE= manysat.sh BENCHNAME aimd 0
RUNSOLVER COMMAND LINE= runsolver --timestamp  -w /tmp/evaluation-result-1776496-1243510396/watcher-1776496-1243510396 -o /tmp/evaluation-result-1776496-1243510396/solver-1776496-1243510396 -C 10000 -W 1000 -M 2047  manysat.sh HOME/instance-1776496-1243510396.cnf aimd 0

TIME LIMIT= 10000 seconds
MEMORY LIMIT= 2047 MiB
MAX NB THREAD= 4

MD5SUM BENCH= f0f4556999ccb446384994a4148fca28
RANDOM SEED= 263663204

Linux tipi39 2.6.21.5 #6 SMP Wed Jul 4 17:16:38 CEST 2007 i686 GNU/Linux

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 15
model name	: Intel(R) Xeon(R) CPU            5130  @ 2.00GHz
stepping	: 6
cpu MHz		: 1995.067
cache size	: 4096 KB
physical id	: 0
siblings	: 2
core id		: 0
cpu cores	: 2
fdiv_bug	: no
hlt_bug		: no
f00f_bug	: no
coma_bug	: no
fpu		: yes
fpu_exception	: yes
cpuid level	: 10
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 pbe lm constant_tsc pni monitor ds_cpl vmx tm2 ssse3 cx16 xtpr dca lahf_lm
bogomips	: 3992.41
clflush size	: 64

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 15
model name	: Intel(R) Xeon(R) CPU            5130  @ 2.00GHz
stepping	: 6
cpu MHz		: 1995.067
cache size	: 4096 KB
physical id	: 0
siblings	: 2
core id		: 1
cpu cores	: 2
fdiv_bug	: no
hlt_bug		: no
f00f_bug	: no
coma_bug	: no
fpu		: yes
fpu_exception	: yes
cpuid level	: 10
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 pbe lm constant_tsc pni monitor ds_cpl vmx tm2 ssse3 cx16 xtpr dca lahf_lm
bogomips	: 3990.10
clflush size	: 64

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 15
model name	: Intel(R) Xeon(R) CPU            5130  @ 2.00GHz
stepping	: 6
cpu MHz		: 1995.067
cache size	: 4096 KB
physical id	: 3
siblings	: 2
core id		: 0
cpu cores	: 2
fdiv_bug	: no
hlt_bug		: no
f00f_bug	: no
coma_bug	: no
fpu		: yes
fpu_exception	: yes
cpuid level	: 10
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 pbe lm constant_tsc pni monitor ds_cpl vmx tm2 ssse3 cx16 xtpr dca lahf_lm
bogomips	: 3990.16
clflush size	: 64

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 15
model name	: Intel(R) Xeon(R) CPU            5130  @ 2.00GHz
stepping	: 6
cpu MHz		: 1995.067
cache size	: 4096 KB
physical id	: 3
siblings	: 2
core id		: 1
cpu cores	: 2
fdiv_bug	: no
hlt_bug		: no
f00f_bug	: no
coma_bug	: no
fpu		: yes
fpu_exception	: yes
cpuid level	: 10
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 pbe lm constant_tsc pni monitor ds_cpl vmx tm2 ssse3 cx16 xtpr dca lahf_lm
bogomips	: 3990.15
clflush size	: 64


/proc/meminfo:
MemTotal:      3368532 kB
MemFree:       3080524 kB
Buffers:         37628 kB
Cached:         153920 kB
SwapCached:          0 kB
Active:         106312 kB
Inactive:       101676 kB
HighTotal:     2489216 kB
HighFree:      2321612 kB
LowTotal:       879316 kB
LowFree:        758912 kB
SwapTotal:     1959888 kB
SwapFree:      1959840 kB
Dirty:           11992 kB
Writeback:           0 kB
AnonPages:       16248 kB
Mapped:           5968 kB
Slab:            70140 kB
SReclaimable:    57724 kB
SUnreclaim:      12416 kB
PageTables:        500 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   3644152 kB
Committed_AS:    95160 kB
VmallocTotal:   114680 kB
VmallocUsed:      1444 kB
VmallocChunk:   113072 kB

Free space on /tmp at the end= 5734 MiB
End job on tipi39 at 2009-05-28 13:41:52