Trace number 1055325

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 376.645 378.366

General information on the benchmark

Namecsp/jobShop-e0ddr1/
normalized-e0ddr1-10-by-5-9.xml
MD5SUM8bcfd9da142eddaa3ab4f4a34bb0c3be
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.023995
Satisfiable
(Un)Satisfiability was proved
Number of variables50
Number of constraints265
Maximum constraint arity2
Maximum domain size122
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.04	c --- Preproc Stats ---
4.76/4.85	c start processing
4.76/4.85	c start relation processing
5.26/5.31	c start cnf exporting
21.17/21.35	c parsing time : 4.72
21.17/21.36	c preprocessing time : 21.231
21.17/21.36	
21.17/21.36	c Nary constraints - conflicts : 0 supports : 0
21.17/21.36	c Binary constraints - conflicts : 265 supports :0
21.17/21.36	c max arity constraint : 2
21.17/21.36	c Max Tuples generated 14884
21.17/21.36	c relations : 264
21.17/21.36	c relations BDD: 0
21.17/21.36	c sampling 229/264
21.17/21.36	c vars : 5631 - clauses :  876371
21.17/21.36	
21.17/21.38	 
21.17/21.38	c --- SAT Solver Stats ---
21.17/21.38	 
21.17/21.38	c eSAT 0.1 : minisat core with additionnal features
21.17/21.38	c ============================[ Problem Statistics ]=============================
21.17/21.38	c |                                                                             |
21.17/21.38	c |  Number of variables:  5630                                                 |
21.17/21.38	c |  Number of clauses:    876371                                               |
21.24/21.88	c |  Parsing time:         0.44         s                                       |
375.99/377.71	c restarts              : 14
375.99/377.71	c conflicts             : 36             (0 /sec)
375.99/377.71	c decisions             : 29571          (65.97 % random) (83 /sec)
375.99/377.71	c euip                  : 10          
375.99/377.71	c propagations          : 59095          (167 /sec)
375.99/377.71	c conflict literals     : 5261           (3.84 % deleted)
375.99/377.71	c Memory used           : 66.47 MB
375.99/377.71	c CPU time              : 354.632 s
375.99/377.71	c 
375.99/377.71	s SATISFIABLE
376.59/378.35	v 28 50 108 124 134 0 9 16 26 36 0 4 7 95 121 55 63 73 116 143 13 68 89 110 130 0 21 27 83 114 5 25 41 93 127 7 123 129 138 145 37 86 118 132 139 18 35 57 120 138

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-1055325-1215059381/watcher-1055325-1215059381 -o /tmp/evaluation-result-1055325-1215059381/solver-1055325-1215059381 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/galacE.sh HOME/instance-1055325-1215059381.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.02 2.05 2.01 4/67 8280
/proc/meminfo: memFree=1711152/2055920 swapFree=4156320/4192956
[pid=8280] ppid=8278 vsize=8652 CPUtime=0
/proc/8280/stat : 8280 (galacE.sh) S 8278 8280 1320 0 -1 4194304 346 0 0 0 0 0 0 0 16 0 1 0 689904498 8859648 280 996147200 4194304 4520092 548682068832 18446744073709551615 226237803354 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/8280/statm: 2163 280 208 79 0 156 0
[pid=8281] ppid=8280 vsize=8688 CPUtime=0
/proc/8281/stat : 8281 (galacE.sh) S 8280 8280 1320 0 -1 4194368 36 0 0 0 0 0 0 0 17 0 1 0 689904498 8896512 286 996147200 4194304 4520092 548682068832 18446744073709551615 226238365778 0 0 4096 73728 18446744071563648864 0 0 17 1 0 0
/proc/8281/statm: 2172 286 209 79 0 165 0
[pid=8282] ppid=8281 vsize=8728 CPUtime=0
/proc/8282/stat : 8282 (galacE.sh) R 8281 8280 1320 0 -1 4194368 25 0 0 0 0 0 0 0 19 0 1 0 689904498 8937472 290 996147200 4194304 4520092 548682068832 18446744073709551615 226238197031 0 0 3674112 73728 0 0 0 17 1 0 0
/proc/8282/statm: 2182 290 209 79 0 175 0

[startup+0.0848589 s]
/proc/loadavg: 2.02 2.05 2.01 4/67 8280
/proc/meminfo: memFree=1711152/2055920 swapFree=4156320/4192956
[pid=8280] ppid=8278 vsize=47556 CPUtime=0.01
/proc/8280/stat : 8280 (galacE.sh) S 8278 8280 1320 0 -1 4194304 766 1698 0 0 0 0 0 1 23 0 1 0 689904498 48697344 365 996147200 4194304 4520092 548682068832 18446744073709551615 226237803354 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/8280/statm: 11889 365 246 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47556

