Trace number 1772686

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-20? (MO) 8694.35 4360.52

General information on the benchmark

Nameindustrial/anbulagan/
hard-unsat/partial-5-13-u.cnf
MD5SUM4bb23e70b97827425fcf5759bf0a79a2
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables184196
Number of clauses833889
Sum of the clauses size1904914
Maximum clause length10
Minimum clause length1
Number of clauses of size 113964
Number of clauses of size 2672565
Number of clauses of size 3112780
Number of clauses of size 43840
Number of clauses of size 515360
Number of clauses of size over 515380

Solver Data

0.00/0.00	c Parsing...
0.69/0.76	c ==============================================================================
0.69/0.76	c |           |     ORIGINAL     |              LEARNT              |          |
0.69/0.76	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.69/0.76	c ==============================================================================
0.69/0.76	c |         0 |  819017  1889038 |  245705       0        0     nan |  0.000 % |
5.78/5.87	c |         0 |  472816  1288651 |      --       0       --      -- |     --   | -148996/-152766
5.78/5.88	c ==============================================================================
5.78/5.88	c Result  :   #vars: 86440   #clauses: 472816   #literals: 1288651
5.78/5.88	c CPU time:   5.66714 s
5.78/5.88	c ==============================================================================

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1772686-1241284891/watcher-1772686-1241284891 -o /tmp/evaluation-result-1772686-1241284891/solver-1772686-1241284891 -C 10000 -W 12000 -M 1800 manysat.sh HOME/instance-1772686-1241284891.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: 0.92 0.98 0.99 3/64 26024
/proc/meminfo: memFree=1881272/2055920 swapFree=4180376/4192956
[pid=26024] ppid=26022 vsize=5356 CPUtime=0
/proc/26024/stat : 26024 (manysat.sh) R 26022 26024 25987 0 -1 4194304 267 0 0 0 0 0 0 0 19 0 1 0 156523145 5484544 234 1992294400 4194304 4889804 548682068800 18446744073709551615 226913479327 0 65538 4100 65536 0 0 0 17 1 0 0
/proc/26024/statm: 1339 234 194 169 0 50 0
[pid=26025] ppid=26024 vsize=964 CPUtime=0
/proc/26025/stat : 26025 (SatElite) R 26024 26024 25987 0 -1 4194304 155 0 0 0 0 0 0 0 19 0 1 0 156523145 987136 139 1992294400 134512640 135034092 4294956112 18446744073709551615 134675816 0 0 4096 3 0 0 0 17 1 0 0
/proc/26025/statm: 285 144 50 127 0 155 0

