Trace number 1774556

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 3725.6 1912.07

General information on the benchmark

NameAPPLICATIONS/c32sat/
post-cbmc-aes-ee-r3-noholes.cnf
MD5SUM91d125ee3007575f40ddeef126d7f80f
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark1510.73
Satisfiable
(Un)Satisfiability was proved
Number of variables498723
Number of clauses2928183
Sum of the clauses size7885040
Maximum clause length33
Minimum clause length1
Number of clauses of size 170035
Number of clauses of size 22107033
Number of clauses of size 3609981
Number of clauses of size 419805
Number of clauses of size 50
Number of clauses of size over 5121329

Solver Data

0.00/0.00	c Parsing...
2.37/2.43	c ==============================================================================
2.37/2.43	c |           |     ORIGINAL     |              LEARNT              |          |
2.37/2.43	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
2.37/2.43	c ==============================================================================
2.37/2.43	c |         0 | 2445459  6687382 |  733637       0        0     nan |  0.000 % |
79.36/80.62	c |         0 |  459462  3264797 |      --       0       --      -- |     --   | -1360719/-1657359
79.36/80.63	c ==============================================================================
79.36/80.63	c Result  :   #vars: 7950   #clauses: 459462   #literals: 3264797
79.36/80.63	c CPU time:   78.772 s
79.36/80.63	c ==============================================================================
3725.37/1911.94	c This is ManySAT 1.1 : 4 thread(s) on 2 core(s).
3725.37/1911.94	c ============================[ Problem Statistics ]=============================
3725.37/1911.94	c |                                                                             |
3725.37/1911.94	c threadId              : 3
3725.37/1911.94	c restarts              : 2160
3725.37/1911.94	c conflicts             : 1708739        (469 /sec)
3725.37/1911.94	c decisions             : 3113443        (2.31 % random) (855 /sec)
3725.37/1911.94	c propagations          : 132287397      (36319 /sec)
3725.37/1911.94	c conflict literals     : 28374744       (14.55 % deleted)
3725.37/1911.94	c Memory used           : 581.79 MB
3725.37/1911.94	c CPU time              : 3642.42 s
3725.37/1911.94	
3725.37/1911.94	c --->m=4, e=8, aimd=1, HOME/27274_many.cnf	time: 910.606	conflicts: 1708739      
3725.52/1912.03	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-1774556-1241291627/watcher-1774556-1241291627 -o /tmp/evaluation-result-1774556-1241291627/solver-1774556-1241291627 -C 10000 -W 12000 -M 1800 manysat.sh HOME/instance-1774556-1241291627.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.75 3.90 3.88 3/64 27274
/proc/meminfo: memFree=1788016/2055920 swapFree=4180712/4192956
[pid=27274] ppid=27272 vsize=5356 CPUtime=0
/proc/27274/stat : 27274 (manysat.sh) S 27272 27274 26736 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 157196360 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27274/statm: 1339 235 195 169 0 50 0
[pid=27275] ppid=27274 vsize=1136 CPUtime=0
/proc/27275/stat : 27275 (SatElite) R 27274 27274 26736 0 -1 4194304 187 0 0 0 0 0 0 0 18 0 1 0 157196360 1163264 171 1992294400 134512640 135034092 4294956112 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 1 0 0
/proc/27275/statm: 284 172 51 127 0 154 0

[startup+0.051696 s]
/proc/loadavg: 3.75 3.90 3.88 3/64 27274
/proc/meminfo: memFree=1788016/2055920 swapFree=4180712/4192956
[pid=27274] ppid=27272 vsize=5356 CPUtime=0
/proc/27274/stat : 27274 (manysat.sh) S 27272 27274 26736 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 157196360 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27274/statm: 1339 235 195 169 0 50 0
[pid=27275] ppid=27274 vsize=5700 CPUtime=0.03
/proc/27275/stat : 27275 (SatElite) R 27274 27274 26736 0 -1 4194304 1219 0 0 0 3 0 0 0 18 0 1 0 157196360 5836800 1203 1992294400 134512640 135034092 4294956112 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 1 0 0
/proc/27275/statm: 1425 1205 51 127 0 1295 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 11056

[startup+0.101704 s]
/proc/loadavg: 3.75 3.90 3.88 3/64 27274
/proc/meminfo: memFree=1788016/2055920 swapFree=4180712/4192956
[pid=27274] ppid=27272 vsize=5356 CPUtime=0
/proc/27274/stat : 27274 (manysat.sh) S 27272 27274 26736 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 157196360 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27274/statm: 1339 235 195 169 0 50 0
[pid=27275] ppid=27274 vsize=10628 CPUtime=0.09
/proc/27275/stat : 27275 (SatElite) R 27274 27274 26736 0 -1 4194304 2263 0 0 0 8 1 0 0 18 0 1 0 157196360 10883072 2247 1992294400 134512640 135034092 4294956112 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 1 0 0
/proc/27275/statm: 2657 2247 52 127 0 2527 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 15984

