Trace number 1091636

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 588.304 590.6

General information on the benchmark

Namecsp/jobShop-e0ddr2/
normalized-e0ddr2-10-by-5-1.xml
MD5SUM2f36b630b97cead3de9806edaf97a9bb
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.041993
Satisfiable
(Un)Satisfiability was proved
Number of variables50
Number of constraints265
Maximum constraint arity2
Maximum domain size128
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 ---
5.90/6.07	c start processing
5.90/6.07	c start relation processing
6.60/6.79	c start cnf exporting
29.39/29.70	c parsing time : 5.937
29.39/29.70	c preprocessing time : 29.575
29.39/29.70	
29.39/29.70	c Nary constraints - conflicts : 0 supports : 0
29.39/29.70	c Binary constraints - conflicts : 265 supports :0
29.39/29.70	c max arity constraint : 2
29.39/29.70	c Max Tuples generated 16384
29.39/29.70	c relations : 265
29.39/29.70	c relations BDD: 0
29.39/29.70	c sampling 237/265
29.39/29.70	c vars : 6066 - clauses :  1119672
29.39/29.70	
29.49/29.74	 
29.49/29.74	c --- SAT Solver Stats ---
29.49/29.74	 
29.49/29.74	c eSAT 0.1 : minisat core with additionnal features
29.49/29.74	c ============================[ Problem Statistics ]=============================
29.49/29.74	c |                                                                             |
29.49/29.74	c |  Number of variables:  6065                                                 |
29.49/29.74	c |  Number of clauses:    1119672                                              |
29.52/30.33	c |  Parsing time:         0.50         s                                       |
587.60/589.93	c restarts              : 994
587.60/589.93	c conflicts             : 106474         (191 /sec)
587.60/589.93	c decisions             : 1208370        (9.91 % random) (2166 /sec)
587.60/589.93	c euip                  : 34752       
587.60/589.93	c propagations          : 7634685        (13683 /sec)
587.60/589.93	c conflict literals     : 18747123       (3.41 % deleted)
587.60/589.93	c Memory used           : 85.88 MB
587.60/589.93	c CPU time              : 557.954 s
587.60/589.93	c 
587.60/589.93	s SATISFIABLE
587.66/590.58	v 101 108 117 132 140 3 10 29 44 77 62 80 101 117 130 0 7 12 21 33 34 46 70 89 120 18 70 132 144 153 39 46 56 69 96 1 13 20 29 47 7 22 46 57 63 29 76 86 102 110

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-1091636-1215275113/watcher-1091636-1215275113 -o /tmp/evaluation-result-1091636-1215275113/solver-1091636-1215275113 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/galacE.sh HOME/instance-1091636-1215275113.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: 1.96 2.00 2.00 4/81 425
/proc/meminfo: memFree=1743000/2055920 swapFree=4180124/4192956
[pid=425] ppid=423 vsize=8652 CPUtime=0
/proc/425/stat : 425 (galacE.sh) S 423 425 31941 0 -1 4194304 346 0 0 0 0 0 0 0 17 0 1 0 2006485867 8859648 280 996147200 4194304 4520092 548682068832 18446744073709551615 231961979738 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/425/statm: 2163 280 208 79 0 156 0
[pid=426] ppid=425 vsize=8688 CPUtime=0
/proc/426/stat : 426 (galacE.sh) S 425 425 31941 0 -1 4194368 36 0 0 0 0 0 0 0 17 0 1 0 2006485867 8896512 286 996147200 4194304 4520092 548682068832 18446744073709551615 231962542162 0 0 4096 73728 18446744071563648864 0 0 17 1 0 0
/proc/426/statm: 2172 286 209 79 0 165 0
[pid=427] ppid=426 vsize=8728 CPUtime=0
/proc/427/stat : 427 (galacE.sh) R 426 425 31941 0 -1 4194368 25 0 0 0 0 0 0 0 19 0 1 0 2006485867 8937472 290 996147200 4194304 4520092 548682068832 18446744073709551615 231962373415 0 0 3674112 73728 0 0 0 17 1 0 0
/proc/427/statm: 2182 290 209 79 0 175 0

[startup+0.0524599 s]
/proc/loadavg: 1.96 2.00 2.00 4/81 425
/proc/meminfo: memFree=1743000/2055920 swapFree=4180124/4192956
[pid=425] ppid=423 vsize=47556 CPUtime=0.01
/proc/425/stat : 425 (galacE.sh) S 423 425 31941 0 -1 4194304 765 1698 0 0 0 0 0 1 23 0 1 0 2006485867 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 231961979738 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/425/statm: 11889 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47556

