Trace number 1774686

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 5929.15 2979.72

General information on the benchmark

NameAPPLICATIONS/diagnosis/
ACG-20-10p0.cnf
MD5SUM28e85fc2a4586943a0ffdffa15206b58
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark2458.22
Satisfiable
(Un)Satisfiability was proved
Number of variables374228
Number of clauses1603007
Sum of the clauses size3767588
Maximum clause length10
Minimum clause length1
Number of clauses of size 113149
Number of clauses of size 21211215
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.69/1.79	c ==============================================================================
1.69/1.79	c |           |     ORIGINAL     |              LEARNT              |          |
1.69/1.79	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
1.69/1.79	c ==============================================================================
1.69/1.79	c |         0 | 1588988  3752699 |  476696       0        0     nan |  0.000 % |
10.18/10.23	c |         0 | 1168572  3106678 |      --       0       --      -- |     --   | -118492/40523
10.18/10.23	c ==============================================================================
10.18/10.23	c Result  :   #vars: 243534   #clauses: 1168572   #literals: 3106678
10.18/10.23	c CPU time:   9.8515 s
10.18/10.23	c ==============================================================================
5928.91/2979.59	c This is ManySAT 1.1 : 4 thread(s) on 2 core(s).
5928.91/2979.59	c ============================[ Problem Statistics ]=============================
5928.91/2979.59	c |                                                                             |
5928.91/2979.59	c threadId              : 3
5928.91/2979.59	c restarts              : 263
5928.91/2979.59	c conflicts             : 163980         (28 /sec)
5928.91/2979.59	c decisions             : 319173         (1.38 % random) (54 /sec)
5928.91/2979.59	c propagations          : 1622673365     (274298 /sec)
5928.91/2979.59	c conflict literals     : 40516721       (37.67 % deleted)
5928.91/2979.59	c Memory used           : 641.98 MB
5928.91/2979.59	c CPU time              : 5915.73 s
5928.91/2979.59	
5928.91/2979.59	c --->m=4, e=8, aimd=1, HOME/21744_many.cnf	time: 1478.93	conflicts: 163980       
5929.01/2979.69	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-1774686-1241291942/watcher-1774686-1241291942 -o /tmp/evaluation-result-1774686-1241291942/solver-1774686-1241291942 -C 10000 -W 12000 -M 1800 manysat.sh HOME/instance-1774686-1241291942.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.86 3.87 3.83 3/64 21744
/proc/meminfo: memFree=1219248/2055920 swapFree=4181364/4192956
[pid=21744] ppid=21742 vsize=5356 CPUtime=0
/proc/21744/stat : 21744 (manysat.sh) R 21742 21744 21641 0 -1 4194304 267 0 0 0 0 0 0 0 18 0 1 0 157227316 5484544 234 1992294400 4194304 4889804 548682068800 18446744073709551615 221780699807 0 65538 4100 65536 0 0 0 17 0 0 0
/proc/21744/statm: 1339 234 194 169 0 50 0
[pid=21745] ppid=21744 vsize=1552 CPUtime=0
/proc/21745/stat : 21745 (SatElite) R 21744 21744 21641 0 -1 4194304 272 0 0 0 0 0 0 0 18 0 1 0 157227316 1589248 256 1992294400 134512640 135034092 4294956112 18446744073709551615 134544849 0 0 4096 3 0 0 0 17 0 0 0
/proc/21745/statm: 388 260 50 127 0 258 0

[startup+0.034292 s]
/proc/loadavg: 3.86 3.87 3.83 3/64 21744
/proc/meminfo: memFree=1219248/2055920 swapFree=4181364/4192956
[pid=21744] ppid=21742 vsize=5356 CPUtime=0
/proc/21744/stat : 21744 (manysat.sh) S 21742 21744 21641 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 157227316 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21744/statm: 1339 235 195 169 0 50 0
[pid=21745] ppid=21744 vsize=13204 CPUtime=0.02
/proc/21745/stat : 21745 (SatElite) R 21744 21744 21641 0 -1 4194304 2481 0 0 0 1 1 0 0 19 0 1 0 157227316 13520896 2361 1992294400 134512640 135034092 4294956112 18446744073709551615 134544856 0 0 4096 3 0 0 0 17 0 0 0
/proc/21745/statm: 3301 2363 50 127 0 3171 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 18560

[startup+0.101298 s]
/proc/loadavg: 3.86 3.87 3.83 3/64 21744
/proc/meminfo: memFree=1219248/2055920 swapFree=4181364/4192956
[pid=21744] ppid=21742 vsize=5356 CPUtime=0
/proc/21744/stat : 21744 (manysat.sh) S 21742 21744 21641 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 157227316 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21744/statm: 1339 235 195 169 0 50 0
[pid=21745] ppid=21744 vsize=28052 CPUtime=0.09
/proc/21745/stat : 21745 (SatElite) R 21744 21744 21641 0 -1 4194304 6081 0 0 0 6 3 0 0 19 0 1 0 157227316 28725248 5897 1992294400 134512640 135034092 4294956112 18446744073709551615 134673244 0 0 4096 3 0 0 0 17 0 0 0
/proc/21745/statm: 7013 5898 50 127 0 6883 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 33408

