Trace number 1775794

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 (4 threads)? (TO) 3974.59 1000.05

General information on the benchmark

Nameindustrial/anbulagan/
hard-unsat/partial-5-11-u.cnf
MD5SUM8e22d84b1ae625d44fbf300a32374a2d
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 variables164158
Number of clauses730719
Sum of the clauses size1660140
Maximum clause length10
Minimum clause length1
Number of clauses of size 112474
Number of clauses of size 2600009
Number of clauses of size 387256
Number of clauses of size 43440
Number of clauses of size 513760
Number of clauses of size over 513780

Solver Data

0.00/0.00	c Parsing...
0.51/0.55	c ==============================================================================
0.51/0.55	c |           |     ORIGINAL     |              LEARNT              |          |
0.51/0.55	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.51/0.55	c ==============================================================================
0.51/0.55	c |         0 |  717437  1645964 |  215231       0        0     nan |  0.000 % |
3.89/3.96	c |         0 |  408968  1113292 |      --       0       --      -- |     --   | -134393/-137715
3.89/3.96	c ==============================================================================
3.89/3.96	c Result  :   #vars: 76968   #clauses: 408968   #literals: 1113292
3.89/3.96	c CPU time:   3.85 s
3.89/3.96	c ==============================================================================

Verifier Data

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

Watcher Data

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

command line: runsolver --timestamp -w /tmp/evaluation-result-1775794-1243502603/watcher-1775794-1243502603 -o /tmp/evaluation-result-1775794-1243502603/solver-1775794-1243502603 -C 10000 -W 1000 -M 2047 manysat.sh HOME/instance-1775794-1243502603.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): 1000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 2096128 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 2147328 KiB
Current StackSize limit: 8192 KiB


[startup+0 s]
/proc/loadavg: 4.08 4.48 4.51 3/109 12181
/proc/meminfo: memFree=1518576/3368532 swapFree=1959840/1959888
[pid=12181] ppid=12179 vsize=2416 CPUtime=0
/proc/12181/stat : 12181 (manysat.sh) S 12179 12181 29143 0 -1 4194304 349 0 0 0 0 0 0 0 18 0 1 0 1114923210 2473984 274 4294967295 134512640 135169312 3214023792 3214022328 3084922606 0 65536 4 65538 3222376037 0 0 17 2 0 0 0
/proc/12181/statm: 604 274 231 161 0 43 0
[pid=12182] ppid=12181 vsize=1760 CPUtime=0.01
/proc/12182/stat : 12182 (SatElite) R 12181 12181 29143 0 -1 4202496 338 0 0 0 1 0 0 0 19 0 1 0 1114923211 1802240 275 4294967295 134512640 135034092 3213542336 3213538624 134544849 0 0 0 3 0 0 0 17 2 0 0 0
/proc/12182/statm: 440 275 49 128 0 310 0

[startup+0.103658 s]
/proc/loadavg: 4.08 4.48 4.51 3/109 12181
/proc/meminfo: memFree=1518576/3368532 swapFree=1959840/1959888
[pid=12181] ppid=12179 vsize=2416 CPUtime=0
/proc/12181/stat : 12181 (manysat.sh) S 12179 12181 29143 0 -1 4194304 349 0 0 0 0 0 0 0 18 0 1 0 1114923210 2473984 274 4294967295 134512640 135169312 3214023792 3214022328 3084922606 0 65536 4 65538 3222376037 0 0 17 2 0 0 0
/proc/12181/statm: 604 274 231 161 0 43 0
[pid=12182] ppid=12181 vsize=35992 CPUtime=0.11
/proc/12182/stat : 12182 (SatElite) R 12181 12181 29143 0 -1 4202496 6186 0 0 0 11 0 0 0 20 0 1 0 1114923211 36855808 6123 4294967295 134512640 135034092 3213542336 3213538680 134691005 0 0 0 3 0 0 0 17 2 0 0 0
/proc/12182/statm: 8998 6123 49 128 0 8868 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 38408

[startup+0.213654 s]
/proc/loadavg: 4.08 4.48 4.51 3/109 12181
/proc/meminfo: memFree=1518576/3368532 swapFree=1959840/1959888
[pid=12181] ppid=12179 vsize=2416 CPUtime=0
/proc/12181/stat : 12181 (manysat.sh) S 12179 12181 29143 0 -1 4194304 349 0 0 0 0 0 0 0 18 0 1 0 1114923210 2473984 274 4294967295 134512640 135169312 3214023792 3214022328 3084922606 0 65536 4 65538 3222376037 0 0 17 2 0 0 0
/proc/12181/statm: 604 274 231 161 0 43 0
[pid=12182] ppid=12181 vsize=47692 CPUtime=0.22
/proc/12182/stat : 12182 (SatElite) R 12181 12181 29143 0 -1 4202496 9054 0 0 0 21 1 0 0 20 0 1 0 1114923211 48836608 8991 4294967295 134512640 135034092 3213542336 3213538296 134673244 0 0 0 3 0 0 0 17 2 0 0 0
/proc/12182/statm: 11923 8992 49 128 0 11793 0
Current children cumulated CPU time (s) 0.22
Current children cumulated vsize (KiB) 50108

[startup+0.31365 s]
/proc/loadavg: 4.08 4.48 4.51 3/109 12181
/proc/meminfo: memFree=1518576/3368532 swapFree=1959840/1959888
[pid=12181] ppid=12179 vsize=2416 CPUtime=0
/proc/12181/stat : 12181 (manysat.sh) S 12179 12181 29143 0 -1 4194304 349 0 0 0 0 0 0 0 18 0 1 0 1114923210 2473984 274 4294967295 134512640 135169312 3214023792 3214022328 3084922606 0 65536 4 65538 3222376037 0 0 17 2 0 0 0
/proc/12181/statm: 604 274 231 161 0 43 0
[pid=12182] ppid=12181 vsize=57064 CPUtime=0.32
/proc/12182/stat : 12182 (SatElite) R 12181 12181 29143 0 -1 4202496 11574 0 0 0 30 2 0 0 20 0 1 0 1114923211 58433536 11511 4294967295 134512640 135034092 3213542336 3213538680 134691005 0 0 0 3 0 0 0 17 2 0 0 0
/proc/12182/statm: 14266 11511 49 128 0 14136 0
Current children cumulated CPU time (s) 0.32
Current children cumulated vsize (KiB) 59480

