Trace number 198296

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.06 1803.04

General information on the benchmark

Namepigeons/
pigeons-20.xml
MD5SUMc010d400039ce15527d1a01992125513
Bench Category2-ARY-INT (binary constraints in intension)
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 variables20
Number of constraints190
Maximum constraint arity2
Maximum domain size19
Number of constraints which are defined in extension0
Number of constraints which are defined in intension190
Global constraints used (with number of constraints)

Solver Data (download as text)

0.05	c # Sugar v0-40 (/tmp/evaluation/198296-1170093782/sugar-v0-40.jar)
0.05	
0.05	c # MAIN  BEGIN : /tmp/evaluation/198296-1170093782/unknown.xml [Mon Jan 29 19:03:02 2007]
0.05	c # CONVERT_XML  BEGIN : /tmp/evaluation/198296-1170093782/unknown.xml /tmp/evaluation/198296-1170093782/sugar24524.csp [Mon Jan 29 19:03:02 2007]
0.05	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/198296-1170093782/sugar-v0-40.jar -convert /tmp/evaluation/198296-1170093782/unknown.xml /tmp/evaluation/198296-1170093782/sugar24524.csp
0.17	c BEGIN convert /tmp/evaluation/198296-1170093782/unknown.xml
0.37	c END convert (0.202283 seconds)
0.39	c # CONVERT_XML  END : /tmp/evaluation/198296-1170093782/sugar24524.csp 2800 bytes (1 seconds) [Mon Jan 29 19:03:03 2007]
0.39	c # CONVERT_XML  CPU : 0 = 0 + 0 + 0 + 0
0.39	
0.39	c # GENERATE_SAT  BEGIN : /tmp/evaluation/198296-1170093782/sugar24524.bcnf [Mon Jan 29 19:03:03 2007]
0.39	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/198296-1170093782/sugar-v0-40.jar -bcnf -map /tmp/evaluation/198296-1170093782/sugar24524.map /tmp/evaluation/198296-1170093782/sugar24524.csp /tmp/evaluation/198296-1170093782/sugar24524.bcnf
0.51	c BEGIN parse /tmp/evaluation/198296-1170093782/sugar24524.csp
0.67	c END parse (0.15338 seconds)
0.67	c BEGIN simplify
0.67	c END simplify (0.008066 seconds)
0.67	c BEGIN encode /tmp/evaluation/198296-1170093782/sugar24524.bcnf
0.74	c END encode (0.061103 seconds)
0.78	c # GENERATE_SAT  END : 740 variables 7750 clauses 118864 bytes (0 seconds) [Mon Jan 29 19:03:03 2007]
0.78	c # GENERATE_SAT  CPU : 0.33 = 0 + 0 + 0.3 + 0.03
0.78	
0.78	c # SOLVE_SAT  BEGIN : /tmp/evaluation/198296-1170093782/sugar24524.bcnf [Mon Jan 29 19:03:03 2007]
0.78	c # CMD : /tmp/evaluation/198296-1170093782/minisat /tmp/evaluation/198296-1170093782/sugar24524.bcnf /tmp/evaluation/198296-1170093782/sugar24524.out
0.79	c ==================================[MINISAT]===================================
0.79	c | Conflicts |     ORIGINAL     |              LEARNT              | Progress |
0.79	c |           | Clauses Literals |   Limit Clauses Literals  Lit/Cl |          |
0.79	c ==============================================================================
0.79	c |         0 |    7750    21960 |    2583       0        0     nan |  0.000 % |
0.79	c |       101 |    7750    21960 |    2841     101      863     8.5 |  0.000 % |
0.80	c |       251 |    7750    21960 |    3125     251     2133     8.5 |  0.001 % |
0.80	c |       477 |    7750    21960 |    3437     477     3771     7.9 |  0.001 % |
0.81	c |       814 |    7750    21960 |    3781     814     6370     7.8 |  0.001 % |
0.82	c |      1320 |    7750    21960 |    4159    1320    11206     8.5 |  0.001 % |
0.84	c |      2080 |    7750    21960 |    4575    2080    17250     8.3 |  0.002 % |
0.87	c |      3220 |    7750    21960 |    5033    3220    27052     8.4 |  0.000 % |
0.94	c |      4928 |    7750    21960 |    5536    4928    47297     9.6 |  0.001 % |
1.04	c |      7491 |    7750    21960 |    6090    4401    45092    10.2 |  0.001 % |
1.19	c |     11335 |    7750    21960 |    6699    4876    50335    10.3 |  0.001 % |
1.41	c |     17101 |    7750    21960 |    7369    6974    75394    10.8 |  0.001 % |
1.84	c |     25751 |    7750    21960 |    8106    3932    42818    10.9 |  0.002 % |
2.47	c |     38725 |    7750    21960 |    8917    8215    83391    10.2 |  0.002 % |
3.50	c |     58187 |    7750    21960 |    9808    8612    95073    11.0 |  0.001 % |
5.60	c |     87379 |    7750    21960 |   10789    7547    93661    12.4 |  0.001 % |
9.26	c |    131168 |    7750    21960 |   11868    6023    97258    16.1 |  0.002 % |
16.79	c |    196852 |    7750    21960 |   13055   10822   197853    18.3 |  0.002 % |
25.15	c |    295378 |    7750    21960 |   14361    7792   110199    14.1 |  0.003 % |
40.07	c |    443167 |    7750    21960 |   15797    9349   153357    16.4 |  0.001 % |
57.13	c |    664853 |    7750    21960 |   17377   11111   169921    15.3 |  0.003 % |
82.58	c |    997378 |    7750    21960 |   19114   13653   226974    16.6 |  0.002 % |
133.26	c |   1496167 |    7750    21960 |   21026   13670   174728    12.8 |  0.001 % |
210.63	c |   2244350 |    7750    21960 |   23128   21245   448264    21.1 |  0.001 % |
381.22	c |   3366624 |    7750    21960 |   25441   18139   354705    19.6 |  0.001 % |
599.82	c |   5050035 |    7750    21960 |   27986   14376   257369    17.9 |  0.003 % |
1025.10	c |   7575152 |    7750    21960 |   30784   19522   347330    17.8 |  0.001 % |
1734.01	c |  11362829 |    7750    21960 |   33863   23800   529952    22.3 |  0.001 % |
1803.02	s UNKNOWN
1803.02	c # ERROR No such file or directory /tmp/evaluation/198296-1170093782/sugar24524.out, at /tmp/evaluation/198296-1170093782/sugar line 393.
1803.02	
1803.02	c # MAIN  END :  (1803 seconds) [Mon Jan 29 19:33:05 2007]
1803.02	c # MAIN  CPU : 1799.73 = 0 + 0 + 1798.46 + 1.27
1803.02	

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/node3/watcher-198296-1170093782 -o ROOT/results/node3/solver-198296-1170093782 -C 1800 -M 900 /tmp/evaluation/198296-1170093782/solver /tmp/evaluation/198296-1170093782 /tmp/evaluation/198296-1170093782/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: 2.48 3.02 2.79 5/95 24525
/proc/meminfo: memFree=15856/2055920 swapFree=4192812/4192956
[pid=24524] ppid=24522 vsize=6268 CPUtime=0
/proc/24524/stat : 24524 (sugar) R 24522 24524 24315 0 -1 4194304 311 0 0 0 0 0 0 0 20 0 1 0 29333065 6418432 47 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 233630135689 0 0 4096 0 0 0 0 17 1 0 0
/proc/24524/statm: 1567 47 36 3 0 8 0