[startup+0.301743 s]
/proc/loadavg: 3.75 3.90 3.88 3/64 27274
/proc/meminfo: memFree=1788016/2055920 swapFree=4180712/4192956
[pid=27274] ppid=27272 vsize=5356 CPUtime=0
/proc/27274/stat : 27274 (manysat.sh) S 27272 27274 26736 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 157196360 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27274/statm: 1339 235 195 169 0 50 0
[pid=27275] ppid=27274 vsize=27092 CPUtime=0.28
/proc/27275/stat : 27275 (SatElite) R 27274 27274 26736 0 -1 4194304 6004 0 0 0 25 3 0 0 19 0 1 0 157196360 27742208 5988 1992294400 134512640 135034092 4294956112 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 1 0 0
/proc/27275/statm: 6773 5988 52 127 0 6643 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 32448

[startup+0.701821 s]
/proc/loadavg: 3.75 3.90 3.88 3/64 27274
/proc/meminfo: memFree=1788016/2055920 swapFree=4180712/4192956
[pid=27274] ppid=27272 vsize=5356 CPUtime=0
/proc/27274/stat : 27274 (manysat.sh) S 27272 27274 26736 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 157196360 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27274/statm: 1339 235 195 169 0 50 0
[pid=27275] ppid=27274 vsize=59964 CPUtime=0.69
/proc/27275/stat : 27275 (SatElite) R 27274 27274 26736 0 -1 4194304 14555 0 0 0 60 9 0 0 22 0 1 0 157196360 61403136 14539 1992294400 134512640 135034092 4294956112 18446744073709551615 134673244 0 0 4096 3 0 0 0 17 1 0 0
/proc/27275/statm: 14991 14539 52 127 0 14861 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 65320

[startup+1.50199 s]
/proc/loadavg: 3.75 3.90 3.88 2/66 27276
/proc/meminfo: memFree=1703584/2055920 swapFree=4180712/4192956
[pid=27274] ppid=27272 vsize=5356 CPUtime=0
/proc/27274/stat : 27274 (manysat.sh) S 27272 27274 26736 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 157196360 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27274/statm: 1339 235 195 169 0 50 0
[pid=27275] ppid=27274 vsize=146716 CPUtime=1.48
/proc/27275/stat : 27275 (SatElite) R 27274 27274 26736 0 -1 4194304 31666 0 0 0 127 21 0 0 25 0 1 0 157196360 150237184 31650 1992294400 134512640 135034092 4294956112 18446744073709551615 134523122 0 0 4096 3 0 0 0 17 0 0 0
/proc/27275/statm: 36679 31650 52 127 0 36549 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 152072

[startup+3.1013 s]
/proc/loadavg: 3.75 3.90 3.88 2/66 27276
/proc/meminfo: memFree=1604128/2055920 swapFree=4180712/4192956
[pid=27274] ppid=27272 vsize=5356 CPUtime=0
/proc/27274/stat : 27274 (manysat.sh) S 27272 27274 26736 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 157196360 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27274/statm: 1339 235 195 169 0 50 0
[pid=27275] ppid=27274 vsize=251520 CPUtime=3.07
/proc/27275/stat : 27275 (SatElite) R 27274 27274 26736 0 -1 4194304 58028 0 0 0 273 34 0 0 25 0 1 0 157196360 257556480 57991 1992294400 134512640 135034092 4294956112 18446744073709551615 134540978 0 0 4096 3 0 0 0 17 0 0 0
/proc/27275/statm: 62880 57991 64 127 0 62750 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 256876

[startup+6.30198 s]
/proc/loadavg: 3.77 3.90 3.88 4/66 27276
/proc/meminfo: memFree=1552608/2055920 swapFree=4180712/4192956
[pid=27274] ppid=27272 vsize=5356 CPUtime=0
/proc/27274/stat : 27274 (manysat.sh) S 27272 27274 26736 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 157196360 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27274/statm: 1339 235 195 169 0 50 0
[pid=27275] ppid=27274 vsize=252544 CPUtime=6.25
/proc/27275/stat : 27275 (SatElite) R 27274 27274 26736 0 -1 4194304 58244 0 0 0 590 35 0 0 25 0 1 0 157196360 258605056 58207 1992294400 134512640 135034092 4294956112 18446744073709551615 134540734 0 0 4096 3 0 0 0 17 0 0 0
/proc/27275/statm: 63136 58207 64 127 0 63006 0
Current children cumulated CPU time (s) 6.25
Current children cumulated vsize (KiB) 257900

[startup+12.703 s]
/proc/loadavg: 3.79 3.90 3.88 4/66 27276
/proc/meminfo: memFree=1513576/2055920 swapFree=4180712/4192956
[pid=27274] ppid=27272 vsize=5356 CPUtime=0
/proc/27274/stat : 27274 (manysat.sh) S 27272 27274 26736 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 157196360 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27274/statm: 1339 235 195 169 0 50 0
[pid=27275] ppid=27274 vsize=281572 CPUtime=12.55
/proc/27275/stat : 27275 (SatElite) R 27274 27274 26736 0 -1 4194304 70760 0 0 0 1208 47 0 0 25 0 1 0 157196360 288329728 64445 1992294400 134512640 135034092 4294956112 18446744073709551615 134566365 0 0 4096 3 0 0 0 17 0 0 0
/proc/27275/statm: 70393 64445 68 127 0 70263 0
Current children cumulated CPU time (s) 12.55
Current children cumulated vsize (KiB) 286928