[startup+0.101862 s]
/proc/loadavg: 2.02 2.05 2.01 4/67 8280
/proc/meminfo: memFree=1711152/2055920 swapFree=4156320/4192956
[pid=8280] ppid=8278 vsize=47556 CPUtime=0.01
/proc/8280/stat : 8280 (galacE.sh) S 8278 8280 1320 0 -1 4194304 766 1698 0 0 0 0 0 1 23 0 1 0 689904498 48697344 365 996147200 4194304 4520092 548682068832 18446744073709551615 226237803354 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/8280/statm: 11889 365 246 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47556

[startup+0.301897 s]
/proc/loadavg: 2.02 2.05 2.01 4/67 8280
/proc/meminfo: memFree=1711152/2055920 swapFree=4156320/4192956
[pid=8280] ppid=8278 vsize=47556 CPUtime=0.01
/proc/8280/stat : 8280 (galacE.sh) S 8278 8280 1320 0 -1 4194304 766 1698 0 0 0 0 0 1 23 0 1 0 689904498 48697344 365 996147200 4194304 4520092 548682068832 18446744073709551615 226237803354 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/8280/statm: 11889 365 246 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47556

[startup+0.701968 s]
/proc/loadavg: 2.02 2.05 2.01 4/67 8280
/proc/meminfo: memFree=1711152/2055920 swapFree=4156320/4192956
[pid=8280] ppid=8278 vsize=47556 CPUtime=0.01
/proc/8280/stat : 8280 (galacE.sh) S 8278 8280 1320 0 -1 4194304 766 1698 0 0 0 0 0 1 23 0 1 0 689904498 48697344 365 996147200 4194304 4520092 548682068832 18446744073709551615 226237803354 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/8280/statm: 11889 365 246 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47556

[startup+1.5021 s]
/proc/loadavg: 2.02 2.05 2.01 3/90 8369
/proc/meminfo: memFree=1642544/2055920 swapFree=4156320/4192956
[pid=8280] ppid=8278 vsize=47556 CPUtime=0.01
/proc/8280/stat : 8280 (galacE.sh) S 8278 8280 1320 0 -1 4194304 766 1698 0 0 0 0 0 1 23 0 1 0 689904498 48697344 365 996147200 4194304 4520092 548682068832 18446744073709551615 226237803354 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/8280/statm: 11889 365 246 79 0 219 0
[pid=8299] ppid=8280 vsize=813552 CPUtime=1.46
/proc/8299/stat : 8299 (java) S 8280 8280 1320 0 -1 0 15884 0 1 0 138 8 0 0 24 0 9 0 689904502 833077248 15098 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/8299/statm: 203388 15098 2587 9 0 197422 0
[pid=8299/tid=8300] ppid=8280 vsize=813552 CPUtime=0.8
/proc/8299/task/8300/stat : 8300 (java) R 8280 8280 1320 0 -1 64 7536 0 1 0 75 5 0 0 19 0 9 0 689904503 833077248 15098 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8299/tid=8301] ppid=8280 vsize=813552 CPUtime=0.47
/proc/8299/task/8301/stat : 8301 (java) R 8280 8280 1320 0 -1 64 6837 0 0 0 45 2 0 0 16 0 9 0 689904504 833077248 15098 996147200 134512640 134550740 4294955616 18446744073709551615 104181422 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=8299/tid=8302] ppid=8280 vsize=813552 CPUtime=0
/proc/8299/task/8302/stat : 8302 (java) S 8280 8280 1320 0 -1 64 11 0 0 0 0 0 0 0 15 0 9 0 689904504 833077248 15098 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8299/tid=8303] ppid=8280 vsize=813552 CPUtime=0
/proc/8299/task/8303/stat : 8303 (java) S 8280 8280 1320 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 689904504 833077248 15098 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8299/tid=8305] ppid=8280 vsize=813552 CPUtime=0
/proc/8299/task/8305/stat : 8305 (java) S 8280 8280 1320 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 689904506 833077248 15098 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8299/tid=8307] ppid=8280 vsize=813552 CPUtime=0.16
/proc/8299/task/8307/stat : 8307 (java) S 8280 8280 1320 0 -1 64 810 0 0 0 16 0 0 0 16 0 9 0 689904506 833077248 15098 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8299/tid=8308] ppid=8280 vsize=813552 CPUtime=0
/proc/8299/task/8308/stat : 8308 (java) S 8280 8280 1320 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 689904506 833077248 15098 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8299/tid=8309] ppid=8280 vsize=813552 CPUtime=0
/proc/8299/task/8309/stat : 8309 (java) S 8280 8280 1320 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 689904506 833077248 15098 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 861108