[startup+0.713628 s]
/proc/loadavg: 4.08 4.48 4.51 3/109 12181
/proc/meminfo: memFree=1518576/3368532 swapFree=1959840/1959888
[pid=12181] ppid=12179 vsize=2416 CPUtime=0
/proc/12181/stat : 12181 (manysat.sh) S 12179 12181 29143 0 -1 4194304 349 0 0 0 0 0 0 0 18 0 1 0 1114923210 2473984 274 4294967295 134512640 135169312 3214023792 3214022328 3084922606 0 65536 4 65538 3222376037 0 0 17 2 0 0 0
/proc/12181/statm: 604 274 231 161 0 43 0
[pid=12182] ppid=12181 vsize=84860 CPUtime=0.71
/proc/12182/stat : 12182 (SatElite) R 12181 12181 29143 0 -1 4202496 19125 0 0 0 68 3 0 0 21 0 1 0 1114923211 86896640 17680 4294967295 134512640 135034092 3213542336 3213537136 134562066 0 0 0 3 0 0 0 17 2 0 0 0
/proc/12182/statm: 21215 17680 66 128 0 21085 0
Current children cumulated CPU time (s) 0.71
Current children cumulated vsize (KiB) 87276

[startup+1.51359 s]
/proc/loadavg: 4.08 4.48 4.51 2/111 12183
/proc/meminfo: memFree=1441592/3368532 swapFree=1959840/1959888
[pid=12181] ppid=12179 vsize=2416 CPUtime=0
/proc/12181/stat : 12181 (manysat.sh) S 12179 12181 29143 0 -1 4194304 349 0 0 0 0 0 0 0 18 0 1 0 1114923210 2473984 274 4294967295 134512640 135169312 3214023792 3214022328 3084922606 0 65536 4 65538 3222376037 0 0 17 2 0 0 0
/proc/12181/statm: 604 274 231 161 0 43 0
[pid=12182] ppid=12181 vsize=91544 CPUtime=1.5
/proc/12182/stat : 12182 (SatElite) R 12181 12181 29143 0 -1 4202496 21282 0 0 0 146 4 0 0 23 0 1 0 1114923211 93741056 19516 4294967295 134512640 135034092 3213542336 3213538576 134566697 0 0 0 3 0 0 0 17 2 0 0 0
/proc/12182/statm: 22886 19516 67 128 0 22756 0
Current children cumulated CPU time (s) 1.5
Current children cumulated vsize (KiB) 93960

[startup+3.11351 s]
/proc/loadavg: 3.83 4.42 4.49 2/111 12183
/proc/meminfo: memFree=1432540/3368532 swapFree=1959840/1959888
[pid=12181] ppid=12179 vsize=2416 CPUtime=0
/proc/12181/stat : 12181 (manysat.sh) S 12179 12181 29143 0 -1 4194304 349 0 0 0 0 0 0 0 18 0 1 0 1114923210 2473984 274 4294967295 134512640 135169312 3214023792 3214022328 3084922606 0 65536 4 65538 3222376037 0 0 17 2 0 0 0
/proc/12181/statm: 604 274 231 161 0 43 0
[pid=12182] ppid=12181 vsize=94004 CPUtime=3.1
/proc/12182/stat : 12182 (SatElite) R 12181 12181 29143 0 -1 4202496 24057 0 0 0 305 5 0 0 25 0 1 0 1114923211 96260096 19898 4294967295 134512640 135034092 3213542336 3213538576 134566297 0 0 0 3 0 0 0 17 3 0 0 0
/proc/12182/statm: 23501 19898 67 128 0 23371 0
Current children cumulated CPU time (s) 3.1
Current children cumulated vsize (KiB) 96420

[startup+6.31334 s]
/proc/loadavg: 3.83 4.42 4.49 5/114 12188
/proc/meminfo: memFree=1393920/3368532 swapFree=1959840/1959888
[pid=12181] ppid=12179 vsize=2420 CPUtime=4.42
/proc/12181/stat : 12181 (manysat.sh) S 12179 12181 29143 0 -1 4194304 370 31165 0 0 0 0 429 13 17 0 1 0 1114923210 2478080 275 4294967295 134512640 135169312 3214023792 3214020008 3084922606 0 65536 4 65538 3222376037 0 0 17 0 0 0 0
/proc/12181/statm: 605 275 231 161 0 44 0
[pid=12185] ppid=12181 vsize=148488 CPUtime=4.75
/proc/12185/stat : 12185 (manysat1.1_stat) R 12181 12181 29143 0 -1 4202496 29144 0 0 0 453 22 0 0 15 0 4 0 1114923655 152051712 29069 4294967295 134512640 135305190 3217788912 3217786704 134857151 0 0 0 3 4294967295 0 0 17 2 0 0 0
/proc/12185/statm: 37122 29069 79 194 0 36926 0
[pid=12185/tid=12186] ppid=12181 vsize=148488 CPUtime=1.03
/proc/12185/task/12186/stat : 12186 (manysat1.1_stat) R 12181 12181 29143 0 -1 4202560 564 0 0 0 97 6 0 0 16 0 4 0 1114923737 152051712 29069 4294967295 134512640 135305190 3217788912 3050933440 134528298 0 0 0 3 0 0 0 -1 3 0 0 0
[pid=12185/tid=12187] ppid=12181 vsize=148488 CPUtime=0.98
/proc/12185/task/12187/stat : 12187 (manysat1.1_stat) R 12181 12181 29143 0 -1 4202560 568 0 0 0 96 2 0 0 16 0 4 0 1114923737 152051712 29069 4294967295 134512640 135305190 3217788912 3042544832 134528229 0 0 0 3 0 0 0 -1 0 0 0 0
[pid=12185/tid=12188] ppid=12181 vsize=148488 CPUtime=0.93
/proc/12185/task/12188/stat : 12188 (manysat1.1_stat) R 12181 12181 29143 0 -1 4202560 564 0 0 0 90 3 0 0 15 0 4 0 1114923737 152051712 29069 4294967295 134512640 135305190 3217788912 3034156224 134528229 0 0 0 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 9.17
Current children cumulated vsize (KiB) 150908

