Trace number 1055346

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 397.674 399.527

General information on the benchmark

Namecsp/jobShop-e0ddr1/
normalized-e0ddr1-10-by-5-1.xml
MD5SUM1e26f6e59c567a142f0a4ac1d4e81c25
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.039993
Satisfiable
(Un)Satisfiability was proved
Number of variables50
Number of constraints265
Maximum constraint arity2
Maximum domain size115
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.73/5.86	c start processing
5.73/5.86	c start relation processing
6.23/6.33	c start cnf exporting
22.43/22.63	c parsing time : 5.724
22.43/22.63	c preprocessing time : 22.501
22.43/22.63	
22.43/22.63	c Nary constraints - conflicts : 0 supports : 0
22.43/22.63	c Binary constraints - conflicts : 265 supports :0
22.43/22.63	c max arity constraint : 2
22.43/22.63	c Max Tuples generated 13225
22.43/22.63	c relations : 265
22.43/22.63	c relations BDD: 0
22.43/22.63	c sampling 225/265
22.43/22.63	c vars : 5381 - clauses :  849080
22.43/22.63	
22.43/22.65	 
22.43/22.65	c --- SAT Solver Stats ---
22.43/22.65	 
22.43/22.65	c eSAT 0.1 : minisat core with additionnal features
22.43/22.65	c ============================[ Problem Statistics ]=============================
22.43/22.65	c |                                                                             |
22.43/22.65	c |  Number of variables:  5380                                                 |
22.43/22.65	c |  Number of clauses:    849080                                               |
22.93/23.14	c |  Parsing time:         0.42         s                                       |
396.96/398.87	c restarts              : 209
396.96/398.87	c conflicts             : 9442           (25 /sec)
396.96/398.87	c decisions             : 160362         (43.61 % random) (428 /sec)
396.96/398.87	c euip                  : 2831        
396.96/398.87	c propagations          : 1185223        (3166 /sec)
396.96/398.87	c conflict literals     : 990009         (8.06 % deleted)
396.96/398.87	c Memory used           : 70.05 MB
396.96/398.87	c CPU time              : 374.408 s
396.96/398.87	c 
396.96/398.88	s SATISFIABLE
397.62/399.51	v 20 35 46 60 77 0 10 18 56 92 4 15 32 97 125 19 53 69 118 129 12 35 85 98 105 28 43 59 103 140 0 3 6 42 135 22 78 109 127 144 15 48 97 107 138 2 19 124 137 140

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-1055346-1215059385/watcher-1055346-1215059385 -o /tmp/evaluation-result-1055346-1215059385/solver-1055346-1215059385 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/galacE.sh HOME/instance-1055346-1215059385.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.18 2.08 2.02 4/81 8486
/proc/meminfo: memFree=1636536/2055920 swapFree=4156320/4192956
[pid=8486] ppid=8484 vsize=18572 CPUtime=0
/proc/8486/stat : 8486 (runsolver) R 8484 8486 8038 0 -1 4194368 15 0 0 0 0 0 0 0 24 0 1 0 689904944 19017728 292 996147200 4194304 4296836 548682068496 18446744073709551615 226238197031 0 0 4096 24578 0 0 0 17 1 0 0
/proc/8486/statm: 4643 292 257 25 0 2626 0

[startup+0.051461 s]
/proc/loadavg: 2.18 2.08 2.02 4/81 8486
/proc/meminfo: memFree=1636536/2055920 swapFree=4156320/4192956
[pid=8486] ppid=8484 vsize=47556 CPUtime=0.01
/proc/8486/stat : 8486 (galacE.sh) S 8484 8486 8038 0 -1 4194304 766 1698 0 0 0 0 0 1 23 0 1 0 689904944 48697344 365 996147200 4194304 4520092 548682068832 18446744073709551615 226237803354 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/8486/statm: 11889 365 246 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47556

[startup+0.104031 s]
/proc/loadavg: 2.18 2.08 2.02 4/81 8486
/proc/meminfo: memFree=1636536/2055920 swapFree=4156320/4192956
[pid=8486] ppid=8484 vsize=47556 CPUtime=0.01
/proc/8486/stat : 8486 (galacE.sh) S 8484 8486 8038 0 -1 4194304 766 1698 0 0 0 0 0 1 23 0 1 0 689904944 48697344 365 996147200 4194304 4520092 548682068832 18446744073709551615 226237803354 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/8486/statm: 11889 365 246 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47556

