Trace number 1780921

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.93 1000.05

General information on the benchmark

NameAPPLICATIONS/satComp09_BioInstances/
ndhf_xits_10_UNSAT.cnf
MD5SUM54c22a62e5d0a640d4ea8d185b9b1fc7
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 variables2112
Number of clauses191788
Sum of the clauses size572017
Maximum clause length11
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 23595
Number of clauses of size 3188162
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.06/0.10	c ==============================================================================
0.06/0.10	c |           |     ORIGINAL     |              LEARNT              |          |
0.06/0.10	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.06/0.10	c ==============================================================================
0.06/0.10	c |         0 |  191788   572017 |   57536       0        0     nan |  0.000 % |
1.81/1.89	c |         0 |  190510   837828 |      --       0       --      -- |     --   | -1278/265811
1.81/1.89	c ==============================================================================
1.81/1.89	c Result  :   #vars: 1262   #clauses: 190510   #literals: 837828
1.81/1.89	c CPU time:   1.88 s
1.81/1.89	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-1780921-1243538485/watcher-1780921-1243538485 -o /tmp/evaluation-result-1780921-1243538485/solver-1780921-1243538485 -C 10000 -W 1000 -M 2047 manysat.sh HOME/instance-1780921-1243538485.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.09 4.45 4.49 3/96 30443
/proc/meminfo: memFree=2930396/3368532 swapFree=1953788/1959888
[pid=30443] ppid=30441 vsize=2412 CPUtime=0
/proc/30443/stat : 30443 (manysat.sh) S 30441 30443 27966 0 -1 4194304 347 0 0 0 0 0 0 0 18 0 1 0 1118512587 2469888 272 4294967295 134512640 135169312 3217653728 3217652264 3085401838 0 65536 4 65538 3222376037 0 0 17 3 0 0 0
/proc/30443/statm: 603 272 231 161 0 42 0
[pid=30444] ppid=30443 vsize=1300 CPUtime=0
/proc/30444/stat : 30444 (SatElite) R 30443 30443 27966 0 -1 4202496 257 0 0 0 0 0 0 0 18 0 1 0 1118512588 1331200 194 4294967295 134512640 135034092 3218268224 3218264568 134691005 0 0 0 3 0 0 0 17 2 0 0 0
/proc/30444/statm: 325 195 49 128 0 195 0

[startup+0.067312 s]
/proc/loadavg: 4.09 4.45 4.49 3/96 30443
/proc/meminfo: memFree=2930396/3368532 swapFree=1953788/1959888
[pid=30443] ppid=30441 vsize=2412 CPUtime=0
/proc/30443/stat : 30443 (manysat.sh) S 30441 30443 27966 0 -1 4194304 347 0 0 0 0 0 0 0 18 0 1 0 1118512587 2469888 272 4294967295 134512640 135169312 3217653728 3217652264 3085401838 0 65536 4 65538 3222376037 0 0 17 3 0 0 0
/proc/30443/statm: 603 272 231 161 0 42 0
[pid=30444] ppid=30443 vsize=7632 CPUtime=0.06
/proc/30444/stat : 30444 (SatElite) R 30443 30443 27966 0 -1 4202496 1708 0 0 0 5 1 0 0 18 0 1 0 1118512588 7815168 1645 4294967295 134512640 135034092 3218268224 3218264568 134691005 0 0 0 3 0 0 0 17 2 0 0 0
/proc/30444/statm: 1908 1645 49 128 0 1778 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 10044

[startup+0.117298 s]
/proc/loadavg: 4.09 4.45 4.49 3/96 30443
/proc/meminfo: memFree=2930396/3368532 swapFree=1953788/1959888
[pid=30443] ppid=30441 vsize=2412 CPUtime=0
/proc/30443/stat : 30443 (manysat.sh) S 30441 30443 27966 0 -1 4194304 347 0 0 0 0 0 0 0 18 0 1 0 1118512587 2469888 272 4294967295 134512640 135169312 3217653728 3217652264 3085401838 0 65536 4 65538 3222376037 0 0 17 3 0 0 0
/proc/30443/statm: 603 272 231 161 0 42 0
[pid=30444] ppid=30443 vsize=13552 CPUtime=0.11
/proc/30444/stat : 30444 (SatElite) R 30443 30443 27966 0 -1 4202496 3247 0 0 0 10 1 0 0 18 0 1 0 1118512588 13877248 3184 4294967295 134512640 135034092 3218268224 3218264208 134675816 0 0 0 3 0 0 0 17 2 0 0 0
/proc/30444/statm: 3388 3184 67 128 0 3258 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 15964

[startup+0.317281 s]
/proc/loadavg: 4.09 4.45 4.49 3/96 30443
/proc/meminfo: memFree=2930396/3368532 swapFree=1953788/1959888
[pid=30443] ppid=30441 vsize=2412 CPUtime=0
/proc/30443/stat : 30443 (manysat.sh) S 30441 30443 27966 0 -1 4194304 347 0 0 0 0 0 0 0 18 0 1 0 1118512587 2469888 272 4294967295 134512640 135169312 3217653728 3217652264 3085401838 0 65536 4 65538 3222376037 0 0 17 3 0 0 0
/proc/30443/statm: 603 272 231 161 0 42 0
[pid=30444] ppid=30443 vsize=17212 CPUtime=0.31
/proc/30444/stat : 30444 (SatElite) R 30443 30443 27966 0 -1 4202496 3962 0 0 0 30 1 0 0 18 0 1 0 1118512588 17625088 3899 4294967295 134512640 135034092 3218268224 3218264220 134691101 0 0 0 3 0 0 0 17 2 0 0 0
/proc/30444/statm: 4303 3899 67 128 0 4173 0
Current children cumulated CPU time (s) 0.31
Current children cumulated vsize (KiB) 19624