[startup+12.713 s]
/proc/loadavg: 4.26 4.49 4.51 7/114 12188
/proc/meminfo: memFree=1385372/3368532 swapFree=1959840/1959888
[pid=12181] ppid=12179 vsize=2420 CPUtime=4.42
/proc/12181/stat : 12181 (manysat.sh) S 12179 12181 29143 0 -1 4194304 370 31165 0 0 0 0 429 13 17 0 1 0 1114923210 2478080 275 4294967295 134512640 135169312 3214023792 3214020008 3084922606 0 65536 4 65538 3222376037 0 0 17 0 0 0 0
/proc/12181/statm: 605 275 231 161 0 44 0
[pid=12185] ppid=12181 vsize=156132 CPUtime=30.26
/proc/12185/stat : 12185 (manysat1.1_stat) R 12181 12181 29143 0 -1 4202496 30910 0 0 0 3001 25 0 0 17 0 4 0 1114923655 159879168 30835 4294967295 134512640 135305190 3217788912 3217787088 134528229 0 0 0 3 4294967295 0 0 17 1 0 0 0
/proc/12185/statm: 39033 30835 79 194 0 38837 0
[pid=12185/tid=12186] ppid=12181 vsize=156132 CPUtime=7.4
/proc/12185/task/12186/stat : 12186 (manysat1.1_stat) R 12181 12181 29143 0 -1 4202560 908 0 0 0 734 6 0 0 18 0 4 0 1114923737 159879168 30835 4294967295 134512640 135305190 3217788912 3050933104 134551712 0 0 0 3 0 0 0 -1 2 0 0 0
[pid=12185/tid=12187] ppid=12181 vsize=156132 CPUtime=7.38
/proc/12185/task/12187/stat : 12187 (manysat1.1_stat) R 12181 12181 29143 0 -1 4202560 1015 0 0 0 736 2 0 0 17 0 4 0 1114923737 159879168 30835 4294967295 134512640 135305190 3217788912 3042544832 134528268 0 0 0 3 0 0 0 -1 0 0 0 0
[pid=12185/tid=12188] ppid=12181 vsize=156132 CPUtime=7.3
/proc/12185/task/12188/stat : 12188 (manysat1.1_stat) R 12181 12181 29143 0 -1 4202560 901 0 0 0 726 4 0 0 17 0 4 0 1114923737 159879168 30835 4294967295 134512640 135305190 3217788912 3034156224 134528406 0 0 0 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 34.68
Current children cumulated vsize (KiB) 158552

[startup+25.5123 s]
/proc/loadavg: 4.22 4.47 4.50 5/114 12190
/proc/meminfo: memFree=1357084/3368532 swapFree=1959840/1959888
[pid=12181] ppid=12179 vsize=2420 CPUtime=4.42
/proc/12181/stat : 12181 (manysat.sh) S 12179 12181 29143 0 -1 4194304 370 31165 0 0 0 0 429 13 17 0 1 0 1114923210 2478080 275 4294967295 134512640 135169312 3214023792 3214020008 3084922606 0 65536 4 65538 3222376037 0 0 17 0 0 0 0
/proc/12181/statm: 605 275 231 161 0 44 0
[pid=12185] ppid=12181 vsize=183012 CPUtime=81.37
/proc/12185/stat : 12185 (manysat1.1_stat) R 12181 12181 29143 0 -1 4202496 37821 0 0 0 8103 34 0 0 25 0 4 0 1114923655 187404288 37746 4294967295 134512640 135305190 3217788912 3217787088 134528858 0 0 0 3 4294967295 0 0 17 1 0 0 0
/proc/12185/statm: 45753 37746 79 194 0 45557 0
[pid=12185/tid=12186] ppid=12181 vsize=183012 CPUtime=20.2
/proc/12185/task/12186/stat : 12186 (manysat1.1_stat) R 12181 12181 29143 0 -1 4202560 2318 0 0 0 2013 7 0 0 25 0 4 0 1114923737 187404288 37746 4294967295 134512640 135305190 3217788912 3050933440 134528298 0 0 0 3 0 0 0 -1 2 0 0 0
[pid=12185/tid=12187] ppid=12181 vsize=183012 CPUtime=20.14
/proc/12185/task/12187/stat : 12187 (manysat1.1_stat) R 12181 12181 29143 0 -1 4202560 2741 0 0 0 2008 6 0 0 25 0 4 0 1114923737 187404288 37746 4294967295 134512640 135305190 3217788912 3042544832 134528808 0 0 0 3 0 0 0 -1 0 0 0 0
[pid=12185/tid=12188] ppid=12181 vsize=183012 CPUtime=20.05
/proc/12185/task/12188/stat : 12188 (manysat1.1_stat) R 12181 12181 29143 0 -1 4202560 2230 0 0 0 2000 5 0 0 25 0 4 0 1114923737 187404288 37746 4294967295 134512640 135305190 3217788912 3034155888 134551962 0 0 0 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 85.79
Current children cumulated vsize (KiB) 185432

[startup+51.111 s]
/proc/loadavg: 4.28 4.47 4.50 5/114 12375
/proc/meminfo: memFree=1290400/3368532 swapFree=1959840/1959888
[pid=12181] ppid=12179 vsize=2420 CPUtime=4.42
/proc/12181/stat : 12181 (manysat.sh) S 12179 12181 29143 0 -1 4194304 370 31165 0 0 0 0 429 13 17 0 1 0 1114923210 2478080 275 4294967295 134512640 135169312 3214023792 3214020008 3084922606 0 65536 4 65538 3222376037 0 0 17 0 0 0 0
/proc/12181/statm: 605 275 231 161 0 44 0
[pid=12185] ppid=12181 vsize=249764 CPUtime=183.24
/proc/12185/stat : 12185 (manysat1.1_stat) R 12181 12181 29143 0 -1 4202496 54443 0 0 0 18269 55 0 0 25 0 4 0 1114923655 255758336 54368 4294967295 134512640 135305190 3217788912 3217787088 134528615 0 0 0 3 4294967295 0 0 17 1 0 0 0
/proc/12185/statm: 62441 54368 79 194 0 62245 0
[pid=12185/tid=12186] ppid=12181 vsize=249764 CPUtime=45.64
/proc/12185/task/12186/stat : 12186 (manysat1.1_stat) R 12181 12181 29143 0 -1 4202560 5684 0 0 0 4553 11 0 0 25 0 4 0 1114923737 255758336 54368 4294967295 134512640 135305190 3217788912 3050933440 134528189 0 0 0 3 0 0 0 -1 2 0 0 0
[pid=12185/tid=12187] ppid=12181 vsize=249764 CPUtime=45.56
/proc/12185/task/12187/stat : 12187 (manysat1.1_stat) R 12181 12181 29143 0 -1 4202560 7530 0 0 0 4544 12 0 0 25 0 4 0 1114923737 255758336 54368 4294967295 134512640 135305190 3217788912 3042544832 134528298 0 0 0 3 0 0 0 -1 3 0 0 0
[pid=12185/tid=12188] ppid=12181 vsize=249764 CPUtime=45.53
/proc/12185/task/12188/stat : 12188 (manysat1.1_stat) R 12181 12181 29143 0 -1 4202560 5666 0 0 0 4542 11 0 0 25 0 4 0 1114923737 255758336 54368 4294967295 134512640 135305190 3217788912 3034156224 134528229 0 0 0 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 187.66
Current children cumulated vsize (KiB) 252184

