Trace number 1055199

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
galac ESAT 511.733 516.59

General information on the benchmark

Namecsp/jobShop-e0ddr1/
normalized-e0ddr1-10-by-5-3.xml
MD5SUM9ab9db2cba1411eea95b85065a46ec31
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.047992
Satisfiable
(Un)Satisfiability was proved
Number of variables50
Number of constraints265
Maximum constraint arity2
Maximum domain size114
Number of constraints which are defined in extension0
Number of constraints which are defined in intension265
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.03	c --- Preproc Stats ---
6.20/6.37	c start processing
6.20/6.38	c start relation processing
6.69/6.87	c start cnf exporting
23.92/24.28	c parsing time : 6.248
23.92/24.29	c preprocessing time : 24.162
23.92/24.29	
23.92/24.29	c Nary constraints - conflicts : 0 supports : 0
23.92/24.29	c Binary constraints - conflicts : 265 supports :0
23.92/24.29	c max arity constraint : 2
23.92/24.29	c Max Tuples generated 12996
23.92/24.29	c relations : 265
23.92/24.29	c relations BDD: 0
23.92/24.29	c sampling 225/265
23.92/24.29	c vars : 5421 - clauses :  855318
23.92/24.29	
24.02/24.31	 
24.02/24.31	c --- SAT Solver Stats ---
24.02/24.31	 
24.02/24.31	c eSAT 0.1 : minisat core with additionnal features
24.02/24.31	c ============================[ Problem Statistics ]=============================
24.02/24.31	c |                                                                             |
24.02/24.32	c |  Number of variables:  5420                                                 |
24.02/24.32	c |  Number of clauses:    855318                                               |
24.04/24.83	c |  Parsing time:         0.43         s                                       |
511.04/515.91	c restarts              : 949
511.04/515.91	c conflicts             : 123395         (253 /sec)
511.04/515.91	c decisions             : 815866         (4.01 % random) (1676 /sec)
511.04/515.91	c euip                  : 38882       
511.04/515.91	c propagations          : 10251479       (21057 /sec)
511.04/515.91	c conflict literals     : 15959351       (8.46 % deleted)
511.04/515.91	c Memory used           : 70.95 MB
511.04/515.91	c CPU time              : 486.855 s
511.04/515.91	c 
511.04/515.91	s SATISFIABLE
511.08/516.58	v 74 87 98 129 145 11 54 115 128 134 2 6 128 139 146 52 59 76 119 132 30 36 53 68 128 0 8 11 100 139 65 72 88 100 116 0 9 25 120 137 28 45 63 84 87 14 19 38 54 99

Verifier Data (download as text)

OK

Watcher Data (download as text)

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

command line: /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1055199-1215059300/watcher-1055199-1215059300 -o /tmp/evaluation-result-1055199-1215059300/solver-1055199-1215059300 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/galacE.sh HOME/instance-1055199-1215059300.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2200 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
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.19 2.05 2.01 4/73 31836
/proc/meminfo: memFree=1471936/2055920 swapFree=4181476/4192956
[pid=31836] ppid=31834 vsize=8560 CPUtime=0
/proc/31836/stat : 31836 (galacE.sh) R 31834 31836 27547 0 -1 4194304 308 0 0 0 0 0 0 0 23 0 1 0 1984899552 8765440 254 996147200 4194304 4520092 548682068832 18446744073709551615 271638579087 0 0 4096 8192 0 0 0 17 1 0 0
/proc/31836/statm: 2140 254 197 79 0 133 0

[startup+0.0972521 s]
/proc/loadavg: 2.19 2.05 2.01 4/73 31836
/proc/meminfo: memFree=1471936/2055920 swapFree=4181476/4192956
[pid=31836] ppid=31834 vsize=47564 CPUtime=0.01
/proc/31836/stat : 31836 (galacE.sh) S 31834 31836 27547 0 -1 4194304 767 1698 0 0 0 0 0 1 18 0 1 0 1984899552 48705536 366 996147200 4194304 4520092 548682068832 18446744073709551615 271637998426 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/31836/statm: 11891 366 247 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47564

[startup+0.102234 s]
/proc/loadavg: 2.19 2.05 2.01 4/73 31836
/proc/meminfo: memFree=1471936/2055920 swapFree=4181476/4192956
[pid=31836] ppid=31834 vsize=47564 CPUtime=0.01
/proc/31836/stat : 31836 (galacE.sh) S 31834 31836 27547 0 -1 4194304 767 1698 0 0 0 0 0 1 18 0 1 0 1984899552 48705536 366 996147200 4194304 4520092 548682068832 18446744073709551615 271637998426 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/31836/statm: 11891 366 247 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47564

