Trace number 1779151

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
ManySAT 1.1 aimd 0/2009-03-20 (4 threads)? (TO) 3984.77 1000.05

General information on the benchmark

NameAPPLICATIONS/
bitverif/maxxor/maxxor064.cnf
MD5SUM902b28046d424b16042ca612ddad48e0
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 variables51064
Number of clauses152039
Sum of the clauses size354755
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 2101358
Number of clauses of size 350679
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.00	c Parsing...
0.11/0.11	c ==============================================================================
0.11/0.11	c |           |     ORIGINAL     |              LEARNT              |          |
0.11/0.11	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.11/0.11	c ==============================================================================
0.11/0.11	c |         0 |  152037   354753 |   45611       0        0     nan |  0.000 % |
1.12/1.12	c |         0 |   86170   286586 |      --       0       --      -- |     --   | -65825/-68066
1.12/1.12	c ==============================================================================
1.12/1.12	c Result  :   #vars: 18463   #clauses: 86170   #literals: 286586
1.12/1.12	c CPU time:   1.08 s
1.12/1.12	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-1779151-1243520018/watcher-1779151-1243520018 -o /tmp/evaluation-result-1779151-1243520018/solver-1779151-1243520018 -C 10000 -W 1000 -M 2047 manysat.sh HOME/instance-1779151-1243520018.cnf aimd 0 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 10000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 10030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 2096128 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 2147328 KiB
Current StackSize limit: 8192 KiB


[startup+0 s]
/proc/loadavg: 4.46 4.58 4.53 3/99 28241
/proc/meminfo: memFree=3068352/3368532 swapFree=1953580/1959888
[pid=28241] ppid=28239 vsize=2416 CPUtime=0
/proc/28241/stat : 28241 (manysat.sh) R 28239 28241 19648 0 -1 4194304 334 0 0 0 0 0 0 0 18 0 1 0 1116666267 2473984 274 4294967295 134512640 135169312 3217317776 3217316252 3084949364 0 65538 4 65536 0 0 0 17 0 0 0 0
/proc/28241/statm: 604 274 231 161 0 43 0
[pid=28242] ppid=28241 vsize=1188 CPUtime=0
/proc/28242/stat : 28242 (SatElite) R 28241 28241 19648 0 -1 4202496 234 0 0 0 0 0 0 0 18 0 1 0 1116666268 1216512 171 4294967295 134512640 135034092 3220277792 3220273752 134673244 0 0 0 3 0 0 0 17 0 0 0 0
/proc/28242/statm: 297 171 49 128 0 167 0

[startup+0.077909 s]
/proc/loadavg: 4.46 4.58 4.53 3/99 28241
/proc/meminfo: memFree=3068352/3368532 swapFree=1953580/1959888
[pid=28241] ppid=28239 vsize=2416 CPUtime=0
/proc/28241/stat : 28241 (manysat.sh) S 28239 28241 19648 0 -1 4194304 349 0 0 0 0 0 0 0 18 0 1 0 1116666267 2473984 274 4294967295 134512640 135169312 3217317776 3217316312 3084947182 0 65536 4 65538 3222376037 0 0 17 1 0 0 0
/proc/28241/statm: 604 274 231 161 0 43 0
[pid=28242] ppid=28241 vsize=15764 CPUtime=0.08
/proc/28242/stat : 28242 (SatElite) R 28241 28241 19648 0 -1 4202496 3350 0 0 0 6 2 0 0 19 0 1 0 1116666268 16142336 3287 4294967295 134512640 135034092 3220277792 3220273708 134673244 0 0 0 3 0 0 0 17 0 0 0 0
/proc/28242/statm: 3941 3288 49 128 0 3811 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 18180

[startup+0.107904 s]
/proc/loadavg: 4.46 4.58 4.53 3/99 28241
/proc/meminfo: memFree=3068352/3368532 swapFree=1953580/1959888
[pid=28241] ppid=28239 vsize=2416 CPUtime=0
/proc/28241/stat : 28241 (manysat.sh) S 28239 28241 19648 0 -1 4194304 349 0 0 0 0 0 0 0 18 0 1 0 1116666267 2473984 274 4294967295 134512640 135169312 3217317776 3217316312 3084947182 0 65536 4 65538 3222376037 0 0 17 1 0 0 0
/proc/28241/statm: 604 274 231 161 0 43 0
[pid=28242] ppid=28241 vsize=20236 CPUtime=0.11
/proc/28242/stat : 28242 (SatElite) R 28241 28241 19648 0 -1 4202496 4623 0 0 0 9 2 0 0 19 0 1 0 1116666268 20721664 4560 4294967295 134512640 135034092 3220277792 3220275032 134673244 0 0 0 3 0 0 0 17 0 0 0 0
/proc/28242/statm: 5059 4561 50 128 0 4929 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 22652

[startup+0.307884 s]
/proc/loadavg: 4.46 4.58 4.53 3/99 28241
/proc/meminfo: memFree=3068352/3368532 swapFree=1953580/1959888
[pid=28241] ppid=28239 vsize=2416 CPUtime=0
/proc/28241/stat : 28241 (manysat.sh) S 28239 28241 19648 0 -1 4194304 349 0 0 0 0 0 0 0 18 0 1 0 1116666267 2473984 274 4294967295 134512640 135169312 3217317776 3217316312 3084947182 0 65536 4 65538 3222376037 0 0 17 1 0 0 0
/proc/28241/statm: 604 274 231 161 0 43 0
[pid=28242] ppid=28241 vsize=24164 CPUtime=0.31
/proc/28242/stat : 28242 (SatElite) R 28241 28241 19648 0 -1 4202496 5833 0 0 0 28 3 0 0 20 0 1 0 1116666268 24743936 5372 4294967295 134512640 135034092 3220277792 3220273788 134691101 0 0 0 3 0 0 0 17 0 0 0 0
/proc/28242/statm: 6041 5372 67 128 0 5911 0
Current children cumulated CPU time (s) 0.31
Current children cumulated vsize (KiB) 26580