[startup+102.308 s]
/proc/loadavg: 4.26 4.43 4.48 5/114 12562
/proc/meminfo: memFree=1194384/3368532 swapFree=1959840/1959888
[pid=12181] ppid=12179 vsize=2420 CPUtime=4.42
/proc/12181/stat : 12181 (manysat.sh) S 12179 12181 29143 0 -1 4194304 370 31165 0 0 0 0 429 13 17 0 1 0 1114923210 2478080 275 4294967295 134512640 135169312 3214023792 3214020008 3084922606 0 65536 4 65538 3222376037 0 0 17 0 0 0 0
/proc/12181/statm: 605 275 231 161 0 44 0
[pid=12185] ppid=12181 vsize=344984 CPUtime=387.61
/proc/12185/stat : 12185 (manysat1.1_stat) R 12181 12181 29143 0 -1 4202496 78175 0 0 0 38669 92 0 0 25 0 4 0 1114923655 353263616 78100 4294967295 134512640 135305190 3217788912 3217787088 134528298 0 0 0 3 4294967295 0 0 17 1 0 0 0
/proc/12185/statm: 86246 78100 79 194 0 86050 0
[pid=12185/tid=12186] ppid=12181 vsize=344984 CPUtime=96.67
/proc/12185/task/12186/stat : 12186 (manysat1.1_stat) R 12181 12181 29143 0 -1 4202560 10766 0 0 0 9650 17 0 0 25 0 4 0 1114923737 353263616 78100 4294967295 134512640 135305190 3217788912 3050933440 134530561 0 0 0 3 0 0 0 -1 2 0 0 0
[pid=12185/tid=12187] ppid=12181 vsize=344984 CPUtime=96.58
/proc/12185/task/12187/stat : 12187 (manysat1.1_stat) R 12181 12181 29143 0 -1 4202560 14007 0 0 0 9636 22 0 0 25 0 4 0 1114923737 353263616 78100 4294967295 134512640 135305190 3217788912 3042544832 134528392 0 0 0 3 0 0 0 -1 3 0 0 0
[pid=12185/tid=12188] ppid=12181 vsize=344984 CPUtime=96.7
/proc/12185/task/12188/stat : 12188 (manysat1.1_stat) R 12181 12181 29143 0 -1 4202560 10912 0 0 0 9653 17 0 0 25 0 4 0 1114923737 353263616 78100 4294967295 134512640 135305190 3217788912 3034156224 134528501 0 0 0 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 392.03
Current children cumulated vsize (KiB) 347404

[startup+162.305 s]
/proc/loadavg: 4.49 4.44 4.48 5/114 12749
/proc/meminfo: memFree=1138696/3368532 swapFree=1959840/1959888
[pid=12181] ppid=12179 vsize=2420 CPUtime=4.42
/proc/12181/stat : 12181 (manysat.sh) S 12179 12181 29143 0 -1 4194304 370 31165 0 0 0 0 429 13 17 0 1 0 1114923210 2478080 275 4294967295 134512640 135169312 3214023792 3214020008 3084922606 0 65536 4 65538 3222376037 0 0 17 0 0 0 0
/proc/12181/statm: 605 275 231 161 0 44 0
[pid=12185] ppid=12181 vsize=400416 CPUtime=626.87
/proc/12185/stat : 12185 (manysat1.1_stat) R 12181 12181 29143 0 -1 4202496 92266 0 0 0 62572 115 0 0 25 0 4 0 1114923655 410025984 92191 4294967295 134512640 135305190 3217788912 3217787088 134528298 0 0 0 3 4294967295 0 0 17 1 0 0 0
/proc/12185/statm: 100104 92191 79 194 0 99908 0
[pid=12185/tid=12186] ppid=12181 vsize=400416 CPUtime=156.44
/proc/12185/task/12186/stat : 12186 (manysat1.1_stat) R 12181 12181 29143 0 -1 4202560 13793 0 0 0 15624 20 0 0 25 0 4 0 1114923737 410025984 92191 4294967295 134512640 135305190 3217788912 3050933440 134528229 0 0 0 3 0 0 0 -1 2 0 0 0
[pid=12185/tid=12187] ppid=12181 vsize=400416 CPUtime=156.23
/proc/12185/task/12187/stat : 12187 (manysat1.1_stat) R 12181 12181 29143 0 -1 4202560 18299 0 0 0 15589 34 0 0 25 0 4 0 1114923737 410025984 92191 4294967295 134512640 135305190 3217788912 3042544832 134528229 0 0 0 3 0 0 0 -1 3 0 0 0
[pid=12185/tid=12188] ppid=12181 vsize=400416 CPUtime=156.63
/proc/12185/task/12188/stat : 12188 (manysat1.1_stat) R 12181 12181 29143 0 -1 4202560 13933 0 0 0 15642 21 0 0 25 0 4 0 1114923737 410025984 92191 4294967295 134512640 135305190 3217788912 3034156224 134528406 0 0 0 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 631.29

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

/proc/12185/task/12188/stat : 12188 (manysat1.1_stat) R 12181 12181 29143 0 -1 4202560 35905 0 0 0 57470 71 0 0 25 0 4 0 1114923737 783589376 183027 4294967295 134512640 135305190 3217788912 3034155888 134551697 0 0 0 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2307.11
Current children cumulated vsize (KiB) 767644