[startup+0.717248 s]
/proc/loadavg: 4.09 4.45 4.49 3/96 30443
/proc/meminfo: memFree=2930396/3368532 swapFree=1953788/1959888
[pid=30443] ppid=30441 vsize=2412 CPUtime=0
/proc/30443/stat : 30443 (manysat.sh) S 30441 30443 27966 0 -1 4194304 347 0 0 0 0 0 0 0 18 0 1 0 1118512587 2469888 272 4294967295 134512640 135169312 3217653728 3217652264 3085401838 0 65536 4 65538 3222376037 0 0 17 3 0 0 0
/proc/30443/statm: 603 272 231 161 0 42 0
[pid=30444] ppid=30443 vsize=22060 CPUtime=0.71
/proc/30444/stat : 30444 (SatElite) R 30443 30443 27966 0 -1 4202496 4873 0 0 0 69 2 0 0 18 0 1 0 1118512588 22589440 4810 4294967295 134512640 135034092 3218268224 3218264528 134569616 0 0 0 3 0 0 0 17 2 0 0 0
/proc/30444/statm: 5515 4810 67 128 0 5385 0
Current children cumulated CPU time (s) 0.71
Current children cumulated vsize (KiB) 24472

[startup+1.51718 s]
/proc/loadavg: 4.09 4.45 4.49 2/98 30445
/proc/meminfo: memFree=2910564/3368532 swapFree=1953788/1959888
[pid=30443] ppid=30441 vsize=2412 CPUtime=0
/proc/30443/stat : 30443 (manysat.sh) S 30441 30443 27966 0 -1 4194304 347 0 0 0 0 0 0 0 18 0 1 0 1118512587 2469888 272 4294967295 134512640 135169312 3217653728 3217652264 3085401838 0 65536 4 65538 3222376037 0 0 17 3 0 0 0
/proc/30443/statm: 603 272 231 161 0 42 0
[pid=30444] ppid=30443 vsize=22060 CPUtime=1.51
/proc/30444/stat : 30444 (SatElite) R 30443 30443 27966 0 -1 4202496 4873 0 0 0 149 2 0 0 20 0 1 0 1118512588 22589440 4810 4294967295 134512640 135034092 3218268224 3218264528 134569558 0 0 0 3 0 0 0 17 2 0 0 0
/proc/30444/statm: 5515 4810 67 128 0 5385 0
Current children cumulated CPU time (s) 1.51
Current children cumulated vsize (KiB) 24472

[startup+3.11706 s]
/proc/loadavg: 3.84 4.39 4.47 2/98 30445
/proc/meminfo: memFree=2909340/3368532 swapFree=1953788/1959888
[pid=30443] ppid=30441 vsize=2416 CPUtime=2.16
/proc/30443/stat : 30443 (manysat.sh) S 30441 30443 27966 0 -1 4194304 369 4878 0 0 0 0 214 2 18 0 1 0 1118512587 2473984 274 4294967295 134512640 135169312 3217653728 3217649944 3085401838 0 65536 4 65538 3222376037 0 0 17 3 0 0 0
/proc/30443/statm: 604 274 231 161 0 43 0
Current children cumulated CPU time (s) 2.16
Current children cumulated vsize (KiB) 2416
heavy processes:

[startup+6.31679 s]
/proc/loadavg: 3.84 4.39 4.47 6/101 30449
/proc/meminfo: memFree=2866124/3368532 swapFree=1953788/1959888
[pid=30443] ppid=30441 vsize=2416 CPUtime=2.16
/proc/30443/stat : 30443 (manysat.sh) S 30441 30443 27966 0 -1 4194304 369 4878 0 0 0 0 214 2 18 0 1 0 1118512587 2473984 274 4294967295 134512640 135169312 3217653728 3217649944 3085401838 0 65536 4 65538 3222376037 0 0 17 3 0 0 0
/proc/30443/statm: 604 274 231 161 0 43 0
[pid=30446] ppid=30443 vsize=89544 CPUtime=15.51
/proc/30446/stat : 30446 (manysat1.1_stat) R 30443 30443 27966 0 -1 4202496 15775 0 0 0 1542 9 0 0 25 0 4 0 1118512804 91693056 15709 4294967295 134512640 135305190 3219880432 3219878608 134528298 0 0 0 3 4294967295 0 0 17 0 0 0 0
/proc/30446/statm: 22386 15709 79 194 0 22190 0
[pid=30446/tid=30447] ppid=30443 vsize=89544 CPUtime=3.8
/proc/30446/task/30447/stat : 30447 (manysat1.1_stat) R 30443 30443 27966 0 -1 4202560 1001 0 0 0 376 4 0 0 25 0 4 0 1118512838 91693056 15709 4294967295 134512640 135305190 3219880432 3082382528 134528446 0 0 0 3 0 0 0 -1 2 0 0 0
[pid=30446/tid=30448] ppid=30443 vsize=89544 CPUtime=3.8
/proc/30446/task/30448/stat : 30448 (manysat1.1_stat) R 30443 30443 27966 0 -1 4202560 975 0 0 0 379 1 0 0 25 0 4 0 1118512838 91693056 15709 4294967295 134512640 135305190 3219880432 3073993920 134528298 0 0 0 3 0 0 0 -1 1 0 0 0
[pid=30446/tid=30449] ppid=30443 vsize=89544 CPUtime=3.76
/proc/30446/task/30449/stat : 30449 (manysat1.1_stat) R 30443 30443 27966 0 -1 4202560 1038 0 0 0 375 1 0 0 25 0 4 0 1118512838 91693056 15709 4294967295 134512640 135305190 3219880432 3065605060 134840070 0 0 0 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 17.67
Current children cumulated vsize (KiB) 91960

