Trace number 1054542

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 411.026 414.738

General information on the benchmark

Namecsp/jobShop-enddr1/
normalized-enddr1-10-by-5-2.xml
MD5SUMc817e86e0656dda711bbe910c147bcb0
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
Satisfiable
(Un)Satisfiability was proved
Number of variables50
Number of constraints265
Maximum constraint arity2
Maximum domain size126
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.30	c start processing
6.20/6.30	c start relation processing
6.70/6.82	c start cnf exporting
24.08/24.20	c parsing time : 6.17
24.08/24.20	c preprocessing time : 24.084
24.08/24.21	
24.08/24.21	c Nary constraints - conflicts : 0 supports : 0
24.08/24.21	c Binary constraints - conflicts : 265 supports :0
24.08/24.21	c max arity constraint : 2
24.08/24.21	c Max Tuples generated 15876
24.08/24.21	c relations : 265
24.08/24.21	c relations BDD: 0
24.08/24.21	c sampling 225/265
24.08/24.21	c vars : 5731 - clauses :  936454
24.08/24.21	
24.08/24.27	 
24.08/24.27	c --- SAT Solver Stats ---
24.08/24.27	 
24.08/24.27	c eSAT 0.1 : minisat core with additionnal features
24.08/24.27	c ============================[ Problem Statistics ]=============================
24.08/24.27	c |                                                                             |
24.08/24.27	c |  Number of variables:  5730                                                 |
24.08/24.27	c |  Number of clauses:    936454                                               |
24.11/24.80	c |  Parsing time:         0.46         s                                       |
410.12/413.86	c restarts              : 8
410.12/413.86	c conflicts             : 19             (0 /sec)
410.12/413.86	c decisions             : 15315          (50.64 % random) (40 /sec)
410.12/413.86	c euip                  : 6           
410.12/413.86	c propagations          : 39276          (102 /sec)
410.12/413.86	c conflict literals     : 2431           (9.22 % deleted)
410.12/413.86	c Memory used           : 72.32 MB
410.12/413.86	c CPU time              : 385.934 s
410.12/413.86	c 
410.12/413.86	s SATISFIABLE
410.99/414.72	v 25 62 78 88 103 39 62 86 108 119 33 37 100 120 136 18 49 66 122 145 3 14 24 54 59 0 3 9 24 96 3 24 129 146 154 6 78 115 134 145 16 32 41 99 126 9 36 52 139 145

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-1054542-1215058952/watcher-1054542-1215058952 -o /tmp/evaluation-result-1054542-1215058952/solver-1054542-1215058952 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/galacE.sh HOME/instance-1054542-1215058952.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.06 2.02 2.00 4/81 13367
/proc/meminfo: memFree=1490360/2055920 swapFree=4120836/4192956
[pid=13367] ppid=13365 vsize=8652 CPUtime=0
/proc/13367/stat : 13367 (galacE.sh) S 13365 13367 8768 0 -1 4194304 346 0 0 0 0 0 0 0 16 0 1 0 1294141153 8859648 280 996147200 4194304 4520092 548682068832 18446744073709551615 273952205658 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/13367/statm: 2163 280 208 79 0 156 0
[pid=13368] ppid=13367 vsize=8688 CPUtime=0
/proc/13368/stat : 13368 (galacE.sh) S 13367 13367 8768 0 -1 4194368 36 0 0 0 0 0 0 0 17 0 1 0 1294141154 8896512 286 996147200 4194304 4520092 548682068832 18446744073709551615 273952768082 0 0 4096 73728 18446744071563648864 0 0 17 1 0 0
/proc/13368/statm: 2172 286 209 79 0 165 0
[pid=13369] ppid=13368 vsize=8728 CPUtime=0
/proc/13369/stat : 13369 (galacE.sh) R 13368 13367 8768 0 -1 4194368 25 0 0 0 0 0 0 0 19 0 1 0 1294141154 8937472 290 996147200 4194304 4520092 548682068832 18446744073709551615 273952599335 0 0 3674112 73728 0 0 0 17 1 0 0
/proc/13369/statm: 2182 290 209 79 0 175 0

[startup+0.0921351 s]
/proc/loadavg: 2.06 2.02 2.00 4/81 13367
/proc/meminfo: memFree=1490360/2055920 swapFree=4120836/4192956
[pid=13367] ppid=13365 vsize=47560 CPUtime=0.01
/proc/13367/stat : 13367 (galacE.sh) S 13365 13367 8768 0 -1 4194304 765 1698 0 0 0 0 0 1 18 0 1 0 1294141153 48701440 364 996147200 4194304 4520092 548682068832 18446744073709551615 273952205658 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/13367/statm: 11890 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47560