[startup+642.31 s]
/proc/loadavg: 4.53 4.50 4.47 7/115 14139
/proc/meminfo: memFree=771060/3368532 swapFree=1959840/1959888
[pid=12181] ppid=12179 vsize=2420 CPUtime=4.42
/proc/12181/stat : 12181 (manysat.sh) S 12179 12181 29143 0 -1 4194304 370 31165 0 0 0 0 429 13 17 0 1 0 1114923210 2478080 275 4294967295 134512640 135169312 3214023792 3214020008 3084922606 0 65536 4 65538 3222376037 0 0 17 0 0 0 0
/proc/12181/statm: 605 275 231 161 0 44 0
[pid=12185] ppid=12181 vsize=766544 CPUtime=2542.32
/proc/12185/stat : 12185 (manysat1.1_stat) R 12181 12181 29143 0 -1 4202496 183454 0 0 0 253913 319 0 0 25 0 4 0 1114923655 784941056 183379 4294967295 134512640 135305190 3217788912 3217787088 134528229 0 0 0 3 4294967295 0 0 17 1 0 0 0
/proc/12185/statm: 191636 183379 79 194 0 191440 0
[pid=12185/tid=12186] ppid=12181 vsize=766544 CPUtime=635.16
/proc/12185/task/12186/stat : 12186 (manysat1.1_stat) R 12181 12181 29143 0 -1 4202560 33847 0 0 0 63447 69 0 0 25 0 4 0 1114923737 784941056 183379 4294967295 134512640 135305190 3217788912 3050933440 134530561 0 0 0 3 0 0 0 -1 0 0 0 0
[pid=12185/tid=12187] ppid=12181 vsize=766544 CPUtime=634.54
/proc/12185/task/12187/stat : 12187 (manysat1.1_stat) R 12181 12181 29143 0 -1 4202560 41700 0 0 0 63358 96 0 0 25 0 4 0 1114923737 784941056 183379 4294967295 134512640 135305190 3217788912 3042544832 134528248 0 0 0 3 0 0 0 -1 3 0 0 0
[pid=12185/tid=12188] ppid=12181 vsize=766544 CPUtime=635.4
/proc/12185/task/12188/stat : 12188 (manysat1.1_stat) R 12181 12181 29143 0 -1 4202560 35905 0 0 0 63469 71 0 0 25 0 4 0 1114923737 784941056 183379 4294967295 134512640 135305190 3217788912 3034156224 134528229 0 0 0 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2546.74
Current children cumulated vsize (KiB) 768964

[startup+702.307 s]
/proc/loadavg: 4.63 4.54 4.48 6/115 14304
/proc/meminfo: memFree=739508/3368532 swapFree=1959840/1959888
[pid=12181] ppid=12179 vsize=2420 CPUtime=4.42
/proc/12181/stat : 12181 (manysat.sh) S 12179 12181 29143 0 -1 4194304 370 31165 0 0 0 0 429 13 17 0 1 0 1114923210 2478080 275 4294967295 134512640 135169312 3214023792 3214020008 3084922606 0 65536 4 65538 3222376037 0 0 17 0 0 0 0
/proc/12181/statm: 605 275 231 161 0 44 0
[pid=12185] ppid=12181 vsize=800256 CPUtime=2782.01
/proc/12185/stat : 12185 (manysat1.1_stat) R 12181 12181 29143 0 -1 4202496 191910 0 0 0 277860 341 0 0 25 0 4 0 1114923655 819462144 191835 4294967295 134512640 135305190 3217788912 3217786628 134839991 0 0 0 3 4294967295 0 0 17 1 0 0 0
/proc/12185/statm: 200064 191835 79 194 0 199868 0
[pid=12185/tid=12186] ppid=12181 vsize=800256 CPUtime=694.88
/proc/12185/task/12186/stat : 12186 (manysat1.1_stat) R 12181 12181 29143 0 -1 4202560 36069 0 0 0 69414 74 0 0 25 0 4 0 1114923737 819462144 191835 4294967295 134512640 135305190 3217788912 3050933440 134528298 0 0 0 3 0 0 0 -1 0 0 0 0
[pid=12185/tid=12187] ppid=12181 vsize=800256 CPUtime=694.54
/proc/12185/task/12187/stat : 12187 (manysat1.1_stat) R 12181 12181 29143 0 -1 4202560 43089 0 0 0 69352 102 0 0 25 0 4 0 1114923737 819462144 191835 4294967295 134512640 135305190 3217788912 3042544832 134528189 0 0 0 3 0 0 0 -1 3 0 0 0
[pid=12185/tid=12188] ppid=12181 vsize=800256 CPUtime=695.37
/proc/12185/task/12188/stat : 12188 (manysat1.1_stat) R 12181 12181 29143 0 -1 4202560 38095 0 0 0 69459 78 0 0 25 0 4 0 1114923737 819462144 191835 4294967295 134512640 135305190 3217788912 3034156224 134528189 0 0 0 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2786.43
Current children cumulated vsize (KiB) 802676