[startup+12.7163 s]
/proc/loadavg: 3.86 4.38 4.46 6/101 30449
/proc/meminfo: memFree=2851164/3368532 swapFree=1953788/1959888
[pid=30443] ppid=30441 vsize=2416 CPUtime=2.16
/proc/30443/stat : 30443 (manysat.sh) S 30441 30443 27966 0 -1 4194304 369 4878 0 0 0 0 214 2 18 0 1 0 1118512587 2473984 274 4294967295 134512640 135169312 3217653728 3217649944 3085401838 0 65536 4 65538 3222376037 0 0 17 3 0 0 0
/proc/30443/statm: 604 274 231 161 0 43 0
[pid=30446] ppid=30443 vsize=103628 CPUtime=41.05
/proc/30446/stat : 30446 (manysat1.1_stat) R 30443 30443 27966 0 -1 4202496 19306 0 0 0 4091 14 0 0 25 0 4 0 1118512804 106115072 19240 4294967295 134512640 135305190 3219880432 3219878608 134528402 0 0 0 3 4294967295 0 0 17 0 0 0 0
/proc/30446/statm: 25907 19240 79 194 0 25711 0
[pid=30446/tid=30447] ppid=30443 vsize=103628 CPUtime=10.2
/proc/30446/task/30447/stat : 30447 (manysat1.1_stat) R 30443 30443 27966 0 -1 4202560 1829 0 0 0 1015 5 0 0 25 0 4 0 1118512838 106115072 19240 4294967295 134512640 135305190 3219880432 3082382528 134528392 0 0 0 3 0 0 0 -1 2 0 0 0
[pid=30446/tid=30448] ppid=30443 vsize=103628 CPUtime=10.2
/proc/30446/task/30448/stat : 30448 (manysat1.1_stat) R 30443 30443 27966 0 -1 4202560 1924 0 0 0 1019 1 0 0 25 0 4 0 1118512838 106115072 19240 4294967295 134512640 135305190 3219880432 3073993920 134528298 0 0 0 3 0 0 0 -1 1 0 0 0
[pid=30446/tid=30449] ppid=30443 vsize=103628 CPUtime=10.16
/proc/30446/task/30449/stat : 30449 (manysat1.1_stat) R 30443 30443 27966 0 -1 4202560 1837 0 0 0 1011 5 0 0 25 0 4 0 1118512838 106115072 19240 4294967295 134512640 135305190 3219880432 3065605104 134547909 0 0 0 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 43.21
Current children cumulated vsize (KiB) 106044

[startup+25.5152 s]
/proc/loadavg: 3.96 4.39 4.46 5/101 30450
/proc/meminfo: memFree=2834328/3368532 swapFree=1953788/1959888
[pid=30443] ppid=30441 vsize=2416 CPUtime=2.16
/proc/30443/stat : 30443 (manysat.sh) S 30441 30443 27966 0 -1 4194304 369 4878 0 0 0 0 214 2 18 0 1 0 1118512587 2473984 274 4294967295 134512640 135169312 3217653728 3217649944 3085401838 0 65536 4 65538 3222376037 0 0 17 3 0 0 0
/proc/30443/statm: 604 274 231 161 0 43 0
[pid=30446] ppid=30443 vsize=120032 CPUtime=92.25
/proc/30446/stat : 30446 (manysat1.1_stat) R 30443 30443 27966 0 -1 4202496 23395 0 0 0 9207 18 0 0 25 0 4 0 1118512804 122912768 23329 4294967295 134512640 135305190 3219880432 3219878608 134528310 0 0 0 3 4294967295 0 0 17 0 0 0 0
/proc/30446/statm: 30008 23329 79 194 0 29812 0
[pid=30446/tid=30447] ppid=30443 vsize=120032 CPUtime=23
/proc/30446/task/30447/stat : 30447 (manysat1.1_stat) R 30443 30443 27966 0 -1 4202560 2570 0 0 0 2295 5 0 0 25 0 4 0 1118512838 122912768 23329 4294967295 134512640 135305190 3219880432 3082382528 134528392 0 0 0 3 0 0 0 -1 2 0 0 0
[pid=30446/tid=30448] ppid=30443 vsize=120032 CPUtime=23
/proc/30446/task/30448/stat : 30448 (manysat1.1_stat) R 30443 30443 27966 0 -1 4202560 3095 0 0 0 2299 1 0 0 25 0 4 0 1118512838 122912768 23329 4294967295 134512640 135305190 3219880432 3073993920 134528298 0 0 0 3 0 0 0 -1 1 0 0 0
[pid=30446/tid=30449] ppid=30443 vsize=120032 CPUtime=22.95
/proc/30446/task/30449/stat : 30449 (manysat1.1_stat) R 30443 30443 27966 0 -1 4202560 2712 0 0 0 2286 9 0 0 25 0 4 0 1118512838 122912768 23329 4294967295 134512640 135305190 3219880432 3065605312 134528768 0 0 0 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 94.41
Current children cumulated vsize (KiB) 122448