[startup+0.0826809 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 26024
/proc/meminfo: memFree=1881272/2055920 swapFree=4180376/4192956
[pid=26024] ppid=26022 vsize=5356 CPUtime=0
/proc/26024/stat : 26024 (manysat.sh) S 26022 26024 25987 0 -1 4194304 286 0 0 0 0 0 0 0 19 0 1 0 156523145 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26024/statm: 1339 235 195 169 0 50 0
[pid=26025] ppid=26024 vsize=19756 CPUtime=0.07
/proc/26025/stat : 26025 (SatElite) R 26024 26024 25987 0 -1 4194304 3362 0 0 0 6 1 0 0 20 0 1 0 156523145 20230144 3346 1992294400 134512640 135034092 4294956112 18446744073709551615 134544849 0 0 4096 3 0 0 0 17 1 0 0
/proc/26025/statm: 4939 3346 50 127 0 4809 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 25112

[startup+0.102681 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 26024
/proc/meminfo: memFree=1881272/2055920 swapFree=4180376/4192956
[pid=26024] ppid=26022 vsize=5356 CPUtime=0
/proc/26024/stat : 26024 (manysat.sh) S 26022 26024 25987 0 -1 4194304 286 0 0 0 0 0 0 0 19 0 1 0 156523145 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26024/statm: 1339 235 195 169 0 50 0
[pid=26025] ppid=26024 vsize=21340 CPUtime=0.09
/proc/26025/stat : 26025 (SatElite) R 26024 26024 25987 0 -1 4194304 4394 0 0 0 7 2 0 0 20 0 1 0 156523145 21852160 4378 1992294400 134512640 135034092 4294956112 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 1 0 0
/proc/26025/statm: 5335 4380 50 127 0 5205 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 26696

[startup+0.302704 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 26024
/proc/meminfo: memFree=1881272/2055920 swapFree=4180376/4192956
[pid=26024] ppid=26022 vsize=5356 CPUtime=0
/proc/26024/stat : 26024 (manysat.sh) S 26022 26024 25987 0 -1 4194304 286 0 0 0 0 0 0 0 19 0 1 0 156523145 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26024/statm: 1339 235 195 169 0 50 0
[pid=26025] ppid=26024 vsize=51404 CPUtime=0.29
/proc/26025/stat : 26025 (SatElite) R 26024 26024 25987 0 -1 4194304 10420 0 0 0 24 5 0 0 22 0 1 0 156523145 52637696 10404 1992294400 134512640 135034092 4294956112 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 1 0 0
/proc/26025/statm: 12884 10405 50 127 0 12754 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 56760

[startup+0.701749 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 26024
/proc/meminfo: memFree=1881272/2055920 swapFree=4180376/4192956
[pid=26024] ppid=26022 vsize=5356 CPUtime=0
/proc/26024/stat : 26024 (manysat.sh) S 26022 26024 25987 0 -1 4194304 286 0 0 0 0 0 0 0 19 0 1 0 156523145 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26024/statm: 1339 235 195 169 0 50 0
[pid=26025] ppid=26024 vsize=82632 CPUtime=0.69
/proc/26025/stat : 26025 (SatElite) R 26024 26024 25987 0 -1 4194304 18573 0 0 0 59 10 0 0 25 0 1 0 156523145 84615168 18557 1992294400 134512640 135034092 4294956112 18446744073709551615 134542729 0 0 4096 3 0 0 0 17 1 0 0
/proc/26025/statm: 20658 18557 51 127 0 20528 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 87988

[startup+1.50184 s]
/proc/loadavg: 0.93 0.98 0.99 2/66 26026
/proc/meminfo: memFree=1801192/2055920 swapFree=4180376/4192956
[pid=26024] ppid=26022 vsize=5356 CPUtime=0
/proc/26024/stat : 26024 (manysat.sh) S 26022 26024 25987 0 -1 4194304 286 0 0 0 0 0 0 0 19 0 1 0 156523145 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26024/statm: 1339 235 195 169 0 50 0
[pid=26025] ppid=26024 vsize=96444 CPUtime=1.49
/proc/26025/stat : 26025 (SatElite) R 26024 26024 25987 0 -1 4194304 23101 0 0 0 136 13 0 0 25 0 1 0 156523145 98758656 21178 1992294400 134512640 135034092 4294956112 18446744073709551615 134673244 0 0 4096 3 0 0 0 17 1 0 0
/proc/26025/statm: 24111 21178 68 127 0 23981 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 101800

[startup+3.10202 s]
/proc/loadavg: 0.93 0.98 0.99 2/66 26026
/proc/meminfo: memFree=1790312/2055920 swapFree=4180376/4192956
[pid=26024] ppid=26022 vsize=5356 CPUtime=0
/proc/26024/stat : 26024 (manysat.sh) S 26022 26024 25987 0 -1 4194304 286 0 0 0 0 0 0 0 19 0 1 0 156523145 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26024/statm: 1339 235 195 169 0 50 0
[pid=26025] ppid=26024 vsize=102888 CPUtime=3.09
/proc/26025/stat : 26025 (SatElite) R 26024 26024 25987 0 -1 4194304 24054 0 0 0 295 14 0 0 25 0 1 0 156523145 105357312 21993 1992294400 134512640 135034092 4294956112 18446744073709551615 134566294 0 0 4096 3 0 0 0 17 1 0 0
/proc/26025/statm: 25722 21993 68 127 0 25592 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 108244

[startup+6.30137 s]
/proc/loadavg: 0.93 0.98 0.99 2/66 26026
/proc/meminfo: memFree=1786288/2055920 swapFree=4180376/4192956
[pid=26024] ppid=26022 vsize=5356 CPUtime=0
/proc/26024/stat : 26024 (manysat.sh) S 26022 26024 25987 0 -1 4194304 286 0 0 0 0 0 0 0 19 0 1 0 156523145 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26024/statm: 1339 235 195 169 0 50 0
[pid=26025] ppid=26024 vsize=104836 CPUtime=6.28
/proc/26025/stat : 26025 (SatElite) R 26024 26024 25987 0 -1 4194304 34835 0 0 0 605 23 0 0 25 0 1 0 156523145 107352064 22586 1992294400 134512640 135034092 4294956112 18446744073709551615 134691101 0 0 4096 3 0 0 0 17 1 0 0
/proc/26025/statm: 26209 22586 68 127 0 26079 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 110192

[startup+12.7011 s]
/proc/loadavg: 1.10 1.02 1.01 5/69 26030
/proc/meminfo: memFree=1733272/2055920 swapFree=4180376/4192956
[pid=26024] ppid=26022 vsize=5356 CPUtime=6.49
/proc/26024/stat : 26024 (manysat.sh) S 26022 26024 25987 0 -1 4194304 313 34838 0 0 0 0 623 26 16 0 1 0 156523145 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26024/statm: 1339 238 195 169 0 50 0
[pid=26027] ppid=26024 vsize=171220 CPUtime=11.03
/proc/26027/stat : 26027 (manysat1.1_stat) R 26024 26024 25987 0 -1 4194304 33340 0 0 0 1081 22 0 0 17 0 4 0 156523796 175329280 33291 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/26027/statm: 42805 33291 83 193 0 42609 0
[pid=26027/tid=26028] ppid=26024 vsize=171220 CPUtime=2.3
/proc/26027/task/26028/stat : 26028 (manysat1.1_stat) R 26024 26024 25987 0 -1 4194368 596 0 0 0 229 1 0 0 17 0 4 0 156523918 175329280 33291 1992294400 134512640 135305190 4294956160 18446744073709551615 134528573 0 0 4096 3 0 0 0 -1 1 0 0
[pid=26027/tid=26029] ppid=26024 vsize=171220 CPUtime=2.41
/proc/26027/task/26029/stat : 26029 (manysat1.1_stat) R 26024 26024 25987 0 -1 4194368 623 0 0 0 240 1 0 0 17 0 4 0 156523918 175329280 33291 1992294400 134512640 135305190 4294956160 18446744073709551615 134542031 0 0 4096 3 0 0 0 -1 1 0 0
[pid=26027/tid=26030] ppid=26024 vsize=171220 CPUtime=2.46
/proc/26027/task/26030/stat : 26030 (manysat1.1_stat) R 26024 26024 25987 0 -1 4194368 673 0 0 0 245 1 0 0 17 0 4 0 156523918 175329280 33291 1992294400 134512640 135305190 4294956160 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 17.52
Current children cumulated vsize (KiB) 176576

[startup+25.5025 s]
/proc/loadavg: 1.74 1.16 1.05 5/69 26030
/proc/meminfo: memFree=1728536/2055920 swapFree=4180376/4192956
[pid=26024] ppid=26022 vsize=5356 CPUtime=6.49
/proc/26024/stat : 26024 (manysat.sh) S 26022 26024 25987 0 -1 4194304 313 34838 0 0 0 0 623 26 16 0 1 0 156523145 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26024/statm: 1339 238 195 169 0 50 0
[pid=26027] ppid=26024 vsize=175792 CPUtime=36.56
/proc/26027/stat : 26027 (manysat1.1_stat) R 26024 26024 25987 0 -1 4194304 34620 0 0 0 3632 24 0 0 17 0 4 0 156523796 180011008 34571 1992294400 134512640 135305190 4294956160 18446744073709551615 134528189 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/26027/statm: 43948 34571 83 193 0 43752 0
[pid=26027/tid=26028] ppid=26024 vsize=175792 CPUtime=8.03
/proc/26027/task/26028/stat : 26028 (manysat1.1_stat) R 26024 26024 25987 0 -1 4194368 876 0 0 0 801 2 0 0 19 0 4 0 156523918 180011008 34571 1992294400 134512640 135305190 4294956160 18446744073709551615 134530561 0 0 4096 3 0 0 0 -1 1 0 0
[pid=26027/tid=26029] ppid=26024 vsize=175792 CPUtime=5.81
/proc/26027/task/26029/stat : 26029 (manysat1.1_stat) R 26024 26024 25987 0 -1 4194368 786 0 0 0 580 1 0 0 19 0 4 0 156523918 180011008 34571 1992294400 134512640 135305190 4294956160 18446744073709551615 134528376 0 0 4096 3 0 0 0 -1 0 0 0
[pid=26027/tid=26030] ppid=26024 vsize=175792 CPUtime=11.16
/proc/26027/task/26030/stat : 26030 (manysat1.1_stat) R 26024 26024 25987 0 -1 4194368 1068 0 0 0 1115 1 0 0 17 0 4 0 156523918 180011008 34571 1992294400 134512640 135305190 4294956160 18446744073709551615 134528539 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 43.05
Current children cumulated vsize (KiB) 181148

[startup+51.1024 s]
/proc/loadavg: 2.51 1.39 1.13 5/69 26030
/proc/meminfo: memFree=1703192/2055920 swapFree=4180376/4192956
[pid=26024] ppid=26022 vsize=5356 CPUtime=6.49
/proc/26024/stat : 26024 (manysat.sh) S 26022 26024 25987 0 -1 4194304 313 34838 0 0 0 0 623 26 16 0 1 0 156523145 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26024/statm: 1339 238 195 169 0 50 0
[pid=26027] ppid=26024 vsize=201340 CPUtime=87.63
/proc/26027/stat : 26027 (manysat1.1_stat) R 26024 26024 25987 0 -1 4194304 41021 0 0 0 8731 32 0 0 19 0 4 0 156523796 206172160 40972 1992294400 134512640 135305190 4294956160 18446744073709551615 134528319 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/26027/statm: 50335 40972 83 193 0 50139 0
[pid=26027/tid=26028] ppid=26024 vsize=201340 CPUtime=18.43
/proc/26027/task/26028/stat : 26028 (manysat1.1_stat) R 26024 26024 25987 0 -1 4194368 2136 0 0 0 1840 3 0 0 20 0 4 0 156523918 206172160 40972 1992294400 134512640 135305190 4294956160 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 1 0 0
[pid=26027/tid=26029] ppid=26024 vsize=201340 CPUtime=8.65
/proc/26027/task/26029/stat : 26029 (manysat1.1_stat) R 26024 26024 25987 0 -1 4194368 1388 0 0 0 862 3 0 0 18 0 4 0 156523918 206172160 40972 1992294400 134512640 135305190 4294956160 18446744073709551615 134551668 0 0 4096 3 0 0 0 -1 0 0 0
[pid=26027/tid=26030] ppid=26024 vsize=201340 CPUtime=33.8
/proc/26027/task/26030/stat : 26030 (manysat1.1_stat) R 26024 26024 25987 0 -1 4194368 3280 0 0 0 3375 5 0 0 18 0 4 0 156523918 206172160 40972 1992294400 134512640 135305190 4294956160 18446744073709551615 134551651 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 94.12
Current children cumulated vsize (KiB) 206696

[startup+102.306 s]
/proc/loadavg: 3.35 1.79 1.28 5/69 26030
/proc/meminfo: memFree=1652568/2055920 swapFree=4180376/4192956
[pid=26024] ppid=26022 vsize=5356 CPUtime=6.49
/proc/26024/stat : 26024 (manysat.sh) S 26022 26024 25987 0 -1 4194304 313 34838 0 0 0 0 623 26 16 0 1 0 156523145 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26024/statm: 1339 238 195 169 0 50 0
[pid=26027] ppid=26024 vsize=251844 CPUtime=189.81
/proc/26027/stat : 26027 (manysat1.1_stat) R 26024 26024 25987 0 -1 4194304 53567 0 0 0 18934 47 0 0 21 0 4 0 156523796 257888256 53518 1992294400 134512640 135305190 4294956160 18446744073709551615 134557557 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/26027/statm: 62961 53518 83 193 0 62765 0
[pid=26027/tid=26028] ppid=26024 vsize=251844 CPUtime=47.62
/proc/26027/task/26028/stat : 26028 (manysat1.1_stat) R 26024 26024 25987 0 -1 4194368 4907 0 0 0 4756 6 0 0 23 0 4 0 156523918 257888256 53518 1992294400 134512640 135305190 4294956160 18446744073709551615 134570397 0 0 4096 3 0 0 0 -1 1 0 0
[pid=26027/tid=26029] ppid=26024 vsize=251844 CPUtime=33.51
/proc/26027/task/26029/stat : 26029 (manysat1.1_stat) R 26024 26024 25987 0 -1 4194368 5081 0 0 0 3344 7 0 0 18 0 4 0 156523918 257888256 53518 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
[pid=26027/tid=26030] ppid=26024 vsize=251844 CPUtime=55.64
/proc/26027/task/26030/stat : 26030 (manysat1.1_stat) R 26024 26024 25987 0 -1 4194368 5309 0 0 0 5556 8 0 0 18 0 4 0 156523918 257888256 53518 1992294400 134512640 135305190 4294956160 18446744073709551615 134551978 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 196.3
Current children cumulated vsize (KiB) 257200

[startup+162.303 s]
/proc/loadavg: 3.76 2.19 1.45 5/69 26030
/proc/meminfo: memFree=1605336/2055920 swapFree=4180376/4192956
[pid=26024] ppid=26022 vsize=5356 CPUtime=6.49
/proc/26024/stat : 26024 (manysat.sh) S 26022 26024 25987 0 -1 4194304 313 34838 0 0 0 0 623 26 16 0 1 0 156523145 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26024/statm: 1339 238 195 169 0 50 0
[pid=26027] ppid=26024 vsize=299188 CPUtime=309.56
/proc/26027/stat : 26027 (manysat1.1_stat) R 26024 26024 25987 0 -1 4194304 65432 0 0 0 30893 63 0 0 25 0 4 0 156523796 306368512 65383 1992294400 134512640 135305190 4294956160 18446744073709551615 134694990 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/26027/statm: 74797 65383 83 193 0 74601 0
[pid=26027/tid=26028] ppid=26024 vsize=299188 CPUtime=77.76
/proc/26027/task/26028/stat : 26028 (manysat1.1_stat) R 26024 26024 25987 0 -1 4194368 7108 0 0 0 7766 10 0 0 18 0 4 0 156523918 306368512 65383 1992294400 134512640 135305190 4294956160 18446744073709551615 134557484 0 0 4096 3 0 0 0 -1 0 0 0
[pid=26027/tid=26029] ppid=26024 vsize=299188 CPUtime=59.32
/proc/26027/task/26029/stat : 26029 (manysat1.1_stat) R 26024 26024 25987 0 -1 4194368 8073 0 0 0 5921 11 0 0 25 0 4 0 156523918 306368512 65383 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
[pid=26027/tid=26030] ppid=26024 vsize=299188 CPUtime=87.28
/proc/26027/task/26030/stat : 26030 (manysat1.1_stat) R 26024 26024 25987 0 -1 4194368 7984 0 0 0 8718 10 0 0 22 0 4 0 156523918 306368512 65383 1992294400 134512640 135305190 4294956160 18446744073709551615 134528252 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 316.05
Current children cumulated vsize (KiB) 304544

[startup+222.303 s]
/proc/loadavg: 3.91 2.52 1.60 5/69 26030
/proc/meminfo: memFree=1558808/2055920 swapFree=4180376/4192956
[pid=26024] ppid=26022 vsize=5356 CPUtime=6.49

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

/proc/26027/task/26030/stat : 26030 (manysat1.1_stat) R 26024 26024 25987 0 -1 4194368 80337 0 0 0 203677 102 0 0 25 0 4 0 156523918 1595412480 379239 1992294400 134512640 135305190 4294956160 18446744073709551615 134551651 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 7859.75
Current children cumulated vsize (KiB) 1563376

[startup+4002.3 s]
/proc/loadavg: 3.99 3.97 3.91 5/69 26038
/proc/meminfo: memFree=340632/2055920 swapFree=4180376/4192956
[pid=26024] ppid=26022 vsize=5356 CPUtime=6.49
/proc/26024/stat : 26024 (manysat.sh) S 26022 26024 25987 0 -1 4194304 313 34838 0 0 0 0 623 26 16 0 1 0 156523145 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26024/statm: 1339 238 195 169 0 50 0
[pid=26027] ppid=26024 vsize=1562840 CPUtime=7973
/proc/26027/stat : 26027 (manysat1.1_stat) R 26024 26024 25987 0 -1 4194304 380380 0 0 0 796844 456 0 0 17 0 4 0 156523796 1600348160 380331 1992294400 134512640 135305190 4294956160 18446744073709551615 134840070 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/26027/statm: 390710 380331 83 193 0 390514 0
[pid=26027/tid=26028] ppid=26024 vsize=1562840 CPUtime=1936.54
/proc/26027/task/26028/stat : 26028 (manysat1.1_stat) R 26024 26024 25987 0 -1 4194368 72798 0 0 0 193561 93 0 0 25 0 4 0 156523918 1600348160 380331 1992294400 134512640 135305190 4294956160 18446744073709551615 134551729 0 0 4096 3 0 0 0 -1 1 0 0
[pid=26027/tid=26029] ppid=26024 vsize=1562840 CPUtime=1733.42
/proc/26027/task/26029/stat : 26029 (manysat1.1_stat) R 26024 26024 25987 0 -1 4194368 86792 0 0 0 173234 108 0 0 25 0 4 0 156523918 1600348160 380331 1992294400 134512640 135305190 4294956160 18446744073709551615 134551978 0 0 4096 3 0 0 0 -1 0 0 0
[pid=26027/tid=26030] ppid=26024 vsize=1562840 CPUtime=2066.78
/proc/26027/task/26030/stat : 26030 (manysat1.1_stat) R 26024 26024 25987 0 -1 4194368 80527 0 0 0 206576 102 0 0 25 0 4 0 156523918 1600348160 380331 1992294400 134512640 135305190 4294956160 18446744073709551615 134551697 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 7979.49
Current children cumulated vsize (KiB) 1568196

[startup+4062.31 s]
/proc/loadavg: 3.99 3.97 3.91 5/69 26038
/proc/meminfo: memFree=293080/2055920 swapFree=4180376/4192956
[pid=26024] ppid=26022 vsize=5356 CPUtime=6.49
/proc/26024/stat : 26024 (manysat.sh) S 26022 26024 25987 0 -1 4194304 313 34838 0 0 0 0 623 26 16 0 1 0 156523145 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26024/statm: 1339 238 195 169 0 50 0
[pid=26027] ppid=26024 vsize=1610040 CPUtime=8092.75
/proc/26027/stat : 26027 (manysat1.1_stat) R 26024 26024 25987 0 -1 4194304 392166 0 0 0 808804 471 0 0 25 0 4 0 156523796 1648680960 392117 1992294400 134512640 135305190 4294956160 18446744073709551615 134528392 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/26027/statm: 402510 392117 83 193 0 402314 0
[pid=26027/tid=26028] ppid=26024 vsize=1610040 CPUtime=1960.33
/proc/26027/task/26028/stat : 26028 (manysat1.1_stat) R 26024 26024 25987 0 -1 4194368 75121 0 0 0 195937 96 0 0 25 0 4 0 156523918 1648680960 392117 1992294400 134512640 135305190 4294956160 18446744073709551615 134551731 0 0 4096 3 0 0 0 -1 0 0 0
[pid=26027/tid=26029] ppid=26024 vsize=1610040 CPUtime=1759.87
/proc/26027/task/26029/stat : 26029 (manysat1.1_stat) R 26024 26024 25987 0 -1 4194368 89106 0 0 0 175876 111 0 0 25 0 4 0 156523918 1648680960 392117 1992294400 134512640 135305190 4294956160 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 1 0 0
[pid=26027/tid=26030] ppid=26024 vsize=1610040 CPUtime=2098.04
/proc/26027/task/26030/stat : 26030 (manysat1.1_stat) R 26024 26024 25987 0 -1 4194368 83609 0 0 0 209698 106 0 0 25 0 4 0 156523918 1648680960 392117 1992294400 134512640 135305190 4294956160 18446744073709551615 134528252 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 8099.24
Current children cumulated vsize (KiB) 1615396

[startup+4122.3 s]
/proc/loadavg: 3.99 3.97 3.91 5/69 26038
/proc/meminfo: memFree=246104/2055920 swapFree=4180376/4192956
[pid=26024] ppid=26022 vsize=5356 CPUtime=6.49
/proc/26024/stat : 26024 (manysat.sh) S 26022 26024 25987 0 -1 4194304 313 34838 0 0 0 0 623 26 16 0 1 0 156523145 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26024/statm: 1339 238 195 169 0 50 0
[pid=26027] ppid=26024 vsize=1656116 CPUtime=8212.48
/proc/26027/stat : 26027 (manysat1.1_stat) R 26024 26024 25987 0 -1 4194304 403970 0 0 0 820763 485 0 0 25 0 4 0 156523796 1695862784 403921 1992294400 134512640 135305190 4294956160 18446744073709551615 134528229 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/26027/statm: 414029 403921 83 193 0 413833 0
[pid=26027/tid=26028] ppid=26024 vsize=1656116 CPUtime=1991.75
/proc/26027/task/26028/stat : 26028 (manysat1.1_stat) R 26024 26024 25987 0 -1 4194368 78085 0 0 0 199075 100 0 0 25 0 4 0 156523918 1695862784 403921 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
[pid=26027/tid=26029] ppid=26024 vsize=1656116 CPUtime=1788.64
/proc/26027/task/26029/stat : 26029 (manysat1.1_stat) R 26024 26024 25987 0 -1 4194368 91761 0 0 0 178750 114 0 0 25 0 4 0 156523918 1695862784 403921 1992294400 134512640 135305190 4294956160 18446744073709551615 134552908 0 0 4096 3 0 0 0 -1 0 0 0
[pid=26027/tid=26030] ppid=26024 vsize=1656116 CPUtime=2130.88
/proc/26027/task/26030/stat : 26030 (manysat1.1_stat) R 26024 26024 25987 0 -1 4194368 87059 0 0 0 212978 110 0 0 25 0 4 0 156523918 1695862784 403921 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 8218.97
Current children cumulated vsize (KiB) 1661472

[startup+4182.3 s]
/proc/loadavg: 3.99 3.97 3.91 5/69 26038
/proc/meminfo: memFree=199512/2055920 swapFree=4180376/4192956
[pid=26024] ppid=26022 vsize=5356 CPUtime=6.49
/proc/26024/stat : 26024 (manysat.sh) S 26022 26024 25987 0 -1 4194304 313 34838 0 0 0 0 623 26 16 0 1 0 156523145 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26024/statm: 1339 238 195 169 0 50 0
[pid=26027] ppid=26024 vsize=1702096 CPUtime=8332.22
/proc/26027/stat : 26027 (manysat1.1_stat) R 26024 26024 25987 0 -1 4194304 415504 0 0 0 832724 498 0 0 21 0 4 0 156523796 1742946304 415455 1992294400 134512640 135305190 4294956160 18446744073709551615 134528252 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/26027/statm: 425524 415455 83 193 0 425328 0
[pid=26027/tid=26028] ppid=26024 vsize=1702096 CPUtime=2028.51
/proc/26027/task/26028/stat : 26028 (manysat1.1_stat) R 26024 26024 25987 0 -1 4194368 81633 0 0 0 202747 104 0 0 16 0 4 0 156523918 1742946304 415455 1992294400 134512640 135305190 4294956160 18446744073709551615 134556789 0 0 4096 3 0 0 0 -1 0 0 0
[pid=26027/tid=26029] ppid=26024 vsize=1702096 CPUtime=1811.64
/proc/26027/task/26029/stat : 26029 (manysat1.1_stat) R 26024 26024 25987 0 -1 4194368 93936 0 0 0 181046 118 0 0 25 0 4 0 156523918 1742946304 415455 1992294400 134512640 135305190 4294956160 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 0 0 0
[pid=26027/tid=26030] ppid=26024 vsize=1702096 CPUtime=2164.48
/proc/26027/task/26030/stat : 26030 (manysat1.1_stat) R 26024 26024 25987 0 -1 4194368 90098 0 0 0 216335 113 0 0 25 0 4 0 156523918 1742946304 415455 1992294400 134512640 135305190 4294956160 18446744073709551615 134528189 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 8338.71
Current children cumulated vsize (KiB) 1707452

[startup+4242.3 s]
/proc/loadavg: 3.99 3.97 3.91 5/69 26038
/proc/meminfo: memFree=154648/2055920 swapFree=4180376/4192956
[pid=26024] ppid=26022 vsize=5356 CPUtime=6.49
/proc/26024/stat : 26024 (manysat.sh) S 26022 26024 25987 0 -1 4194304 313 34838 0 0 0 0 623 26 16 0 1 0 156523145 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26024/statm: 1339 238 195 169 0 50 0
[pid=26027] ppid=26024 vsize=1747972 CPUtime=8451.96
/proc/26027/stat : 26027 (manysat1.1_stat) R 26024 26024 25987 0 -1 4194304 426797 0 0 0 844684 512 0 0 25 0 4 0 156523796 1789923328 426748 1992294400 134512640 135305190 4294956160 18446744073709551615 134694990 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/26027/statm: 436993 426748 83 193 0 436797 0
[pid=26027/tid=26028] ppid=26024 vsize=1747972 CPUtime=2067.76
/proc/26027/task/26028/stat : 26028 (manysat1.1_stat) R 26024 26024 25987 0 -1 4194368 85307 0 0 0 206666 110 0 0 25 0 4 0 156523918 1789923328 426748 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
[pid=26027/tid=26029] ppid=26024 vsize=1747972 CPUtime=1831.23
/proc/26027/task/26029/stat : 26029 (manysat1.1_stat) R 26024 26024 25987 0 -1 4194368 95544 0 0 0 183004 119 0 0 25 0 4 0 156523918 1789923328 426748 1992294400 134512640 135305190 4294956160 18446744073709551615 134694990 0 0 4096 3 0 0 0 -1 1 0 0
[pid=26027/tid=26030] ppid=26024 vsize=1747972 CPUtime=2198.34
/proc/26027/task/26030/stat : 26030 (manysat1.1_stat) R 26024 26024 25987 0 -1 4194368 93361 0 0 0 219717 117 0 0 17 0 4 0 156523918 1789923328 426748 1992294400 134512640 135305190 4294956160 18446744073709551615 134528392 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 8458.45
Current children cumulated vsize (KiB) 1753328

[startup+4302.3 s]
/proc/loadavg: 3.99 3.97 3.91 5/69 26038
/proc/meminfo: memFree=107544/2055920 swapFree=4180376/4192956
[pid=26024] ppid=26022 vsize=5356 CPUtime=6.49
/proc/26024/stat : 26024 (manysat.sh) S 26022 26024 25987 0 -1 4194304 313 34838 0 0 0 0 623 26 16 0 1 0 156523145 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26024/statm: 1339 238 195 169 0 50 0
[pid=26027] ppid=26024 vsize=1794828 CPUtime=8571.71
/proc/26027/stat : 26027 (manysat1.1_stat) R 26024 26024 25987 0 -1 4194304 438449 0 0 0 856646 525 0 0 25 0 4 0 156523796 1837903872 438400 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/26027/statm: 448707 438400 83 193 0 448511 0
[pid=26027/tid=26028] ppid=26024 vsize=1794828 CPUtime=2095.21
/proc/26027/task/26028/stat : 26028 (manysat1.1_stat) R 26024 26024 25987 0 -1 4194368 87689 0 0 0 209409 112 0 0 25 0 4 0 156523918 1837903872 438400 1992294400 134512640 135305190 4294956160 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 1 0 0
[pid=26027/tid=26029] ppid=26024 vsize=1794828 CPUtime=1860.03
/proc/26027/task/26029/stat : 26029 (manysat1.1_stat) R 26024 26024 25987 0 -1 4194368 98216 0 0 0 185880 123 0 0 22 0 4 0 156523918 1837903872 438400 1992294400 134512640 135305190 4294956160 18446744073709551615 134551651 0 0 4096 3 0 0 0 -1 0 0 0
[pid=26027/tid=26030] ppid=26024 vsize=1794828 CPUtime=2226.36
/proc/26027/task/26030/stat : 26030 (manysat1.1_stat) R 26024 26024 25987 0 -1 4194368 96037 0 0 0 222516 120 0 0 25 0 4 0 156523918 1837903872 438400 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 8578.2
Current children cumulated vsize (KiB) 1800184



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+4360.5 s]
/proc/loadavg: 3.99 3.97 3.91 5/69 26038
/proc/meminfo: memFree=64472/2055920 swapFree=4180376/4192956
[pid=26024] ppid=26022 vsize=5356 CPUtime=6.49
/proc/26024/stat : 26024 (manysat.sh) S 26022 26024 25987 0 -1 4194304 313 34838 0 0 0 0 623 26 16 0 1 0 156523145 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26024/statm: 1339 238 195 169 0 50 0
[pid=26027] ppid=26024 vsize=1837920 CPUtime=8687.86
/proc/26027/stat : 26027 (manysat1.1_stat) R 26024 26024 25987 0 -1 4194304 449140 0 0 0 868248 538 0 0 25 0 4 0 156523796 1882030080 449091 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/26027/statm: 459480 449091 83 193 0 459284 0
[pid=26027/tid=26028] ppid=26024 vsize=1837920 CPUtime=2122.61
/proc/26027/task/26028/stat : 26028 (manysat1.1_stat) R 26024 26024 25987 0 -1 4194368 90267 0 0 0 212146 115 0 0 25 0 4 0 156523918 1882030080 449091 1992294400 134512640 135305190 4294956160 18446744073709551615 134551720 0 0 4096 3 0 0 0 -1 1 0 0
[pid=26027/tid=26029] ppid=26024 vsize=1837920 CPUtime=1887.83
/proc/26027/task/26029/stat : 26029 (manysat1.1_stat) R 26024 26024 25987 0 -1 4194368 100746 0 0 0 188657 126 0 0 25 0 4 0 156523918 1882030080 449091 1992294400 134512640 135305190 4294956160 18446744073709551615 134528603 0 0 4096 3 0 0 0 -1 0 0 0
[pid=26027/tid=26030] ppid=26024 vsize=1837920 CPUtime=2257.37
/proc/26027/task/26030/stat : 26030 (manysat1.1_stat) R 26024 26024 25987 0 -1 4194368 98984 0 0 0 225613 124 0 0 18 0 4 0 156523918 1882030080 449091 1992294400 134512640 135305190 4294956160 18446744073709551615 134551939 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 8694.35
Current children cumulated vsize (KiB) 1843276

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

[startup+4360.5 s]
/proc/loadavg: 3.99 3.97 3.91 5/69 26038
/proc/meminfo: memFree=64472/2055920 swapFree=4180376/4192956
[pid=26024] ppid=26022 vsize=5356 CPUtime=6.49
/proc/26024/stat : 26024 (manysat.sh) S 26022 26024 25987 0 -1 4194304 313 34838 0 0 0 0 623 26 16 0 1 0 156523145 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26024/statm: 1339 238 195 169 0 50 0
[pid=26027] ppid=26024 vsize=1837920 CPUtime=8687.86
/proc/26027/stat : 26027 (manysat1.1_stat) R 26024 26024 25987 0 -1 4194304 449140 0 0 0 868248 538 0 0 25 0 4 0 156523796 1882030080 449091 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/26027/statm: 459480 449091 83 193 0 459284 0
[pid=26027/tid=26028] ppid=26024 vsize=1837920 CPUtime=2122.61
/proc/26027/task/26028/stat : 26028 (manysat1.1_stat) R 26024 26024 25987 0 -1 4194368 90267 0 0 0 212146 115 0 0 25 0 4 0 156523918 1882030080 449091 1992294400 134512640 135305190 4294956160 18446744073709551615 134551720 0 0 4096 3 0 0 0 -1 1 0 0
[pid=26027/tid=26029] ppid=26024 vsize=1837920 CPUtime=1887.83
/proc/26027/task/26029/stat : 26029 (manysat1.1_stat) R 26024 26024 25987 0 -1 4194368 100746 0 0 0 188657 126 0 0 25 0 4 0 156523918 1882030080 449091 1992294400 134512640 135305190 4294956160 18446744073709551615 134528603 0 0 4096 3 0 0 0 -1 0 0 0
[pid=26027/tid=26030] ppid=26024 vsize=1837920 CPUtime=2257.37
/proc/26027/task/26030/stat : 26030 (manysat1.1_stat) R 26024 26024 25987 0 -1 4194368 98984 0 0 0 225613 124 0 0 18 0 4 0 156523918 1882030080 449091 1992294400 134512640 135305190 4294956160 18446744073709551615 134551939 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 8694.35
Current children cumulated vsize (KiB) 1843276

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 26024 and gives
#  childrusage.ru_utime.tv_sec=6
#  childrusage.ru_utime.tv_usec=240051
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=268959
# CPU time returned by wait4() is 6.50901
# while last known CPU time is 8694.35
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 4360.52
CPU time (s): 8694.35
CPU user time (s): 8688.71
CPU system time (s): 5.64
CPU usage (%): 199.388
Max. virtual memory (cumulated for all children) (KiB): 1843276

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 6.24005
system time used= 0.268959
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 35151
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= 5
involuntary context switches= 13

runsolver used 3.85841 second user time and 12.0102 second system time

The end

Launcher Data

Begin job on node5 at 2009-05-02 19:21:32
IDJOB=1772686
IDBENCH=20370
IDSOLVER=612
FILE ID=node5/1772686-1241284891
PBS_JOBID= 9225067
Free space on /tmp= 66520 MiB

SOLVER NAME= ManySAT 1.1 aimd 1/2009-03-20
BENCH NAME= SAT07/industrial/anbulagan/hard-unsat/partial-5-13-u.cnf
COMMAND LINE= manysat.sh BENCHNAME aimd 1
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1772686-1241284891/watcher-1772686-1241284891 -o /tmp/evaluation-result-1772686-1241284891/solver-1772686-1241284891 -C 10000 -W 12000 -M 1800  manysat.sh HOME/instance-1772686-1241284891.cnf aimd 1

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

MD5SUM BENCH= 4bb23e70b97827425fcf5759bf0a79a2
RANDOM SEED=1771135964

node5.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.212
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.212
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:       1881880 kB
Buffers:         23064 kB
Cached:          69884 kB
SwapCached:       6332 kB
Active:          34436 kB
Inactive:        66240 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1881880 kB
SwapTotal:     4192956 kB
SwapFree:      4180376 kB
Dirty:           16304 kB
Writeback:           0 kB
Mapped:          13352 kB
Slab:            59492 kB
Committed_AS:   703616 kB
PageTables:       1388 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= 66504 MiB
End job on node5 at 2009-05-02 20:34:15