[startup+0.102133 s]
/proc/loadavg: 2.06 2.02 2.00 4/81 13367
/proc/meminfo: memFree=1490360/2055920 swapFree=4120836/4192956
[pid=13367] ppid=13365 vsize=47560 CPUtime=0.01
/proc/13367/stat : 13367 (galacE.sh) S 13365 13367 8768 0 -1 4194304 765 1698 0 0 0 0 0 1 18 0 1 0 1294141153 48701440 364 996147200 4194304 4520092 548682068832 18446744073709551615 273952205658 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/13367/statm: 11890 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47560

[startup+0.30118 s]
/proc/loadavg: 2.06 2.02 2.00 4/81 13367
/proc/meminfo: memFree=1490360/2055920 swapFree=4120836/4192956
[pid=13367] ppid=13365 vsize=47560 CPUtime=0.01
/proc/13367/stat : 13367 (galacE.sh) S 13365 13367 8768 0 -1 4194304 765 1698 0 0 0 0 0 1 18 0 1 0 1294141153 48701440 364 996147200 4194304 4520092 548682068832 18446744073709551615 273952205658 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/13367/statm: 11890 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47560

[startup+0.702255 s]
/proc/loadavg: 2.06 2.02 2.00 4/81 13367
/proc/meminfo: memFree=1490360/2055920 swapFree=4120836/4192956
[pid=13367] ppid=13365 vsize=47560 CPUtime=0.01
/proc/13367/stat : 13367 (galacE.sh) S 13365 13367 8768 0 -1 4194304 765 1698 0 0 0 0 0 1 18 0 1 0 1294141153 48701440 364 996147200 4194304 4520092 548682068832 18446744073709551615 273952205658 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/13367/statm: 11890 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47560

[startup+1.50142 s]
/proc/loadavg: 2.06 2.02 2.00 3/91 13389
/proc/meminfo: memFree=1445928/2055920 swapFree=4120836/4192956
[pid=13367] ppid=13365 vsize=47560 CPUtime=0.01
/proc/13367/stat : 13367 (galacE.sh) S 13365 13367 8768 0 -1 4194304 765 1698 0 0 0 0 0 1 18 0 1 0 1294141153 48701440 364 996147200 4194304 4520092 548682068832 18446744073709551615 273952205658 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/13367/statm: 11890 364 245 79 0 219 0
[pid=13381] ppid=13367 vsize=812796 CPUtime=1.44
/proc/13381/stat : 13381 (java) S 13367 13367 8768 0 -1 0 15475 0 1 0 137 7 0 0 18 0 9 0 1294141157 832303104 14692 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13381/statm: 203199 14692 2585 9 0 197180 0
[pid=13381/tid=13382] ppid=13367 vsize=812796 CPUtime=0.91
/proc/13381/task/13382/stat : 13382 (java) R 13367 13367 8768 0 -1 64 7549 0 1 0 88 3 0 0 23 0 9 0 1294141158 832303104 14692 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13381/tid=13383] ppid=13367 vsize=812796 CPUtime=0.34
/proc/13381/task/13383/stat : 13383 (java) S 13367 13367 8768 0 -1 64 6454 0 0 0 32 2 0 0 16 0 9 0 1294141159 832303104 14692 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13381/tid=13384] ppid=13367 vsize=812796 CPUtime=0
/proc/13381/task/13384/stat : 13384 (java) S 13367 13367 8768 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1294141159 832303104 14692 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13381/tid=13385] ppid=13367 vsize=812796 CPUtime=0
/proc/13381/task/13385/stat : 13385 (java) S 13367 13367 8768 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1294141159 832303104 14692 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13381/tid=13386] ppid=13367 vsize=812796 CPUtime=0
/proc/13381/task/13386/stat : 13386 (java) S 13367 13367 8768 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1294141162 832303104 14692 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13381/tid=13387] ppid=13367 vsize=812796 CPUtime=0.15
/proc/13381/task/13387/stat : 13387 (java) R 13367 13367 8768 0 -1 64 771 0 0 0 15 0 0 0 16 0 9 0 1294141162 832303104 14692 996147200 134512640 134550740 4294955616 18446744073709551615 101871867 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13381/tid=13388] ppid=13367 vsize=812796 CPUtime=0
/proc/13381/task/13388/stat : 13388 (java) S 13367 13367 8768 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 1294141162 832303104 14692 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13381/tid=13389] ppid=13367 vsize=812796 CPUtime=0
/proc/13381/task/13389/stat : 13389 (java) S 13367 13367 8768 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1294141162 832303104 14692 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) 860356