[startup+3.10137 s]
/proc/loadavg: 2.18 2.08 2.02 4/90 8373
/proc/meminfo: memFree=1624560/2055920 swapFree=4156320/4192956
[pid=8280] ppid=8278 vsize=47556 CPUtime=0.01
/proc/8280/stat : 8280 (galacE.sh) S 8278 8280 1320 0 -1 4194304 766 1698 0 0 0 0 0 1 23 0 1 0 689904498 48697344 365 996147200 4194304 4520092 548682068832 18446744073709551615 226237803354 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/8280/statm: 11889 365 246 79 0 219 0
[pid=8299] ppid=8280 vsize=813552 CPUtime=3.06
/proc/8299/stat : 8299 (java) S 8280 8280 1320 0 -1 0 18849 0 1 0 295 11 0 0 24 0 9 0 689904502 833077248 18051 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/8299/statm: 203388 18051 2589 9 0 197422 0
[pid=8299/tid=8300] ppid=8280 vsize=813552 CPUtime=1.25
/proc/8299/task/8300/stat : 8300 (java) S 8280 8280 1320 0 -1 64 7548 0 1 0 120 5 0 0 16 0 9 0 689904503 833077248 18051 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8299/tid=8301] ppid=8280 vsize=813552 CPUtime=1.59
/proc/8299/task/8301/stat : 8301 (java) R 8280 8280 1320 0 -1 64 9767 0 0 0 155 4 0 0 17 0 9 0 689904504 833077248 18051 996147200 134512640 134550740 4294955616 18446744073709551615 104182221 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=8299/tid=8302] ppid=8280 vsize=813552 CPUtime=0
/proc/8299/task/8302/stat : 8302 (java) S 8280 8280 1320 0 -1 64 11 0 0 0 0 0 0 0 15 0 9 0 689904504 833077248 18051 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8299/tid=8303] ppid=8280 vsize=813552 CPUtime=0
/proc/8299/task/8303/stat : 8303 (java) S 8280 8280 1320 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 689904504 833077248 18051 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8299/tid=8305] ppid=8280 vsize=813552 CPUtime=0
/proc/8299/task/8305/stat : 8305 (java) S 8280 8280 1320 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 689904506 833077248 18051 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8299/tid=8307] ppid=8280 vsize=813552 CPUtime=0.19
/proc/8299/task/8307/stat : 8307 (java) S 8280 8280 1320 0 -1 64 833 0 0 0 19 0 0 0 16 0 9 0 689904506 833077248 18051 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8299/tid=8308] ppid=8280 vsize=813552 CPUtime=0
/proc/8299/task/8308/stat : 8308 (java) S 8280 8280 1320 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 689904506 833077248 18051 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8299/tid=8309] ppid=8280 vsize=813552 CPUtime=0
/proc/8299/task/8309/stat : 8309 (java) S 8280 8280 1320 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 689904506 833077248 18051 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 861108

[startup+6.30291 s]
/proc/loadavg: 2.18 2.08 2.02 3/91 8508
/proc/meminfo: memFree=1591464/2055920 swapFree=4156320/4192956
[pid=8280] ppid=8278 vsize=47556 CPUtime=0.01
/proc/8280/stat : 8280 (galacE.sh) S 8278 8280 1320 0 -1 4194304 766 1698 0 0 0 0 0 1 23 0 1 0 689904498 48697344 365 996147200 4194304 4520092 548682068832 18446744073709551615 226237803354 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/8280/statm: 11889 365 246 79 0 219 0
[pid=8299] ppid=8280 vsize=813560 CPUtime=6.24
/proc/8299/stat : 8299 (java) S 8280 8280 1320 0 -1 0 28840 0 1 0 608 16 0 0 24 0 9 0 689904502 833085440 27918 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/8299/statm: 203390 27918 2594 9 0 197424 0
[pid=8299/tid=8300] ppid=8280 vsize=813560 CPUtime=2.89
/proc/8299/task/8300/stat : 8300 (java) R 8280 8280 1320 0 -1 64 14627 0 1 0 279 10 0 0 25 0 9 0 689904503 833085440 27918 996147200 134512640 134550740 4294955616 18446744073709551615 4126772430 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8299/tid=8301] ppid=8280 vsize=813560 CPUtime=3.06
/proc/8299/task/8301/stat : 8301 (java) S 8280 8280 1320 0 -1 64 12639 0 0 0 301 5 0 0 16 0 9 0 689904504 833085440 27918 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=8299/tid=8302] ppid=8280 vsize=813560 CPUtime=0
/proc/8299/task/8302/stat : 8302 (java) S 8280 8280 1320 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 689904504 833085440 27918 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8299/tid=8303] ppid=8280 vsize=813560 CPUtime=0
/proc/8299/task/8303/stat : 8303 (java) S 8280 8280 1320 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 689904504 833085440 27918 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8299/tid=8305] ppid=8280 vsize=813560 CPUtime=0
/proc/8299/task/8305/stat : 8305 (java) S 8280 8280 1320 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 689904506 833085440 27918 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8299/tid=8307] ppid=8280 vsize=813560 CPUtime=0.26
/proc/8299/task/8307/stat : 8307 (java) S 8280 8280 1320 0 -1 64 873 0 0 0 26 0 0 0 15 0 9 0 689904506 833085440 27918 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8299/tid=8308] ppid=8280 vsize=813560 CPUtime=0
/proc/8299/task/8308/stat : 8308 (java) S 8280 8280 1320 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 689904506 833085440 27918 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8299/tid=8309] ppid=8280 vsize=813560 CPUtime=0
/proc/8299/task/8309/stat : 8309 (java) S 8280 8280 1320 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 689904506 833085440 27918 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.25
Current children cumulated vsize (KiB) 861116