[startup+0.30128 s]
/proc/loadavg: 2.19 2.05 2.01 4/73 31836
/proc/meminfo: memFree=1471936/2055920 swapFree=4181476/4192956
[pid=31836] ppid=31834 vsize=47564 CPUtime=0.01
/proc/31836/stat : 31836 (galacE.sh) S 31834 31836 27547 0 -1 4194304 767 1698 0 0 0 0 0 1 18 0 1 0 1984899552 48705536 366 996147200 4194304 4520092 548682068832 18446744073709551615 271637998426 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/31836/statm: 11891 366 247 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47564

[startup+0.701349 s]
/proc/loadavg: 2.19 2.05 2.01 4/73 31836
/proc/meminfo: memFree=1471936/2055920 swapFree=4181476/4192956
[pid=31836] ppid=31834 vsize=47564 CPUtime=0.01
/proc/31836/stat : 31836 (galacE.sh) S 31834 31836 27547 0 -1 4194304 767 1698 0 0 0 0 0 1 18 0 1 0 1984899552 48705536 366 996147200 4194304 4520092 548682068832 18446744073709551615 271637998426 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/31836/statm: 11891 366 247 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47564

[startup+1.50149 s]
/proc/loadavg: 2.25 2.06 2.02 3/83 31858
/proc/meminfo: memFree=1428528/2055920 swapFree=4181476/4192956
[pid=31836] ppid=31834 vsize=47564 CPUtime=0.01
/proc/31836/stat : 31836 (galacE.sh) S 31834 31836 27547 0 -1 4194304 767 1698 0 0 0 0 0 1 18 0 1 0 1984899552 48705536 366 996147200 4194304 4520092 548682068832 18446744073709551615 271637998426 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/31836/statm: 11891 366 247 79 0 219 0
[pid=31850] ppid=31836 vsize=812604 CPUtime=1.44
/proc/31850/stat : 31850 (java) S 31836 31836 27547 0 -1 0 15306 0 1 0 136 8 0 0 18 0 9 0 1984899556 832106496 14523 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31850/statm: 203151 14523 2588 9 0 197184 0
[pid=31850/tid=31851] ppid=31836 vsize=812604 CPUtime=0.89
/proc/31850/task/31851/stat : 31851 (java) R 31836 31836 27547 0 -1 64 7523 0 1 0 84 5 0 0 23 0 9 0 1984899557 832106496 14523 996147200 134512640 134550740 4294955616 18446744073709551615 4126730494 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31850/tid=31852] ppid=31836 vsize=812604 CPUtime=0.37
/proc/31850/task/31852/stat : 31852 (java) S 31836 31836 27547 0 -1 64 6303 0 0 0 35 2 0 0 16 0 9 0 1984899558 832106496 14523 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31850/tid=31853] ppid=31836 vsize=812604 CPUtime=0
/proc/31850/task/31853/stat : 31853 (java) S 31836 31836 27547 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1984899558 832106496 14523 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31850/tid=31854] ppid=31836 vsize=812604 CPUtime=0
/proc/31850/task/31854/stat : 31854 (java) S 31836 31836 27547 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1984899558 832106496 14523 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31850/tid=31855] ppid=31836 vsize=812604 CPUtime=0
/proc/31850/task/31855/stat : 31855 (java) S 31836 31836 27547 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1984899560 832106496 14523 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31850/tid=31856] ppid=31836 vsize=812604 CPUtime=0.15
/proc/31850/task/31856/stat : 31856 (java) S 31836 31836 27547 0 -1 64 779 0 0 0 15 0 0 0 16 0 9 0 1984899560 832106496 14523 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31850/tid=31857] ppid=31836 vsize=812604 CPUtime=0
/proc/31850/task/31857/stat : 31857 (java) S 31836 31836 27547 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1984899560 832106496 14523 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31850/tid=31858] ppid=31836 vsize=812604 CPUtime=0
/proc/31850/task/31858/stat : 31858 (java) S 31836 31836 27547 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1984899560 832106496 14523 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 860168

