Trace number 1780267

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 2/2009-03-20 (4 threads)UNSAT 1125.8 333.28

General information on the benchmark

NameAPPLICATIONS/bioinfo/
q_query_3_L200_coli.sat.cnf
MD5SUM853982f8646333d217e35d938b7eb00b
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark895.28
Satisfiable
(Un)Satisfiability was proved
Number of variables670867
Number of clauses3513333
Sum of the clauses size10259569
Maximum clause length11
Minimum clause length1
Number of clauses of size 159077
Number of clauses of size 2795777
Number of clauses of size 32146608
Number of clauses of size 4393835
Number of clauses of size 5117437
Number of clauses of size over 5599

Solver Data

0.00/0.00	c Parsing...
2.60/2.65	c ==============================================================================
2.60/2.65	c |           |     ORIGINAL     |              LEARNT              |          |
2.60/2.65	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
2.60/2.65	c ==============================================================================
2.60/2.65	c |         0 | 3355019  9898785 | 1006505       0        0     nan |  0.000 % |
62.81/62.84	c |         0 | 1504771  5219166 |      --       0       --      -- |     --   | -1498875/-3723973
62.81/62.85	c ==============================================================================
62.81/62.85	c Result  :   #vars: 146997   #clauses: 1504771   #literals: 5219166
62.81/62.85	c CPU time:   62.41 s
62.81/62.85	c ==============================================================================
1125.70/333.22	c This is ManySAT 1.1 : 4 thread(s) on 4 core(s).
1125.70/333.22	c ============================[ Problem Statistics ]=============================
1125.70/333.22	c |                                                                             |
1125.70/333.22	c threadId              : 3
1125.70/333.22	c restarts              : 427
1125.70/333.22	c conflicts             : 324838         (307 /sec)
1125.70/333.22	c decisions             : 510628         (2.83 % random) (482 /sec)
1125.70/333.22	c propagations          : 268607655      (253717 /sec)
1125.70/333.22	c conflict literals     : 8276720        (42.22 % deleted)
1125.70/333.22	c Memory used           : 542.75 MB
1125.70/333.22	c CPU time              : 1058.69 s
1125.70/333.22	
1125.70/333.22	c --->m=4, e=8, aimd=2, HOME/2898_many.cnf	time: 264.673	conflicts: 324838       
1125.70/333.25	s UNSATISFIABLE

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

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

command line: runsolver --timestamp -w /tmp/evaluation-result-1780267-1243529771/watcher-1780267-1243529771 -o /tmp/evaluation-result-1780267-1243529771/solver-1780267-1243529771 -C 10000 -W 1000 -M 2047 manysat.sh HOME/instance-1780267-1243529771.cnf aimd 2 

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: 3.76 3.93 4.02 3/98 2898
/proc/meminfo: memFree=2765628/3368532 swapFree=1959840/1959888
[pid=2898] ppid=2896 vsize=2416 CPUtime=0
/proc/2898/stat : 2898 (manysat.sh) R 2896 2898 28360 0 -1 4194304 335 0 0 0 0 0 0 0 18 0 1 0 934554276 2473984 274 4294967295 134512640 135169312 3221177152 3221175628 3085719412 0 65538 4 65536 0 0 0 17 0 0 0 0
/proc/2898/statm: 604 274 231 161 0 43 0

[startup+0.034871 s]
/proc/loadavg: 3.76 3.93 4.02 3/98 2898
/proc/meminfo: memFree=2765628/3368532 swapFree=1959840/1959888
[pid=2898] ppid=2896 vsize=2416 CPUtime=0
/proc/2898/stat : 2898 (manysat.sh) S 2896 2898 28360 0 -1 4194304 350 0 0 0 0 0 0 0 18 0 1 0 934554276 2473984 274 4294967295 134512640 135169312 3221177152 3221175688 3085717230 0 65536 4 65538 3222376037 0 0 17 0 0 0 0
/proc/2898/statm: 604 274 231 161 0 43 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 2416

[startup+0.104766 s]
/proc/loadavg: 3.76 3.93 4.02 3/98 2898
/proc/meminfo: memFree=2765628/3368532 swapFree=1959840/1959888
[pid=2898] ppid=2896 vsize=2416 CPUtime=0
/proc/2898/stat : 2898 (manysat.sh) S 2896 2898 28360 0 -1 4194304 350 0 0 0 0 0 0 0 18 0 1 0 934554276 2473984 274 4294967295 134512640 135169312 3221177152 3221175688 3085717230 0 65536 4 65538 3222376037 0 0 17 0 0 0 0
/proc/2898/statm: 604 274 231 161 0 43 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 2416

[startup+0.304749 s]
/proc/loadavg: 3.76 3.93 4.02 3/98 2898
/proc/meminfo: memFree=2765628/3368532 swapFree=1959840/1959888
[pid=2898] ppid=2896 vsize=2416 CPUtime=0
/proc/2898/stat : 2898 (manysat.sh) S 2896 2898 28360 0 -1 4194304 350 0 0 0 0 0 0 0 18 0 1 0 934554276 2473984 274 4294967295 134512640 135169312 3221177152 3221175688 3085717230 0 65536 4 65538 3222376037 0 0 17 0 0 0 0
/proc/2898/statm: 604 274 231 161 0 43 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 2416

[startup+0.704716 s]
/proc/loadavg: 3.76 3.93 4.02 3/98 2898
/proc/meminfo: memFree=2765628/3368532 swapFree=1959840/1959888
[pid=2898] ppid=2896 vsize=2416 CPUtime=0
/proc/2898/stat : 2898 (manysat.sh) S 2896 2898 28360 0 -1 4194304 350 0 0 0 0 0 0 0 18 0 1 0 934554276 2473984 274 4294967295 134512640 135169312 3221177152 3221175688 3085717230 0 65536 4 65538 3222376037 0 0 17 0 0 0 0
/proc/2898/statm: 604 274 231 161 0 43 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 2416

