Trace number 235109

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.08 1810.94

General information on the benchmark

Nametaillard/js-taillard-20-15/
js-taillard-20-15-100-1.xml
MD5SUMb5c283c3c56cf3c97be2782ab347c89c
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 variables300
Number of constraints3130
Maximum constraint arity2
Maximum domain size1381
Number of constraints which are defined in extension0
Number of constraints which are defined in intension3130
Global constraints used (with number of constraints)

Solver Data (download as text)

0.15	c # Sugar v0-40 (/tmp/evaluation/235109-1170107143/sugar-v0-40.jar)
0.15	
0.15	c # MAIN  BEGIN : /tmp/evaluation/235109-1170107143/unknown.xml [Mon Jan 29 22:45:44 2007]
0.15	c # CONVERT_XML  BEGIN : /tmp/evaluation/235109-1170107143/unknown.xml /tmp/evaluation/235109-1170107143/sugar29807.csp [Mon Jan 29 22:45:44 2007]
0.15	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/235109-1170107143/sugar-v0-40.jar -convert /tmp/evaluation/235109-1170107143/unknown.xml /tmp/evaluation/235109-1170107143/sugar29807.csp
0.47	c BEGIN convert /tmp/evaluation/235109-1170107143/unknown.xml
1.12	c END convert (0.649031 seconds)
1.17	c # CONVERT_XML  END : /tmp/evaluation/235109-1170107143/sugar29807.csp 149984 bytes (1 seconds) [Mon Jan 29 22:45:45 2007]
1.17	c # CONVERT_XML  CPU : 0.77 = 0 + 0 + 0.7 + 0.07
1.17	
1.17	c # GENERATE_SAT  BEGIN : /tmp/evaluation/235109-1170107143/sugar29807.bcnf [Mon Jan 29 22:45:45 2007]
1.17	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/235109-1170107143/sugar-v0-40.jar -bcnf -map /tmp/evaluation/235109-1170107143/sugar29807.map /tmp/evaluation/235109-1170107143/sugar29807.csp /tmp/evaluation/235109-1170107143/sugar29807.bcnf
1.29	c BEGIN parse /tmp/evaluation/235109-1170107143/sugar29807.csp
1.85	c END parse (0.56316 seconds)
1.85	c BEGIN simplify
1.88	c END simplify (0.029813 seconds)
1.88	c BEGIN encode /tmp/evaluation/235109-1170107143/sugar29807.bcnf
8.90	c END encode (7.015739 seconds)
9.01	c # GENERATE_SAT  END : 404441 variables 8051565 clauses 125738628 bytes (7 seconds) [Mon Jan 29 22:45:52 2007]
9.01	c # GENERATE_SAT  CPU : 7.69 = 0.05 + 0.01 + 7.1 + 0.53
9.01	
9.01	c # SOLVE_SAT  BEGIN : /tmp/evaluation/235109-1170107143/sugar29807.bcnf [Mon Jan 29 22:45:52 2007]
9.01	c # CMD : /tmp/evaluation/235109-1170107143/minisat /tmp/evaluation/235109-1170107143/sugar29807.bcnf /tmp/evaluation/235109-1170107143/sugar29807.out
17.05	c ==================================[MINISAT]===================================
17.05	c | Conflicts |     ORIGINAL     |              LEARNT              | Progress |
17.05	c |           | Clauses Literals |   Limit Clauses Literals  Lit/Cl |          |
17.05	c ==============================================================================
17.05	c |         0 | 4073625 11549949 | 1357875       0        0     nan |  0.000 % |
19.11	c |       101 | 4073626 11549949 | 1493662     100     1718    17.2 | 54.019 % |
21.23	c |       251 | 4073627 11549949 | 1643028     249     4452    17.9 | 54.019 % |
23.98	c |       476 | 4073627 11549949 | 1807331     474     9997    21.1 | 54.019 % |
28.25	c |       814 | 4073629 11549949 | 1988064     810    15825    19.5 | 54.019 % |
33.16	c |      1322 | 4073631 11549949 | 2186871    1316    21657    16.5 | 54.019 % |
42.83	c |      2081 | 4073636 11549949 | 2405558    2070    29292    14.2 | 54.019 % |
58.35	c |      3220 | 4073638 11549949 | 2646114    3207    53741    16.8 | 54.019 % |
75.55	c |      4929 | 4073640 11549949 | 2910725    4914    93827    19.1 | 54.019 % |
104.79	c |      7494 | 4073644 11549949 | 3201798    7475   167311    22.4 | 54.019 % |
140.28	c |     11338 | 4073644 11549949 | 3521978   11319   243273    21.5 | 54.019 % |
209.95	c |     17105 | 4073645 11549949 | 3874175   17085   462199    27.1 | 54.019 % |
304.93	c |     25754 | 4073648 11549949 | 4261593   25731   657244    25.5 | 54.019 % |
481.56	c |     38728 | 4073655 11549949 | 4687752   38698  1034193    26.7 | 54.019 % |
722.46	c |     58190 | 4073658 11549949 | 5156528   58157  1664413    28.6 | 54.019 % |
1046.41	c |     87382 | 4073676 11549949 | 5672180   87331  2361349    27.0 | 54.019 % |
1597.43	c |    131171 | 4073682 11549949 | 6239398  131114  3749951    28.6 | 54.019 % |
1809.86	
1809.86	s UNKNOWN
1809.86	c # INTERRUPTED
1809.89	c # MAIN  END :  (1809 seconds) [Mon Jan 29 23:15:53 2007]
1809.89	c # MAIN  CPU : 8.46 = 0.05 + 0.01 + 7.8 + 0.6
1809.89	

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/node9/watcher-235109-1170107143 -o ROOT/results/node9/solver-235109-1170107143 -C 1800 -M 900 /tmp/evaluation/235109-1170107143/solver /tmp/evaluation/235109-1170107143 /tmp/evaluation/235109-1170107143/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