[startup+0.102447 s]
/proc/loadavg: 1.96 2.00 2.00 4/81 425
/proc/meminfo: memFree=1743000/2055920 swapFree=4180124/4192956
[pid=425] ppid=423 vsize=47556 CPUtime=0.01
/proc/425/stat : 425 (galacE.sh) S 423 425 31941 0 -1 4194304 765 1698 0 0 0 0 0 1 23 0 1 0 2006485867 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 231961979738 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/425/statm: 11889 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47556

[startup+0.306014 s]
/proc/loadavg: 1.96 2.00 2.00 4/81 425
/proc/meminfo: memFree=1743000/2055920 swapFree=4180124/4192956
[pid=425] ppid=423 vsize=47556 CPUtime=0.01
/proc/425/stat : 425 (galacE.sh) S 423 425 31941 0 -1 4194304 765 1698 0 0 0 0 0 1 23 0 1 0 2006485867 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 231961979738 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/425/statm: 11889 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47556

[startup+0.701288 s]
/proc/loadavg: 1.96 2.00 2.00 4/81 425
/proc/meminfo: memFree=1743000/2055920 swapFree=4180124/4192956
[pid=425] ppid=423 vsize=47556 CPUtime=0.01
/proc/425/stat : 425 (galacE.sh) S 423 425 31941 0 -1 4194304 765 1698 0 0 0 0 0 1 23 0 1 0 2006485867 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 231961979738 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/425/statm: 11889 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47556

[startup+1.50208 s]
/proc/loadavg: 1.96 2.00 2.00 3/91 447
/proc/meminfo: memFree=1703240/2055920 swapFree=4180124/4192956
[pid=425] ppid=423 vsize=47556 CPUtime=0.01
/proc/425/stat : 425 (galacE.sh) S 423 425 31941 0 -1 4194304 765 1698 0 0 0 0 0 1 23 0 1 0 2006485867 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 231961979738 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/425/statm: 11889 364 245 79 0 219 0
[pid=439] ppid=425 vsize=812556 CPUtime=1.43
/proc/439/stat : 439 (java) S 425 425 31941 0 -1 0 22520 0 1 0 133 10 0 0 18 0 9 0 2006485870 832057344 21741 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/439/statm: 203139 21741 2585 9 0 197172 0
[pid=439/tid=440] ppid=425 vsize=812556 CPUtime=1.05
/proc/439/task/440/stat : 440 (java) R 425 425 31941 0 -1 64 13326 0 1 0 98 7 0 0 25 0 9 0 2006485872 832057344 21741 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=439/tid=441] ppid=425 vsize=812556 CPUtime=0.18
/proc/439/task/441/stat : 441 (java) R 425 425 31941 0 -1 64 7698 0 0 0 16 2 0 0 16 0 9 0 2006485873 832057344 21741 996147200 134512640 134550740 4294955600 18446744073709551615 104182211 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=439/tid=442] ppid=425 vsize=812556 CPUtime=0
/proc/439/task/442/stat : 442 (java) S 425 425 31941 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 2006485873 832057344 21741 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=439/tid=443] ppid=425 vsize=812556 CPUtime=0
/proc/439/task/443/stat : 443 (java) S 425 425 31941 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 2006485873 832057344 21741 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=439/tid=444] ppid=425 vsize=812556 CPUtime=0
/proc/439/task/444/stat : 444 (java) S 425 425 31941 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 2006485875 832057344 21741 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=439/tid=445] ppid=425 vsize=812556 CPUtime=0.18
/proc/439/task/445/stat : 445 (java) S 425 425 31941 0 -1 64 796 0 0 0 18 0 0 0 16 0 9 0 2006485875 832057344 21741 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=439/tid=446] ppid=425 vsize=812556 CPUtime=0
/proc/439/task/446/stat : 446 (java) S 425 425 31941 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 2006485875 832057344 21741 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=439/tid=447] ppid=425 vsize=812556 CPUtime=0
/proc/439/task/447/stat : 447 (java) S 425 425 31941 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2006485876 832057344 21741 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.44
Current children cumulated vsize (KiB) 860112