[startup+0.301066 s]
/proc/loadavg: 2.18 2.08 2.02 4/81 8486
/proc/meminfo: memFree=1636536/2055920 swapFree=4156320/4192956
[pid=8486] ppid=8484 vsize=47556 CPUtime=0.01
/proc/8486/stat : 8486 (galacE.sh) S 8484 8486 8038 0 -1 4194304 766 1698 0 0 0 0 0 1 23 0 1 0 689904944 48697344 365 996147200 4194304 4520092 548682068832 18446744073709551615 226237803354 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/8486/statm: 11889 365 246 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47556

[startup+0.701132 s]
/proc/loadavg: 2.18 2.08 2.02 4/81 8486
/proc/meminfo: memFree=1636536/2055920 swapFree=4156320/4192956
[pid=8486] ppid=8484 vsize=47556 CPUtime=0.01
/proc/8486/stat : 8486 (galacE.sh) S 8484 8486 8038 0 -1 4194304 766 1698 0 0 0 0 0 1 23 0 1 0 689904944 48697344 365 996147200 4194304 4520092 548682068832 18446744073709551615 226237803354 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/8486/statm: 11889 365 246 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47556

[startup+1.50226 s]
/proc/loadavg: 2.18 2.08 2.02 4/91 8508
/proc/meminfo: memFree=1591336/2055920 swapFree=4156320/4192956
[pid=8486] ppid=8484 vsize=47556 CPUtime=0.01
/proc/8486/stat : 8486 (galacE.sh) S 8484 8486 8038 0 -1 4194304 766 1698 0 0 0 0 0 1 23 0 1 0 689904944 48697344 365 996147200 4194304 4520092 548682068832 18446744073709551615 226237803354 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/8486/statm: 11889 365 246 79 0 219 0
[pid=8500] ppid=8486 vsize=812524 CPUtime=1.44
/proc/8500/stat : 8500 (java) S 8486 8486 8038 0 -1 0 15530 0 1 0 136 8 0 0 18 0 9 0 689904948 832024576 14746 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8500/statm: 203131 14746 2587 9 0 197165 0
[pid=8500/tid=8501] ppid=8486 vsize=812524 CPUtime=0.86
/proc/8500/task/8501/stat : 8501 (java) R 8486 8486 8038 0 -1 64 7527 0 1 0 81 5 0 0 23 0 9 0 689904949 832024576 14746 996147200 134512640 134550740 4294955616 18446744073709551615 4125960196 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8500/tid=8502] ppid=8486 vsize=812524 CPUtime=0.4
/proc/8500/task/8502/stat : 8502 (java) S 8486 8486 8038 0 -1 64 6529 0 0 0 38 2 0 0 16 0 9 0 689904951 832024576 14746 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=8500/tid=8503] ppid=8486 vsize=812524 CPUtime=0
/proc/8500/task/8503/stat : 8503 (java) S 8486 8486 8038 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 689904951 832024576 14746 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8500/tid=8504] ppid=8486 vsize=812524 CPUtime=0
/proc/8500/task/8504/stat : 8504 (java) S 8486 8486 8038 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 689904951 832024576 14746 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8500/tid=8505] ppid=8486 vsize=812524 CPUtime=0
/proc/8500/task/8505/stat : 8505 (java) S 8486 8486 8038 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 689904953 832024576 14746 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8500/tid=8506] ppid=8486 vsize=812524 CPUtime=0.15
/proc/8500/task/8506/stat : 8506 (java) S 8486 8486 8038 0 -1 64 774 0 0 0 15 0 0 0 15 0 9 0 689904953 832024576 14746 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8500/tid=8507] ppid=8486 vsize=812524 CPUtime=0
/proc/8500/task/8507/stat : 8507 (java) S 8486 8486 8038 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 689904953 832024576 14746 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8500/tid=8508] ppid=8486 vsize=812524 CPUtime=0
/proc/8500/task/8508/stat : 8508 (java) S 8486 8486 8038 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 689904953 832024576 14746 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) 860080