[startup+0.301335 s]
/proc/loadavg: 3.86 3.87 3.83 3/64 21744
/proc/meminfo: memFree=1219248/2055920 swapFree=4181364/4192956
[pid=21744] ppid=21742 vsize=5356 CPUtime=0
/proc/21744/stat : 21744 (manysat.sh) S 21742 21744 21641 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 157227316 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21744/statm: 1339 235 195 169 0 50 0
[pid=21745] ppid=21744 vsize=50832 CPUtime=0.29
/proc/21745/stat : 21745 (SatElite) R 21744 21744 21641 0 -1 4194304 11563 0 0 0 23 6 0 0 21 0 1 0 157227316 52051968 11379 1992294400 134512640 135034092 4294956112 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 0 0 0
/proc/21745/statm: 12708 11379 50 127 0 12578 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 56188

[startup+0.701385 s]
/proc/loadavg: 3.86 3.87 3.83 3/64 21744
/proc/meminfo: memFree=1219248/2055920 swapFree=4181364/4192956
[pid=21744] ppid=21742 vsize=5356 CPUtime=0
/proc/21744/stat : 21744 (manysat.sh) S 21742 21744 21641 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 157227316 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21744/statm: 1339 235 195 169 0 50 0
[pid=21745] ppid=21744 vsize=70964 CPUtime=0.69
/proc/21745/stat : 21745 (SatElite) R 21744 21744 21641 0 -1 4194304 16470 0 0 0 59 10 0 0 25 0 1 0 157227316 72667136 16286 1992294400 134512640 135034092 4294956112 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 0 0 0
/proc/21745/statm: 17741 16287 50 127 0 17611 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 76320

[startup+1.5015 s]
/proc/loadavg: 3.71 3.84 3.82 2/66 21746
/proc/meminfo: memFree=1135520/2055920 swapFree=4181364/4192956
[pid=21744] ppid=21742 vsize=5356 CPUtime=0
/proc/21744/stat : 21744 (manysat.sh) S 21742 21744 21641 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 157227316 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21744/statm: 1339 235 195 169 0 50 0
[pid=21745] ppid=21744 vsize=167012 CPUtime=1.49
/proc/21745/stat : 21745 (SatElite) R 21744 21744 21641 0 -1 4194304 37906 0 0 0 127 22 0 0 25 0 1 0 157227316 171020288 37722 1992294400 134512640 135034092 4294956112 18446744073709551615 134542635 0 0 4096 3 0 0 0 17 0 0 0
/proc/21745/statm: 41753 37722 51 127 0 41623 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 172368

[startup+3.10173 s]
/proc/loadavg: 3.71 3.84 3.82 2/66 21746
/proc/meminfo: memFree=1060448/2055920 swapFree=4181364/4192956
[pid=21744] ppid=21742 vsize=5356 CPUtime=0
/proc/21744/stat : 21744 (manysat.sh) S 21742 21744 21641 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 157227316 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21744/statm: 1339 235 195 169 0 50 0
[pid=21745] ppid=21744 vsize=197128 CPUtime=3.08
/proc/21745/stat : 21745 (SatElite) R 21744 21744 21641 0 -1 4194304 48503 0 0 0 280 28 0 0 25 0 1 0 157227316 201859072 44213 1992294400 134512640 135034092 4294956112 18446744073709551615 134566706 0 0 4096 3 0 0 0 17 0 0 0
/proc/21745/statm: 49282 44213 68 127 0 49152 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 202484

[startup+6.30118 s]
/proc/loadavg: 3.71 3.84 3.82 2/66 21746
/proc/meminfo: memFree=1022880/2055920 swapFree=4181364/4192956
[pid=21744] ppid=21742 vsize=5356 CPUtime=0
/proc/21744/stat : 21744 (manysat.sh) S 21742 21744 21641 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 157227316 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21744/statm: 1339 235 195 169 0 50 0
[pid=21745] ppid=21744 vsize=232820 CPUtime=6.29
/proc/21745/stat : 21745 (SatElite) R 21744 21744 21641 0 -1 4194304 55984 0 0 0 596 33 0 0 25 0 1 0 157227316 238407680 50810 1992294400 134512640 135034092 4294956112 18446744073709551615 134569188 0 0 4096 3 0 0 0 17 0 0 0
/proc/21745/statm: 58205 50810 68 127 0 58075 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 238176

[startup+12.7011 s]
/proc/loadavg: 3.29 3.74 3.79 2/66 21747
/proc/meminfo: memFree=1138272/2055920 swapFree=4181364/4192956
[pid=21744] ppid=21742 vsize=5356 CPUtime=11.69
/proc/21744/stat : 21744 (manysat.sh) S 21742 21744 21641 0 -1 4194304 313 63155 0 0 0 0 1117 52 16 0 1 0 157227316 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21744/statm: 1339 238 195 169 0 50 0
[pid=21747] ppid=21744 vsize=107848 CPUtime=0.97
/proc/21747/stat : 21747 (manysat1.1_stat) R 21744 21744 21641 0 -1 4194304 24942 0 0 0 86 11 0 0 25 0 1 0 157228487 110436352 24915 1992294400 134512640 135305190 4294956160 18446744073709551615 134840070 0 0 4096 3 0 0 0 17 0 0 0
/proc/21747/statm: 26995 24916 71 193 0 26799 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 113204