[startup+0.707846 s]
/proc/loadavg: 4.46 4.58 4.53 3/99 28241
/proc/meminfo: memFree=3068352/3368532 swapFree=1953580/1959888
[pid=28241] ppid=28239 vsize=2416 CPUtime=0
/proc/28241/stat : 28241 (manysat.sh) S 28239 28241 19648 0 -1 4194304 349 0 0 0 0 0 0 0 18 0 1 0 1116666267 2473984 274 4294967295 134512640 135169312 3217317776 3217316312 3084947182 0 65536 4 65538 3222376037 0 0 17 1 0 0 0
/proc/28241/statm: 604 274 231 161 0 43 0
[pid=28242] ppid=28241 vsize=25732 CPUtime=0.71
/proc/28242/stat : 28242 (SatElite) R 28241 28241 19648 0 -1 4202496 6245 0 0 0 67 4 0 0 21 0 1 0 1116666268 26349568 5784 4294967295 134512640 135034092 3220277792 3220273788 134691101 0 0 0 3 0 0 0 17 0 0 0 0
/proc/28242/statm: 6433 5784 67 128 0 6303 0
Current children cumulated CPU time (s) 0.71
Current children cumulated vsize (KiB) 28148

[startup+1.50777 s]
/proc/loadavg: 4.46 4.58 4.53 2/101 28243
/proc/meminfo: memFree=3040904/3368532 swapFree=1953580/1959888
[pid=28241] ppid=28239 vsize=2420 CPUtime=1.24
/proc/28241/stat : 28241 (manysat.sh) S 28239 28241 19648 0 -1 4194304 371 6886 0 0 0 0 118 6 18 0 1 0 1116666267 2478080 276 4294967295 134512640 135169312 3217317776 3217313992 3084947182 0 65536 4 65538 3222376037 0 0 17 0 0 0 0
/proc/28241/statm: 605 276 231 161 0 44 0
Current children cumulated CPU time (s) 1.24
Current children cumulated vsize (KiB) 2420

[startup+3.10837 s]
/proc/loadavg: 4.46 4.58 4.53 6/104 28247
/proc/meminfo: memFree=3030740/3368532 swapFree=1953580/1959888
[pid=28241] ppid=28239 vsize=2420 CPUtime=1.24
/proc/28241/stat : 28241 (manysat.sh) S 28239 28241 19648 0 -1 4194304 371 6886 0 0 0 0 118 6 18 0 1 0 1116666267 2478080 276 4294967295 134512640 135169312 3217317776 3217313992 3084947182 0 65536 4 65538 3222376037 0 0 17 0 0 0 0
/proc/28241/statm: 605 276 231 161 0 44 0
[pid=28244] ppid=28241 vsize=62540 CPUtime=6.75
/proc/28244/stat : 28244 (manysat1.1_stat) R 28241 28241 19648 0 -1 4202496 8919 0 0 0 653 22 0 0 16 0 4 0 1116666391 64040960 8853 4294967295 134512640 135305190 3218165840 3218163732 134694990 0 0 0 3 4294967295 0 0 17 0 0 0 0
/proc/28244/statm: 15635 8853 79 194 0 15439 0
[pid=28244/tid=28245] ppid=28241 vsize=62540 CPUtime=1.64
/proc/28244/task/28245/stat : 28245 (manysat1.1_stat) R 28241 28241 19648 0 -1 4202560 579 0 0 0 159 5 0 0 16 0 4 0 1116666409 64040960 8853 4294967295 134512640 135305190 3218165840 3080178880 134528189 0 0 0 3 0 0 0 -1 1 0 0 0
[pid=28244/tid=28246] ppid=28241 vsize=62540 CPUtime=1.66
/proc/28244/task/28246/stat : 28246 (manysat1.1_stat) R 28241 28241 19648 0 -1 4202560 550 0 0 0 164 2 0 0 16 0 4 0 1116666409 64040960 8853 4294967295 134512640 135305190 3218165840 3071790196 134695249 0 0 0 3 0 0 0 -1 2 0 0 0
[pid=28244/tid=28247] ppid=28241 vsize=62540 CPUtime=1.63
/proc/28244/task/28247/stat : 28247 (manysat1.1_stat) R 28241 28241 19648 0 -1 4202560 554 0 0 0 159 4 0 0 16 0 4 0 1116666409 64040960 8853 4294967295 134512640 135305190 3218165840 3063401380 134695249 0 0 0 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 7.99
Current children cumulated vsize (KiB) 64960

[startup+6.31966 s]
/proc/loadavg: 4.58 4.61 4.54 5/104 28247
/proc/meminfo: memFree=3019140/3368532 swapFree=1953580/1959888
[pid=28241] ppid=28239 vsize=2420 CPUtime=1.24
/proc/28241/stat : 28241 (manysat.sh) S 28239 28241 19648 0 -1 4194304 371 6886 0 0 0 0 118 6 18 0 1 0 1116666267 2478080 276 4294967295 134512640 135169312 3217317776 3217313992 3084947182 0 65536 4 65538 3222376037 0 0 17 0 0 0 0
/proc/28241/statm: 605 276 231 161 0 44 0
[pid=28244] ppid=28241 vsize=74584 CPUtime=19.47
/proc/28244/stat : 28244 (manysat1.1_stat) R 28241 28241 19648 0 -1 4202496 11814 0 0 0 1920 27 0 0 15 0 4 0 1116666391 76374016 11748 4294967295 134512640 135305190 3218165840 3218163720 134695249 0 0 0 3 4294967295 0 0 17 1 0 0 0
/proc/28244/statm: 18646 11748 79 194 0 18450 0
[pid=28244/tid=28245] ppid=28241 vsize=74584 CPUtime=4.77
/proc/28244/task/28245/stat : 28245 (manysat1.1_stat) R 28241 28241 19648 0 -1 4202560 1086 0 0 0 470 7 0 0 16 0 4 0 1116666409 76374016 11748 4294967295 134512640 135305190 3218165840 3080178804 134694990 0 0 0 3 0 0 0 -1 0 0 0 0
[pid=28244/tid=28246] ppid=28241 vsize=74584 CPUtime=4.87
/proc/28244/task/28246/stat : 28246 (manysat1.1_stat) R 28241 28241 19648 0 -1 4202560 1658 0 0 0 484 3 0 0 16 0 4 0 1116666409 76374016 11748 4294967295 134512640 135305190 3218165840 3071790340 134695249 0 0 0 3 0 0 0 -1 2 0 0 0
[pid=28244/tid=28247] ppid=28241 vsize=74584 CPUtime=4.84
/proc/28244/task/28247/stat : 28247 (manysat1.1_stat) R 28241 28241 19648 0 -1 4202560 1108 0 0 0 479 5 0 0 15 0 4 0 1116666409 76374016 11748 4294967295 134512640 135305190 3218165840 3063401412 134840070 0 0 0 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 20.71
Current children cumulated vsize (KiB) 77004