[startup+3.10279 s]
/proc/loadavg: 2.25 2.06 2.02 4/83 31858
/proc/meminfo: memFree=1418608/2055920 swapFree=4181476/4192956
[pid=31836] ppid=31834 vsize=47564 CPUtime=0.01
/proc/31836/stat : 31836 (galacE.sh) S 31834 31836 27547 0 -1 4194304 767 1698 0 0 0 0 0 1 18 0 1 0 1984899552 48705536 366 996147200 4194304 4520092 548682068832 18446744073709551615 271637998426 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/31836/statm: 11891 366 247 79 0 219 0
[pid=31850] ppid=31836 vsize=812604 CPUtime=3.02
/proc/31850/stat : 31850 (java) S 31836 31836 27547 0 -1 0 18338 0 1 0 292 10 0 0 18 0 9 0 1984899556 832106496 17543 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31850/statm: 203151 17543 2588 9 0 197184 0
[pid=31850/tid=31851] ppid=31836 vsize=812604 CPUtime=1.38
/proc/31850/task/31851/stat : 31851 (java) R 31836 31836 27547 0 -1 64 7536 0 1 0 133 5 0 0 25 0 9 0 1984899557 832106496 17543 996147200 134512640 134550740 4294955616 18446744073709551615 4126705758 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31850/tid=31852] ppid=31836 vsize=812604 CPUtime=1.43
/proc/31850/task/31852/stat : 31852 (java) S 31836 31836 27547 0 -1 64 9301 0 0 0 139 4 0 0 18 0 9 0 1984899558 832106496 17543 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31850/tid=31853] ppid=31836 vsize=812604 CPUtime=0
/proc/31850/task/31853/stat : 31853 (java) S 31836 31836 27547 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1984899558 832106496 17543 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31850/tid=31854] ppid=31836 vsize=812604 CPUtime=0
/proc/31850/task/31854/stat : 31854 (java) S 31836 31836 27547 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1984899558 832106496 17543 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31850/tid=31855] ppid=31836 vsize=812604 CPUtime=0
/proc/31850/task/31855/stat : 31855 (java) S 31836 31836 27547 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1984899560 832106496 17543 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31850/tid=31856] ppid=31836 vsize=812604 CPUtime=0.19
/proc/31850/task/31856/stat : 31856 (java) S 31836 31836 27547 0 -1 64 800 0 0 0 19 0 0 0 15 0 9 0 1984899560 832106496 17543 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31850/tid=31857] ppid=31836 vsize=812604 CPUtime=0
/proc/31850/task/31857/stat : 31857 (java) S 31836 31836 27547 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1984899560 832106496 17543 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31850/tid=31858] ppid=31836 vsize=812604 CPUtime=0
/proc/31850/task/31858/stat : 31858 (java) S 31836 31836 27547 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1984899560 832106496 17543 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.03
Current children cumulated vsize (KiB) 860168

[startup+6.30138 s]
/proc/loadavg: 2.25 2.06 2.02 3/83 31858
/proc/meminfo: memFree=1401392/2055920 swapFree=4181476/4192956
[pid=31836] ppid=31834 vsize=47564 CPUtime=0.01
/proc/31836/stat : 31836 (galacE.sh) S 31834 31836 27547 0 -1 4194304 767 1698 0 0 0 0 0 1 18 0 1 0 1984899552 48705536 366 996147200 4194304 4520092 548682068832 18446744073709551615 271637998426 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/31836/statm: 11891 366 247 79 0 219 0
[pid=31850] ppid=31836 vsize=812620 CPUtime=6.19
/proc/31850/stat : 31850 (java) S 31836 31836 27547 0 -1 0 21568 0 1 0 607 12 0 0 18 0 9 0 1984899556 832122880 20520 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31850/statm: 203155 20520 2590 9 0 197188 0
[pid=31850/tid=31851] ppid=31836 vsize=812620 CPUtime=1.78
/proc/31850/task/31851/stat : 31851 (java) S 31836 31836 27547 0 -1 64 7556 0 1 0 173 5 0 0 16 0 9 0 1984899557 832122880 20520 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31850/tid=31852] ppid=31836 vsize=812620 CPUtime=4.17
/proc/31850/task/31852/stat : 31852 (java) R 31836 31836 27547 0 -1 64 12496 0 0 0 412 5 0 0 25 0 9 0 1984899558 832122880 20520 996147200 134512640 134550740 4294955616 18446744073709551615 104180101 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31850/tid=31853] ppid=31836 vsize=812620 CPUtime=0
/proc/31850/task/31853/stat : 31853 (java) S 31836 31836 27547 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1984899558 832122880 20520 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31850/tid=31854] ppid=31836 vsize=812620 CPUtime=0
/proc/31850/task/31854/stat : 31854 (java) S 31836 31836 27547 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1984899558 832122880 20520 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31850/tid=31855] ppid=31836 vsize=812620 CPUtime=0
/proc/31850/task/31855/stat : 31855 (java) S 31836 31836 27547 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1984899560 832122880 20520 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31850/tid=31856] ppid=31836 vsize=812620 CPUtime=0.21
/proc/31850/task/31856/stat : 31856 (java) S 31836 31836 27547 0 -1 64 815 0 0 0 21 0 0 0 15 0 9 0 1984899560 832122880 20520 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31850/tid=31857] ppid=31836 vsize=812620 CPUtime=0
/proc/31850/task/31857/stat : 31857 (java) S 31836 31836 27547 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1984899560 832122880 20520 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31850/tid=31858] ppid=31836 vsize=812620 CPUtime=0
/proc/31850/task/31858/stat : 31858 (java) S 31836 31836 27547 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1984899560 832122880 20520 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.2
Current children cumulated vsize (KiB) 860184