[startup+25.5027 s]
/proc/loadavg: 3.33 3.74 3.78 5/69 21750
/proc/meminfo: memFree=846280/2055920 swapFree=4181364/4192956
[pid=21744] ppid=21742 vsize=5356 CPUtime=11.69
/proc/21744/stat : 21744 (manysat.sh) S 21742 21744 21641 0 -1 4194304 313 63155 0 0 0 0 1117 52 16 0 1 0 157227316 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21744/statm: 1339 238 195 169 0 50 0
[pid=21747] ppid=21744 vsize=398332 CPUtime=23.99
/proc/21747/stat : 21747 (manysat1.1_stat) R 21744 21744 21641 0 -1 4194304 84784 0 0 0 2331 68 0 0 17 0 4 0 157228487 407891968 84731 1992294400 134512640 135305190 4294956160 18446744073709551615 134528229 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/21747/statm: 99583 84731 83 193 0 99387 0
[pid=21747/tid=21748] ppid=21744 vsize=398332 CPUtime=4.91
/proc/21747/task/21748/stat : 21748 (manysat1.1_stat) R 21744 21744 21641 0 -1 4194368 1927 0 0 0 484 7 0 0 17 0 4 0 157228821 407891968 84731 1992294400 134512640 135305190 4294956160 18446744073709551615 134528576 0 0 4096 3 0 0 0 -1 0 0 0
[pid=21747/tid=21749] ppid=21744 vsize=398332 CPUtime=5.16
/proc/21747/task/21749/stat : 21749 (manysat1.1_stat) R 21744 21744 21641 0 -1 4194368 1969 0 0 0 509 7 0 0 17 0 4 0 157228821 407891968 84731 1992294400 134512640 135305190 4294956160 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 1 0 0
[pid=21747/tid=21750] ppid=21744 vsize=398332 CPUtime=5.43
/proc/21747/task/21750/stat : 21750 (manysat1.1_stat) R 21744 21744 21641 0 -1 4194368 2023 0 0 0 534 9 0 0 17 0 4 0 157228821 407891968 84731 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 35.68
Current children cumulated vsize (KiB) 403688

[startup+51.1014 s]
/proc/loadavg: 3.56 3.75 3.79 5/69 21750
/proc/meminfo: memFree=843784/2055920 swapFree=4181364/4192956
[pid=21744] ppid=21742 vsize=5356 CPUtime=11.69
/proc/21744/stat : 21744 (manysat.sh) S 21742 21744 21641 0 -1 4194304 313 63155 0 0 0 0 1117 52 16 0 1 0 157227316 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21744/statm: 1339 238 195 169 0 50 0
[pid=21747] ppid=21744 vsize=400960 CPUtime=75.04
/proc/21747/stat : 21747 (manysat1.1_stat) R 21744 21744 21641 0 -1 4194304 85425 0 0 0 7434 70 0 0 18 0 4 0 157228487 410583040 85372 1992294400 134512640 135305190 4294956160 18446744073709551615 134528480 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/21747/statm: 100240 85372 83 193 0 100044 0
[pid=21747/tid=21748] ppid=21744 vsize=400960 CPUtime=15.76
/proc/21747/task/21748/stat : 21748 (manysat1.1_stat) R 21744 21744 21641 0 -1 4194368 2013 0 0 0 1569 7 0 0 18 0 4 0 157228821 410583040 85372 1992294400 134512640 135305190 4294956160 18446744073709551615 134528189 0 0 4096 3 0 0 0 -1 0 0 0
[pid=21747/tid=21749] ppid=21744 vsize=400960 CPUtime=16.14
/proc/21747/task/21749/stat : 21749 (manysat1.1_stat) R 21744 21744 21641 0 -1 4194368 2226 0 0 0 1607 7 0 0 18 0 4 0 157228821 410583040 85372 1992294400 134512640 135305190 4294956160 18446744073709551615 134541909 0 0 4096 3 0 0 0 -1 1 0 0
[pid=21747/tid=21750] ppid=21744 vsize=400960 CPUtime=19.31
/proc/21747/task/21750/stat : 21750 (manysat1.1_stat) R 21744 21744 21641 0 -1 4194368 2125 0 0 0 1922 9 0 0 18 0 4 0 157228821 410583040 85372 1992294400 134512640 135305190 4294956160 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 86.73
Current children cumulated vsize (KiB) 406316