[startup+12.703 s]
/proc/loadavg: 2.15 2.07 2.02 3/91 8508
/proc/meminfo: memFree=1496232/2055920 swapFree=4156320/4192956
[pid=8280] ppid=8278 vsize=47556 CPUtime=0.01
/proc/8280/stat : 8280 (galacE.sh) S 8278 8280 1320 0 -1 4194304 766 1698 0 0 0 0 0 1 23 0 1 0 689904498 48697344 365 996147200 4194304 4520092 548682068832 18446744073709551615 226237803354 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/8280/statm: 11889 365 246 79 0 219 0
[pid=8299] ppid=8280 vsize=813560 CPUtime=12.6
/proc/8299/stat : 8299 (java) S 8280 8280 1320 0 -1 0 29011 0 1 0 1240 20 0 0 24 0 9 0 689904502 833085440 28075 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/8299/statm: 203390 28075 2594 9 0 197424 0
[pid=8299/tid=8300] ppid=8280 vsize=813560 CPUtime=9.21
/proc/8299/task/8300/stat : 8300 (java) R 8280 8280 1320 0 -1 64 14642 0 1 0 908 13 0 0 25 0 9 0 689904503 833085440 28075 996147200 134512640 134550740 4294955616 18446744073709551615 4126095719 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8299/tid=8301] ppid=8280 vsize=813560 CPUtime=3.09
/proc/8299/task/8301/stat : 8301 (java) S 8280 8280 1320 0 -1 64 12790 0 0 0 304 5 0 0 16 0 9 0 689904504 833085440 28075 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=8299/tid=8302] ppid=8280 vsize=813560 CPUtime=0
/proc/8299/task/8302/stat : 8302 (java) S 8280 8280 1320 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 689904504 833085440 28075 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8299/tid=8303] ppid=8280 vsize=813560 CPUtime=0
/proc/8299/task/8303/stat : 8303 (java) S 8280 8280 1320 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 689904504 833085440 28075 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8299/tid=8305] ppid=8280 vsize=813560 CPUtime=0
/proc/8299/task/8305/stat : 8305 (java) S 8280 8280 1320 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 689904506 833085440 28075 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8299/tid=8307] ppid=8280 vsize=813560 CPUtime=0.27
/proc/8299/task/8307/stat : 8307 (java) S 8280 8280 1320 0 -1 64 878 0 0 0 27 0 0 0 15 0 9 0 689904506 833085440 28075 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8299/tid=8308] ppid=8280 vsize=813560 CPUtime=0
/proc/8299/task/8308/stat : 8308 (java) S 8280 8280 1320 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 689904506 833085440 28075 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8299/tid=8309] ppid=8280 vsize=813560 CPUtime=0
/proc/8299/task/8309/stat : 8309 (java) S 8280 8280 1320 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 689904506 833085440 28075 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.61
Current children cumulated vsize (KiB) 861116

[startup+25.5011 s]
/proc/loadavg: 2.13 2.07 2.02 3/83 8509
/proc/meminfo: memFree=1535656/2055920 swapFree=4156320/4192956
[pid=8280] ppid=8278 vsize=47556 CPUtime=21.24
/proc/8280/stat : 8280 (galacE.sh) S 8278 8280 1320 0 -1 4194304 800 30738 0 1 0 0 2098 26 17 0 1 0 689904498 48697344 365 996147200 4194304 4520092 548682068832 18446744073709551615 226237803354 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/8280/statm: 11889 365 246 79 0 219 0
[pid=8509] ppid=8280 vsize=48484 CPUtime=4.08
/proc/8509/stat : 8509 (eSAT_static) R 8280 8280 1320 0 -1 4194304 11647 0 0 0 403 5 0 0 25 0 1 0 689906636 49647616 11629 996147200 134512640 135177480 4294955984 18446744073709551615 134537322 0 0 4096 3 0 0 0 17 1 0 0
/proc/8509/statm: 12121 11629 75 162 0 11956 0
Current children cumulated CPU time (s) 25.32
Current children cumulated vsize (KiB) 96040