[startup+3.10173 s]
/proc/loadavg: 2.14 2.03 2.01 4/91 13389
/proc/meminfo: memFree=1434984/2055920 swapFree=4120836/4192956
[pid=13367] ppid=13365 vsize=47560 CPUtime=0.01
/proc/13367/stat : 13367 (galacE.sh) S 13365 13367 8768 0 -1 4194304 765 1698 0 0 0 0 0 1 18 0 1 0 1294141153 48701440 364 996147200 4194304 4520092 548682068832 18446744073709551615 273952205658 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/13367/statm: 11890 364 245 79 0 219 0
[pid=13381] ppid=13367 vsize=812796 CPUtime=3.02
/proc/13381/stat : 13381 (java) S 13367 13367 8768 0 -1 0 18564 0 1 0 294 8 0 0 18 0 9 0 1294141157 832303104 17769 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13381/statm: 203199 17769 2585 9 0 197180 0
[pid=13381/tid=13382] ppid=13367 vsize=812796 CPUtime=1.44
/proc/13381/task/13382/stat : 13382 (java) R 13367 13367 8768 0 -1 64 7562 0 1 0 141 3 0 0 25 0 9 0 1294141158 832303104 17769 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13381/tid=13383] ppid=13367 vsize=812796 CPUtime=1.36
/proc/13381/task/13383/stat : 13383 (java) R 13367 13367 8768 0 -1 64 9504 0 0 0 133 3 0 0 17 0 9 0 1294141159 832303104 17769 996147200 134512640 134550740 4294955616 18446744073709551615 103834248 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13381/tid=13384] ppid=13367 vsize=812796 CPUtime=0
/proc/13381/task/13384/stat : 13384 (java) S 13367 13367 8768 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1294141159 832303104 17769 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13381/tid=13385] ppid=13367 vsize=812796 CPUtime=0
/proc/13381/task/13385/stat : 13385 (java) S 13367 13367 8768 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1294141159 832303104 17769 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13381/tid=13386] ppid=13367 vsize=812796 CPUtime=0
/proc/13381/task/13386/stat : 13386 (java) S 13367 13367 8768 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1294141162 832303104 17769 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13381/tid=13387] ppid=13367 vsize=812796 CPUtime=0.18
/proc/13381/task/13387/stat : 13387 (java) S 13367 13367 8768 0 -1 64 797 0 0 0 18 0 0 0 15 0 9 0 1294141162 832303104 17769 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13381/tid=13388] ppid=13367 vsize=812796 CPUtime=0
/proc/13381/task/13388/stat : 13388 (java) S 13367 13367 8768 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 1294141162 832303104 17769 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13381/tid=13389] ppid=13367 vsize=812796 CPUtime=0
/proc/13381/task/13389/stat : 13389 (java) S 13367 13367 8768 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1294141162 832303104 17769 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) 860356

[startup+6.30236 s]
/proc/loadavg: 2.14 2.03 2.01 3/91 13389
/proc/meminfo: memFree=1413288/2055920 swapFree=4120836/4192956
[pid=13367] ppid=13365 vsize=47560 CPUtime=0.01
/proc/13367/stat : 13367 (galacE.sh) S 13365 13367 8768 0 -1 4194304 765 1698 0 0 0 0 0 1 18 0 1 0 1294141153 48701440 364 996147200 4194304 4520092 548682068832 18446744073709551615 273952205658 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/13367/statm: 11890 364 245 79 0 219 0
[pid=13381] ppid=13367 vsize=812820 CPUtime=6.19
/proc/13381/stat : 13381 (java) S 13367 13367 8768 0 -1 0 22220 0 1 0 609 10 0 0 18 0 9 0 1294141157 832327680 21176 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13381/statm: 203205 21176 2587 9 0 197186 0
[pid=13381/tid=13382] ppid=13367 vsize=812820 CPUtime=1.89
/proc/13381/task/13382/stat : 13382 (java) R 13367 13367 8768 0 -1 64 7583 0 1 0 185 4 0 0 16 0 9 0 1294141158 832327680 21176 996147200 134512640 134550740 4294955616 18446744073709551615 4125977265 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13381/tid=13383] ppid=13367 vsize=812820 CPUtime=4.07
/proc/13381/task/13383/stat : 13383 (java) R 13367 13367 8768 0 -1 64 13125 0 0 0 402 5 0 0 25 0 9 0 1294141159 832327680 21176 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=13381/tid=13384] ppid=13367 vsize=812820 CPUtime=0
/proc/13381/task/13384/stat : 13384 (java) S 13367 13367 8768 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1294141159 832327680 21176 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13381/tid=13385] ppid=13367 vsize=812820 CPUtime=0
/proc/13381/task/13385/stat : 13385 (java) S 13367 13367 8768 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1294141159 832327680 21176 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13381/tid=13386] ppid=13367 vsize=812820 CPUtime=0
/proc/13381/task/13386/stat : 13386 (java) S 13367 13367 8768 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1294141162 832327680 21176 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13381/tid=13387] ppid=13367 vsize=812820 CPUtime=0.2
/proc/13381/task/13387/stat : 13387 (java) R 13367 13367 8768 0 -1 64 811 0 0 0 20 0 0 0 16 0 9 0 1294141162 832327680 21176 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13381/tid=13388] ppid=13367 vsize=812820 CPUtime=0
/proc/13381/task/13388/stat : 13388 (java) S 13367 13367 8768 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 1294141162 832327680 21176 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13381/tid=13389] ppid=13367 vsize=812820 CPUtime=0
/proc/13381/task/13389/stat : 13389 (java) S 13367 13367 8768 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1294141162 832327680 21176 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) 860380