[startup+12.7065 s]
/proc/loadavg: 4.61 4.61 4.54 6/104 28247
/proc/meminfo: memFree=2999524/3368532 swapFree=1953580/1959888
[pid=28241] ppid=28239 vsize=2420 CPUtime=1.24
/proc/28241/stat : 28241 (manysat.sh) S 28239 28241 19648 0 -1 4194304 371 6886 0 0 0 0 118 6 18 0 1 0 1116666267 2478080 276 4294967295 134512640 135169312 3217317776 3217313992 3084947182 0 65536 4 65538 3222376037 0 0 17 0 0 0 0
/proc/28241/statm: 605 276 231 161 0 44 0
[pid=28244] ppid=28241 vsize=93976 CPUtime=44.95
/proc/28244/stat : 28244 (manysat1.1_stat) R 28241 28241 19648 0 -1 4202496 16495 0 0 0 4457 38 0 0 16 0 4 0 1116666391 96231424 16408 4294967295 134512640 135305190 3218165840 3218163744 134558354 0 0 0 3 4294967295 0 0 17 1 0 0 0
/proc/28244/statm: 23494 16408 79 194 0 23298 0
[pid=28244/tid=28245] ppid=28241 vsize=93976 CPUtime=11.12
/proc/28244/task/28245/stat : 28245 (manysat1.1_stat) R 28241 28241 19648 0 -1 4202560 1934 0 0 0 1103 9 0 0 17 0 4 0 1116666409 96231424 16408 4294967295 134512640 135305190 3218165840 3080178880 134528263 0 0 0 3 0 0 0 -1 0 0 0 0
[pid=28244/tid=28246] ppid=28241 vsize=93976 CPUtime=11.24
/proc/28244/task/28246/stat : 28246 (manysat1.1_stat) R 28241 28241 19648 0 -1 4202560 3254 0 0 0 1119 5 0 0 20 0 4 0 1116666409 96231424 16408 4294967295 134512640 135305190 3218165840 3071790216 134840070 0 0 0 3 0 0 0 -1 2 0 0 0
[pid=28244/tid=28247] ppid=28241 vsize=93976 CPUtime=11.22
/proc/28244/task/28247/stat : 28247 (manysat1.1_stat) R 28241 28241 19648 0 -1 4202560 2190 0 0 0 1114 8 0 0 15 0 4 0 1116666409 96231424 16408 4294967295 134512640 135305190 3218165840 3063401456 134549018 0 0 0 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 46.19
Current children cumulated vsize (KiB) 96396

[startup+25.5053 s]
/proc/loadavg: 4.78 4.65 4.55 5/104 28250
/proc/meminfo: memFree=2976664/3368532 swapFree=1953580/1959888
[pid=28241] ppid=28239 vsize=2420 CPUtime=1.24
/proc/28241/stat : 28241 (manysat.sh) S 28239 28241 19648 0 -1 4194304 371 6886 0 0 0 0 118 6 18 0 1 0 1116666267 2478080 276 4294967295 134512640 135169312 3217317776 3217313992 3084947182 0 65536 4 65538 3222376037 0 0 17 0 0 0 0
/proc/28241/statm: 605 276 231 161 0 44 0
[pid=28244] ppid=28241 vsize=115132 CPUtime=96.04
/proc/28244/stat : 28244 (manysat1.1_stat) R 28241 28241 19648 0 -1 4202496 21826 0 0 0 9558 46 0 0 17 0 4 0 1116666391 117895168 21739 4294967295 134512640 135305190 3218165840 3218163960 134840070 0 0 0 3 4294967295 0 0 17 1 0 0 0
/proc/28244/statm: 28783 21739 79 194 0 28587 0
[pid=28244/tid=28245] ppid=28241 vsize=115132 CPUtime=23.84
/proc/28244/task/28245/stat : 28245 (manysat1.1_stat) R 28241 28241 19648 0 -1 4202560 2861 0 0 0 2373 11 0 0 25 0 4 0 1116666409 117895168 21739 4294967295 134512640 135305190 3218165840 3080178880 134528768 0 0 0 3 0 0 0 -1 0 0 0 0
[pid=28244/tid=28246] ppid=28241 vsize=115132 CPUtime=24.04
/proc/28244/task/28246/stat : 28246 (manysat1.1_stat) R 28241 28241 19648 0 -1 4202560 5149 0 0 0 2399 5 0 0 25 0 4 0 1116666409 117895168 21739 4294967295 134512640 135305190 3218165840 3071790120 134695249 0 0 0 3 0 0 0 -1 2 0 0 0
[pid=28244/tid=28247] ppid=28241 vsize=115132 CPUtime=24
/proc/28244/task/28247/stat : 28247 (manysat1.1_stat) R 28241 28241 19648 0 -1 4202560 3280 0 0 0 2389 11 0 0 18 0 4 0 1116666409 117895168 21739 4294967295 134512640 135305190 3218165840 3063401344 134843311 0 0 0 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 97.28
Current children cumulated vsize (KiB) 117552

