Trace number 198648

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.04 1808.22

General information on the benchmark

Namepigeons/
pigeons-40.xml
MD5SUMd1f4129f70dd419f660e3cfb9c33592c
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 variables40
Number of constraints780
Maximum constraint arity2
Maximum domain size39
Number of constraints which are defined in extension0
Number of constraints which are defined in intension780
Global constraints used (with number of constraints)

Solver Data (download as text)

0.05	c # Sugar v0-40 (/tmp/evaluation/198648-1170093897/sugar-v0-40.jar)
0.05	
0.05	c # MAIN  BEGIN : /tmp/evaluation/198648-1170093897/unknown.xml [Mon Jan 29 19:04:58 2007]
0.05	c # CONVERT_XML  BEGIN : /tmp/evaluation/198648-1170093897/unknown.xml /tmp/evaluation/198648-1170093897/sugar24127.csp [Mon Jan 29 19:04:58 2007]
0.05	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/198648-1170093897/sugar-v0-40.jar -convert /tmp/evaluation/198648-1170093897/unknown.xml /tmp/evaluation/198648-1170093897/sugar24127.csp
0.18	c BEGIN convert /tmp/evaluation/198648-1170093897/unknown.xml
0.54	c END convert (0.360772 seconds)
0.55	c # CONVERT_XML  END : /tmp/evaluation/198648-1170093897/sugar24127.csp 11200 bytes (1 seconds) [Mon Jan 29 19:04:59 2007]
0.55	c # CONVERT_XML  CPU : 0 = 0 + 0 + 0 + 0
0.55	
0.55	c # GENERATE_SAT  BEGIN : /tmp/evaluation/198648-1170093897/sugar24127.bcnf [Mon Jan 29 19:04:59 2007]
0.55	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/198648-1170093897/sugar-v0-40.jar -bcnf -map /tmp/evaluation/198648-1170093897/sugar24127.map /tmp/evaluation/198648-1170093897/sugar24127.csp /tmp/evaluation/198648-1170093897/sugar24127.bcnf
0.67	c BEGIN parse /tmp/evaluation/198648-1170093897/sugar24127.csp
0.97	c END parse (0.297696 seconds)
0.97	c BEGIN simplify
1.00	c END simplify (0.026238 seconds)
1.00	c BEGIN encode /tmp/evaluation/198648-1170093897/sugar24127.bcnf
1.12	c END encode (0.119534 seconds)
1.16	c # GENERATE_SAT  END : 3080 variables 63100 clauses 988104 bytes (0 seconds) [Mon Jan 29 19:04:59 2007]
1.17	c # GENERATE_SAT  CPU : 0.57 = 0.02 + 0 + 0.51 + 0.04
1.17	
1.17	c # SOLVE_SAT  BEGIN : /tmp/evaluation/198648-1170093897/sugar24127.bcnf [Mon Jan 29 19:04:59 2007]
1.17	c # CMD : /tmp/evaluation/198648-1170093897/minisat /tmp/evaluation/198648-1170093897/sugar24127.bcnf /tmp/evaluation/198648-1170093897/sugar24127.out
1.20	c ==================================[MINISAT]===================================
1.20	c | Conflicts |     ORIGINAL     |              LEARNT              | Progress |
1.20	c |           | Clauses Literals |   Limit Clauses Literals  Lit/Cl |          |
1.20	c ==============================================================================
1.20	c |         0 |   63100   183920 |   21033       0        0     nan |  0.000 % |
1.22	c |       100 |   63100   183920 |   23136     100      641     6.4 |  0.000 % |
1.24	c |       250 |   63100   183920 |   25449     250     2177     8.7 |  0.000 % |
1.25	c |       475 |   63100   183920 |   27994     475     4304     9.1 |  0.000 % |
1.27	c |       812 |   63100   183920 |   30794     812     7024     8.7 |  0.000 % |
1.29	c |      1319 |   63100   183920 |   33873    1319    10946     8.3 |  0.000 % |
1.32	c |      2078 |   63100   183920 |   37261    2078    16617     8.0 |  0.000 % |
1.35	c |      3217 |   63100   183920 |   40987    3217    25460     7.9 |  0.000 % |
1.41	c |      4926 |   63100   183920 |   45086    4926    40807     8.3 |  0.000 % |
1.53	c |      7488 |   63100   183920 |   49594    7488    67848     9.1 |  0.000 % |
1.69	c |     11332 |   63100   183920 |   54554   11332   103842     9.2 |  0.000 % |
1.98	c |     17099 |   63100   183920 |   60009   17099   160250     9.4 |  0.000 % |
2.59	c |     25748 |   63100   183920 |   66010   25748   264756    10.3 |  0.000 % |
4.11	c |     38723 |   63100   183920 |   72611   38723   443322    11.4 |  0.000 % |
6.88	c |     58184 |   63100   183920 |   79872   58184   689849    11.9 |  0.000 % |
13.10	c |     87377 |   63100   183920 |   87860   19031   330061    17.3 |  0.000 % |
20.35	c |    131166 |   63100   183920 |   96646   62820   921076    14.7 |  0.000 % |
31.82	c |    196850 |   63100   183920 |  106310   43861   617254    14.1 |  0.000 % |
55.83	c |    295376 |   63100   183920 |  116941   49437   781269    15.8 |  0.000 % |
107.71	c |    443166 |   63100   183920 |  128635   95049  1653893    17.4 |  0.000 % |
203.21	c |    664849 |   63100   183920 |  141499   84391  1647986    19.5 |  0.000 % |
373.39	c |    997374 |   63100   183920 |  155649   41777   831791    19.9 |  0.000 % |
654.64	c |   1496163 |   63100   183920 |  171214  116812  1844616    15.8 |  0.000 % |
1146.41	c |   2244346 |   63100   183920 |  188335   80452  1313468    16.3 |  0.000 % |
1806.71	
1806.71	s UNKNOWN
1806.71	c # INTERRUPTED
1806.71	c # MAIN  END :  (1807 seconds) [Mon Jan 29 19:35:05 2007]
1806.71	c # MAIN  CPU : 0.57 = 0.02 + 0 + 0.51 + 0.04
1806.71	

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/node16/watcher-198648-1170093897 -o ROOT/results/node16/solver-198648-1170093897 -C 1800 -M 900 /tmp/evaluation/198648-1170093897/solver /tmp/evaluation/198648-1170093897 /tmp/evaluation/198648-1170093897/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.85 1.97 1.90 5/87 24128
/proc/meminfo: memFree=1648072/2055920 swapFree=4192956/4192956
[pid=24127] ppid=24125 vsize=18540 CPUtime=0
/proc/24127/stat : 24127 (runsolver) R 24125 24127 23583 0 -1 4194368 16 0 0 0 0 0 0 0 20 0 1 0 29344130 18984960 279 18446744073709551615 4194304 4267372 548682069040 18446744073709551615 231962373415 0 0 4096 24578 0 0 0 17 1 0 0
/proc/24127/statm: 4635 279 244 17 0 2626 0