[startup+3.10167 s]
/proc/loadavg: 1.96 2.00 2.00 4/91 447
/proc/meminfo: memFree=1659400/2055920 swapFree=4180124/4192956
[pid=425] ppid=423 vsize=47556 CPUtime=0.01
/proc/425/stat : 425 (galacE.sh) S 423 425 31941 0 -1 4194304 765 1698 0 0 0 0 0 1 23 0 1 0 2006485867 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 231961979738 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/425/statm: 11889 364 245 79 0 219 0
[pid=439] ppid=425 vsize=812556 CPUtime=3.02
/proc/439/stat : 439 (java) S 425 425 31941 0 -1 0 25914 0 1 0 290 12 0 0 18 0 9 0 2006485870 832057344 25125 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/439/statm: 203139 25125 2587 9 0 197172 0
[pid=439/tid=440] ppid=425 vsize=812556 CPUtime=1.53
/proc/439/task/440/stat : 440 (java) R 425 425 31941 0 -1 64 13337 0 1 0 146 7 0 0 25 0 9 0 2006485872 832057344 25125 996147200 134512640 134550740 4294955600 18446744073709551615 4126695656 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=439/tid=441] ppid=425 vsize=812556 CPUtime=1.26
/proc/439/task/441/stat : 441 (java) S 425 425 31941 0 -1 64 11062 0 0 0 123 3 0 0 18 0 9 0 2006485873 832057344 25125 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=439/tid=442] ppid=425 vsize=812556 CPUtime=0
/proc/439/task/442/stat : 442 (java) S 425 425 31941 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 2006485873 832057344 25125 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=439/tid=443] ppid=425 vsize=812556 CPUtime=0
/proc/439/task/443/stat : 443 (java) S 425 425 31941 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 2006485873 832057344 25125 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=439/tid=444] ppid=425 vsize=812556 CPUtime=0
/proc/439/task/444/stat : 444 (java) S 425 425 31941 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 2006485875 832057344 25125 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=439/tid=445] ppid=425 vsize=812556 CPUtime=0.2
/proc/439/task/445/stat : 445 (java) S 425 425 31941 0 -1 64 815 0 0 0 20 0 0 0 15 0 9 0 2006485875 832057344 25125 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=439/tid=446] ppid=425 vsize=812556 CPUtime=0
/proc/439/task/446/stat : 446 (java) S 425 425 31941 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 2006485875 832057344 25125 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=439/tid=447] ppid=425 vsize=812556 CPUtime=0
/proc/439/task/447/stat : 447 (java) S 425 425 31941 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2006485876 832057344 25125 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.03
Current children cumulated vsize (KiB) 860112

[startup+6.30164 s]
/proc/loadavg: 2.04 2.01 2.00 3/91 447
/proc/meminfo: memFree=1638024/2055920 swapFree=4180124/4192956
[pid=425] ppid=423 vsize=47556 CPUtime=0.01
/proc/425/stat : 425 (galacE.sh) S 423 425 31941 0 -1 4194304 765 1698 0 0 0 0 0 1 23 0 1 0 2006485867 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 231961979738 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/425/statm: 11889 364 245 79 0 219 0
[pid=439] ppid=425 vsize=812612 CPUtime=6.19
/proc/439/stat : 439 (java) S 425 425 31941 0 -1 0 29933 0 1 0 605 14 0 0 18 0 9 0 2006485870 832114688 28955 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/439/statm: 203153 28955 2587 9 0 197186 0
[pid=439/tid=440] ppid=425 vsize=812612 CPUtime=2.17
/proc/439/task/440/stat : 440 (java) R 425 425 31941 0 -1 64 13353 0 1 0 210 7 0 0 18 0 9 0 2006485872 832114688 28955 996147200 134512640 134550740 4294955600 18446744073709551615 4127011450 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=439/tid=441] ppid=425 vsize=812612 CPUtime=3.77
/proc/439/task/441/stat : 441 (java) R 425 425 31941 0 -1 64 15056 0 0 0 372 5 0 0 25 0 9 0 2006485873 832114688 28955 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=439/tid=442] ppid=425 vsize=812612 CPUtime=0
/proc/439/task/442/stat : 442 (java) S 425 425 31941 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 2006485873 832114688 28955 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=439/tid=443] ppid=425 vsize=812612 CPUtime=0
/proc/439/task/443/stat : 443 (java) S 425 425 31941 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 2006485873 832114688 28955 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=439/tid=444] ppid=425 vsize=812612 CPUtime=0
/proc/439/task/444/stat : 444 (java) S 425 425 31941 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 2006485875 832114688 28955 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=439/tid=445] ppid=425 vsize=812612 CPUtime=0.22
/proc/439/task/445/stat : 445 (java) S 425 425 31941 0 -1 64 824 0 0 0 22 0 0 0 15 0 9 0 2006485875 832114688 28955 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=439/tid=446] ppid=425 vsize=812612 CPUtime=0
/proc/439/task/446/stat : 446 (java) S 425 425 31941 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 2006485875 832114688 28955 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=439/tid=447] ppid=425 vsize=812612 CPUtime=0
/proc/439/task/447/stat : 447 (java) S 425 425 31941 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2006485876 832114688 28955 996147200 134512640 134550740 4294955600 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) 860168

