Trace number 1780804

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) 3209.34 1000.04

General information on the benchmark

NameAPPLICATIONS/satComp09_BioInstances/
ndhf_xits_12_UNSAT.cnf
MD5SUMecc4810d82e30597ea8451526243ec09
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 variables2522
Number of clauses243459
Sum of the clauses size726523
Maximum clause length13
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 24164
Number of clauses of size 3239264
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 531

Solver Data

0.00/0.00	c Parsing...
0.11/0.13	c ==============================================================================
0.11/0.13	c |           |     ORIGINAL     |              LEARNT              |          |
0.11/0.13	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.11/0.13	c ==============================================================================
0.11/0.13	c |         0 |  243459   726523 |   73037       0        0     nan |  0.000 % |
2.51/2.53	c |         0 |  242248  1066319 |      --       0       --      -- |     --   | -1211/339796
2.51/2.53	c ==============================================================================
2.51/2.53	c Result  :   #vars: 1581   #clauses: 242248   #literals: 1066319
2.51/2.53	c CPU time:   2.5 s
2.51/2.53	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-1780804-1243536347/watcher-1780804-1243536347 -o /tmp/evaluation-result-1780804-1243536347/solver-1780804-1243536347 -C 10000 -W 1000 -M 2047 manysat.sh HOME/instance-1780804-1243536347.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: 5.34 5.63 5.62 4/124 14552
/proc/meminfo: memFree=1775684/3368532 swapFree=1957708/1959888
[pid=14552] ppid=14550 vsize=2416 CPUtime=0
/proc/14552/stat : 14552 (manysat.sh) R 14550 14552 21334 0 -1 4194304 334 0 0 0 0 0 0 0 18 0 1 0 1118298723 2473984 274 4294967295 134512640 135169312 3212841792 3212840268 3085653876 0 65538 4 65536 0 0 0 17 0 0 0 0
/proc/14552/statm: 604 274 231 161 0 43 0
[pid=14553] ppid=14552 vsize=1396 CPUtime=0
/proc/14553/stat : 14553 (SatElite) R 14552 14552 21334 0 -1 4202496 284 0 0 0 0 0 0 0 18 0 1 0 1118298723 1429504 221 4294967295 134512640 135034092 3220980432 3220976776 134691005 0 0 0 3 0 0 0 17 0 0 0 0
/proc/14553/statm: 349 221 49 128 0 219 0

[startup+0.087725 s]
/proc/loadavg: 5.34 5.63 5.62 4/124 14552
/proc/meminfo: memFree=1775684/3368532 swapFree=1957708/1959888
[pid=14552] ppid=14550 vsize=2416 CPUtime=0
/proc/14552/stat : 14552 (manysat.sh) S 14550 14552 21334 0 -1 4194304 349 0 0 0 0 0 0 0 18 0 1 0 1118298723 2473984 274 4294967295 134512640 135169312 3212841792 3212840328 3085651694 0 65536 4 65538 3222376037 0 0 17 1 0 0 0
/proc/14552/statm: 604 274 231 161 0 43 0
[pid=14553] ppid=14552 vsize=8972 CPUtime=0.09
/proc/14553/stat : 14553 (SatElite) R 14552 14552 21334 0 -1 4202496 2101 0 0 0 9 0 0 0 19 0 1 0 1118298723 9187328 2038 4294967295 134512640 135034092 3220980432 3220976776 134691005 0 0 0 3 0 0 0 17 0 0 0 0
/proc/14553/statm: 2243 2038 49 128 0 2113 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 11388

[startup+0.10772 s]
/proc/loadavg: 5.34 5.63 5.62 4/124 14552
/proc/meminfo: memFree=1775684/3368532 swapFree=1957708/1959888
[pid=14552] ppid=14550 vsize=2416 CPUtime=0
/proc/14552/stat : 14552 (manysat.sh) S 14550 14552 21334 0 -1 4194304 349 0 0 0 0 0 0 0 18 0 1 0 1118298723 2473984 274 4294967295 134512640 135169312 3212841792 3212840328 3085651694 0 65536 4 65538 3222376037 0 0 17 1 0 0 0
/proc/14552/statm: 604 274 231 161 0 43 0
[pid=14553] ppid=14552 vsize=10556 CPUtime=0.11
/proc/14553/stat : 14553 (SatElite) R 14552 14552 21334 0 -1 4202496 2528 0 0 0 11 0 0 0 19 0 1 0 1118298723 10809344 2465 4294967295 134512640 135034092 3220980432 3220976776 134691005 0 0 0 3 0 0 0 17 0 0 0 0
/proc/14553/statm: 2639 2466 49 128 0 2509 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 12972

[startup+0.307703 s]
/proc/loadavg: 5.34 5.63 5.62 4/124 14552
/proc/meminfo: memFree=1775684/3368532 swapFree=1957708/1959888
[pid=14552] ppid=14550 vsize=2416 CPUtime=0
/proc/14552/stat : 14552 (manysat.sh) S 14550 14552 21334 0 -1 4194304 349 0 0 0 0 0 0 0 18 0 1 0 1118298723 2473984 274 4294967295 134512640 135169312 3212841792 3212840328 3085651694 0 65536 4 65538 3222376037 0 0 17 1 0 0 0
/proc/14552/statm: 604 274 231 161 0 43 0
[pid=14553] ppid=14552 vsize=19528 CPUtime=0.31
/proc/14553/stat : 14553 (SatElite) R 14552 14552 21334 0 -1 4202496 4796 0 0 0 31 0 0 0 20 0 1 0 1118298723 19996672 4733 4294967295 134512640 135034092 3220980432 3220976428 134691101 0 0 0 3 0 0 0 17 0 0 0 0
/proc/14553/statm: 4882 4733 67 128 0 4752 0
Current children cumulated CPU time (s) 0.31
Current children cumulated vsize (KiB) 21944