[startup+51.1014 s]
/proc/loadavg: 2.08 2.06 2.02 3/75 8510
/proc/meminfo: memFree=1563752/2055920 swapFree=4156320/4192956
[pid=8280] ppid=8278 vsize=47556 CPUtime=21.24
/proc/8280/stat : 8280 (galacE.sh) S 8278 8280 1320 0 -1 4194304 800 30738 0 1 0 0 2098 26 17 0 1 0 689904498 48697344 365 996147200 4194304 4520092 548682068832 18446744073709551615 226237803354 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/8280/statm: 11889 365 246 79 0 219 0
[pid=8509] ppid=8280 vsize=63776 CPUtime=29.57
/proc/8509/stat : 8509 (eSAT_static) R 8280 8280 1320 0 -1 4194304 15262 0 0 0 2949 8 0 0 25 0 1 0 689906636 65306624 15244 996147200 134512640 135177480 4294955984 18446744073709551615 134538021 0 0 4096 3 0 0 0 17 0 0 0
/proc/8509/statm: 15944 15244 75 162 0 15779 0
Current children cumulated CPU time (s) 50.81
Current children cumulated vsize (KiB) 111332

[startup+102.306 s]
/proc/loadavg: 2.03 2.05 2.01 3/75 8510
/proc/meminfo: memFree=1543272/2055920 swapFree=4156320/4192956
[pid=8280] ppid=8278 vsize=47556 CPUtime=21.24
/proc/8280/stat : 8280 (galacE.sh) S 8278 8280 1320 0 -1 4194304 800 30738 0 1 0 0 2098 26 17 0 1 0 689904498 48697344 365 996147200 4194304 4520092 548682068832 18446744073709551615 226237803354 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/8280/statm: 11889 365 246 79 0 219 0
[pid=8509] ppid=8280 vsize=73936 CPUtime=80.54
/proc/8509/stat : 8509 (eSAT_static) R 8280 8280 1320 0 -1 4194304 17570 0 0 0 8045 9 0 0 25 0 1 0 689906636 75710464 17552 996147200 134512640 135177480 4294955984 18446744073709551615 134537443 0 0 4096 3 0 0 0 17 0 0 0
/proc/8509/statm: 18484 17552 75 162 0 18319 0
Current children cumulated CPU time (s) 101.78
Current children cumulated vsize (KiB) 121492

[startup+162.301 s]
/proc/loadavg: 2.01 2.04 2.01 3/75 8510
/proc/meminfo: memFree=1519784/2055920 swapFree=4156320/4192956
[pid=8280] ppid=8278 vsize=47556 CPUtime=21.24
/proc/8280/stat : 8280 (galacE.sh) S 8278 8280 1320 0 -1 4194304 800 30738 0 1 0 0 2098 26 17 0 1 0 689904498 48697344 365 996147200 4194304 4520092 548682068832 18446744073709551615 226237803354 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/8280/statm: 11889 365 246 79 0 219 0
[pid=8509] ppid=8280 vsize=85740 CPUtime=140.28
/proc/8509/stat : 8509 (eSAT_static) R 8280 8280 1320 0 -1 4194304 20468 0 0 0 14018 10 0 0 25 0 1 0 689906636 87797760 20450 996147200 134512640 135177480 4294955984 18446744073709551615 134538021 0 0 4096 3 0 0 0 17 0 0 0
/proc/8509/statm: 21435 20450 75 162 0 21270 0
Current children cumulated CPU time (s) 161.52
Current children cumulated vsize (KiB) 133296

[startup+222.301 s]
/proc/loadavg: 2.00 2.03 2.00 3/75 8510
/proc/meminfo: memFree=1510248/2055920 swapFree=4156320/4192956
[pid=8280] ppid=8278 vsize=47556 CPUtime=21.24
/proc/8280/stat : 8280 (galacE.sh) S 8278 8280 1320 0 -1 4194304 800 30738 0 1 0 0 2098 26 17 0 1 0 689904498 48697344 365 996147200 4194304 4520092 548682068832 18446744073709551615 226237803354 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/8280/statm: 11889 365 246 79 0 219 0
[pid=8509] ppid=8280 vsize=97308 CPUtime=200.02
/proc/8509/stat : 8509 (eSAT_static) R 8280 8280 1320 0 -1 4194304 21599 0 0 0 19991 11 0 0 25 0 1 0 689906636 99643392 21581 996147200 134512640 135177480 4294955984 18446744073709551615 134536951 0 0 4096 3 0 0 0 17 0 0 0
/proc/8509/statm: 24327 21581 75 162 0 24162 0
Current children cumulated CPU time (s) 221.26
Current children cumulated vsize (KiB) 144864