[startup+12.7025 s]
/proc/loadavg: 2.21 2.06 2.02 3/83 31858
/proc/meminfo: memFree=1364976/2055920 swapFree=4181476/4192956
[pid=31836] ppid=31834 vsize=47564 CPUtime=0.01
/proc/31836/stat : 31836 (galacE.sh) S 31834 31836 27547 0 -1 4194304 767 1698 0 0 0 0 0 1 18 0 1 0 1984899552 48705536 366 996147200 4194304 4520092 548682068832 18446744073709551615 271637998426 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/31836/statm: 11891 366 247 79 0 219 0
[pid=31850] ppid=31836 vsize=812620 CPUtime=12.53
/proc/31850/stat : 31850 (java) S 31836 31836 27547 0 -1 0 28995 0 1 0 1233 20 0 0 18 0 9 0 1984899556 832122880 27933 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31850/statm: 203155 27933 2595 9 0 197188 0
[pid=31850/tid=31851] ppid=31836 vsize=812620 CPUtime=7.95
/proc/31850/task/31851/stat : 31851 (java) R 31836 31836 27547 0 -1 64 14660 0 1 0 782 13 0 0 25 0 9 0 1984899557 832122880 27933 996147200 134512640 134550740 4294955616 18446744073709551615 102063970 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31850/tid=31852] ppid=31836 vsize=812620 CPUtime=4.27
/proc/31850/task/31852/stat : 31852 (java) S 31836 31836 27547 0 -1 64 12784 0 0 0 422 5 0 0 16 0 9 0 1984899558 832122880 27933 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31850/tid=31853] ppid=31836 vsize=812620 CPUtime=0
/proc/31850/task/31853/stat : 31853 (java) S 31836 31836 27547 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1984899558 832122880 27933 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31850/tid=31854] ppid=31836 vsize=812620 CPUtime=0
/proc/31850/task/31854/stat : 31854 (java) S 31836 31836 27547 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1984899558 832122880 27933 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31850/tid=31855] ppid=31836 vsize=812620 CPUtime=0
/proc/31850/task/31855/stat : 31855 (java) S 31836 31836 27547 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1984899560 832122880 27933 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31850/tid=31856] ppid=31836 vsize=812620 CPUtime=0.28
/proc/31850/task/31856/stat : 31856 (java) S 31836 31836 27547 0 -1 64 850 0 0 0 28 0 0 0 15 0 9 0 1984899560 832122880 27933 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31850/tid=31857] ppid=31836 vsize=812620 CPUtime=0
/proc/31850/task/31857/stat : 31857 (java) S 31836 31836 27547 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1984899560 832122880 27933 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31850/tid=31858] ppid=31836 vsize=812620 CPUtime=0
/proc/31850/task/31858/stat : 31858 (java) S 31836 31836 27547 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1984899560 832122880 27933 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.54
Current children cumulated vsize (KiB) 860184

[startup+25.5029 s]
/proc/loadavg: 2.18 2.06 2.02 3/75 31859
/proc/meminfo: memFree=1414256/2055920 swapFree=4181476/4192956
[pid=31836] ppid=31834 vsize=47564 CPUtime=24.04
/proc/31836/stat : 31836 (galacE.sh) S 31834 31836 27547 0 -1 4194304 801 30805 0 1 0 0 2375 29 17 0 1 0 1984899552 48705536 366 996147200 4194304 4520092 548682068832 18446744073709551615 271637998426 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/31836/statm: 11891 366 247 79 0 219 0
[pid=31859] ppid=31836 vsize=47476 CPUtime=1.16
/proc/31859/stat : 31859 (eSAT_static) R 31836 31836 27547 0 -1 4194304 11369 0 0 0 108 8 0 0 25 0 1 0 1984901984 48615424 11351 996147200 134512640 135177480 4294955984 18446744073709551615 134537729 0 0 4096 3 0 0 0 17 1 0 0
/proc/31859/statm: 11869 11351 75 162 0 11704 0
Current children cumulated CPU time (s) 25.2
Current children cumulated vsize (KiB) 95040