[startup+102.306 s]
/proc/loadavg: 3.82 3.79 3.80 5/69 21750
/proc/meminfo: memFree=833928/2055920 swapFree=4181364/4192956
[pid=21744] ppid=21742 vsize=5356 CPUtime=11.69
/proc/21744/stat : 21744 (manysat.sh) S 21742 21744 21641 0 -1 4194304 313 63155 0 0 0 0 1117 52 16 0 1 0 157227316 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21744/statm: 1339 238 195 169 0 50 0
[pid=21747] ppid=21744 vsize=410916 CPUtime=177.2
/proc/21747/stat : 21747 (manysat1.1_stat) R 21744 21744 21641 0 -1 4194304 87900 0 0 0 17646 74 0 0 19 0 4 0 157228487 420777984 87847 1992294400 134512640 135305190 4294956160 18446744073709551615 134528240 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/21747/statm: 102729 87847 83 193 0 102533 0
[pid=21747/tid=21748] ppid=21744 vsize=410916 CPUtime=42.44
/proc/21747/task/21748/stat : 21748 (manysat1.1_stat) R 21744 21744 21641 0 -1 4194368 2560 0 0 0 4236 8 0 0 17 0 4 0 157228821 420777984 87847 1992294400 134512640 135305190 4294956160 18446744073709551615 134528277 0 0 4096 3 0 0 0 -1 1 0 0
[pid=21747/tid=21749] ppid=21744 vsize=410916 CPUtime=40.01
/proc/21747/task/21749/stat : 21749 (manysat1.1_stat) R 21744 21744 21641 0 -1 4194368 3102 0 0 0 3993 8 0 0 18 0 4 0 157228821 420777984 87847 1992294400 134512640 135305190 4294956160 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 0 0 0
[pid=21747/tid=21750] ppid=21744 vsize=410916 CPUtime=45.59
/proc/21747/task/21750/stat : 21750 (manysat1.1_stat) R 21744 21744 21641 0 -1 4194368 2572 0 0 0 4550 9 0 0 25 0 4 0 157228821 420777984 87847 1992294400 134512640 135305190 4294956160 18446744073709551615 134528851 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 188.89
Current children cumulated vsize (KiB) 416272

[startup+162.302 s]
/proc/loadavg: 3.93 3.83 3.81 5/69 21750
/proc/meminfo: memFree=819336/2055920 swapFree=4181364/4192956
[pid=21744] ppid=21742 vsize=5356 CPUtime=11.69
/proc/21744/stat : 21744 (manysat.sh) S 21742 21744 21641 0 -1 4194304 313 63155 0 0 0 0 1117 52 16 0 1 0 157227316 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21744/statm: 1339 238 195 169 0 50 0
[pid=21747] ppid=21744 vsize=425824 CPUtime=296.93
/proc/21747/stat : 21747 (manysat1.1_stat) R 21744 21744 21641 0 -1 4194304 91651 0 0 0 29614 79 0 0 25 0 4 0 157228487 436043776 91598 1992294400 134512640 135305190 4294956160 18446744073709551615 134551697 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/21747/statm: 106456 91598 83 193 0 106260 0
[pid=21747/tid=21748] ppid=21744 vsize=425824 CPUtime=68.31
/proc/21747/task/21748/stat : 21748 (manysat1.1_stat) R 21744 21744 21641 0 -1 4194368 3110 0 0 0 6822 9 0 0 25 0 4 0 157228821 436043776 91598 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
[pid=21747/tid=21749] ppid=21744 vsize=425824 CPUtime=62.9
/proc/21747/task/21749/stat : 21749 (manysat1.1_stat) R 21744 21744 21641 0 -1 4194368 4216 0 0 0 6280 10 0 0 25 0 4 0 157228821 436043776 91598 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
[pid=21747/tid=21750] ppid=21744 vsize=425824 CPUtime=82.47
/proc/21747/task/21750/stat : 21750 (manysat1.1_stat) R 21744 21744 21641 0 -1 4194368 3503 0 0 0 8236 11 0 0 20 0 4 0 157228821 436043776 91598 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 308.62
Current children cumulated vsize (KiB) 431180

[startup+222.303 s]
/proc/loadavg: 3.97 3.86 3.82 5/69 21750
/proc/meminfo: memFree=801736/2055920 swapFree=4181364/4192956
[pid=21744] ppid=21742 vsize=5356 CPUtime=11.69
/proc/21744/stat : 21744 (manysat.sh) S 21742 21744 21641 0 -1 4194304 313 63155 0 0 0 0 1117 52 16 0 1 0 157227316 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21744/statm: 1339 238 195 169 0 50 0
[pid=21747] ppid=21744 vsize=442972 CPUtime=416.68
/proc/21747/stat : 21747 (manysat1.1_stat) R 21744 21744 21641 0 -1 4194304 95953 0 0 0 41582 86 0 0 25 0 4 0 157228487 453603328 95900 1992294400 134512640 135305190 4294956160 18446744073709551615 134546042 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/21747/statm: 110743 95900 83 193 0 110547 0
[pid=21747/tid=21748] ppid=21744 vsize=442972 CPUtime=99

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