[startup+282.301 s]
/proc/loadavg: 2.00 2.02 2.00 3/75 8510
/proc/meminfo: memFree=1500456/2055920 swapFree=4156320/4192956
[pid=8280] ppid=8278 vsize=47556 CPUtime=21.24
/proc/8280/stat : 8280 (galacE.sh) S 8278 8280 1320 0 -1 4194304 800 30738 0 1 0 0 2098 26 17 0 1 0 689904498 48697344 365 996147200 4194304 4520092 548682068832 18446744073709551615 226237803354 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/8280/statm: 11889 365 246 79 0 219 0
[pid=8509] ppid=8280 vsize=98632 CPUtime=259.76
/proc/8509/stat : 8509 (eSAT_static) R 8280 8280 1320 0 -1 4194304 22505 0 0 0 25965 11 0 0 25 0 1 0 689906636 100999168 22487 996147200 134512640 135177480 4294955984 18446744073709551615 134538918 0 0 4096 3 0 0 0 17 0 0 0
/proc/8509/statm: 24658 22487 75 162 0 24493 0
Current children cumulated CPU time (s) 281
Current children cumulated vsize (KiB) 146188

[startup+342.302 s]
/proc/loadavg: 2.00 2.02 2.00 3/75 8510
/proc/meminfo: memFree=1490536/2055920 swapFree=4156320/4192956
[pid=8280] ppid=8278 vsize=47556 CPUtime=21.24
/proc/8280/stat : 8280 (galacE.sh) S 8278 8280 1320 0 -1 4194304 800 30738 0 1 0 0 2098 26 17 0 1 0 689904498 48697344 365 996147200 4194304 4520092 548682068832 18446744073709551615 226237803354 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/8280/statm: 11889 365 246 79 0 219 0
[pid=8509] ppid=8280 vsize=99564 CPUtime=319.5
/proc/8509/stat : 8509 (eSAT_static) R 8280 8280 1320 0 -1 4194304 23900 0 0 0 31938 12 0 0 25 0 1 0 689906636 101953536 23882 996147200 134512640 135177480 4294955984 18446744073709551615 134538010 0 0 4096 3 0 0 0 17 0 0 0
/proc/8509/statm: 24891 23882 75 162 0 24726 0
Current children cumulated CPU time (s) 340.74
Current children cumulated vsize (KiB) 147120

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

[startup+358.302 s]
/proc/loadavg: 2.00 2.02 2.00 3/75 8510
/proc/meminfo: memFree=1489064/2055920 swapFree=4156320/4192956
[pid=8280] ppid=8278 vsize=47556 CPUtime=21.24
/proc/8280/stat : 8280 (galacE.sh) S 8278 8280 1320 0 -1 4194304 800 30738 0 1 0 0 2098 26 17 0 1 0 689904498 48697344 365 996147200 4194304 4520092 548682068832 18446744073709551615 226237803354 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/8280/statm: 11889 365 246 79 0 219 0
[pid=8509] ppid=8280 vsize=99564 CPUtime=335.43
/proc/8509/stat : 8509 (eSAT_static) R 8280 8280 1320 0 -1 4194304 23904 0 0 0 33531 12 0 0 25 0 1 0 689906636 101953536 23886 996147200 134512640 135177480 4294955984 18446744073709551615 134537457 0 0 4096 3 0 0 0 17 0 0 0
/proc/8509/statm: 24891 23886 75 162 0 24726 0
Current children cumulated CPU time (s) 356.67
Current children cumulated vsize (KiB) 147120

[startup+371.101 s]
/proc/loadavg: 2.00 2.01 2.00 3/75 8510
/proc/meminfo: memFree=1487976/2055920 swapFree=4156320/4192956
[pid=8280] ppid=8278 vsize=47556 CPUtime=21.24
/proc/8280/stat : 8280 (galacE.sh) S 8278 8280 1320 0 -1 4194304 800 30738 0 1 0 0 2098 26 17 0 1 0 689904498 48697344 365 996147200 4194304 4520092 548682068832 18446744073709551615 226237803354 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/8280/statm: 11889 365 246 79 0 219 0
[pid=8509] ppid=8280 vsize=99564 CPUtime=348.18
/proc/8509/stat : 8509 (eSAT_static) R 8280 8280 1320 0 -1 4194304 24160 0 0 0 34805 13 0 0 25 0 1 0 689906636 101953536 24142 996147200 134512640 135177480 4294955984 18446744073709551615 134537443 0 0 4096 3 0 0 0 17 0 0 0
/proc/8509/statm: 24891 24142 75 162 0 24726 0
Current children cumulated CPU time (s) 369.42
Current children cumulated vsize (KiB) 147120