[startup+51.1131 s]
/proc/loadavg: 4.10 4.38 4.46 5/101 30456
/proc/meminfo: memFree=2811688/3368532 swapFree=1953788/1959888
[pid=30443] ppid=30441 vsize=2416 CPUtime=2.16
/proc/30443/stat : 30443 (manysat.sh) S 30441 30443 27966 0 -1 4194304 369 4878 0 0 0 0 214 2 18 0 1 0 1118512587 2473984 274 4294967295 134512640 135169312 3217653728 3217649944 3085401838 0 65536 4 65538 3222376037 0 0 17 3 0 0 0
/proc/30443/statm: 604 274 231 161 0 43 0
[pid=30446] ppid=30443 vsize=144844 CPUtime=194.55
/proc/30446/stat : 30446 (manysat1.1_stat) R 30443 30443 27966 0 -1 4202496 29081 0 0 0 19427 28 0 0 25 0 4 0 1118512804 148320256 29015 4294967295 134512640 135305190 3219880432 3219878608 134528298 0 0 0 3 4294967295 0 0 17 0 0 0 0
/proc/30446/statm: 36211 29015 79 194 0 36015 0
[pid=30446/tid=30447] ppid=30443 vsize=144844 CPUtime=48.6
/proc/30446/task/30447/stat : 30447 (manysat1.1_stat) R 30443 30443 27966 0 -1 4202560 3777 0 0 0 4855 5 0 0 25 0 4 0 1118512838 148320256 29015 4294967295 134512640 135305190 3219880432 3082382528 134528402 0 0 0 3 0 0 0 -1 2 0 0 0
[pid=30446/tid=30448] ppid=30443 vsize=144844 CPUtime=48.6
/proc/30446/task/30448/stat : 30448 (manysat1.1_stat) R 30443 30443 27966 0 -1 4202560 4755 0 0 0 4854 6 0 0 25 0 4 0 1118512838 148320256 29015 4294967295 134512640 135305190 3219880432 3073993920 134528298 0 0 0 3 0 0 0 -1 1 0 0 0
[pid=30446/tid=30449] ppid=30443 vsize=144844 CPUtime=48.54
/proc/30446/task/30449/stat : 30449 (manysat1.1_stat) R 30443 30443 27966 0 -1 4202560 4372 0 0 0 4842 12 0 0 25 0 4 0 1118512838 148320256 29015 4294967295 134512640 135305190 3219880432 3065605312 134528768 0 0 0 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 196.71
Current children cumulated vsize (KiB) 147260

[startup+102.319 s]
/proc/loadavg: 4.35 4.42 4.46 5/101 30643
/proc/meminfo: memFree=2790772/3368532 swapFree=1953788/1959888
[pid=30443] ppid=30441 vsize=2416 CPUtime=2.16
/proc/30443/stat : 30443 (manysat.sh) S 30441 30443 27966 0 -1 4194304 369 4878 0 0 0 0 214 2 18 0 1 0 1118512587 2473984 274 4294967295 134512640 135169312 3217653728 3217649944 3085401838 0 65536 4 65538 3222376037 0 0 17 3 0 0 0
/proc/30443/statm: 604 274 231 161 0 43 0
[pid=30446] ppid=30443 vsize=166832 CPUtime=399.06
/proc/30446/stat : 30446 (manysat1.1_stat) R 30443 30443 27966 0 -1 4202496 34331 0 0 0 39864 42 0 0 25 0 4 0 1118512804 170835968 34265 4294967295 134512640 135305190 3219880432 3219878608 134528768 0 0 0 3 4294967295 0 0 17 0 0 0 0
/proc/30446/statm: 41708 34266 79 194 0 41512 0
[pid=30446/tid=30447] ppid=30443 vsize=166832 CPUtime=99.61
/proc/30446/task/30447/stat : 30447 (manysat1.1_stat) R 30443 30443 27966 0 -1 4202560 4710 0 0 0 9955 6 0 0 25 0 4 0 1118512838 170835968 34266 4294967295 134512640 135305190 3219880432 3082382528 134528298 0 0 0 3 0 0 0 -1 2 0 0 0
[pid=30446/tid=30448] ppid=30443 vsize=166832 CPUtime=99.78
/proc/30446/task/30448/stat : 30448 (manysat1.1_stat) R 30443 30443 27966 0 -1 4202560 6392 0 0 0 9969 9 0 0 25 0 4 0 1118512838 170835968 34266 4294967295 134512640 135305190 3219880432 3073993920 134528341 0 0 0 3 0 0 0 -1 1 0 0 0
[pid=30446/tid=30449] ppid=30443 vsize=166832 CPUtime=99.68
/proc/30446/task/30449/stat : 30449 (manysat1.1_stat) R 30443 30443 27966 0 -1 4202560 5493 0 0 0 9950 18 0 0 25 0 4 0 1118512838 170835968 34266 4294967295 134512640 135305190 3219880432 3065605312 134528298 0 0 0 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 401.22
Current children cumulated vsize (KiB) 169248

[startup+162.314 s]
/proc/loadavg: 4.49 4.45 4.47 5/101 30831
/proc/meminfo: memFree=2766328/3368532 swapFree=1953788/1959888
[pid=30443] ppid=30441 vsize=2416 CPUtime=2.16
/proc/30443/stat : 30443 (manysat.sh) S 30441 30443 27966 0 -1 4194304 369 4878 0 0 0 0 214 2 18 0 1 0 1118512587 2473984 274 4294967295 134512640 135169312 3217653728 3217649944 3085401838 0 65536 4 65538 3222376037 0 0 17 3 0 0 0
/proc/30443/statm: 604 274 231 161 0 43 0
[pid=30446] ppid=30443 vsize=192140 CPUtime=638.68
/proc/30446/stat : 30446 (manysat1.1_stat) R 30443 30443 27966 0 -1 4202496 40149 0 0 0 63803 65 0 0 25 0 4 0 1118512804 196751360 40079 4294967295 134512640 135305190 3219880432 3219878608 134528341 0 0 0 3 4294967295 0 0 17 0 0 0 0
/proc/30446/statm: 48035 40079 79 194 0 47839 0
[pid=30446/tid=30447] ppid=30443 vsize=192140 CPUtime=159.49
/proc/30446/task/30447/stat : 30447 (manysat1.1_stat) R 30443 30443 27966 0 -1 4202560 5260 0 0 0 15939 10 0 0 25 0 4 0 1118512838 196751360 40079 4294967295 134512640 135305190 3219880432 3082382528 134528421 0 0 0 3 0 0 0 -1 2 0 0 0
[pid=30446/tid=30448] ppid=30443 vsize=192140 CPUtime=159.78
/proc/30446/task/30448/stat : 30448 (manysat1.1_stat) R 30443 30443 27966 0 -1 4202560 8303 0 0 0 15967 11 0 0 25 0 4 0 1118512838 196751360 40079 4294967295 134512640 135305190 3219880432 3073993920 134528392 0 0 0 3 0 0 0 -1 1 0 0 0
[pid=30446/tid=30449] ppid=30443 vsize=192140 CPUtime=159.6
/proc/30446/task/30449/stat : 30449 (manysat1.1_stat) R 30443 30443 27966 0 -1 4202560 7001 0 0 0 15934 26 0 0 25 0 4 0 1118512838 196751360 40079 4294967295 134512640 135305190 3219880432 3065605312 134528298 0 0 0 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 640.84
Current children cumulated vsize (KiB) 194556


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