[startup+12.7016 s]
/proc/loadavg: 2.26 2.06 2.02 3/83 13390
/proc/meminfo: memFree=1431280/2055920 swapFree=4120836/4192956
[pid=13367] ppid=13365 vsize=47560 CPUtime=0.01
/proc/13367/stat : 13367 (galacE.sh) S 13365 13367 8768 0 -1 4194304 765 1698 0 0 0 0 0 1 18 0 1 0 1294141153 48701440 364 996147200 4194304 4520092 548682068832 18446744073709551615 273952205658 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/13367/statm: 11890 364 245 79 0 219 0
[pid=13381] ppid=13367 vsize=812820 CPUtime=12.57
/proc/13381/stat : 13381 (java) S 13367 13367 8768 0 -1 0 29665 0 1 0 1241 16 0 0 18 0 9 0 1294141157 832327680 28607 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13381/statm: 203205 28607 2592 9 0 197186 0
[pid=13381/tid=13382] ppid=13367 vsize=812820 CPUtime=8.17
/proc/13381/task/13382/stat : 13382 (java) R 13367 13367 8768 0 -1 64 14660 0 1 0 808 9 0 0 25 0 9 0 1294141158 832327680 28607 996147200 134512640 134550740 4294955616 18446744073709551615 4126751187 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13381/tid=13383] ppid=13367 vsize=812820 CPUtime=4.11
/proc/13381/task/13383/stat : 13383 (java) S 13367 13367 8768 0 -1 64 13457 0 0 0 406 5 0 0 16 0 9 0 1294141159 832327680 28607 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=13381/tid=13384] ppid=13367 vsize=812820 CPUtime=0
/proc/13381/task/13384/stat : 13384 (java) S 13367 13367 8768 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1294141159 832327680 28607 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13381/tid=13385] ppid=13367 vsize=812820 CPUtime=0
/proc/13381/task/13385/stat : 13385 (java) S 13367 13367 8768 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1294141159 832327680 28607 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13381/tid=13386] ppid=13367 vsize=812820 CPUtime=0
/proc/13381/task/13386/stat : 13386 (java) S 13367 13367 8768 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1294141162 832327680 28607 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13381/tid=13387] ppid=13367 vsize=812820 CPUtime=0.26
/proc/13381/task/13387/stat : 13387 (java) S 13367 13367 8768 0 -1 64 847 0 0 0 26 0 0 0 15 0 9 0 1294141162 832327680 28607 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13381/tid=13388] ppid=13367 vsize=812820 CPUtime=0
/proc/13381/task/13388/stat : 13388 (java) S 13367 13367 8768 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 1294141162 832327680 28607 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13381/tid=13389] ppid=13367 vsize=812820 CPUtime=0
/proc/13381/task/13389/stat : 13389 (java) S 13367 13367 8768 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1294141162 832327680 28607 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.58
Current children cumulated vsize (KiB) 860380

[startup+25.5011 s]
/proc/loadavg: 2.22 2.06 2.02 3/75 13391
/proc/meminfo: memFree=1464176/2055920 swapFree=4120836/4192956
[pid=13367] ppid=13365 vsize=47560 CPUtime=24.11
/proc/13367/stat : 13367 (galacE.sh) S 13365 13367 8768 0 -1 4194304 799 31495 0 1 0 0 2387 24 17 0 1 0 1294141153 48701440 364 996147200 4194304 4520092 548682068832 18446744073709551615 273952205658 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/13367/statm: 11890 364 245 79 0 219 0
[pid=13391] ppid=13367 vsize=51208 CPUtime=1.21
/proc/13391/stat : 13391 (eSAT_static) R 13367 13367 8768 0 -1 4194304 12475 0 0 0 114 7 0 0 25 0 1 0 1294143580 52436992 12457 996147200 134512640 135177480 4294955984 18446744073709551615 134537533 0 0 4096 3 0 0 0 17 1 0 0
/proc/13391/statm: 12802 12457 75 162 0 12637 0
Current children cumulated CPU time (s) 25.32
Current children cumulated vsize (KiB) 98768

