Trace number 1103051

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 EUNSAT 20.6169 20.7778

General information on the benchmark

Namecsp/tightness0.8/
normalized-rand-2-40-80-103-800-3_ext.xml
MD5SUM3b0f4f3d9fb4873abcdbd753efb5e9cf
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.870866
Satisfiable
(Un)Satisfiability was proved
Number of variables40
Number of constraints103
Maximum constraint arity2
Maximum domain size80
Number of constraints which are defined in extension103
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.03	c --- Preproc Stats ---
1.07/1.20	c start processing
1.07/1.20	c start relation processing
1.46/1.58	c start cnf exporting
6.76/6.88	c parsing time : 1.078
6.76/6.88	c preprocessing time : 6.758
6.76/6.88	
6.76/6.88	c Nary constraints - conflicts : 0 supports : 0
6.76/6.88	c Binary constraints - conflicts : 0 supports :103
6.76/6.88	c max arity constraint : 2
6.76/6.88	c Max Tuples generated 0
6.76/6.88	c relations : 103
6.76/6.88	c relations BDD: 0
6.76/6.88	c sampling 0/0
6.76/6.88	c vars : 3201 - clauses :  142920
6.76/6.88	
6.84/6.91	 
6.84/6.91	c --- SAT Solver Stats ---
6.84/6.91	 
6.84/6.91	c eSAT 0.1 : minisat core with additionnal features
6.84/6.91	c ============================[ Problem Statistics ]=============================
6.84/6.91	c |                                                                             |
6.84/6.91	c |  Number of variables:  3200                                                 |
6.84/6.91	c |  Number of clauses:    142920                                               |
6.86/7.04	c |  Parsing time:         0.11         s                                       |
20.51/20.77	c restarts              : 175
20.51/20.77	c conflicts             : 17144          (1252 /sec)
20.51/20.77	c decisions             : 84839          (46.23 % random) (6194 /sec)
20.51/20.77	c euip                  : 3769        
20.51/20.77	c propagations          : 5189770        (378928 /sec)
20.51/20.77	c conflict literals     : 2473894        (16.61 % deleted)
20.51/20.77	c Memory used           : 15.39 MB
20.51/20.77	c CPU time              : 13.6959 s
20.51/20.77	c 
20.51/20.77	s UNSATISFIABLE

Verifier Data (download as text)

No possible verification on an UNSAT instance

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-1103051-1215300337/watcher-1103051-1215300337 -o /tmp/evaluation-result-1103051-1215300337/solver-1103051-1215300337 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/galacE.sh HOME/instance-1103051-1215300337.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.01 2.00 2.00 4/81 8541
/proc/meminfo: memFree=1703728/2055920 swapFree=4180408/4192956
[pid=8541] ppid=8539 vsize=8772 CPUtime=0.01
/proc/8541/stat : 8541 (galacE.sh) S 8539 8541 8016 0 -1 4194304 526 1177 0 0 0 0 0 1 18 0 1 0 1559700518 8982528 317 996147200 4194304 4520092 548682068832 18446744073709551615 248761778258 0 2 4096 73728 18446744071563648864 0 0 17 1 0 0
/proc/8541/statm: 2193 317 217 79 0 186 0
[pid=8549] ppid=8541 vsize=8836 CPUtime=0
/proc/8549/stat : 8549 (galacE.sh) R 8541 8541 8016 0 -1 4194368 31 0 0 0 0 0 0 0 21 0 1 0 1559700521 9048064 325 996147200 4194304 4520092 548682068832 18446744073709551615 248761609511 0 0 3674112 73728 0 0 0 17 1 0 0
/proc/8549/statm: 2209 325 217 79 0 202 0

[startup+0.118404 s]
/proc/loadavg: 2.01 2.00 2.00 4/81 8541
/proc/meminfo: memFree=1703728/2055920 swapFree=4180408/4192956
[pid=8541] ppid=8539 vsize=47584 CPUtime=0.01
/proc/8541/stat : 8541 (galacE.sh) S 8539 8541 8016 0 -1 4194304 765 1698 0 0 0 0 0 1 18 0 1 0 1559700518 48726016 364 996147200 4194304 4520092 548682068832 18446744073709551615 248761215834 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/8541/statm: 11896 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47584