/proc/meminfo: memFree=592776/2055920 swapFree=4181364/4192956
[pid=21744] ppid=21742 vsize=5356 CPUtime=11.69
/proc/21744/stat : 21744 (manysat.sh) S 21742 21744 21641 0 -1 4194304 313 63155 0 0 0 0 1117 52 16 0 1 0 157227316 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21744/statm: 1339 238 195 169 0 50 0
[pid=21747] ppid=21744 vsize=652880 CPUtime=5685.17
/proc/21747/stat : 21747 (manysat1.1_stat) R 21744 21744 21641 0 -1 4194304 148020 0 0 0 568360 157 0 0 25 0 4 0 157228487 668549120 147967 1992294400 134512640 135305190 4294956160 18446744073709551615 134528229 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/21747/statm: 163220 147967 83 193 0 163024 0
[pid=21747/tid=21748] ppid=21744 vsize=652880 CPUtime=1418.26
/proc/21747/task/21748/stat : 21748 (manysat1.1_stat) R 21744 21744 21641 0 -1 4194368 11504 0 0 0 141805 21 0 0 25 0 4 0 157228821 668549120 147967 1992294400 134512640 135305190 4294956160 18446744073709551615 134557557 0 0 4096 3 0 0 0 -1 0 0 0
[pid=21747/tid=21749] ppid=21744 vsize=652880 CPUtime=1378.2
/proc/21747/task/21749/stat : 21749 (manysat1.1_stat) R 21744 21744 21641 0 -1 4194368 23823 0 0 0 137784 36 0 0 25 0 4 0 157228821 668549120 147967 1992294400 134512640 135305190 4294956160 18446744073709551615 134528189 0 0 4096 3 0 0 0 -1 1 0 0
[pid=21747/tid=21750] ppid=21744 vsize=652880 CPUtime=1449.25
/proc/21747/task/21750/stat : 21750 (manysat1.1_stat) R 21744 21744 21641 0 -1 4194368 22434 0 0 0 144891 34 0 0 25 0 4 0 157228821 668549120 147967 1992294400 134512640 135305190 4294956160 18446744073709551615 134528350 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 5696.86
Current children cumulated vsize (KiB) 658236

[startup+2922.3 s]
/proc/loadavg: 4.00 4.00 3.94 5/69 21758
/proc/meminfo: memFree=590088/2055920 swapFree=4181364/4192956
[pid=21744] ppid=21742 vsize=5356 CPUtime=11.69
/proc/21744/stat : 21744 (manysat.sh) S 21742 21744 21641 0 -1 4194304 313 63155 0 0 0 0 1117 52 16 0 1 0 157227316 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21744/statm: 1339 238 195 169 0 50 0
[pid=21747] ppid=21744 vsize=656108 CPUtime=5804.9
/proc/21747/stat : 21747 (manysat1.1_stat) R 21744 21744 21641 0 -1 4194304 148695 0 0 0 580332 158 0 0 19 0 4 0 157228487 671854592 148642 1992294400 134512640 135305190 4294956160 18446744073709551615 134530638 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/21747/statm: 164027 148642 83 193 0 163831 0
[pid=21747/tid=21748] ppid=21744 vsize=656108 CPUtime=1447.33
/proc/21747/task/21748/stat : 21748 (manysat1.1_stat) R 21744 21744 21641 0 -1 4194368 11572 0 0 0 144712 21 0 0 25 0 4 0 157228821 671854592 148642 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
[pid=21747/tid=21749] ppid=21744 vsize=656108 CPUtime=1408.19
/proc/21747/task/21749/stat : 21749 (manysat1.1_stat) R 21744 21744 21641 0 -1 4194368 24101 0 0 0 140782 37 0 0 25 0 4 0 157228821 671854592 148642 1992294400 134512640 135305190 4294956160 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 1 0 0
[pid=21747/tid=21750] ppid=21744 vsize=656108 CPUtime=1479.23
/proc/21747/task/21750/stat : 21750 (manysat1.1_stat) R 21744 21744 21641 0 -1 4194368 22586 0 0 0 147889 34 0 0 25 0 4 0 157228821 671854592 148642 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 5816.59
Current children cumulated vsize (KiB) 661464

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

[startup+2943.9 s]
/proc/loadavg: 4.00 4.00 3.94 5/69 21758
/proc/meminfo: memFree=589384/2055920 swapFree=4181364/4192956
[pid=21744] ppid=21742 vsize=5356 CPUtime=11.69
/proc/21744/stat : 21744 (manysat.sh) S 21742 21744 21641 0 -1 4194304 313 63155 0 0 0 0 1117 52 16 0 1 0 157227316 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21744/statm: 1339 238 195 169 0 50 0
[pid=21747] ppid=21744 vsize=656796 CPUtime=5848
/proc/21747/stat : 21747 (manysat1.1_stat) R 21744 21744 21641 0 -1 4194304 148872 0 0 0 584642 158 0 0 25 0 4 0 157228487 672559104 148819 1992294400 134512640 135305190 4294956160 18446744073709551615 134528229 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/21747/statm: 164199 148819 83 193 0 164003 0
[pid=21747/tid=21748] ppid=21744 vsize=656796 CPUtime=1458.1
/proc/21747/task/21748/stat : 21748 (manysat1.1_stat) R 21744 21744 21641 0 -1 4194368 11581 0 0 0 145789 21 0 0 25 0 4 0 157228821 672559104 148819 1992294400 134512640 135305190 4294956160 18446744073709551615 134551986 0 0 4096 3 0 0 0 -1 0 0 0
[pid=21747/tid=21749] ppid=21744 vsize=656796 CPUtime=1418.99
/proc/21747/task/21749/stat : 21749 (manysat1.1_stat) R 21744 21744 21641 0 -1 4194368 24206 0 0 0 141862 37 0 0 25 0 4 0 157228821 672559104 148819 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
[pid=21747/tid=21750] ppid=21744 vsize=656796 CPUtime=1490.03
/proc/21747/task/21750/stat : 21750 (manysat1.1_stat) R 21744 21744 21641 0 -1 4194368 22638 0 0 0 148969 34 0 0 25 0 4 0 157228821 672559104 148819 1992294400 134512640 135305190 4294956160 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 5859.69
Current children cumulated vsize (KiB) 662152