[startup+0.104158 s]
/proc/loadavg: 2.12 2.23 2.61 4/96 29808
/proc/meminfo: memFree=779400/2055920 swapFree=4192812/4192956
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 0
/proc/loadavg: 2.12 2.23 2.61 4/96 29808
/proc/meminfo: memFree=779400/2055920 swapFree=4192812/4192956
[pid=29807] ppid=29805 vsize=5356 CPUtime=0
/proc/29807/stat : 29807 (solver) R 29805 29807 28400 0 -1 4194304 184 0 0 0 0 0 0 0 20 0 1 0 30668959 5484544 153 18446744073709551615 4194304 4889804 548682069296 18446744073709551615 215419158482 0 0 4096 0 0 0 0 17 1 0 0
/proc/29807/statm: 1339 153 126 169 0 50 0

[startup+0.513235 s]
/proc/loadavg: 2.12 2.23 2.61 4/96 29808
/proc/meminfo: memFree=779400/2055920 swapFree=4192812/4192956
[pid=29807] ppid=29805 vsize=13724 CPUtime=0.03
/proc/29807/stat : 29807 (sugar) S 29805 29807 28400 0 -1 4194304 1121 0 0 0 3 0 0 0 15 0 1 0 30668959 14053376 805 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29807/statm: 3431 805 368 3 0 531 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13724

[startup+1.3424 s]
/proc/loadavg: 2.12 2.23 2.61 2/95 29816
/proc/meminfo: memFree=1371096/2055920 swapFree=4192812/4192956
[pid=29807] ppid=29805 vsize=13724 CPUtime=0.81
/proc/29807/stat : 29807 (sugar) S 29805 29807 28400 0 -1 4194304 1190 8842 0 1 3 1 70 7 16 0 1 0 30668959 14053376 809 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/29807/statm: 3431 809 371 3 0 531 0
Current children cumulated CPU time (s) 0.81
Current children cumulated vsize (KiB) 13724

[startup+2.98171 s]
/proc/loadavg: 2.12 2.23 2.61 3/95 29824
/proc/meminfo: memFree=1366936/2055920 swapFree=4192812/4192956
[pid=29807] ppid=29805 vsize=13724 CPUtime=0.81
/proc/29807/stat : 29807 (sugar) S 29805 29807 28400 0 -1 4194304 1190 8842 0 1 3 1 70 7 16 0 1 0 30668959 14053376 809 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/29807/statm: 3431 809 371 3 0 531 0
[pid=29817] ppid=29807 vsize=807332 CPUtime=1.78
/proc/29817/stat : 29817 (java) R 29807 29807 28400 0 -1 0 8240 0 1 0 166 12 0 0 25 0 8 0 30669076 826707968 7987 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/29817/statm: 201833 7987 1510 14 0 189111 0
[pid=29817/tid=29818] ppid=29807 vsize=807332 CPUtime=0.1
/proc/29817/task/29818/stat : 29818 (java) S 29807 29807 28400 0 -1 64 2011 0 0 0 9 1 0 0 17 0 8 0 30669079 826707968 7987 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=29817/tid=29819] ppid=29807 vsize=807332 CPUtime=0
/proc/29817/task/29819/stat : 29819 (java) S 29807 29807 28400 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 30669079 826707968 7987 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29817/tid=29820] ppid=29807 vsize=807332 CPUtime=0
/proc/29817/task/29820/stat : 29820 (java) S 29807 29807 28400 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 30669079 826707968 7987 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29817/tid=29821] ppid=29807 vsize=807332 CPUtime=0
/proc/29817/task/29821/stat : 29821 (java) S 29807 29807 28400 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 30669083 826707968 7987 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29817/tid=29822] ppid=29807 vsize=807332 CPUtime=0.14
/proc/29817/task/29822/stat : 29822 (java) S 29807 29807 28400 0 -1 64 419 0 0 0 14 0 0 0 16 0 8 0 30669083 826707968 7987 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29817/tid=29823] ppid=29807 vsize=807332 CPUtime=0
/proc/29817/task/29823/stat : 29823 (java) S 29807 29807 28400 0 -1 64 3 0 0 0 0 0 0 0 19 0 8 0 30669083 826707968 7987 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29817/tid=29824] ppid=29807 vsize=807332 CPUtime=0
/proc/29817/task/29824/stat : 29824 (java) S 29807 29807 28400 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 30669083 826707968 7987 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.59
Current children cumulated vsize (KiB) 821056