[startup+3.10154 s]
/proc/loadavg: 2.18 2.08 2.02 4/91 8508
/proc/meminfo: memFree=1550696/2055920 swapFree=4156320/4192956
[pid=8486] ppid=8484 vsize=47556 CPUtime=0.01
/proc/8486/stat : 8486 (galacE.sh) S 8484 8486 8038 0 -1 4194304 766 1698 0 0 0 0 0 1 23 0 1 0 689904944 48697344 365 996147200 4194304 4520092 548682068832 18446744073709551615 226237803354 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/8486/statm: 11889 365 246 79 0 219 0
[pid=8500] ppid=8486 vsize=812524 CPUtime=3.03
/proc/8500/stat : 8500 (java) S 8486 8486 8038 0 -1 0 18394 0 1 0 294 9 0 0 18 0 9 0 689904948 832024576 17597 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8500/statm: 203131 17597 2589 9 0 197165 0
[pid=8500/tid=8501] ppid=8486 vsize=812524 CPUtime=1.35
/proc/8500/task/8501/stat : 8501 (java) R 8486 8486 8038 0 -1 64 7540 0 1 0 130 5 0 0 25 0 9 0 689904949 832024576 17597 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8500/tid=8502] ppid=8486 vsize=812524 CPUtime=1.46
/proc/8500/task/8502/stat : 8502 (java) R 8486 8486 8038 0 -1 64 9354 0 0 0 143 3 0 0 16 0 9 0 689904951 832024576 17597 996147200 134512640 134550740 4294955616 18446744073709551615 104181352 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=8500/tid=8503] ppid=8486 vsize=812524 CPUtime=0
/proc/8500/task/8503/stat : 8503 (java) S 8486 8486 8038 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 689904951 832024576 17597 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8500/tid=8504] ppid=8486 vsize=812524 CPUtime=0
/proc/8500/task/8504/stat : 8504 (java) S 8486 8486 8038 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 689904951 832024576 17597 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8500/tid=8505] ppid=8486 vsize=812524 CPUtime=0
/proc/8500/task/8505/stat : 8505 (java) S 8486 8486 8038 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 689904953 832024576 17597 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8500/tid=8506] ppid=8486 vsize=812524 CPUtime=0.2
/proc/8500/task/8506/stat : 8506 (java) S 8486 8486 8038 0 -1 64 800 0 0 0 20 0 0 0 15 0 9 0 689904953 832024576 17597 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8500/tid=8507] ppid=8486 vsize=812524 CPUtime=0
/proc/8500/task/8507/stat : 8507 (java) S 8486 8486 8038 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 689904953 832024576 17597 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8500/tid=8508] ppid=8486 vsize=812524 CPUtime=0
/proc/8500/task/8508/stat : 8508 (java) S 8486 8486 8038 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 689904953 832024576 17597 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.04
Current children cumulated vsize (KiB) 860080

[startup+6.30207 s]
/proc/loadavg: 2.17 2.08 2.02 3/91 8508
/proc/meminfo: memFree=1529704/2055920 swapFree=4156320/4192956
[pid=8486] ppid=8484 vsize=47556 CPUtime=0.01
/proc/8486/stat : 8486 (galacE.sh) S 8484 8486 8038 0 -1 4194304 766 1698 0 0 0 0 0 1 23 0 1 0 689904944 48697344 365 996147200 4194304 4520092 548682068832 18446744073709551615 226237803354 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/8486/statm: 11889 365 246 79 0 219 0
[pid=8500] ppid=8486 vsize=812596 CPUtime=6.22
/proc/8500/stat : 8500 (java) S 8486 8486 8038 0 -1 0 21587 0 1 0 611 11 0 0 18 0 9 0 689904948 832098304 20491 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8500/statm: 203149 20491 2589 9 0 197183 0
[pid=8500/tid=8501] ppid=8486 vsize=812596 CPUtime=2.12
/proc/8500/task/8501/stat : 8501 (java) R 8486 8486 8038 0 -1 64 7559 0 1 0 207 5 0 0 19 0 9 0 689904949 832098304 20491 996147200 134512640 134550740 4294955616 18446744073709551615 4127002125 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8500/tid=8502] ppid=8486 vsize=812596 CPUtime=3.85
/proc/8500/task/8502/stat : 8502 (java) R 8486 8486 8038 0 -1 64 12518 0 0 0 381 4 0 0 25 0 9 0 689904951 832098304 20491 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=8500/tid=8503] ppid=8486 vsize=812596 CPUtime=0
/proc/8500/task/8503/stat : 8503 (java) S 8486 8486 8038 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 689904951 832098304 20491 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8500/tid=8504] ppid=8486 vsize=812596 CPUtime=0
/proc/8500/task/8504/stat : 8504 (java) S 8486 8486 8038 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 689904951 832098304 20491 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8500/tid=8505] ppid=8486 vsize=812596 CPUtime=0
/proc/8500/task/8505/stat : 8505 (java) S 8486 8486 8038 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 689904953 832098304 20491 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8500/tid=8506] ppid=8486 vsize=812596 CPUtime=0.22
/proc/8500/task/8506/stat : 8506 (java) S 8486 8486 8038 0 -1 64 810 0 0 0 22 0 0 0 15 0 9 0 689904953 832098304 20491 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8500/tid=8507] ppid=8486 vsize=812596 CPUtime=0
/proc/8500/task/8507/stat : 8507 (java) S 8486 8486 8038 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 689904953 832098304 20491 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8500/tid=8508] ppid=8486 vsize=812596 CPUtime=0
/proc/8500/task/8508/stat : 8508 (java) S 8486 8486 8038 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 689904953 832098304 20491 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 860152