[startup+762.304 s]
/proc/loadavg: 4.58 4.53 4.48 7/115 14492
/proc/meminfo: memFree=689404/3368532 swapFree=1959840/1959888
[pid=12181] ppid=12179 vsize=2420 CPUtime=4.42
/proc/12181/stat : 12181 (manysat.sh) S 12179 12181 29143 0 -1 4194304 370 31165 0 0 0 0 429 13 17 0 1 0 1114923210 2478080 275 4294967295 134512640 135169312 3214023792 3214020008 3084922606 0 65536 4 65538 3222376037 0 0 17 0 0 0 0
/proc/12181/statm: 605 275 231 161 0 44 0
[pid=12185] ppid=12181 vsize=850364 CPUtime=3021.43
/proc/12185/stat : 12185 (manysat1.1_stat) R 12181 12181 29143 0 -1 4202496 204134 0 0 0 301767 376 0 0 25 0 4 0 1114923655 870772736 204059 4294967295 134512640 135305190 3217788912 3217787088 134528189 0 0 0 3 4294967295 0 0 17 1 0 0 0
/proc/12185/statm: 212591 204059 79 194 0 212395 0
[pid=12185/tid=12186] ppid=12181 vsize=850364 CPUtime=754.48
/proc/12185/task/12186/stat : 12186 (manysat1.1_stat) R 12181 12181 29143 0 -1 4202560 39097 0 0 0 75365 83 0 0 25 0 4 0 1114923737 870772736 204059 4294967295 134512640 135305190 3217788912 3050933384 134839991 0 0 0 3 0 0 0 -1 0 0 0 0
[pid=12185/tid=12187] ppid=12181 vsize=850364 CPUtime=754.48
/proc/12185/task/12187/stat : 12187 (manysat1.1_stat) R 12181 12181 29143 0 -1 4202560 45106 0 0 0 75342 106 0 0 25 0 4 0 1114923737 870772736 204059 4294967295 134512640 135305190 3217788912 3042544832 134528248 0 0 0 3 0 0 0 -1 3 0 0 0
[pid=12185/tid=12188] ppid=12181 vsize=850364 CPUtime=755.3
/proc/12185/task/12188/stat : 12188 (manysat1.1_stat) R 12181 12181 29143 0 -1 4202560 41067 0 0 0 75442 88 0 0 25 0 4 0 1114923737 870772736 204059 4294967295 134512640 135305190 3217788912 3034156224 134528406 0 0 0 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3025.85
Current children cumulated vsize (KiB) 852784

[startup+822.311 s]
/proc/loadavg: 4.62 4.54 4.48 6/115 14679
/proc/meminfo: memFree=674016/3368532 swapFree=1959840/1959888
[pid=12181] ppid=12179 vsize=2420 CPUtime=4.42
/proc/12181/stat : 12181 (manysat.sh) S 12179 12181 29143 0 -1 4194304 370 31165 0 0 0 0 429 13 17 0 1 0 1114923210 2478080 275 4294967295 134512640 135169312 3214023792 3214020008 3084922606 0 65536 4 65538 3222376037 0 0 17 0 0 0 0
/proc/12181/statm: 605 275 231 161 0 44 0
[pid=12185] ppid=12181 vsize=865824 CPUtime=3261.12
/proc/12185/stat : 12185 (manysat1.1_stat) R 12181 12181 29143 0 -1 4202496 207878 0 0 0 325718 394 0 0 25 0 4 0 1114923655 886603776 207803 4294967295 134512640 135305190 3217788912 3217787088 134528229 0 0 0 3 4294967295 0 0 17 1 0 0 0
/proc/12185/statm: 216456 207803 79 194 0 216260 0
[pid=12185/tid=12186] ppid=12181 vsize=865824 CPUtime=814.44
/proc/12185/task/12186/stat : 12186 (manysat1.1_stat) R 12181 12181 29143 0 -1 4202560 39930 0 0 0 81356 88 0 0 25 0 4 0 1114923737 886603776 207803 4294967295 134512640 135305190 3217788912 3050933440 134528442 0 0 0 3 0 0 0 -1 2 0 0 0
[pid=12185/tid=12187] ppid=12181 vsize=865824 CPUtime=814.46
/proc/12185/task/12187/stat : 12187 (manysat1.1_stat) R 12181 12181 29143 0 -1 4202560 45848 0 0 0 81336 110 0 0 25 0 4 0 1114923737 886603776 207803 4294967295 134512640 135305190 3217788912 3042544448 134551651 0 0 0 3 0 0 0 -1 3 0 0 0
[pid=12185/tid=12188] ppid=12181 vsize=865824 CPUtime=815.04
/proc/12185/task/12188/stat : 12188 (manysat1.1_stat) R 12181 12181 29143 0 -1 4202560 42423 0 0 0 81412 92 0 0 25 0 4 0 1114923737 886603776 207803 4294967295 134512640 135305190 3217788912 3034156168 134837696 0 0 0 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3265.54
Current children cumulated vsize (KiB) 868244

[startup+882.318 s]
/proc/loadavg: 4.58 4.56 4.49 6/114 14831
/proc/meminfo: memFree=638212/3368532 swapFree=1959840/1959888
[pid=12181] ppid=12179 vsize=2420 CPUtime=4.42
/proc/12181/stat : 12181 (manysat.sh) S 12179 12181 29143 0 -1 4194304 370 31165 0 0 0 0 429 13 17 0 1 0 1114923210 2478080 275 4294967295 134512640 135169312 3214023792 3214020008 3084922606 0 65536 4 65538 3222376037 0 0 17 0 0 0 0
/proc/12181/statm: 605 275 231 161 0 44 0
[pid=12185] ppid=12181 vsize=903292 CPUtime=3500.84
/proc/12185/stat : 12185 (manysat1.1_stat) R 12181 12181 29143 0 -1 4202496 217142 0 0 0 349664 420 0 0 25 0 4 0 1114923655 924971008 217067 4294967295 134512640 135305190 3217788912 3217787088 134528410 0 0 0 3 4294967295 0 0 17 1 0 0 0
/proc/12185/statm: 225823 217067 79 194 0 225627 0
[pid=12185/tid=12186] ppid=12181 vsize=903292 CPUtime=874.38
/proc/12185/task/12186/stat : 12186 (manysat1.1_stat) R 12181 12181 29143 0 -1 4202560 41869 0 0 0 87343 95 0 0 25 0 4 0 1114923737 924971008 217067 4294967295 134512640 135305190 3217788912 3050933440 134528229 0 0 0 3 0 0 0 -1 2 0 0 0
[pid=12185/tid=12187] ppid=12181 vsize=903292 CPUtime=874.45
/proc/12185/task/12187/stat : 12187 (manysat1.1_stat) R 12181 12181 29143 0 -1 4202560 47780 0 0 0 87325 120 0 0 25 0 4 0 1114923737 924971008 217067 4294967295 134512640 135305190 3217788912 3042544832 134528298 0 0 0 3 0 0 0 -1 3 0 0 0
[pid=12185/tid=12188] ppid=12181 vsize=903292 CPUtime=875.01
/proc/12185/task/12188/stat : 12188 (manysat1.1_stat) R 12181 12181 29143 0 -1 4202560 45269 0 0 0 87406 95 0 0 25 0 4 0 1114923737 924971008 217067 4294967295 134512640 135305190 3217788912 3034156224 134528298 0 0 0 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3505.26
Current children cumulated vsize (KiB) 905712