[startup+0.108994 s]
/proc/loadavg: 1.85 1.97 1.90 5/87 24128
/proc/meminfo: memFree=1648072/2055920 swapFree=4192956/4192956
[pid=24127] ppid=24125 vsize=13724 CPUtime=0.03
/proc/24127/stat : 24127 (sugar) S 24125 24127 23583 0 -1 4194304 1112 0 0 0 3 0 0 0 18 0 1 0 29344130 14053376 805 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24127/statm: 3431 805 368 3 0 531 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13724

[startup+0.516953 s]
/proc/loadavg: 1.85 1.97 1.90 5/87 24128
/proc/meminfo: memFree=1648072/2055920 swapFree=4192956/4192956
[pid=24127] ppid=24125 vsize=13724 CPUtime=0.03
/proc/24127/stat : 24127 (sugar) S 24125 24127 23583 0 -1 4194304 1121 0 0 0 3 0 0 0 15 0 1 0 29344130 14053376 805 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24127/statm: 3431 805 368 3 0 531 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13724

[startup+1.33886 s]
/proc/loadavg: 1.85 1.97 1.90 2/96 24144
/proc/meminfo: memFree=1628288/2055920 swapFree=4192956/4192956
[pid=24127] ppid=24125 vsize=14516 CPUtime=0.6
/proc/24127/stat : 24127 (sugar) S 24125 24127 23583 0 -1 4194304 1515 5923 0 1 5 0 51 4 15 0 1 0 29344130 14864384 1027 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24127/statm: 3629 1027 373 3 0 729 0
[pid=24129] ppid=24127 vsize=0 CPUtime=0.47
/proc/24129/stat : 24129 (java) Z 24127 24127 23583 0 -1 1036 4087 0 1 0 43 4 0 0 17 0 1 0 29344135 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/24129/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1.07
Current children cumulated vsize (KiB) 14516