[startup+12.7011 s]
/proc/loadavg: 2.15 2.07 2.02 3/91 8508
/proc/meminfo: memFree=1488808/2055920 swapFree=4156320/4192956
[pid=8486] ppid=8484 vsize=47556 CPUtime=0.01
/proc/8486/stat : 8486 (galacE.sh) S 8484 8486 8038 0 -1 4194304 766 1698 0 0 0 0 0 1 23 0 1 0 689904944 48697344 365 996147200 4194304 4520092 548682068832 18446744073709551615 226237803354 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/8486/statm: 11889 365 246 79 0 219 0
[pid=8500] ppid=8486 vsize=812596 CPUtime=12.58
/proc/8500/stat : 8500 (java) S 8486 8486 8038 0 -1 0 29042 0 1 0 1240 18 0 0 18 0 9 0 689904948 832098304 27932 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8500/statm: 203149 27932 2594 9 0 197183 0
[pid=8500/tid=8501] ppid=8486 vsize=812596 CPUtime=8.39
/proc/8500/task/8501/stat : 8501 (java) R 8486 8486 8038 0 -1 64 14651 0 1 0 827 12 0 0 25 0 9 0 689904949 832098304 27932 996147200 134512640 134550740 4294955616 18446744073709551615 4127118555 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8500/tid=8502] ppid=8486 vsize=812596 CPUtime=3.89
/proc/8500/task/8502/stat : 8502 (java) S 8486 8486 8038 0 -1 64 12846 0 0 0 384 5 0 0 16 0 9 0 689904951 832098304 27932 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=8500/tid=8503] ppid=8486 vsize=812596 CPUtime=0
/proc/8500/task/8503/stat : 8503 (java) S 8486 8486 8038 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 689904951 832098304 27932 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8500/tid=8504] ppid=8486 vsize=812596 CPUtime=0
/proc/8500/task/8504/stat : 8504 (java) S 8486 8486 8038 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 689904951 832098304 27932 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8500/tid=8505] ppid=8486 vsize=812596 CPUtime=0
/proc/8500/task/8505/stat : 8505 (java) S 8486 8486 8038 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 689904953 832098304 27932 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8500/tid=8506] ppid=8486 vsize=812596 CPUtime=0.28
/proc/8500/task/8506/stat : 8506 (java) S 8486 8486 8038 0 -1 64 845 0 0 0 28 0 0 0 15 0 9 0 689904953 832098304 27932 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8500/tid=8507] ppid=8486 vsize=812596 CPUtime=0
/proc/8500/task/8507/stat : 8507 (java) S 8486 8486 8038 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 689904953 832098304 27932 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8500/tid=8508] ppid=8486 vsize=812596 CPUtime=0
/proc/8500/task/8508/stat : 8508 (java) S 8486 8486 8038 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 689904953 832098304 27932 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.59
Current children cumulated vsize (KiB) 860152

[startup+25.5013 s]
/proc/loadavg: 2.12 2.07 2.02 3/75 8510
/proc/meminfo: memFree=1581288/2055920 swapFree=4156320/4192956
[pid=8486] ppid=8484 vsize=47556 CPUtime=22.49
/proc/8486/stat : 8486 (galacE.sh) S 8484 8486 8038 0 -1 4194304 800 30867 0 1 0 0 2223 26 17 0 1 0 689904944 48697344 365 996147200 4194304 4520092 548682068832 18446744073709551615 226237803354 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/8486/statm: 11889 365 246 79 0 219 0
[pid=8510] ppid=8486 vsize=47176 CPUtime=2.82
/proc/8510/stat : 8510 (eSAT_static) R 8486 8486 8038 0 -1 4194304 11312 0 0 0 276 6 0 0 25 0 1 0 689907210 48308224 11294 996147200 134512640 135177480 4294955984 18446744073709551615 134537184 0 0 4096 3 0 0 0 17 1 0 0
/proc/8510/statm: 11794 11294 75 162 0 11629 0
Current children cumulated CPU time (s) 25.31
Current children cumulated vsize (KiB) 94732

[startup+51.1016 s]
/proc/loadavg: 2.08 2.06 2.02 3/75 8510
/proc/meminfo: memFree=1563496/2055920 swapFree=4156320/4192956
[pid=8486] ppid=8484 vsize=47556 CPUtime=22.49
/proc/8486/stat : 8486 (galacE.sh) S 8484 8486 8038 0 -1 4194304 800 30867 0 1 0 0 2223 26 17 0 1 0 689904944 48697344 365 996147200 4194304 4520092 548682068832 18446744073709551615 226237803354 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/8486/statm: 11889 365 246 79 0 219 0
[pid=8510] ppid=8486 vsize=62332 CPUtime=28.3
/proc/8510/stat : 8510 (eSAT_static) R 8486 8486 8038 0 -1 4194304 14809 0 0 0 2822 8 0 0 25 0 1 0 689907210 63827968 14791 996147200 134512640 135177480 4294955984 18446744073709551615 134538010 0 0 4096 3 0 0 0 17 1 0 0
/proc/8510/statm: 15583 14791 75 162 0 15418 0
Current children cumulated CPU time (s) 50.79
Current children cumulated vsize (KiB) 109888