[startup+12.702 s]
/proc/loadavg: 2.04 2.01 2.00 3/91 447
/proc/meminfo: memFree=1624648/2055920 swapFree=4180124/4192956
[pid=425] ppid=423 vsize=47556 CPUtime=0.01
/proc/425/stat : 425 (galacE.sh) S 423 425 31941 0 -1 4194304 765 1698 0 0 0 0 0 1 23 0 1 0 2006485867 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 231961979738 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/425/statm: 11889 364 245 79 0 219 0
[pid=439] ppid=425 vsize=812604 CPUtime=12.56
/proc/439/stat : 439 (java) S 425 425 31941 0 -1 0 31638 0 1 0 1237 19 0 0 18 0 9 0 2006485870 832106496 30645 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/439/statm: 203151 30645 2592 9 0 197184 0
[pid=439/tid=440] ppid=425 vsize=812604 CPUtime=8.43
/proc/439/task/440/stat : 440 (java) R 425 425 31941 0 -1 64 14639 0 1 0 832 11 0 0 25 0 9 0 2006485872 832106496 30645 996147200 134512640 134550740 4294955600 18446744073709551615 4126758411 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=439/tid=441] ppid=425 vsize=812604 CPUtime=3.81
/proc/439/task/441/stat : 441 (java) S 425 425 31941 0 -1 64 15440 0 0 0 376 5 0 0 16 0 9 0 2006485873 832106496 30645 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=439/tid=442] ppid=425 vsize=812604 CPUtime=0
/proc/439/task/442/stat : 442 (java) S 425 425 31941 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 2006485873 832106496 30645 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=439/tid=443] ppid=425 vsize=812604 CPUtime=0
/proc/439/task/443/stat : 443 (java) S 425 425 31941 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 2006485873 832106496 30645 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=439/tid=444] ppid=425 vsize=812604 CPUtime=0
/proc/439/task/444/stat : 444 (java) S 425 425 31941 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 2006485875 832106496 30645 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=439/tid=445] ppid=425 vsize=812604 CPUtime=0.29
/proc/439/task/445/stat : 445 (java) S 425 425 31941 0 -1 64 859 0 0 0 28 1 0 0 15 0 9 0 2006485875 832106496 30645 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=439/tid=446] ppid=425 vsize=812604 CPUtime=0
/proc/439/task/446/stat : 446 (java) S 425 425 31941 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 2006485875 832106496 30645 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=439/tid=447] ppid=425 vsize=812604 CPUtime=0
/proc/439/task/447/stat : 447 (java) S 425 425 31941 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2006485876 832106496 30645 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.57
Current children cumulated vsize (KiB) 860160

