Trace number 210322

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, and are wall clock time (not CPU 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
sugar 0.40? (TO) 1800.12 1812.72

General information on the benchmark

NamepseudoSeries/fpga/
fpga-40-39.xml
MD5SUM3c6eda633dfc3b4def9c6c240c8051dd
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
SatisfiableYES
(Un)Satisfiability was provedYES
Number of variables2340
Number of constraints1678
Maximum constraint arity40
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension1678
Global constraints used (with number of constraints)

Solver Data (download as text)

0.05	c # Sugar v0-40 (/tmp/evaluation/210322-1170097882/sugar-v0-40.jar)
0.05	
0.05	c # MAIN  BEGIN : /tmp/evaluation/210322-1170097882/unknown.xml [Mon Jan 29 20:11:22 2007]
0.05	c # CONVERT_XML  BEGIN : /tmp/evaluation/210322-1170097882/unknown.xml /tmp/evaluation/210322-1170097882/sugar21894.csp [Mon Jan 29 20:11:22 2007]
0.05	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/210322-1170097882/sugar-v0-40.jar -convert /tmp/evaluation/210322-1170097882/unknown.xml /tmp/evaluation/210322-1170097882/sugar21894.csp
0.20	c BEGIN convert /tmp/evaluation/210322-1170097882/unknown.xml
0.95	c END convert (0.744985 seconds)
0.96	c # CONVERT_XML  END : /tmp/evaluation/210322-1170097882/sugar21894.csp 430571 bytes (1 seconds) [Mon Jan 29 20:11:23 2007]
0.96	c # CONVERT_XML  CPU : 0.86 = 0 + 0.01 + 0.78 + 0.07
0.96	
0.96	c # GENERATE_SAT  BEGIN : /tmp/evaluation/210322-1170097882/sugar21894.bcnf [Mon Jan 29 20:11:23 2007]
0.96	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/210322-1170097882/sugar-v0-40.jar -bcnf -map /tmp/evaluation/210322-1170097882/sugar21894.map /tmp/evaluation/210322-1170097882/sugar21894.csp /tmp/evaluation/210322-1170097882/sugar21894.bcnf
1.08	c BEGIN parse /tmp/evaluation/210322-1170097882/sugar21894.csp
5.50	c END parse (4.415228 seconds)
5.50	c BEGIN simplify
5.50	c END simplify (0.009225 seconds)
5.51	c BEGIN encode /tmp/evaluation/210322-1170097882/sugar21894.bcnf
5.75	c END encode (0.246276 seconds)
5.89	c # GENERATE_SAT  END : 24452 variables 125443 clauses 1763828 bytes (5 seconds) [Mon Jan 29 20:11:28 2007]
5.89	c # GENERATE_SAT  CPU : 4.86 = 0.1 + 0.01 + 4.65 + 0.1
5.89	
5.89	c # SOLVE_SAT  BEGIN : /tmp/evaluation/210322-1170097882/sugar21894.bcnf [Mon Jan 29 20:11:28 2007]
5.89	c # CMD : /tmp/evaluation/210322-1170097882/minisat /tmp/evaluation/210322-1170097882/sugar21894.bcnf /tmp/evaluation/210322-1170097882/sugar21894.out
5.97	c ==================================[MINISAT]===================================
5.97	c | Conflicts |     ORIGINAL     |              LEARNT              | Progress |
5.97	c |           | Clauses Literals |   Limit Clauses Literals  Lit/Cl |          |
5.97	c ==============================================================================
5.97	c |         0 |   97752   254268 |   32584       0        0     nan |  0.000 % |
6.00	c |       102 |   97752   254268 |   35842     102     7021    68.8 | 24.378 % |
6.03	c |       252 |   97752   254268 |   39426     252    12985    51.5 | 24.378 % |
6.06	c |       479 |   97752   254268 |   43369     479    23020    48.1 | 24.378 % |
6.10	c |       817 |   97752   254268 |   47706     817    32398    39.7 | 24.378 % |
6.17	c |      1324 |   97752   254268 |   52476    1324    52953    40.0 | 24.378 % |
6.27	c |      2084 |   97752   254268 |   57724    2084    72344    34.7 | 24.378 % |
6.45	c |      3224 |   97752   254268 |   63496    3224   131870    40.9 | 24.378 % |
6.64	c |      4932 |   97752   254268 |   69846    4932   169532    34.4 | 24.378 % |
6.97	c |      7494 |   97752   254268 |   76831    7494   276546    36.9 | 24.378 % |
7.52	c |     11338 |   97752   254268 |   84514   11338   434175    38.3 | 24.378 % |
8.34	c |     17104 |   97752   254268 |   92965   17104   666967    39.0 | 24.378 % |
9.88	c |     25753 |   97752   254268 |  102262   25753   909317    35.3 | 24.378 % |
12.70	c |     38728 |   97752   254268 |  112488   38728  1441110    37.2 | 24.378 % |
19.81	c |     58189 |   97752   254268 |  123737   58189  2967531    51.0 | 24.378 % |
36.21	c |     87381 |   97752   254268 |  136111   87381  5090229    58.3 | 24.378 % |
74.00	c |    131171 |   97752   254268 |  149722  131171  8829355    67.3 | 24.378 % |
118.49	c |    196856 |   97752   254268 |  164694   48384  3082444    63.7 | 24.378 % |
249.28	c |    295382 |   97752   254268 |  181164  146910  9565279    65.1 | 24.378 % |
483.16	c |    443171 |   97752   254268 |  199280  115451 12241207   106.0 | 24.378 % |
899.33	c |    664854 |   97752   254268 |  219208  138614  8977170    64.8 | 24.378 % |
1503.15	c |    997379 |   97752   254268 |  241129   43823  5035722   114.9 | 24.378 % |
1811.66	
1811.66	s UNKNOWN
1811.66	c # INTERRUPTED
1811.66	c # MAIN  END :  (1811 seconds) [Mon Jan 29 20:41:33 2007]
1811.66	c # MAIN  CPU : 5.72 = 0.1 + 0.02 + 5.43 + 0.17
1811.66	

Verifier Data (download as text)

ERROR: Unexpected answer ! (SAT/UNSAT expected)
Got answer: UNKNOWN

Watcher Data (download as text)

runsolver version 3.1.3 (c) roussel@cril.univ-artois.fr

command line: runsolver --timestamp -w ROOT/results/node66/watcher-210322-1170097882 -o ROOT/results/node66/solver-210322-1170097882 -C 1800 -M 900 /tmp/evaluation/210322-1170097882/solver /tmp/evaluation/210322-1170097882 /tmp/evaluation/210322-1170097882/unknown.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Current StackSize limit: 10240 KiB

/proc/loadavg: 1.46 1.88 2.00 5/74 21895
/proc/meminfo: memFree=1893176/2055920 swapFree=4192812/4192956
[pid=21894] ppid=21892 vsize=18540 CPUtime=0
/proc/21894/stat : 21894 (runsolver) R 21892 21894 21601 0 -1 4194368 16 0 0 0 0 0 0 0 20 0 1 0 29745711 18984960 279 18446744073709551615 4194304 4267372 548682069040 18446744073709551615 227607637287 0 0 4096 24578 0 0 0 17 1 0 0
/proc/21894/statm: 4635 279 244 17 0 2626 0

[startup+0.107917 s]
/proc/loadavg: 1.46 1.88 2.00 5/74 21895
/proc/meminfo: memFree=1893176/2055920 swapFree=4192812/4192956
[pid=21894] ppid=21892 vsize=13724 CPUtime=0.03
/proc/21894/stat : 21894 (sugar) S 21892 21894 21601 0 -1 4194304 1112 0 0 0 3 0 0 0 20 0 1 0 29745711 14053376 805 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21894/statm: 3431 805 368 3 0 531 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13724

[startup+0.519998 s]
/proc/loadavg: 1.46 1.88 2.00 5/74 21895
/proc/meminfo: memFree=1893176/2055920 swapFree=4192812/4192956
[pid=21894] ppid=21892 vsize=13724 CPUtime=0.03
/proc/21894/stat : 21894 (sugar) S 21892 21894 21601 0 -1 4194304 1121 0 0 0 3 0 0 0 16 0 1 0 29745711 14053376 805 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21894/statm: 3431 805 368 3 0 531 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13724

[startup+1.34416 s]
/proc/loadavg: 1.46 1.88 2.00 3/82 21911
/proc/meminfo: memFree=1885304/2055920 swapFree=4192812/4192956
[pid=21894] ppid=21892 vsize=13724 CPUtime=0.89
/proc/21894/stat : 21894 (sugar) S 21892 21894 21601 0 -1 4194304 1190 8578 0 1 3 1 78 7 15 0 1 0 29745711 14053376 809 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21894/statm: 3431 809 371 3 0 531 0
[pid=21904] ppid=21894 vsize=807064 CPUtime=0.36
/proc/21904/stat : 21904 (java) R 21894 21894 21601 0 -1 0 6586 0 1 0 32 4 0 0 17 0 8 0 29745808 826433536 6336 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073448184 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21904/statm: 201766 6336 1494 14 0 189044 0
[pid=21904/tid=21905] ppid=21894 vsize=807064 CPUtime=0.02
/proc/21904/task/21905/stat : 21905 (java) S 21894 21894 21601 0 -1 64 527 0 0 0 2 0 0 0 16 0 8 0 29745811 826433536 6336 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=21904/tid=21906] ppid=21894 vsize=807064 CPUtime=0
/proc/21904/task/21906/stat : 21906 (java) S 21894 21894 21601 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 29745811 826433536 6336 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21904/tid=21907] ppid=21894 vsize=807064 CPUtime=0
/proc/21904/task/21907/stat : 21907 (java) S 21894 21894 21601 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 29745811 826433536 6336 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21904/tid=21908] ppid=21894 vsize=807064 CPUtime=0
/proc/21904/task/21908/stat : 21908 (java) S 21894 21894 21601 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 29745814 826433536 6336 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21904/tid=21909] ppid=21894 vsize=807064 CPUtime=0.05
/proc/21904/task/21909/stat : 21909 (java) R 21894 21894 21601 0 -1 64 293 0 0 0 5 0 0 0 19 0 8 0 29745814 826433536 6336 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21904/tid=21910] ppid=21894 vsize=807064 CPUtime=0
/proc/21904/task/21910/stat : 21910 (java) S 21894 21894 21601 0 -1 64 3 0 0 0 0 0 0 0 19 0 8 0 29745814 826433536 6336 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21904/tid=21911] ppid=21894 vsize=807064 CPUtime=0
/proc/21904/task/21911/stat : 21911 (java) S 21894 21894 21601 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 29745814 826433536 6336 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.25
Current children cumulated vsize (KiB) 820788