[startup+0.105662 s]
/proc/loadavg: 2.48 3.02 2.79 5/95 24525
/proc/meminfo: memFree=15856/2055920 swapFree=4192812/4192956
[pid=24524] ppid=24522 vsize=13724 CPUtime=0.04
/proc/24524/stat : 24524 (sugar) S 24522 24524 24315 0 -1 4194304 1112 0 0 0 3 1 0 0 20 0 1 0 29333065 14053376 805 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24524/statm: 3431 805 368 3 0 531 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13724

[startup+0.513694 s]
/proc/loadavg: 2.48 3.02 2.79 5/95 24525
/proc/meminfo: memFree=15856/2055920 swapFree=4192812/4192956
[pid=24524] ppid=24522 vsize=13724 CPUtime=0.04
/proc/24524/stat : 24524 (sugar) S 24522 24524 24315 0 -1 4194304 1178 0 0 0 3 1 0 0 16 0 1 0 29333065 14053376 808 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24524/statm: 3431 808 370 3 0 531 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13724

[startup+1.33476 s]
/proc/loadavg: 2.48 3.02 2.79 3/97 24542
/proc/meminfo: memFree=19488/2055920 swapFree=4192812/4192956
[pid=24524] ppid=24522 vsize=13856 CPUtime=0.37
/proc/24524/stat : 24524 (sugar) S 24522 24524 24315 0 -1 4194304 1356 4592 0 1 3 1 30 3 15 0 1 0 29333065 14188544 867 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24524/statm: 3464 867 373 3 0 564 0
[pid=24526] ppid=24524 vsize=0 CPUtime=0.31
/proc/24526/stat : 24526 (java) Z 24524 24524 24315 0 -1 1036 3613 0 1 0 28 3 0 0 17 0 1 0 29333070 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/24526/statm: 0 0 0 0 0 0 0
[pid=24542] ppid=24524 vsize=2584 CPUtime=0.53
/proc/24542/stat : 24542 (minisat) R 24524 24524 24315 0 -1 0 356 0 0 0 53 0 0 0 22 0 1 0 29333143 2646016 311 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134527393 0 0 4096 3 0 0 0 17 1 0 0
/proc/24542/statm: 646 311 51 112 0 530 0
Current children cumulated CPU time (s) 1.21
Current children cumulated vsize (KiB) 16440