[startup+6.18333 s]
/proc/loadavg: 2.19 2.24 2.61 3/95 29824
/proc/meminfo: memFree=1304536/2055920 swapFree=4192812/4192956
[pid=29807] ppid=29805 vsize=13724 CPUtime=0.81
/proc/29807/stat : 29807 (sugar) S 29805 29807 28400 0 -1 4194304 1190 8842 0 1 3 1 70 7 16 0 1 0 30668959 14053376 809 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/29807/statm: 3431 809 371 3 0 531 0
[pid=29817] ppid=29807 vsize=807332 CPUtime=4.96
/proc/29817/stat : 29817 (java) R 29807 29807 28400 0 -1 0 8242 0 1 0 462 34 0 0 25 0 8 0 30669076 826707968 7989 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4152096930 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/29817/statm: 201833 7989 1510 14 0 189111 0
[pid=29817/tid=29818] ppid=29807 vsize=807332 CPUtime=0.1
/proc/29817/task/29818/stat : 29818 (java) S 29807 29807 28400 0 -1 64 2011 0 0 0 9 1 0 0 16 0 8 0 30669079 826707968 7989 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=29817/tid=29819] ppid=29807 vsize=807332 CPUtime=0
/proc/29817/task/29819/stat : 29819 (java) S 29807 29807 28400 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 30669079 826707968 7989 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29817/tid=29820] ppid=29807 vsize=807332 CPUtime=0
/proc/29817/task/29820/stat : 29820 (java) S 29807 29807 28400 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 30669079 826707968 7989 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29817/tid=29821] ppid=29807 vsize=807332 CPUtime=0
/proc/29817/task/29821/stat : 29821 (java) S 29807 29807 28400 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 30669083 826707968 7989 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29817/tid=29822] ppid=29807 vsize=807332 CPUtime=0.15
/proc/29817/task/29822/stat : 29822 (java) S 29807 29807 28400 0 -1 64 421 0 0 0 15 0 0 0 16 0 8 0 30669083 826707968 7989 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29817/tid=29823] ppid=29807 vsize=807332 CPUtime=0
/proc/29817/task/29823/stat : 29823 (java) S 29807 29807 28400 0 -1 64 3 0 0 0 0 0 0 0 19 0 8 0 30669083 826707968 7989 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29817/tid=29824] ppid=29807 vsize=807332 CPUtime=0
/proc/29817/task/29824/stat : 29824 (java) S 29807 29807 28400 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 30669083 826707968 7989 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 5.77
Current children cumulated vsize (KiB) 821056

[startup+12.6606 s]
/proc/loadavg: 2.26 2.25 2.62 3/88 29825
/proc/meminfo: memFree=1043536/2055920 swapFree=4192812/4192956
[pid=29807] ppid=29805 vsize=17108 CPUtime=8.49
/proc/29807/stat : 29807 (sugar) S 29805 29807 28400 0 -1 4194304 2112 17102 0 2 8 1 780 60 18 0 1 0 30668959 17518592 1633 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/29807/statm: 4277 1633 373 3 0 1377 0
[pid=29825] ppid=29807 vsize=253760 CPUtime=3.61
/proc/29825/stat : 29825 (minisat) R 29807 29807 28400 0 -1 0 59631 0 0 0 314 47 0 0 25 0 1 0 30669860 259850240 59426 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134521227 0 0 4096 0 0 0 0 17 1 0 0
/proc/29825/statm: 63440 59426 36 112 0 63324 0
Current children cumulated CPU time (s) 12.1
Current children cumulated vsize (KiB) 270868