[startup+51.1128 s]
/proc/loadavg: 4.83 4.67 4.56 5/104 28436
/proc/meminfo: memFree=2953828/3368532 swapFree=1953580/1959888
[pid=28241] ppid=28239 vsize=2420 CPUtime=1.24
/proc/28241/stat : 28241 (manysat.sh) S 28239 28241 19648 0 -1 4194304 371 6886 0 0 0 0 118 6 18 0 1 0 1116666267 2478080 276 4294967295 134512640 135169312 3217317776 3217313992 3084947182 0 65536 4 65538 3222376037 0 0 17 0 0 0 0
/proc/28241/statm: 605 276 231 161 0 44 0
[pid=28244] ppid=28241 vsize=137372 CPUtime=198
/proc/28244/stat : 28244 (manysat1.1_stat) R 28241 28241 19648 0 -1 4202496 27361 0 0 0 19745 55 0 0 25 0 4 0 1116666391 140668928 27274 4294967295 134512640 135305190 3218165840 3218164016 134528298 0 0 0 3 4294967295 0 0 17 2 0 0 0
/proc/28244/statm: 34343 27274 79 194 0 34147 0
[pid=28244/tid=28245] ppid=28241 vsize=137372 CPUtime=49.26
/proc/28244/task/28245/stat : 28245 (manysat1.1_stat) R 28241 28241 19648 0 -1 4202560 3862 0 0 0 4914 12 0 0 25 0 4 0 1116666409 140668928 27274 4294967295 134512640 135305190 3218165840 3080178880 134528252 0 0 0 3 0 0 0 -1 0 0 0 0
[pid=28244/tid=28246] ppid=28241 vsize=137372 CPUtime=49.57
/proc/28244/task/28246/stat : 28246 (manysat1.1_stat) R 28241 28241 19648 0 -1 4202560 6752 0 0 0 4947 10 0 0 25 0 4 0 1116666409 140668928 27274 4294967295 134512640 135305190 3218165840 3071790272 134528237 0 0 0 3 0 0 0 -1 3 0 0 0
[pid=28244/tid=28247] ppid=28241 vsize=137372 CPUtime=49.47
/proc/28244/task/28247/stat : 28247 (manysat1.1_stat) R 28241 28241 19648 0 -1 4202560 4569 0 0 0 4934 13 0 0 25 0 4 0 1116666409 140668928 27274 4294967295 134512640 135305190 3218165840 3063401456 134547909 0 0 0 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 199.24
Current children cumulated vsize (KiB) 139792

[startup+102.308 s]
/proc/loadavg: 4.76 4.66 4.56 5/104 28625
/proc/meminfo: memFree=2918128/3368532 swapFree=1953580/1959888
[pid=28241] ppid=28239 vsize=2420 CPUtime=1.24
/proc/28241/stat : 28241 (manysat.sh) S 28239 28241 19648 0 -1 4194304 371 6886 0 0 0 0 118 6 18 0 1 0 1116666267 2478080 276 4294967295 134512640 135169312 3217317776 3217313992 3084947182 0 65536 4 65538 3222376037 0 0 17 0 0 0 0
/proc/28241/statm: 605 276 231 161 0 44 0
[pid=28244] ppid=28241 vsize=173152 CPUtime=402.17
/proc/28244/stat : 28244 (manysat1.1_stat) R 28241 28241 19648 0 -1 4202496 36015 0 0 0 40142 75 0 0 25 0 4 0 1116666391 177307648 35928 4294967295 134512640 135305190 3218165840 3218164016 134528480 0 0 0 3 4294967295 0 0 17 3 0 0 0
/proc/28244/statm: 43288 35928 79 194 0 43092 0
[pid=28244/tid=28245] ppid=28241 vsize=173152 CPUtime=100.28
/proc/28244/task/28245/stat : 28245 (manysat1.1_stat) R 28241 28241 19648 0 -1 4202560 5556 0 0 0 10011 17 0 0 25 0 4 0 1116666409 177307648 35928 4294967295 134512640 135305190 3218165840 3080178608 134557923 0 0 0 3 0 0 0 -1 1 0 0 0
[pid=28244/tid=28246] ppid=28241 vsize=173152 CPUtime=100.67
/proc/28244/task/28246/stat : 28246 (manysat1.1_stat) R 28241 28241 19648 0 -1 4202560 9023 0 0 0 10052 15 0 0 25 0 4 0 1116666409 177307648 35928 4294967295 134512640 135305190 3218165840 3071789952 134553353 0 0 0 3 0 0 0 -1 0 0 0 0
[pid=28244/tid=28247] ppid=28241 vsize=173152 CPUtime=100.43
/proc/28244/task/28247/stat : 28247 (manysat1.1_stat) R 28241 28241 19648 0 -1 4202560 6605 0 0 0 10026 17 0 0 25 0 4 0 1116666409 177307648 35928 4294967295 134512640 135305190 3218165840 3063401328 134551697 0 0 0 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 403.41
Current children cumulated vsize (KiB) 175572

[startup+162.313 s]
/proc/loadavg: 4.72 4.65 4.56 6/104 28811
/proc/meminfo: memFree=2869108/3368532 swapFree=1953580/1959888
[pid=28241] ppid=28239 vsize=2420 CPUtime=1.24
/proc/28241/stat : 28241 (manysat.sh) S 28239 28241 19648 0 -1 4194304 371 6886 0 0 0 0 118 6 18 0 1 0 1116666267 2478080 276 4294967295 134512640 135169312 3217317776 3217313992 3084947182 0 65536 4 65538 3222376037 0 0 17 0 0 0 0
/proc/28241/statm: 605 276 231 161 0 44 0
[pid=28244] ppid=28241 vsize=224128 CPUtime=641.3
/proc/28244/stat : 28244 (manysat1.1_stat) R 28241 28241 19648 0 -1 4202496 48822 0 0 0 64028 102 0 0 25 0 4 0 1116666391 229507072 48735 4294967295 134512640 135305190 3218165840 3218163760 134545957 0 0 0 3 4294967295 0 0 17 3 0 0 0
/proc/28244/statm: 56032 48735 79 194 0 55836 0
[pid=28244/tid=28245] ppid=28241 vsize=224128 CPUtime=160.21
/proc/28244/task/28245/stat : 28245 (manysat1.1_stat) R 28241 28241 19648 0 -1 4202560 8583 0 0 0 15998 23 0 0 25 0 4 0 1116666409 229507072 48735 4294967295 134512640 135305190 3218165840 3080178848 134570412 0 0 0 3 0 0 0 -1 2 0 0 0
[pid=28244/tid=28246] ppid=28241 vsize=224128 CPUtime=160.65
/proc/28244/task/28246/stat : 28246 (manysat1.1_stat) R 28241 28241 19648 0 -1 4202560 11779 0 0 0 16042 23 0 0 25 0 4 0 1116666409 229507072 48735 4294967295 134512640 135305190 3218165840 3071789888 134551651 0 0 0 3 0 0 0 -1 0 0 0 0

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