[startup+2956.7 s]
/proc/loadavg: 4.00 4.00 3.94 5/69 21758
/proc/meminfo: memFree=588872/2055920 swapFree=4181364/4192956
[pid=21744] ppid=21742 vsize=5356 CPUtime=11.69
/proc/21744/stat : 21744 (manysat.sh) S 21742 21744 21641 0 -1 4194304 313 63155 0 0 0 0 1117 52 16 0 1 0 157227316 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21744/statm: 1339 238 195 169 0 50 0
[pid=21747] ppid=21744 vsize=657380 CPUtime=5873.56
/proc/21747/stat : 21747 (manysat1.1_stat) R 21744 21744 21641 0 -1 4194304 148992 0 0 0 587197 159 0 0 25 0 4 0 157228487 673157120 148939 1992294400 134512640 135305190 4294956160 18446744073709551615 134528554 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/21747/statm: 164345 148939 83 193 0 164149 0
[pid=21747/tid=21748] ppid=21744 vsize=657380 CPUtime=1464.49
/proc/21747/task/21748/stat : 21748 (manysat1.1_stat) R 21744 21744 21641 0 -1 4194368 11597 0 0 0 146428 21 0 0 25 0 4 0 157228821 673157120 148939 1992294400 134512640 135305190 4294956160 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 0 0 0
[pid=21747/tid=21749] ppid=21744 vsize=657380 CPUtime=1424.59
/proc/21747/task/21749/stat : 21749 (manysat1.1_stat) R 21744 21744 21641 0 -1 4194368 24247 0 0 0 142422 37 0 0 25 0 4 0 157228821 673157120 148939 1992294400 134512640 135305190 4294956160 18446744073709551615 134528518 0 0 4096 3 0 0 0 -1 1 0 0
[pid=21747/tid=21750] ppid=21744 vsize=657380 CPUtime=1497.23
/proc/21747/task/21750/stat : 21750 (manysat1.1_stat) R 21744 21744 21641 0 -1 4194368 22692 0 0 0 149689 34 0 0 18 0 4 0 157228821 673157120 148939 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 5885.25
Current children cumulated vsize (KiB) 662736

[startup+2969.5 s]
/proc/loadavg: 4.00 4.00 3.94 5/69 21758
/proc/meminfo: memFree=588744/2055920 swapFree=4181364/4192956
[pid=21744] ppid=21742 vsize=5356 CPUtime=11.69
/proc/21744/stat : 21744 (manysat.sh) S 21742 21744 21641 0 -1 4194304 313 63155 0 0 0 0 1117 52 16 0 1 0 157227316 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21744/statm: 1339 238 195 169 0 50 0
[pid=21747] ppid=21744 vsize=657380 CPUtime=5899.1
/proc/21747/stat : 21747 (manysat1.1_stat) R 21744 21744 21641 0 -1 4194304 148998 0 0 0 589751 159 0 0 25 0 4 0 157228487 673157120 148945 1992294400 134512640 135305190 4294956160 18446744073709551615 134528539 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/21747/statm: 164345 148945 83 193 0 164149 0
[pid=21747/tid=21748] ppid=21744 vsize=657380 CPUtime=1470.83
/proc/21747/task/21748/stat : 21748 (manysat1.1_stat) R 21744 21744 21641 0 -1 4194368 11597 0 0 0 147062 21 0 0 25 0 4 0 157228821 673157120 148945 1992294400 134512640 135305190 4294956160 18446744073709551615 134528189 0 0 4096 3 0 0 0 -1 0 0 0
[pid=21747/tid=21749] ppid=21744 vsize=657380 CPUtime=1430.99
/proc/21747/task/21749/stat : 21749 (manysat1.1_stat) R 21744 21744 21641 0 -1 4194368 24250 0 0 0 143062 37 0 0 25 0 4 0 157228821 673157120 148945 1992294400 134512640 135305190 4294956160 18446744073709551615 134528406 0 0 4096 3 0 0 0 -1 1 0 0
[pid=21747/tid=21750] ppid=21744 vsize=657380 CPUtime=1503.62
/proc/21747/task/21750/stat : 21750 (manysat1.1_stat) R 21744 21744 21641 0 -1 4194368 22693 0 0 0 150328 34 0 0 25 0 4 0 157228821 673157120 148945 1992294400 134512640 135305190 4294956160 18446744073709551615 134528252 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 5910.79
Current children cumulated vsize (KiB) 662736