[startup+25.4931 s]
/proc/loadavg: 2.20 2.24 2.61 3/88 29825
/proc/meminfo: memFree=938704/2055920 swapFree=4192812/4192956
[pid=29807] ppid=29805 vsize=17108 CPUtime=8.49
/proc/29807/stat : 29807 (sugar) S 29805 29807 28400 0 -1 4194304 2121 17102 0 2 8 1 780 60 16 0 1 0 30668959 17518592 1633 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29807/statm: 4277 1633 373 3 0 1377 0
[pid=29825] ppid=29807 vsize=339372 CPUtime=16.38
/proc/29825/stat : 29825 (minisat) R 29807 29807 28400 0 -1 0 83836 0 0 0 1575 63 0 0 25 0 1 0 30669860 347516928 82605 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134527977 0 0 4096 3 0 0 0 17 1 0 0
/proc/29825/statm: 84843 82605 51 112 0 84727 0
Current children cumulated CPU time (s) 24.87
Current children cumulated vsize (KiB) 356480

[startup+51.178 s]
/proc/loadavg: 2.13 2.22 2.59 3/88 29825
/proc/meminfo: memFree=936592/2055920 swapFree=4192812/4192956
[pid=29807] ppid=29805 vsize=17108 CPUtime=8.49
/proc/29807/stat : 29807 (sugar) S 29805 29807 28400 0 -1 4194304 2121 17102 0 2 8 1 780 60 16 0 1 0 30668959 17518592 1633 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29807/statm: 4277 1633 373 3 0 1377 0
[pid=29825] ppid=29807 vsize=339372 CPUtime=41.94
/proc/29825/stat : 29825 (minisat) R 29807 29807 28400 0 -1 0 83840 0 0 0 4131 63 0 0 25 0 1 0 30669860 347516928 82609 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528194 0 0 4096 3 0 0 0 17 1 0 0
/proc/29825/statm: 84843 82609 51 112 0 84727 0
Current children cumulated CPU time (s) 50.43
Current children cumulated vsize (KiB) 356480

[startup+102.439 s]
/proc/loadavg: 2.06 2.18 2.56 3/88 29825
/proc/meminfo: memFree=938896/2055920 swapFree=4192812/4192956
[pid=29807] ppid=29805 vsize=17108 CPUtime=8.49
/proc/29807/stat : 29807 (sugar) S 29805 29807 28400 0 -1 4194304 2121 17102 0 2 8 1 780 60 16 0 1 0 30668959 17518592 1633 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29807/statm: 4277 1633 373 3 0 1377 0
[pid=29825] ppid=29807 vsize=339372 CPUtime=92.97
/proc/29825/stat : 29825 (minisat) R 29807 29807 28400 0 -1 0 83846 0 0 0 9233 64 0 0 25 0 1 0 30669860 347516928 82615 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/29825/statm: 84843 82615 51 112 0 84727 0
Current children cumulated CPU time (s) 101.46
Current children cumulated vsize (KiB) 356480

[startup+162.53 s]
/proc/loadavg: 2.02 2.15 2.52 3/88 29825
/proc/meminfo: memFree=938896/2055920 swapFree=4192812/4192956
[pid=29807] ppid=29805 vsize=17108 CPUtime=8.49
/proc/29807/stat : 29807 (sugar) S 29805 29807 28400 0 -1 4194304 2121 17102 0 2 8 1 780 60 16 0 1 0 30668959 17518592 1633 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29807/statm: 4277 1633 373 3 0 1377 0
[pid=29825] ppid=29807 vsize=339372 CPUtime=152.77
/proc/29825/stat : 29825 (minisat) R 29807 29807 28400 0 -1 0 83846 0 0 0 15213 64 0 0 25 0 1 0 30669860 347516928 82615 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528549 0 0 4096 3 0 0 0 17 1 0 0
/proc/29825/statm: 84843 82615 51 112 0 84727 0
Current children cumulated CPU time (s) 161.26
Current children cumulated vsize (KiB) 356480

[startup+222.625 s]
/proc/loadavg: 2.07 2.13 2.49 3/88 29825
/proc/meminfo: memFree=938896/2055920 swapFree=4192812/4192956
[pid=29807] ppid=29805 vsize=17108 CPUtime=8.49
/proc/29807/stat : 29807 (sugar) S 29805 29807 28400 0 -1 4194304 2121 17102 0 2 8 1 780 60 16 0 1 0 30668959 17518592 1633 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29807/statm: 4277 1633 373 3 0 1377 0
[pid=29825] ppid=29807 vsize=339372 CPUtime=212.57
/proc/29825/stat : 29825 (minisat) R 29807 29807 28400 0 -1 0 83846 0 0 0 21193 64 0 0 25 0 1 0 30669860 347516928 82615 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528723 0 0 4096 3 0 0 0 17 1 0 0
/proc/29825/statm: 84843 82615 51 112 0 84727 0
Current children cumulated CPU time (s) 221.06
Current children cumulated vsize (KiB) 356480