[startup+0.707669 s]
/proc/loadavg: 5.34 5.63 5.62 4/124 14552
/proc/meminfo: memFree=1775684/3368532 swapFree=1957708/1959888
[pid=14552] ppid=14550 vsize=2416 CPUtime=0
/proc/14552/stat : 14552 (manysat.sh) S 14550 14552 21334 0 -1 4194304 349 0 0 0 0 0 0 0 18 0 1 0 1118298723 2473984 274 4294967295 134512640 135169312 3212841792 3212840328 3085651694 0 65536 4 65538 3222376037 0 0 17 1 0 0 0
/proc/14552/statm: 604 274 231 161 0 43 0
[pid=14553] ppid=14552 vsize=25520 CPUtime=0.71
/proc/14553/stat : 14553 (SatElite) R 14552 14552 21334 0 -1 4202496 5911 0 0 0 68 3 0 0 21 0 1 0 1118298723 26132480 5848 4294967295 134512640 135034092 3220980432 3220976976 134583032 0 0 0 3 0 0 0 17 0 0 0 0
/proc/14553/statm: 6380 5848 67 128 0 6250 0
Current children cumulated CPU time (s) 0.71
Current children cumulated vsize (KiB) 27936

[startup+1.5076 s]
/proc/loadavg: 5.34 5.63 5.62 3/126 14554
/proc/meminfo: memFree=1750672/3368532 swapFree=1957708/1959888
[pid=14552] ppid=14550 vsize=2416 CPUtime=0
/proc/14552/stat : 14552 (manysat.sh) S 14550 14552 21334 0 -1 4194304 349 0 0 0 0 0 0 0 18 0 1 0 1118298723 2473984 274 4294967295 134512640 135169312 3212841792 3212840328 3085651694 0 65536 4 65538 3222376037 0 0 17 1 0 0 0
/proc/14552/statm: 604 274 231 161 0 43 0
[pid=14553] ppid=14552 vsize=27312 CPUtime=1.51
/proc/14553/stat : 14553 (SatElite) R 14552 14552 21334 0 -1 4202496 6154 0 0 0 148 3 0 0 23 0 1 0 1118298723 27967488 6091 4294967295 134512640 135034092 3220980432 3220976736 134569386 0 0 0 3 0 0 0 17 0 0 0 0
/proc/14553/statm: 6828 6091 67 128 0 6698 0
Current children cumulated CPU time (s) 1.51
Current children cumulated vsize (KiB) 29728

[startup+3.10747 s]
/proc/loadavg: 5.34 5.63 5.62 3/126 14554
/proc/meminfo: memFree=1750292/3368532 swapFree=1957708/1959888
[pid=14552] ppid=14550 vsize=2420 CPUtime=2.87
/proc/14552/stat : 14552 (manysat.sh) S 14550 14552 21334 0 -1 4194304 370 6159 0 0 0 0 284 3 18 0 1 0 1118298723 2478080 275 4294967295 134512640 135169312 3212841792 3212838008 3085651694 0 65536 4 65538 3222376037 0 0 17 0 0 0 0
/proc/14552/statm: 605 275 231 161 0 44 0
Current children cumulated CPU time (s) 2.87
Current children cumulated vsize (KiB) 2420

[startup+6.3072 s]
/proc/loadavg: 5.31 5.62 5.62 7/129 14559
/proc/meminfo: memFree=1696360/3368532 swapFree=1957708/1959888
[pid=14552] ppid=14550 vsize=2420 CPUtime=2.87
/proc/14552/stat : 14552 (manysat.sh) S 14550 14552 21334 0 -1 4194304 370 6159 0 0 0 0 284 3 18 0 1 0 1118298723 2478080 275 4294967295 134512640 135169312 3212841792 3212838008 3085651694 0 65536 4 65538 3222376037 0 0 17 0 0 0 0
/proc/14552/statm: 605 275 231 161 0 44 0
[pid=14555] ppid=14552 vsize=103872 CPUtime=9.3
/proc/14555/stat : 14555 (manysat1.1_stat) R 14552 14552 21334 0 -1 4202496 19058 0 0 0 922 8 0 0 17 0 4 0 1118299010 106364928 18993 4294967295 134512640 135305190 3216127584 3216125476 134695249 0 0 0 3 4294967295 0 0 17 0 0 0 0
/proc/14555/statm: 25968 18993 79 194 0 25772 0
[pid=14555/tid=14556] ppid=14552 vsize=103872 CPUtime=1.92
/proc/14555/task/14556/stat : 14556 (manysat1.1_stat) R 14552 14552 21334 0 -1 4202560 1140 0 0 0 191 1 0 0 20 0 4 0 1118299057 106364928 18993 4294967295 134512640 135305190 3216127584 3080133824 134528248 0 0 0 3 0 0 0 -1 2 0 0 0
[pid=14555/tid=14557] ppid=14552 vsize=103872 CPUtime=1.28
/proc/14555/task/14557/stat : 14557 (manysat1.1_stat) R 14552 14552 21334 0 -1 4202560 866 0 0 0 128 0 0 0 21 0 4 0 1118299057 106364928 18993 4294967295 134512640 135305190 3216127584 3071745140 134695249 0 0 0 3 0 0 0 -1 2 0 0 0
[pid=14555/tid=14558] ppid=14552 vsize=103872 CPUtime=2.71
/proc/14555/task/14558/stat : 14558 (manysat1.1_stat) R 14552 14552 21334 0 -1 4202560 1057 0 0 0 271 0 0 0 21 0 4 0 1118299057 106364928 18993 4294967295 134512640 135305190 3216127584 3063356608 134528341 0 0 0 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 12.17
Current children cumulated vsize (KiB) 106292