[startup+51.1016 s]
/proc/loadavg: 2.12 2.05 2.02 3/75 31859
/proc/meminfo: memFree=1402160/2055920 swapFree=4181476/4192956
[pid=31836] ppid=31834 vsize=47564 CPUtime=24.04
/proc/31836/stat : 31836 (galacE.sh) S 31834 31836 27547 0 -1 4194304 801 30805 0 1 0 0 2375 29 17 0 1 0 1984899552 48705536 366 996147200 4194304 4520092 548682068832 18446744073709551615 271637998426 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/31836/statm: 11891 366 247 79 0 219 0
[pid=31859] ppid=31836 vsize=61180 CPUtime=26.52
/proc/31859/stat : 31859 (eSAT_static) R 31836 31836 27547 0 -1 4194304 14459 0 0 0 2642 10 0 0 25 0 1 0 1984901984 62648320 14441 996147200 134512640 135177480 4294955984 18446744073709551615 134537443 0 0 4096 3 0 0 0 17 1 0 0
/proc/31859/statm: 15295 14441 75 162 0 15130 0
Current children cumulated CPU time (s) 50.56
Current children cumulated vsize (KiB) 108744

[startup+102.306 s]
/proc/loadavg: 2.05 2.04 2.01 3/75 31859
/proc/meminfo: memFree=1391344/2055920 swapFree=4181476/4192956
[pid=31836] ppid=31834 vsize=47564 CPUtime=24.04
/proc/31836/stat : 31836 (galacE.sh) S 31834 31836 27547 0 -1 4194304 801 30805 0 1 0 0 2375 29 17 0 1 0 1984899552 48705536 366 996147200 4194304 4520092 548682068832 18446744073709551615 271637998426 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/31836/statm: 11891 366 247 79 0 219 0
[pid=31859] ppid=31836 vsize=72664 CPUtime=77.25
/proc/31859/stat : 31859 (eSAT_static) R 31836 31836 27547 0 -1 4194304 17132 0 0 0 7713 12 0 0 25 0 1 0 1984901984 74407936 17114 996147200 134512640 135177480 4294955984 18446744073709551615 134537816 0 0 4096 3 0 0 0 17 1 0 0
/proc/31859/statm: 18166 17114 75 162 0 18001 0
Current children cumulated CPU time (s) 101.29
Current children cumulated vsize (KiB) 120228

[startup+162.303 s]
/proc/loadavg: 2.02 2.03 2.00 3/75 31859
/proc/meminfo: memFree=1382704/2055920 swapFree=4181476/4192956
[pid=31836] ppid=31834 vsize=47564 CPUtime=24.04
/proc/31836/stat : 31836 (galacE.sh) S 31834 31836 27547 0 -1 4194304 801 30805 0 1 0 0 2375 29 17 0 1 0 1984899552 48705536 366 996147200 4194304 4520092 548682068832 18446744073709551615 271637998426 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/31836/statm: 11891 366 247 79 0 219 0
[pid=31859] ppid=31836 vsize=84864 CPUtime=136.71
/proc/31859/stat : 31859 (eSAT_static) R 31836 31836 27547 0 -1 4194304 19958 0 0 0 13658 13 0 0 25 0 1 0 1984901984 86900736 19940 996147200 134512640 135177480 4294955984 18446744073709551615 134537311 0 0 4096 3 0 0 0 17 1 0 0
/proc/31859/statm: 21216 19940 75 162 0 21051 0
Current children cumulated CPU time (s) 160.75
Current children cumulated vsize (KiB) 132428

[startup+222.302 s]
/proc/loadavg: 2.00 2.02 2.00 3/75 31859
/proc/meminfo: memFree=1376304/2055920 swapFree=4181476/4192956
[pid=31836] ppid=31834 vsize=47564 CPUtime=24.04
/proc/31836/stat : 31836 (galacE.sh) S 31834 31836 27547 0 -1 4194304 801 30805 0 1 0 0 2375 29 17 0 1 0 1984899552 48705536 366 996147200 4194304 4520092 548682068832 18446744073709551615 271637998426 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/31836/statm: 11891 366 247 79 0 219 0
[pid=31859] ppid=31836 vsize=86052 CPUtime=196.14
/proc/31859/stat : 31859 (eSAT_static) R 31836 31836 27547 0 -1 4194304 20781 0 0 0 19601 13 0 0 25 0 1 0 1984901984 88117248 20763 996147200 134512640 135177480 4294955984 18446744073709551615 134537443 0 0 4096 3 0 0 0 17 1 0 0
/proc/31859/statm: 21513 20763 75 162 0 21348 0
Current children cumulated CPU time (s) 220.18
Current children cumulated vsize (KiB) 133616