[startup+25.5026 s]
/proc/loadavg: 2.03 2.01 2.00 3/91 447
/proc/meminfo: memFree=1616520/2055920 swapFree=4180124/4192956
[pid=425] ppid=423 vsize=47556 CPUtime=0.01
/proc/425/stat : 425 (galacE.sh) S 423 425 31941 0 -1 4194304 765 1698 0 0 0 0 0 1 23 0 1 0 2006485867 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 231961979738 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/425/statm: 11889 364 245 79 0 219 0
[pid=439] ppid=425 vsize=812604 CPUtime=25.3
/proc/439/stat : 439 (java) S 425 425 31941 0 -1 0 31764 0 1 0 2506 24 0 0 18 0 9 0 2006485870 832106496 30748 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/439/statm: 203151 30748 2592 9 0 197184 0
[pid=439/tid=440] ppid=425 vsize=812604 CPUtime=21.15
/proc/439/task/440/stat : 440 (java) R 425 425 31941 0 -1 64 14663 0 1 0 2098 17 0 0 25 0 9 0 2006485872 832106496 30748 996147200 134512640 134550740 4294955600 18446744073709551615 4127111463 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=439/tid=441] ppid=425 vsize=812604 CPUtime=3.83
/proc/439/task/441/stat : 441 (java) S 425 425 31941 0 -1 64 15542 0 0 0 378 5 0 0 16 0 9 0 2006485873 832106496 30748 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=439/tid=442] ppid=425 vsize=812604 CPUtime=0
/proc/439/task/442/stat : 442 (java) S 425 425 31941 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 2006485873 832106496 30748 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=439/tid=443] ppid=425 vsize=812604 CPUtime=0
/proc/439/task/443/stat : 443 (java) S 425 425 31941 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 2006485873 832106496 30748 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=439/tid=444] ppid=425 vsize=812604 CPUtime=0
/proc/439/task/444/stat : 444 (java) S 425 425 31941 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 2006485875 832106496 30748 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=439/tid=445] ppid=425 vsize=812604 CPUtime=0.29
/proc/439/task/445/stat : 445 (java) S 425 425 31941 0 -1 64 859 0 0 0 28 1 0 0 16 0 9 0 2006485875 832106496 30748 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=439/tid=446] ppid=425 vsize=812604 CPUtime=0
/proc/439/task/446/stat : 446 (java) S 425 425 31941 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 2006485875 832106496 30748 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=439/tid=447] ppid=425 vsize=812604 CPUtime=0
/proc/439/task/447/stat : 447 (java) S 425 425 31941 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2006485876 832106496 30748 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.31

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

/proc/425/statm: 11889 364 245 79 0 219 0
[pid=448] ppid=425 vsize=76752 CPUtime=21.27
/proc/448/stat : 448 (eSAT_static) R 425 425 31941 0 -1 4194304 18554 0 0 0 2117 10 0 0 25 0 1 0 2006488841 78594048 18536 996147200 134512640 135177480 4294955968 18446744073709551615 134537443 0 0 4096 3 0 0 0 17 0 0 0
/proc/448/statm: 19188 18536 75 162 0 19023 0
Current children cumulated CPU time (s) 50.79
Current children cumulated vsize (KiB) 124308

[startup+102.307 s]
/proc/loadavg: 2.01 2.00 2.00 3/83 448
/proc/meminfo: memFree=1652232/2055920 swapFree=4180124/4192956
[pid=425] ppid=423 vsize=47556 CPUtime=29.52
/proc/425/stat : 425 (galacE.sh) S 423 425 31941 0 -1 4194304 799 33481 0 1 0 0 2922 30 17 0 1 0 2006485867 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 231961979738 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/425/statm: 11889 364 245 79 0 219 0
[pid=448] ppid=425 vsize=81368 CPUtime=72.28
/proc/448/stat : 448 (eSAT_static) R 425 425 31941 0 -1 4194304 18774 0 0 0 7218 10 0 0 25 0 1 0 2006488841 83320832 18756 996147200 134512640 135177480 4294955968 18446744073709551615 134537416 0 0 4096 3 0 0 0 17 0 0 0
/proc/448/statm: 20342 18756 75 162 0 20177 0
Current children cumulated CPU time (s) 101.8
Current children cumulated vsize (KiB) 128924