[startup+102.306 s]
/proc/loadavg: 2.03 2.05 2.01 3/75 8510
/proc/meminfo: memFree=1543208/2055920 swapFree=4156320/4192956
[pid=8486] ppid=8484 vsize=47556 CPUtime=22.49
/proc/8486/stat : 8486 (galacE.sh) S 8484 8486 8038 0 -1 4194304 800 30867 0 1 0 0 2223 26 17 0 1 0 689904944 48697344 365 996147200 4194304 4520092 548682068832 18446744073709551615 226237803354 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/8486/statm: 11889 365 246 79 0 219 0
[pid=8510] ppid=8486 vsize=74076 CPUtime=79.27
/proc/8510/stat : 8510 (eSAT_static) R 8486 8486 8038 0 -1 4194304 17558 0 0 0 7918 9 0 0 25 0 1 0 689907210 75853824 17540 996147200 134512640 135177480 4294955984 18446744073709551615 134537816 0 0 4096 3 0 0 0 17 1 0 0
/proc/8510/statm: 18519 17540 75 162 0 18354 0
Current children cumulated CPU time (s) 101.76
Current children cumulated vsize (KiB) 121632

[startup+162.301 s]
/proc/loadavg: 2.01 2.04 2.00 3/75 8510
/proc/meminfo: memFree=1519720/2055920 swapFree=4156320/4192956
[pid=8486] ppid=8484 vsize=47556 CPUtime=22.49
/proc/8486/stat : 8486 (galacE.sh) S 8484 8486 8038 0 -1 4194304 800 30867 0 1 0 0 2223 26 17 0 1 0 689904944 48697344 365 996147200 4194304 4520092 548682068832 18446744073709551615 226237803354 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/8486/statm: 11889 365 246 79 0 219 0
[pid=8510] ppid=8486 vsize=86676 CPUtime=138.99
/proc/8510/stat : 8510 (eSAT_static) R 8486 8486 8038 0 -1 4194304 20509 0 0 0 13889 10 0 0 25 0 1 0 689907210 88756224 20491 996147200 134512640 135177480 4294955984 18446744073709551615 134537460 0 0 4096 3 0 0 0 17 1 0 0
/proc/8510/statm: 21669 20491 75 162 0 21504 0
Current children cumulated CPU time (s) 161.48
Current children cumulated vsize (KiB) 134232

[startup+222.301 s]
/proc/loadavg: 2.00 2.03 2.00 3/75 8510
/proc/meminfo: memFree=1510248/2055920 swapFree=4156320/4192956
[pid=8486] ppid=8484 vsize=47556 CPUtime=22.49
/proc/8486/stat : 8486 (galacE.sh) S 8484 8486 8038 0 -1 4194304 800 30867 0 1 0 0 2223 26 17 0 1 0 689904944 48697344 365 996147200 4194304 4520092 548682068832 18446744073709551615 226237803354 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/8486/statm: 11889 365 246 79 0 219 0
[pid=8510] ppid=8486 vsize=88524 CPUtime=198.7
/proc/8510/stat : 8510 (eSAT_static) R 8486 8486 8038 0 -1 4194304 21749 0 0 0 19860 10 0 0 25 0 1 0 689907210 90648576 21731 996147200 134512640 135177480 4294955984 18446744073709551615 134537197 0 0 4096 3 0 0 0 17 1 0 0
/proc/8510/statm: 22131 21731 75 162 0 21966 0
Current children cumulated CPU time (s) 221.19
Current children cumulated vsize (KiB) 136080

[startup+282.301 s]
/proc/loadavg: 2.00 2.02 2.00 3/75 8510
/proc/meminfo: memFree=1498344/2055920 swapFree=4156320/4192956
[pid=8486] ppid=8484 vsize=47556 CPUtime=22.49
/proc/8486/stat : 8486 (galacE.sh) S 8484 8486 8038 0 -1 4194304 800 30867 0 1 0 0 2223 26 17 0 1 0 689904944 48697344 365 996147200 4194304 4520092 548682068832 18446744073709551615 226237803354 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/8486/statm: 11889 365 246 79 0 219 0
[pid=8510] ppid=8486 vsize=101148 CPUtime=258.43
/proc/8510/stat : 8510 (eSAT_static) R 8486 8486 8038 0 -1 4194304 23372 0 0 0 25832 11 0 0 25 0 1 0 689907210 103575552 23354 996147200 134512640 135177480 4294955984 18446744073709551615 134537723 0 0 4096 3 0 0 0 17 1 0 0
/proc/8510/statm: 25287 23354 75 162 0 25122 0
Current children cumulated CPU time (s) 280.92
Current children cumulated vsize (KiB) 148704