[startup+282.302 s]
/proc/loadavg: 2.00 2.02 2.00 3/75 31859
/proc/meminfo: memFree=1369712/2055920 swapFree=4181476/4192956
[pid=31836] ppid=31834 vsize=47564 CPUtime=24.04
/proc/31836/stat : 31836 (galacE.sh) S 31834 31836 27547 0 -1 4194304 801 30805 0 1 0 0 2375 29 17 0 1 0 1984899552 48705536 366 996147200 4194304 4520092 548682068832 18446744073709551615 271637998426 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/31836/statm: 11891 366 247 79 0 219 0
[pid=31859] ppid=31836 vsize=98556 CPUtime=255.59
/proc/31859/stat : 31859 (eSAT_static) R 31836 31836 27547 0 -1 4194304 22295 0 0 0 25545 14 0 0 25 0 1 0 1984901984 100921344 22277 996147200 134512640 135177480 4294955984 18446744073709551615 134537440 0 0 4096 3 0 0 0 17 1 0 0
/proc/31859/statm: 24639 22277 75 162 0 24474 0
Current children cumulated CPU time (s) 279.63
Current children cumulated vsize (KiB) 146120

[startup+342.302 s]
/proc/loadavg: 2.00 2.01 2.00 3/75 31859
/proc/meminfo: memFree=1364208/2055920 swapFree=4181476/4192956
[pid=31836] ppid=31834 vsize=47564 CPUtime=24.04
/proc/31836/stat : 31836 (galacE.sh) S 31834 31836 27547 0 -1 4194304 801 30805 0 1 0 0 2375 29 17 0 1 0 1984899552 48705536 366 996147200 4194304 4520092 548682068832 18446744073709551615 271637998426 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/31836/statm: 11891 366 247 79 0 219 0
[pid=31859] ppid=31836 vsize=100684 CPUtime=315.02
/proc/31859/stat : 31859 (eSAT_static) R 31836 31836 27547 0 -1 4194304 23626 0 0 0 31488 14 0 0 25 0 1 0 1984901984 103100416 23608 996147200 134512640 135177480 4294955984 18446744073709551615 134537729 0 0 4096 3 0 0 0 17 1 0 0
/proc/31859/statm: 25171 23608 75 162 0 25006 0
Current children cumulated CPU time (s) 339.06
Current children cumulated vsize (KiB) 148248

[startup+402.302 s]
/proc/loadavg: 2.04 2.02 2.00 3/75 31859
/proc/meminfo: memFree=1360240/2055920 swapFree=4181476/4192956
[pid=31836] ppid=31834 vsize=47564 CPUtime=24.04
/proc/31836/stat : 31836 (galacE.sh) S 31834 31836 27547 0 -1 4194304 801 30805 0 1 0 0 2375 29 17 0 1 0 1984899552 48705536 366 996147200 4194304 4520092 548682068832 18446744073709551615 271637998426 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/31836/statm: 11891 366 247 79 0 219 0
[pid=31859] ppid=31836 vsize=101740 CPUtime=374.47
/proc/31859/stat : 31859 (eSAT_static) R 31836 31836 27547 0 -1 4194304 24592 0 0 0 37432 15 0 0 25 0 1 0 1984901984 104181760 24574 996147200 134512640 135177480 4294955984 18446744073709551615 134538010 0 0 4096 3 0 0 0 17 1 0 0
/proc/31859/statm: 25435 24574 75 162 0 25270 0
Current children cumulated CPU time (s) 398.51
Current children cumulated vsize (KiB) 149304

[startup+462.303 s]
/proc/loadavg: 2.05 2.03 2.00 3/75 31859
/proc/meminfo: memFree=1358128/2055920 swapFree=4181476/4192956
[pid=31836] ppid=31834 vsize=47564 CPUtime=24.04
/proc/31836/stat : 31836 (galacE.sh) S 31834 31836 27547 0 -1 4194304 801 30805 0 1 0 0 2375 29 17 0 1 0 1984899552 48705536 366 996147200 4194304 4520092 548682068832 18446744073709551615 271637998426 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/31836/statm: 11891 366 247 79 0 219 0
[pid=31859] ppid=31836 vsize=101872 CPUtime=433.91
/proc/31859/stat : 31859 (eSAT_static) R 31836 31836 27547 0 -1 4194304 25078 0 0 0 43376 15 0 0 25 0 1 0 1984901984 104316928 25060 996147200 134512640 135177480 4294955984 18446744073709551615 134538010 0 0 4096 3 0 0 0 17 1 0 0
/proc/31859/statm: 25468 25060 75 162 0 25303 0
Current children cumulated CPU time (s) 457.95
Current children cumulated vsize (KiB) 149436

Solver just ended. Dumping a history of the last processes samples