/proc/30446/task/30449/stat : 30449 (manysat1.1_stat) R 30443 30443 27966 0 -1 4202560 14563 0 0 0 51812 71 0 0 25 0 4 0 1118512838 316944384 67834 4294967295 134512640 135305190 3219880432 3065605104 134547909 0 0 0 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2077.93
Current children cumulated vsize (KiB) 311932

[startup+582.309 s]
/proc/loadavg: 4.61 4.55 4.49 6/101 32152
/proc/meminfo: memFree=2640080/3368532 swapFree=1953788/1959888
[pid=30443] ppid=30441 vsize=2416 CPUtime=2.16
/proc/30443/stat : 30443 (manysat.sh) S 30441 30443 27966 0 -1 4194304 369 4878 0 0 0 0 214 2 18 0 1 0 1118512587 2473984 274 4294967295 134512640 135169312 3217653728 3217649944 3085401838 0 65536 4 65538 3222376037 0 0 17 3 0 0 0
/proc/30443/statm: 604 274 231 161 0 43 0
[pid=30446] ppid=30443 vsize=325620 CPUtime=2315.19
/proc/30446/stat : 30446 (manysat1.1_stat) R 30443 30443 27966 0 -1 4202496 71713 0 0 0 231296 223 0 0 25 0 4 0 1118512804 333434880 71576 4294967295 134512640 135305190 3219880432 3219878608 134528768 0 0 0 3 4294967295 0 0 17 2 0 0 0
/proc/30446/statm: 81405 71576 79 194 0 81209 0
[pid=30446/tid=30447] ppid=30443 vsize=325620 CPUtime=578.54
/proc/30446/task/30447/stat : 30447 (manysat1.1_stat) R 30443 30443 27966 0 -1 4202560 10521 0 0 0 57814 40 0 0 25 0 4 0 1118512838 333434880 71576 4294967295 134512640 135305190 3219880432 3082382400 134857151 0 0 0 3 0 0 0 -1 3 0 0 0
[pid=30446/tid=30448] ppid=30443 vsize=325620 CPUtime=578.87
/proc/30446/task/30448/stat : 30448 (manysat1.1_stat) R 30443 30443 27966 0 -1 4202560 17269 0 0 0 57836 51 0 0 25 0 4 0 1118512838 333434880 71576 4294967295 134512640 135305190 3219880432 3073993920 134528298 0 0 0 3 0 0 0 -1 1 0 0 0
[pid=30446/tid=30449] ppid=30443 vsize=325620 CPUtime=578.55
/proc/30446/task/30449/stat : 30449 (manysat1.1_stat) R 30443 30443 27966 0 -1 4202560 15217 0 0 0 57781 74 0 0 25 0 4 0 1118512838 333434880 71576 4294967295 134512640 135305190 3219880432 3065605312 134528418 0 0 0 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2317.35
Current children cumulated vsize (KiB) 328036

[startup+642.314 s]
/proc/loadavg: 4.73 4.59 4.50 5/101 32340
/proc/meminfo: memFree=2632188/3368532 swapFree=1953788/1959888
[pid=30443] ppid=30441 vsize=2416 CPUtime=2.16
/proc/30443/stat : 30443 (manysat.sh) S 30441 30443 27966 0 -1 4194304 369 4878 0 0 0 0 214 2 18 0 1 0 1118512587 2473984 274 4294967295 134512640 135169312 3217653728 3217649944 3085401838 0 65536 4 65538 3222376037 0 0 17 3 0 0 0
/proc/30443/statm: 604 274 231 161 0 43 0
[pid=30446] ppid=30443 vsize=333064 CPUtime=2554.6
/proc/30446/stat : 30446 (manysat1.1_stat) R 30443 30443 27966 0 -1 4202496 73483 0 0 0 255226 234 0 0 25 0 4 0 1118512804 341057536 73300 4294967295 134512640 135305190 3219880432 3219878608 134528768 0 0 0 3 4294967295 0 0 17 2 0 0 0
/proc/30446/statm: 83266 73300 79 194 0 83070 0
[pid=30446/tid=30447] ppid=30443 vsize=333064 CPUtime=638.06
/proc/30446/task/30447/stat : 30447 (manysat1.1_stat) R 30443 30443 27966 0 -1 4202560 11183 0 0 0 63765 41 0 0 25 0 4 0 1118512838 341057536 73300 4294967295 134512640 135305190 3219880432 3082382528 134528298 0 0 0 3 0 0 0 -1 3 0 0 0
[pid=30446/tid=30448] ppid=30443 vsize=333064 CPUtime=638.87
/proc/30446/task/30448/stat : 30448 (manysat1.1_stat) R 30443 30443 27966 0 -1 4202560 17323 0 0 0 63829 58 0 0 25 0 4 0 1118512838 341057536 73300 4294967295 134512640 135305190 3219880432 3073993920 134528768 0 0 0 3 0 0 0 -1 1 0 0 0
[pid=30446/tid=30449] ppid=30443 vsize=333064 CPUtime=638.55
/proc/30446/task/30449/stat : 30449 (manysat1.1_stat) R 30443 30443 27966 0 -1 4202560 15338 0 0 0 63780 75 0 0 25 0 4 0 1118512838 341057536 73300 4294967295 134512640 135305190 3219880432 3065605312 134528392 0 0 0 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2556.76
Current children cumulated vsize (KiB) 335480