[startup+2.9825 s]
/proc/loadavg: 1.46 1.88 2.00 3/82 21911
/proc/meminfo: memFree=1860984/2055920 swapFree=4192812/4192956
[pid=21894] ppid=21892 vsize=13724 CPUtime=0.89
/proc/21894/stat : 21894 (sugar) S 21892 21894 21601 0 -1 4194304 1190 8578 0 1 3 1 78 7 15 0 1 0 29745711 14053376 809 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21894/statm: 3431 809 371 3 0 531 0
[pid=21904] ppid=21894 vsize=807376 CPUtime=1.98
/proc/21904/stat : 21904 (java) R 21894 21894 21601 0 -1 0 9870 0 1 0 193 5 0 0 25 0 8 0 29745808 826753024 9607 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073640896 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21904/statm: 201844 9607 1506 14 0 189122 0
[pid=21904/tid=21905] ppid=21894 vsize=807376 CPUtime=0.2
/proc/21904/task/21905/stat : 21905 (java) S 21894 21894 21601 0 -1 64 3648 0 0 0 19 1 0 0 16 0 8 0 29745811 826753024 9607 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=21904/tid=21906] ppid=21894 vsize=807376 CPUtime=0
/proc/21904/task/21906/stat : 21906 (java) S 21894 21894 21601 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 29745811 826753024 9607 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21904/tid=21907] ppid=21894 vsize=807376 CPUtime=0
/proc/21904/task/21907/stat : 21907 (java) S 21894 21894 21601 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 29745811 826753024 9607 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21904/tid=21908] ppid=21894 vsize=807376 CPUtime=0
/proc/21904/task/21908/stat : 21908 (java) S 21894 21894 21601 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 29745814 826753024 9607 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21904/tid=21909] ppid=21894 vsize=807376 CPUtime=0.14
/proc/21904/task/21909/stat : 21909 (java) S 21894 21894 21601 0 -1 64 419 0 0 0 14 0 0 0 16 0 8 0 29745814 826753024 9607 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21904/tid=21910] ppid=21894 vsize=807376 CPUtime=0
/proc/21904/task/21910/stat : 21910 (java) S 21894 21894 21601 0 -1 64 3 0 0 0 0 0 0 0 19 0 8 0 29745814 826753024 9607 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21904/tid=21911] ppid=21894 vsize=807376 CPUtime=0
/proc/21904/task/21911/stat : 21911 (java) S 21894 21894 21601 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 29745814 826753024 9607 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.87
Current children cumulated vsize (KiB) 821100