[startup+0.201418 s]
/proc/loadavg: 2.01 2.00 2.00 4/81 8541
/proc/meminfo: memFree=1703728/2055920 swapFree=4180408/4192956
[pid=8541] ppid=8539 vsize=47584 CPUtime=0.01
/proc/8541/stat : 8541 (galacE.sh) S 8539 8541 8016 0 -1 4194304 765 1698 0 0 0 0 0 1 18 0 1 0 1559700518 48726016 364 996147200 4194304 4520092 548682068832 18446744073709551615 248761215834 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/8541/statm: 11896 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47584

[startup+0.301431 s]
/proc/loadavg: 2.01 2.00 2.00 4/81 8541
/proc/meminfo: memFree=1703728/2055920 swapFree=4180408/4192956
[pid=8541] ppid=8539 vsize=47584 CPUtime=0.01
/proc/8541/stat : 8541 (galacE.sh) S 8539 8541 8016 0 -1 4194304 765 1698 0 0 0 0 0 1 18 0 1 0 1559700518 48726016 364 996147200 4194304 4520092 548682068832 18446744073709551615 248761215834 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/8541/statm: 11896 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47584

[startup+0.7015 s]
/proc/loadavg: 2.01 2.00 2.00 4/81 8541
/proc/meminfo: memFree=1703728/2055920 swapFree=4180408/4192956
[pid=8541] ppid=8539 vsize=47584 CPUtime=0.01
/proc/8541/stat : 8541 (galacE.sh) S 8539 8541 8016 0 -1 4194304 765 1698 0 0 0 0 0 1 18 0 1 0 1559700518 48726016 364 996147200 4194304 4520092 548682068832 18446744073709551615 248761215834 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/8541/statm: 11896 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47584

[startup+1.50264 s]
/proc/loadavg: 2.01 2.00 2.00 4/91 8563
/proc/meminfo: memFree=1625504/2055920 swapFree=4180408/4192956
[pid=8541] ppid=8539 vsize=47584 CPUtime=0.01
/proc/8541/stat : 8541 (galacE.sh) S 8539 8541 8016 0 -1 4194304 765 1698 0 0 0 0 0 1 18 0 1 0 1559700518 48726016 364 996147200 4194304 4520092 548682068832 18446744073709551615 248761215834 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/8541/statm: 11896 364 245 79 0 219 0
[pid=8555] ppid=8541 vsize=812416 CPUtime=1.45
/proc/8555/stat : 8555 (java) S 8541 8541 8016 0 -1 0 21829 0 1 0 134 11 0 0 20 0 9 0 1559700522 831913984 21246 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/8555/statm: 203104 21246 1891 9 0 197138 0
[pid=8555/tid=8556] ppid=8541 vsize=812416 CPUtime=1.21
/proc/8555/task/8556/stat : 8556 (java) R 8541 8541 8016 0 -1 64 14484 0 1 0 114 7 0 0 25 0 9 0 1559700523 831913984 21246 996147200 134512640 134550740 4294955600 18446744073709551615 4126867506 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8555/tid=8557] ppid=8541 vsize=812416 CPUtime=0.07
/proc/8555/task/8557/stat : 8557 (java) S 8541 8541 8016 0 -1 64 5855 0 0 0 5 2 0 0 16 0 9 0 1559700524 831913984 21246 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=8555/tid=8558] ppid=8541 vsize=812416 CPUtime=0
/proc/8555/task/8558/stat : 8558 (java) S 8541 8541 8016 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1559700525 831913984 21246 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8555/tid=8559] ppid=8541 vsize=812416 CPUtime=0
/proc/8555/task/8559/stat : 8559 (java) S 8541 8541 8016 0 -1 64 4 0 0 0 0 0 0 0 25 0 9 0 1559700525 831913984 21246 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8555/tid=8560] ppid=8541 vsize=812416 CPUtime=0
/proc/8555/task/8560/stat : 8560 (java) S 8541 8541 8016 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 1559700526 831913984 21246 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8555/tid=8561] ppid=8541 vsize=812416 CPUtime=0.14
/proc/8555/task/8561/stat : 8561 (java) S 8541 8541 8016 0 -1 64 790 0 0 0 14 0 0 0 16 0 9 0 1559700527 831913984 21246 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8555/tid=8562] ppid=8541 vsize=812416 CPUtime=0
/proc/8555/task/8562/stat : 8562 (java) S 8541 8541 8016 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 1559700527 831913984 21246 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8555/tid=8563] ppid=8541 vsize=812416 CPUtime=0
/proc/8555/task/8563/stat : 8563 (java) S 8541 8541 8016 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1559700527 831913984 21246 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 860000