[startup+1.50465 s]
/proc/loadavg: 3.76 3.93 4.02 2/100 2900
/proc/meminfo: memFree=2622132/3368532 swapFree=1959840/1959888
[pid=2898] ppid=2896 vsize=2416 CPUtime=0
/proc/2898/stat : 2898 (manysat.sh) S 2896 2898 28360 0 -1 4194304 350 0 0 0 0 0 0 0 18 0 1 0 934554276 2473984 274 4294967295 134512640 135169312 3221177152 3221175688 3085717230 0 65536 4 65538 3222376037 0 0 17 0 0 0 0
/proc/2898/statm: 604 274 231 161 0 43 0
[pid=2899] ppid=2898 vsize=229448 CPUtime=1.5
/proc/2899/stat : 2899 (SatElite) R 2898 2898 28360 0 -1 4202496 48575 0 0 0 132 18 0 0 23 0 1 0 934554276 234954752 48416 4294967295 134512640 135034092 3217604512 3217600856 134691005 0 0 0 3 0 0 0 17 2 0 0 0
/proc/2899/statm: 57362 48417 50 128 0 57232 0
Current children cumulated CPU time (s) 1.5
Current children cumulated vsize (KiB) 231864

[startup+3.10452 s]
/proc/loadavg: 3.76 3.93 4.02 2/100 2900
/proc/meminfo: memFree=2516312/3368532 swapFree=1959840/1959888
[pid=2898] ppid=2896 vsize=2416 CPUtime=0
/proc/2898/stat : 2898 (manysat.sh) S 2896 2898 28360 0 -1 4194304 350 0 0 0 0 0 0 0 18 0 1 0 934554276 2473984 274 4294967295 134512640 135169312 3221177152 3221175688 3085717230 0 65536 4 65538 3222376037 0 0 17 0 0 0 0
/proc/2898/statm: 604 274 231 161 0 43 0
[pid=2899] ppid=2898 vsize=382824 CPUtime=3.1
/proc/2899/stat : 2899 (SatElite) R 2898 2898 28360 0 -1 4202496 83628 0 0 0 284 26 0 0 25 0 1 0 934554276 392011776 83469 4294967295 134512640 135034092 3217604512 3217601472 134540968 0 0 0 3 0 0 0 17 2 0 0 0
/proc/2899/statm: 95706 83469 63 128 0 95576 0
Current children cumulated CPU time (s) 3.1
Current children cumulated vsize (KiB) 385240

[startup+6.30426 s]
/proc/loadavg: 3.54 3.88 4.00 2/100 2900
/proc/meminfo: memFree=2402904/3368532 swapFree=1959840/1959888
[pid=2898] ppid=2896 vsize=2416 CPUtime=0
/proc/2898/stat : 2898 (manysat.sh) S 2896 2898 28360 0 -1 4194304 350 0 0 0 0 0 0 0 18 0 1 0 934554276 2473984 274 4294967295 134512640 135169312 3221177152 3221175688 3085717230 0 65536 4 65538 3222376037 0 0 17 0 0 0 0
/proc/2898/statm: 604 274 231 161 0 43 0
[pid=2899] ppid=2898 vsize=428460 CPUtime=6.3
/proc/2899/stat : 2899 (SatElite) R 2898 2898 28360 0 -1 4202496 91128 0 0 0 601 29 0 0 25 0 1 0 934554276 438743040 90842 4294967295 134512640 135034092 3217604512 3217600752 134541076 0 0 0 3 0 0 0 17 2 0 0 0
/proc/2899/statm: 107115 90842 66 128 0 106985 0
Current children cumulated CPU time (s) 6.3
Current children cumulated vsize (KiB) 430876

[startup+12.7037 s]
/proc/loadavg: 3.33 3.83 3.98 2/100 3084
/proc/meminfo: memFree=2401220/3368532 swapFree=1959840/1959888
[pid=2898] ppid=2896 vsize=2416 CPUtime=0
/proc/2898/stat : 2898 (manysat.sh) S 2896 2898 28360 0 -1 4194304 350 0 0 0 0 0 0 0 18 0 1 0 934554276 2473984 274 4294967295 134512640 135169312 3221177152 3221175688 3085717230 0 65536 4 65538 3222376037 0 0 17 0 0 0 0
/proc/2898/statm: 604 274 231 161 0 43 0
[pid=2899] ppid=2898 vsize=428460 CPUtime=12.7
/proc/2899/stat : 2899 (SatElite) R 2898 2898 28360 0 -1 4202496 91147 0 0 0 1241 29 0 0 25 0 1 0 934554276 438743040 90861 4294967295 134512640 135034092 3217604512 3217600752 134541066 0 0 0 3 0 0 0 17 2 0 0 0
/proc/2899/statm: 107115 90861 66 128 0 106985 0
Current children cumulated CPU time (s) 12.7
Current children cumulated vsize (KiB) 430876

[startup+25.5127 s]
/proc/loadavg: 2.90 3.71 3.94 2/100 3086
/proc/meminfo: memFree=2401332/3368532 swapFree=1959840/1959888
[pid=2898] ppid=2896 vsize=2416 CPUtime=0
/proc/2898/stat : 2898 (manysat.sh) S 2896 2898 28360 0 -1 4194304 350 0 0 0 0 0 0 0 18 0 1 0 934554276 2473984 274 4294967295 134512640 135169312 3221177152 3221175688 3085717230 0 65536 4 65538 3222376037 0 0 17 0 0 0 0
/proc/2898/statm: 604 274 231 161 0 43 0
[pid=2899] ppid=2898 vsize=428008 CPUtime=25.51
/proc/2899/stat : 2899 (SatElite) R 2898 2898 28360 0 -1 4202496 91228 0 0 0 2522 29 0 0 25 0 1 0 934554276 438280192 90829 4294967295 134512640 135034092 3217604512 3217600752 134541265 0 0 0 3 0 0 0 17 2 0 0 0
/proc/2899/statm: 107002 90829 66 128 0 106872 0
Current children cumulated CPU time (s) 25.51
Current children cumulated vsize (KiB) 430424