[startup+342.303 s]
/proc/loadavg: 2.00 2.02 2.00 3/75 8510
/proc/meminfo: memFree=1490536/2055920 swapFree=4156320/4192956
[pid=8486] ppid=8484 vsize=47556 CPUtime=22.49
/proc/8486/stat : 8486 (galacE.sh) S 8484 8486 8038 0 -1 4194304 800 30867 0 1 0 0 2223 26 17 0 1 0 689904944 48697344 365 996147200 4194304 4520092 548682068832 18446744073709551615 226237803354 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/8486/statm: 11889 365 246 79 0 219 0
[pid=8510] ppid=8486 vsize=102340 CPUtime=318.14
/proc/8510/stat : 8510 (eSAT_static) R 8486 8486 8038 0 -1 4194304 24339 0 0 0 31802 12 0 0 25 0 1 0 689907210 104796160 24321 996147200 134512640 135177480 4294955984 18446744073709551615 134537457 0 0 4096 3 0 0 0 17 1 0 0
/proc/8510/statm: 25585 24321 75 162 0 25420 0
Current children cumulated CPU time (s) 340.63
Current children cumulated vsize (KiB) 149896

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

[startup+358.301 s]
/proc/loadavg: 2.00 2.02 2.00 3/75 8510
/proc/meminfo: memFree=1487976/2055920 swapFree=4156320/4192956
[pid=8486] ppid=8484 vsize=47556 CPUtime=22.49
/proc/8486/stat : 8486 (galacE.sh) S 8484 8486 8038 0 -1 4194304 800 30867 0 1 0 0 2223 26 17 0 1 0 689904944 48697344 365 996147200 4194304 4520092 548682068832 18446744073709551615 226237803354 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/8486/statm: 11889 365 246 79 0 219 0
[pid=8510] ppid=8486 vsize=102608 CPUtime=334.06
/proc/8510/stat : 8510 (eSAT_static) R 8486 8486 8038 0 -1 4194304 24718 0 0 0 33394 12 0 0 25 0 1 0 689907210 105070592 24700 996147200 134512640 135177480 4294955984 18446744073709551615 134537460 0 0 4096 3 0 0 0 17 1 0 0
/proc/8510/statm: 25652 24700 75 162 0 25487 0
Current children cumulated CPU time (s) 356.55
Current children cumulated vsize (KiB) 150164

[startup+383.907 s]
/proc/loadavg: 2.07 2.03 2.00 3/82 8559
/proc/meminfo: memFree=1506736/2055920 swapFree=4156320/4192956
[pid=8486] ppid=8484 vsize=47556 CPUtime=22.49
/proc/8486/stat : 8486 (galacE.sh) S 8484 8486 8038 0 -1 4194304 800 30867 0 1 0 0 2223 26 17 0 1 0 689904944 48697344 365 996147200 4194304 4520092 548682068832 18446744073709551615 226237803354 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/8486/statm: 11889 365 246 79 0 219 0
[pid=8510] ppid=8486 vsize=102872 CPUtime=359.58
/proc/8510/stat : 8510 (eSAT_static) R 8486 8486 8038 0 -1 4194304 25179 0 0 0 35944 14 0 0 25 0 1 0 689907210 105340928 25161 996147200 134512640 135177480 4294955984 18446744073709551615 134537443 0 0 4096 3 0 0 0 17 0 0 0
/proc/8510/statm: 25718 25161 75 162 0 25553 0
Current children cumulated CPU time (s) 382.07
Current children cumulated vsize (KiB) 150428

[startup+390.302 s]
/proc/loadavg: 2.07 2.03 2.00 3/82 8559
/proc/meminfo: memFree=1506616/2055920 swapFree=4156320/4192956
[pid=8486] ppid=8484 vsize=47556 CPUtime=22.49
/proc/8486/stat : 8486 (galacE.sh) S 8484 8486 8038 0 -1 4194304 800 30867 0 1 0 0 2223 26 17 0 1 0 689904944 48697344 365 996147200 4194304 4520092 548682068832 18446744073709551615 226237803354 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/8486/statm: 11889 365 246 79 0 219 0
[pid=8510] ppid=8486 vsize=102872 CPUtime=365.97
/proc/8510/stat : 8510 (eSAT_static) R 8486 8486 8038 0 -1 4194304 25182 0 0 0 36583 14 0 0 25 0 1 0 689907210 105340928 25164 996147200 134512640 135177480 4294955984 18446744073709551615 134538021 0 0 4096 3 0 0 0 17 0 0 0
/proc/8510/statm: 25718 25164 75 162 0 25553 0
Current children cumulated CPU time (s) 388.46
Current children cumulated vsize (KiB) 150428