[startup+374.302 s]
/proc/loadavg: 2.00 2.01 2.00 3/75 8510
/proc/meminfo: memFree=1487080/2055920 swapFree=4156320/4192956
[pid=8280] ppid=8278 vsize=47556 CPUtime=21.24
/proc/8280/stat : 8280 (galacE.sh) S 8278 8280 1320 0 -1 4194304 800 30738 0 1 0 0 2098 26 17 0 1 0 689904498 48697344 365 996147200 4194304 4520092 548682068832 18446744073709551615 226237803354 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/8280/statm: 11889 365 246 79 0 219 0
[pid=8509] ppid=8280 vsize=99564 CPUtime=351.37
/proc/8509/stat : 8509 (eSAT_static) R 8280 8280 1320 0 -1 4194304 24160 0 0 0 35124 13 0 0 25 0 1 0 689906636 101953536 24142 996147200 134512640 135177480 4294955984 18446744073709551615 134537460 0 0 4096 3 0 0 0 17 0 0 0
/proc/8509/statm: 24891 24142 75 162 0 24726 0
Current children cumulated CPU time (s) 372.61
Current children cumulated vsize (KiB) 147120

[startup+375.902 s]
/proc/loadavg: 2.00 2.01 2.00 3/75 8510
/proc/meminfo: memFree=1487080/2055920 swapFree=4156320/4192956
[pid=8280] ppid=8278 vsize=47556 CPUtime=21.24
/proc/8280/stat : 8280 (galacE.sh) S 8278 8280 1320 0 -1 4194304 800 30738 0 1 0 0 2098 26 17 0 1 0 689904498 48697344 365 996147200 4194304 4520092 548682068832 18446744073709551615 226237803354 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/8280/statm: 11889 365 246 79 0 219 0
[pid=8509] ppid=8280 vsize=99564 CPUtime=352.96
/proc/8509/stat : 8509 (eSAT_static) R 8280 8280 1320 0 -1 4194304 24160 0 0 0 35283 13 0 0 25 0 1 0 689906636 101953536 24142 996147200 134512640 135177480 4294955984 18446744073709551615 134537457 0 0 4096 3 0 0 0 17 0 0 0
/proc/8509/statm: 24891 24142 75 162 0 24726 0
Current children cumulated CPU time (s) 374.2
Current children cumulated vsize (KiB) 147120

[startup+377.501 s]
/proc/loadavg: 2.00 2.01 2.00 3/75 8510
/proc/meminfo: memFree=1487080/2055920 swapFree=4156320/4192956
[pid=8280] ppid=8278 vsize=47556 CPUtime=21.24
/proc/8280/stat : 8280 (galacE.sh) S 8278 8280 1320 0 -1 4194304 800 30738 0 1 0 0 2098 26 17 0 1 0 689904498 48697344 365 996147200 4194304 4520092 548682068832 18446744073709551615 226237803354 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/8280/statm: 11889 365 246 79 0 219 0
[pid=8509] ppid=8280 vsize=99692 CPUtime=354.55
/proc/8509/stat : 8509 (eSAT_static) R 8280 8280 1320 0 -1 4194304 24161 0 0 0 35442 13 0 0 25 0 1 0 689906636 102084608 24143 996147200 134512640 135177480 4294955984 18446744073709551615 134538925 0 0 4096 3 0 0 0 17 0 0 0
/proc/8509/statm: 24923 24143 75 162 0 24758 0
Current children cumulated CPU time (s) 375.79
Current children cumulated vsize (KiB) 147248

[startup+377.902 s]
/proc/loadavg: 2.00 2.01 2.00 3/75 8510
/proc/meminfo: memFree=1487080/2055920 swapFree=4156320/4192956
[pid=8280] ppid=8278 vsize=47556 CPUtime=376.03
/proc/8280/stat : 8280 (galacE.sh) S 8278 8280 1320 0 -1 4194304 836 54923 0 1 0 0 37562 41 16 0 1 0 689904498 48697344 366 996147200 4194304 4520092 548682068832 18446744073709551615 226238365778 0 0 4096 73728 18446744071563648864 0 0 17 0 0 0
/proc/8280/statm: 11889 366 246 79 0 219 0
Current children cumulated CPU time (s) 376.03
Current children cumulated vsize (KiB) 47556