[startup+3.10191 s]
/proc/loadavg: 2.01 2.00 2.00 3/91 8563
/proc/meminfo: memFree=1618336/2055920 swapFree=4180408/4192956
[pid=8541] ppid=8539 vsize=47584 CPUtime=0.01
/proc/8541/stat : 8541 (galacE.sh) S 8539 8541 8016 0 -1 4194304 765 1698 0 0 0 0 0 1 18 0 1 0 1559700518 48726016 364 996147200 4194304 4520092 548682068832 18446744073709551615 248761215834 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/8541/statm: 11896 364 245 79 0 219 0
[pid=8555] ppid=8541 vsize=812548 CPUtime=3.04
/proc/8555/stat : 8555 (java) S 8541 8541 8016 0 -1 0 24866 0 1 0 292 12 0 0 20 0 9 0 1559700522 832049152 24278 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/8555/statm: 203137 24278 1913 9 0 197171 0
[pid=8555/tid=8556] ppid=8541 vsize=812548 CPUtime=2.67
/proc/8555/task/8556/stat : 8556 (java) R 8541 8541 8016 0 -1 64 14531 0 1 0 260 7 0 0 25 0 9 0 1559700523 832049152 24278 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8555/tid=8557] ppid=8541 vsize=812548 CPUtime=0.16
/proc/8555/task/8557/stat : 8557 (java) S 8541 8541 8016 0 -1 64 8804 0 0 0 13 3 0 0 16 0 9 0 1559700524 832049152 24278 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=8555/tid=8558] ppid=8541 vsize=812548 CPUtime=0
/proc/8555/task/8558/stat : 8558 (java) S 8541 8541 8016 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1559700525 832049152 24278 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8555/tid=8559] ppid=8541 vsize=812548 CPUtime=0
/proc/8555/task/8559/stat : 8559 (java) S 8541 8541 8016 0 -1 64 4 0 0 0 0 0 0 0 25 0 9 0 1559700525 832049152 24278 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8555/tid=8560] ppid=8541 vsize=812548 CPUtime=0
/proc/8555/task/8560/stat : 8560 (java) S 8541 8541 8016 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 1559700526 832049152 24278 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8555/tid=8561] ppid=8541 vsize=812548 CPUtime=0.19
/proc/8555/task/8561/stat : 8561 (java) S 8541 8541 8016 0 -1 64 831 0 0 0 19 0 0 0 16 0 9 0 1559700527 832049152 24278 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8555/tid=8562] ppid=8541 vsize=812548 CPUtime=0
/proc/8555/task/8562/stat : 8562 (java) S 8541 8541 8016 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 1559700527 832049152 24278 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8555/tid=8563] ppid=8541 vsize=812548 CPUtime=0
/proc/8555/task/8563/stat : 8563 (java) S 8541 8541 8016 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1559700527 832049152 24278 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 860132