[startup+393.502 s]
/proc/loadavg: 2.06 2.03 2.00 3/82 8559
/proc/meminfo: memFree=1506616/2055920 swapFree=4156320/4192956
[pid=8486] ppid=8484 vsize=47556 CPUtime=22.49
/proc/8486/stat : 8486 (galacE.sh) S 8484 8486 8038 0 -1 4194304 800 30867 0 1 0 0 2223 26 17 0 1 0 689904944 48697344 365 996147200 4194304 4520092 548682068832 18446744073709551615 226237803354 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/8486/statm: 11889 365 246 79 0 219 0
[pid=8510] ppid=8486 vsize=102872 CPUtime=369.17
/proc/8510/stat : 8510 (eSAT_static) R 8486 8486 8038 0 -1 4194304 25182 0 0 0 36903 14 0 0 25 0 1 0 689907210 105340928 25164 996147200 134512640 135177480 4294955984 18446744073709551615 134537457 0 0 4096 3 0 0 0 17 0 0 0
/proc/8510/statm: 25718 25164 75 162 0 25553 0
Current children cumulated CPU time (s) 391.66
Current children cumulated vsize (KiB) 150428

[startup+396.702 s]
/proc/loadavg: 2.06 2.03 2.00 3/82 8559
/proc/meminfo: memFree=1506616/2055920 swapFree=4156320/4192956
[pid=8486] ppid=8484 vsize=47556 CPUtime=22.49
/proc/8486/stat : 8486 (galacE.sh) S 8484 8486 8038 0 -1 4194304 800 30867 0 1 0 0 2223 26 17 0 1 0 689904944 48697344 365 996147200 4194304 4520092 548682068832 18446744073709551615 226237803354 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/8486/statm: 11889 365 246 79 0 219 0
[pid=8510] ppid=8486 vsize=102872 CPUtime=372.37
/proc/8510/stat : 8510 (eSAT_static) R 8486 8486 8038 0 -1 4194304 25182 0 0 0 37223 14 0 0 25 0 1 0 689907210 105340928 25164 996147200 134512640 135177480 4294955984 18446744073709551615 134537460 0 0 4096 3 0 0 0 17 0 0 0
/proc/8510/statm: 25718 25164 75 162 0 25553 0
Current children cumulated CPU time (s) 394.86
Current children cumulated vsize (KiB) 150428

[startup+398.303 s]
/proc/loadavg: 2.06 2.03 2.00 3/82 8559
/proc/meminfo: memFree=1536632/2055920 swapFree=4156320/4192956
[pid=8486] ppid=8484 vsize=47556 CPUtime=22.49
/proc/8486/stat : 8486 (galacE.sh) S 8484 8486 8038 0 -1 4194304 800 30867 0 1 0 0 2223 26 17 0 1 0 689904944 48697344 365 996147200 4194304 4520092 548682068832 18446744073709551615 226237803354 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/8486/statm: 11889 365 246 79 0 219 0
[pid=8510] ppid=8486 vsize=71728 CPUtime=373.97
/proc/8510/stat : 8510 (eSAT_static) R 8486 8486 8038 0 -1 4194304 25191 0 0 0 37383 14 0 0 25 0 1 0 689907210 73449472 17664 996147200 134512640 135177480 4294955984 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 0 0 0
/proc/8510/statm: 17932 17664 80 162 0 17767 0
Current children cumulated CPU time (s) 396.46
Current children cumulated vsize (KiB) 119284

[startup+399.101 s]
/proc/loadavg: 2.06 2.03 2.00 3/82 8559
/proc/meminfo: memFree=1536632/2055920 swapFree=4156320/4192956
[pid=8486] ppid=8484 vsize=47556 CPUtime=397.06
/proc/8486/stat : 8486 (galacE.sh) S 8484 8486 8038 0 -1 4194304 836 56072 0 1 0 0 39664 42 16 0 1 0 689904944 48697344 366 996147200 4194304 4520092 548682068832 18446744073709551615 226238365778 0 0 4096 73728 18446744071563648864 0 0 17 0 0 0
/proc/8486/statm: 11889 366 246 79 0 219 0
Current children cumulated CPU time (s) 397.06
Current children cumulated vsize (KiB) 47556