[startup+702.309 s]
/proc/loadavg: 4.93 4.65 4.52 5/101 32527
/proc/meminfo: memFree=2615248/3368532 swapFree=1953788/1959888
[pid=30443] ppid=30441 vsize=2416 CPUtime=2.16
/proc/30443/stat : 30443 (manysat.sh) S 30441 30443 27966 0 -1 4194304 369 4878 0 0 0 0 214 2 18 0 1 0 1118512587 2473984 274 4294967295 134512640 135169312 3217653728 3217649944 3085401838 0 65536 4 65538 3222376037 0 0 17 3 0 0 0
/proc/30443/statm: 604 274 231 161 0 43 0
[pid=30446] ppid=30443 vsize=352184 CPUtime=2794.13
/proc/30446/stat : 30446 (manysat1.1_stat) R 30443 30443 27966 0 -1 4202496 77927 0 0 0 279164 249 0 0 25 0 4 0 1118512804 360636416 77744 4294967295 134512640 135305190 3219880432 3219878608 134528777 0 0 0 3 4294967295 0 0 17 2 0 0 0
/proc/30446/statm: 88046 77744 79 194 0 87850 0
[pid=30446/tid=30447] ppid=30443 vsize=352184 CPUtime=697.74
/proc/30446/task/30447/stat : 30447 (manysat1.1_stat) R 30443 30443 27966 0 -1 4202560 12013 0 0 0 69732 42 0 0 25 0 4 0 1118512838 360636416 77744 4294967295 134512640 135305190 3219880432 3082382528 134528298 0 0 0 3 0 0 0 -1 3 0 0 0
[pid=30446/tid=30448] ppid=30443 vsize=352184 CPUtime=698.86
/proc/30446/task/30448/stat : 30448 (manysat1.1_stat) R 30443 30443 27966 0 -1 4202560 17752 0 0 0 69824 62 0 0 25 0 4 0 1118512838 360636416 77744 4294967295 134512640 135305190 3219880432 3073993920 134528768 0 0 0 3 0 0 0 -1 1 0 0 0
[pid=30446/tid=30449] ppid=30443 vsize=352184 CPUtime=698.53
/proc/30446/task/30449/stat : 30449 (manysat1.1_stat) R 30443 30443 27966 0 -1 4202560 17276 0 0 0 69772 81 0 0 25 0 4 0 1118512838 360636416 77744 4294967295 134512640 135305190 3219880432 3065604976 134551651 0 0 0 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2796.29
Current children cumulated vsize (KiB) 354600

[startup+762.314 s]
/proc/loadavg: 4.88 4.66 4.53 6/101 32715
/proc/meminfo: memFree=2611700/3368532 swapFree=1953788/1959888
[pid=30443] ppid=30441 vsize=2416 CPUtime=2.16
/proc/30443/stat : 30443 (manysat.sh) S 30441 30443 27966 0 -1 4194304 369 4878 0 0 0 0 214 2 18 0 1 0 1118512587 2473984 274 4294967295 134512640 135169312 3217653728 3217649944 3085401838 0 65536 4 65538 3222376037 0 0 17 3 0 0 0
/proc/30443/statm: 604 274 231 161 0 43 0
[pid=30446] ppid=30443 vsize=355120 CPUtime=3033.31
/proc/30446/stat : 30446 (manysat1.1_stat) R 30443 30443 27966 0 -1 4202496 78476 0 0 0 303066 265 0 0 25 0 4 0 1118512804 363642880 78293 4294967295 134512640 135305190 3219880432 3219878608 134528376 0 0 0 3 4294967295 0 0 17 2 0 0 0
/proc/30446/statm: 88780 78293 79 194 0 88584 0
[pid=30446/tid=30447] ppid=30443 vsize=355120 CPUtime=757.18
/proc/30446/task/30447/stat : 30447 (manysat1.1_stat) R 30443 30443 27966 0 -1 4202560 12282 0 0 0 75671 47 0 0 25 0 4 0 1118512838 363642880 78293 4294967295 134512640 135305190 3219880432 3082382528 134528298 0 0 0 3 0 0 0 -1 3 0 0 0
[pid=30446/tid=30448] ppid=30443 vsize=355120 CPUtime=758.85
/proc/30446/task/30448/stat : 30448 (manysat1.1_stat) R 30443 30443 27966 0 -1 4202560 17805 0 0 0 75820 65 0 0 25 0 4 0 1118512838 363642880 78293 4294967295 134512640 135305190 3219880432 3073993920 134528298 0 0 0 3 0 0 0 -1 1 0 0 0
[pid=30446/tid=30449] ppid=30443 vsize=355120 CPUtime=758.54
/proc/30446/task/30449/stat : 30449 (manysat1.1_stat) R 30443 30443 27966 0 -1 4202560 17291 0 0 0 75768 86 0 0 25 0 4 0 1118512838 363642880 78293 4294967295 134512640 135305190 3219880432 3065605312 134528263 0 0 0 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3035.47
Current children cumulated vsize (KiB) 357536