[startup+6.30247 s]
/proc/loadavg: 2.01 2.00 2.00 3/91 8563
/proc/meminfo: memFree=1610592/2055920 swapFree=4180408/4192956
[pid=8541] ppid=8539 vsize=47584 CPUtime=0.01
/proc/8541/stat : 8541 (galacE.sh) S 8539 8541 8016 0 -1 4194304 765 1698 0 0 0 0 0 1 18 0 1 0 1559700518 48726016 364 996147200 4194304 4520092 548682068832 18446744073709551615 248761215834 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/8541/statm: 11896 364 245 79 0 219 0
[pid=8555] ppid=8541 vsize=812548 CPUtime=6.24
/proc/8555/stat : 8555 (java) S 8541 8541 8016 0 -1 0 24888 0 1 0 611 13 0 0 20 0 9 0 1559700522 832049152 24292 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/8555/statm: 203137 24292 1914 9 0 197171 0
[pid=8555/tid=8556] ppid=8541 vsize=812548 CPUtime=5.84
/proc/8555/task/8556/stat : 8556 (java) R 8541 8541 8016 0 -1 64 14540 0 1 0 576 8 0 0 25 0 9 0 1559700523 832049152 24292 996147200 134512640 134550740 4294955600 18446744073709551615 4126967214 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8555/tid=8557] ppid=8541 vsize=812548 CPUtime=0.16
/proc/8555/task/8557/stat : 8557 (java) S 8541 8541 8016 0 -1 64 8804 0 0 0 13 3 0 0 16 0 9 0 1559700524 832049152 24292 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=8555/tid=8558] ppid=8541 vsize=812548 CPUtime=0
/proc/8555/task/8558/stat : 8558 (java) S 8541 8541 8016 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1559700525 832049152 24292 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8555/tid=8559] ppid=8541 vsize=812548 CPUtime=0
/proc/8555/task/8559/stat : 8559 (java) S 8541 8541 8016 0 -1 64 4 0 0 0 0 0 0 0 25 0 9 0 1559700525 832049152 24292 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8555/tid=8560] ppid=8541 vsize=812548 CPUtime=0
/proc/8555/task/8560/stat : 8560 (java) S 8541 8541 8016 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 1559700526 832049152 24292 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8555/tid=8561] ppid=8541 vsize=812548 CPUtime=0.21
/proc/8555/task/8561/stat : 8561 (java) S 8541 8541 8016 0 -1 64 844 0 0 0 21 0 0 0 15 0 9 0 1559700527 832049152 24292 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8555/tid=8562] ppid=8541 vsize=812548 CPUtime=0
/proc/8555/task/8562/stat : 8562 (java) S 8541 8541 8016 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 1559700527 832049152 24292 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8555/tid=8563] ppid=8541 vsize=812548 CPUtime=0
/proc/8555/task/8563/stat : 8563 (java) S 8541 8541 8016 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1559700527 832049152 24292 996147200 134512640 134550740 4294955600 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) 860132

[startup+12.7026 s]
/proc/loadavg: 2.01 2.00 2.00 3/83 8564
/proc/meminfo: memFree=1688480/2055920 swapFree=4180408/4192956
[pid=8541] ppid=8539 vsize=47584 CPUtime=6.86
/proc/8541/stat : 8541 (galacE.sh) S 8539 8541 8016 0 -1 4194304 799 26599 0 1 0 0 669 17 17 0 1 0 1559700518 48726016 364 996147200 4194304 4520092 548682068832 18446744073709551615 248761215834 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/8541/statm: 11896 364 245 79 0 219 0
[pid=8564] ppid=8541 vsize=12844 CPUtime=5.73
/proc/8564/stat : 8564 (eSAT_static) R 8541 8541 8016 0 -1 4194304 3393 0 0 0 571 2 0 0 25 0 1 0 1559701210 13152256 3035 996147200 134512640 135177480 4294955968 18446744073709551615 134565495 0 0 4096 3 0 0 0 17 1 0 0
/proc/8564/statm: 3211 3035 81 162 0 3046 0
Current children cumulated CPU time (s) 12.59
Current children cumulated vsize (KiB) 60428

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

[startup+12.8026 s]
/proc/loadavg: 2.01 2.00 2.00 3/83 8564
/proc/meminfo: memFree=1688480/2055920 swapFree=4180408/4192956
[pid=8541] ppid=8539 vsize=47584 CPUtime=6.86
/proc/8541/stat : 8541 (galacE.sh) S 8539 8541 8016 0 -1 4194304 799 26599 0 1 0 0 669 17 17 0 1 0 1559700518 48726016 364 996147200 4194304 4520092 548682068832 18446744073709551615 248761215834 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/8541/statm: 11896 364 245 79 0 219 0
[pid=8564] ppid=8541 vsize=12844 CPUtime=5.83
/proc/8564/stat : 8564 (eSAT_static) R 8541 8541 8016 0 -1 4194304 3414 0 0 0 581 2 0 0 25 0 1 0 1559701210 13152256 3056 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/8564/statm: 3211 3056 81 162 0 3046 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 60428