[startup+2.97189 s]
/proc/loadavg: 2.48 3.02 2.79 3/97 24542
/proc/meminfo: memFree=16416/2055920 swapFree=4192812/4192956
[pid=24524] ppid=24522 vsize=13856 CPUtime=0.37
/proc/24524/stat : 24524 (sugar) S 24522 24524 24315 0 -1 4194304 1356 4592 0 1 3 1 30 3 15 0 1 0 29333065 14188544 867 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24524/statm: 3464 867 373 3 0 564 0
[pid=24526] ppid=24524 vsize=0 CPUtime=0.31
/proc/24526/stat : 24526 (java) Z 24524 24524 24315 0 -1 1036 3613 0 1 0 28 3 0 0 17 0 1 0 29333070 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/24526/statm: 0 0 0 0 0 0 0
[pid=24542] ppid=24524 vsize=2984 CPUtime=2.16
/proc/24542/stat : 24542 (minisat) R 24524 24524 24315 0 -1 0 464 0 0 0 216 0 0 0 25 0 1 0 29333143 3055616 419 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528406 0 0 4096 3 0 0 0 17 1 0 0
/proc/24542/statm: 746 419 51 112 0 630 0
Current children cumulated CPU time (s) 2.84
Current children cumulated vsize (KiB) 16840

[startup+6.25216 s]
/proc/loadavg: 2.52 3.02 2.79 3/97 24542
/proc/meminfo: memFree=15328/2055920 swapFree=4192812/4192956
[pid=24524] ppid=24522 vsize=13856 CPUtime=0.37
/proc/24524/stat : 24524 (sugar) S 24522 24524 24315 0 -1 4194304 1356 4592 0 1 3 1 30 3 16 0 1 0 29333065 14188544 867 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24524/statm: 3464 867 373 3 0 564 0
[pid=24526] ppid=24524 vsize=0 CPUtime=0.31
/proc/24526/stat : 24526 (java) Z 24524 24524 24315 0 -1 1036 3613 0 1 0 28 3 0 0 17 0 1 0 29333070 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/24526/statm: 0 0 0 0 0 0 0
[pid=24542] ppid=24524 vsize=3644 CPUtime=5.4
/proc/24542/stat : 24542 (minisat) R 24524 24524 24315 0 -1 0 622 0 0 0 540 0 0 0 25 0 1 0 29333143 3731456 577 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134525555 0 0 4096 3 0 0 0 17 1 0 0
/proc/24542/statm: 911 577 51 112 0 795 0
Current children cumulated CPU time (s) 6.08
Current children cumulated vsize (KiB) 17500

[startup+12.7337 s]
/proc/loadavg: 2.48 3.00 2.79 3/97 24542
/proc/meminfo: memFree=15016/2055920 swapFree=4192812/4192956
[pid=24524] ppid=24522 vsize=13856 CPUtime=0.37
/proc/24524/stat : 24524 (sugar) S 24522 24524 24315 0 -1 4194304 1356 4592 0 1 3 1 30 3 16 0 1 0 29333065 14188544 867 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24524/statm: 3464 867 373 3 0 564 0
[pid=24526] ppid=24524 vsize=0 CPUtime=0.31
/proc/24526/stat : 24526 (java) Z 24524 24524 24315 0 -1 1036 3613 0 1 0 28 3 0 0 17 0 1 0 29333070 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/24526/statm: 0 0 0 0 0 0 0
[pid=24542] ppid=24524 vsize=4580 CPUtime=11.81
/proc/24542/stat : 24542 (minisat) R 24524 24524 24315 0 -1 0 840 0 0 0 1178 3 0 0 25 0 1 0 29333143 4689920 795 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528531 0 0 4096 3 0 0 0 17 1 0 0
/proc/24542/statm: 1145 795 51 112 0 1029 0
Current children cumulated CPU time (s) 12.49
Current children cumulated vsize (KiB) 18436