[startup+2.97568 s]
/proc/loadavg: 1.85 1.97 1.90 3/89 24145
/proc/meminfo: memFree=1639928/2055920 swapFree=4192956/4192956
[pid=24127] ppid=24125 vsize=14516 CPUtime=0.6
/proc/24127/stat : 24127 (sugar) S 24125 24127 23583 0 -1 4194304 1515 5923 0 1 5 0 51 4 15 0 1 0 29344130 14864384 1027 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24127/statm: 3629 1027 373 3 0 729 0
[pid=24129] ppid=24127 vsize=0 CPUtime=0.47
/proc/24129/stat : 24129 (java) Z 24127 24127 23583 0 -1 1036 4087 0 1 0 43 4 0 0 17 0 1 0 29344135 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/24129/statm: 0 0 0 0 0 0 0
[pid=24145] ppid=24127 vsize=6700 CPUtime=1.79
/proc/24145/stat : 24145 (minisat) R 24127 24127 23583 0 -1 0 1587 0 0 0 178 1 0 0 25 0 1 0 29344247 6860800 1331 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528556 0 0 4096 3 0 0 0 17 1 0 0
/proc/24145/statm: 1675 1331 52 112 0 1559 0
Current children cumulated CPU time (s) 2.86
Current children cumulated vsize (KiB) 21216

[startup+6.26932 s]
/proc/loadavg: 1.86 1.97 1.90 3/89 24145
/proc/meminfo: memFree=1637176/2055920 swapFree=4192956/4192956
[pid=24127] ppid=24125 vsize=14516 CPUtime=0.6
/proc/24127/stat : 24127 (sugar) S 24125 24127 23583 0 -1 4194304 1515 5923 0 1 5 0 51 4 16 0 1 0 29344130 14864384 1027 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24127/statm: 3629 1027 373 3 0 729 0
[pid=24129] ppid=24127 vsize=0 CPUtime=0.47
/proc/24129/stat : 24129 (java) Z 24127 24127 23583 0 -1 1036 4087 0 1 0 43 4 0 0 17 0 1 0 29344135 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/24129/statm: 0 0 0 0 0 0 0
[pid=24145] ppid=24127 vsize=8892 CPUtime=5.06
/proc/24145/stat : 24145 (minisat) R 24127 24127 23583 0 -1 0 2125 0 0 0 505 1 0 0 25 0 1 0 29344247 9105408 1869 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528707 0 0 4096 3 0 0 0 17 1 0 0
/proc/24145/statm: 2223 1869 52 112 0 2107 0
Current children cumulated CPU time (s) 6.13
Current children cumulated vsize (KiB) 23408

[startup+12.7406 s]
/proc/loadavg: 1.87 1.97 1.90 2/90 24146
/proc/meminfo: memFree=1686192/2055920 swapFree=4192956/4192956
[pid=24127] ppid=24125 vsize=14516 CPUtime=0.6
/proc/24127/stat : 24127 (sugar) S 24125 24127 23583 0 -1 4194304 1515 5923 0 1 5 0 51 4 16 0 1 0 29344130 14864384 1027 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24127/statm: 3629 1027 373 3 0 729 0
[pid=24129] ppid=24127 vsize=0 CPUtime=0.47
/proc/24129/stat : 24129 (java) Z 24127 24127 23583 0 -1 1036 4087 0 1 0 43 4 0 0 17 0 1 0 29344135 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/24129/statm: 0 0 0 0 0 0 0
[pid=24145] ppid=24127 vsize=11516 CPUtime=11.51
/proc/24145/stat : 24145 (minisat) R 24127 24127 23583 0 -1 0 2787 0 0 0 1149 2 0 0 25 0 1 0 29344247 11792384 2531 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528342 0 0 4096 3 0 0 0 17 0 0 0
/proc/24145/statm: 2879 2531 52 112 0 2763 0
Current children cumulated CPU time (s) 12.58
Current children cumulated vsize (KiB) 26032

[startup+25.5852 s]
/proc/loadavg: 1.83 1.95 1.90 3/97 24209
/proc/meminfo: memFree=1505664/2055920 swapFree=4192956/4192956
[pid=24127] ppid=24125 vsize=14516 CPUtime=0.6
/proc/24127/stat : 24127 (sugar) S 24125 24127 23583 0 -1 4194304 1515 5923 0 1 5 0 51 4 16 0 1 0 29344130 14864384 1027 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24127/statm: 3629 1027 373 3 0 729 0
[pid=24129] ppid=24127 vsize=0 CPUtime=0.47
/proc/24129/stat : 24129 (java) Z 24127 24127 23583 0 -1 1036 4087 0 1 0 43 4 0 0 17 0 1 0 29344135 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/24129/statm: 0 0 0 0 0 0 0
[pid=24145] ppid=24127 vsize=15080 CPUtime=24.31
/proc/24145/stat : 24145 (minisat) R 24127 24127 23583 0 -1 0 3622 0 0 0 2425 6 0 0 25 0 1 0 29344247 15441920 3366 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/24145/statm: 3770 3366 52 112 0 3654 0
Current children cumulated CPU time (s) 25.38
Current children cumulated vsize (KiB) 29596