[startup+16.0011 s]
/proc/loadavg: 2.01 2.00 2.00 3/83 8564
/proc/meminfo: memFree=1686688/2055920 swapFree=4180408/4192956
[pid=8541] ppid=8539 vsize=47584 CPUtime=6.86
/proc/8541/stat : 8541 (galacE.sh) S 8539 8541 8016 0 -1 4194304 799 26599 0 1 0 0 669 17 17 0 1 0 1559700518 48726016 364 996147200 4194304 4520092 548682068832 18446744073709551615 248761215834 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/8541/statm: 11896 364 245 79 0 219 0
[pid=8564] ppid=8541 vsize=14676 CPUtime=8.99
/proc/8564/stat : 8564 (eSAT_static) R 8541 8541 8016 0 -1 4194304 3852 0 0 0 897 2 0 0 25 0 1 0 1559701210 15028224 3494 996147200 134512640 135177480 4294955968 18446744073709551615 134565474 0 0 4096 3 0 0 0 17 1 0 0
/proc/8564/statm: 3669 3494 81 162 0 3504 0
Current children cumulated CPU time (s) 15.85
Current children cumulated vsize (KiB) 62260

[startup+19.2017 s]
/proc/loadavg: 2.01 2.00 2.00 3/83 8564
/proc/meminfo: memFree=1685024/2055920 swapFree=4180408/4192956
[pid=8541] ppid=8539 vsize=47584 CPUtime=6.86
/proc/8541/stat : 8541 (galacE.sh) S 8539 8541 8016 0 -1 4194304 799 26599 0 1 0 0 669 17 17 0 1 0 1559700518 48726016 364 996147200 4194304 4520092 548682068832 18446744073709551615 248761215834 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/8541/statm: 11896 364 245 79 0 219 0
[pid=8564] ppid=8541 vsize=15756 CPUtime=12.16
/proc/8564/stat : 8564 (eSAT_static) R 8541 8541 8016 0 -1 4194304 4123 0 0 0 1213 3 0 0 25 0 1 0 1559701210 16134144 3765 996147200 134512640 135177480 4294955968 18446744073709551615 134565474 0 0 4096 3 0 0 0 17 1 0 0
/proc/8564/statm: 3939 3765 81 162 0 3774 0
Current children cumulated CPU time (s) 19.02
Current children cumulated vsize (KiB) 63340

[startup+20.0018 s]
/proc/loadavg: 2.01 2.00 2.00 3/83 8564
/proc/meminfo: memFree=1685024/2055920 swapFree=4180408/4192956
[pid=8541] ppid=8539 vsize=47584 CPUtime=6.86
/proc/8541/stat : 8541 (galacE.sh) S 8539 8541 8016 0 -1 4194304 799 26599 0 1 0 0 669 17 17 0 1 0 1559700518 48726016 364 996147200 4194304 4520092 548682068832 18446744073709551615 248761215834 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/8541/statm: 11896 364 245 79 0 219 0
[pid=8564] ppid=8541 vsize=15756 CPUtime=12.96
/proc/8564/stat : 8564 (eSAT_static) R 8541 8541 8016 0 -1 4194304 4123 0 0 0 1293 3 0 0 25 0 1 0 1559701210 16134144 3765 996147200 134512640 135177480 4294955968 18446744073709551615 134565376 0 0 4096 3 0 0 0 17 1 0 0
/proc/8564/statm: 3939 3765 81 162 0 3774 0
Current children cumulated CPU time (s) 19.82
Current children cumulated vsize (KiB) 63340

[startup+20.4019 s]
/proc/loadavg: 2.01 2.00 2.00 3/83 8564
/proc/meminfo: memFree=1685024/2055920 swapFree=4180408/4192956
[pid=8541] ppid=8539 vsize=47584 CPUtime=6.86
/proc/8541/stat : 8541 (galacE.sh) S 8539 8541 8016 0 -1 4194304 799 26599 0 1 0 0 669 17 17 0 1 0 1559700518 48726016 364 996147200 4194304 4520092 548682068832 18446744073709551615 248761215834 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/8541/statm: 11896 364 245 79 0 219 0
[pid=8564] ppid=8541 vsize=15756 CPUtime=13.35
/proc/8564/stat : 8564 (eSAT_static) R 8541 8541 8016 0 -1 4194304 4124 0 0 0 1332 3 0 0 25 0 1 0 1559701210 16134144 3766 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/8564/statm: 3939 3766 81 162 0 3774 0
Current children cumulated CPU time (s) 20.21
Current children cumulated vsize (KiB) 63340