[startup+6.19214 s]
/proc/loadavg: 1.50 1.88 2.00 4/82 21911
/proc/meminfo: memFree=1845368/2055920 swapFree=4192812/4192956
[pid=21894] ppid=21892 vsize=20924 CPUtime=5.75
/proc/21894/stat : 21894 (sugar) S 21892 21894 21601 0 -1 4194304 3025 21524 0 2 13 2 543 17 15 0 1 0 29745711 21426176 2539 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21894/statm: 5231 2539 373 3 0 2331 0
Current children cumulated CPU time (s) 5.75
Current children cumulated vsize (KiB) 20924

[startup+12.6595 s]
/proc/loadavg: 1.54 1.88 2.00 3/75 21912
/proc/meminfo: memFree=1869040/2055920 swapFree=4192812/4192956
[pid=21894] ppid=21892 vsize=20924 CPUtime=5.75
/proc/21894/stat : 21894 (sugar) S 21892 21894 21601 0 -1 4194304 3025 21524 0 2 13 2 543 17 16 0 1 0 29745711 21426176 2539 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21894/statm: 5231 2539 373 3 0 2331 0
[pid=21912] ppid=21894 vsize=13128 CPUtime=6.68
/proc/21912/stat : 21912 (minisat) R 21894 21894 21601 0 -1 0 3325 0 0 0 667 1 0 0 25 0 1 0 29746301 13443072 2879 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528392 0 0 4096 3 0 0 0 17 1 0 0
/proc/21912/statm: 3282 2879 52 112 0 3166 0
Current children cumulated CPU time (s) 12.43
Current children cumulated vsize (KiB) 34052