[startup+51.1106 s]
/proc/loadavg: 2.25 3.49 3.86 2/100 3091
/proc/meminfo: memFree=2401436/3368532 swapFree=1959840/1959888
[pid=2898] ppid=2896 vsize=2416 CPUtime=0
/proc/2898/stat : 2898 (manysat.sh) S 2896 2898 28360 0 -1 4194304 350 0 0 0 0 0 0 0 18 0 1 0 934554276 2473984 274 4294967295 134512640 135169312 3221177152 3221175688 3085717230 0 65536 4 65538 3222376037 0 0 17 0 0 0 0
/proc/2898/statm: 604 274 231 161 0 43 0
[pid=2899] ppid=2898 vsize=429924 CPUtime=51.11
/proc/2899/stat : 2899 (SatElite) R 2898 2898 28360 0 -1 4202496 91646 0 0 0 5081 30 0 0 25 0 1 0 934554276 440242176 90830 4294967295 134512640 135034092 3217604512 3217600752 134540968 0 0 0 3 0 0 0 17 2 0 0 0
/proc/2899/statm: 107481 90830 66 128 0 107351 0
Current children cumulated CPU time (s) 51.11
Current children cumulated vsize (KiB) 432340

[startup+102.317 s]
/proc/loadavg: 3.05 3.47 3.83 5/103 3287
/proc/meminfo: memFree=2250564/3368532 swapFree=1959840/1959888
[pid=2898] ppid=2896 vsize=2420 CPUtime=64.91
/proc/2898/stat : 2898 (manysat.sh) S 2896 2898 28360 0 -1 4194304 370 114596 0 0 0 0 6438 53 15 0 1 0 934554276 2478080 275 4294967295 134512640 135169312 3221177152 3221173368 3085717230 0 65536 4 65538 3222376037 0 0 17 2 0 0 0
/proc/2898/statm: 605 275 231 161 0 44 0
[pid=3092] ppid=2898 vsize=491872 CPUtime=139.94
/proc/3092/stat : 3092 (manysat1.1_stat) R 2898 2898 28360 0 -1 4202496 113473 0 0 0 13861 133 0 0 25 0 4 0 934560767 503676928 113213 4294967295 134512640 135305190 3217989664 3217987840 134528557 0 0 0 3 4294967295 0 0 17 1 0 0 0
/proc/3092/statm: 122968 113213 79 194 0 122772 0
[pid=3092/tid=3093] ppid=2898 vsize=491872 CPUtime=34.14
/proc/3092/task/3093/stat : 3093 (manysat1.1_stat) R 2898 2898 28360 0 -1 4202560 4076 0 0 0 3390 24 0 0 25 0 4 0 934561049 503676928 113213 4294967295 134512640 135305190 3217989664 2998934720 134528298 0 0 0 3 0 0 0 -1 3 0 0 0
[pid=3092/tid=3094] ppid=2898 vsize=491872 CPUtime=34.47
/proc/3092/task/3094/stat : 3094 (manysat1.1_stat) R 2898 2898 28360 0 -1 4202560 5596 0 0 0 3423 24 0 0 25 0 4 0 934561049 503676928 113213 4294967295 134512640 135305190 3217989664 2990546112 134528229 0 0 0 3 0 0 0 -1 0 0 0 0
[pid=3092/tid=3095] ppid=2898 vsize=491872 CPUtime=34.28
/proc/3092/task/3095/stat : 3095 (manysat1.1_stat) R 2898 2898 28360 0 -1 4202560 5078 0 0 0 3408 20 0 0 25 0 4 0 934561049 503676928 113213 4294967295 134512640 135305190 3217989664 2982157392 134529062 0 0 0 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 204.85
Current children cumulated vsize (KiB) 494292

[startup+162.312 s]
/proc/loadavg: 3.79 3.61 3.85 5/103 3495
/proc/meminfo: memFree=2227136/3368532 swapFree=1959840/1959888
[pid=2898] ppid=2896 vsize=2420 CPUtime=64.91
/proc/2898/stat : 2898 (manysat.sh) S 2896 2898 28360 0 -1 4194304 370 114596 0 0 0 0 6438 53 15 0 1 0 934554276 2478080 275 4294967295 134512640 135169312 3221177152 3221173368 3085717230 0 65536 4 65538 3222376037 0 0 17 2 0 0 0
/proc/2898/statm: 605 275 231 161 0 44 0
[pid=3092] ppid=2898 vsize=514768 CPUtime=379.26
/proc/3092/stat : 3092 (manysat1.1_stat) R 2898 2898 28360 0 -1 4202496 119229 0 0 0 37772 154 0 0 25 0 4 0 934560767 527122432 118969 4294967295 134512640 135305190 3217989664 3217987840 134528229 0 0 0 3 4294967295 0 0 17 1 0 0 0
/proc/3092/statm: 128692 118969 79 194 0 128496 0
[pid=3092/tid=3093] ppid=2898 vsize=514768 CPUtime=93.76
/proc/3092/task/3093/stat : 3093 (manysat1.1_stat) R 2898 2898 28360 0 -1 4202560 5375 0 0 0 9344 32 0 0 25 0 4 0 934561049 527122432 118969 4294967295 134512640 135305190 3217989664 2998934720 134528784 0 0 0 3 0 0 0 -1 2 0 0 0
[pid=3092/tid=3094] ppid=2898 vsize=514768 CPUtime=94.4
/proc/3092/task/3094/stat : 3094 (manysat1.1_stat) R 2898 2898 28360 0 -1 4202560 7602 0 0 0 9414 26 0 0 25 0 4 0 934561049 527122432 118969 4294967295 134512640 135305190 3217989664 2990545728 134551733 0 0 0 3 0 0 0 -1 0 0 0 0
[pid=3092/tid=3095] ppid=2898 vsize=514768 CPUtime=94.09
/proc/3092/task/3095/stat : 3095 (manysat1.1_stat) R 2898 2898 28360 0 -1 4202560 6274 0 0 0 9386 23 0 0 25 0 4 0 934561049 527122432 118969 4294967295 134512640 135305190 3217989664 2982157504 134528512 0 0 0 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 444.17
Current children cumulated vsize (KiB) 517188