[startup+942.315 s]
/proc/loadavg: 4.66 4.60 4.51 6/114 15018
/proc/meminfo: memFree=564308/3368532 swapFree=1959840/1959888
[pid=12181] ppid=12179 vsize=2420 CPUtime=4.42
/proc/12181/stat : 12181 (manysat.sh) S 12179 12181 29143 0 -1 4194304 370 31165 0 0 0 0 429 13 17 0 1 0 1114923210 2478080 275 4294967295 134512640 135169312 3214023792 3214020008 3084922606 0 65536 4 65538 3222376037 0 0 17 0 0 0 0
/proc/12181/statm: 605 275 231 161 0 44 0
[pid=12185] ppid=12181 vsize=977584 CPUtime=3740.24
/proc/12185/stat : 12185 (manysat1.1_stat) R 12181 12181 29143 0 -1 4202496 235622 0 0 0 373560 464 0 0 25 0 4 0 1114923655 1001046016 235547 4294967295 134512640 135305190 3217788912 3217787088 134528298 0 0 0 3 4294967295 0 0 17 1 0 0 0
/proc/12185/statm: 244396 235547 79 194 0 244200 0
[pid=12185/tid=12186] ppid=12181 vsize=977584 CPUtime=934.12
/proc/12185/task/12186/stat : 12186 (manysat1.1_stat) R 12181 12181 29143 0 -1 4202560 45463 0 0 0 93301 111 0 0 25 0 4 0 1114923737 1001046016 235547 4294967295 134512640 135305190 3217788912 3050933440 134528298 0 0 0 3 0 0 0 -1 0 0 0 0
[pid=12185/tid=12187] ppid=12181 vsize=977584 CPUtime=934.43
/proc/12185/task/12187/stat : 12187 (manysat1.1_stat) R 12181 12181 29143 0 -1 4202560 53648 0 0 0 93314 129 0 0 25 0 4 0 1114923737 1001046016 235547 4294967295 134512640 135305190 3217788912 3042544832 134528298 0 0 0 3 0 0 0 -1 3 0 0 0
[pid=12185/tid=12188] ppid=12181 vsize=977584 CPUtime=934.99
/proc/12185/task/12188/stat : 12188 (manysat1.1_stat) R 12181 12181 29143 0 -1 4202560 50488 0 0 0 93397 102 0 0 25 0 4 0 1114923737 1001046016 235547 4294967295 134512640 135305190 3217788912 3034156224 134528298 0 0 0 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3744.66
Current children cumulated vsize (KiB) 980004



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1000.01 s]
/proc/loadavg: 4.45 4.56 4.50 6/114 15206
/proc/meminfo: memFree=548452/3368532 swapFree=1959840/1959888
[pid=12181] ppid=12179 vsize=2420 CPUtime=4.42
/proc/12181/stat : 12181 (manysat.sh) S 12179 12181 29143 0 -1 4194304 370 31165 0 0 0 0 429 13 17 0 1 0 1114923210 2478080 275 4294967295 134512640 135169312 3214023792 3214020008 3084922606 0 65536 4 65538 3222376037 0 0 17 0 0 0 0
/proc/12181/statm: 605 275 231 161 0 44 0
[pid=12185] ppid=12181 vsize=992732 CPUtime=3970.17
/proc/12185/stat : 12185 (manysat1.1_stat) R 12181 12181 29143 0 -1 4202496 239504 0 0 0 396535 482 0 0 25 0 4 0 1114923655 1016557568 239429 4294967295 134512640 135305190 3217788912 3217787088 134528576 0 0 0 3 4294967295 0 0 17 2 0 0 0
/proc/12185/statm: 248183 239429 79 194 0 247987 0
[pid=12185/tid=12186] ppid=12181 vsize=992732 CPUtime=991.8
/proc/12185/task/12186/stat : 12186 (manysat1.1_stat) R 12181 12181 29143 0 -1 4202560 46153 0 0 0 99066 114 0 0 25 0 4 0 1114923737 1016557568 239430 4294967295 134512640 135305190 3217788912 3050933440 134528551 0 0 0 3 0 0 0 -1 0 0 0 0
[pid=12185/tid=12187] ppid=12181 vsize=992732 CPUtime=992.1
/proc/12185/task/12187/stat : 12187 (manysat1.1_stat) R 12181 12181 29143 0 -1 4202560 54671 0 0 0 99081 129 0 0 25 0 4 0 1114923737 1016557568 239430 4294967295 134512640 135305190 3217788912 3042544832 134528298 0 0 0 3 0 0 0 -1 3 0 0 0
[pid=12185/tid=12188] ppid=12181 vsize=992732 CPUtime=992.15
/proc/12185/task/12188/stat : 12188 (manysat1.1_stat) R 12181 12181 29143 0 -1 4202560 51407 0 0 0 99110 105 0 0 25 0 4 0 1114923737 1016557568 239430 4294967295 134512640 135305190 3217788912 3034156224 134528298 0 0 0 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3974.59
Current children cumulated vsize (KiB) 995152

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

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