[startup+26.7727 s]
/proc/loadavg: 3.75 3.89 3.88 2/66 27276
/proc/meminfo: memFree=1454696/2055920 swapFree=4180712/4192956
[pid=27274] ppid=27272 vsize=5356 CPUtime=0
/proc/27274/stat : 27274 (manysat.sh) S 27272 27274 26736 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 157196360 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27274/statm: 1339 235 195 169 0 50 0
[pid=27275] ppid=27274 vsize=324592 CPUtime=25.68
/proc/27275/stat : 27275 (SatElite) R 27274 27274 26736 0 -1 4194304 82234 0 0 0 2511 57 0 0 25 0 1 0 157196360 332382208 75343 1992294400 134512640 135034092 4294956112 18446744073709551615 134543443 0 0 4096 3 0 0 0 17 1 0 0
/proc/27275/statm: 81148 75343 68 127 0 81018 0
Current children cumulated CPU time (s) 25.68
Current children cumulated vsize (KiB) 329948

[startup+51.1018 s]
/proc/loadavg: 2.98 3.70 3.81 2/66 27276
/proc/meminfo: memFree=1455848/2055920 swapFree=4180712/4192956
[pid=27274] ppid=27272 vsize=5356 CPUtime=0
/proc/27274/stat : 27274 (manysat.sh) S 27272 27274 26736 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 157196360 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27274/statm: 1339 235 195 169 0 50 0
[pid=27275] ppid=27274 vsize=325104 CPUtime=49.87
/proc/27275/stat : 27275 (SatElite) R 27274 27274 26736 0 -1 4194304 82438 0 0 0 4930 57 0 0 25 0 1 0 157196360 332906496 75547 1992294400 134512640 135034092 4294956112 18446744073709551615 134569595 0 0 4096 3 0 0 0 17 0 0 0
/proc/27275/statm: 81276 75547 68 127 0 81146 0
Current children cumulated CPU time (s) 49.87
Current children cumulated vsize (KiB) 330460

[startup+102.302 s]
/proc/loadavg: 2.59 3.45 3.72 5/69 27280
/proc/meminfo: memFree=1537424/2055920 swapFree=4180712/4192956
[pid=27274] ppid=27272 vsize=5356 CPUtime=80.74
/proc/27274/stat : 27274 (manysat.sh) S 27272 27274 26736 0 -1 4194304 313 91363 0 0 0 0 7998 76 16 0 1 0 157196360 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27274/statm: 1339 238 195 169 0 50 0
[pid=27277] ppid=27274 vsize=234820 CPUtime=34.4
/proc/27277/stat : 27277 (manysat1.1_stat) R 27274 27274 26736 0 -1 4194304 50267 0 0 0 3357 83 0 0 17 0 4 0 157204558 240455680 50253 1992294400 134512640 135305190 4294956160 18446744073709551615 134528229 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/27277/statm: 58705 50253 83 193 0 58509 0
[pid=27277/tid=27278] ppid=27274 vsize=234820 CPUtime=7.75
/proc/27277/task/27278/stat : 27278 (manysat1.1_stat) R 27274 27274 26736 0 -1 4194368 4584 0 0 0 760 15 0 0 17 0 4 0 157204697 240455680 50253 1992294400 134512640 135305190 4294956160 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 1 0 0
[pid=27277/tid=27279] ppid=27274 vsize=234820 CPUtime=7.85
/proc/27277/task/27279/stat : 27279 (manysat1.1_stat) R 27274 27274 26736 0 -1 4194368 4179 0 0 0 772 13 0 0 18 0 4 0 157204697 240455680 50253 1992294400 134512640 135305190 4294956160 18446744073709551615 134694990 0 0 4096 3 0 0 0 -1 1 0 0
[pid=27277/tid=27280] ppid=27274 vsize=234820 CPUtime=8.04
/proc/27277/task/27280/stat : 27280 (manysat1.1_stat) R 27274 27274 26736 0 -1 4194368 4269 0 0 0 785 19 0 0 16 0 4 0 157204697 240455680 50253 1992294400 134512640 135305190 4294956160 18446744073709551615 134528449 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 115.14
Current children cumulated vsize (KiB) 240176