[startup+222.307 s]
/proc/loadavg: 4.41 3.81 3.91 5/103 3689
/proc/meminfo: memFree=2207324/3368532 swapFree=1959840/1959888
[pid=2898] ppid=2896 vsize=2420 CPUtime=64.91
/proc/2898/stat : 2898 (manysat.sh) S 2896 2898 28360 0 -1 4194304 370 114596 0 0 0 0 6438 53 15 0 1 0 934554276 2478080 275 4294967295 134512640 135169312 3221177152 3221173368 3085717230 0 65536 4 65538 3222376037 0 0 17 2 0 0 0
/proc/2898/statm: 605 275 231 161 0 44 0
[pid=3092] ppid=2898 vsize=535948 CPUtime=618.38
/proc/3092/stat : 3092 (manysat1.1_stat) R 2898 2898 28360 0 -1 4202496 124291 0 0 0 61666 172 0 0 25 0 4 0 934560767 548810752 124031 4294967295 134512640 135305190 3217989664 3217987840 134528768 0 0 0 3 4294967295 0 0 17 1 0 0 0
/proc/3092/statm: 133987 124031 79 194 0 133791 0
[pid=3092/tid=3093] ppid=2898 vsize=535948 CPUtime=153.32
/proc/3092/task/3093/stat : 3093 (manysat1.1_stat) R 2898 2898 28360 0 -1 4202560 6428 0 0 0 15295 37 0 0 25 0 4 0 934561049 548810752 124031 4294967295 134512640 135305190 3217989664 2998934720 134528298 0 0 0 3 0 0 0 -1 2 0 0 0
[pid=3092/tid=3094] ppid=2898 vsize=535948 CPUtime=154.17
/proc/3092/task/3094/stat : 3094 (manysat1.1_stat) R 2898 2898 28360 0 -1 4202560 9200 0 0 0 15387 30 0 0 25 0 4 0 934561049 548810752 124031 4294967295 134512640 135305190 3217989664 2990546112 134528298 0 0 0 3 0 0 0 -1 0 0 0 0
[pid=3092/tid=3095] ppid=2898 vsize=535948 CPUtime=153.93
/proc/3092/task/3095/stat : 3095 (manysat1.1_stat) R 2898 2898 28360 0 -1 4202560 7318 0 0 0 15364 29 0 0 25 0 4 0 934561049 548810752 124031 4294967295 134512640 135305190 3217989664 2982157504 134528301 0 0 0 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 683.29
Current children cumulated vsize (KiB) 538368

[startup+282.312 s]
/proc/loadavg: 4.45 3.93 3.94 5/103 3877
/proc/meminfo: memFree=2195468/3368532 swapFree=1959840/1959888
[pid=2898] ppid=2896 vsize=2420 CPUtime=64.91
/proc/2898/stat : 2898 (manysat.sh) S 2896 2898 28360 0 -1 4194304 370 114596 0 0 0 0 6438 53 15 0 1 0 934554276 2478080 275 4294967295 134512640 135169312 3221177152 3221173368 3085717230 0 65536 4 65538 3222376037 0 0 17 2 0 0 0
/proc/2898/statm: 605 275 231 161 0 44 0
[pid=3092] ppid=2898 vsize=548064 CPUtime=857.75
/proc/3092/stat : 3092 (manysat1.1_stat) R 2898 2898 28360 0 -1 4202496 127289 0 0 0 85579 196 0 0 25 0 4 0 934560767 561217536 127029 4294967295 134512640 135305190 3217989664 3217987840 134528189 0 0 0 3 4294967295 0 0 17 0 0 0 0
/proc/3092/statm: 137016 127029 79 194 0 136820 0
[pid=3092/tid=3093] ppid=2898 vsize=548064 CPUtime=213.14
/proc/3092/task/3093/stat : 3093 (manysat1.1_stat) R 2898 2898 28360 0 -1 4202560 7077 0 0 0 21266 48 0 0 25 0 4 0 934561049 561217536 127029 4294967295 134512640 135305190 3217989664 2998934720 134528298 0 0 0 3 0 0 0 -1 2 0 0 0
[pid=3092/tid=3094] ppid=2898 vsize=548064 CPUtime=214.13
/proc/3092/task/3094/stat : 3094 (manysat1.1_stat) R 2898 2898 28360 0 -1 4202560 10226 0 0 0 21382 31 0 0 25 0 4 0 934561049 561217536 127029 4294967295 134512640 135305190 3217989664 2990546112 134530589 0 0 0 3 0 0 0 -1 1 0 0 0
[pid=3092/tid=3095] ppid=2898 vsize=548064 CPUtime=213.67
/proc/3092/task/3095/stat : 3095 (manysat1.1_stat) R 2898 2898 28360 0 -1 4202560 7880 0 0 0 21331 36 0 0 25 0 4 0 934561049 561217536 127029 4294967295 134512640 135305190 3217989664 2982157504 134528298 0 0 0 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 922.66
Current children cumulated vsize (KiB) 550484

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