[startup+12.7066 s]
/proc/loadavg: 5.29 5.61 5.61 7/129 14559
/proc/meminfo: memFree=1681764/3368532 swapFree=1957708/1959888
[pid=14552] ppid=14550 vsize=2420 CPUtime=2.87
/proc/14552/stat : 14552 (manysat.sh) S 14550 14552 21334 0 -1 4194304 370 6159 0 0 0 0 284 3 18 0 1 0 1118298723 2478080 275 4294967295 134512640 135169312 3212841792 3212838008 3085651694 0 65536 4 65538 3222376037 0 0 17 0 0 0 0
/proc/14552/statm: 605 275 231 161 0 44 0
[pid=14555] ppid=14552 vsize=116316 CPUtime=28.46
/proc/14555/stat : 14555 (manysat1.1_stat) R 14552 14552 21334 0 -1 4202496 22306 0 0 0 2835 11 0 0 25 0 4 0 1118299010 119107584 22241 4294967295 134512640 135305190 3216127584 3216125760 134528410 0 0 0 3 4294967295 0 0 17 0 0 0 0
/proc/14555/statm: 29079 22241 79 194 0 28883 0
[pid=14555/tid=14556] ppid=14552 vsize=116316 CPUtime=4.74
/proc/14555/task/14556/stat : 14556 (manysat1.1_stat) R 14552 14552 21334 0 -1 4202560 1544 0 0 0 471 3 0 0 25 0 4 0 1118299057 119107584 22241 4294967295 134512640 135305190 3216127584 3080133824 134528341 0 0 0 3 0 0 0 -1 0 0 0 0
[pid=14555/tid=14557] ppid=14552 vsize=116316 CPUtime=7.36
/proc/14555/task/14557/stat : 14557 (manysat1.1_stat) R 14552 14552 21334 0 -1 4202560 2283 0 0 0 736 0 0 0 25 0 4 0 1118299057 119107584 22241 4294967295 134512640 135305190 3216127584 3071745216 134528298 0 0 0 3 0 0 0 -1 2 0 0 0
[pid=14555/tid=14558] ppid=14552 vsize=116316 CPUtime=9.1
/proc/14555/task/14558/stat : 14558 (manysat1.1_stat) R 14552 14552 21334 0 -1 4202560 1867 0 0 0 910 0 0 0 25 0 4 0 1118299057 119107584 22241 4294967295 134512640 135305190 3216127584 3063356608 134528229 0 0 0 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 31.33
Current children cumulated vsize (KiB) 118736

[startup+25.5055 s]
/proc/loadavg: 5.30 5.59 5.61 6/129 14560
/proc/meminfo: memFree=1662096/3368532 swapFree=1957708/1959888
[pid=14552] ppid=14550 vsize=2420 CPUtime=2.87
/proc/14552/stat : 14552 (manysat.sh) S 14550 14552 21334 0 -1 4194304 370 6159 0 0 0 0 284 3 18 0 1 0 1118298723 2478080 275 4294967295 134512640 135169312 3212841792 3212838008 3085651694 0 65536 4 65538 3222376037 0 0 17 0 0 0 0
/proc/14552/statm: 605 275 231 161 0 44 0
[pid=14555] ppid=14552 vsize=136344 CPUtime=66.73
/proc/14555/stat : 14555 (manysat1.1_stat) R 14552 14552 21334 0 -1 4202496 27051 0 0 0 6654 19 0 0 25 0 4 0 1118299010 139616256 26986 4294967295 134512640 135305190 3216127584 3216125760 134528265 0 0 0 3 4294967295 0 0 17 0 0 0 0
/proc/14555/statm: 34086 26986 79 194 0 33890 0
[pid=14555/tid=14556] ppid=14552 vsize=136344 CPUtime=11.34
/proc/14555/task/14556/stat : 14556 (manysat1.1_stat) R 14552 14552 21334 0 -1 4202560 2046 0 0 0 1130 4 0 0 25 0 4 0 1118299057 139616256 26986 4294967295 134512640 135305190 3216127584 3080133824 134528229 0 0 0 3 0 0 0 -1 0 0 0 0
[pid=14555/tid=14557] ppid=14552 vsize=136344 CPUtime=20.16
/proc/14555/task/14557/stat : 14557 (manysat1.1_stat) R 14552 14552 21334 0 -1 4202560 4125 0 0 0 2013 3 0 0 25 0 4 0 1118299057 139616256 26986 4294967295 134512640 135305190 3216127584 3071745216 134528392 0 0 0 3 0 0 0 -1 2 0 0 0
[pid=14555/tid=14558] ppid=14552 vsize=136344 CPUtime=21.77
/proc/14555/task/14558/stat : 14558 (manysat1.1_stat) R 14552 14552 21334 0 -1 4202560 3378 0 0 0 2173 4 0 0 25 0 4 0 1118299057 139616256 26986 4294967295 134512640 135305190 3216127584 3063356608 134528298 0 0 0 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 69.6
Current children cumulated vsize (KiB) 138764