[startup+25.6348 s]
/proc/loadavg: 2.52 2.98 2.79 3/97 24542
/proc/meminfo: memFree=14760/2055920 swapFree=4192812/4192956
[pid=24524] ppid=24522 vsize=13856 CPUtime=0.37
/proc/24524/stat : 24524 (sugar) S 24522 24524 24315 0 -1 4194304 1356 4592 0 1 3 1 30 3 16 0 1 0 29333065 14188544 867 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24524/statm: 3464 867 373 3 0 564 0
[pid=24526] ppid=24524 vsize=0 CPUtime=0.31
/proc/24526/stat : 24526 (java) Z 24524 24524 24315 0 -1 1036 3613 0 1 0 28 3 0 0 17 0 1 0 29333070 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/24526/statm: 0 0 0 0 0 0 0
[pid=24542] ppid=24524 vsize=5376 CPUtime=24.61
/proc/24542/stat : 24542 (minisat) R 24524 24524 24315 0 -1 0 1038 0 0 0 2452 9 0 0 25 0 1 0 29333143 5505024 993 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134640150 0 0 4096 3 0 0 0 17 0 0 0
/proc/24542/statm: 1344 993 51 112 0 1228 0
Current children cumulated CPU time (s) 25.29
Current children cumulated vsize (KiB) 19232

[startup+51.3289 s]
/proc/loadavg: 2.61 2.97 2.79 3/97 24542
/proc/meminfo: memFree=15848/2055920 swapFree=4192812/4192956
[pid=24524] ppid=24522 vsize=13856 CPUtime=0.37
/proc/24524/stat : 24524 (sugar) S 24522 24524 24315 0 -1 4194304 1356 4592 0 1 3 1 30 3 16 0 1 0 29333065 14188544 867 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24524/statm: 3464 867 373 3 0 564 0
[pid=24526] ppid=24524 vsize=0 CPUtime=0.31
/proc/24526/stat : 24526 (java) Z 24524 24524 24315 0 -1 1036 3613 0 1 0 28 3 0 0 17 0 1 0 29333070 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/24526/statm: 0 0 0 0 0 0 0
[pid=24542] ppid=24524 vsize=6308 CPUtime=50.24
/proc/24542/stat : 24542 (minisat) R 24524 24524 24315 0 -1 0 1277 0 0 0 5006 18 0 0 25 0 1 0 29333143 6459392 1232 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528186 0 0 4096 3 0 0 0 17 0 0 0
/proc/24542/statm: 1577 1232 51 112 0 1461 0
Current children cumulated CPU time (s) 50.92
Current children cumulated vsize (KiB) 20164

[startup+102.544 s]
/proc/loadavg: 2.37 2.85 2.75 3/97 24542
/proc/meminfo: memFree=16296/2055920 swapFree=4192812/4192956
[pid=24524] ppid=24522 vsize=13856 CPUtime=0.37
/proc/24524/stat : 24524 (sugar) S 24522 24524 24315 0 -1 4194304 1356 4592 0 1 3 1 30 3 16 0 1 0 29333065 14188544 867 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24524/statm: 3464 867 373 3 0 564 0
[pid=24526] ppid=24524 vsize=0 CPUtime=0.31
/proc/24526/stat : 24526 (java) Z 24524 24524 24315 0 -1 1036 3613 0 1 0 28 3 0 0 17 0 1 0 29333070 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/24526/statm: 0 0 0 0 0 0 0
[pid=24542] ppid=24524 vsize=8396 CPUtime=101.3
/proc/24542/stat : 24542 (minisat) R 24524 24524 24315 0 -1 0 1803 0 0 0 10097 33 0 0 25 0 1 0 29333143 8597504 1758 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/24542/statm: 2099 1758 51 112 0 1983 0
Current children cumulated CPU time (s) 101.98
Current children cumulated vsize (KiB) 22252

[startup+162.589 s]
/proc/loadavg: 2.44 2.78 2.73 3/97 24542
/proc/meminfo: memFree=15016/2055920 swapFree=4192812/4192956
[pid=24524] ppid=24522 vsize=13856 CPUtime=0.37
/proc/24524/stat : 24524 (sugar) S 24522 24524 24315 0 -1 4194304 1356 4592 0 1 3 1 30 3 16 0 1 0 29333065 14188544 867 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24524/statm: 3464 867 373 3 0 564 0
[pid=24526] ppid=24524 vsize=0 CPUtime=0.31
/proc/24526/stat : 24526 (java) Z 24524 24524 24315 0 -1 1036 3613 0 1 0 28 3 0 0 17 0 1 0 29333070 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/24526/statm: 0 0 0 0 0 0 0
[pid=24542] ppid=24524 vsize=9688 CPUtime=161.21
/proc/24542/stat : 24542 (minisat) R 24524 24524 24315 0 -1 0 2086 0 0 0 16067 54 0 0 25 0 1 0 29333143 9920512 2041 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528677 0 0 4096 3 0 0 0 17 0 0 0
/proc/24542/statm: 2422 2041 51 112 0 2306 0
Current children cumulated CPU time (s) 161.89
Current children cumulated vsize (KiB) 23544