/proc/28244/task/28247/stat : 28247 (manysat1.1_stat) R 28241 28241 19648 0 -1 4202560 18777 0 0 0 51851 59 0 0 25 0 4 0 1116666409 387788800 86968 4294967295 134512640 135305190 3218165840 3063401664 134528771 0 0 0 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2078.43
Current children cumulated vsize (KiB) 381120

[startup+582.313 s]
/proc/loadavg: 4.99 4.77 4.63 5/104 30148
/proc/meminfo: memFree=2684936/3368532 swapFree=1953580/1959888
[pid=28241] ppid=28239 vsize=2420 CPUtime=1.24
/proc/28241/stat : 28241 (manysat.sh) S 28239 28241 19648 0 -1 4194304 371 6886 0 0 0 0 118 6 18 0 1 0 1116666267 2478080 276 4294967295 134512640 135169312 3217317776 3217313992 3084947182 0 65536 4 65538 3222376037 0 0 17 0 0 0 0
/proc/28241/statm: 605 276 231 161 0 44 0
[pid=28244] ppid=28241 vsize=407884 CPUtime=2316.74
/proc/28244/stat : 28244 (manysat1.1_stat) R 28241 28241 19648 0 -1 4202496 94280 0 0 0 231412 262 0 0 25 0 4 0 1116666391 417673216 94193 4294967295 134512640 135305190 3218165840 3218163984 134570397 0 0 0 3 4294967295 0 0 17 2 0 0 0
/proc/28244/statm: 101971 94193 79 194 0 101775 0
[pid=28244/tid=28245] ppid=28241 vsize=407884 CPUtime=578.93
/proc/28244/task/28245/stat : 28245 (manysat1.1_stat) R 28241 28241 19648 0 -1 4202560 17839 0 0 0 57826 67 0 0 25 0 4 0 1116666409 417673216 94193 4294967295 134512640 135305190 3218165840 3080178880 134528189 0 0 0 3 0 0 0 -1 3 0 0 0
[pid=28244/tid=28246] ppid=28241 vsize=407884 CPUtime=579.43
/proc/28244/task/28246/stat : 28246 (manysat1.1_stat) R 28241 28241 19648 0 -1 4202560 25115 0 0 0 57881 62 0 0 25 0 4 0 1116666409 417673216 94193 4294967295 134512640 135305190 3218165840 3071790272 134528768 0 0 0 3 0 0 0 -1 1 0 0 0
[pid=28244/tid=28247] ppid=28241 vsize=407884 CPUtime=578.89
/proc/28244/task/28247/stat : 28247 (manysat1.1_stat) R 28241 28241 19648 0 -1 4202560 20586 0 0 0 57827 62 0 0 25 0 4 0 1116666409 417673216 94193 4294967295 134512640 135305190 3218165840 3063401664 134528298 0 0 0 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2317.98
Current children cumulated vsize (KiB) 410304

[startup+642.307 s]
/proc/loadavg: 4.88 4.78 4.64 5/104 30334
/proc/meminfo: memFree=2668532/3368532 swapFree=1953580/1959888
[pid=28241] ppid=28239 vsize=2420 CPUtime=1.24
/proc/28241/stat : 28241 (manysat.sh) S 28239 28241 19648 0 -1 4194304 371 6886 0 0 0 0 118 6 18 0 1 0 1116666267 2478080 276 4294967295 134512640 135169312 3217317776 3217313992 3084947182 0 65536 4 65538 3222376037 0 0 17 0 0 0 0
/proc/28241/statm: 605 276 231 161 0 44 0
[pid=28244] ppid=28241 vsize=425100 CPUtime=2556.24
/proc/28244/stat : 28244 (manysat1.1_stat) R 28241 28241 19648 0 -1 4202496 98547 0 0 0 255342 282 0 0 25 0 4 0 1116666391 435302400 98460 4294967295 134512640 135305190 3218165840 3218164016 134528747 0 0 0 3 4294967295 0 0 17 2 0 0 0
/proc/28244/statm: 106275 98460 79 194 0 106079 0
[pid=28244/tid=28245] ppid=28241 vsize=425100 CPUtime=638.88
/proc/28244/task/28245/stat : 28245 (manysat1.1_stat) R 28241 28241 19648 0 -1 4202560 18865 0 0 0 63816 72 0 0 25 0 4 0 1116666409 435302400 98460 4294967295 134512640 135305190 3218165840 3080178880 134528319 0 0 0 3 0 0 0 -1 0 0 0 0
[pid=28244/tid=28246] ppid=28241 vsize=425100 CPUtime=639.37
/proc/28244/task/28246/stat : 28246 (manysat1.1_stat) R 28241 28241 19648 0 -1 4202560 26792 0 0 0 63873 64 0 0 25 0 4 0 1116666409 435302400 98460 4294967295 134512640 135305190 3218165840 3071790272 134528503 0 0 0 3 0 0 0 -1 1 0 0 0
[pid=28244/tid=28247] ppid=28241 vsize=425100 CPUtime=638.51
/proc/28244/task/28247/stat : 28247 (manysat1.1_stat) R 28241 28241 19648 0 -1 4202560 21223 0 0 0 63778 73 0 0 25 0 4 0 1116666409 435302400 98460 4294967295 134512640 135305190 3218165840 3063401328 134551712 0 0 0 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2557.48
Current children cumulated vsize (KiB) 427520