[startup+51.1011 s]
/proc/loadavg: 2.14 2.05 2.02 3/75 13391
/proc/meminfo: memFree=1450032/2055920 swapFree=4120836/4192956
[pid=13367] ppid=13365 vsize=47560 CPUtime=24.11
/proc/13367/stat : 13367 (galacE.sh) S 13365 13367 8768 0 -1 4194304 799 31495 0 1 0 0 2387 24 17 0 1 0 1294141153 48701440 364 996147200 4194304 4520092 548682068832 18446744073709551615 273952205658 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/13367/statm: 11890 364 245 79 0 219 0
[pid=13391] ppid=13367 vsize=66100 CPUtime=26.58
/proc/13391/stat : 13391 (eSAT_static) R 13367 13367 8768 0 -1 4194304 15902 0 0 0 2650 8 0 0 25 0 1 0 1294143580 67686400 15884 996147200 134512640 135177480 4294955984 18446744073709551615 134537260 0 0 4096 3 0 0 0 17 1 0 0
/proc/13391/statm: 16525 15884 75 162 0 16360 0
Current children cumulated CPU time (s) 50.69
Current children cumulated vsize (KiB) 113660

[startup+102.306 s]
/proc/loadavg: 2.06 2.04 2.01 3/75 13391
/proc/meminfo: memFree=1427120/2055920 swapFree=4120836/4192956
[pid=13367] ppid=13365 vsize=47560 CPUtime=24.11
/proc/13367/stat : 13367 (galacE.sh) S 13365 13367 8768 0 -1 4194304 799 31495 0 1 0 0 2387 24 17 0 1 0 1294141153 48701440 364 996147200 4194304 4520092 548682068832 18446744073709551615 273952205658 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/13367/statm: 11890 364 245 79 0 219 0
[pid=13391] ppid=13367 vsize=79700 CPUtime=77.32
/proc/13391/stat : 13391 (eSAT_static) R 13367 13367 8768 0 -1 4194304 19186 0 0 0 7722 10 0 0 25 0 1 0 1294143580 81612800 19168 996147200 134512640 135177480 4294955984 18446744073709551615 134538010 0 0 4096 3 0 0 0 17 1 0 0
/proc/13391/statm: 19925 19168 75 162 0 19760 0
Current children cumulated CPU time (s) 101.43
Current children cumulated vsize (KiB) 127260

[startup+162.302 s]
/proc/loadavg: 2.02 2.03 2.00 3/75 13391
/proc/meminfo: memFree=1414256/2055920 swapFree=4120836/4192956
[pid=13367] ppid=13365 vsize=47560 CPUtime=24.11
/proc/13367/stat : 13367 (galacE.sh) S 13365 13367 8768 0 -1 4194304 799 31495 0 1 0 0 2387 24 17 0 1 0 1294141153 48701440 364 996147200 4194304 4520092 548682068832 18446744073709551615 273952205658 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/13367/statm: 11890 364 245 79 0 219 0
[pid=13391] ppid=13367 vsize=89128 CPUtime=136.81
/proc/13391/stat : 13391 (eSAT_static) R 13367 13367 8768 0 -1 4194304 20747 0 0 0 13670 11 0 0 25 0 1 0 1294143580 91267072 20729 996147200 134512640 135177480 4294955984 18446744073709551615 134537460 0 0 4096 3 0 0 0 17 1 0 0
/proc/13391/statm: 22282 20729 75 162 0 22117 0
Current children cumulated CPU time (s) 160.92
Current children cumulated vsize (KiB) 136688