[startup+162.301 s]
/proc/loadavg: 3.48 3.54 3.73 5/69 27280
/proc/meminfo: memFree=1497872/2055920 swapFree=4180712/4192956
[pid=27274] ppid=27272 vsize=5356 CPUtime=80.74
/proc/27274/stat : 27274 (manysat.sh) S 27272 27274 26736 0 -1 4194304 313 91363 0 0 0 0 7998 76 16 0 1 0 157196360 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27274/statm: 1339 238 195 169 0 50 0
[pid=27277] ppid=27274 vsize=274776 CPUtime=154.08
/proc/27277/stat : 27277 (manysat1.1_stat) R 27274 27274 26736 0 -1 4194304 60114 0 0 0 15311 97 0 0 17 0 4 0 157204558 281370624 60100 1992294400 134512640 135305190 4294956160 18446744073709551615 134528410 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/27277/statm: 68694 60100 83 193 0 68498 0
[pid=27277/tid=27278] ppid=27274 vsize=274776 CPUtime=34.86
/proc/27277/task/27278/stat : 27278 (manysat1.1_stat) R 27274 27274 26736 0 -1 4194368 6467 0 0 0 3468 18 0 0 18 0 4 0 157204697 281370624 60100 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
[pid=27277/tid=27279] ppid=27274 vsize=274776 CPUtime=32.51
/proc/27277/task/27279/stat : 27279 (manysat1.1_stat) R 27274 27274 26736 0 -1 4194368 7097 0 0 0 3235 16 0 0 18 0 4 0 157204697 281370624 60100 1992294400 134512640 135305190 4294956160 18446744073709551615 134528503 0 0 4096 3 0 0 0 -1 1 0 0
[pid=27277/tid=27280] ppid=27274 vsize=274776 CPUtime=46.2
/proc/27277/task/27280/stat : 27280 (manysat1.1_stat) R 27274 27274 26736 0 -1 4194368 6824 0 0 0 4597 23 0 0 17 0 4 0 157204697 281370624 60100 1992294400 134512640 135305190 4294956160 18446744073709551615 134528379 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 234.82
Current children cumulated vsize (KiB) 280132

[startup+222.302 s]
/proc/loadavg: 3.81 3.62 3.75 5/69 27280
/proc/meminfo: memFree=1461840/2055920 swapFree=4180712/4192956
[pid=27274] ppid=27272 vsize=5356 CPUtime=80.74
/proc/27274/stat : 27274 (manysat.sh) S 27272 27274 26736 0 -1 4194304 313 91363 0 0 0 0 7998 76 16 0 1 0 157196360 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27274/statm: 1339 238 195 169 0 50 0
[pid=27277] ppid=27274 vsize=311232 CPUtime=273.78
/proc/27277/stat : 27277 (manysat1.1_stat) R 27274 27274 26736 0 -1 4194304 69161 0 0 0 27270 108 0 0 19 0 4 0 157204558 318701568 69147 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/27277/statm: 77808 69147 83 193 0 77612 0
[pid=27277/tid=27278] ppid=27274 vsize=311232 CPUtime=55.76
/proc/27277/task/27278/stat : 27278 (manysat1.1_stat) R 27274 27274 26736 0 -1 4194368 7557 0 0 0 5556 20 0 0 19 0 4 0 157204697 318701568 69147 1992294400 134512640 135305190 4294956160 18446744073709551615 134528277 0 0 4096 3 0 0 0 -1 1 0 0
[pid=27277/tid=27279] ppid=27274 vsize=311232 CPUtime=63.24
/proc/27277/task/27279/stat : 27279 (manysat1.1_stat) R 27274 27274 26736 0 -1 4194368 10771 0 0 0 6304 20 0 0 16 0 4 0 157204697 318701568 69147 1992294400 134512640 135305190 4294956160 18446744073709551615 134528603 0 0 4096 3 0 0 0 -1 0 0 0
[pid=27277/tid=27280] ppid=27274 vsize=311232 CPUtime=78.38
/proc/27277/task/27280/stat : 27280 (manysat1.1_stat) R 27274 27274 26736 0 -1 4194368 8892 0 0 0 7812 26 0 0 19 0 4 0 157204697 318701568 69147 1992294400 134512640 135305190 4294956160 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 354.52
Current children cumulated vsize (KiB) 316588

[startup+282.303 s]
/proc/loadavg: 3.93 3.69 3.76 5/69 27280
/proc/meminfo: memFree=1441104/2055920 swapFree=4180712/4192956
[pid=27274] ppid=27272 vsize=5356 CPUtime=80.74

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

/proc/27274/statm: 1339 238 195 169 0 50 0
[pid=27277] ppid=27274 vsize=585604 CPUtime=3266.35
/proc/27277/stat : 27277 (manysat1.1_stat) R 27274 27274 26736 0 -1 4194304 136118 0 0 0 326408 227 0 0 19 0 4 0 157204558 599658496 136104 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/27277/statm: 146401 136104 83 193 0 146205 0
[pid=27277/tid=27278] ppid=27274 vsize=585604 CPUtime=715.21
/proc/27277/task/27278/stat : 27278 (manysat1.1_stat) R 27274 27274 26736 0 -1 4194368 21960 0 0 0 71473 48 0 0 25 0 4 0 157204697 599658496 136104 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
[pid=27277/tid=27279] ppid=27274 vsize=585604 CPUtime=681.7
/proc/27277/task/27279/stat : 27279 (manysat1.1_stat) R 27274 27274 26736 0 -1 4194368 29005 0 0 0 68126 44 0 0 25 0 4 0 157204697 599658496 136104 1992294400 134512640 135305190 4294956160 18446744073709551615 134528568 0 0 4096 3 0 0 0 -1 1 0 0
[pid=27277/tid=27280] ppid=27274 vsize=585604 CPUtime=952.57
/proc/27277/task/27280/stat : 27280 (manysat1.1_stat) R 27274 27274 26736 0 -1 4194368 24941 0 0 0 95200 57 0 0 18 0 4 0 157204697 599658496 136104 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3347.09
Current children cumulated vsize (KiB) 590960