[startup+222.653 s]
/proc/loadavg: 3.09 2.88 2.77 3/97 24542
/proc/meminfo: memFree=15784/2055920 swapFree=4192812/4192956
[pid=24524] ppid=24522 vsize=13856 CPUtime=0.37
/proc/24524/stat : 24524 (sugar) S 24522 24524 24315 0 -1 4194304 1356 4592 0 1 3 1 30 3 16 0 1 0 29333065 14188544 867 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24524/statm: 3464 867 373 3 0 564 0
[pid=24526] ppid=24524 vsize=0 CPUtime=0.31
/proc/24526/stat : 24526 (java) Z 24524 24524 24315 0 -1 1036 3613 0 1 0 28 3 0 0 17 0 1 0 29333070 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/24526/statm: 0 0 0 0 0 0 0
[pid=24542] ppid=24524 vsize=11340 CPUtime=221.12
/proc/24542/stat : 24542 (minisat) R 24524 24524 24315 0 -1 0 2502 0 0 0 22040 72 0 0 25 0 1 0 29333143 11612160 2457 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528401 0 0 4096 3 0 0 0 17 0 0 0
/proc/24542/statm: 2835 2457 51 112 0 2719 0
Current children cumulated CPU time (s) 221.8
Current children cumulated vsize (KiB) 25196

[startup+282.708 s]
/proc/loadavg: 3.69 3.06 2.83 3/97 24542
/proc/meminfo: memFree=15976/2055920 swapFree=4192812/4192956
[pid=24524] ppid=24522 vsize=13856 CPUtime=0.37
/proc/24524/stat : 24524 (sugar) S 24522 24524 24315 0 -1 4194304 1356 4592 0 1 3 1 30 3 16 0 1 0 29333065 14188544 867 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24524/statm: 3464 867 373 3 0 564 0
[pid=24526] ppid=24524 vsize=0 CPUtime=0.31
/proc/24526/stat : 24526 (java) Z 24524 24524 24315 0 -1 1036 3613 0 1 0 28 3 0 0 17 0 1 0 29333070 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/24526/statm: 0 0 0 0 0 0 0
[pid=24542] ppid=24524 vsize=12024 CPUtime=280.99
/proc/24542/stat : 24542 (minisat) R 24524 24524 24315 0 -1 0 2666 0 0 0 28006 93 0 0 25 0 1 0 29333143 12312576 2621 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528184 0 0 4096 3 0 0 0 17 0 0 0
/proc/24542/statm: 3006 2621 51 112 0 2890 0
Current children cumulated CPU time (s) 281.67
Current children cumulated vsize (KiB) 25880

[startup+342.72 s]
/proc/loadavg: 3.29 3.11 2.86 2/90 24545
/proc/meminfo: memFree=1886448/2055920 swapFree=4192812/4192956
[pid=24524] ppid=24522 vsize=13856 CPUtime=0.37
/proc/24524/stat : 24524 (sugar) S 24522 24524 24315 0 -1 4194304 1356 4592 0 1 3 1 30 3 16 0 1 0 29333065 14188544 867 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24524/statm: 3464 867 373 3 0 564 0
[pid=24526] ppid=24524 vsize=0 CPUtime=0.31
/proc/24526/stat : 24526 (java) Z 24524 24524 24315 0 -1 1036 3613 0 1 0 28 3 0 0 17 0 1 0 29333070 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/24526/statm: 0 0 0 0 0 0 0
[pid=24542] ppid=24524 vsize=12564 CPUtime=340.75
/proc/24542/stat : 24542 (minisat) R 24524 24524 24315 0 -1 0 2811 0 0 0 33966 109 0 0 25 0 1 0 29333143 12865536 2766 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528031 0 0 4096 3 0 0 0 17 0 0 0
/proc/24542/statm: 3141 2766 51 112 0 3025 0
Current children cumulated CPU time (s) 341.43
Current children cumulated vsize (KiB) 26420

[startup+402.82 s]

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

/proc/24542/stat : 24542 (minisat) R 24524 24524 24315 0 -1 0 4263 0 0 0 123869 120 0 0 25 0 1 0 29333143 19247104 4218 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/24542/statm: 4699 4218 51 112 0 4583 0
Current children cumulated CPU time (s) 1240.57
Current children cumulated vsize (KiB) 32652

[startup+1302.98 s]
/proc/loadavg: 2.09 2.09 2.31 3/89 24609
/proc/meminfo: memFree=1824688/2055920 swapFree=4192812/4192956
[pid=24524] ppid=24522 vsize=13856 CPUtime=0.37
/proc/24524/stat : 24524 (sugar) S 24522 24524 24315 0 -1 4194304 1356 4592 0 1 3 1 30 3 16 0 1 0 29333065 14188544 867 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24524/statm: 3464 867 373 3 0 564 0
[pid=24526] ppid=24524 vsize=0 CPUtime=0.31
/proc/24526/stat : 24526 (java) Z 24524 24524 24315 0 -1 1036 3613 0 1 0 28 3 0 0 17 0 1 0 29333070 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/24526/statm: 0 0 0 0 0 0 0
[pid=24542] ppid=24524 vsize=18956 CPUtime=1299.86
/proc/24542/stat : 24542 (minisat) R 24524 24524 24315 0 -1 0 4278 0 0 0 129866 120 0 0 25 0 1 0 29333143 19410944 4233 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/24542/statm: 4739 4233 51 112 0 4623 0
Current children cumulated CPU time (s) 1300.54
Current children cumulated vsize (KiB) 32812