[startup+51.1133 s]
/proc/loadavg: 5.35 5.58 5.60 9/130 14588
/proc/meminfo: memFree=2143324/3368532 swapFree=1957708/1959888
[pid=14552] ppid=14550 vsize=2420 CPUtime=2.87
/proc/14552/stat : 14552 (manysat.sh) S 14550 14552 21334 0 -1 4194304 370 6159 0 0 0 0 284 3 18 0 1 0 1118298723 2478080 275 4294967295 134512640 135169312 3212841792 3212838008 3085651694 0 65536 4 65538 3222376037 0 0 17 0 0 0 0
/proc/14552/statm: 605 275 231 161 0 44 0
[pid=14555] ppid=14552 vsize=156908 CPUtime=145.4
/proc/14555/stat : 14555 (manysat1.1_stat) R 14552 14552 21334 0 -1 4202496 32324 0 0 0 14514 26 0 0 25 0 4 0 1118299010 160673792 32259 4294967295 134512640 135305190 3216127584 3216125760 134528298 0 0 0 3 4294967295 0 0 17 1 0 0 0
/proc/14555/statm: 39227 32259 79 194 0 39031 0
[pid=14555/tid=14556] ppid=14552 vsize=156908 CPUtime=32.02
/proc/14555/task/14556/stat : 14556 (manysat1.1_stat) R 14552 14552 21334 0 -1 4202560 3180 0 0 0 3194 8 0 0 25 0 4 0 1118299057 160673792 32259 4294967295 134512640 135305190 3216127584 3080133824 134528298 0 0 0 3 0 0 0 -1 0 0 0 0
[pid=14555/tid=14557] ppid=14552 vsize=156908 CPUtime=45.71
/proc/14555/task/14557/stat : 14557 (manysat1.1_stat) R 14552 14552 21334 0 -1 4202560 5969 0 0 0 4565 6 0 0 25 0 4 0 1118299057 160673792 32259 4294967295 134512640 135305190 3216127584 3071745216 134528768 0 0 0 3 0 0 0 -1 2 0 0 0
[pid=14555/tid=14558] ppid=14552 vsize=156908 CPUtime=36.05
/proc/14555/task/14558/stat : 14558 (manysat1.1_stat) R 14552 14552 21334 0 -1 4202560 4485 0 0 0 3601 4 0 0 25 0 4 0 1118299057 160673792 32259 4294967295 134512640 135305190 3216127584 3063356608 134528298 0 0 0 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 148.27
Current children cumulated vsize (KiB) 159328

[startup+102.319 s]
/proc/loadavg: 5.30 5.53 5.58 6/129 14750
/proc/meminfo: memFree=1387480/3368532 swapFree=1957708/1959888
[pid=14552] ppid=14550 vsize=2420 CPUtime=2.87
/proc/14552/stat : 14552 (manysat.sh) S 14550 14552 21334 0 -1 4194304 370 6159 0 0 0 0 284 3 18 0 1 0 1118298723 2478080 275 4294967295 134512640 135169312 3212841792 3212838008 3085651694 0 65536 4 65538 3222376037 0 0 17 0 0 0 0
/proc/14552/statm: 605 275 231 161 0 44 0
[pid=14555] ppid=14552 vsize=192688 CPUtime=318.26
/proc/14555/stat : 14555 (manysat1.1_stat) R 14552 14552 21334 0 -1 4202496 40895 0 0 0 31665 161 0 0 25 0 4 0 1118299010 197312512 40830 4294967295 134512640 135305190 3216127584 3216125760 134528298 0 0 0 3 4294967295 0 0 17 1 0 0 0
/proc/14555/statm: 48172 40830 79 194 0 47976 0
[pid=14555/tid=14556] ppid=14552 vsize=192688 CPUtime=82.51
/proc/14555/task/14556/stat : 14556 (manysat1.1_stat) R 14552 14552 21334 0 -1 4202560 5750 0 0 0 8214 37 0 0 25 0 4 0 1118299057 197312512 40830 4294967295 134512640 135305190 3216127584 3080133824 134528157 0 0 0 3 0 0 0 -1 0 0 0 0
[pid=14555/tid=14557] ppid=14552 vsize=192688 CPUtime=86.7
/proc/14555/task/14557/stat : 14557 (manysat1.1_stat) R 14552 14552 21334 0 -1 4202560 8533 0 0 0 8622 48 0 0 25 0 4 0 1118299057 197312512 40830 4294967295 134512640 135305190 3216127584 3071745216 134528379 0 0 0 3 0 0 0 -1 2 0 0 0
[pid=14555/tid=14558] ppid=14552 vsize=192688 CPUtime=66.61
/proc/14555/task/14558/stat : 14558 (manysat1.1_stat) R 14552 14552 21334 0 -1 4202560 5810 0 0 0 6636 25 0 0 25 0 4 0 1118299057 197312512 40830 4294967295 134512640 135305190 3216127584 3063356608 134528392 0 0 0 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 321.13
Current children cumulated vsize (KiB) 195108

[startup+162.314 s]
/proc/loadavg: 5.50 5.54 5.58 7/129 14941
/proc/meminfo: memFree=1359876/3368532 swapFree=1957708/1959888
[pid=14552] ppid=14550 vsize=2420 CPUtime=2.87
/proc/14552/stat : 14552 (manysat.sh) S 14550 14552 21334 0 -1 4194304 370 6159 0 0 0 0 284 3 18 0 1 0 1118298723 2478080 275 4294967295 134512640 135169312 3212841792 3212838008 3085651694 0 65536 4 65538 3222376037 0 0 17 0 0 0 0
/proc/14552/statm: 605 275 231 161 0 44 0
[pid=14555] ppid=14552 vsize=221788 CPUtime=503.64
/proc/14555/stat : 14555 (manysat1.1_stat) R 14552 14552 21334 0 -1 4202496 47598 0 0 0 50184 180 0 0 25 0 4 0 1118299010 227110912 47533 4294967295 134512640 135305190 3216127584 3216125760 134528392 0 0 0 3 4294967295 0 0 17 1 0 0 0
/proc/14555/statm: 55447 47533 79 194 0 55251 0
[pid=14555/tid=14556] ppid=14552 vsize=221788 CPUtime=134.41
/proc/14555/task/14556/stat : 14556 (manysat1.1_stat) R 14552 14552 21334 0 -1 4202560 7619 0 0 0 13398 43 0 0 25 0 4 0 1118299057 227110912 47533 4294967295 134512640 135305190 3216127584 3080133824 134528298 0 0 0 3 0 0 0 -1 0 0 0 0
[pid=14555/tid=14557] ppid=14552 vsize=221788 CPUtime=123.41
/proc/14555/task/14557/stat : 14557 (manysat1.1_stat) R 14552 14552 21334 0 -1 4202560 9681 0 0 0 12291 50 0 0 25 0 4 0 1118299057 227110912 47533 4294967295 134512640 135305190 3216127584 3071745216 134528298 0 0 0 3 0 0 0 -1 0 0 0 0
[pid=14555/tid=14558] ppid=14552 vsize=221788 CPUtime=103.41
/proc/14555/task/14558/stat : 14558 (manysat1.1_stat) R 14552 14552 21334 0 -1 4202560 7356 0 0 0 10313 28 0 0 25 0 4 0 1118299057 227110912 47533 4294967295 134512640 135305190 3216127584 3063356608 134528768 0 0 0 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 506.51
Current children cumulated vsize (KiB) 224208