[startup+307.11 s]
/proc/loadavg: 4.30 3.94 3.94 5/103 3879
/proc/meminfo: memFree=2187884/3368532 swapFree=1959840/1959888
[pid=2898] ppid=2896 vsize=2420 CPUtime=64.91
/proc/2898/stat : 2898 (manysat.sh) S 2896 2898 28360 0 -1 4194304 370 114596 0 0 0 0 6438 53 15 0 1 0 934554276 2478080 275 4294967295 134512640 135169312 3221177152 3221173368 3085717230 0 65536 4 65538 3222376037 0 0 17 2 0 0 0
/proc/2898/statm: 605 275 231 161 0 44 0
[pid=3092] ppid=2898 vsize=554484 CPUtime=956.83
/proc/3092/stat : 3092 (manysat1.1_stat) R 2898 2898 28360 0 -1 4202496 128950 0 0 0 95477 206 0 0 25 0 4 0 934560767 567791616 128690 4294967295 134512640 135305190 3217989664 3217987840 134528559 0 0 0 3 4294967295 0 0 17 0 0 0 0
/proc/3092/statm: 138621 128690 79 194 0 138425 0
[pid=3092/tid=3093] ppid=2898 vsize=554484 CPUtime=237.85
/proc/3092/task/3093/stat : 3093 (manysat1.1_stat) R 2898 2898 28360 0 -1 4202560 7484 0 0 0 23737 48 0 0 25 0 4 0 934561049 567791616 128690 4294967295 134512640 135305190 3217989664 2998934720 134528768 0 0 0 3 0 0 0 -1 2 0 0 0
[pid=3092/tid=3094] ppid=2898 vsize=554484 CPUtime=238.93
/proc/3092/task/3094/stat : 3094 (manysat1.1_stat) R 2898 2898 28360 0 -1 4202560 10646 0 0 0 23861 32 0 0 25 0 4 0 934561049 567791616 128690 4294967295 134512640 135305190 3217989664 2990546112 134528298 0 0 0 3 0 0 0 -1 1 0 0 0
[pid=3092/tid=3095] ppid=2898 vsize=554484 CPUtime=238.46
/proc/3092/task/3095/stat : 3095 (manysat1.1_stat) R 2898 2898 28360 0 -1 4202560 8325 0 0 0 23805 41 0 0 25 0 4 0 934561049 567791616 128690 4294967295 134512640 135305190 3217989664 2982157504 134528332 0 0 0 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1021.74
Current children cumulated vsize (KiB) 556904

[startup+319.909 s]
/proc/loadavg: 4.54 4.01 3.96 8/104 3962
/proc/meminfo: memFree=2186516/3368532 swapFree=1959840/1959888
[pid=2898] ppid=2896 vsize=2420 CPUtime=64.91
/proc/2898/stat : 2898 (manysat.sh) S 2896 2898 28360 0 -1 4194304 370 114596 0 0 0 0 6438 53 15 0 1 0 934554276 2478080 275 4294967295 134512640 135169312 3221177152 3221173368 3085717230 0 65536 4 65538 3222376037 0 0 17 2 0 0 0
/proc/2898/statm: 605 275 231 161 0 44 0
[pid=3092] ppid=2898 vsize=554900 CPUtime=1007.86
/proc/3092/stat : 3092 (manysat1.1_stat) R 2898 2898 28360 0 -1 4202496 129026 0 0 0 100575 211 0 0 25 0 4 0 934560767 568217600 128766 4294967295 134512640 135305190 3217989664 3217987840 134528388 0 0 0 3 4294967295 0 0 17 0 0 0 0
/proc/3092/statm: 138725 128766 79 194 0 138529 0
[pid=3092/tid=3093] ppid=2898 vsize=554900 CPUtime=250.54
/proc/3092/task/3093/stat : 3093 (manysat1.1_stat) R 2898 2898 28360 0 -1 4202560 7489 0 0 0 25006 48 0 0 25 0 4 0 934561049 568217600 128766 4294967295 134512640 135305190 3217989664 2998934720 134528399 0 0 0 3 0 0 0 -1 2 0 0 0
[pid=3092/tid=3094] ppid=2898 vsize=554900 CPUtime=251.72
/proc/3092/task/3094/stat : 3094 (manysat1.1_stat) R 2898 2898 28360 0 -1 4202560 10709 0 0 0 25138 34 0 0 25 0 4 0 934561049 568217600 128766 4294967295 134512640 135305190 3217989664 2990546112 134528298 0 0 0 3 0 0 0 -1 1 0 0 0
[pid=3092/tid=3095] ppid=2898 vsize=554900 CPUtime=251.25
/proc/3092/task/3095/stat : 3095 (manysat1.1_stat) R 2898 2898 28360 0 -1 4202560 8325 0 0 0 25081 44 0 0 25 0 4 0 934561049 568217600 128766 4294967295 134512640 135305190 3217989664 2982157504 134528382 0 0 0 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1072.77
Current children cumulated vsize (KiB) 557320

[startup+326.309 s]
/proc/loadavg: 4.73 4.06 3.98 6/104 4018
/proc/meminfo: memFree=2186268/3368532 swapFree=1959840/1959888
[pid=2898] ppid=2896 vsize=2420 CPUtime=64.91
/proc/2898/stat : 2898 (manysat.sh) S 2896 2898 28360 0 -1 4194304 370 114596 0 0 0 0 6438 53 15 0 1 0 934554276 2478080 275 4294967295 134512640 135169312 3221177152 3221173368 3085717230 0 65536 4 65538 3222376037 0 0 17 2 0 0 0
/proc/2898/statm: 605 275 231 161 0 44 0
[pid=3092] ppid=2898 vsize=555188 CPUtime=1033.41
/proc/3092/stat : 3092 (manysat1.1_stat) R 2898 2898 28360 0 -1 4202496 129108 0 0 0 103127 214 0 0 25 0 4 0 934560767 568512512 128848 4294967295 134512640 135305190 3217989664 3217987504 134551998 0 0 0 3 4294967295 0 0 17 0 0 0 0
/proc/3092/statm: 138797 128848 79 194 0 138601 0
[pid=3092/tid=3093] ppid=2898 vsize=555188 CPUtime=256.92
/proc/3092/task/3093/stat : 3093 (manysat1.1_stat) R 2898 2898 28360 0 -1 4202560 7489 0 0 0 25644 48 0 0 25 0 4 0 934561049 568512512 128848 4294967295 134512640 135305190 3217989664 2998934720 134528298 0 0 0 3 0 0 0 -1 2 0 0 0
[pid=3092/tid=3094] ppid=2898 vsize=555188 CPUtime=258.11
/proc/3092/task/3094/stat : 3094 (manysat1.1_stat) R 2898 2898 28360 0 -1 4202560 10769 0 0 0 25777 34 0 0 25 0 4 0 934561049 568512512 128848 4294967295 134512640 135305190 3217989664 2990546112 134530561 0 0 0 3 0 0 0 -1 1 0 0 0
[pid=3092/tid=3095] ppid=2898 vsize=555188 CPUtime=257.64
/proc/3092/task/3095/stat : 3095 (manysat1.1_stat) R 2898 2898 28360 0 -1 4202560 8337 0 0 0 25718 46 0 0 25 0 4 0 934561049 568512512 128848 4294967295 134512640 135305190 3217989664 2982157504 134528503 0 0 0 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1098.32
Current children cumulated vsize (KiB) 557608