[startup+25.499 s]
/proc/loadavg: 1.64 1.89 2.00 3/75 21912
/proc/meminfo: memFree=1855472/2055920 swapFree=4192812/4192956
[pid=21894] ppid=21892 vsize=20924 CPUtime=5.75
/proc/21894/stat : 21894 (sugar) S 21892 21894 21601 0 -1 4194304 3025 21524 0 2 13 2 543 17 16 0 1 0 29745711 21426176 2539 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21894/statm: 5231 2539 373 3 0 2331 0
[pid=21912] ppid=21894 vsize=24784 CPUtime=19.41
/proc/21912/stat : 21912 (minisat) R 21894 21894 21601 0 -1 0 6224 0 0 0 1937 4 0 0 25 0 1 0 29746301 25378816 5778 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528342 0 0 4096 3 0 0 0 17 1 0 0
/proc/21912/statm: 6196 5778 52 112 0 6080 0
Current children cumulated CPU time (s) 25.16
Current children cumulated vsize (KiB) 45708

[startup+51.1772 s]
/proc/loadavg: 1.76 1.90 2.00 3/75 21912
/proc/meminfo: memFree=1839216/2055920 swapFree=4192812/4192956
[pid=21894] ppid=21892 vsize=20924 CPUtime=5.75
/proc/21894/stat : 21894 (sugar) S 21892 21894 21601 0 -1 4194304 3025 21524 0 2 13 2 543 17 16 0 1 0 29745711 21426176 2539 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21894/statm: 5231 2539 373 3 0 2331 0
[pid=21912] ppid=21894 vsize=39664 CPUtime=44.85
/proc/21912/stat : 21912 (minisat) R 21894 21894 21601 0 -1 0 9924 0 0 0 4478 7 0 0 25 0 1 0 29746301 40615936 9478 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/21912/statm: 9916 9478 52 112 0 9800 0
Current children cumulated CPU time (s) 50.6
Current children cumulated vsize (KiB) 60588

[startup+102.418 s]
/proc/loadavg: 1.89 1.91 2.00 3/75 21912
/proc/meminfo: memFree=1815472/2055920 swapFree=4192812/4192956
[pid=21894] ppid=21892 vsize=20924 CPUtime=5.75
/proc/21894/stat : 21894 (sugar) S 21892 21894 21601 0 -1 4194304 3025 21524 0 2 13 2 543 17 16 0 1 0 29745711 21426176 2539 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21894/statm: 5231 2539 373 3 0 2331 0
[pid=21912] ppid=21894 vsize=59128 CPUtime=95.62
/proc/21912/stat : 21912 (minisat) R 21894 21894 21601 0 -1 0 14760 0 0 0 9550 12 0 0 25 0 1 0 29746301 60547072 14314 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/21912/statm: 14782 14314 52 112 0 14666 0
Current children cumulated CPU time (s) 101.37
Current children cumulated vsize (KiB) 80052

[startup+162.482 s]
/proc/loadavg: 1.96 1.92 2.00 3/75 21912
/proc/meminfo: memFree=1811312/2055920 swapFree=4192812/4192956
[pid=21894] ppid=21892 vsize=20924 CPUtime=5.75
/proc/21894/stat : 21894 (sugar) S 21892 21894 21601 0 -1 4194304 3025 21524 0 2 13 2 543 17 16 0 1 0 29745711 21426176 2539 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21894/statm: 5231 2539 373 3 0 2331 0
[pid=21912] ppid=21894 vsize=61100 CPUtime=155.13
/proc/21912/stat : 21912 (minisat) R 21894 21894 21601 0 -1 0 15200 0 0 0 15501 12 0 0 25 0 1 0 29746301 62566400 14754 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528535 0 0 4096 3 0 0 0 17 1 0 0
/proc/21912/statm: 15275 14754 52 112 0 15159 0
Current children cumulated CPU time (s) 160.88
Current children cumulated vsize (KiB) 82024