[startup+51.2034 s]
/proc/loadavg: 2.03 1.99 1.91 3/97 24211
/proc/meminfo: memFree=1071872/2055920 swapFree=4192956/4192956
[pid=24127] ppid=24125 vsize=14516 CPUtime=0.6
/proc/24127/stat : 24127 (sugar) S 24125 24127 23583 0 -1 4194304 1515 5923 0 1 5 0 51 4 16 0 1 0 29344130 14864384 1027 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24127/statm: 3629 1027 373 3 0 729 0
[pid=24129] ppid=24127 vsize=0 CPUtime=0.47
/proc/24129/stat : 24129 (java) Z 24127 24127 23583 0 -1 1036 4087 0 1 0 43 4 0 0 17 0 1 0 29344135 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/24129/statm: 0 0 0 0 0 0 0
[pid=24145] ppid=24127 vsize=17424 CPUtime=49.84
/proc/24145/stat : 24145 (minisat) R 24127 24127 23583 0 -1 0 4206 0 0 0 4963 21 0 0 25 0 1 0 29344247 17842176 3950 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134527050 0 0 4096 3 0 0 0 17 0 0 0
/proc/24145/statm: 4356 3950 52 112 0 4240 0
Current children cumulated CPU time (s) 50.91
Current children cumulated vsize (KiB) 31940

[startup+102.479 s]
/proc/loadavg: 2.51 2.13 1.96 3/97 24216
/proc/meminfo: memFree=208000/2055920 swapFree=4192956/4192956
[pid=24127] ppid=24125 vsize=14516 CPUtime=0.6
/proc/24127/stat : 24127 (sugar) S 24125 24127 23583 0 -1 4194304 1515 5923 0 1 5 0 51 4 16 0 1 0 29344130 14864384 1027 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24127/statm: 3629 1027 373 3 0 729 0
[pid=24129] ppid=24127 vsize=0 CPUtime=0.47
/proc/24129/stat : 24129 (java) Z 24127 24127 23583 0 -1 1036 4087 0 1 0 43 4 0 0 17 0 1 0 29344135 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/24129/statm: 0 0 0 0 0 0 0
[pid=24145] ppid=24127 vsize=21060 CPUtime=101.02
/proc/24145/stat : 24145 (minisat) R 24127 24127 23583 0 -1 0 5101 0 0 0 10064 38 0 0 25 0 1 0 29344247 21565440 4845 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/24145/statm: 5265 4845 52 112 0 5149 0
Current children cumulated CPU time (s) 102.09
Current children cumulated vsize (KiB) 35576

[startup+162.555 s]
/proc/loadavg: 3.00 2.33 2.04 3/97 24224
/proc/meminfo: memFree=14976/2055920 swapFree=4192956/4192956
[pid=24127] ppid=24125 vsize=14516 CPUtime=0.6
/proc/24127/stat : 24127 (sugar) S 24125 24127 23583 0 -1 4194304 1515 5923 0 1 5 0 51 4 16 0 1 0 29344130 14864384 1027 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24127/statm: 3629 1027 373 3 0 729 0
[pid=24129] ppid=24127 vsize=0 CPUtime=0.47
/proc/24129/stat : 24129 (java) Z 24127 24127 23583 0 -1 1036 4087 0 1 0 43 4 0 0 17 0 1 0 29344135 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/24129/statm: 0 0 0 0 0 0 0
[pid=24145] ppid=24127 vsize=23980 CPUtime=160.93
/proc/24145/stat : 24145 (minisat) R 24127 24127 23583 0 -1 0 5846 0 0 0 16034 59 0 0 25 0 1 0 29344247 24555520 5590 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/24145/statm: 5995 5590 52 112 0 5879 0
Current children cumulated CPU time (s) 162
Current children cumulated vsize (KiB) 38496