[startup+222.309 s]

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

/proc/14555/task/14558/stat : 14558 (manysat1.1_stat) R 14552 14552 21334 0 -1 4202560 12903 0 0 0 29102 47 0 0 25 0 4 0 1118299057 295813120 63573 4294967295 134512640 135305190 3216127584 3063356608 134528298 0 0 0 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1585.03
Current children cumulated vsize (KiB) 291300

[startup+582.307 s]
/proc/loadavg: 5.72 5.73 5.64 7/129 16262
/proc/meminfo: memFree=1802352/3368532 swapFree=1957708/1959888
[pid=14552] ppid=14550 vsize=2420 CPUtime=2.87
/proc/14552/stat : 14552 (manysat.sh) S 14550 14552 21334 0 -1 4194304 370 6159 0 0 0 0 284 3 18 0 1 0 1118298723 2478080 275 4294967295 134512640 135169312 3212841792 3212838008 3085651694 0 65536 4 65538 3222376037 0 0 17 0 0 0 0
/proc/14552/statm: 605 275 231 161 0 44 0
[pid=14555] ppid=14552 vsize=298956 CPUtime=1765.06
/proc/14555/stat : 14555 (manysat1.1_stat) R 14552 14552 21334 0 -1 4202496 66031 0 0 0 176221 285 0 0 25 0 4 0 1118299010 306130944 65962 4294967295 134512640 135305190 3216127584 3216125760 134528392 0 0 0 3 4294967295 0 0 17 1 0 0 0
/proc/14555/statm: 74739 65962 79 194 0 74543 0
[pid=14555/tid=14556] ppid=14552 vsize=298956 CPUtime=533.41
/proc/14555/task/14556/stat : 14556 (manysat1.1_stat) R 14552 14552 21334 0 -1 4202560 10964 0 0 0 53250 91 0 0 25 0 4 0 1118299057 306130944 65962 4294967295 134512640 135305190 3216127584 3080133824 134528690 0 0 0 3 0 0 0 -1 3 0 0 0
[pid=14555/tid=14557] ppid=14552 vsize=298956 CPUtime=466.39
/proc/14555/task/14557/stat : 14557 (manysat1.1_stat) R 14552 14552 21334 0 -1 4202560 16061 0 0 0 46571 68 0 0 25 0 4 0 1118299057 306130944 65962 4294967295 134512640 135305190 3216127584 3071745216 134528410 0 0 0 3 0 0 0 -1 2 0 0 0
[pid=14555/tid=14558] ppid=14552 vsize=298956 CPUtime=325.18
/proc/14555/task/14558/stat : 14558 (manysat1.1_stat) R 14552 14552 21334 0 -1 4202560 13336 0 0 0 32467 51 0 0 25 0 4 0 1118299057 306130944 65962 4294967295 134512640 135305190 3216127584 3063356608 134528298 0 0 0 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1767.93
Current children cumulated vsize (KiB) 301376

[startup+642.312 s]
/proc/loadavg: 5.52 5.67 5.62 7/129 16451
/proc/meminfo: memFree=1465404/3368532 swapFree=1957708/1959888
[pid=14552] ppid=14550 vsize=2420 CPUtime=2.87
/proc/14552/stat : 14552 (manysat.sh) S 14550 14552 21334 0 -1 4194304 370 6159 0 0 0 0 284 3 18 0 1 0 1118298723 2478080 275 4294967295 134512640 135169312 3212841792 3212838008 3085651694 0 65536 4 65538 3222376037 0 0 17 0 0 0 0
/proc/14552/statm: 605 275 231 161 0 44 0
[pid=14555] ppid=14552 vsize=306668 CPUtime=1974.88
/proc/14555/stat : 14555 (manysat1.1_stat) R 14552 14552 21334 0 -1 4202496 67510 0 0 0 197075 413 0 0 25 0 4 0 1118299010 314028032 67438 4294967295 134512640 135305190 3216127584 3216125760 134528421 0 0 0 3 4294967295 0 0 17 1 0 0 0
/proc/14555/statm: 76667 67438 79 194 0 76471 0
[pid=14555/tid=14556] ppid=14552 vsize=306668 CPUtime=587.35
/proc/14555/task/14556/stat : 14556 (manysat1.1_stat) R 14552 14552 21334 0 -1 4202560 11042 0 0 0 58615 120 0 0 25 0 4 0 1118299057 314028032 67438 4294967295 134512640 135305190 3216127584 3080133824 134528252 0 0 0 3 0 0 0 -1 3 0 0 0
[pid=14555/tid=14557] ppid=14552 vsize=306668 CPUtime=523.97
/proc/14555/task/14557/stat : 14557 (manysat1.1_stat) R 14552 14552 21334 0 -1 4202560 16172 0 0 0 52300 97 0 0 25 0 4 0 1118299057 314028032 67438 4294967295 134512640 135305190 3216127584 3071745216 134528298 0 0 0 3 0 0 0 -1 2 0 0 0
[pid=14555/tid=14558] ppid=14552 vsize=306668 CPUtime=364.18
/proc/14555/task/14558/stat : 14558 (manysat1.1_stat) R 14552 14552 21334 0 -1 4202560 13828 0 0 0 36337 81 0 0 25 0 4 0 1118299057 314028032 67438 4294967295 134512640 135305190 3216127584 3063356608 134528298 0 0 0 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1977.75
Current children cumulated vsize (KiB) 309088