[startup+2975.9 s]
/proc/loadavg: 4.00 4.00 3.94 5/69 21758
/proc/meminfo: memFree=588744/2055920 swapFree=4181364/4192956
[pid=21744] ppid=21742 vsize=5356 CPUtime=11.69
/proc/21744/stat : 21744 (manysat.sh) S 21742 21744 21641 0 -1 4194304 313 63155 0 0 0 0 1117 52 16 0 1 0 157227316 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21744/statm: 1339 238 195 169 0 50 0
[pid=21747] ppid=21744 vsize=657380 CPUtime=5911.87
/proc/21747/stat : 21747 (manysat1.1_stat) R 21744 21744 21641 0 -1 4194304 149003 0 0 0 591028 159 0 0 25 0 4 0 157228487 673157120 148950 1992294400 134512640 135305190 4294956160 18446744073709551615 134528189 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/21747/statm: 164345 148950 83 193 0 164149 0
[pid=21747/tid=21748] ppid=21744 vsize=657380 CPUtime=1474.01
/proc/21747/task/21748/stat : 21748 (manysat1.1_stat) R 21744 21744 21641 0 -1 4194368 11597 0 0 0 147380 21 0 0 25 0 4 0 157228821 673157120 148950 1992294400 134512640 135305190 4294956160 18446744073709551615 134528319 0 0 4096 3 0 0 0 -1 0 0 0
[pid=21747/tid=21749] ppid=21744 vsize=657380 CPUtime=1434.19
/proc/21747/task/21749/stat : 21749 (manysat1.1_stat) R 21744 21744 21641 0 -1 4194368 24255 0 0 0 143382 37 0 0 25 0 4 0 157228821 673157120 148950 1992294400 134512640 135305190 4294956160 18446744073709551615 134528189 0 0 4096 3 0 0 0 -1 1 0 0
[pid=21747/tid=21750] ppid=21744 vsize=657380 CPUtime=1506.82
/proc/21747/task/21750/stat : 21750 (manysat1.1_stat) R 21744 21744 21641 0 -1 4194368 22693 0 0 0 150648 34 0 0 25 0 4 0 157228821 673157120 148950 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 5923.56
Current children cumulated vsize (KiB) 662736

[startup+2977.5 s]
/proc/loadavg: 4.00 4.00 3.94 5/69 21758
/proc/meminfo: memFree=588744/2055920 swapFree=4181364/4192956
[pid=21744] ppid=21742 vsize=5356 CPUtime=11.69
/proc/21744/stat : 21744 (manysat.sh) S 21742 21744 21641 0 -1 4194304 313 63155 0 0 0 0 1117 52 16 0 1 0 157227316 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21744/statm: 1339 238 195 169 0 50 0
[pid=21747] ppid=21744 vsize=657380 CPUtime=5915.06
/proc/21747/stat : 21747 (manysat1.1_stat) R 21744 21744 21641 0 -1 4194304 149004 0 0 0 591347 159 0 0 25 0 4 0 157228487 673157120 148951 1992294400 134512640 135305190 4294956160 18446744073709551615 134528189 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/21747/statm: 164345 148951 83 193 0 164149 0
[pid=21747/tid=21748] ppid=21744 vsize=657380 CPUtime=1474.8
/proc/21747/task/21748/stat : 21748 (manysat1.1_stat) R 21744 21744 21641 0 -1 4194368 11597 0 0 0 147459 21 0 0 25 0 4 0 157228821 673157120 148951 1992294400 134512640 135305190 4294956160 18446744073709551615 134528189 0 0 4096 3 0 0 0 -1 0 0 0
[pid=21747/tid=21749] ppid=21744 vsize=657380 CPUtime=1434.99
/proc/21747/task/21749/stat : 21749 (manysat1.1_stat) R 21744 21744 21641 0 -1 4194368 24256 0 0 0 143462 37 0 0 25 0 4 0 157228821 673157120 148951 1992294400 134512640 135305190 4294956160 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 1 0 0
[pid=21747/tid=21750] ppid=21744 vsize=657380 CPUtime=1507.62
/proc/21747/task/21750/stat : 21750 (manysat1.1_stat) R 21744 21744 21641 0 -1 4194368 22693 0 0 0 150728 34 0 0 25 0 4 0 157228821 673157120 148951 1992294400 134512640 135305190 4294956160 18446744073709551615 134528252 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 5926.75
Current children cumulated vsize (KiB) 662736

[startup+2979.1 s]
/proc/loadavg: 4.00 4.00 3.94 2/69 21758
/proc/meminfo: memFree=588744/2055920 swapFree=4181364/4192956
[pid=21744] ppid=21742 vsize=5356 CPUtime=11.69
/proc/21744/stat : 21744 (manysat.sh) S 21742 21744 21641 0 -1 4194304 313 63155 0 0 0 0 1117 52 16 0 1 0 157227316 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21744/statm: 1339 238 195 169 0 50 0
[pid=21747] ppid=21744 vsize=657380 CPUtime=5916.82
/proc/21747/stat : 21747 (manysat1.1_stat) S 21744 21744 21641 0 -1 4194304 149004 0 0 0 591523 159 0 0 25 0 4 0 157228487 673157120 148951 1992294400 134512640 135305190 4294956160 18446744073709551615 134657474 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/21747/statm: 164345 148951 83 193 0 164149 0
[pid=21747/tid=21748] ppid=21744 vsize=657380 CPUtime=1474.9
/proc/21747/task/21748/stat : 21748 (manysat1.1_stat) S 21744 21744 21641 0 -1 4194368 11597 0 0 0 147469 21 0 0 25 0 4 0 157228821 673157120 148951 1992294400 134512640 135305190 4294956160 18446744073709551615 134657474 0 0 4096 3 0 0 0 -1 0 0 0
[pid=21747/tid=21749] ppid=21744 vsize=657380 CPUtime=1436.53
/proc/21747/task/21749/stat : 21749 (manysat1.1_stat) R 21744 21744 21641 0 -1 4194368 24256 0 0 0 143616 37 0 0 25 0 4 0 157228821 673157120 148951 1992294400 134512640 135305190 4294956160 18446744073709551615 134529244 0 0 4096 3 0 0 0 -1 1 0 0
[pid=21747/tid=21750] ppid=21744 vsize=657380 CPUtime=1507.67
/proc/21747/task/21750/stat : 21750 (manysat1.1_stat) S 21744 21744 21641 0 -1 4194368 22693 0 0 0 150733 34 0 0 25 0 4 0 157228821 673157120 148951 1992294400 134512640 135305190 4294956160 18446744073709551615 134657474 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 5928.51
Current children cumulated vsize (KiB) 662736