[startup+222.597 s]
/proc/loadavg: 3.95 2.71 2.19 3/97 24235
/proc/meminfo: memFree=14848/2055920 swapFree=4192956/4192956
[pid=24127] ppid=24125 vsize=14516 CPUtime=0.6
/proc/24127/stat : 24127 (sugar) S 24125 24127 23583 0 -1 4194304 1515 5923 0 1 5 0 51 4 16 0 1 0 29344130 14864384 1027 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24127/statm: 3629 1027 373 3 0 729 0
[pid=24129] ppid=24127 vsize=0 CPUtime=0.47
/proc/24129/stat : 24129 (java) Z 24127 24127 23583 0 -1 1036 4087 0 1 0 43 4 0 0 17 0 1 0 29344135 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/24129/statm: 0 0 0 0 0 0 0
[pid=24145] ppid=24127 vsize=27372 CPUtime=220.67
/proc/24145/stat : 24145 (minisat) R 24127 24127 23583 0 -1 0 6595 0 0 0 21986 81 0 0 25 0 1 0 29344247 28028928 6339 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/24145/statm: 6843 6339 52 112 0 6727 0
Current children cumulated CPU time (s) 221.74
Current children cumulated vsize (KiB) 41888

[startup+282.613 s]
/proc/loadavg: 4.43 3.09 2.35 3/97 24249
/proc/meminfo: memFree=15488/2055920 swapFree=4192956/4192956
[pid=24127] ppid=24125 vsize=14516 CPUtime=0.6
/proc/24127/stat : 24127 (sugar) S 24125 24127 23583 0 -1 4194304 1515 5923 0 1 5 0 51 4 16 0 1 0 29344130 14864384 1027 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24127/statm: 3629 1027 373 3 0 729 0
[pid=24129] ppid=24127 vsize=0 CPUtime=0.47
/proc/24129/stat : 24129 (java) Z 24127 24127 23583 0 -1 1036 4087 0 1 0 43 4 0 0 17 0 1 0 29344135 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/24129/statm: 0 0 0 0 0 0 0
[pid=24145] ppid=24127 vsize=28808 CPUtime=280.49
/proc/24145/stat : 24145 (minisat) R 24127 24127 23583 0 -1 0 6906 0 0 0 27948 101 0 0 25 0 1 0 29344247 29499392 6650 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/24145/statm: 7202 6650 52 112 0 7086 0
Current children cumulated CPU time (s) 281.56
Current children cumulated vsize (KiB) 43324

[startup+342.643 s]
/proc/loadavg: 3.58 3.09 2.39 3/97 24255
/proc/meminfo: memFree=15936/2055920 swapFree=4192812/4192956
[pid=24127] ppid=24125 vsize=14516 CPUtime=0.6
/proc/24127/stat : 24127 (sugar) S 24125 24127 23583 0 -1 4194304 1515 5923 0 1 5 0 51 4 16 0 1 0 29344130 14864384 1027 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24127/statm: 3629 1027 373 3 0 729 0
[pid=24129] ppid=24127 vsize=0 CPUtime=0.47
/proc/24129/stat : 24129 (java) Z 24127 24127 23583 0 -1 1036 4087 0 1 0 43 4 0 0 17 0 1 0 29344135 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/24129/statm: 0 0 0 0 0 0 0
[pid=24145] ppid=24127 vsize=29820 CPUtime=340.36
/proc/24145/stat : 24145 (minisat) R 24127 24127 23583 0 -1 0 7153 0 0 0 33917 119 0 0 25 0 1 0 29344247 30535680 6897 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/24145/statm: 7455 6897 52 112 0 7339 0
Current children cumulated CPU time (s) 341.43
Current children cumulated vsize (KiB) 44336

[startup+402.657 s]
/proc/loadavg: 4.36 3.39 2.54 3/97 24266
/proc/meminfo: memFree=16512/2055920 swapFree=4192812/4192956
[pid=24127] ppid=24125 vsize=14516 CPUtime=0.6

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

/proc/24145/stat : 24145 (minisat) R 24127 24127 23583 0 -1 0 10566 0 0 0 123295 422 0 0 25 0 1 0 29344247 45436928 10310 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/24145/statm: 11093 10310 52 112 0 10977 0
Current children cumulated CPU time (s) 1238.24
Current children cumulated vsize (KiB) 58888