[startup+329.508 s]
/proc/loadavg: 4.83 4.09 3.99 6/104 4047
/proc/meminfo: memFree=2186300/3368532 swapFree=1959840/1959888
[pid=2898] ppid=2896 vsize=2420 CPUtime=64.91
/proc/2898/stat : 2898 (manysat.sh) S 2896 2898 28360 0 -1 4194304 370 114596 0 0 0 0 6438 53 15 0 1 0 934554276 2478080 275 4294967295 134512640 135169312 3221177152 3221173368 3085717230 0 65536 4 65538 3222376037 0 0 17 2 0 0 0
/proc/2898/statm: 605 275 231 161 0 44 0
[pid=3092] ppid=2898 vsize=555456 CPUtime=1046.05
/proc/3092/stat : 3092 (manysat1.1_stat) R 2898 2898 28360 0 -1 4202496 129171 0 0 0 104391 214 0 0 25 0 4 0 934560767 568786944 128911 4294967295 134512640 135305190 3217989664 3217987840 134528263 0 0 0 3 4294967295 0 0 17 0 0 0 0
/proc/3092/statm: 138864 128911 79 194 0 138668 0
[pid=3092/tid=3093] ppid=2898 vsize=555456 CPUtime=259.98
/proc/3092/task/3093/stat : 3093 (manysat1.1_stat) R 2898 2898 28360 0 -1 4202560 7503 0 0 0 25950 48 0 0 25 0 4 0 934561049 568786944 128911 4294967295 134512640 135305190 3217989664 2998934720 134528768 0 0 0 3 0 0 0 -1 2 0 0 0
[pid=3092/tid=3094] ppid=2898 vsize=555456 CPUtime=261.3
/proc/3092/task/3094/stat : 3094 (manysat1.1_stat) R 2898 2898 28360 0 -1 4202560 10797 0 0 0 26096 34 0 0 25 0 4 0 934561049 568786944 128911 4294967295 134512640 135305190 3217989664 2990546112 134528298 0 0 0 3 0 0 0 -1 1 0 0 0
[pid=3092/tid=3095] ppid=2898 vsize=555456 CPUtime=260.83
/proc/3092/task/3095/stat : 3095 (manysat1.1_stat) R 2898 2898 28360 0 -1 4202560 8339 0 0 0 26037 46 0 0 25 0 4 0 934561049 568786944 128911 4294967295 134512640 135305190 3217989664 2982157504 134528562 0 0 0 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1110.96
Current children cumulated vsize (KiB) 557876

[startup+331.108 s]
/proc/loadavg: 4.83 4.09 3.99 6/103 4064
/proc/meminfo: memFree=2186052/3368532 swapFree=1959840/1959888
[pid=2898] ppid=2896 vsize=2420 CPUtime=64.91
/proc/2898/stat : 2898 (manysat.sh) S 2896 2898 28360 0 -1 4194304 370 114596 0 0 0 0 6438 53 15 0 1 0 934554276 2478080 275 4294967295 134512640 135169312 3221177152 3221173368 3085717230 0 65536 4 65538 3222376037 0 0 17 2 0 0 0
/proc/2898/statm: 605 275 231 161 0 44 0
[pid=3092] ppid=2898 vsize=555624 CPUtime=1052.39
/proc/3092/stat : 3092 (manysat1.1_stat) R 2898 2898 28360 0 -1 4202496 129197 0 0 0 105025 214 0 0 25 0 4 0 934560767 568958976 128937 4294967295 134512640 135305190 3217989664 3217987840 134528298 0 0 0 3 4294967295 0 0 17 0 0 0 0
/proc/3092/statm: 138906 128937 79 194 0 138710 0
[pid=3092/tid=3093] ppid=2898 vsize=555624 CPUtime=261.54
/proc/3092/task/3093/stat : 3093 (manysat1.1_stat) R 2898 2898 28360 0 -1 4202560 7503 0 0 0 26106 48 0 0 25 0 4 0 934561049 568958976 128937 4294967295 134512640 135305190 3217989664 2998934720 134528298 0 0 0 3 0 0 0 -1 2 0 0 0
[pid=3092/tid=3094] ppid=2898 vsize=555624 CPUtime=262.89
/proc/3092/task/3094/stat : 3094 (manysat1.1_stat) R 2898 2898 28360 0 -1 4202560 10809 0 0 0 26255 34 0 0 25 0 4 0 934561049 568958976 128937 4294967295 134512640 135305190 3217989664 2990546112 134528753 0 0 0 3 0 0 0 -1 1 0 0 0
[pid=3092/tid=3095] ppid=2898 vsize=555624 CPUtime=262.42
/proc/3092/task/3095/stat : 3095 (manysat1.1_stat) R 2898 2898 28360 0 -1 4202560 8348 0 0 0 26196 46 0 0 25 0 4 0 934561049 568958976 128937 4294967295 134512640 135305190 3217989664 2982157504 134528298 0 0 0 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1117.3
Current children cumulated vsize (KiB) 558044