[startup+1362.99 s]
/proc/loadavg: 2.03 2.07 2.29 3/89 24609
/proc/meminfo: memFree=1824304/2055920 swapFree=4192812/4192956
[pid=24524] ppid=24522 vsize=13856 CPUtime=0.37
/proc/24524/stat : 24524 (sugar) S 24522 24524 24315 0 -1 4194304 1356 4592 0 1 3 1 30 3 16 0 1 0 29333065 14188544 867 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24524/statm: 3464 867 373 3 0 564 0
[pid=24526] ppid=24524 vsize=0 CPUtime=0.31
/proc/24526/stat : 24526 (java) Z 24524 24524 24315 0 -1 1036 3613 0 1 0 28 3 0 0 17 0 1 0 29333070 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/24526/statm: 0 0 0 0 0 0 0
[pid=24542] ppid=24524 vsize=19112 CPUtime=1359.8
/proc/24542/stat : 24542 (minisat) R 24524 24524 24315 0 -1 0 4345 0 0 0 135859 121 0 0 25 0 1 0 29333143 19570688 4300 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528559 0 0 4096 3 0 0 0 17 0 0 0
/proc/24542/statm: 4778 4300 51 112 0 4662 0
Current children cumulated CPU time (s) 1360.48
Current children cumulated vsize (KiB) 32968

[startup+1423 s]
/proc/loadavg: 2.01 2.06 2.27 3/89 24609
/proc/meminfo: memFree=1823984/2055920 swapFree=4192812/4192956
[pid=24524] ppid=24522 vsize=13856 CPUtime=0.37
/proc/24524/stat : 24524 (sugar) S 24522 24524 24315 0 -1 4194304 1356 4592 0 1 3 1 30 3 16 0 1 0 29333065 14188544 867 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24524/statm: 3464 867 373 3 0 564 0
[pid=24526] ppid=24524 vsize=0 CPUtime=0.31
/proc/24526/stat : 24526 (java) Z 24524 24524 24315 0 -1 1036 3613 0 1 0 28 3 0 0 17 0 1 0 29333070 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/24526/statm: 0 0 0 0 0 0 0
[pid=24542] ppid=24524 vsize=19272 CPUtime=1419.75
/proc/24542/stat : 24542 (minisat) R 24524 24524 24315 0 -1 0 4381 0 0 0 141854 121 0 0 25 0 1 0 29333143 19734528 4336 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134527075 0 0 4096 3 0 0 0 17 0 0 0
/proc/24542/statm: 4818 4336 51 112 0 4702 0
Current children cumulated CPU time (s) 1420.43
Current children cumulated vsize (KiB) 33128

[startup+1483.01 s]
/proc/loadavg: 2.00 2.04 2.25 3/89 24609
/proc/meminfo: memFree=1823728/2055920 swapFree=4192812/4192956
[pid=24524] ppid=24522 vsize=13856 CPUtime=0.37
/proc/24524/stat : 24524 (sugar) S 24522 24524 24315 0 -1 4194304 1356 4592 0 1 3 1 30 3 16 0 1 0 29333065 14188544 867 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24524/statm: 3464 867 373 3 0 564 0
[pid=24526] ppid=24524 vsize=0 CPUtime=0.31
/proc/24526/stat : 24526 (java) Z 24524 24524 24315 0 -1 1036 3613 0 1 0 28 3 0 0 17 0 1 0 29333070 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/24526/statm: 0 0 0 0 0 0 0
[pid=24542] ppid=24524 vsize=19444 CPUtime=1479.7
/proc/24542/stat : 24542 (minisat) R 24524 24524 24315 0 -1 0 4401 0 0 0 147849 121 0 0 25 0 1 0 29333143 19910656 4356 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/24542/statm: 4861 4356 51 112 0 4745 0
Current children cumulated CPU time (s) 1480.38
Current children cumulated vsize (KiB) 33300