[startup+2979.5 s]
/proc/loadavg: 4.00 4.00 3.94 2/69 21758
/proc/meminfo: memFree=588744/2055920 swapFree=4181364/4192956
[pid=21744] ppid=21742 vsize=5356 CPUtime=11.69
/proc/21744/stat : 21744 (manysat.sh) S 21742 21744 21641 0 -1 4194304 313 63155 0 0 0 0 1117 52 16 0 1 0 157227316 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21744/statm: 1339 238 195 169 0 50 0
[pid=21747] ppid=21744 vsize=657380 CPUtime=5917.22
/proc/21747/stat : 21747 (manysat1.1_stat) S 21744 21744 21641 0 -1 4194304 149004 0 0 0 591563 159 0 0 25 0 4 0 157228487 673157120 148951 1992294400 134512640 135305190 4294956160 18446744073709551615 134657474 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/21747/statm: 164345 148951 83 193 0 164149 0
[pid=21747/tid=21748] ppid=21744 vsize=657380 CPUtime=1474.9
/proc/21747/task/21748/stat : 21748 (manysat1.1_stat) S 21744 21744 21641 0 -1 4194368 11597 0 0 0 147469 21 0 0 25 0 4 0 157228821 673157120 148951 1992294400 134512640 135305190 4294956160 18446744073709551615 134657474 0 0 4096 3 0 0 0 -1 0 0 0
[pid=21747/tid=21749] ppid=21744 vsize=657380 CPUtime=1436.93
/proc/21747/task/21749/stat : 21749 (manysat1.1_stat) R 21744 21744 21641 0 -1 4194368 24256 0 0 0 143656 37 0 0 25 0 4 0 157228821 673157120 148951 1992294400 134512640 135305190 4294956160 18446744073709551615 134529604 0 0 4096 3 0 0 0 -1 1 0 0
[pid=21747/tid=21750] ppid=21744 vsize=657380 CPUtime=1507.67
/proc/21747/task/21750/stat : 21750 (manysat1.1_stat) S 21744 21744 21641 0 -1 4194368 22693 0 0 0 150733 34 0 0 25 0 4 0 157228821 673157120 148951 1992294400 134512640 135305190 4294956160 18446744073709551615 134657474 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 5928.91
Current children cumulated vsize (KiB) 662736

[startup+2979.7 s]
/proc/loadavg: 4.00 4.00 3.94 2/69 21758
/proc/meminfo: memFree=588744/2055920 swapFree=4181364/4192956
[pid=21744] ppid=21742 vsize=5360 CPUtime=5929.11
/proc/21744/stat : 21744 (manysat.sh) S 21742 21744 21641 0 -1 4194304 340 212174 0 0 0 0 592690 221 17 0 1 0 157227316 5488640 240 1992294400 4194304 4889804 548682068800 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21744/statm: 1340 240 196 169 0 51 0
Current children cumulated CPU time (s) 5929.11
Current children cumulated vsize (KiB) 5360

Child status: 20
Real time (s): 2979.72
CPU time (s): 5929.15
CPU user time (s): 5926.91
CPU system time (s): 2.23466
CPU usage (%): 198.984
Max. virtual memory (cumulated for all children) (KiB): 662736

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 5926.91
system time used= 2.23466
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 212641
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= 11051
involuntary context switches= 100845

runsolver used 2.83457 second user time and 8.01178 second system time

The end

Launcher Data

Begin job on node29 at 2009-05-02 21:19:05
IDJOB=1774686
IDBENCH=70996
IDSOLVER=612
FILE ID=node29/1774686-1241291942
PBS_JOBID= 9225121
Free space on /tmp= 66436 MiB

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

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

MD5SUM BENCH= 28e85fc2a4586943a0ffdffa15206b58
RANDOM SEED=1371352471

node29.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.281
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.281
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:       1219664 kB
Buffers:         76488 kB
Cached:         662012 kB
SwapCached:       5420 kB
Active:         127512 kB
Inactive:       618872 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1219664 kB
SwapTotal:     4192956 kB
SwapFree:      4181364 kB
Dirty:           31268 kB
Writeback:           0 kB
Mapped:          13616 kB
Slab:            75772 kB
Committed_AS:   762764 kB
PageTables:       1468 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= 66432 MiB
End job on node29 at 2009-05-02 22:08:44