[startup+1303.39 s]
/proc/loadavg: 3.00 3.33 3.03 4/99 24396
/proc/meminfo: memFree=15920/2055920 swapFree=4192812/4192956
[pid=24127] ppid=24125 vsize=14516 CPUtime=0.6
/proc/24127/stat : 24127 (sugar) S 24125 24127 23583 0 -1 4194304 1515 5923 0 1 5 0 51 4 16 0 1 0 29344130 14864384 1027 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24127/statm: 3629 1027 373 3 0 729 0
[pid=24129] ppid=24127 vsize=0 CPUtime=0.47
/proc/24129/stat : 24129 (java) Z 24127 24127 23583 0 -1 1036 4087 0 1 0 43 4 0 0 17 0 1 0 29344135 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/24129/statm: 0 0 0 0 0 0 0
[pid=24145] ppid=24127 vsize=45200 CPUtime=1297.11
/proc/24145/stat : 24145 (minisat) R 24127 24127 23583 0 -1 0 10767 0 0 0 129264 447 0 0 25 0 1 0 29344247 46284800 10511 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/24145/statm: 11300 10511 52 112 0 11184 0
Current children cumulated CPU time (s) 1298.18
Current children cumulated vsize (KiB) 59716

[startup+1363.39 s]
/proc/loadavg: 3.52 3.41 3.07 3/98 24409
/proc/meminfo: memFree=16312/2055920 swapFree=4192812/4192956
[pid=24127] ppid=24125 vsize=14516 CPUtime=0.6
/proc/24127/stat : 24127 (sugar) S 24125 24127 23583 0 -1 4194304 1515 5923 0 1 5 0 51 4 16 0 1 0 29344130 14864384 1027 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24127/statm: 3629 1027 373 3 0 729 0
[pid=24129] ppid=24127 vsize=0 CPUtime=0.47
/proc/24129/stat : 24129 (java) Z 24127 24127 23583 0 -1 1036 4087 0 1 0 43 4 0 0 17 0 1 0 29344135 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/24129/statm: 0 0 0 0 0 0 0
[pid=24145] ppid=24127 vsize=46944 CPUtime=1356.92
/proc/24145/stat : 24145 (minisat) R 24127 24127 23583 0 -1 0 11217 0 0 0 135224 468 0 0 25 0 1 0 29344247 48070656 10961 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/24145/statm: 11736 10961 52 112 0 11620 0
Current children cumulated CPU time (s) 1357.99
Current children cumulated vsize (KiB) 61460

[startup+1423.43 s]
/proc/loadavg: 3.61 3.49 3.12 3/97 24419
/proc/meminfo: memFree=15296/2055920 swapFree=4192812/4192956
[pid=24127] ppid=24125 vsize=14516 CPUtime=0.6
/proc/24127/stat : 24127 (sugar) S 24125 24127 23583 0 -1 4194304 1515 5923 0 1 5 0 51 4 16 0 1 0 29344130 14864384 1027 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24127/statm: 3629 1027 373 3 0 729 0
[pid=24129] ppid=24127 vsize=0 CPUtime=0.47
/proc/24129/stat : 24129 (java) Z 24127 24127 23583 0 -1 1036 4087 0 1 0 43 4 0 0 17 0 1 0 29344135 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/24129/statm: 0 0 0 0 0 0 0
[pid=24145] ppid=24127 vsize=47788 CPUtime=1416.75
/proc/24145/stat : 24145 (minisat) R 24127 24127 23583 0 -1 0 11420 0 0 0 141184 491 0 0 25 0 1 0 29344247 48934912 11143 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528562 0 0 4096 3 0 0 0 17 0 0 0
/proc/24145/statm: 11947 11143 52 112 0 11831 0
Current children cumulated CPU time (s) 1417.82
Current children cumulated vsize (KiB) 62304

[startup+1483.47 s]
/proc/loadavg: 3.20 3.38 3.10 3/97 24428
/proc/meminfo: memFree=16000/2055920 swapFree=4192812/4192956
[pid=24127] ppid=24125 vsize=14516 CPUtime=0.6
/proc/24127/stat : 24127 (sugar) S 24125 24127 23583 0 -1 4194304 1515 5923 0 1 5 0 51 4 16 0 1 0 29344130 14864384 1027 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24127/statm: 3629 1027 373 3 0 729 0
[pid=24129] ppid=24127 vsize=0 CPUtime=0.47
/proc/24129/stat : 24129 (java) Z 24127 24127 23583 0 -1 1036 4087 0 1 0 43 4 0 0 17 0 1 0 29344135 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/24129/statm: 0 0 0 0 0 0 0
[pid=24145] ppid=24127 vsize=48896 CPUtime=1476.62
/proc/24145/stat : 24145 (minisat) R 24127 24127 23583 0 -1 0 11685 0 0 0 147151 511 0 0 25 0 1 0 29344247 50069504 11408 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134527050 0 0 4096 3 0 0 0 17 0 0 0
/proc/24145/statm: 12224 11408 52 112 0 12108 0
Current children cumulated CPU time (s) 1477.69
Current children cumulated vsize (KiB) 63412