[startup+331.908 s]
/proc/loadavg: 4.83 4.09 3.99 6/103 4064
/proc/meminfo: memFree=2186052/3368532 swapFree=1959840/1959888
[pid=2898] ppid=2896 vsize=2420 CPUtime=64.91
/proc/2898/stat : 2898 (manysat.sh) S 2896 2898 28360 0 -1 4194304 370 114596 0 0 0 0 6438 53 15 0 1 0 934554276 2478080 275 4294967295 134512640 135169312 3221177152 3221173368 3085717230 0 65536 4 65538 3222376037 0 0 17 2 0 0 0
/proc/2898/statm: 605 275 231 161 0 44 0
[pid=3092] ppid=2898 vsize=555624 CPUtime=1055.58
/proc/3092/stat : 3092 (manysat1.1_stat) R 2898 2898 28360 0 -1 4202496 129197 0 0 0 105344 214 0 0 25 0 4 0 934560767 568958976 128937 4294967295 134512640 135305190 3217989664 3217987840 134528229 0 0 0 3 4294967295 0 0 17 0 0 0 0
/proc/3092/statm: 138906 128937 79 194 0 138710 0
[pid=3092/tid=3093] ppid=2898 vsize=555624 CPUtime=262.34
/proc/3092/task/3093/stat : 3093 (manysat1.1_stat) R 2898 2898 28360 0 -1 4202560 7503 0 0 0 26186 48 0 0 25 0 4 0 934561049 568958976 128937 4294967295 134512640 135305190 3217989664 2998934720 134530561 0 0 0 3 0 0 0 -1 2 0 0 0
[pid=3092/tid=3094] ppid=2898 vsize=555624 CPUtime=263.68
/proc/3092/task/3094/stat : 3094 (manysat1.1_stat) R 2898 2898 28360 0 -1 4202560 10809 0 0 0 26334 34 0 0 25 0 4 0 934561049 568958976 128937 4294967295 134512640 135305190 3217989664 2990546112 134528298 0 0 0 3 0 0 0 -1 1 0 0 0
[pid=3092/tid=3095] ppid=2898 vsize=555624 CPUtime=263.22
/proc/3092/task/3095/stat : 3095 (manysat1.1_stat) R 2898 2898 28360 0 -1 4202560 8348 0 0 0 26276 46 0 0 25 0 4 0 934561049 568958976 128937 4294967295 134512640 135305190 3217989664 2982157504 134528298 0 0 0 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1120.49
Current children cumulated vsize (KiB) 558044

[startup+332.708 s]
/proc/loadavg: 4.83 4.09 3.99 5/103 4064
/proc/meminfo: memFree=2185904/3368532 swapFree=1959840/1959888
[pid=2898] ppid=2896 vsize=2420 CPUtime=64.91
/proc/2898/stat : 2898 (manysat.sh) S 2896 2898 28360 0 -1 4194304 370 114596 0 0 0 0 6438 53 15 0 1 0 934554276 2478080 275 4294967295 134512640 135169312 3221177152 3221173368 3085717230 0 65536 4 65538 3222376037 0 0 17 2 0 0 0
/proc/2898/statm: 605 275 231 161 0 44 0
[pid=3092] ppid=2898 vsize=555768 CPUtime=1058.78
/proc/3092/stat : 3092 (manysat1.1_stat) R 2898 2898 28360 0 -1 4202496 129232 0 0 0 105664 214 0 0 25 0 4 0 934560767 569106432 128972 4294967295 134512640 135305190 3217989664 3217987840 134528298 0 0 0 3 4294967295 0 0 17 0 0 0 0
/proc/3092/statm: 138942 128972 79 194 0 138746 0
[pid=3092/tid=3093] ppid=2898 vsize=555768 CPUtime=263.14
/proc/3092/task/3093/stat : 3093 (manysat1.1_stat) R 2898 2898 28360 0 -1 4202560 7503 0 0 0 26266 48 0 0 25 0 4 0 934561049 569106432 128972 4294967295 134512640 135305190 3217989664 2998934720 134528229 0 0 0 3 0 0 0 -1 2 0 0 0
[pid=3092/tid=3094] ppid=2898 vsize=555768 CPUtime=264.48
/proc/3092/task/3094/stat : 3094 (manysat1.1_stat) R 2898 2898 28360 0 -1 4202560 10844 0 0 0 26414 34 0 0 25 0 4 0 934561049 569106432 128972 4294967295 134512640 135305190 3217989664 2990546112 134528480 0 0 0 3 0 0 0 -1 1 0 0 0
[pid=3092/tid=3095] ppid=2898 vsize=555768 CPUtime=264.02
/proc/3092/task/3095/stat : 3095 (manysat1.1_stat) R 2898 2898 28360 0 -1 4202560 8348 0 0 0 26356 46 0 0 25 0 4 0 934561049 569106432 128972 4294967295 134512640 135305190 3217989664 2982157504 134528229 0 0 0 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1123.69
Current children cumulated vsize (KiB) 558188

[startup+333.108 s]
/proc/loadavg: 4.83 4.09 3.99 5/103 4064
/proc/meminfo: memFree=2185904/3368532 swapFree=1959840/1959888
[pid=2898] ppid=2896 vsize=2420 CPUtime=64.91
/proc/2898/stat : 2898 (manysat.sh) S 2896 2898 28360 0 -1 4194304 370 114596 0 0 0 0 6438 53 15 0 1 0 934554276 2478080 275 4294967295 134512640 135169312 3221177152 3221173368 3085717230 0 65536 4 65538 3222376037 0 0 17 2 0 0 0
/proc/2898/statm: 605 275 231 161 0 44 0
[pid=3092] ppid=2898 vsize=555768 CPUtime=1060.38
/proc/3092/stat : 3092 (manysat1.1_stat) R 2898 2898 28360 0 -1 4202496 129235 0 0 0 105824 214 0 0 25 0 4 0 934560767 569106432 128975 4294967295 134512640 135305190 3217989664 3217987840 134528229 0 0 0 3 4294967295 0 0 17 0 0 0 0
/proc/3092/statm: 138942 128975 79 194 0 138746 0
[pid=3092/tid=3093] ppid=2898 vsize=555768 CPUtime=263.54
/proc/3092/task/3093/stat : 3093 (manysat1.1_stat) R 2898 2898 28360 0 -1 4202560 7503 0 0 0 26306 48 0 0 25 0 4 0 934561049 569106432 128975 4294967295 134512640 135305190 3217989664 2998934720 134528539 0 0 0 3 0 0 0 -1 2 0 0 0
[pid=3092/tid=3094] ppid=2898 vsize=555768 CPUtime=264.88
/proc/3092/task/3094/stat : 3094 (manysat1.1_stat) R 2898 2898 28360 0 -1 4202560 10847 0 0 0 26454 34 0 0 25 0 4 0 934561049 569106432 128975 4294967295 134512640 135305190 3217989664 2990546112 134528503 0 0 0 3 0 0 0 -1 1 0 0 0
[pid=3092/tid=3095] ppid=2898 vsize=555768 CPUtime=264.42
/proc/3092/task/3095/stat : 3095 (manysat1.1_stat) R 2898 2898 28360 0 -1 4202560 8348 0 0 0 26396 46 0 0 25 0 4 0 934561049 569106432 128975 4294967295 134512640 135305190 3217989664 2982157504 134528768 0 0 0 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1125.29
Current children cumulated vsize (KiB) 558188