[startup+822.309 s]
/proc/loadavg: 4.92 4.67 4.54 5/101 439
/proc/meminfo: memFree=2607228/3368532 swapFree=1953788/1959888
[pid=30443] ppid=30441 vsize=2416 CPUtime=2.16
/proc/30443/stat : 30443 (manysat.sh) S 30441 30443 27966 0 -1 4194304 369 4878 0 0 0 0 214 2 18 0 1 0 1118512587 2473984 274 4294967295 134512640 135169312 3217653728 3217649944 3085401838 0 65536 4 65538 3222376037 0 0 17 3 0 0 0
/proc/30443/statm: 604 274 231 161 0 43 0
[pid=30446] ppid=30443 vsize=360156 CPUtime=3272.82
/proc/30446/stat : 30446 (manysat1.1_stat) R 30443 30443 27966 0 -1 4202496 79730 0 0 0 327000 282 0 0 25 0 4 0 1118512804 368799744 79547 4294967295 134512640 135305190 3219880432 3219878456 134695249 0 0 0 3 4294967295 0 0 17 2 0 0 0
/proc/30446/statm: 90039 79547 79 194 0 89843 0
[pid=30446/tid=30447] ppid=30443 vsize=360156 CPUtime=816.91
/proc/30446/task/30447/stat : 30447 (manysat1.1_stat) R 30443 30443 27966 0 -1 4202560 12800 0 0 0 81635 56 0 0 25 0 4 0 1118512838 368799744 79547 4294967295 134512640 135305190 3219880432 3082382528 134528229 0 0 0 3 0 0 0 -1 3 0 0 0
[pid=30446/tid=30448] ppid=30443 vsize=360156 CPUtime=818.85
/proc/30446/task/30448/stat : 30448 (manysat1.1_stat) R 30443 30443 27966 0 -1 4202560 18054 0 0 0 81819 66 0 0 25 0 4 0 1118512838 368799744 79547 4294967295 134512640 135305190 3219880432 3073993920 134528298 0 0 0 3 0 0 0 -1 1 0 0 0
[pid=30446/tid=30449] ppid=30443 vsize=360156 CPUtime=818.49
/proc/30446/task/30449/stat : 30449 (manysat1.1_stat) R 30443 30443 27966 0 -1 4202560 17643 0 0 0 81762 87 0 0 25 0 4 0 1118512838 368799744 79547 4294967295 134512640 135305190 3219880432 3065605312 134528298 0 0 0 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3274.98
Current children cumulated vsize (KiB) 362572

[startup+882.304 s]
/proc/loadavg: 4.87 4.68 4.55 7/102 601
/proc/meminfo: memFree=2600172/3368532 swapFree=1953788/1959888
[pid=30443] ppid=30441 vsize=2416 CPUtime=2.16
/proc/30443/stat : 30443 (manysat.sh) S 30441 30443 27966 0 -1 4194304 369 4878 0 0 0 0 214 2 18 0 1 0 1118512587 2473984 274 4294967295 134512640 135169312 3217653728 3217649944 3085401838 0 65536 4 65538 3222376037 0 0 17 3 0 0 0
/proc/30443/statm: 604 274 231 161 0 43 0
[pid=30446] ppid=30443 vsize=368760 CPUtime=3512.43
/proc/30446/stat : 30446 (manysat1.1_stat) R 30443 30443 27966 0 -1 4202496 81632 0 0 0 350932 311 0 0 25 0 4 0 1118512804 377610240 81449 4294967295 134512640 135305190 3219880432 3219878608 134528298 0 0 0 3 4294967295 0 0 17 2 0 0 0
/proc/30446/statm: 92190 81449 79 194 0 91994 0
[pid=30446/tid=30447] ppid=30443 vsize=368760 CPUtime=876.89
/proc/30446/task/30447/stat : 30447 (manysat1.1_stat) R 30443 30443 27966 0 -1 4202560 13129 0 0 0 87623 66 0 0 25 0 4 0 1118512838 377610240 81449 4294967295 134512640 135305190 3219880432 3082382528 134528298 0 0 0 3 0 0 0 -1 3 0 0 0
[pid=30446/tid=30448] ppid=30443 vsize=368760 CPUtime=878.81
/proc/30446/task/30448/stat : 30448 (manysat1.1_stat) R 30443 30443 27966 0 -1 4202560 18297 0 0 0 87811 70 0 0 25 0 4 0 1118512838 377610240 81449 4294967295 134512640 135305190 3219880432 3073993920 134528298 0 0 0 3 0 0 0 -1 1 0 0 0
[pid=30446/tid=30449] ppid=30443 vsize=368760 CPUtime=878.49
/proc/30446/task/30449/stat : 30449 (manysat1.1_stat) R 30443 30443 27966 0 -1 4202560 18347 0 0 0 87755 94 0 0 25 0 4 0 1118512838 377610240 81449 4294967295 134512640 135305190 3219880432 3065605312 134528768 0 0 0 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3514.59
Current children cumulated vsize (KiB) 371176