[startup+20.6019 s]
/proc/loadavg: 2.01 2.00 2.00 3/83 8564
/proc/meminfo: memFree=1685024/2055920 swapFree=4180408/4192956
[pid=8541] ppid=8539 vsize=47584 CPUtime=6.86
/proc/8541/stat : 8541 (galacE.sh) S 8539 8541 8016 0 -1 4194304 799 26599 0 1 0 0 669 17 17 0 1 0 1559700518 48726016 364 996147200 4194304 4520092 548682068832 18446744073709551615 248761215834 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/8541/statm: 11896 364 245 79 0 219 0
[pid=8564] ppid=8541 vsize=15756 CPUtime=13.55
/proc/8564/stat : 8564 (eSAT_static) R 8541 8541 8016 0 -1 4194304 4124 0 0 0 1352 3 0 0 25 0 1 0 1559701210 16134144 3766 996147200 134512640 135177480 4294955968 18446744073709551615 134565260 0 0 4096 3 0 0 0 17 1 0 0
/proc/8564/statm: 3939 3766 81 162 0 3774 0
Current children cumulated CPU time (s) 20.41
Current children cumulated vsize (KiB) 63340

[startup+20.702 s]
/proc/loadavg: 2.01 2.00 2.00 3/83 8564
/proc/meminfo: memFree=1685024/2055920 swapFree=4180408/4192956
[pid=8541] ppid=8539 vsize=47584 CPUtime=6.86
/proc/8541/stat : 8541 (galacE.sh) S 8539 8541 8016 0 -1 4194304 799 26599 0 1 0 0 669 17 17 0 1 0 1559700518 48726016 364 996147200 4194304 4520092 548682068832 18446744073709551615 248761215834 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/8541/statm: 11896 364 245 79 0 219 0
[pid=8564] ppid=8541 vsize=15756 CPUtime=13.65
/proc/8564/stat : 8564 (eSAT_static) R 8541 8541 8016 0 -1 4194304 4124 0 0 0 1362 3 0 0 25 0 1 0 1559701210 16134144 3766 996147200 134512640 135177480 4294955968 18446744073709551615 134565312 0 0 4096 3 0 0 0 17 1 0 0
/proc/8564/statm: 3939 3766 81 162 0 3774 0
Current children cumulated CPU time (s) 20.51
Current children cumulated vsize (KiB) 63340

Child status: 0
Real time (s): 20.7778
CPU time (s): 20.6169
CPU user time (s): 20.3949
CPU system time (s): 0.221966
CPU usage (%): 99.2255
Max. virtual memory (cumulated for all children) (KiB): 860132

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 20.3949
system time used= 0.221966
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 31721
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1241
involuntary context switches= 1668

runsolver used 0.029995 second user time and 0.068989 second system time

The end

Launcher Data (download as text)

Begin job on node55 at 2008-07-06 01:25:37
IDJOB=1103051
IDBENCH=60266
IDSOLVER=351
FILE ID=node55/1103051-1215300337
PBS_JOBID= 7882415
Free space on /tmp= 66428 MiB

SOLVER NAME= galac E
BENCH NAME= CPAI08/csp/tightness0.8/normalized-rand-2-40-80-103-800-3_ext.xml
COMMAND LINE= HOME/galacE.sh BENCHNAME 
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1103051-1215300337/watcher-1103051-1215300337 -o /tmp/evaluation-result-1103051-1215300337/solver-1103051-1215300337 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/galacE.sh HOME/instance-1103051-1215300337.xml 

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 3b0f4f3d9fb4873abcdbd753efb5e9cf
RANDOM SEED=1903243147

node55.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:       1704208 kB
Buffers:         57780 kB
Cached:         216528 kB
SwapCached:       6260 kB
Active:         184028 kB
Inactive:       114216 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1704208 kB
SwapTotal:     4192956 kB
SwapFree:      4180408 kB
Dirty:            4196 kB
Writeback:           0 kB
Mapped:          40236 kB
Slab:            38628 kB
Committed_AS:  3197376 kB
PageTables:       1832 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= 66424 MiB
End job on node55 at 2008-07-06 01:25:58