[startup+1543.03 s]
/proc/loadavg: 2.00 2.03 2.23 3/89 24609
/proc/meminfo: memFree=1822896/2055920 swapFree=4192812/4192956
[pid=24524] ppid=24522 vsize=13856 CPUtime=0.37
/proc/24524/stat : 24524 (sugar) S 24522 24524 24315 0 -1 4194304 1356 4592 0 1 3 1 30 3 16 0 1 0 29333065 14188544 867 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24524/statm: 3464 867 373 3 0 564 0
[pid=24526] ppid=24524 vsize=0 CPUtime=0.31
/proc/24526/stat : 24526 (java) Z 24524 24524 24315 0 -1 1036 3613 0 1 0 28 3 0 0 17 0 1 0 29333070 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/24526/statm: 0 0 0 0 0 0 0
[pid=24542] ppid=24524 vsize=19588 CPUtime=1539.65
/proc/24542/stat : 24542 (minisat) R 24524 24524 24315 0 -1 0 4454 0 0 0 153843 122 0 0 25 0 1 0 29333143 20058112 4409 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134525355 0 0 4096 3 0 0 0 17 0 0 0
/proc/24542/statm: 4897 4409 51 112 0 4781 0
Current children cumulated CPU time (s) 1540.33
Current children cumulated vsize (KiB) 33444

[startup+1603.04 s]
/proc/loadavg: 2.00 2.03 2.21 3/89 24609
/proc/meminfo: memFree=1822256/2055920 swapFree=4192812/4192956
[pid=24524] ppid=24522 vsize=13856 CPUtime=0.37
/proc/24524/stat : 24524 (sugar) S 24522 24524 24315 0 -1 4194304 1356 4592 0 1 3 1 30 3 16 0 1 0 29333065 14188544 867 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24524/statm: 3464 867 373 3 0 564 0
[pid=24526] ppid=24524 vsize=0 CPUtime=0.31
/proc/24526/stat : 24526 (java) Z 24524 24524 24315 0 -1 1036 3613 0 1 0 28 3 0 0 17 0 1 0 29333070 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/24526/statm: 0 0 0 0 0 0 0
[pid=24542] ppid=24524 vsize=19904 CPUtime=1599.6
/proc/24542/stat : 24542 (minisat) R 24524 24524 24315 0 -1 0 4498 0 0 0 159838 122 0 0 25 0 1 0 29333143 20381696 4453 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528426 0 0 4096 3 0 0 0 17 0 0 0
/proc/24542/statm: 4976 4453 51 112 0 4860 0
Current children cumulated CPU time (s) 1600.28
Current children cumulated vsize (KiB) 33760

[startup+1663.05 s]
/proc/loadavg: 2.00 2.02 2.20 3/89 24609
/proc/meminfo: memFree=1821808/2055920 swapFree=4192812/4192956
[pid=24524] ppid=24522 vsize=13856 CPUtime=0.37
/proc/24524/stat : 24524 (sugar) S 24522 24524 24315 0 -1 4194304 1356 4592 0 1 3 1 30 3 16 0 1 0 29333065 14188544 867 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24524/statm: 3464 867 373 3 0 564 0
[pid=24526] ppid=24524 vsize=0 CPUtime=0.31
/proc/24526/stat : 24526 (java) Z 24524 24524 24315 0 -1 1036 3613 0 1 0 28 3 0 0 17 0 1 0 29333070 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/24526/statm: 0 0 0 0 0 0 0
[pid=24542] ppid=24524 vsize=19904 CPUtime=1659.56
/proc/24542/stat : 24542 (minisat) R 24524 24524 24315 0 -1 0 4512 0 0 0 165834 122 0 0 25 0 1 0 29333143 20381696 4467 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/24542/statm: 4976 4467 51 112 0 4860 0
Current children cumulated CPU time (s) 1660.24
Current children cumulated vsize (KiB) 33760

[startup+1723.07 s]
/proc/loadavg: 2.00 2.01 2.18 3/89 24609
/proc/meminfo: memFree=1821104/2055920 swapFree=4192812/4192956
[pid=24524] ppid=24522 vsize=13856 CPUtime=0.37
/proc/24524/stat : 24524 (sugar) S 24522 24524 24315 0 -1 4194304 1356 4592 0 1 3 1 30 3 16 0 1 0 29333065 14188544 867 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24524/statm: 3464 867 373 3 0 564 0
[pid=24526] ppid=24524 vsize=0 CPUtime=0.31
/proc/24526/stat : 24526 (java) Z 24524 24524 24315 0 -1 1036 3613 0 1 0 28 3 0 0 17 0 1 0 29333070 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/24526/statm: 0 0 0 0 0 0 0
[pid=24542] ppid=24524 vsize=20044 CPUtime=1719.5
/proc/24542/stat : 24542 (minisat) R 24524 24524 24315 0 -1 0 4533 0 0 0 171827 123 0 0 25 0 1 0 29333143 20525056 4488 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528374 0 0 4096 3 0 0 0 17 0 0 0
/proc/24542/statm: 5011 4488 51 112 0 4895 0
Current children cumulated CPU time (s) 1720.18
Current children cumulated vsize (KiB) 33900