[startup+222.552 s]
/proc/loadavg: 2.03 1.95 2.00 3/75 21912
/proc/meminfo: memFree=1807728/2055920 swapFree=4192812/4192956
[pid=21894] ppid=21892 vsize=20924 CPUtime=5.75
/proc/21894/stat : 21894 (sugar) S 21892 21894 21601 0 -1 4194304 3025 21524 0 2 13 2 543 17 16 0 1 0 29745711 21426176 2539 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21894/statm: 5231 2539 373 3 0 2331 0
[pid=21912] ppid=21894 vsize=63240 CPUtime=214.65
/proc/21912/stat : 21912 (minisat) R 21894 21894 21601 0 -1 0 15666 0 0 0 21452 13 0 0 25 0 1 0 29746301 64757760 15220 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/21912/statm: 15810 15220 52 112 0 15694 0
Current children cumulated CPU time (s) 220.4
Current children cumulated vsize (KiB) 84164

[startup+282.626 s]
/proc/loadavg: 2.01 1.95 2.00 3/75 21912
/proc/meminfo: memFree=1794736/2055920 swapFree=4192812/4192956
[pid=21894] ppid=21892 vsize=20924 CPUtime=5.75
/proc/21894/stat : 21894 (sugar) S 21892 21894 21601 0 -1 4194304 3025 21524 0 2 13 2 543 17 16 0 1 0 29745711 21426176 2539 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21894/statm: 5231 2539 373 3 0 2331 0
[pid=21912] ppid=21894 vsize=75056 CPUtime=274.17
/proc/21912/stat : 21912 (minisat) R 21894 21894 21601 0 -1 0 18578 0 0 0 27401 16 0 0 25 0 1 0 29746301 76857344 18132 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134525924 0 0 4096 3 0 0 0 17 1 0 0
/proc/21912/statm: 18764 18132 52 112 0 18648 0
Current children cumulated CPU time (s) 279.92
Current children cumulated vsize (KiB) 95980

[startup+342.696 s]
/proc/loadavg: 2.00 1.96 2.00 3/75 21912
/proc/meminfo: memFree=1787056/2055920 swapFree=4192812/4192956
[pid=21894] ppid=21892 vsize=20924 CPUtime=5.75
/proc/21894/stat : 21894 (sugar) S 21892 21894 21601 0 -1 4194304 3025 21524 0 2 13 2 543 17 16 0 1 0 29745711 21426176 2539 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21894/statm: 5231 2539 373 3 0 2331 0
[pid=21912] ppid=21894 vsize=79600 CPUtime=333.69
/proc/21912/stat : 21912 (minisat) R 21894 21894 21601 0 -1 0 19709 0 0 0 33352 17 0 0 25 0 1 0 29746301 81510400 19263 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528535 0 0 4096 3 0 0 0 17 1 0 0
/proc/21912/statm: 19900 19263 52 112 0 19784 0
Current children cumulated CPU time (s) 339.44
Current children cumulated vsize (KiB) 100524

[startup+402.764 s]
/proc/loadavg: 2.00 1.97 2.00 3/75 21912
/proc/meminfo: memFree=1783792/2055920 swapFree=4192812/4192956
[pid=21894] ppid=21892 vsize=20924 CPUtime=5.75
/proc/21894/stat : 21894 (sugar) S 21892 21894 21601 0 -1 4194304 3025 21524 0 2 13 2 543 17 16 0 1 0 29745711 21426176 2539 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21894/statm: 5231 2539 373 3 0 2331 0
[pid=21912] ppid=21894 vsize=81128 CPUtime=393.21
/proc/21912/stat : 21912 (minisat) R 21894 21894 21601 0 -1 0 20028 0 0 0 39304 17 0 0 25 0 1 0 29746301 83075072 19582 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528545 0 0 4096 3 0 0 0 17 1 0 0
/proc/21912/statm: 20282 19582 52 112 0 20166 0

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

/proc/loadavg: 2.87 2.39 2.14 3/90 22145
/proc/meminfo: memFree=99640/2055920 swapFree=4192812/4192956
[pid=21894] ppid=21892 vsize=20924 CPUtime=5.75
/proc/21894/stat : 21894 (sugar) S 21892 21894 21601 0 -1 4194304 3025 21524 0 2 13 2 543 17 16 0 1 0 29745711 21426176 2539 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21894/statm: 5231 2539 373 3 0 2331 0
[pid=21912] ppid=21894 vsize=108100 CPUtime=1108.27
/proc/21912/stat : 21912 (minisat) R 21894 21894 21601 0 -1 0 26437 0 0 0 110755 72 0 0 25 0 1 0 29746301 110694400 25991 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/21912/statm: 27025 25991 52 112 0 26909 0
Current children cumulated CPU time (s) 1114.02
Current children cumulated vsize (KiB) 129024