[startup+702.311 s]
/proc/loadavg: 4.87 4.79 4.65 5/104 30523
/proc/meminfo: memFree=2664216/3368532 swapFree=1953580/1959888
[pid=28241] ppid=28239 vsize=2420 CPUtime=1.24
/proc/28241/stat : 28241 (manysat.sh) S 28239 28241 19648 0 -1 4194304 371 6886 0 0 0 0 118 6 18 0 1 0 1116666267 2478080 276 4294967295 134512640 135169312 3217317776 3217313992 3084947182 0 65536 4 65538 3222376037 0 0 17 0 0 0 0
/proc/28241/statm: 605 276 231 161 0 44 0
[pid=28244] ppid=28241 vsize=428464 CPUtime=2795.75
/proc/28244/stat : 28244 (manysat1.1_stat) R 28241 28241 19648 0 -1 4202496 99372 0 0 0 279277 298 0 0 25 0 4 0 1116666391 438747136 99285 4294967295 134512640 135305190 3218165840 3218164016 134528229 0 0 0 3 4294967295 0 0 17 2 0 0 0
/proc/28244/statm: 107116 99285 79 194 0 106920 0
[pid=28244/tid=28245] ppid=28241 vsize=428464 CPUtime=698.64
/proc/28244/task/28245/stat : 28245 (manysat1.1_stat) R 28241 28241 19648 0 -1 4202560 19262 0 0 0 69783 81 0 0 25 0 4 0 1116666409 438747136 99285 4294967295 134512640 135305190 3218165840 3080178880 134528298 0 0 0 3 0 0 0 -1 0 0 0 0
[pid=28244/tid=28246] ppid=28241 vsize=428464 CPUtime=699.33
/proc/28244/task/28246/stat : 28246 (manysat1.1_stat) R 28241 28241 19648 0 -1 4202560 26920 0 0 0 69866 67 0 0 25 0 4 0 1116666409 438747136 99285 4294967295 134512640 135305190 3218165840 3071790272 134528341 0 0 0 3 0 0 0 -1 1 0 0 0
[pid=28244/tid=28247] ppid=28241 vsize=428464 CPUtime=698.49
/proc/28244/task/28247/stat : 28247 (manysat1.1_stat) R 28241 28241 19648 0 -1 4202560 21368 0 0 0 69776 73 0 0 25 0 4 0 1116666409 438747136 99285 4294967295 134512640 135305190 3218165840 3063401328 134551712 0 0 0 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2796.99
Current children cumulated vsize (KiB) 430884

[startup+762.315 s]
/proc/loadavg: 5.02 4.84 4.67 5/104 30713
/proc/meminfo: memFree=2652552/3368532 swapFree=1953580/1959888
[pid=28241] ppid=28239 vsize=2420 CPUtime=1.24
/proc/28241/stat : 28241 (manysat.sh) S 28239 28241 19648 0 -1 4194304 371 6886 0 0 0 0 118 6 18 0 1 0 1116666267 2478080 276 4294967295 134512640 135169312 3217317776 3217313992 3084947182 0 65536 4 65538 3222376037 0 0 17 0 0 0 0
/proc/28241/statm: 605 276 231 161 0 44 0
[pid=28244] ppid=28241 vsize=440556 CPUtime=3035.07
/proc/28244/stat : 28244 (manysat1.1_stat) R 28241 28241 19648 0 -1 4202496 102357 0 0 0 303191 316 0 0 25 0 4 0 1116666391 451129344 102270 4294967295 134512640 135305190 3218165840 3218164016 134528548 0 0 0 3 4294967295 0 0 17 0 0 0 0
/proc/28244/statm: 110139 102270 79 194 0 109943 0
[pid=28244/tid=28245] ppid=28241 vsize=440556 CPUtime=758.45
/proc/28244/task/28245/stat : 28245 (manysat1.1_stat) R 28241 28241 19648 0 -1 4202560 20159 0 0 0 75758 87 0 0 25 0 4 0 1116666409 451129344 102270 4294967295 134512640 135305190 3218165840 3080178544 134551986 0 0 0 3 0 0 0 -1 3 0 0 0
[pid=28244/tid=28246] ppid=28241 vsize=440556 CPUtime=759.31
/proc/28244/task/28246/stat : 28246 (manysat1.1_stat) R 28241 28241 19648 0 -1 4202560 27502 0 0 0 75859 72 0 0 25 0 4 0 1116666409 451129344 102270 4294967295 134512640 135305190 3218165840 3071790264 134570422 0 0 0 3 0 0 0 -1 1 0 0 0
[pid=28244/tid=28247] ppid=28241 vsize=440556 CPUtime=758.25
/proc/28244/task/28247/stat : 28247 (manysat1.1_stat) R 28241 28241 19648 0 -1 4202560 22049 0 0 0 75748 77 0 0 25 0 4 0 1116666409 451129344 102270 4294967295 134512640 135305190 3218165840 3063401664 134528252 0 0 0 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3036.31
Current children cumulated vsize (KiB) 442976