[startup+162.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 448
/proc/meminfo: memFree=1640712/2055920 swapFree=4180124/4192956
[pid=425] ppid=423 vsize=47556 CPUtime=29.52
/proc/425/stat : 425 (galacE.sh) S 423 425 31941 0 -1 4194304 799 33481 0 1 0 0 2922 30 17 0 1 0 2006485867 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 231961979738 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/425/statm: 11889 364 245 79 0 219 0
[pid=448] ppid=425 vsize=95568 CPUtime=132.06
/proc/448/stat : 448 (eSAT_static) R 425 425 31941 0 -1 4194304 21667 0 0 0 13195 11 0 0 25 0 1 0 2006488841 97861632 21649 996147200 134512640 135177480 4294955968 18446744073709551615 134537460 0 0 4096 3 0 0 0 17 0 0 0
/proc/448/statm: 23892 21649 75 162 0 23727 0
Current children cumulated CPU time (s) 161.58
Current children cumulated vsize (KiB) 143124

[startup+222.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 448
/proc/meminfo: memFree=1633288/2055920 swapFree=4180124/4192956
[pid=425] ppid=423 vsize=47556 CPUtime=29.52
/proc/425/stat : 425 (galacE.sh) S 423 425 31941 0 -1 4194304 799 33481 0 1 0 0 2922 30 17 0 1 0 2006485867 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 231961979738 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/425/statm: 11889 364 245 79 0 219 0
[pid=448] ppid=425 vsize=98604 CPUtime=191.83
/proc/448/stat : 448 (eSAT_static) R 425 425 31941 0 -1 4194304 23526 0 0 0 19171 12 0 0 25 0 1 0 2006488841 100970496 23508 996147200 134512640 135177480 4294955968 18446744073709551615 134537729 0 0 4096 3 0 0 0 17 0 0 0
/proc/448/statm: 24651 23508 75 162 0 24486 0
Current children cumulated CPU time (s) 221.35
Current children cumulated vsize (KiB) 146160

[startup+282.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 448
/proc/meminfo: memFree=1632456/2055920 swapFree=4180124/4192956
[pid=425] ppid=423 vsize=47556 CPUtime=29.52
/proc/425/stat : 425 (galacE.sh) S 423 425 31941 0 -1 4194304 799 33481 0 1 0 0 2922 30 17 0 1 0 2006485867 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 231961979738 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/425/statm: 11889 364 245 79 0 219 0
[pid=448] ppid=425 vsize=99264 CPUtime=251.62
/proc/448/stat : 448 (eSAT_static) R 425 425 31941 0 -1 4194304 23728 0 0 0 25150 12 0 0 25 0 1 0 2006488841 101646336 23710 996147200 134512640 135177480 4294955968 18446744073709551615 134537443 0 0 4096 3 0 0 0 17 0 0 0
/proc/448/statm: 24816 23710 75 162 0 24651 0
Current children cumulated CPU time (s) 281.14
Current children cumulated vsize (KiB) 146820

[startup+342.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 448
/proc/meminfo: memFree=1626888/2055920 swapFree=4180124/4192956
[pid=425] ppid=423 vsize=47556 CPUtime=29.52
/proc/425/stat : 425 (galacE.sh) S 423 425 31941 0 -1 4194304 799 33481 0 1 0 0 2922 30 17 0 1 0 2006485867 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 231961979738 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/425/statm: 11889 364 245 79 0 219 0
[pid=448] ppid=425 vsize=111364 CPUtime=311.4
/proc/448/stat : 448 (eSAT_static) R 425 425 31941 0 -1 4194304 25082 0 0 0 31127 13 0 0 25 0 1 0 2006488841 114036736 25064 996147200 134512640 135177480 4294955968 18446744073709551615 134538021 0 0 4096 3 0 0 0 17 0 0 0
/proc/448/statm: 27841 25064 75 162 0 27676 0
Current children cumulated CPU time (s) 340.92
Current children cumulated vsize (KiB) 158920

[startup+402.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 448
/proc/meminfo: memFree=1622088/2055920 swapFree=4180124/4192956
[pid=425] ppid=423 vsize=47556 CPUtime=29.52
/proc/425/stat : 425 (galacE.sh) S 423 425 31941 0 -1 4194304 799 33481 0 1 0 0 2922 30 17 0 1 0 2006485867 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 231961979738 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/425/statm: 11889 364 245 79 0 219 0
[pid=448] ppid=425 vsize=113476 CPUtime=371.18
/proc/448/stat : 448 (eSAT_static) R 425 425 31941 0 -1 4194304 26649 0 0 0 37105 13 0 0 25 0 1 0 2006488841 116199424 26631 996147200 134512640 135177480 4294955968 18446744073709551615 134537460 0 0 4096 3 0 0 0 17 0 0 0
/proc/448/statm: 28369 26631 75 162 0 28204 0
Current children cumulated CPU time (s) 400.7
Current children cumulated vsize (KiB) 161032

[startup+462.302 s]
/proc/loadavg: 2.05 2.01 2.00 3/83 448
/proc/meminfo: memFree=1617672/2055920 swapFree=4180124/4192956
[pid=425] ppid=423 vsize=47556 CPUtime=29.52
/proc/425/stat : 425 (galacE.sh) S 423 425 31941 0 -1 4194304 799 33481 0 1 0 0 2922 30 17 0 1 0 2006485867 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 231961979738 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/425/statm: 11889 364 245 79 0 219 0
[pid=448] ppid=425 vsize=114136 CPUtime=430.97
/proc/448/stat : 448 (eSAT_static) R 425 425 31941 0 -1 4194304 27364 0 0 0 43083 14 0 0 25 0 1 0 2006488841 116875264 27346 996147200 134512640 135177480 4294955968 18446744073709551615 134538010 0 0 4096 3 0 0 0 17 0 0 0
/proc/448/statm: 28534 27346 75 162 0 28369 0
Current children cumulated CPU time (s) 460.49
Current children cumulated vsize (KiB) 161692

[startup+522.301 s]
/proc/loadavg: 1.93 1.99 1.99 3/83 499
/proc/meminfo: memFree=1454640/2055920 swapFree=4180124/4192956
[pid=425] ppid=423 vsize=47556 CPUtime=29.52
/proc/425/stat : 425 (galacE.sh) S 423 425 31941 0 -1 4194304 799 33481 0 1 0 0 2922 30 17 0 1 0 2006485867 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 231961979738 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/425/statm: 11889 364 245 79 0 219 0
[pid=448] ppid=425 vsize=130768 CPUtime=490.74
/proc/448/stat : 448 (eSAT_static) R 425 425 31941 0 -1 4194304 28450 0 0 0 49060 14 0 0 25 0 1 0 2006488841 133906432 28432 996147200 134512640 135177480 4294955968 18446744073709551615 134538021 0 0 4096 3 0 0 0 17 0 0 0
/proc/448/statm: 32692 28432 75 162 0 32527 0
Current children cumulated CPU time (s) 520.26
Current children cumulated vsize (KiB) 178324

[startup+582.302 s]
/proc/loadavg: 2.05 2.01 2.00 3/83 499
/proc/meminfo: memFree=923064/2055920 swapFree=4180124/4192956
[pid=425] ppid=423 vsize=47556 CPUtime=29.52
/proc/425/stat : 425 (galacE.sh) S 423 425 31941 0 -1 4194304 799 33481 0 1 0 0 2922 30 17 0 1 0 2006485867 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 231961979738 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/425/statm: 11889 364 245 79 0 219 0
[pid=448] ppid=425 vsize=84948 CPUtime=550.51
/proc/448/stat : 448 (eSAT_static) R 425 425 31941 0 -1 4194304 29322 0 0 0 55035 16 0 0 25 0 1 0 2006488841 86986752 20712 996147200 134512640 135177480 4294955968 18446744073709551615 134565414 0 0 4096 3 0 0 0 17 0 0 0
/proc/448/statm: 21237 20712 80 162 0 21072 0
Current children cumulated CPU time (s) 580.03
Current children cumulated vsize (KiB) 132504

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

[startup+585.502 s]
/proc/loadavg: 2.04 2.01 2.00 3/83 499
/proc/meminfo: memFree=922680/2055920 swapFree=4180124/4192956
[pid=425] ppid=423 vsize=47556 CPUtime=29.52
/proc/425/stat : 425 (galacE.sh) S 423 425 31941 0 -1 4194304 799 33481 0 1 0 0 2922 30 17 0 1 0 2006485867 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 231961979738 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/425/statm: 11889 364 245 79 0 219 0
[pid=448] ppid=425 vsize=87160 CPUtime=553.7
/proc/448/stat : 448 (eSAT_static) R 425 425 31941 0 -1 4194304 29863 0 0 0 55354 16 0 0 25 0 1 0 2006488841 89251840 21253 996147200 134512640 135177480 4294955968 18446744073709551615 134564590 0 0 4096 3 0 0 0 17 0 0 0
/proc/448/statm: 21790 21253 80 162 0 21625 0
Current children cumulated CPU time (s) 583.22
Current children cumulated vsize (KiB) 134716

[startup+588.701 s]
/proc/loadavg: 2.04 2.01 2.00 3/83 499
/proc/meminfo: memFree=920248/2055920 swapFree=4180124/4192956
[pid=425] ppid=423 vsize=47556 CPUtime=29.52
/proc/425/stat : 425 (galacE.sh) S 423 425 31941 0 -1 4194304 799 33481 0 1 0 0 2922 30 17 0 1 0 2006485867 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 231961979738 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/425/statm: 11889 364 245 79 0 219 0
[pid=448] ppid=425 vsize=87936 CPUtime=556.88
/proc/448/stat : 448 (eSAT_static) R 425 425 31941 0 -1 4194304 30069 0 0 0 55672 16 0 0 25 0 1 0 2006488841 90046464 21459 996147200 134512640 135177480 4294955968 18446744073709551615 134561473 0 0 4096 3 0 0 0 17 0 0 0
/proc/448/statm: 21984 21459 80 162 0 21819 0
Current children cumulated CPU time (s) 586.4
Current children cumulated vsize (KiB) 135492

[startup+589.502 s]
/proc/loadavg: 2.04 2.01 2.00 3/83 499
/proc/meminfo: memFree=920248/2055920 swapFree=4180124/4192956
[pid=425] ppid=423 vsize=47556 CPUtime=29.52
/proc/425/stat : 425 (galacE.sh) S 423 425 31941 0 -1 4194304 799 33481 0 1 0 0 2922 30 17 0 1 0 2006485867 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 231961979738 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/425/statm: 11889 364 245 79 0 219 0
[pid=448] ppid=425 vsize=87936 CPUtime=557.68
/proc/448/stat : 448 (eSAT_static) R 425 425 31941 0 -1 4194304 30069 0 0 0 55752 16 0 0 25 0 1 0 2006488841 90046464 21459 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 0 0 0
/proc/448/statm: 21984 21459 80 162 0 21819 0
Current children cumulated CPU time (s) 587.2
Current children cumulated vsize (KiB) 135492

[startup+590.302 s]
/proc/loadavg: 2.04 2.01 2.00 3/83 499
/proc/meminfo: memFree=920248/2055920 swapFree=4180124/4192956
[pid=425] ppid=423 vsize=47556 CPUtime=587.66
/proc/425/stat : 425 (galacE.sh) S 423 425 31941 0 -1 4194304 835 63563 0 1 0 0 58718 48 16 0 1 0 2006485867 48697344 365 996147200 4194304 4520092 548682068832 18446744073709551615 231962542162 0 0 4096 73728 18446744071563648864 0 0 17 0 0 0
/proc/425/statm: 11889 365 245 79 0 219 0
Current children cumulated CPU time (s) 587.66
Current children cumulated vsize (KiB) 47556

[startup+590.502 s]
/proc/loadavg: 2.04 2.01 2.00 3/83 499
/proc/meminfo: memFree=920248/2055920 swapFree=4180124/4192956
[pid=425] ppid=423 vsize=47556 CPUtime=587.66
/proc/425/stat : 425 (galacE.sh) S 423 425 31941 0 -1 4194304 835 63563 0 1 0 0 58718 48 16 0 1 0 2006485867 48697344 365 996147200 4194304 4520092 548682068832 18446744073709551615 231962542162 0 0 4096 73728 18446744071563648864 0 0 17 0 0 0
/proc/425/statm: 11889 365 245 79 0 219 0
Current children cumulated CPU time (s) 587.66
Current children cumulated vsize (KiB) 47556

Child status: 0
Real time (s): 590.6
CPU time (s): 588.304
CPU user time (s): 587.744
CPU system time (s): 0.559914
CPU usage (%): 99.6112
Max. virtual memory (cumulated for all children) (KiB): 860448

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 587.744
system time used= 0.559914
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 71646
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= 3052
involuntary context switches= 11371

runsolver used 0.560914 second user time and 1.64075 second system time

The end

Launcher Data (download as text)

Begin job on node16 at 2008-07-05 18:25:13
IDJOB=1091636
IDBENCH=58567
IDSOLVER=351
FILE ID=node16/1091636-1215275113
PBS_JOBID= 7882240
Free space on /tmp= 66524 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 2f36b630b97cead3de9806edaf97a9bb
RANDOM SEED=131971447

node16.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.213
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.213
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:       1743480 kB
Buffers:         40668 kB
Cached:         196328 kB
SwapCached:       7056 kB
Active:         170280 kB
Inactive:        91088 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1743480 kB
SwapTotal:     4192956 kB
SwapFree:      4180124 kB
Dirty:            3144 kB
Writeback:           0 kB
Mapped:          40164 kB
Slab:            36268 kB
Committed_AS:  3561500 kB
PageTables:       1928 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= 66520 MiB
End job on node16 at 2008-07-05 18:35:03