[startup+378.302 s]
/proc/loadavg: 2.00 2.01 2.00 3/83 8519
/proc/meminfo: memFree=1567080/2055920 swapFree=4156320/4192956
[pid=8280] ppid=8278 vsize=47556 CPUtime=376.03
/proc/8280/stat : 8280 (galacE.sh) S 8278 8280 1320 0 -1 4194304 836 54923 0 1 0 0 37562 41 16 0 1 0 689904498 48697344 366 996147200 4194304 4520092 548682068832 18446744073709551615 226238365778 0 0 4096 73728 18446744071563648864 0 0 17 0 0 0
/proc/8280/statm: 11889 366 246 79 0 219 0
[pid=8511] ppid=8280 vsize=812560 CPUtime=0.56
/proc/8511/stat : 8511 (java) S 8280 8280 1320 0 -1 0 6592 0 1 0 51 5 0 0 20 0 9 0 689942271 832061440 5975 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 18446744073709551615 0 0 17 0 0 0
/proc/8511/statm: 203140 5975 1911 9 0 197146 0
[pid=8511/tid=8512] ppid=8280 vsize=812560 CPUtime=0.37
/proc/8511/task/8512/stat : 8512 (java) R 8280 8280 1320 0 -1 64 5059 0 1 0 34 3 0 0 25 0 9 0 689942272 832061440 5975 996147200 134512640 134550740 4294955616 18446744073709551615 4126876748 0 4 3670016 16800975 0 0 0 -1 0 0 0
[pid=8511/tid=8513] ppid=8280 vsize=812560 CPUtime=0
/proc/8511/task/8513/stat : 8513 (java) S 8280 8280 1320 0 -1 64 4 0 0 0 0 0 0 0 22 0 9 0 689942273 832061440 5975 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 0 0 0 -1 0 0 0
[pid=8511/tid=8514] ppid=8280 vsize=812560 CPUtime=0
/proc/8511/task/8514/stat : 8514 (java) S 8280 8280 1320 0 -1 64 11 0 0 0 0 0 0 0 23 0 9 0 689942274 832061440 5975 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
[pid=8511/tid=8515] ppid=8280 vsize=812560 CPUtime=0
/proc/8511/task/8515/stat : 8515 (java) S 8280 8280 1320 0 -1 64 4 0 0 0 0 0 0 0 24 0 9 0 689942274 832061440 5975 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
[pid=8511/tid=8516] ppid=8280 vsize=812560 CPUtime=0
/proc/8511/task/8516/stat : 8516 (java) S 8280 8280 1320 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 689942276 832061440 5975 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
[pid=8511/tid=8517] ppid=8280 vsize=812560 CPUtime=0.16
/proc/8511/task/8517/stat : 8517 (java) S 8280 8280 1320 0 -1 64 820 0 0 0 16 0 0 0 16 0 9 0 689942276 832061440 5975 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
[pid=8511/tid=8518] ppid=8280 vsize=812560 CPUtime=0
/proc/8511/task/8518/stat : 8518 (java) S 8280 8280 1320 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 689942276 832061440 5975 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
[pid=8511/tid=8519] ppid=8280 vsize=812560 CPUtime=0
/proc/8511/task/8519/stat : 8519 (java) S 8280 8280 1320 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 689942276 832061440 5975 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 376.59
Current children cumulated vsize (KiB) 860116

Child status: 0
Real time (s): 378.366
CPU time (s): 376.645
CPU user time (s): 376.158
CPU system time (s): 0.486925
CPU usage (%): 99.545
Max. virtual memory (cumulated for all children) (KiB): 861272

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 376.158
system time used= 0.486925
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 62912
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= 2689
involuntary context switches= 7441

runsolver used 0.365944 second user time and 1.04584 second system time

The end

Launcher Data (download as text)

Begin job on node58 at 2008-07-03 06:29:41
IDJOB=1055325
IDBENCH=56814
IDSOLVER=351
FILE ID=node58/1055325-1215059381
PBS_JOBID= 7875060
Free space on /tmp= 66544 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 8bcfd9da142eddaa3ab4f4a34bb0c3be
RANDOM SEED=1427014146

node58.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.261
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.261
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:       1711944 kB
Buffers:         55088 kB
Cached:         182332 kB
SwapCached:      30976 kB
Active:         188156 kB
Inactive:        97284 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1711944 kB
SwapTotal:     4192956 kB
SwapFree:      4156320 kB
Dirty:            4132 kB
Writeback:           0 kB
Mapped:          53524 kB
Slab:            44192 kB
Committed_AS:   978196 kB
PageTables:       1660 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= 66528 MiB
End job on node58 at 2008-07-03 06:35:59