[startup+1782.3 s]
/proc/loadavg: 3.99 3.97 3.91 5/69 27282
/proc/meminfo: memFree=1189776/2055920 swapFree=4180712/4192956
[pid=27274] ppid=27272 vsize=5356 CPUtime=80.74
/proc/27274/stat : 27274 (manysat.sh) S 27272 27274 26736 0 -1 4194304 313 91363 0 0 0 0 7998 76 16 0 1 0 157196360 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27274/statm: 1339 238 195 169 0 50 0
[pid=27277] ppid=27274 vsize=588384 CPUtime=3386.06
/proc/27277/stat : 27277 (manysat1.1_stat) R 27274 27274 26736 0 -1 4194304 136755 0 0 0 338378 228 0 0 17 0 4 0 157204558 602505216 136741 1992294400 134512640 135305190 4294956160 18446744073709551615 134528418 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/27277/statm: 147096 136741 83 193 0 146900 0
[pid=27277/tid=27278] ppid=27274 vsize=588384 CPUtime=738.81
/proc/27277/task/27278/stat : 27278 (manysat1.1_stat) R 27274 27274 26736 0 -1 4194368 21961 0 0 0 73833 48 0 0 24 0 4 0 157204697 602505216 136741 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
[pid=27277/tid=27279] ppid=27274 vsize=588384 CPUtime=714.25
/proc/27277/task/27279/stat : 27279 (manysat1.1_stat) R 27274 27274 26736 0 -1 4194368 29444 0 0 0 71381 44 0 0 18 0 4 0 157204697 602505216 136741 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
[pid=27277/tid=27280] ppid=27274 vsize=588384 CPUtime=986.75
/proc/27277/task/27280/stat : 27280 (manysat1.1_stat) R 27274 27274 26736 0 -1 4194368 25034 0 0 0 98617 58 0 0 19 0 4 0 157204697 602505216 136741 1992294400 134512640 135305190 4294956160 18446744073709551615 134528319 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3466.8
Current children cumulated vsize (KiB) 593740

[startup+1842.3 s]
/proc/loadavg: 3.99 3.97 3.91 5/69 27282
/proc/meminfo: memFree=1188048/2055920 swapFree=4180712/4192956
[pid=27274] ppid=27272 vsize=5356 CPUtime=80.74
/proc/27274/stat : 27274 (manysat.sh) S 27272 27274 26736 0 -1 4194304 313 91363 0 0 0 0 7998 76 16 0 1 0 157196360 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27274/statm: 1339 238 195 169 0 50 0
[pid=27277] ppid=27274 vsize=590304 CPUtime=3505.78
/proc/27277/stat : 27277 (manysat1.1_stat) R 27274 27274 26736 0 -1 4194304 137215 0 0 0 350349 229 0 0 18 0 4 0 157204558 604471296 137201 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/27277/statm: 147576 137201 83 193 0 147380 0
[pid=27277/tid=27278] ppid=27274 vsize=590304 CPUtime=762.81
/proc/27277/task/27278/stat : 27278 (manysat1.1_stat) R 27274 27274 26736 0 -1 4194368 22006 0 0 0 76232 49 0 0 25 0 4 0 157204697 604471296 137201 1992294400 134512640 135305190 4294956160 18446744073709551615 134528438 0 0 4096 3 0 0 0 -1 0 0 0
[pid=27277/tid=27279] ppid=27274 vsize=590304 CPUtime=743.9
/proc/27277/task/27279/stat : 27279 (manysat1.1_stat) R 27274 27274 26736 0 -1 4194368 29497 0 0 0 74345 45 0 0 25 0 4 0 157204697 604471296 137201 1992294400 134512640 135305190 4294956160 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 1 0 0
[pid=27277/tid=27280] ppid=27274 vsize=590304 CPUtime=1018.88
/proc/27277/task/27280/stat : 27280 (manysat1.1_stat) R 27274 27274 26736 0 -1 4194368 25196 0 0 0 101830 58 0 0 17 0 4 0 157204697 604471296 137201 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3586.52
Current children cumulated vsize (KiB) 595660