[startup+1000.01 s]
/proc/loadavg: 4.45 4.56 4.50 6/114 15206
/proc/meminfo: memFree=548452/3368532 swapFree=1959840/1959888
[pid=12181] ppid=12179 vsize=2420 CPUtime=4.42
/proc/12181/stat : 12181 (manysat.sh) S 12179 12181 29143 0 -1 4194304 370 31165 0 0 0 0 429 13 17 0 1 0 1114923210 2478080 275 4294967295 134512640 135169312 3214023792 3214020008 3084922606 0 65536 4 65538 3222376037 0 0 17 0 0 0 0
/proc/12181/statm: 605 275 231 161 0 44 0
[pid=12185] ppid=12181 vsize=992732 CPUtime=3970.17
/proc/12185/stat : 12185 (manysat1.1_stat) R 12181 12181 29143 0 -1 4202496 239504 0 0 0 396535 482 0 0 25 0 4 0 1114923655 1016557568 239429 4294967295 134512640 135305190 3217788912 3217787088 134528576 0 0 0 3 4294967295 0 0 17 2 0 0 0
/proc/12185/statm: 248183 239429 79 194 0 247987 0
[pid=12185/tid=12186] ppid=12181 vsize=992732 CPUtime=991.8
/proc/12185/task/12186/stat : 12186 (manysat1.1_stat) R 12181 12181 29143 0 -1 4202560 46153 0 0 0 99066 114 0 0 25 0 4 0 1114923737 1016557568 239430 4294967295 134512640 135305190 3217788912 3050933440 134528551 0 0 0 3 0 0 0 -1 0 0 0 0
[pid=12185/tid=12187] ppid=12181 vsize=992732 CPUtime=992.1
/proc/12185/task/12187/stat : 12187 (manysat1.1_stat) R 12181 12181 29143 0 -1 4202560 54671 0 0 0 99081 129 0 0 25 0 4 0 1114923737 1016557568 239430 4294967295 134512640 135305190 3217788912 3042544832 134528298 0 0 0 3 0 0 0 -1 3 0 0 0
[pid=12185/tid=12188] ppid=12181 vsize=992732 CPUtime=992.15
/proc/12185/task/12188/stat : 12188 (manysat1.1_stat) R 12181 12181 29143 0 -1 4202560 51407 0 0 0 99110 105 0 0 25 0 4 0 1114923737 1016557568 239430 4294967295 134512640 135305190 3217788912 3034156224 134528298 0 0 0 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3974.59
Current children cumulated vsize (KiB) 995152

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 12181 and gives
#  childrusage.ru_utime.tv_sec=4
#  childrusage.ru_utime.tv_usec=290000
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=130000
# CPU time returned by wait4() is 4.42
# while last known CPU time is 3974.59
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1000.05
CPU time (s): 3974.59
CPU user time (s): 3969.64
CPU system time (s): 4.95
CPU usage (%): 397.438
Max. virtual memory (cumulated for all children) (KiB): 995152

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4.29
system time used= 0.13
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 31535
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= 6
involuntary context switches= 32

runsolver used 0.01 second user time and 0 second system time

The end

Launcher Data

Begin job on  at 2009-05-28 11:23:23
IDJOB=1775794
IDBENCH=20386
IDSOLVER=623
FILE ID=/1775794-1243502603
PBS_JOBID=
Free space on /tmp= 7975 MiB

SOLVER NAME= ManySAT 1.1 aimd 1/2009-03-20 (4 threads)
BENCH NAME= SAT07/industrial/anbulagan/hard-unsat/partial-5-11-u.cnf
COMMAND LINE= manysat.sh BENCHNAME aimd 1
RUNSOLVER COMMAND LINE= runsolver --timestamp  -w /tmp/evaluation-result-1775794-1243502603/watcher-1775794-1243502603 -o /tmp/evaluation-result-1775794-1243502603/solver-1775794-1243502603 -C 10000 -W 1000 -M 2047  manysat.sh HOME/instance-1775794-1243502603.cnf aimd 1

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

MD5SUM BENCH= 8e22d84b1ae625d44fbf300a32374a2d
RANDOM SEED= 997801042

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 15
model name	: Intel(R) Xeon(R) CPU            5130  @ 2.00GHz
stepping	: 6
cpu MHz		: 1995.073
cache size	: 4096 KB
physical id	: 0
siblings	: 2
core id		: 0
cpu cores	: 2
fdiv_bug	: no
hlt_bug		: no
f00f_bug	: no
coma_bug	: no
fpu		: yes
fpu_exception	: yes
cpuid level	: 10
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe lm constant_tsc pni monitor ds_cpl vmx tm2 ssse3 cx16 xtpr dca lahf_lm
bogomips	: 3992.42
clflush size	: 64

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 15
model name	: Intel(R) Xeon(R) CPU            5130  @ 2.00GHz
stepping	: 6
cpu MHz		: 1995.073
cache size	: 4096 KB
physical id	: 0
siblings	: 2
core id		: 1
cpu cores	: 2
fdiv_bug	: no
hlt_bug		: no
f00f_bug	: no
coma_bug	: no
fpu		: yes
fpu_exception	: yes
cpuid level	: 10
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe lm constant_tsc pni monitor ds_cpl vmx tm2 ssse3 cx16 xtpr dca lahf_lm
bogomips	: 3990.12
clflush size	: 64

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 15
model name	: Intel(R) Xeon(R) CPU            5130  @ 2.00GHz
stepping	: 6
cpu MHz		: 1995.073
cache size	: 4096 KB
physical id	: 3
siblings	: 2
core id		: 0
cpu cores	: 2
fdiv_bug	: no
hlt_bug		: no
f00f_bug	: no
coma_bug	: no
fpu		: yes
fpu_exception	: yes
cpuid level	: 10
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe lm constant_tsc pni monitor ds_cpl vmx tm2 ssse3 cx16 xtpr dca lahf_lm
bogomips	: 3990.14
clflush size	: 64

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 15
model name	: Intel(R) Xeon(R) CPU            5130  @ 2.00GHz
stepping	: 6
cpu MHz		: 1995.073
cache size	: 4096 KB
physical id	: 3
siblings	: 2
core id		: 1
cpu cores	: 2
fdiv_bug	: no
hlt_bug		: no
f00f_bug	: no
coma_bug	: no
fpu		: yes
fpu_exception	: yes
cpuid level	: 10
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe lm constant_tsc pni monitor ds_cpl vmx tm2 ssse3 cx16 xtpr dca lahf_lm
bogomips	: 3990.14
clflush size	: 64


/proc/meminfo:
MemTotal:      3368532 kB
MemFree:       1518576 kB
Buffers:         32532 kB
Cached:        1657268 kB
SwapCached:          0 kB
Active:         414204 kB
Inactive:      1294728 kB
HighTotal:     2489216 kB
HighFree:      1069404 kB
LowTotal:       879316 kB
LowFree:        449172 kB
SwapTotal:     1959888 kB
SwapFree:      1959840 kB
Dirty:           14420 kB
Writeback:           0 kB
AnonPages:       19600 kB
Mapped:           7740 kB
Slab:           130140 kB
SReclaimable:   116580 kB
SUnreclaim:      13560 kB
PageTables:        680 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   3644152 kB
Committed_AS:   111080 kB
VmallocTotal:   114680 kB
VmallocUsed:      1444 kB
VmallocChunk:   113072 kB

Free space on /tmp at the end= 7963 MiB
End job on  at 2009-05-28 11:40:06