[startup+1183.49 s]
/proc/loadavg: 2.99 2.51 2.20 3/82 22161
/proc/meminfo: memFree=15544/2055920 swapFree=4192812/4192956
[pid=21894] ppid=21892 vsize=20924 CPUtime=5.75
/proc/21894/stat : 21894 (sugar) S 21892 21894 21601 0 -1 4194304 3025 21524 0 2 13 2 543 17 16 0 1 0 29745711 21426176 2539 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21894/statm: 5231 2539 373 3 0 2331 0
[pid=21912] ppid=21894 vsize=108344 CPUtime=1168.07
/proc/21912/stat : 21912 (minisat) R 21894 21894 21601 0 -1 0 26479 0 0 0 116706 101 0 0 25 0 1 0 29746301 110944256 26033 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528559 0 0 4096 3 0 0 0 17 0 0 0
/proc/21912/statm: 27086 26033 52 112 0 26970 0
Current children cumulated CPU time (s) 1173.82
Current children cumulated vsize (KiB) 129268

[startup+1243.55 s]
/proc/loadavg: 3.01 2.60 2.25 4/82 22161
/proc/meminfo: memFree=15480/2055920 swapFree=4192812/4192956
[pid=21894] ppid=21892 vsize=20924 CPUtime=5.75
/proc/21894/stat : 21894 (sugar) S 21892 21894 21601 0 -1 4194304 3025 21524 0 2 13 2 543 17 16 0 1 0 29745711 21426176 2539 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21894/statm: 5231 2539 373 3 0 2331 0
[pid=21912] ppid=21894 vsize=119784 CPUtime=1227.98
/proc/21912/stat : 21912 (minisat) R 21894 21894 21601 0 -1 0 29309 0 0 0 122671 127 0 0 25 0 1 0 29746301 122658816 28863 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/21912/statm: 29946 28863 52 112 0 29830 0
Current children cumulated CPU time (s) 1233.73
Current children cumulated vsize (KiB) 140708

[startup+1303.55 s]
/proc/loadavg: 3.16 2.70 2.30 3/82 22161
/proc/meminfo: memFree=15160/2055920 swapFree=4192812/4192956
[pid=21894] ppid=21892 vsize=20924 CPUtime=5.75
/proc/21894/stat : 21894 (sugar) S 21892 21894 21601 0 -1 4194304 3025 21524 0 2 13 2 543 17 16 0 1 0 29745711 21426176 2539 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21894/statm: 5231 2539 373 3 0 2331 0
[pid=21912] ppid=21894 vsize=131640 CPUtime=1287.83
/proc/21912/stat : 21912 (minisat) R 21894 21894 21601 0 -1 0 32216 0 0 0 128636 147 0 0 25 0 1 0 29746301 134799360 31770 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528723 0 0 4096 3 0 0 0 17 0 0 0
/proc/21912/statm: 32910 31770 52 112 0 32794 0
Current children cumulated CPU time (s) 1293.58
Current children cumulated vsize (KiB) 152564

[startup+1363.58 s]
/proc/loadavg: 4.24 3.10 2.46 3/82 22161
/proc/meminfo: memFree=16312/2055920 swapFree=4192812/4192956
[pid=21894] ppid=21892 vsize=20924 CPUtime=5.75
/proc/21894/stat : 21894 (sugar) S 21892 21894 21601 0 -1 4194304 3025 21524 0 2 13 2 543 17 16 0 1 0 29745711 21426176 2539 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21894/statm: 5231 2539 373 3 0 2331 0
[pid=21912] ppid=21894 vsize=142668 CPUtime=1347.68
/proc/21912/stat : 21912 (minisat) R 21894 21894 21601 0 -1 0 34973 0 0 0 134600 168 0 0 25 0 1 0 29746301 146092032 34527 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/21912/statm: 35667 34527 52 112 0 35551 0
Current children cumulated CPU time (s) 1353.43
Current children cumulated vsize (KiB) 163592

[startup+1423.59 s]
/proc/loadavg: 3.31 3.05 2.48 3/82 22161
/proc/meminfo: memFree=14840/2055920 swapFree=4192812/4192956
[pid=21894] ppid=21892 vsize=20924 CPUtime=5.75
/proc/21894/stat : 21894 (sugar) S 21892 21894 21601 0 -1 4194304 3025 21524 0 2 13 2 543 17 16 0 1 0 29745711 21426176 2539 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21894/statm: 5231 2539 373 3 0 2331 0
[pid=21912] ppid=21894 vsize=152980 CPUtime=1407.53
/proc/21912/stat : 21912 (minisat) R 21894 21894 21601 0 -1 0 37536 0 0 0 140566 187 0 0 25 0 1 0 29746301 156651520 37090 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/21912/statm: 38245 37090 52 112 0 38129 0
Current children cumulated CPU time (s) 1413.28
Current children cumulated vsize (KiB) 173904