[startup+282.716 s]
/proc/loadavg: 2.02 2.11 2.45 3/88 29825
/proc/meminfo: memFree=938832/2055920 swapFree=4192812/4192956
[pid=29807] ppid=29805 vsize=17108 CPUtime=8.49
/proc/29807/stat : 29807 (sugar) S 29805 29807 28400 0 -1 4194304 2121 17102 0 2 8 1 780 60 16 0 1 0 30668959 17518592 1633 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29807/statm: 4277 1633 373 3 0 1377 0
[pid=29825] ppid=29807 vsize=339372 CPUtime=272.37
/proc/29825/stat : 29825 (minisat) R 29807 29807 28400 0 -1 0 83846 0 0 0 27173 64 0 0 25 0 1 0 30669860 347516928 82615 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/29825/statm: 84843 82615 51 112 0 84727 0
Current children cumulated CPU time (s) 280.86
Current children cumulated vsize (KiB) 356480

[startup+342.806 s]
/proc/loadavg: 2.01 2.08 2.42 3/88 29825
/proc/meminfo: memFree=938704/2055920 swapFree=4192812/4192956
[pid=29807] ppid=29805 vsize=17108 CPUtime=8.49
/proc/29807/stat : 29807 (sugar) S 29805 29807 28400 0 -1 4194304 2121 17102 0 2 8 1 780 60 16 0 1 0 30668959 17518592 1633 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29807/statm: 4277 1633 373 3 0 1377 0
[pid=29825] ppid=29807 vsize=339372 CPUtime=332.17
/proc/29825/stat : 29825 (minisat) R 29807 29807 28400 0 -1 0 83846 0 0 0 33153 64 0 0 25 0 1 0 30669860 347516928 82615 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528342 0 0 4096 3 0 0 0 17 1 0 0
/proc/29825/statm: 84843 82615 51 112 0 84727 0
Current children cumulated CPU time (s) 340.66
Current children cumulated vsize (KiB) 356480

[startup+402.895 s]
/proc/loadavg: 2.00 2.07 2.39 3/88 29825
/proc/meminfo: memFree=938448/2055920 swapFree=4192812/4192956
[pid=29807] ppid=29805 vsize=17108 CPUtime=8.49
/proc/29807/stat : 29807 (sugar) S 29805 29807 28400 0 -1 4194304 2121 17102 0 2 8 1 780 60 16 0 1 0 30668959 17518592 1633 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29807/statm: 4277 1633 373 3 0 1377 0
[pid=29825] ppid=29807 vsize=339372 CPUtime=391.97
/proc/29825/stat : 29825 (minisat) R 29807 29807 28400 0 -1 0 83847 0 0 0 39133 64 0 0 25 0 1 0 30669860 347516928 82616 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528086 0 0 4096 3 0 0 0 17 1 0 0
/proc/29825/statm: 84843 82616 51 112 0 84727 0
Current children cumulated CPU time (s) 400.46
Current children cumulated vsize (KiB) 356480


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

/proc/loadavg: 2.05 2.01 2.17 3/88 30022
/proc/meminfo: memFree=936592/2055920 swapFree=4192812/4192956
[pid=29807] ppid=29805 vsize=17108 CPUtime=8.49
/proc/29807/stat : 29807 (sugar) S 29805 29807 28400 0 -1 4194304 2121 17102 0 2 8 1 780 60 16 0 1 0 30668959 17518592 1633 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29807/statm: 4277 1633 373 3 0 1377 0
[pid=29825] ppid=29807 vsize=339916 CPUtime=1109.23
/proc/29825/stat : 29825 (minisat) R 29807 29807 28400 0 -1 0 83939 0 0 0 110856 67 0 0 25 0 1 0 30669860 348073984 82708 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528342 0 0 4096 3 0 0 0 17 1 0 0
/proc/29825/statm: 84979 82708 51 112 0 84863 0
Current children cumulated CPU time (s) 1117.72
Current children cumulated vsize (KiB) 357024