[startup+702.307 s]
/proc/loadavg: 5.60 5.66 5.62 5/129 16637
/proc/meminfo: memFree=1028932/3368532 swapFree=1957708/1959888
[pid=14552] ppid=14550 vsize=2420 CPUtime=2.87
/proc/14552/stat : 14552 (manysat.sh) S 14550 14552 21334 0 -1 4194304 370 6159 0 0 0 0 284 3 18 0 1 0 1118298723 2478080 275 4294967295 134512640 135169312 3212841792 3212838008 3085651694 0 65536 4 65538 3222376037 0 0 17 0 0 0 0
/proc/14552/statm: 605 275 231 161 0 44 0
[pid=14555] ppid=14552 vsize=319612 CPUtime=2180.85
/proc/14555/stat : 14555 (manysat1.1_stat) R 14552 14552 21334 0 -1 4202496 70441 0 0 0 217515 570 0 0 25 0 4 0 1118299010 327282688 70369 4294967295 134512640 135305190 3216127584 3216125760 134528777 0 0 0 3 4294967295 0 0 17 1 0 0 0
/proc/14555/statm: 79903 70369 79 194 0 79707 0
[pid=14555/tid=14556] ppid=14552 vsize=319612 CPUtime=646.66
/proc/14555/task/14556/stat : 14556 (manysat1.1_stat) R 14552 14552 21334 0 -1 4202560 11644 0 0 0 64499 167 0 0 25 0 4 0 1118299057 327282688 70369 4294967295 134512640 135305190 3216127584 3080133824 134528298 0 0 0 3 0 0 0 -1 3 0 0 0
[pid=14555/tid=14557] ppid=14552 vsize=319612 CPUtime=573.47
/proc/14555/task/14557/stat : 14557 (manysat1.1_stat) R 14552 14552 21334 0 -1 4202560 16495 0 0 0 57215 132 0 0 25 0 4 0 1118299057 327282688 70369 4294967295 134512640 135305190 3216127584 3071744896 134552906 0 0 0 3 0 0 0 -1 0 0 0 0
[pid=14555/tid=14558] ppid=14552 vsize=319612 CPUtime=401.51
/proc/14555/task/14558/stat : 14558 (manysat1.1_stat) R 14552 14552 21334 0 -1 4202560 15347 0 0 0 40036 115 0 0 25 0 4 0 1118299057 327282688 70369 4294967295 134512640 135305190 3216127584 3063356400 134547909 0 0 0 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2183.72
Current children cumulated vsize (KiB) 322032

[startup+762.312 s]
/proc/loadavg: 5.83 5.70 5.64 7/129 16825
/proc/meminfo: memFree=506780/3368532 swapFree=1954872/1959888
[pid=14552] ppid=14550 vsize=2420 CPUtime=2.87
/proc/14552/stat : 14552 (manysat.sh) S 14550 14552 21334 0 -1 4194304 370 6159 0 0 0 0 284 3 18 0 1 0 1118298723 2478080 275 4294967295 134512640 135169312 3212841792 3212838008 3085651694 0 65536 4 65538 3222376037 0 0 17 0 0 0 0
/proc/14552/statm: 605 275 231 161 0 44 0
[pid=14555] ppid=14552 vsize=339500 CPUtime=2395.29
/proc/14555/stat : 14555 (manysat1.1_stat) R 14552 14552 21334 0 -1 4202496 75261 0 0 0 238859 670 0 0 25 0 4 0 1118299010 347648000 75189 4294967295 134512640 135305190 3216127584 3216125760 134528298 0 0 0 3 4294967295 0 0 17 1 0 0 0
/proc/14555/statm: 84875 75189 79 194 0 84679 0
[pid=14555/tid=14556] ppid=14552 vsize=339500 CPUtime=706.25
/proc/14555/task/14556/stat : 14556 (manysat1.1_stat) R 14552 14552 21334 0 -1 4202560 12152 0 0 0 70434 191 0 0 25 0 4 0 1118299057 347648000 75189 4294967295 134512640 135305190 3216127584 3080133492 134695249 0 0 0 3 0 0 0 -1 3 0 0 0
[pid=14555/tid=14557] ppid=14552 vsize=339500 CPUtime=608.61
/proc/14555/task/14557/stat : 14557 (manysat1.1_stat) R 14552 14552 21334 0 -1 4202560 16930 0 0 0 60714 147 0 0 25 0 4 0 1118299057 347648000 75189 4294967295 134512640 135305190 3216127584 3071745216 134528410 0 0 0 3 0 0 0 -1 0 0 0 0
[pid=14555/tid=14558] ppid=14552 vsize=339500 CPUtime=461.28
/proc/14555/task/14558/stat : 14558 (manysat1.1_stat) R 14552 14552 21334 0 -1 4202560 18868 0 0 0 45977 151 0 0 25 0 4 0 1118299057 347648000 75189 4294967295 134512640 135305190 3216127584 3063356608 134528559 0 0 0 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2398.16
Current children cumulated vsize (KiB) 341920