[startup+1783.08 s]
/proc/loadavg: 2.00 2.01 2.17 3/89 24609
/proc/meminfo: memFree=1820208/2055920 swapFree=4192812/4192956
[pid=24524] ppid=24522 vsize=13856 CPUtime=0.37
/proc/24524/stat : 24524 (sugar) S 24522 24524 24315 0 -1 4194304 1356 4592 0 1 3 1 30 3 16 0 1 0 29333065 14188544 867 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24524/statm: 3464 867 373 3 0 564 0
[pid=24526] ppid=24524 vsize=0 CPUtime=0.31
/proc/24526/stat : 24526 (java) Z 24524 24524 24315 0 -1 1036 3613 0 1 0 28 3 0 0 17 0 1 0 29333070 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/24526/statm: 0 0 0 0 0 0 0
[pid=24542] ppid=24524 vsize=20188 CPUtime=1779.46
/proc/24542/stat : 24542 (minisat) R 24524 24524 24315 0 -1 0 4598 0 0 0 177823 123 0 0 25 0 1 0 29333143 20672512 4553 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528559 0 0 4096 3 0 0 0 17 0 0 0
/proc/24542/statm: 5047 4553 51 112 0 4931 0
Current children cumulated CPU time (s) 1780.14
Current children cumulated vsize (KiB) 34044



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1803.01 s]
/proc/loadavg: 2.00 2.01 2.16 3/89 24609
/proc/meminfo: memFree=1820016/2055920 swapFree=4192812/4192956
[pid=24524] ppid=24522 vsize=13856 CPUtime=0.37
/proc/24524/stat : 24524 (sugar) S 24522 24524 24315 0 -1 4194304 1356 4592 0 1 3 1 30 3 16 0 1 0 29333065 14188544 867 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24524/statm: 3464 867 373 3 0 564 0
[pid=24526] ppid=24524 vsize=0 CPUtime=0.31
/proc/24526/stat : 24526 (java) Z 24524 24524 24315 0 -1 1036 3613 0 1 0 28 3 0 0 17 0 1 0 29333070 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/24526/statm: 0 0 0 0 0 0 0
[pid=24542] ppid=24524 vsize=20360 CPUtime=1799.38
/proc/24542/stat : 24542 (minisat) R 24524 24524 24315 0 -1 0 4609 0 0 0 179815 123 0 0 25 0 1 0 29333143 20848640 4564 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/24542/statm: 5090 4564 51 112 0 4974 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 34216

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

Child status: 1

!!! problem with CPU time !!!
wait4(...,&childrusage) returns 24524 and gives childrusage.ru_utime.tv_sec=1798 childrusage.ru_utime.tv_usec=502586 childrusage.ru_stime.tv_sec=1 childrusage.ru_stime.tv_usec=288804
CPU time returned by wait4() is 1799.79
while last known CPU time is 1800.06

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

Real time (s): 1803.04
CPU time (s): 1800.06
CPU user time (s): 1798.76
CPU system time (s): 1.3
CPU usage (%): 99.8349
Max. virtual memory (cumulated for all children) (KiB): 34216

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.5
system time used= 1.2888
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 10645
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 444
involuntary context switches= 44173

runsolver used 1.9537 s user time and 6.08308 s system time

The end

Launcher Data (download as text)

Begin job on node3 on Mon Jan 29 18:03:02 UTC 2007


IDJOB= 198296
IDBENCH= 3546
IDSOLVER= 86
FILE ID= node3/198296-1170093782

PBS_JOBID= 3689434

Free space on /tmp= 39588 MiB

SOLVER NAME= sugar 0.40
BENCH NAME= HOME/pub/bench/CPAI06/pigeons/pigeons-20.xml
COMMAND LINE= /tmp/evaluation/198296-1170093782/solver /tmp/evaluation/198296-1170093782 /tmp/evaluation/198296-1170093782/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node3/watcher-198296-1170093782 -o ROOT/results/node3/solver-198296-1170093782 -C 1800 -M 900  /tmp/evaluation/198296-1170093782/solver /tmp/evaluation/198296-1170093782 /tmp/evaluation/198296-1170093782/unknown.xml

META MD5SUM SOLVER= 0a27e717dfe98d83d9802fe0eea45073
MD5SUM BENCH=  c010d400039ce15527d1a01992125513

RANDOM SEED= 203689746

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.241
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	: 5914.62
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.241
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:         15056 kB
Buffers:          3656 kB
Cached:        1826088 kB
SwapCached:          0 kB
Active:         154564 kB
Inactive:      1795604 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:         15056 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:          831244 kB
Writeback:           0 kB
Mapped:         145996 kB
Slab:            75328 kB
Committed_AS:   523388 kB
PageTables:       2208 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= 66559 MiB



End job on node3 on Mon Jan 29 18:33:05 UTC 2007