[startup+222.302 s]
/proc/loadavg: 2.00 2.02 2.00 3/75 13391
/proc/meminfo: memFree=1399856/2055920 swapFree=4120836/4192956
[pid=13367] ppid=13365 vsize=47560 CPUtime=24.11
/proc/13367/stat : 13367 (galacE.sh) S 13365 13367 8768 0 -1 4194304 799 31495 0 1 0 0 2387 24 17 0 1 0 1294141153 48701440 364 996147200 4194304 4520092 548682068832 18446744073709551615 273952205658 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/13367/statm: 11890 364 245 79 0 219 0
[pid=13391] ppid=13367 vsize=90712 CPUtime=196.27
/proc/13391/stat : 13391 (eSAT_static) R 13367 13367 8768 0 -1 4194304 21971 0 0 0 19615 12 0 0 25 0 1 0 1294143580 92889088 21953 996147200 134512640 135177480 4294955984 18446744073709551615 134538021 0 0 4096 3 0 0 0 17 1 0 0
/proc/13391/statm: 22678 21953 75 162 0 22513 0
Current children cumulated CPU time (s) 220.38
Current children cumulated vsize (KiB) 138272

[startup+282.302 s]
/proc/loadavg: 2.00 2.02 2.00 3/75 13391
/proc/meminfo: memFree=1388656/2055920 swapFree=4120836/4192956
[pid=13367] ppid=13365 vsize=47560 CPUtime=24.11
/proc/13367/stat : 13367 (galacE.sh) S 13365 13367 8768 0 -1 4194304 799 31495 0 1 0 0 2387 24 17 0 1 0 1294141153 48701440 364 996147200 4194304 4520092 548682068832 18446744073709551615 273952205658 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/13367/statm: 11890 364 245 79 0 219 0
[pid=13391] ppid=13367 vsize=103072 CPUtime=255.74
/proc/13391/stat : 13391 (eSAT_static) R 13367 13367 8768 0 -1 4194304 23801 0 0 0 25561 13 0 0 25 0 1 0 1294143580 105545728 23783 996147200 134512640 135177480 4294955984 18446744073709551615 134537488 0 0 4096 3 0 0 0 17 1 0 0
/proc/13391/statm: 25768 23783 75 162 0 25603 0
Current children cumulated CPU time (s) 279.85
Current children cumulated vsize (KiB) 150632

[startup+342.301 s]
/proc/loadavg: 2.00 2.01 2.00 3/75 13391
/proc/meminfo: memFree=1381040/2055920 swapFree=4120836/4192956
[pid=13367] ppid=13365 vsize=47560 CPUtime=24.11
/proc/13367/stat : 13367 (galacE.sh) S 13365 13367 8768 0 -1 4194304 799 31495 0 1 0 0 2387 24 17 0 1 0 1294141153 48701440 364 996147200 4194304 4520092 548682068832 18446744073709551615 273952205658 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/13367/statm: 11890 364 245 79 0 219 0
[pid=13391] ppid=13367 vsize=104664 CPUtime=315.18
/proc/13391/stat : 13391 (eSAT_static) R 13367 13367 8768 0 -1 4194304 24801 0 0 0 31504 14 0 0 25 0 1 0 1294143580 107175936 24783 996147200 134512640 135177480 4294955984 18446744073709551615 134537443 0 0 4096 3 0 0 0 17 1 0 0
/proc/13391/statm: 26166 24783 75 162 0 26001 0
Current children cumulated CPU time (s) 339.29
Current children cumulated vsize (KiB) 152224

[startup+402.302 s]
/proc/loadavg: 2.00 2.01 2.00 3/75 13391
/proc/meminfo: memFree=1373232/2055920 swapFree=4120836/4192956
[pid=13367] ppid=13365 vsize=47560 CPUtime=24.11
/proc/13367/stat : 13367 (galacE.sh) S 13365 13367 8768 0 -1 4194304 799 31495 0 1 0 0 2387 24 17 0 1 0 1294141153 48701440 364 996147200 4194304 4520092 548682068832 18446744073709551615 273952205658 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/13367/statm: 11890 364 245 79 0 219 0
[pid=13391] ppid=13367 vsize=105192 CPUtime=374.63
/proc/13391/stat : 13391 (eSAT_static) R 13367 13367 8768 0 -1 4194304 25775 0 0 0 37449 14 0 0 25 0 1 0 1294143580 107716608 25757 996147200 134512640 135177480 4294955984 18446744073709551615 134537311 0 0 4096 3 0 0 0 17 1 0 0
/proc/13391/statm: 26298 25757 75 162 0 26133 0
Current children cumulated CPU time (s) 398.74
Current children cumulated vsize (KiB) 152752

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