[startup+399.501 s]
/proc/loadavg: 2.06 2.03 2.00 4/90 8568
/proc/meminfo: memFree=1596408/2055920 swapFree=4156320/4192956
[pid=8486] ppid=8484 vsize=47556 CPUtime=397.06
/proc/8486/stat : 8486 (galacE.sh) S 8484 8486 8038 0 -1 4194304 843 56072 0 1 0 0 39664 42 15 0 1 0 689904944 48697344 367 996147200 4194304 4520092 548682068832 18446744073709551615 226238365778 0 0 4096 73728 18446744071563648864 0 0 17 0 0 0
/proc/8486/statm: 11889 367 246 79 0 219 0
[pid=8560] ppid=8486 vsize=812560 CPUtime=0.56
/proc/8560/stat : 8560 (java) S 8486 8486 8038 0 -1 0 6887 0 1 0 53 3 0 0 21 0 9 0 689944834 832061440 6269 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 18446744073709551615 0 0 17 0 0 0
/proc/8560/statm: 203140 6269 1911 9 0 197146 0
[pid=8560/tid=8561] ppid=8486 vsize=812560 CPUtime=0.37
/proc/8560/task/8561/stat : 8561 (java) S 8486 8486 8038 0 -1 64 5352 0 1 0 35 2 0 0 25 0 9 0 689944835 832061440 6269 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
[pid=8560/tid=8562] ppid=8486 vsize=812560 CPUtime=0
/proc/8560/task/8562/stat : 8562 (java) S 8486 8486 8038 0 -1 64 3 0 0 0 0 0 0 0 24 0 9 0 689944836 832061440 6269 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 0 0 0 -1 0 0 0
[pid=8560/tid=8563] ppid=8486 vsize=812560 CPUtime=0
/proc/8560/task/8563/stat : 8563 (java) S 8486 8486 8038 0 -1 64 10 0 0 0 0 0 0 0 25 0 9 0 689944836 832061440 6269 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
[pid=8560/tid=8564] ppid=8486 vsize=812560 CPUtime=0
/proc/8560/task/8564/stat : 8564 (java) S 8486 8486 8038 0 -1 64 4 0 0 0 0 0 0 0 25 0 9 0 689944836 832061440 6269 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
[pid=8560/tid=8565] ppid=8486 vsize=812560 CPUtime=0
/proc/8560/task/8565/stat : 8565 (java) S 8486 8486 8038 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 689944838 832061440 6269 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
[pid=8560/tid=8566] ppid=8486 vsize=812560 CPUtime=0.17
/proc/8560/task/8566/stat : 8566 (java) S 8486 8486 8038 0 -1 64 822 0 0 0 17 0 0 0 16 0 9 0 689944838 832061440 6269 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
[pid=8560/tid=8567] ppid=8486 vsize=812560 CPUtime=0
/proc/8560/task/8567/stat : 8567 (java) S 8486 8486 8038 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 689944838 832061440 6269 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
[pid=8560/tid=8568] ppid=8486 vsize=812560 CPUtime=0
/proc/8560/task/8568/stat : 8568 (java) S 8486 8486 8038 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 689944838 832061440 6269 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 397.62
Current children cumulated vsize (KiB) 860116

Child status: 0
Real time (s): 399.527
CPU time (s): 397.674
CPU user time (s): 397.192
CPU system time (s): 0.481926
CPU usage (%): 99.5361
Max. virtual memory (cumulated for all children) (KiB): 860360

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 397.192
system time used= 0.481926
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 64001
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= 2809
involuntary context switches= 7389

runsolver used 0.563914 second user time and 1.19782 second system time

The end

Launcher Data (download as text)

Begin job on node58 at 2008-07-03 06:29:45
IDJOB=1055346
IDBENCH=56815
IDSOLVER=351
FILE ID=node58/1055346-1215059385
PBS_JOBID= 7875214
Free space on /tmp= 66540 MiB

SOLVER NAME= galac E
BENCH NAME= CPAI08/csp/jobShop-e0ddr1/normalized-e0ddr1-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-1055346-1215059385/watcher-1055346-1215059385 -o /tmp/evaluation-result-1055346-1215059385/solver-1055346-1215059385 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/galacE.sh HOME/instance-1055346-1215059385.xml 

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 1e26f6e59c567a142f0a4ac1d4e81c25
RANDOM SEED=572956964

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:       1637016 kB
Buffers:         55244 kB
Cached:         185032 kB
SwapCached:      30976 kB
Active:         262744 kB
Inactive:        96864 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1637016 kB
SwapTotal:     4192956 kB
SwapFree:      4156320 kB
Dirty:            6900 kB
Writeback:           0 kB
Mapped:         135528 kB
Slab:            44400 kB
Committed_AS:  1756084 kB
PageTables:       1992 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= 66536 MiB
End job on node58 at 2008-07-03 06:36:25