[startup+942.319 s]
/proc/loadavg: 4.59 4.63 4.54 7/102 750
/proc/meminfo: memFree=2586056/3368532 swapFree=1953788/1959888
[pid=30443] ppid=30441 vsize=2416 CPUtime=2.16
/proc/30443/stat : 30443 (manysat.sh) S 30441 30443 27966 0 -1 4194304 369 4878 0 0 0 0 214 2 18 0 1 0 1118512587 2473984 274 4294967295 134512640 135169312 3217653728 3217649944 3085401838 0 65536 4 65538 3222376037 0 0 17 3 0 0 0
/proc/30443/statm: 604 274 231 161 0 43 0
[pid=30446] ppid=30443 vsize=383928 CPUtime=3752.3
/proc/30446/stat : 30446 (manysat1.1_stat) R 30443 30443 27966 0 -1 4202496 85083 0 0 0 374897 333 0 0 25 0 4 0 1118512804 393142272 84900 4294967295 134512640 135305190 3219880432 3219878608 134528571 0 0 0 3 4294967295 0 0 17 2 0 0 0
/proc/30446/statm: 95982 84900 79 194 0 95786 0
[pid=30446/tid=30447] ppid=30443 vsize=383928 CPUtime=936.91
/proc/30446/task/30447/stat : 30447 (manysat1.1_stat) R 30443 30443 27966 0 -1 4202560 13880 0 0 0 93618 73 0 0 25 0 4 0 1118512838 393142272 84900 4294967295 134512640 135305190 3219880432 3082382528 134528224 0 0 0 3 0 0 0 -1 3 0 0 0
[pid=30446/tid=30448] ppid=30443 vsize=383928 CPUtime=938.77
/proc/30446/task/30448/stat : 30448 (manysat1.1_stat) R 30443 30443 27966 0 -1 4202560 18601 0 0 0 93802 75 0 0 25 0 4 0 1118512838 393142272 84900 4294967295 134512640 135305190 3219880432 3073993920 134528376 0 0 0 3 0 0 0 -1 1 0 0 0
[pid=30446/tid=30449] ppid=30443 vsize=383928 CPUtime=938.41
/proc/30446/task/30449/stat : 30449 (manysat1.1_stat) R 30443 30443 27966 0 -1 4202560 19812 0 0 0 93739 102 0 0 25 0 4 0 1118512838 393142272 84900 4294967295 134512640 135305190 3219880432 3065605312 134528298 0 0 0 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3754.46
Current children cumulated vsize (KiB) 386344



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1000.01 s]
/proc/loadavg: 4.65 4.63 4.55 7/102 899
/proc/meminfo: memFree=2581108/3368532 swapFree=1953788/1959888
[pid=30443] ppid=30441 vsize=2416 CPUtime=2.16
/proc/30443/stat : 30443 (manysat.sh) S 30441 30443 27966 0 -1 4194304 369 4878 0 0 0 0 214 2 18 0 1 0 1118512587 2473984 274 4294967295 134512640 135169312 3217653728 3217649944 3085401838 0 65536 4 65538 3222376037 0 0 17 3 0 0 0
/proc/30443/statm: 604 274 231 161 0 43 0
[pid=30446] ppid=30443 vsize=389540 CPUtime=3982.77
/proc/30446/stat : 30446 (manysat1.1_stat) R 30443 30443 27966 0 -1 4202496 86190 0 0 0 397924 353 0 0 25 0 4 0 1118512804 398888960 86007 4294967295 134512640 135305190 3219880432 3219878608 134528402 0 0 0 3 4294967295 0 0 17 2 0 0 0
/proc/30446/statm: 97385 86007 79 194 0 97189 0
[pid=30446/tid=30447] ppid=30443 vsize=389540 CPUtime=994.6
/proc/30446/task/30447/stat : 30447 (manysat1.1_stat) R 30443 30443 27966 0 -1 4202560 14491 0 0 0 99385 75 0 0 25 0 4 0 1118512838 398888960 86007 4294967295 134512640 135305190 3219880432 3082382528 134528768 0 0 0 3 0 0 0 -1 3 0 0 0
[pid=30446/tid=30448] ppid=30443 vsize=389540 CPUtime=996.24
/proc/30446/task/30448/stat : 30448 (manysat1.1_stat) R 30443 30443 27966 0 -1 4202560 18726 0 0 0 99538 86 0 0 25 0 4 0 1118512838 398888960 86007 4294967295 134512640 135305190 3219880432 3073993808 134538546 0 0 0 3 0 0 0 -1 1 0 0 0
[pid=30446/tid=30449] ppid=30443 vsize=389540 CPUtime=996.11
/proc/30446/task/30449/stat : 30449 (manysat1.1_stat) R 30443 30443 27966 0 -1 4202560 19816 0 0 0 99505 106 0 0 25 0 4 0 1118512838 398888960 86007 4294967295 134512640 135305190 3219880432 3065605312 134528435 0 0 0 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3984.93
Current children cumulated vsize (KiB) 391956

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 30443 and gives
#  childrusage.ru_utime.tv_sec=2
#  childrusage.ru_utime.tv_usec=140000
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=20000
# CPU time returned by wait4() is 2.16
# while last known CPU time is 3984.93
#
# 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.93
CPU user time (s): 3981.38
CPU system time (s): 3.55
CPU usage (%): 398.471
Max. virtual memory (cumulated for all children) (KiB): 391956

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

runsolver used 0 second user time and 0 second system time

The end

Launcher Data

Begin job on  at 2009-05-28 21:21:25
IDJOB=1780921
IDBENCH=71080
IDSOLVER=620
FILE ID=/1780921-1243538485
PBS_JOBID=
Free space on /tmp= 6473 MiB

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

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

MD5SUM BENCH= 54c22a62e5d0a640d4ea8d185b9b1fc7
RANDOM SEED= 2083145189

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

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

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


/proc/meminfo:
MemTotal:      3368532 kB
MemFree:       2930396 kB
Buffers:         58812 kB
Cached:         278380 kB
SwapCached:       2256 kB
Active:         128648 kB
Inactive:       218020 kB
HighTotal:     2489216 kB
HighFree:      2199024 kB
LowTotal:       879316 kB
LowFree:        731372 kB
SwapTotal:     1959888 kB
SwapFree:      1953788 kB
Dirty:            4680 kB
Writeback:           0 kB
AnonPages:        8760 kB
Mapped:           3068 kB
Slab:            81364 kB
SReclaimable:    67764 kB
SUnreclaim:      13600 kB
PageTables:        476 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   3644152 kB
Committed_AS:    88676 kB
VmallocTotal:   114680 kB
VmallocUsed:      1444 kB
VmallocChunk:   113072 kB

Free space on /tmp at the end= 6468 MiB
End job on  at 2009-05-28 21:38:07