[startup+403.101 s]
/proc/loadavg: 2.00 2.01 2.00 3/75 13391
/proc/meminfo: memFree=1373232/2055920 swapFree=4120836/4192956
[pid=13367] ppid=13365 vsize=47560 CPUtime=24.11
/proc/13367/stat : 13367 (galacE.sh) S 13365 13367 8768 0 -1 4194304 799 31495 0 1 0 0 2387 24 17 0 1 0 1294141153 48701440 364 996147200 4194304 4520092 548682068832 18446744073709551615 273952205658 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/13367/statm: 11890 364 245 79 0 219 0
[pid=13391] ppid=13367 vsize=105192 CPUtime=375.41
/proc/13391/stat : 13391 (eSAT_static) R 13367 13367 8768 0 -1 4194304 25775 0 0 0 37527 14 0 0 25 0 1 0 1294143580 107716608 25757 996147200 134512640 135177480 4294955984 18446744073709551615 134537471 0 0 4096 3 0 0 0 17 1 0 0
/proc/13391/statm: 26298 25757 75 162 0 26133 0
Current children cumulated CPU time (s) 399.52
Current children cumulated vsize (KiB) 152752

[startup+409.502 s]
/proc/loadavg: 2.00 2.01 2.00 3/75 13391
/proc/meminfo: memFree=1373232/2055920 swapFree=4120836/4192956
[pid=13367] ppid=13365 vsize=47560 CPUtime=24.11
/proc/13367/stat : 13367 (galacE.sh) S 13365 13367 8768 0 -1 4194304 799 31495 0 1 0 0 2387 24 17 0 1 0 1294141153 48701440 364 996147200 4194304 4520092 548682068832 18446744073709551615 273952205658 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/13367/statm: 11890 364 245 79 0 219 0
[pid=13391] ppid=13367 vsize=105192 CPUtime=381.75
/proc/13391/stat : 13391 (eSAT_static) R 13367 13367 8768 0 -1 4194304 25777 0 0 0 38161 14 0 0 25 0 1 0 1294143580 107716608 25759 996147200 134512640 135177480 4294955984 18446744073709551615 134537195 0 0 4096 3 0 0 0 17 1 0 0
/proc/13391/statm: 26298 25759 75 162 0 26133 0
Current children cumulated CPU time (s) 405.86
Current children cumulated vsize (KiB) 152752

[startup+412.702 s]
/proc/loadavg: 2.00 2.01 2.00 3/75 13391
/proc/meminfo: memFree=1372208/2055920 swapFree=4120836/4192956
[pid=13367] ppid=13365 vsize=47560 CPUtime=24.11
/proc/13367/stat : 13367 (galacE.sh) S 13365 13367 8768 0 -1 4194304 799 31495 0 1 0 0 2387 24 17 0 1 0 1294141153 48701440 364 996147200 4194304 4520092 548682068832 18446744073709551615 273952205658 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/13367/statm: 11890 364 245 79 0 219 0
[pid=13391] ppid=13367 vsize=105192 CPUtime=384.92
/proc/13391/stat : 13391 (eSAT_static) R 13367 13367 8768 0 -1 4194304 25777 0 0 0 38478 14 0 0 25 0 1 0 1294143580 107716608 25759 996147200 134512640 135177480 4294955984 18446744073709551615 134537311 0 0 4096 3 0 0 0 17 1 0 0
/proc/13391/statm: 26298 25759 75 162 0 26133 0
Current children cumulated CPU time (s) 409.03
Current children cumulated vsize (KiB) 152752

[startup+413.501 s]
/proc/loadavg: 2.00 2.01 2.00 3/75 13391
/proc/meminfo: memFree=1372208/2055920 swapFree=4120836/4192956
[pid=13367] ppid=13365 vsize=47560 CPUtime=24.11
/proc/13367/stat : 13367 (galacE.sh) S 13365 13367 8768 0 -1 4194304 799 31495 0 1 0 0 2387 24 17 0 1 0 1294141153 48701440 364 996147200 4194304 4520092 548682068832 18446744073709551615 273952205658 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/13367/statm: 11890 364 245 79 0 219 0
[pid=13391] ppid=13367 vsize=105192 CPUtime=385.72
/proc/13391/stat : 13391 (eSAT_static) R 13367 13367 8768 0 -1 4194304 25777 0 0 0 38558 14 0 0 25 0 1 0 1294143580 107716608 25759 996147200 134512640 135177480 4294955984 18446744073709551615 134537460 0 0 4096 3 0 0 0 17 1 0 0
/proc/13391/statm: 26298 25759 75 162 0 26133 0
Current children cumulated CPU time (s) 409.83
Current children cumulated vsize (KiB) 152752

[startup+414.302 s]
/proc/loadavg: 2.00 2.01 2.00 3/75 13391
/proc/meminfo: memFree=1372208/2055920 swapFree=4120836/4192956
[pid=13367] ppid=13365 vsize=47560 CPUtime=410.22
/proc/13367/stat : 13367 (galacE.sh) S 13365 13367 8768 0 -1 4194304 835 57295 0 1 0 0 40981 41 16 0 1 0 1294141153 48701440 365 996147200 4194304 4520092 548682068832 18446744073709551615 273952768082 0 0 4096 73728 18446744071563648864 0 0 17 1 0 0
/proc/13367/statm: 11890 365 245 79 0 219 0
Current children cumulated CPU time (s) 410.22
Current children cumulated vsize (KiB) 47560