[startup+822.31 s]
/proc/loadavg: 5.12 4.89 4.69 5/104 30902
/proc/meminfo: memFree=2640392/3368532 swapFree=1953580/1959888
[pid=28241] ppid=28239 vsize=2420 CPUtime=1.24
/proc/28241/stat : 28241 (manysat.sh) S 28239 28241 19648 0 -1 4194304 371 6886 0 0 0 0 118 6 18 0 1 0 1116666267 2478080 276 4294967295 134512640 135169312 3217317776 3217313992 3084947182 0 65536 4 65538 3222376037 0 0 17 0 0 0 0
/proc/28241/statm: 605 276 231 161 0 44 0
[pid=28244] ppid=28241 vsize=453292 CPUtime=3274.44
/proc/28244/stat : 28244 (manysat1.1_stat) R 28241 28241 19648 0 -1 4202496 105238 0 0 0 327117 327 0 0 25 0 4 0 1116666391 464171008 105151 4294967295 134512640 135305190 3218165840 3218164016 134528229 0 0 0 3 4294967295 0 0 17 0 0 0 0
/proc/28244/statm: 113323 105151 79 194 0 113127 0
[pid=28244/tid=28245] ppid=28241 vsize=453292 CPUtime=818.38
/proc/28244/task/28245/stat : 28245 (manysat1.1_stat) R 28241 28241 19648 0 -1 4202560 20826 0 0 0 81749 89 0 0 25 0 4 0 1116666409 464171008 105151 4294967295 134512640 135305190 3218165840 3080178544 134551684 0 0 0 3 0 0 0 -1 3 0 0 0
[pid=28244/tid=28246] ppid=28241 vsize=453292 CPUtime=818.99
/proc/28244/task/28246/stat : 28246 (manysat1.1_stat) R 28241 28241 19648 0 -1 4202560 28216 0 0 0 81824 75 0 0 25 0 4 0 1116666409 464171008 105151 4294967295 134512640 135305190 3218165840 3071790272 134528229 0 0 0 3 0 0 0 -1 1 0 0 0
[pid=28244/tid=28247] ppid=28241 vsize=453292 CPUtime=818.09
/proc/28244/task/28247/stat : 28247 (manysat1.1_stat) R 28241 28241 19648 0 -1 4202560 22560 0 0 0 81731 78 0 0 25 0 4 0 1116666409 464171008 105151 4294967295 134512640 135305190 3218165840 3063401328 134551651 0 0 0 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3275.68
Current children cumulated vsize (KiB) 455712

[startup+882.304 s]
/proc/loadavg: 5.10 4.91 4.71 5/104 31091
/proc/meminfo: memFree=2591072/3368532 swapFree=1953580/1959888
[pid=28241] ppid=28239 vsize=2420 CPUtime=1.24
/proc/28241/stat : 28241 (manysat.sh) S 28239 28241 19648 0 -1 4194304 371 6886 0 0 0 0 118 6 18 0 1 0 1116666267 2478080 276 4294967295 134512640 135169312 3217317776 3217313992 3084947182 0 65536 4 65538 3222376037 0 0 17 0 0 0 0
/proc/28241/statm: 605 276 231 161 0 44 0
[pid=28244] ppid=28241 vsize=505312 CPUtime=3513.85
/proc/28244/stat : 28244 (manysat1.1_stat) R 28241 28241 19648 0 -1 4202496 117985 0 0 0 351030 355 0 0 25 0 4 0 1116666391 517439488 117898 4294967295 134512640 135305190 3218165840 3218164016 134528392 0 0 0 3 4294967295 0 0 17 0 0 0 0
/proc/28244/statm: 126328 117898 79 194 0 126132 0
[pid=28244/tid=28245] ppid=28241 vsize=505312 CPUtime=878.24
/proc/28244/task/28245/stat : 28245 (manysat1.1_stat) R 28241 28241 19648 0 -1 4202560 23398 0 0 0 87730 94 0 0 25 0 4 0 1116666409 517439488 117898 4294967295 134512640 135305190 3218165840 3080178096 134569865 0 0 0 3 0 0 0 -1 3 0 0 0
[pid=28244/tid=28246] ppid=28241 vsize=505312 CPUtime=878.8
/proc/28244/task/28246/stat : 28246 (manysat1.1_stat) R 28241 28241 19648 0 -1 4202560 32164 0 0 0 87793 87 0 0 25 0 4 0 1116666409 517439488 117898 4294967295 134512640 135305190 3218165840 3071790272 134528298 0 0 0 3 0 0 0 -1 2 0 0 0
[pid=28244/tid=28247] ppid=28241 vsize=505312 CPUtime=877.86
/proc/28244/task/28247/stat : 28247 (manysat1.1_stat) R 28241 28241 19648 0 -1 4202560 25579 0 0 0 87706 80 0 0 25 0 4 0 1116666409 517439488 117898 4294967295 134512640 135305190 3218165840 3063401664 134528523 0 0 0 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3515.09
Current children cumulated vsize (KiB) 507732