[startup+1902.3 s]
/proc/loadavg: 3.99 3.97 3.91 5/69 27282
/proc/meminfo: memFree=1184080/2055920 swapFree=4180712/4192956
[pid=27274] ppid=27272 vsize=5356 CPUtime=80.74
/proc/27274/stat : 27274 (manysat.sh) S 27272 27274 26736 0 -1 4194304 313 91363 0 0 0 0 7998 76 16 0 1 0 157196360 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27274/statm: 1339 238 195 169 0 50 0
[pid=27277] ppid=27274 vsize=594644 CPUtime=3625.49
/proc/27277/stat : 27277 (manysat1.1_stat) R 27274 27274 26736 0 -1 4194304 138212 0 0 0 362319 230 0 0 21 0 4 0 157204558 608915456 138198 1992294400 134512640 135305190 4294956160 18446744073709551615 134528229 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/27277/statm: 148661 138198 83 193 0 148465 0
[pid=27277/tid=27278] ppid=27274 vsize=594644 CPUtime=788.31
/proc/27277/task/27278/stat : 27278 (manysat1.1_stat) R 27274 27274 26736 0 -1 4194368 22272 0 0 0 78782 49 0 0 25 0 4 0 157204697 608915456 138198 1992294400 134512640 135305190 4294956160 18446744073709551615 134541465 0 0 4096 3 0 0 0 -1 0 0 0
[pid=27277/tid=27279] ppid=27274 vsize=594644 CPUtime=771.64
/proc/27277/task/27279/stat : 27279 (manysat1.1_stat) R 27274 27274 26736 0 -1 4194368 29564 0 0 0 77119 45 0 0 25 0 4 0 157204697 608915456 138198 1992294400 134512640 135305190 4294956160 18446744073709551615 134528554 0 0 4096 3 0 0 0 -1 1 0 0
[pid=27277/tid=27280] ppid=27274 vsize=594644 CPUtime=1051.93
/proc/27277/task/27280/stat : 27280 (manysat1.1_stat) R 27274 27274 26736 0 -1 4194368 25460 0 0 0 105135 58 0 0 25 0 4 0 157204697 608915456 138198 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3706.23
Current children cumulated vsize (KiB) 600000

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

[startup+1903 s]
/proc/loadavg: 3.99 3.97 3.91 5/69 27282
/proc/meminfo: memFree=1183952/2055920 swapFree=4180712/4192956
[pid=27274] ppid=27272 vsize=5356 CPUtime=80.74
/proc/27274/stat : 27274 (manysat.sh) S 27272 27274 26736 0 -1 4194304 313 91363 0 0 0 0 7998 76 16 0 1 0 157196360 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27274/statm: 1339 238 195 169 0 50 0
[pid=27277] ppid=27274 vsize=594644 CPUtime=3626.88
/proc/27277/stat : 27277 (manysat1.1_stat) R 27274 27274 26736 0 -1 4194304 138228 0 0 0 362458 230 0 0 22 0 4 0 157204558 608915456 138214 1992294400 134512640 135305190 4294956160 18446744073709551615 134528256 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/27277/statm: 148661 138214 83 193 0 148465 0
[pid=27277/tid=27278] ppid=27274 vsize=594644 CPUtime=788.65
/proc/27277/task/27278/stat : 27278 (manysat1.1_stat) R 27274 27274 26736 0 -1 4194368 22281 0 0 0 78816 49 0 0 25 0 4 0 157204697 608915456 138214 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
[pid=27277/tid=27279] ppid=27274 vsize=594644 CPUtime=771.99
/proc/27277/task/27279/stat : 27279 (manysat1.1_stat) R 27274 27274 26736 0 -1 4194368 29570 0 0 0 77154 45 0 0 25 0 4 0 157204697 608915456 138214 1992294400 134512640 135305190 4294956160 18446744073709551615 134551651 0 0 4096 3 0 0 0 -1 1 0 0
[pid=27277/tid=27280] ppid=27274 vsize=594644 CPUtime=1052.28
/proc/27277/task/27280/stat : 27280 (manysat1.1_stat) R 27274 27274 26736 0 -1 4194368 25460 0 0 0 105170 58 0 0 25 0 4 0 157204697 608915456 138214 1992294400 134512640 135305190 4294956160 18446744073709551615 134547909 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3707.62
Current children cumulated vsize (KiB) 600000

[startup+1906.21 s]
/proc/loadavg: 3.99 3.97 3.91 5/69 27282
/proc/meminfo: memFree=1183696/2055920 swapFree=4180712/4192956
[pid=27274] ppid=27272 vsize=5356 CPUtime=80.74
/proc/27274/stat : 27274 (manysat.sh) S 27272 27274 26736 0 -1 4194304 313 91363 0 0 0 0 7998 76 16 0 1 0 157196360 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27274/statm: 1339 238 195 169 0 50 0
[pid=27277] ppid=27274 vsize=594944 CPUtime=3633.27
/proc/27277/stat : 27277 (manysat1.1_stat) R 27274 27274 26736 0 -1 4194304 138286 0 0 0 363097 230 0 0 25 0 4 0 157204558 609222656 138272 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/27277/statm: 148736 138272 83 193 0 148540 0
[pid=27277/tid=27278] ppid=27274 vsize=594944 CPUtime=790.24
/proc/27277/task/27278/stat : 27278 (manysat1.1_stat) R 27274 27274 26736 0 -1 4194368 22316 0 0 0 78975 49 0 0 25 0 4 0 157204697 609222656 138272 1992294400 134512640 135305190 4294956160 18446744073709551615 134528413 0 0 4096 3 0 0 0 -1 0 0 0
[pid=27277/tid=27279] ppid=27274 vsize=594944 CPUtime=773.59
/proc/27277/task/27279/stat : 27279 (manysat1.1_stat) R 27274 27274 26736 0 -1 4194368 29570 0 0 0 77314 45 0 0 25 0 4 0 157204697 609222656 138272 1992294400 134512640 135305190 4294956160 18446744073709551615 134551651 0 0 4096 3 0 0 0 -1 1 0 0
[pid=27277/tid=27280] ppid=27274 vsize=594944 CPUtime=1053.88
/proc/27277/task/27280/stat : 27280 (manysat1.1_stat) R 27274 27274 26736 0 -1 4194368 25472 0 0 0 105330 58 0 0 25 0 4 0 157204697 609222656 138272 1992294400 134512640 135305190 4294956160 18446744073709551615 134528322 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3714.01
Current children cumulated vsize (KiB) 600300