[startup+333.208 s]
/proc/loadavg: 4.77 4.09 3.99 6/103 4064
/proc/meminfo: memFree=2185804/3368532 swapFree=1959840/1959888
[pid=2898] ppid=2896 vsize=2420 CPUtime=64.91
/proc/2898/stat : 2898 (manysat.sh) S 2896 2898 28360 0 -1 4194304 370 114596 0 0 0 0 6438 53 15 0 1 0 934554276 2478080 275 4294967295 134512640 135169312 3221177152 3221173368 3085717230 0 65536 4 65538 3222376037 0 0 17 2 0 0 0
/proc/2898/statm: 605 275 231 161 0 44 0
[pid=3092] ppid=2898 vsize=555768 CPUtime=1060.79
/proc/3092/stat : 3092 (manysat1.1_stat) R 2898 2898 28360 0 -1 4202496 129237 0 0 0 105865 214 0 0 25 0 4 0 934560767 569106432 128977 4294967295 134512640 135305190 3217989664 3217987840 134528480 0 0 0 3 4294967295 0 0 17 0 0 0 0
/proc/3092/statm: 138942 128977 79 194 0 138746 0
[pid=3092/tid=3093] ppid=2898 vsize=555768 CPUtime=263.64
/proc/3092/task/3093/stat : 3093 (manysat1.1_stat) R 2898 2898 28360 0 -1 4202560 7503 0 0 0 26316 48 0 0 25 0 4 0 934561049 569106432 128977 4294967295 134512640 135305190 3217989664 2998934720 134528229 0 0 0 3 0 0 0 -1 2 0 0 0
[pid=3092/tid=3094] ppid=2898 vsize=555768 CPUtime=264.98
/proc/3092/task/3094/stat : 3094 (manysat1.1_stat) R 2898 2898 28360 0 -1 4202560 10848 0 0 0 26464 34 0 0 25 0 4 0 934561049 569106432 128977 4294967295 134512640 135305190 3217989664 2990546112 134528229 0 0 0 3 0 0 0 -1 1 0 0 0
[pid=3092/tid=3095] ppid=2898 vsize=555768 CPUtime=264.52
/proc/3092/task/3095/stat : 3095 (manysat1.1_stat) R 2898 2898 28360 0 -1 4202560 8348 0 0 0 26406 46 0 0 25 0 4 0 934561049 569106432 128977 4294967295 134512640 135305190 3217989664 2982157504 134528557 0 0 0 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1125.7
Current children cumulated vsize (KiB) 558188

Child status: 20
Real time (s): 333.28
CPU time (s): 1125.8
CPU user time (s): 1123.07
CPU system time (s): 2.73
CPU usage (%): 337.794
Max. virtual memory (cumulated for all children) (KiB): 558188

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1123.07
system time used= 2.73
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 244496
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= 72032
involuntary context switches= 46070

runsolver used 0.01 second user time and 0.02 second system time

The end

Launcher Data

Begin job on tipi39 at 2009-05-28 18:56:11
IDJOB=1780267
IDBENCH=70965
IDSOLVER=626
FILE ID=tipi39/1780267-1243529771
PBS_JOBID=
Free space on /tmp= 5674 MiB

SOLVER NAME= ManySAT 1.1 aimd 2/2009-03-20 (4 threads)
BENCH NAME= SAT09/APPLICATIONS/bioinfo/q_query_3_L200_coli.sat.cnf
COMMAND LINE= manysat.sh BENCHNAME aimd 2
RUNSOLVER COMMAND LINE= runsolver --timestamp  -w /tmp/evaluation-result-1780267-1243529771/watcher-1780267-1243529771 -o /tmp/evaluation-result-1780267-1243529771/solver-1780267-1243529771 -C 10000 -W 1000 -M 2047  manysat.sh HOME/instance-1780267-1243529771.cnf aimd 2

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

MD5SUM BENCH= 853982f8646333d217e35d938b7eb00b
RANDOM SEED= 1396710191

Linux tipi39 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.067
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.41
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.067
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.10
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.067
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.067
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:       2765628 kB
Buffers:         49332 kB
Cached:         448292 kB
SwapCached:          0 kB
Active:         108520 kB
Inactive:       405404 kB
HighTotal:     2489216 kB
HighFree:      2027072 kB
LowTotal:       879316 kB
LowFree:        738556 kB
SwapTotal:     1959888 kB
SwapFree:      1959840 kB
Dirty:           74144 kB
Writeback:           0 kB
AnonPages:       16556 kB
Mapped:           6056 kB
Slab:            79268 kB
SReclaimable:    67992 kB
SUnreclaim:      11276 kB
PageTables:        528 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   3644152 kB
Committed_AS:    95160 kB
VmallocTotal:   114680 kB
VmallocUsed:      1444 kB
VmallocChunk:   113072 kB

Free space on /tmp at the end= 5673 MiB
End job on tipi39 at 2009-05-28 19:01:49