[startup+822.307 s]
/proc/loadavg: 5.92 5.74 5.65 6/129 17013
/proc/meminfo: memFree=372736/3368532 swapFree=1954872/1959888
[pid=14552] ppid=14550 vsize=2420 CPUtime=2.87
/proc/14552/stat : 14552 (manysat.sh) S 14550 14552 21334 0 -1 4194304 370 6159 0 0 0 0 284 3 18 0 1 0 1118298723 2478080 275 4294967295 134512640 135169312 3212841792 3212838008 3085651694 0 65536 4 65538 3222376037 0 0 17 0 0 0 0
/proc/14552/statm: 605 275 231 161 0 44 0
[pid=14555] ppid=14552 vsize=341640 CPUtime=2605
/proc/14555/stat : 14555 (manysat1.1_stat) R 14552 14552 21334 0 -1 4202496 75821 0 0 0 259809 691 0 0 25 0 4 0 1118299010 349839360 75749 4294967295 134512640 135305190 3216127584 3216125760 134528298 0 0 0 3 4294967295 0 0 17 1 0 0 0
/proc/14555/statm: 85410 75749 79 194 0 85214 0
[pid=14555/tid=14556] ppid=14552 vsize=341640 CPUtime=766.07
/proc/14555/task/14556/stat : 14556 (manysat1.1_stat) R 14552 14552 21334 0 -1 4202560 12391 0 0 0 76407 200 0 0 25 0 4 0 1118299057 349839360 75749 4294967295 134512640 135305190 3216127584 3080133824 134528771 0 0 0 3 0 0 0 -1 3 0 0 0
[pid=14555/tid=14557] ppid=14552 vsize=341640 CPUtime=638.61
/proc/14555/task/14557/stat : 14557 (manysat1.1_stat) R 14552 14552 21334 0 -1 4202560 17063 0 0 0 63710 151 0 0 25 0 4 0 1118299057 349839360 75749 4294967295 134512640 135305190 3216127584 3071745216 134528392 0 0 0 3 0 0 0 -1 0 0 0 0
[pid=14555/tid=14558] ppid=14552 vsize=341640 CPUtime=521.27
/proc/14555/task/14558/stat : 14558 (manysat1.1_stat) R 14552 14552 21334 0 -1 4202560 19013 0 0 0 51972 155 0 0 25 0 4 0 1118299057 349839360 75749 4294967295 134512640 135305190 3216127584 3063356608 134528298 0 0 0 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2607.87
Current children cumulated vsize (KiB) 344060

[startup+882.312 s]
/proc/loadavg: 5.90 5.76 5.66 7/130 17164
/proc/meminfo: memFree=631092/3368532 swapFree=1954872/1959888
[pid=14552] ppid=14550 vsize=2420 CPUtime=2.87
/proc/14552/stat : 14552 (manysat.sh) S 14550 14552 21334 0 -1 4194304 370 6159 0 0 0 0 284 3 18 0 1 0 1118298723 2478080 275 4294967295 134512640 135169312 3212841792 3212838008 3085651694 0 65536 4 65538 3222376037 0 0 17 0 0 0 0
/proc/14552/statm: 605 275 231 161 0 44 0
[pid=14555] ppid=14552 vsize=345324 CPUtime=2812.44
/proc/14555/stat : 14555 (manysat1.1_stat) R 14552 14552 21334 0 -1 4202496 76850 0 0 0 280533 711 0 0 25 0 4 0 1118299010 353611776 76778 4294967295 134512640 135305190 3216127584 3216125760 134528392 0 0 0 3 4294967295 0 0 17 1 0 0 0
/proc/14555/statm: 86331 76778 79 194 0 86135 0
[pid=14555/tid=14556] ppid=14552 vsize=345324 CPUtime=826.07
/proc/14555/task/14556/stat : 14556 (manysat1.1_stat) R 14552 14552 21334 0 -1 4202560 12618 0 0 0 82403 204 0 0 25 0 4 0 1118299057 353611776 76778 4294967295 134512640 135305190 3216127584 3080133824 134528298 0 0 0 3 0 0 0 -1 3 0 0 0
[pid=14555/tid=14557] ppid=14552 vsize=345324 CPUtime=687.87
/proc/14555/task/14557/stat : 14557 (manysat1.1_stat) R 14552 14552 21334 0 -1 4202560 17234 0 0 0 68628 159 0 0 25 0 4 0 1118299057 353611776 76778 4294967295 134512640 135305190 3216127584 3071745216 134528768 0 0 0 3 0 0 0 -1 0 0 0 0
[pid=14555/tid=14558] ppid=14552 vsize=345324 CPUtime=581.14
/proc/14555/task/14558/stat : 14558 (manysat1.1_stat) R 14552 14552 21334 0 -1 4202560 19265 0 0 0 57951 163 0 0 25 0 4 0 1118299057 353611776 76778 4294967295 134512640 135305190 3216127584 3063356608 134528503 0 0 0 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2815.31
Current children cumulated vsize (KiB) 347744