[startup+942.308 s]
/proc/loadavg: 4.77 4.83 4.70 5/104 31277
/proc/meminfo: memFree=2583040/3368532 swapFree=1953580/1959888
[pid=28241] ppid=28239 vsize=2420 CPUtime=1.24
/proc/28241/stat : 28241 (manysat.sh) S 28239 28241 19648 0 -1 4194304 371 6886 0 0 0 0 118 6 18 0 1 0 1116666267 2478080 276 4294967295 134512640 135169312 3217317776 3217313992 3084947182 0 65536 4 65538 3222376037 0 0 17 0 0 0 0
/proc/28241/statm: 605 276 231 161 0 44 0
[pid=28244] ppid=28241 vsize=511172 CPUtime=3753.32
/proc/28244/stat : 28244 (manysat1.1_stat) R 28241 28241 19648 0 -1 4202496 119724 0 0 0 374956 376 0 0 25 0 4 0 1116666391 523440128 119637 4294967295 134512640 135305190 3218165840 3218164016 134528298 0 0 0 3 4294967295 0 0 17 0 0 0 0
/proc/28244/statm: 127793 119637 79 194 0 127597 0
[pid=28244/tid=28245] ppid=28241 vsize=511172 CPUtime=938.16
/proc/28244/task/28245/stat : 28245 (manysat1.1_stat) R 28241 28241 19648 0 -1 4202560 23848 0 0 0 93716 100 0 0 25 0 4 0 1116666409 523440128 119637 4294967295 134512640 135305190 3218165840 3080178880 134528402 0 0 0 3 0 0 0 -1 2 0 0 0
[pid=28244/tid=28246] ppid=28241 vsize=511172 CPUtime=938.75
/proc/28244/task/28246/stat : 28246 (manysat1.1_stat) R 28241 28241 19648 0 -1 4202560 32738 0 0 0 93787 88 0 0 25 0 4 0 1116666409 523440128 119637 4294967295 134512640 135305190 3218165840 3071790272 134528545 0 0 0 3 0 0 0 -1 3 0 0 0
[pid=28244/tid=28247] ppid=28241 vsize=511172 CPUtime=937.52
/proc/28244/task/28247/stat : 28247 (manysat1.1_stat) R 28241 28241 19648 0 -1 4202560 25962 0 0 0 93666 86 0 0 25 0 4 0 1116666409 523440128 119637 4294967295 134512640 135305190 3218165840 3063401328 134551930 0 0 0 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3754.56
Current children cumulated vsize (KiB) 513592



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1000.01 s]
/proc/loadavg: 4.95 4.84 4.70 6/105 31440
/proc/meminfo: memFree=2536600/3368532 swapFree=1953580/1959888
[pid=28241] ppid=28239 vsize=2420 CPUtime=1.24
/proc/28241/stat : 28241 (manysat.sh) S 28239 28241 19648 0 -1 4194304 371 6886 0 0 0 0 118 6 18 0 1 0 1116666267 2478080 276 4294967295 134512640 135169312 3217317776 3217313992 3084947182 0 65536 4 65538 3222376037 0 0 17 0 0 0 0
/proc/28241/statm: 605 276 231 161 0 44 0
[pid=28244] ppid=28241 vsize=557800 CPUtime=3983.53
/proc/28244/stat : 28244 (manysat1.1_stat) R 28241 28241 19648 0 -1 4202496 131224 0 0 0 397956 397 0 0 25 0 4 0 1116666391 571187200 131137 4294967295 134512640 135305190 3218165840 3218164016 134528298 0 0 0 3 4294967295 0 0 17 0 0 0 0
/proc/28244/statm: 139450 131137 79 194 0 139254 0
[pid=28244/tid=28245] ppid=28241 vsize=557800 CPUtime=995.62
/proc/28244/task/28245/stat : 28245 (manysat1.1_stat) R 28241 28241 19648 0 -1 4202560 26383 0 0 0 99458 104 0 0 25 0 4 0 1116666409 571187200 131137 4294967295 134512640 135305190 3218165840 3080178544 134551729 0 0 0 3 0 0 0 -1 2 0 0 0
[pid=28244/tid=28246] ppid=28241 vsize=557800 CPUtime=996.43
/proc/28244/task/28246/stat : 28246 (manysat1.1_stat) R 28241 28241 19648 0 -1 4202560 36935 0 0 0 99550 93 0 0 25 0 4 0 1116666409 571187200 131137 4294967295 134512640 135305190 3218165840 3071789888 134551651 0 0 0 3 0 0 0 -1 3 0 0 0
[pid=28244/tid=28247] ppid=28241 vsize=557800 CPUtime=995.15
/proc/28244/task/28247/stat : 28247 (manysat1.1_stat) R 28241 28241 19648 0 -1 4202560 28487 0 0 0 99424 91 0 0 25 0 4 0 1116666409 571187200 131137 4294967295 134512640 135305190 3218165840 3063401664 134528229 0 0 0 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3984.77
Current children cumulated vsize (KiB) 560220

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

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

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 28241 and gives
#  childrusage.ru_utime.tv_sec=1
#  childrusage.ru_utime.tv_usec=180000
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=60000
# CPU time returned by wait4() is 1.24
# while last known CPU time is 3984.77
#
# 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): 3984.77
CPU user time (s): 3980.74
CPU system time (s): 4.03
CPU usage (%): 398.456
Max. virtual memory (cumulated for all children) (KiB): 560220

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1.18
system time used= 0.06
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 7257
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= 7

runsolver used 0 second user time and 0.02 second system time

The end

Launcher Data

Begin job on  at 2009-05-28 16:13:38
IDJOB=1779151
IDBENCH=70817
IDSOLVER=620
FILE ID=/1779151-1243520018
PBS_JOBID=
Free space on /tmp= 15882 MiB

SOLVER NAME= ManySAT 1.1 aimd 0/2009-03-20 (4 threads)
BENCH NAME= SAT09/APPLICATIONS/bitverif/maxxor/maxxor064.cnf
COMMAND LINE= manysat.sh BENCHNAME aimd 0
RUNSOLVER COMMAND LINE= runsolver --timestamp  -w /tmp/evaluation-result-1779151-1243520018/watcher-1779151-1243520018 -o /tmp/evaluation-result-1779151-1243520018/solver-1779151-1243520018 -C 10000 -W 1000 -M 2047  manysat.sh HOME/instance-1779151-1243520018.cnf aimd 0

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

MD5SUM BENCH= 902b28046d424b16042ca612ddad48e0
RANDOM SEED= 923112602

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.105
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.105
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.11
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.105
cache size	: 4096 KB
physical id	: 3
siblings	: 2
core id		: 0
cpu cores	: 2
fdiv_bug	: no
hlt_bug		: no
f00f_bug	: no
coma_bug	: no
fpu		: yes
fpu_exception	: yes
cpuid level	: 10
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe lm constant_tsc pni monitor ds_cpl vmx tm2 ssse3 cx16 xtpr dca lahf_lm
bogomips	: 3990.16
clflush size	: 64

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


/proc/meminfo:
MemTotal:      3368532 kB
MemFree:       3068648 kB
Buffers:         27016 kB
Cached:         194508 kB
SwapCached:       2424 kB
Active:          91332 kB
Inactive:       140892 kB
HighTotal:     2489216 kB
HighFree:      2281580 kB
LowTotal:       879316 kB
LowFree:        787068 kB
SwapTotal:     1959888 kB
SwapFree:      1953580 kB
Dirty:            4036 kB
Writeback:           0 kB
AnonPages:       10008 kB
Mapped:           4984 kB
Slab:            57848 kB
SReclaimable:    49624 kB
SUnreclaim:       8224 kB
PageTables:        508 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   3644152 kB
Committed_AS:    93920 kB
VmallocTotal:   114680 kB
VmallocUsed:      1444 kB
VmallocChunk:   113072 kB

Free space on /tmp at the end= 15876 MiB
End job on  at 2009-05-28 16:30:21