[startup+414.707 s]
/proc/loadavg: 2.00 2.01 2.00 4/83 13400
/proc/meminfo: memFree=1458736/2055920 swapFree=4120836/4192956
[pid=13367] ppid=13365 vsize=47560 CPUtime=410.23
/proc/13367/stat : 13367 (galacE.sh) S 13365 13367 8768 0 -1 4194304 842 57295 0 1 0 1 40981 41 15 0 1 0 1294141153 48701440 366 996147200 4194304 4520092 548682068832 18446744073709551615 273952768082 0 0 4096 73728 18446744071563648864 0 0 17 1 0 0
/proc/13367/statm: 11890 366 245 79 0 219 0
[pid=13392] ppid=13367 vsize=812884 CPUtime=0.76
/proc/13392/stat : 13392 (java) S 13367 13367 8768 0 -1 0 6973 0 1 0 72 4 0 0 18 0 9 0 1294182541 832393216 6355 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13392/statm: 203221 6355 1909 9 0 197174 0
[pid=13392/tid=13393] ppid=13367 vsize=812884 CPUtime=0.57
/proc/13392/task/13393/stat : 13393 (java) S 13367 13367 8768 0 -1 64 5448 0 1 0 54 3 0 0 19 0 9 0 1294182543 832393216 6355 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=13392/tid=13394] ppid=13367 vsize=812884 CPUtime=0
/proc/13392/task/13394/stat : 13394 (java) S 13367 13367 8768 0 -1 64 3 0 0 0 0 0 0 0 18 0 9 0 1294182544 832393216 6355 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 0 0 0 -1 1 0 0
[pid=13392/tid=13395] ppid=13367 vsize=812884 CPUtime=0
/proc/13392/task/13395/stat : 13395 (java) S 13367 13367 8768 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 1294182544 832393216 6355 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=13392/tid=13396] ppid=13367 vsize=812884 CPUtime=0
/proc/13392/task/13396/stat : 13396 (java) S 13367 13367 8768 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 1294182544 832393216 6355 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=13392/tid=13397] ppid=13367 vsize=812884 CPUtime=0
/proc/13392/task/13397/stat : 13397 (java) S 13367 13367 8768 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1294182546 832393216 6355 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=13392/tid=13398] ppid=13367 vsize=812884 CPUtime=0.18
/proc/13392/task/13398/stat : 13398 (java) S 13367 13367 8768 0 -1 64 812 0 0 0 18 0 0 0 18 0 9 0 1294182546 832393216 6355 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=13392/tid=13399] ppid=13367 vsize=812884 CPUtime=0
/proc/13392/task/13399/stat : 13399 (java) S 13367 13367 8768 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1294182546 832393216 6355 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=13392/tid=13400] ppid=13367 vsize=812884 CPUtime=0
/proc/13392/task/13400/stat : 13400 (java) S 13367 13367 8768 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1294182546 832393216 6355 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 410.99
Current children cumulated vsize (KiB) 860444

Child status: 0
Real time (s): 414.738
CPU time (s): 411.026
CPU user time (s): 410.543
CPU system time (s): 0.482926
CPU usage (%): 99.1049
Max. virtual memory (cumulated for all children) (KiB): 860672

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 410.543
system time used= 0.482926
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 65309
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= 2131
involuntary context switches= 10475

runsolver used 0.58691 second user time and 1.24281 second system time

The end

Launcher Data (download as text)

Begin job on node20 at 2008-07-03 06:22:32
IDJOB=1054542
IDBENCH=56346
IDSOLVER=351
FILE ID=node20/1054542-1215058952
PBS_JOBID= 7875134
Free space on /tmp= 66532 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= c817e86e0656dda711bbe910c147bcb0
RANDOM SEED=1510776

node20.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.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:       1490840 kB
Buffers:         37580 kB
Cached:         258908 kB
SwapCached:      66020 kB
Active:         325400 kB
Inactive:       166332 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1490840 kB
SwapTotal:     4192956 kB
SwapFree:      4120836 kB
Dirty:           15052 kB
Writeback:           0 kB
Mapped:         210636 kB
Slab:            58260 kB
Committed_AS:  3335644 kB
PageTables:       2244 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= 66524 MiB
End job on node20 at 2008-07-03 06:29:27