[startup+1183.92 s]
/proc/loadavg: 2.10 2.04 2.17 3/88 30022
/proc/meminfo: memFree=936528/2055920 swapFree=4192812/4192956
[pid=29807] ppid=29805 vsize=17108 CPUtime=8.49
/proc/29807/stat : 29807 (sugar) S 29805 29807 28400 0 -1 4194304 2121 17102 0 2 8 1 780 60 16 0 1 0 30668959 17518592 1633 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29807/statm: 4277 1633 373 3 0 1377 0
[pid=29825] ppid=29807 vsize=339916 CPUtime=1169.02
/proc/29825/stat : 29825 (minisat) R 29807 29807 28400 0 -1 0 83944 0 0 0 116835 67 0 0 25 0 1 0 30669860 348073984 82713 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528046 0 0 4096 3 0 0 0 17 1 0 0
/proc/29825/statm: 84979 82713 51 112 0 84863 0
Current children cumulated CPU time (s) 1177.51
Current children cumulated vsize (KiB) 357024

[startup+1244.01 s]
/proc/loadavg: 2.04 2.03 2.16 3/88 30022
/proc/meminfo: memFree=936464/2055920 swapFree=4192812/4192956
[pid=29807] ppid=29805 vsize=17108 CPUtime=8.49
/proc/29807/stat : 29807 (sugar) S 29805 29807 28400 0 -1 4194304 2121 17102 0 2 8 1 780 60 16 0 1 0 30668959 17518592 1633 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29807/statm: 4277 1633 373 3 0 1377 0
[pid=29825] ppid=29807 vsize=339916 CPUtime=1228.83
/proc/29825/stat : 29825 (minisat) R 29807 29807 28400 0 -1 0 83949 0 0 0 122816 67 0 0 25 0 1 0 30669860 348073984 82718 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528442 0 0 4096 3 0 0 0 17 1 0 0
/proc/29825/statm: 84979 82718 51 112 0 84863 0
Current children cumulated CPU time (s) 1237.32
Current children cumulated vsize (KiB) 357024

[startup+1304.11 s]
/proc/loadavg: 2.01 2.02 2.14 3/88 30022
/proc/meminfo: memFree=936400/2055920 swapFree=4192812/4192956
[pid=29807] ppid=29805 vsize=17108 CPUtime=8.49
/proc/29807/stat : 29807 (sugar) S 29805 29807 28400 0 -1 4194304 2121 17102 0 2 8 1 780 60 16 0 1 0 30668959 17518592 1633 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29807/statm: 4277 1633 373 3 0 1377 0
[pid=29825] ppid=29807 vsize=339916 CPUtime=1288.64
/proc/29825/stat : 29825 (minisat) R 29807 29807 28400 0 -1 0 83954 0 0 0 128797 67 0 0 25 0 1 0 30669860 348073984 82723 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/29825/statm: 84979 82723 51 112 0 84863 0
Current children cumulated CPU time (s) 1297.13
Current children cumulated vsize (KiB) 357024

[startup+1364.2 s]
/proc/loadavg: 2.00 2.02 2.13 3/88 30022
/proc/meminfo: memFree=936336/2055920 swapFree=4192812/4192956
[pid=29807] ppid=29805 vsize=17108 CPUtime=8.49
/proc/29807/stat : 29807 (sugar) S 29805 29807 28400 0 -1 4194304 2121 17102 0 2 8 1 780 60 16 0 1 0 30668959 17518592 1633 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29807/statm: 4277 1633 373 3 0 1377 0
[pid=29825] ppid=29807 vsize=339916 CPUtime=1348.44
/proc/29825/stat : 29825 (minisat) R 29807 29807 28400 0 -1 0 83959 0 0 0 134776 68 0 0 25 0 1 0 30669860 348073984 82728 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528342 0 0 4096 3 0 0 0 17 1 0 0
/proc/29825/statm: 84979 82728 51 112 0 84863 0
Current children cumulated CPU time (s) 1356.93
Current children cumulated vsize (KiB) 357024

[startup+1424.29 s]
/proc/loadavg: 2.04 2.03 2.13 3/88 30022
/proc/meminfo: memFree=936272/2055920 swapFree=4192812/4192956
[pid=29807] ppid=29805 vsize=17108 CPUtime=8.49
/proc/29807/stat : 29807 (sugar) S 29805 29807 28400 0 -1 4194304 2121 17102 0 2 8 1 780 60 16 0 1 0 30668959 17518592 1633 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29807/statm: 4277 1633 373 3 0 1377 0
[pid=29825] ppid=29807 vsize=339916 CPUtime=1408.25
/proc/29825/stat : 29825 (minisat) R 29807 29807 28400 0 -1 0 83964 0 0 0 140757 68 0 0 25 0 1 0 30669860 348073984 82733 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/29825/statm: 84979 82733 51 112 0 84863 0
Current children cumulated CPU time (s) 1416.74
Current children cumulated vsize (KiB) 357024