[startup+1483.69 s]
/proc/loadavg: 2.64 2.90 2.46 3/82 22163
/proc/meminfo: memFree=15352/2055920 swapFree=4192812/4192956
[pid=21894] ppid=21892 vsize=20924 CPUtime=5.75
/proc/21894/stat : 21894 (sugar) S 21892 21894 21601 0 -1 4194304 3025 21524 0 2 13 2 543 17 16 0 1 0 29745711 21426176 2539 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21894/statm: 5231 2539 373 3 0 2331 0
[pid=21912] ppid=21894 vsize=159976 CPUtime=1467.47
/proc/21912/stat : 21912 (minisat) R 21894 21894 21601 0 -1 0 39257 0 0 0 146537 210 0 0 25 0 1 0 29746301 163815424 38811 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134525599 0 0 4096 3 0 0 0 17 0 0 0
/proc/21912/statm: 39994 38811 52 112 0 39878 0
Current children cumulated CPU time (s) 1473.22
Current children cumulated vsize (KiB) 180900

[startup+1543.69 s]
/proc/loadavg: 2.75 2.87 2.48 3/82 22163
/proc/meminfo: memFree=15736/2055920 swapFree=4192812/4192956
[pid=21894] ppid=21892 vsize=20924 CPUtime=5.75
/proc/21894/stat : 21894 (sugar) S 21892 21894 21601 0 -1 4194304 3025 21524 0 2 13 2 543 17 16 0 1 0 29745711 21426176 2539 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21894/statm: 5231 2539 373 3 0 2331 0
[pid=21912] ppid=21894 vsize=159976 CPUtime=1527.31
/proc/21912/stat : 21912 (minisat) R 21894 21894 21601 0 -1 0 39259 0 0 0 152496 235 0 0 25 0 1 0 29746301 163815424 38813 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528342 0 0 4096 3 0 0 0 17 0 0 0
/proc/21912/statm: 39994 38813 52 112 0 39878 0
Current children cumulated CPU time (s) 1533.06
Current children cumulated vsize (KiB) 180900

[startup+1603.71 s]
/proc/loadavg: 3.15 2.97 2.53 3/82 22163
/proc/meminfo: memFree=15224/2055920 swapFree=4192812/4192956
[pid=21894] ppid=21892 vsize=20924 CPUtime=5.75
/proc/21894/stat : 21894 (sugar) S 21892 21894 21601 0 -1 4194304 3025 21524 0 2 13 2 543 17 16 0 1 0 29745711 21426176 2539 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21894/statm: 5231 2539 373 3 0 2331 0
[pid=21912] ppid=21894 vsize=159976 CPUtime=1587.16
/proc/21912/stat : 21912 (minisat) R 21894 21894 21601 0 -1 0 39259 0 0 0 158460 256 0 0 25 0 1 0 29746301 163815424 38813 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528758 0 0 4096 3 0 0 0 17 0 0 0
/proc/21912/statm: 39994 38813 52 112 0 39878 0
Current children cumulated CPU time (s) 1592.91
Current children cumulated vsize (KiB) 180900

[startup+1663.77 s]
/proc/loadavg: 3.89 3.18 2.63 3/82 22163
/proc/meminfo: memFree=15608/2055920 swapFree=4192812/4192956
[pid=21894] ppid=21892 vsize=20924 CPUtime=5.75
/proc/21894/stat : 21894 (sugar) S 21892 21894 21601 0 -1 4194304 3025 21524 0 2 13 2 543 17 16 0 1 0 29745711 21426176 2539 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21894/statm: 5231 2539 373 3 0 2331 0
[pid=21912] ppid=21894 vsize=159976 CPUtime=1647.09
/proc/21912/stat : 21912 (minisat) R 21894 21894 21601 0 -1 0 39259 0 0 0 164431 278 0 0 25 0 1 0 29746301 163815424 38813 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134525795 0 0 4096 3 0 0 0 17 0 0 0
/proc/21912/statm: 39994 38813 52 112 0 39878 0
Current children cumulated CPU time (s) 1652.84
Current children cumulated vsize (KiB) 180900

[startup+1723.81 s]
/proc/loadavg: 3.59 3.25 2.69 3/82 22163
/proc/meminfo: memFree=15416/2055920 swapFree=4192812/4192956
[pid=21894] ppid=21892 vsize=20924 CPUtime=5.75
/proc/21894/stat : 21894 (sugar) S 21892 21894 21601 0 -1 4194304 3025 21524 0 2 13 2 543 17 16 0 1 0 29745711 21426176 2539 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21894/statm: 5231 2539 373 3 0 2331 0
[pid=21912] ppid=21894 vsize=159976 CPUtime=1706.94
/proc/21912/stat : 21912 (minisat) R 21894 21894 21601 0 -1 0 39261 0 0 0 170394 300 0 0 25 0 1 0 29746301 163815424 38815 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/21912/statm: 39994 38815 52 112 0 39878 0
Current children cumulated CPU time (s) 1712.69
Current children cumulated vsize (KiB) 180900