[startup+1909.4 s]
/proc/loadavg: 3.99 3.97 3.91 5/69 27282
/proc/meminfo: memFree=1183440/2055920 swapFree=4180712/4192956
[pid=27274] ppid=27272 vsize=5356 CPUtime=80.74
/proc/27274/stat : 27274 (manysat.sh) S 27272 27274 26736 0 -1 4194304 313 91363 0 0 0 0 7998 76 16 0 1 0 157196360 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27274/statm: 1339 238 195 169 0 50 0
[pid=27277] ppid=27274 vsize=595216 CPUtime=3639.66
/proc/27277/stat : 27277 (manysat1.1_stat) R 27274 27274 26736 0 -1 4194304 138346 0 0 0 363736 230 0 0 25 0 4 0 157204558 609501184 138332 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/27277/statm: 148804 138332 83 193 0 148608 0
[pid=27277/tid=27278] ppid=27274 vsize=595216 CPUtime=791.82
/proc/27277/task/27278/stat : 27278 (manysat1.1_stat) R 27274 27274 26736 0 -1 4194368 22343 0 0 0 79133 49 0 0 25 0 4 0 157204697 609501184 138332 1992294400 134512640 135305190 4294956160 18446744073709551615 134528425 0 0 4096 3 0 0 0 -1 0 0 0
[pid=27277/tid=27279] ppid=27274 vsize=595216 CPUtime=774.39
/proc/27277/task/27279/stat : 27279 (manysat1.1_stat) R 27274 27274 26736 0 -1 4194368 29574 0 0 0 77394 45 0 0 25 0 4 0 157204697 609501184 138332 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
[pid=27277/tid=27280] ppid=27274 vsize=595216 CPUtime=1056.28
/proc/27277/task/27280/stat : 27280 (manysat1.1_stat) R 27274 27274 26736 0 -1 4194368 25473 0 0 0 105570 58 0 0 19 0 4 0 157204697 609501184 138332 1992294400 134512640 135305190 4294956160 18446744073709551615 134547909 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3720.4
Current children cumulated vsize (KiB) 600572

[startup+1911 s]
/proc/loadavg: 3.99 3.97 3.91 5/69 27282
/proc/meminfo: memFree=1183376/2055920 swapFree=4180712/4192956
[pid=27274] ppid=27272 vsize=5356 CPUtime=80.74
/proc/27274/stat : 27274 (manysat.sh) S 27272 27274 26736 0 -1 4194304 313 91363 0 0 0 0 7998 76 16 0 1 0 157196360 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27274/statm: 1339 238 195 169 0 50 0
[pid=27277] ppid=27274 vsize=595400 CPUtime=3642.84
/proc/27277/stat : 27277 (manysat1.1_stat) R 27274 27274 26736 0 -1 4194304 138410 0 0 0 364054 230 0 0 25 0 4 0 157204558 609689600 138396 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/27277/statm: 148850 138396 83 193 0 148654 0
[pid=27277/tid=27278] ppid=27274 vsize=595400 CPUtime=792.61
/proc/27277/task/27278/stat : 27278 (manysat1.1_stat) R 27274 27274 26736 0 -1 4194368 22358 0 0 0 79212 49 0 0 25 0 4 0 157204697 609689600 138396 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
[pid=27277/tid=27279] ppid=27274 vsize=595400 CPUtime=774.99
/proc/27277/task/27279/stat : 27279 (manysat1.1_stat) R 27274 27274 26736 0 -1 4194368 29585 0 0 0 77454 45 0 0 25 0 4 0 157204697 609689600 138396 1992294400 134512640 135305190 4294956160 18446744073709551615 134528410 0 0 4096 3 0 0 0 -1 1 0 0
[pid=27277/tid=27280] ppid=27274 vsize=595400 CPUtime=1057.28
/proc/27277/task/27280/stat : 27280 (manysat1.1_stat) R 27274 27274 26736 0 -1 4194368 25495 0 0 0 105670 58 0 0 17 0 4 0 157204697 609689600 138396 1992294400 134512640 135305190 4294956160 18446744073709551615 134549355 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3723.58
Current children cumulated vsize (KiB) 600756