[startup+486.301 s]
/proc/loadavg: 2.03 2.03 2.00 3/75 31859
/proc/meminfo: memFree=1356848/2055920 swapFree=4181476/4192956
[pid=31836] ppid=31834 vsize=47564 CPUtime=24.04
/proc/31836/stat : 31836 (galacE.sh) S 31834 31836 27547 0 -1 4194304 801 30805 0 1 0 0 2375 29 17 0 1 0 1984899552 48705536 366 996147200 4194304 4520092 548682068832 18446744073709551615 271637998426 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/31836/statm: 11891 366 247 79 0 219 0
[pid=31859] ppid=31836 vsize=117712 CPUtime=457.67
/proc/31859/stat : 31859 (eSAT_static) R 31836 31836 27547 0 -1 4194304 25366 0 0 0 45752 15 0 0 25 0 1 0 1984901984 120537088 25348 996147200 134512640 135177480 4294955984 18446744073709551615 134537723 0 0 4096 3 0 0 0 17 1 0 0
/proc/31859/statm: 29428 25348 75 162 0 29263 0
Current children cumulated CPU time (s) 481.71
Current children cumulated vsize (KiB) 165276

[startup+499.102 s]
/proc/loadavg: 2.03 2.03 2.00 3/75 31859
/proc/meminfo: memFree=1388208/2055920 swapFree=4181476/4192956
[pid=31836] ppid=31834 vsize=47564 CPUtime=24.04
/proc/31836/stat : 31836 (galacE.sh) S 31834 31836 27547 0 -1 4194304 801 30805 0 1 0 0 2375 29 17 0 1 0 1984899552 48705536 366 996147200 4194304 4520092 548682068832 18446744073709551615 271637998426 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/31836/statm: 11891 366 247 79 0 219 0
[pid=31859] ppid=31836 vsize=70968 CPUtime=470.36
/proc/31859/stat : 31859 (eSAT_static) R 31836 31836 27547 0 -1 4194304 25378 0 0 0 47020 16 0 0 25 0 1 0 1984901984 72671232 17464 996147200 134512640 135177480 4294955984 18446744073709551615 134564700 0 0 4096 3 0 0 0 17 1 0 0
/proc/31859/statm: 17742 17464 80 162 0 17577 0
Current children cumulated CPU time (s) 494.4
Current children cumulated vsize (KiB) 118532

[startup+505.502 s]
/proc/loadavg: 2.02 2.03 2.00 3/75 31859
/proc/meminfo: memFree=1388208/2055920 swapFree=4181476/4192956
[pid=31836] ppid=31834 vsize=47564 CPUtime=24.04
/proc/31836/stat : 31836 (galacE.sh) S 31834 31836 27547 0 -1 4194304 801 30805 0 1 0 0 2375 29 17 0 1 0 1984899552 48705536 366 996147200 4194304 4520092 548682068832 18446744073709551615 271637998426 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/31836/statm: 11891 366 247 79 0 219 0
[pid=31859] ppid=31836 vsize=70968 CPUtime=476.7
/proc/31859/stat : 31859 (eSAT_static) R 31836 31836 27547 0 -1 4194304 25378 0 0 0 47654 16 0 0 25 0 1 0 1984901984 72671232 17464 996147200 134512640 135177480 4294955984 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/31859/statm: 17742 17464 80 162 0 17577 0
Current children cumulated CPU time (s) 500.74
Current children cumulated vsize (KiB) 118532

[startup+511.903 s]
/proc/loadavg: 2.02 2.02 2.00 3/75 31859
/proc/meminfo: memFree=1388208/2055920 swapFree=4181476/4192956
[pid=31836] ppid=31834 vsize=47564 CPUtime=24.04
/proc/31836/stat : 31836 (galacE.sh) S 31834 31836 27547 0 -1 4194304 801 30805 0 1 0 0 2375 29 17 0 1 0 1984899552 48705536 366 996147200 4194304 4520092 548682068832 18446744073709551615 271637998426 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/31836/statm: 11891 366 247 79 0 219 0
[pid=31859] ppid=31836 vsize=70968 CPUtime=483.04
/proc/31859/stat : 31859 (eSAT_static) R 31836 31836 27547 0 -1 4194304 25385 0 0 0 48288 16 0 0 25 0 1 0 1984901984 72671232 17471 996147200 134512640 135177480 4294955984 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/31859/statm: 17742 17471 80 162 0 17577 0
Current children cumulated CPU time (s) 507.08
Current children cumulated vsize (KiB) 118532

[startup+515.102 s]
/proc/loadavg: 2.02 2.02 2.00 3/75 31859
/proc/meminfo: memFree=1386800/2055920 swapFree=4181476/4192956
[pid=31836] ppid=31834 vsize=47564 CPUtime=24.04
/proc/31836/stat : 31836 (galacE.sh) S 31834 31836 27547 0 -1 4194304 801 30805 0 1 0 0 2375 29 17 0 1 0 1984899552 48705536 366 996147200 4194304 4520092 548682068832 18446744073709551615 271637998426 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/31836/statm: 11891 366 247 79 0 219 0
[pid=31859] ppid=31836 vsize=72648 CPUtime=486.21
/proc/31859/stat : 31859 (eSAT_static) R 31836 31836 27547 0 -1 4194304 25796 0 0 0 48605 16 0 0 25 0 1 0 1984901984 74391552 17882 996147200 134512640 135177480 4294955984 18446744073709551615 134565419 0 0 4096 3 0 0 0 17 1 0 0
/proc/31859/statm: 18162 17882 80 162 0 17997 0
Current children cumulated CPU time (s) 510.25
Current children cumulated vsize (KiB) 120212