[startup+942.316 s]
/proc/loadavg: 5.65 5.71 5.64 8/130 17296
/proc/meminfo: memFree=628104/3368532 swapFree=1954872/1959888
[pid=14552] ppid=14550 vsize=2420 CPUtime=2.87
/proc/14552/stat : 14552 (manysat.sh) S 14550 14552 21334 0 -1 4194304 370 6159 0 0 0 0 284 3 18 0 1 0 1118298723 2478080 275 4294967295 134512640 135169312 3212841792 3212838008 3085651694 0 65536 4 65538 3222376037 0 0 17 0 0 0 0
/proc/14552/statm: 605 275 231 161 0 44 0
[pid=14555] ppid=14552 vsize=348744 CPUtime=3002.14
/proc/14555/stat : 14555 (manysat1.1_stat) R 14552 14552 21334 0 -1 4202496 77526 0 0 0 299490 724 0 0 25 0 4 0 1118299010 357113856 77454 4294967295 134512640 135305190 3216127584 3216125760 134528392 0 0 0 3 4294967295 0 0 17 2 0 0 0
/proc/14555/statm: 87186 77454 79 194 0 86990 0
[pid=14555/tid=14556] ppid=14552 vsize=348744 CPUtime=886.05
/proc/14555/task/14556/stat : 14556 (manysat1.1_stat) R 14552 14552 21334 0 -1 4202560 12910 0 0 0 88401 204 0 0 25 0 4 0 1118299057 357113856 77454 4294967295 134512640 135305190 3216127584 3080133824 134528298 0 0 0 3 0 0 0 -1 3 0 0 0
[pid=14555/tid=14557] ppid=14552 vsize=348744 CPUtime=743.2
/proc/14555/task/14557/stat : 14557 (manysat1.1_stat) R 14552 14552 21334 0 -1 4202560 17345 0 0 0 74160 160 0 0 25 0 4 0 1118299057 357113856 77454 4294967295 134512640 135305190 3216127584 3071745216 134528298 0 0 0 3 0 0 0 -1 0 0 0 0
[pid=14555/tid=14558] ppid=14552 vsize=348744 CPUtime=620.91
/proc/14555/task/14558/stat : 14558 (manysat1.1_stat) R 14552 14552 21334 0 -1 4202560 19406 0 0 0 61923 168 0 0 25 0 4 0 1118299057 357113856 77454 4294967295 134512640 135305190 3216127584 3063356608 134528392 0 0 0 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3005.01
Current children cumulated vsize (KiB) 351164



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1000.01 s]
/proc/loadavg: 5.50 5.66 5.63 8/130 17418
/proc/meminfo: memFree=600384/3368532 swapFree=1954872/1959888
[pid=14552] ppid=14550 vsize=2420 CPUtime=2.87
/proc/14552/stat : 14552 (manysat.sh) S 14550 14552 21334 0 -1 4194304 370 6159 0 0 0 0 284 3 18 0 1 0 1118298723 2478080 275 4294967295 134512640 135169312 3212841792 3212838008 3085651694 0 65536 4 65538 3222376037 0 0 17 0 0 0 0
/proc/14552/statm: 605 275 231 161 0 44 0
[pid=14555] ppid=14552 vsize=352484 CPUtime=3206.47
/proc/14555/stat : 14555 (manysat1.1_stat) R 14552 14552 21334 0 -1 4202496 78215 0 0 0 319770 877 0 0 25 0 4 0 1118299010 360943616 78143 4294967295 134512640 135305190 3216127584 3216125760 134528341 0 0 0 3 4294967295 0 0 17 2 0 0 0
/proc/14555/statm: 88121 78143 79 194 0 87925 0
[pid=14555/tid=14556] ppid=14552 vsize=352484 CPUtime=943.7
/proc/14555/task/14556/stat : 14556 (manysat1.1_stat) R 14552 14552 21334 0 -1 4202560 13181 0 0 0 94124 246 0 0 25 0 4 0 1118299057 360943616 78143 4294967295 134512640 135305190 3216127584 3080133552 134556584 0 0 0 3 0 0 0 -1 3 0 0 0
[pid=14555/tid=14557] ppid=14552 vsize=352484 CPUtime=790.61
/proc/14555/task/14557/stat : 14557 (manysat1.1_stat) R 14552 14552 21334 0 -1 4202560 17551 0 0 0 78863 198 0 0 25 0 4 0 1118299057 360943616 78143 4294967295 134512640 135305190 3216127584 3071745216 134528768 0 0 0 3 0 0 0 -1 1 0 0 0
[pid=14555/tid=14558] ppid=14552 vsize=352484 CPUtime=672.19
/proc/14555/task/14558/stat : 14558 (manysat1.1_stat) R 14552 14552 21334 0 -1 4202560 19495 0 0 0 67013 206 0 0 25 0 4 0 1118299057 360943616 78143 4294967295 134512640 135305190 3216127584 3063356608 134528392 0 0 0 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3209.34
Current children cumulated vsize (KiB) 354904

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 14552 and gives
#  childrusage.ru_utime.tv_sec=2
#  childrusage.ru_utime.tv_usec=840000
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=30000
# CPU time returned by wait4() is 2.87
# while last known CPU time is 3209.34
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1000.04
CPU time (s): 3209.34
CPU user time (s): 3200.54
CPU system time (s): 8.8
CPU usage (%): 320.921
Max. virtual memory (cumulated for all children) (KiB): 354904

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2.84
system time used= 0.03
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 6529
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 5
involuntary context switches= 16

runsolver used 0 second user time and 0 second system time

The end

Launcher Data

Begin job on  at 2009-05-28 20:45:47
IDJOB=1780804
IDBENCH=71068
IDSOLVER=623
FILE ID=/1780804-1243536347
PBS_JOBID=
Free space on /tmp= 15881 MiB

SOLVER NAME= ManySAT 1.1 aimd 1/2009-03-20 (4 threads)
BENCH NAME= SAT09/APPLICATIONS/satComp09_BioInstances/ndhf_xits_12_UNSAT.cnf
COMMAND LINE= manysat.sh BENCHNAME aimd 1
RUNSOLVER COMMAND LINE= runsolver --timestamp  -w /tmp/evaluation-result-1780804-1243536347/watcher-1780804-1243536347 -o /tmp/evaluation-result-1780804-1243536347/solver-1780804-1243536347 -C 10000 -W 1000 -M 2047  manysat.sh HOME/instance-1780804-1243536347.cnf aimd 1

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

MD5SUM BENCH= ecc4810d82e30597ea8451526243ec09
RANDOM SEED= 1303815725

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.43
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:       1775684 kB
Buffers:         20720 kB
Cached:          96976 kB
SwapCached:         44 kB
Active:        1464096 kB
Inactive:        83100 kB
HighTotal:     2489216 kB
HighFree:       959940 kB
LowTotal:       879316 kB
LowFree:        815744 kB
SwapTotal:     1959888 kB
SwapFree:      1957708 kB
Dirty:            5364 kB
Writeback:           0 kB
AnonPages:     1429488 kB
Mapped:          35592 kB
Slab:            34248 kB
SReclaimable:    25388 kB
SUnreclaim:       8860 kB
PageTables:       2388 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   3644152 kB
Committed_AS:  1897572 kB
VmallocTotal:   114680 kB
VmallocUsed:      1444 kB
VmallocChunk:   113072 kB

Free space on /tmp at the end= 15875 MiB
End job on  at 2009-05-28 21:02:29