[startup+1911.8 s]
/proc/loadavg: 3.99 3.97 3.91 5/69 27282
/proc/meminfo: memFree=1183056/2055920 swapFree=4180712/4192956
[pid=27274] ppid=27272 vsize=5356 CPUtime=80.74
/proc/27274/stat : 27274 (manysat.sh) S 27272 27274 26736 0 -1 4194304 313 91363 0 0 0 0 7998 76 16 0 1 0 157196360 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27274/statm: 1339 238 195 169 0 50 0
[pid=27277] ppid=27274 vsize=595752 CPUtime=3644.43
/proc/27277/stat : 27277 (manysat1.1_stat) R 27274 27274 26736 0 -1 4194304 138461 0 0 0 364213 230 0 0 25 0 4 0 157204558 610050048 138447 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/27277/statm: 148938 138447 83 193 0 148742 0
[pid=27277/tid=27278] ppid=27274 vsize=595752 CPUtime=793.01
/proc/27277/task/27278/stat : 27278 (manysat1.1_stat) R 27274 27274 26736 0 -1 4194368 22395 0 0 0 79252 49 0 0 25 0 4 0 157204697 610050048 138447 1992294400 134512640 135305190 4294956160 18446744073709551615 134528237 0 0 4096 3 0 0 0 -1 0 0 0
[pid=27277/tid=27279] ppid=27274 vsize=595752 CPUtime=774.99
/proc/27277/task/27279/stat : 27279 (manysat1.1_stat) R 27274 27274 26736 0 -1 4194368 29585 0 0 0 77454 45 0 0 25 0 4 0 157204697 610050048 138447 1992294400 134512640 135305190 4294956160 18446744073709551615 134528410 0 0 4096 3 0 0 0 -1 1 0 0
[pid=27277/tid=27280] ppid=27274 vsize=595752 CPUtime=1058.08
/proc/27277/task/27280/stat : 27280 (manysat1.1_stat) R 27274 27274 26736 0 -1 4194368 25495 0 0 0 105750 58 0 0 18 0 4 0 157204697 610050048 138447 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3725.17
Current children cumulated vsize (KiB) 601108

[startup+1912 s]
/proc/loadavg: 3.99 3.97 3.91 5/69 27282
/proc/meminfo: memFree=1183056/2055920 swapFree=4180712/4192956
[pid=27274] ppid=27272 vsize=5356 CPUtime=80.74
/proc/27274/stat : 27274 (manysat.sh) S 27272 27274 26736 0 -1 4194304 313 91363 0 0 0 0 7998 76 16 0 1 0 157196360 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27274/statm: 1339 238 195 169 0 50 0
[pid=27277] ppid=27274 vsize=0 CPUtime=3644.78
/proc/27277/stat : 27277 (manysat1.1_stat) Z 27274 27274 26736 0 -1 4194316 138477 0 0 0 364242 236 0 0 25 0 2 0 157204558 0 0 1992294400 0 0 0 0 0 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/27277/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 3725.52
Current children cumulated vsize (KiB) 5356

Child status: 20
Real time (s): 1912.07
CPU time (s): 3725.6
CPU user time (s): 3722.41
CPU system time (s): 3.18851
CPU usage (%): 194.846
Max. virtual memory (cumulated for all children) (KiB): 601108

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3722.41
system time used= 3.18851
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 230307
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= 11092
involuntary context switches= 63147

runsolver used 2.81857 second user time and 7.55985 second system time

The end

Launcher Data

Begin job on node28 at 2009-05-02 21:13:51
IDJOB=1774556
IDBENCH=70959
IDSOLVER=612
FILE ID=node28/1774556-1241291627
PBS_JOBID= 9225118
Free space on /tmp= 66224 MiB

SOLVER NAME= ManySAT 1.1 aimd 1/2009-03-20
BENCH NAME= SAT09/APPLICATIONS/c32sat/post-cbmc-aes-ee-r3-noholes.cnf
COMMAND LINE= manysat.sh BENCHNAME aimd 1
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1774556-1241291627/watcher-1774556-1241291627 -o /tmp/evaluation-result-1774556-1241291627/solver-1774556-1241291627 -C 10000 -W 12000 -M 1800  manysat.sh HOME/instance-1774556-1241291627.cnf aimd 1

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

MD5SUM BENCH= 91d125ee3007575f40ddeef126d7f80f
RANDOM SEED=727688689

node28.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.261
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.261
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:       1788496 kB
Buffers:         31648 kB
Cached:         154984 kB
SwapCached:       5468 kB
Active:          80396 kB
Inactive:       114904 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1788496 kB
SwapTotal:     4192956 kB
SwapFree:      4180712 kB
Dirty:           63120 kB
Writeback:           0 kB
Mapped:          14340 kB
Slab:            57964 kB
Committed_AS:   734556 kB
PageTables:       1428 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66224 MiB
End job on node28 at 2009-05-02 21:45:43