[startup+515.907 s]
/proc/loadavg: 2.10 2.04 2.01 3/75 31859
/proc/meminfo: memFree=1386800/2055920 swapFree=4181476/4192956
[pid=31836] ppid=31834 vsize=47564 CPUtime=24.04
/proc/31836/stat : 31836 (galacE.sh) S 31834 31836 27547 0 -1 4194304 801 30805 0 1 0 0 2375 29 17 0 1 0 1984899552 48705536 366 996147200 4194304 4520092 548682068832 18446744073709551615 271637998426 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/31836/statm: 11891 366 247 79 0 219 0
[pid=31859] ppid=31836 vsize=72648 CPUtime=487
/proc/31859/stat : 31859 (eSAT_static) R 31836 31836 27547 0 -1 4194304 25796 0 0 0 48684 16 0 0 25 0 1 0 1984901984 74391552 17882 996147200 134512640 135177480 4294955984 18446744073709551615 134564641 0 0 4096 3 0 0 0 17 1 0 0
/proc/31859/statm: 18162 17882 80 162 0 17997 0
Current children cumulated CPU time (s) 511.04
Current children cumulated vsize (KiB) 120212

[startup+516.302 s]
/proc/loadavg: 2.10 2.04 2.01 3/75 31859
/proc/meminfo: memFree=1386800/2055920 swapFree=4181476/4192956
[pid=31836] ppid=31834 vsize=47564 CPUtime=511.08
/proc/31836/stat : 31836 (galacE.sh) S 31834 31836 27547 0 -1 4194304 837 56614 0 1 0 1 51061 46 16 0 1 0 1984899552 48705536 367 996147200 4194304 4520092 548682068832 18446744073709551615 271638560850 0 0 4096 73728 18446744071563648864 0 0 17 1 0 0
/proc/31836/statm: 11891 367 247 79 0 219 0
Current children cumulated CPU time (s) 511.08
Current children cumulated vsize (KiB) 47564

[startup+516.502 s]
/proc/loadavg: 2.10 2.04 2.01 3/75 31859
/proc/meminfo: memFree=1386800/2055920 swapFree=4181476/4192956
[pid=31836] ppid=31834 vsize=47564 CPUtime=511.08
/proc/31836/stat : 31836 (galacE.sh) S 31834 31836 27547 0 -1 4194304 837 56614 0 1 0 1 51061 46 16 0 1 0 1984899552 48705536 367 996147200 4194304 4520092 548682068832 18446744073709551615 271638560850 0 0 4096 73728 18446744071563648864 0 0 17 1 0 0
/proc/31836/statm: 11891 367 247 79 0 219 0
Current children cumulated CPU time (s) 511.08
Current children cumulated vsize (KiB) 47564

Child status: 0
Real time (s): 516.59
CPU time (s): 511.733
CPU user time (s): 511.188
CPU system time (s): 0.544917
CPU usage (%): 99.0599
Max. virtual memory (cumulated for all children) (KiB): 860476

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

runsolver used 0.632903 second user time and 1.68274 second system time

The end

Launcher Data (download as text)

Begin job on node67 at 2008-07-03 06:28:20
IDJOB=1055199
IDBENCH=56808
IDSOLVER=351
FILE ID=node67/1055199-1215059300
PBS_JOBID= 7875041
Free space on /tmp= 66460 MiB

SOLVER NAME= galac E
BENCH NAME= CPAI08/csp/jobShop-e0ddr1/normalized-e0ddr1-10-by-5-3.xml
COMMAND LINE= HOME/galacE.sh BENCHNAME 
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1055199-1215059300/watcher-1055199-1215059300 -o /tmp/evaluation-result-1055199-1215059300/solver-1055199-1215059300 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/galacE.sh HOME/instance-1055199-1215059300.xml 

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 9ab9db2cba1411eea95b85065a46ec31
RANDOM SEED=943202881

node67.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/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:       1472416 kB
Buffers:         49808 kB
Cached:         295464 kB
SwapCached:       5336 kB
Active:         400020 kB
Inactive:       117440 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1472416 kB
SwapTotal:     4192956 kB
SwapFree:      4181476 kB
Dirty:            3336 kB
Writeback:           0 kB
Mapped:         178512 kB
Slab:            50788 kB
Committed_AS:  4148136 kB
PageTables:       2196 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= 66456 MiB
End job on node67 at 2008-07-03 06:36:57