[startup+1484.38 s]
/proc/loadavg: 2.01 2.02 2.11 3/88 30022
/proc/meminfo: memFree=936272/2055920 swapFree=4192812/4192956
[pid=29807] ppid=29805 vsize=17108 CPUtime=8.49
/proc/29807/stat : 29807 (sugar) S 29805 29807 28400 0 -1 4194304 2121 17102 0 2 8 1 780 60 16 0 1 0 30668959 17518592 1633 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29807/statm: 4277 1633 373 3 0 1377 0
[pid=29825] ppid=29807 vsize=339916 CPUtime=1468.04
/proc/29825/stat : 29825 (minisat) R 29807 29807 28400 0 -1 0 83968 0 0 0 146736 68 0 0 25 0 1 0 30669860 348073984 82737 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/29825/statm: 84979 82737 51 112 0 84863 0
Current children cumulated CPU time (s) 1476.53
Current children cumulated vsize (KiB) 357024

[startup+1544.46 s]
/proc/loadavg: 2.00 2.01 2.10 3/88 30022
/proc/meminfo: memFree=936144/2055920 swapFree=4192812/4192956
[pid=29807] ppid=29805 vsize=17108 CPUtime=8.49
/proc/29807/stat : 29807 (sugar) S 29805 29807 28400 0 -1 4194304 2121 17102 0 2 8 1 780 60 16 0 1 0 30668959 17518592 1633 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29807/statm: 4277 1633 373 3 0 1377 0
[pid=29825] ppid=29807 vsize=339916 CPUtime=1527.83
/proc/29825/stat : 29825 (minisat) R 29807 29807 28400 0 -1 0 83972 0 0 0 152715 68 0 0 25 0 1 0 30669860 348073984 82741 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528319 0 0 4096 3 0 0 0 17 1 0 0
/proc/29825/statm: 84979 82741 51 112 0 84863 0
Current children cumulated CPU time (s) 1536.32
Current children cumulated vsize (KiB) 357024

[startup+1604.55 s]
/proc/loadavg: 2.00 2.01 2.09 3/88 30022
/proc/meminfo: memFree=935952/2055920 swapFree=4192812/4192956
[pid=29807] ppid=29805 vsize=17108 CPUtime=8.49
/proc/29807/stat : 29807 (sugar) S 29805 29807 28400 0 -1 4194304 2121 17102 0 2 8 1 780 60 16 0 1 0 30668959 17518592 1633 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29807/statm: 4277 1633 373 3 0 1377 0
[pid=29825] ppid=29807 vsize=339916 CPUtime=1587.65
/proc/29825/stat : 29825 (minisat) R 29807 29807 28400 0 -1 0 83976 0 0 0 158696 69 0 0 25 0 1 0 30669860 348073984 82745 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528342 0 0 4096 3 0 0 0 17 1 0 0
/proc/29825/statm: 84979 82745 51 112 0 84863 0
Current children cumulated CPU time (s) 1596.14
Current children cumulated vsize (KiB) 357024

[startup+1664.65 s]
/proc/loadavg: 2.00 2.00 2.08 3/88 30022
/proc/meminfo: memFree=935888/2055920 swapFree=4192812/4192956
[pid=29807] ppid=29805 vsize=17108 CPUtime=8.49
/proc/29807/stat : 29807 (sugar) S 29805 29807 28400 0 -1 4194304 2121 17102 0 2 8 1 780 60 16 0 1 0 30668959 17518592 1633 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29807/statm: 4277 1633 373 3 0 1377 0
[pid=29825] ppid=29807 vsize=339916 CPUtime=1647.45
/proc/29825/stat : 29825 (minisat) R 29807 29807 28400 0 -1 0 83980 0 0 0 164676 69 0 0 25 0 1 0 30669860 348073984 82749 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/29825/statm: 84979 82749 51 112 0 84863 0
Current children cumulated CPU time (s) 1655.94
Current children cumulated vsize (KiB) 357024

[startup+1724.74 s]
/proc/loadavg: 2.00 2.00 2.08 3/95 30086
/proc/meminfo: memFree=1132000/2055920 swapFree=4192812/4192956
[pid=29807] ppid=29805 vsize=17108 CPUtime=8.49
/proc/29807/stat : 29807 (sugar) S 29805 29807 28400 0 -1 4194304 2121 17102 0 2 8 1 780 60 16 0 1 0 30668959 17518592 1633 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29807/statm: 4277 1633 373 3 0 1377 0
[pid=29825] ppid=29807 vsize=340184 CPUtime=1707.2
/proc/29825/stat : 29825 (minisat) R 29807 29807 28400 0 -1 0 83985 0 0 0 170649 71 0 0 25 0 1 0 30669860 348348416 82754 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/29825/statm: 85046 82754 51 112 0 84930 0
Current children cumulated CPU time (s) 1715.69
Current children cumulated vsize (KiB) 357292