[startup+1543.52 s]
/proc/loadavg: 3.39 3.40 3.12 3/97 24436
/proc/meminfo: memFree=16192/2055920 swapFree=4192812/4192956
[pid=24127] ppid=24125 vsize=14516 CPUtime=0.6
/proc/24127/stat : 24127 (sugar) S 24125 24127 23583 0 -1 4194304 1515 5923 0 1 5 0 51 4 16 0 1 0 29344130 14864384 1027 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24127/statm: 3629 1027 373 3 0 729 0
[pid=24129] ppid=24127 vsize=0 CPUtime=0.47
/proc/24129/stat : 24129 (java) Z 24127 24127 23583 0 -1 1036 4087 0 1 0 43 4 0 0 17 0 1 0 29344135 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/24129/statm: 0 0 0 0 0 0 0
[pid=24145] ppid=24127 vsize=49356 CPUtime=1536.48
/proc/24145/stat : 24145 (minisat) R 24127 24127 23583 0 -1 0 11778 0 0 0 153117 531 0 0 25 0 1 0 29344247 50540544 11501 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528543 0 0 4096 3 0 0 0 17 0 0 0
/proc/24145/statm: 12339 11501 52 112 0 12223 0
Current children cumulated CPU time (s) 1537.55
Current children cumulated vsize (KiB) 63872

[startup+1603.56 s]
/proc/loadavg: 4.23 3.64 3.22 3/97 24445
/proc/meminfo: memFree=15808/2055920 swapFree=4192812/4192956
[pid=24127] ppid=24125 vsize=14516 CPUtime=0.6
/proc/24127/stat : 24127 (sugar) S 24125 24127 23583 0 -1 4194304 1515 5923 0 1 5 0 51 4 16 0 1 0 29344130 14864384 1027 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24127/statm: 3629 1027 373 3 0 729 0
[pid=24129] ppid=24127 vsize=0 CPUtime=0.47
/proc/24129/stat : 24129 (java) Z 24127 24127 23583 0 -1 1036 4087 0 1 0 43 4 0 0 17 0 1 0 29344135 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/24129/statm: 0 0 0 0 0 0 0
[pid=24145] ppid=24127 vsize=49640 CPUtime=1596.36
/proc/24145/stat : 24145 (minisat) R 24127 24127 23583 0 -1 0 11846 0 0 0 159081 555 0 0 25 0 1 0 29344247 50831360 11569 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/24145/statm: 12410 11569 52 112 0 12294 0
Current children cumulated CPU time (s) 1597.43
Current children cumulated vsize (KiB) 64156

[startup+1663.62 s]
/proc/loadavg: 3.32 3.52 3.21 3/97 24459
/proc/meminfo: memFree=16320/2055920 swapFree=4192812/4192956
[pid=24127] ppid=24125 vsize=14516 CPUtime=0.6
/proc/24127/stat : 24127 (sugar) S 24125 24127 23583 0 -1 4194304 1515 5923 0 1 5 0 51 4 16 0 1 0 29344130 14864384 1027 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24127/statm: 3629 1027 373 3 0 729 0
[pid=24129] ppid=24127 vsize=0 CPUtime=0.47
/proc/24129/stat : 24129 (java) Z 24127 24127 23583 0 -1 1036 4087 0 1 0 43 4 0 0 17 0 1 0 29344135 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/24129/statm: 0 0 0 0 0 0 0
[pid=24145] ppid=24127 vsize=49640 CPUtime=1656.26
/proc/24145/stat : 24145 (minisat) R 24127 24127 23583 0 -1 0 11871 0 0 0 165044 582 0 0 25 0 1 0 29344247 50831360 11594 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528379 0 0 4096 3 0 0 0 17 0 0 0
/proc/24145/statm: 12410 11594 52 112 0 12294 0
Current children cumulated CPU time (s) 1657.33
Current children cumulated vsize (KiB) 64156

[startup+1723.66 s]
/proc/loadavg: 3.12 3.42 3.19 3/97 24467
/proc/meminfo: memFree=14976/2055920 swapFree=4192812/4192956
[pid=24127] ppid=24125 vsize=14516 CPUtime=0.6
/proc/24127/stat : 24127 (sugar) S 24125 24127 23583 0 -1 4194304 1515 5923 0 1 5 0 51 4 16 0 1 0 29344130 14864384 1027 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24127/statm: 3629 1027 373 3 0 729 0
[pid=24129] ppid=24127 vsize=0 CPUtime=0.47
/proc/24129/stat : 24129 (java) Z 24127 24127 23583 0 -1 1036 4087 0 1 0 43 4 0 0 17 0 1 0 29344135 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/24129/statm: 0 0 0 0 0 0 0
[pid=24145] ppid=24127 vsize=50020 CPUtime=1716.19
/proc/24145/stat : 24145 (minisat) R 24127 24127 23583 0 -1 0 11941 0 0 0 171017 602 0 0 25 0 1 0 29344247 51220480 11664 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/24145/statm: 12505 11664 52 112 0 12389 0
Current children cumulated CPU time (s) 1717.26
Current children cumulated vsize (KiB) 64536