[startup+1783.83 s]
/proc/loadavg: 2.92 3.12 2.67 3/82 22163
/proc/meminfo: memFree=16056/2055920 swapFree=4192812/4192956
[pid=21894] ppid=21892 vsize=20924 CPUtime=5.75
/proc/21894/stat : 21894 (sugar) S 21892 21894 21601 0 -1 4194304 3025 21524 0 2 13 2 543 17 16 0 1 0 29745711 21426176 2539 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21894/statm: 5231 2539 373 3 0 2331 0
[pid=21912] ppid=21894 vsize=160220 CPUtime=1766.79
/proc/21912/stat : 21912 (minisat) R 21894 21894 21601 0 -1 0 39302 0 0 0 176362 317 0 0 25 0 1 0 29746301 164065280 38856 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528116 0 0 4096 3 0 0 0 17 1 0 0
/proc/21912/statm: 40055 38856 52 112 0 39939 0
Current children cumulated CPU time (s) 1772.54
Current children cumulated vsize (KiB) 181144



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1811.65 s]
/proc/loadavg: 2.61 3.02 2.66 3/82 22163
/proc/meminfo: memFree=16056/2055920 swapFree=4192812/4192956
[pid=21894] ppid=21892 vsize=20924 CPUtime=5.75
/proc/21894/stat : 21894 (sugar) S 21892 21894 21601 0 -1 4194304 3025 21524 0 2 13 2 543 17 16 0 1 0 29745711 21426176 2539 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21894/statm: 5231 2539 373 3 0 2331 0
[pid=21912] ppid=21894 vsize=160548 CPUtime=1794.34
/proc/21912/stat : 21912 (minisat) R 21894 21894 21601 0 -1 0 39371 0 0 0 179115 319 0 0 25 0 1 0 29746301 164401152 38925 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528416 0 0 4096 3 0 0 0 17 1 0 0
/proc/21912/statm: 40137 38925 52 112 0 40021 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 181472

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

Child status: 1

!!! problem with CPU time !!!
wait4(...,&childrusage) returns 21894 and gives childrusage.ru_utime.tv_sec=5 childrusage.ru_utime.tv_usec=570153 childrusage.ru_stime.tv_sec=0 childrusage.ru_stime.tv_usec=197969
CPU time returned by wait4() is 5.76812
while last known CPU time is 1800.12

Solver probably didn't/couldn't wait for its children
Using last known CPU time as value...

Real time (s): 1812.72
CPU time (s): 1800.12
CPU user time (s): 1796.71
CPU system time (s): 3.41
CPU usage (%): 99.3047
Max. virtual memory (cumulated for all children) (KiB): 821100

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 5.57015
system time used= 0.197969
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 24634
page faults= 2
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1771
involuntary context switches= 1779

runsolver used 2.11468 s user time and 5.9481 s system time

The end

Launcher Data (download as text)

Begin job on node66 on Mon Jan 29 19:11:22 UTC 2007


IDJOB= 210322
IDBENCH= 4610
IDSOLVER= 86
FILE ID= node66/210322-1170097882

PBS_JOBID= 3689710

Free space on /tmp= 66562 MiB

SOLVER NAME= sugar 0.40
BENCH NAME= HOME/pub/bench/CPAI06/pseudoSeries/fpga/fpga-40-39.xml
COMMAND LINE= /tmp/evaluation/210322-1170097882/solver /tmp/evaluation/210322-1170097882 /tmp/evaluation/210322-1170097882/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node66/watcher-210322-1170097882 -o ROOT/results/node66/solver-210322-1170097882 -C 1800 -M 900  /tmp/evaluation/210322-1170097882/solver /tmp/evaluation/210322-1170097882 /tmp/evaluation/210322-1170097882/unknown.xml

META MD5SUM SOLVER= 0a27e717dfe98d83d9802fe0eea45073
MD5SUM BENCH=  3c6eda633dfc3b4def9c6c240c8051dd

RANDOM SEED= 518550911

TIME LIMIT= 1800 seconds

MEMORY LIMIT= 900 MiB


/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.259
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
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 syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5931.00
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.259
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
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 syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1893592 kB
Buffers:         27216 kB
Cached:          55132 kB
SwapCached:          0 kB
Active:          66164 kB
Inactive:        46336 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1893592 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            3060 kB
Writeback:           0 kB
Mapped:          41224 kB
Slab:            35296 kB
Committed_AS:   166112 kB
PageTables:       1756 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 54577 MiB



End job on node66 on Mon Jan 29 19:41:35 UTC 2007