[startup+1784.78 s]
/proc/loadavg: 2.36 2.10 2.11 4/95 30086
/proc/meminfo: memFree=885536/2055920 swapFree=4192812/4192956
[pid=29807] ppid=29805 vsize=17108 CPUtime=8.49
/proc/29807/stat : 29807 (sugar) S 29805 29807 28400 0 -1 4194304 2121 17102 0 2 8 1 780 60 16 0 1 0 30668959 17518592 1633 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29807/statm: 4277 1633 373 3 0 1377 0
[pid=29825] ppid=29807 vsize=340184 CPUtime=1766.66
/proc/29825/stat : 29825 (minisat) R 29807 29807 28400 0 -1 0 83989 0 0 0 176595 71 0 0 25 0 1 0 30669860 348348416 82758 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528795 0 0 4096 3 0 0 0 17 1 0 0
/proc/29825/statm: 85046 82758 51 112 0 84930 0
Current children cumulated CPU time (s) 1775.15
Current children cumulated vsize (KiB) 357292



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1809.85 s]
/proc/loadavg: 2.50 2.16 2.12 4/95 30086
/proc/meminfo: memFree=874976/2055920 swapFree=4192812/4192956
[pid=29807] ppid=29805 vsize=17108 CPUtime=8.49
/proc/29807/stat : 29807 (sugar) S 29805 29807 28400 0 -1 4194304 2121 17102 0 2 8 1 780 60 16 0 1 0 30668959 17518592 1633 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29807/statm: 4277 1633 373 3 0 1377 0
[pid=29825] ppid=29807 vsize=340184 CPUtime=1791.52
/proc/29825/stat : 29825 (minisat) R 29807 29807 28400 0 -1 0 83990 0 0 0 179080 72 0 0 25 0 1 0 30669860 348348416 82759 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/29825/statm: 85046 82759 51 112 0 84930 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 357292

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

Child status: 1

!!! problem with CPU time !!!
wait4(...,&childrusage) returns 29807 and gives childrusage.ru_utime.tv_sec=7 childrusage.ru_utime.tv_usec=899799 childrusage.ru_stime.tv_sec=0 childrusage.ru_stime.tv_usec=690894
CPU time returned by wait4() is 8.59069
while last known CPU time is 1800.08

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

Real time (s): 1810.94
CPU time (s): 1800.08
CPU user time (s): 1798.68
CPU system time (s): 1.4
CPU usage (%): 99.4004
Max. virtual memory (cumulated for all children) (KiB): 821124

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

runsolver used 2.00169 s user time and 6.03708 s system time

The end

Launcher Data (download as text)

Begin job on node9 on Mon Jan 29 21:45:43 UTC 2007


IDJOB= 235109
IDBENCH= 6738
IDSOLVER= 86
FILE ID= node9/235109-1170107143

PBS_JOBID= 3689532

Free space on /tmp= 66434 MiB

SOLVER NAME= sugar 0.40
BENCH NAME= HOME/pub/bench/CPAI06/taillard/js-taillard-20-15/js-taillard-20-15-100-1.xml
COMMAND LINE= /tmp/evaluation/235109-1170107143/solver /tmp/evaluation/235109-1170107143 /tmp/evaluation/235109-1170107143/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node9/watcher-235109-1170107143 -o ROOT/results/node9/solver-235109-1170107143 -C 1800 -M 900  /tmp/evaluation/235109-1170107143/solver /tmp/evaluation/235109-1170107143 /tmp/evaluation/235109-1170107143/unknown.xml

META MD5SUM SOLVER= 0a27e717dfe98d83d9802fe0eea45073
MD5SUM BENCH=  b5c283c3c56cf3c97be2782ab347c89c

RANDOM SEED= 445677008

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.263
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.263
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:        779880 kB
Buffers:         20832 kB
Cached:         184392 kB
SwapCached:          0 kB
Active:        1193616 kB
Inactive:        34676 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        779880 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1212 kB
Writeback:           0 kB
Mapped:        1048824 kB
Slab:            30640 kB
Committed_AS:  1685536 kB
PageTables:       4072 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= 66548 MiB



End job on node9 on Mon Jan 29 22:15:54 UTC 2007