[startup+1783.7 s]
/proc/loadavg: 3.23 3.40 3.20 3/97 24472
/proc/meminfo: memFree=16128/2055920 swapFree=4192812/4192956
[pid=24127] ppid=24125 vsize=14516 CPUtime=0.6
/proc/24127/stat : 24127 (sugar) S 24125 24127 23583 0 -1 4194304 1515 5923 0 1 5 0 51 4 16 0 1 0 29344130 14864384 1027 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24127/statm: 3629 1027 373 3 0 729 0
[pid=24129] ppid=24127 vsize=0 CPUtime=0.47
/proc/24129/stat : 24129 (java) Z 24127 24127 23583 0 -1 1036 4087 0 1 0 43 4 0 0 17 0 1 0 29344135 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/24129/statm: 0 0 0 0 0 0 0
[pid=24145] ppid=24127 vsize=50344 CPUtime=1776.04
/proc/24145/stat : 24145 (minisat) R 24127 24127 23583 0 -1 0 12025 0 0 0 176981 623 0 0 25 0 1 0 29344247 51552256 11748 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/24145/statm: 12586 11748 52 112 0 12470 0
Current children cumulated CPU time (s) 1777.11
Current children cumulated vsize (KiB) 64860



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1806.7 s]
/proc/loadavg: 3.39 3.43 3.21 3/97 24474
/proc/meminfo: memFree=15808/2055920 swapFree=4192812/4192956
[pid=24127] ppid=24125 vsize=14516 CPUtime=0.6
/proc/24127/stat : 24127 (sugar) S 24125 24127 23583 0 -1 4194304 1515 5923 0 1 5 0 51 4 16 0 1 0 29344130 14864384 1027 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24127/statm: 3629 1027 373 3 0 729 0
[pid=24129] ppid=24127 vsize=0 CPUtime=0.47
/proc/24129/stat : 24129 (java) Z 24127 24127 23583 0 -1 1036 4087 0 1 0 43 4 0 0 17 0 1 0 29344135 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/24129/statm: 0 0 0 0 0 0 0
[pid=24145] ppid=24127 vsize=50424 CPUtime=1798.95
/proc/24145/stat : 24145 (minisat) R 24127 24127 23583 0 -1 0 12034 0 0 0 179265 630 0 0 25 0 1 0 29344247 51634176 11757 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/24145/statm: 12606 11757 52 112 0 12490 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 64940

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

Child status: 1

!!! problem with CPU time !!!
wait4(...,&childrusage) returns 24127 and gives childrusage.ru_utime.tv_sec=0 childrusage.ru_utime.tv_usec=568913 childrusage.ru_stime.tv_sec=0 childrusage.ru_stime.tv_usec=61990
CPU time returned by wait4() is 0.630903
while last known CPU time is 1800.04

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

Real time (s): 1808.22
CPU time (s): 1800.04
CPU user time (s): 1793.65
CPU system time (s): 6.39
CPU usage (%): 99.5479
Max. virtual memory (cumulated for all children) (KiB): 821076

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

runsolver used 2.16267 s user time and 6.36403 s system time

The end

Launcher Data (download as text)

Begin job on node16 on Mon Jan 29 18:04:58 UTC 2007


IDJOB= 198648
IDBENCH= 3568
IDSOLVER= 86
FILE ID= node16/198648-1170093897

PBS_JOBID= 3689403

Free space on /tmp= 66541 MiB

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

META MD5SUM SOLVER= 0a27e717dfe98d83d9802fe0eea45073
MD5SUM BENCH=  d1f4129f70dd419f660e3cfb9c33592c

RANDOM SEED= 786638609

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.281
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.281
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:       1648552 kB
Buffers:         47116 kB
Cached:         177352 kB
SwapCached:          0 kB
Active:         255612 kB
Inactive:        84936 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1648552 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:             964 kB
Writeback:           0 kB
Mapped:         135804 kB
Slab:            51788 kB
Committed_AS:   308136 kB
PageTables:       2216 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= 38238 MiB



End job on node16 on Mon Jan 29 18:35:15 UTC 2007