Trace number 1048463

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 91.2821 92.2142

General information on the benchmark

Namecsp/rand-10-20-10/
normalized-rand-10-20-10-5-10000-2_ext.xml
MD5SUM2df4c69d39e368cfd78aef96a796eed2
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark1.15782
Satisfiable
(Un)Satisfiability was proved
Number of variables20
Number of constraints5
Maximum constraint arity10
Maximum domain size10
Number of constraints which are defined in extension5
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.15/1.23	c start processing
1.15/1.23	c start relation processing
2.53/2.68	c start cnf exporting
21.46/21.76	c parsing time : 1.102
21.46/21.76	c preprocessing time : 21.628
21.46/21.76	
21.46/21.76	c Nary constraints - conflicts : 0 supports : 5
21.46/21.76	c Binary constraints - conflicts : 0 supports :0
21.46/21.76	c max arity constraint : 10
21.46/21.76	c Max Tuples generated 0
21.46/21.76	c relations : 5
21.46/21.76	c relations BDD: 5
21.46/21.76	c sampling 0/0
21.46/21.76	c vars : 169999 - clauses :  560264
21.46/21.76	
21.52/21.82	 
21.52/21.82	c --- SAT Solver Stats ---
21.52/21.82	 
21.52/21.83	c eSAT 0.1 : minisat core with additionnal features
21.52/21.83	c ============================[ Problem Statistics ]=============================
21.52/21.83	c |                                                                             |
21.52/21.83	c |  Number of variables:  169998                                               |
21.52/21.83	c |  Number of clauses:    560264                                               |
22.20/22.58	c |  Parsing time:         0.66         s                                       |
91.14/92.18	c restarts              : 217
91.14/92.18	c conflicts             : 6129           (88 /sec)
91.14/92.18	c decisions             : 130069         (88.31 % random) (1870 /sec)
91.14/92.18	c euip                  : 495         
91.14/92.18	c propagations          : 52095021       (749025 /sec)
91.14/92.18	c conflict literals     : 118547         (30.23 % deleted)
91.14/92.18	c Memory used           : 84.20 MB
91.14/92.18	c CPU time              : 69.5504 s
91.14/92.18	c 
91.14/92.18	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-1048463-1215043207/watcher-1048463-1215043207 -o /tmp/evaluation-result-1048463-1215043207/solver-1048463-1215043207 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/galacE.sh HOME/instance-1048463-1215043207.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.00 2.00 1.93 4/81 7685
/proc/meminfo: memFree=1854352/2055920 swapFree=4180096/4192956
[pid=7685] ppid=7683 vsize=8652 CPUtime=0
/proc/7685/stat : 7685 (galacE.sh) S 7683 7685 6678 0 -1 4194304 346 0 0 0 0 0 0 0 16 0 1 0 1983295318 8859648 280 996147200 4194304 4520092 548682068832 18446744073709551615 231961979738 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/7685/statm: 2163 280 208 79 0 156 0
[pid=7686] ppid=7685 vsize=8688 CPUtime=0
/proc/7686/stat : 7686 (galacE.sh) S 7685 7685 6678 0 -1 4194368 36 0 0 0 0 0 0 0 17 0 1 0 1983295319 8896512 286 996147200 4194304 4520092 548682068832 18446744073709551615 231962542162 0 0 4096 73728 18446744071563648864 0 0 17 1 0 0
/proc/7686/statm: 2172 286 209 79 0 165 0
[pid=7687] ppid=7686 vsize=8728 CPUtime=0
/proc/7687/stat : 7687 (galacE.sh) R 7686 7685 6678 0 -1 4194368 25 0 0 0 0 0 0 0 19 0 1 0 1983295319 8937472 290 996147200 4194304 4520092 548682068832 18446744073709551615 231962373415 0 0 3674112 73728 0 0 0 17 1 0 0
/proc/7687/statm: 2182 290 209 79 0 175 0

[startup+0.080181 s]
/proc/loadavg: 2.00 2.00 1.93 4/81 7685
/proc/meminfo: memFree=1854352/2055920 swapFree=4180096/4192956
[pid=7685] ppid=7683 vsize=47556 CPUtime=0.01
/proc/7685/stat : 7685 (galacE.sh) S 7683 7685 6678 0 -1 4194304 765 1698 0 0 0 0 0 1 18 0 1 0 1983295318 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 231961979738 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/7685/statm: 11889 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47556

[startup+0.102027 s]
/proc/loadavg: 2.00 2.00 1.93 4/81 7685
/proc/meminfo: memFree=1854352/2055920 swapFree=4180096/4192956
[pid=7685] ppid=7683 vsize=47556 CPUtime=0.01
/proc/7685/stat : 7685 (galacE.sh) S 7683 7685 6678 0 -1 4194304 765 1698 0 0 0 0 0 1 18 0 1 0 1983295318 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 231961979738 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/7685/statm: 11889 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47556

[startup+0.301974 s]
/proc/loadavg: 2.00 2.00 1.93 4/81 7685
/proc/meminfo: memFree=1854352/2055920 swapFree=4180096/4192956
[pid=7685] ppid=7683 vsize=47556 CPUtime=0.01
/proc/7685/stat : 7685 (galacE.sh) S 7683 7685 6678 0 -1 4194304 765 1698 0 0 0 0 0 1 18 0 1 0 1983295318 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 231961979738 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/7685/statm: 11889 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47556

[startup+0.701867 s]
/proc/loadavg: 2.00 2.00 1.93 4/81 7685
/proc/meminfo: memFree=1854352/2055920 swapFree=4180096/4192956
[pid=7685] ppid=7683 vsize=47556 CPUtime=0.01
/proc/7685/stat : 7685 (galacE.sh) S 7683 7685 6678 0 -1 4194304 765 1698 0 0 0 0 0 1 18 0 1 0 1983295318 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 231961979738 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/7685/statm: 11889 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47556

[startup+1.50267 s]
/proc/loadavg: 2.00 2.00 1.93 3/91 7707
/proc/meminfo: memFree=1782528/2055920 swapFree=4180096/4192956
[pid=7685] ppid=7683 vsize=47556 CPUtime=0.01
/proc/7685/stat : 7685 (galacE.sh) S 7683 7685 6678 0 -1 4194304 765 1698 0 0 0 0 0 1 18 0 1 0 1983295318 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 231961979738 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/7685/statm: 11889 364 245 79 0 219 0
[pid=7699] ppid=7685 vsize=812420 CPUtime=1.43
/proc/7699/stat : 7699 (java) S 7685 7685 6678 0 -1 0 22611 0 1 0 129 14 0 0 18 0 9 0 1983295322 831918080 22035 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/7699/statm: 203105 22035 1887 9 0 197138 0
[pid=7699/tid=7700] ppid=7685 vsize=812420 CPUtime=1.2
/proc/7699/task/7700/stat : 7700 (java) R 7685 7685 6678 0 -1 64 14471 0 1 0 111 9 0 0 25 0 9 0 1983295323 831918080 22035 996147200 134512640 134550740 4294955616 18446744073709551615 4126807511 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7699/tid=7701] ppid=7685 vsize=812420 CPUtime=0.06
/proc/7699/task/7701/stat : 7701 (java) S 7685 7685 6678 0 -1 64 6671 0 0 0 3 3 0 0 16 0 9 0 1983295325 831918080 22035 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=7699/tid=7702] ppid=7685 vsize=812420 CPUtime=0
/proc/7699/task/7702/stat : 7702 (java) S 7685 7685 6678 0 -1 64 11 0 0 0 0 0 0 0 19 0 9 0 1983295325 831918080 22035 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7699/tid=7703] ppid=7685 vsize=812420 CPUtime=0
/proc/7699/task/7703/stat : 7703 (java) S 7685 7685 6678 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 1983295325 831918080 22035 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7699/tid=7704] ppid=7685 vsize=812420 CPUtime=0
/proc/7699/task/7704/stat : 7704 (java) S 7685 7685 6678 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1983295327 831918080 22035 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7699/tid=7705] ppid=7685 vsize=812420 CPUtime=0.13
/proc/7699/task/7705/stat : 7705 (java) S 7685 7685 6678 0 -1 64 769 0 0 0 13 0 0 0 16 0 9 0 1983295327 831918080 22035 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7699/tid=7706] ppid=7685 vsize=812420 CPUtime=0
/proc/7699/task/7706/stat : 7706 (java) S 7685 7685 6678 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1983295327 831918080 22035 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7699/tid=7707] ppid=7685 vsize=812420 CPUtime=0
/proc/7699/task/7707/stat : 7707 (java) S 7685 7685 6678 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1983295327 831918080 22035 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.44
Current children cumulated vsize (KiB) 859976

[startup+3.10225 s]
/proc/loadavg: 2.00 2.00 1.93 4/91 7707
/proc/meminfo: memFree=1765696/2055920 swapFree=4180096/4192956
[pid=7685] ppid=7683 vsize=47556 CPUtime=0.01
/proc/7685/stat : 7685 (galacE.sh) S 7683 7685 6678 0 -1 4194304 765 1698 0 0 0 0 0 1 18 0 1 0 1983295318 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 231961979738 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/7685/statm: 11889 364 245 79 0 219 0
[pid=7699] ppid=7685 vsize=812552 CPUtime=3.02
/proc/7699/stat : 7699 (java) S 7685 7685 6678 0 -1 0 32769 0 1 0 281 21 0 0 18 0 9 0 1983295322 832053248 32188 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/7699/statm: 203138 32188 1907 9 0 197171 0
[pid=7699/tid=7700] ppid=7685 vsize=812552 CPUtime=2.23
/proc/7699/task/7700/stat : 7700 (java) R 7685 7685 6678 0 -1 64 14516 0 1 0 214 9 0 0 25 0 9 0 1983295323 832053248 32188 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7699/tid=7701] ppid=7685 vsize=812552 CPUtime=0.55
/proc/7699/task/7701/stat : 7701 (java) R 7685 7685 6678 0 -1 64 16737 0 0 0 46 9 0 0 16 0 9 0 1983295325 832053248 32188 996147200 134512640 134550740 4294955616 18446744073709551615 102674840 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=7699/tid=7702] ppid=7685 vsize=812552 CPUtime=0
/proc/7699/task/7702/stat : 7702 (java) S 7685 7685 6678 0 -1 64 11 0 0 0 0 0 0 0 19 0 9 0 1983295325 832053248 32188 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7699/tid=7703] ppid=7685 vsize=812552 CPUtime=0
/proc/7699/task/7703/stat : 7703 (java) S 7685 7685 6678 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 1983295325 832053248 32188 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7699/tid=7704] ppid=7685 vsize=812552 CPUtime=0
/proc/7699/task/7704/stat : 7704 (java) S 7685 7685 6678 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1983295327 832053248 32188 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7699/tid=7705] ppid=7685 vsize=812552 CPUtime=0.2
/proc/7699/task/7705/stat : 7705 (java) S 7685 7685 6678 0 -1 64 816 0 0 0 20 0 0 0 15 0 9 0 1983295327 832053248 32188 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7699/tid=7706] ppid=7685 vsize=812552 CPUtime=0
/proc/7699/task/7706/stat : 7706 (java) S 7685 7685 6678 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1983295327 832053248 32188 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7699/tid=7707] ppid=7685 vsize=812552 CPUtime=0
/proc/7699/task/7707/stat : 7707 (java) S 7685 7685 6678 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1983295327 832053248 32188 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.03
Current children cumulated vsize (KiB) 860108

[startup+6.30142 s]
/proc/loadavg: 2.00 2.00 1.93 3/91 7707
/proc/meminfo: memFree=1699840/2055920 swapFree=4180096/4192956
[pid=7685] ppid=7683 vsize=47556 CPUtime=0.01
/proc/7685/stat : 7685 (galacE.sh) S 7683 7685 6678 0 -1 4194304 765 1698 0 0 0 0 0 1 18 0 1 0 1983295318 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 231961979738 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/7685/statm: 11889 364 245 79 0 219 0
[pid=7699] ppid=7685 vsize=812552 CPUtime=6.19
/proc/7699/stat : 7699 (java) S 7685 7685 6678 0 -1 0 40471 0 1 0 594 25 0 0 18 0 9 0 1983295322 832053248 39884 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/7699/statm: 203138 39884 1907 9 0 197171 0
[pid=7699/tid=7700] ppid=7685 vsize=812552 CPUtime=5.1
/proc/7699/task/7700/stat : 7700 (java) R 7685 7685 6678 0 -1 64 14522 0 1 0 500 10 0 0 25 0 9 0 1983295323 832053248 39884 996147200 134512640 134550740 4294955616 18446744073709551615 4126898376 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7699/tid=7701] ppid=7685 vsize=812552 CPUtime=0.84
/proc/7699/task/7701/stat : 7701 (java) S 7685 7685 6678 0 -1 64 24433 0 0 0 72 12 0 0 16 0 9 0 1983295325 832053248 39884 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=7699/tid=7702] ppid=7685 vsize=812552 CPUtime=0
/proc/7699/task/7702/stat : 7702 (java) S 7685 7685 6678 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1983295325 832053248 39884 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7699/tid=7703] ppid=7685 vsize=812552 CPUtime=0
/proc/7699/task/7703/stat : 7703 (java) S 7685 7685 6678 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 1983295325 832053248 39884 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7699/tid=7704] ppid=7685 vsize=812552 CPUtime=0
/proc/7699/task/7704/stat : 7704 (java) S 7685 7685 6678 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1983295327 832053248 39884 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7699/tid=7705] ppid=7685 vsize=812552 CPUtime=0.2
/proc/7699/task/7705/stat : 7705 (java) S 7685 7685 6678 0 -1 64 816 0 0 0 20 0 0 0 15 0 9 0 1983295327 832053248 39884 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7699/tid=7706] ppid=7685 vsize=812552 CPUtime=0
/proc/7699/task/7706/stat : 7706 (java) S 7685 7685 6678 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1983295327 832053248 39884 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7699/tid=7707] ppid=7685 vsize=812552 CPUtime=0
/proc/7699/task/7707/stat : 7707 (java) S 7685 7685 6678 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1983295327 832053248 39884 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.2
Current children cumulated vsize (KiB) 860108

[startup+12.7018 s]
/proc/loadavg: 2.00 2.00 1.93 3/91 7707
/proc/meminfo: memFree=1696320/2055920 swapFree=4180096/4192956
[pid=7685] ppid=7683 vsize=47556 CPUtime=0.01
/proc/7685/stat : 7685 (galacE.sh) S 7683 7685 6678 0 -1 4194304 765 1698 0 0 0 0 0 1 18 0 1 0 1983295318 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 231961979738 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/7685/statm: 11889 364 245 79 0 219 0
[pid=7699] ppid=7685 vsize=812552 CPUtime=12.53
/proc/7699/stat : 7699 (java) S 7685 7685 6678 0 -1 0 40485 0 1 0 1226 27 0 0 18 0 9 0 1983295322 832053248 39887 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/7699/statm: 203138 39887 1907 9 0 197171 0
[pid=7699/tid=7700] ppid=7685 vsize=812552 CPUtime=11.43
/proc/7699/task/7700/stat : 7700 (java) R 7685 7685 6678 0 -1 64 14533 0 1 0 1131 12 0 0 25 0 9 0 1983295323 832053248 39887 996147200 134512640 134550740 4294955616 18446744073709551615 103826493 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7699/tid=7701] ppid=7685 vsize=812552 CPUtime=0.86
/proc/7699/task/7701/stat : 7701 (java) S 7685 7685 6678 0 -1 64 24433 0 0 0 73 13 0 0 16 0 9 0 1983295325 832053248 39887 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=7699/tid=7702] ppid=7685 vsize=812552 CPUtime=0
/proc/7699/task/7702/stat : 7702 (java) S 7685 7685 6678 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1983295325 832053248 39887 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7699/tid=7703] ppid=7685 vsize=812552 CPUtime=0
/proc/7699/task/7703/stat : 7703 (java) S 7685 7685 6678 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 1983295325 832053248 39887 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7699/tid=7704] ppid=7685 vsize=812552 CPUtime=0
/proc/7699/task/7704/stat : 7704 (java) S 7685 7685 6678 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1983295327 832053248 39887 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7699/tid=7705] ppid=7685 vsize=812552 CPUtime=0.21
/proc/7699/task/7705/stat : 7705 (java) S 7685 7685 6678 0 -1 64 819 0 0 0 21 0 0 0 15 0 9 0 1983295327 832053248 39887 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7699/tid=7706] ppid=7685 vsize=812552 CPUtime=0
/proc/7699/task/7706/stat : 7706 (java) S 7685 7685 6678 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1983295327 832053248 39887 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7699/tid=7707] ppid=7685 vsize=812552 CPUtime=0
/proc/7699/task/7707/stat : 7707 (java) S 7685 7685 6678 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1983295327 832053248 39887 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.54
Current children cumulated vsize (KiB) 860108

[startup+25.5015 s]
/proc/loadavg: 2.00 2.00 1.93 3/83 7708
/proc/meminfo: memFree=1759680/2055920 swapFree=4180096/4192956
[pid=7685] ppid=7683 vsize=47556 CPUtime=21.55
/proc/7685/stat : 7685 (galacE.sh) S 7683 7685 6678 0 -1 4194304 799 42211 0 1 0 0 2121 34 17 0 1 0 1983295318 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 231961979738 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/7685/statm: 11889 364 245 79 0 219 0
[pid=7708] ppid=7685 vsize=93264 CPUtime=3.63
/proc/7708/stat : 7708 (eSAT_static) R 7685 7685 6678 0 -1 4194304 21740 0 0 0 351 12 0 0 25 0 1 0 1983297501 95502336 21722 996147200 134512640 135177480 4294955984 18446744073709551615 134546140 0 0 4096 3 0 0 0 17 1 0 0
/proc/7708/statm: 23316 21722 75 162 0 23151 0
Current children cumulated CPU time (s) 25.18
Current children cumulated vsize (KiB) 140820

[startup+51.1019 s]
/proc/loadavg: 2.06 2.02 1.94 3/83 7708
/proc/meminfo: memFree=1762112/2055920 swapFree=4180096/4192956
[pid=7685] ppid=7683 vsize=47556 CPUtime=21.55
/proc/7685/stat : 7685 (galacE.sh) S 7683 7685 6678 0 -1 4194304 799 42211 0 1 0 0 2121 34 17 0 1 0 1983295318 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 231961979738 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/7685/statm: 11889 364 245 79 0 219 0
[pid=7708] ppid=7685 vsize=86216 CPUtime=28.99
/proc/7708/stat : 7708 (eSAT_static) R 7685 7685 6678 0 -1 4194304 23109 0 0 0 2886 13 0 0 25 0 1 0 1983297501 88285184 20349 996147200 134512640 135177480 4294955984 18446744073709551615 134565694 0 0 4096 3 0 0 0 17 1 0 0
/proc/7708/statm: 21554 20349 80 162 0 21389 0
Current children cumulated CPU time (s) 50.54
Current children cumulated vsize (KiB) 133772

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

[startup+76.7013 s]
/proc/loadavg: 2.04 2.01 1.94 3/83 7714
/proc/meminfo: memFree=1761344/2055920 swapFree=4180096/4192956
[pid=7685] ppid=7683 vsize=47556 CPUtime=21.55
/proc/7685/stat : 7685 (galacE.sh) S 7683 7685 6678 0 -1 4194304 799 42211 0 1 0 0 2121 34 17 0 1 0 1983295318 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 231961979738 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/7685/statm: 11889 364 245 79 0 219 0
[pid=7708] ppid=7685 vsize=86216 CPUtime=54.33
/proc/7708/stat : 7708 (eSAT_static) R 7685 7685 6678 0 -1 4194304 23110 0 0 0 5420 13 0 0 25 0 1 0 1983297501 88285184 20350 996147200 134512640 135177480 4294955984 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/7708/statm: 21554 20350 80 162 0 21389 0
Current children cumulated CPU time (s) 75.88
Current children cumulated vsize (KiB) 133772

[startup+83.1016 s]
/proc/loadavg: 2.03 2.01 1.94 3/83 7714
/proc/meminfo: memFree=1761280/2055920 swapFree=4180096/4192956
[pid=7685] ppid=7683 vsize=47556 CPUtime=21.55
/proc/7685/stat : 7685 (galacE.sh) S 7683 7685 6678 0 -1 4194304 799 42211 0 1 0 0 2121 34 17 0 1 0 1983295318 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 231961979738 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/7685/statm: 11889 364 245 79 0 219 0
[pid=7708] ppid=7685 vsize=86216 CPUtime=60.67
/proc/7708/stat : 7708 (eSAT_static) R 7685 7685 6678 0 -1 4194304 23110 0 0 0 6054 13 0 0 25 0 1 0 1983297501 88285184 20350 996147200 134512640 135177480 4294955984 18446744073709551615 134571641 0 0 4096 3 0 0 0 17 1 0 0
/proc/7708/statm: 21554 20350 80 162 0 21389 0
Current children cumulated CPU time (s) 82.22
Current children cumulated vsize (KiB) 133772

[startup+86.3018 s]
/proc/loadavg: 2.03 2.01 1.94 3/83 7714
/proc/meminfo: memFree=1761280/2055920 swapFree=4180096/4192956
[pid=7685] ppid=7683 vsize=47556 CPUtime=21.55
/proc/7685/stat : 7685 (galacE.sh) S 7683 7685 6678 0 -1 4194304 799 42211 0 1 0 0 2121 34 17 0 1 0 1983295318 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 231961979738 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/7685/statm: 11889 364 245 79 0 219 0
[pid=7708] ppid=7685 vsize=86216 CPUtime=63.84
/proc/7708/stat : 7708 (eSAT_static) R 7685 7685 6678 0 -1 4194304 23110 0 0 0 6371 13 0 0 25 0 1 0 1983297501 88285184 20350 996147200 134512640 135177480 4294955984 18446744073709551615 134565210 0 0 4096 3 0 0 0 17 1 0 0
/proc/7708/statm: 21554 20350 80 162 0 21389 0
Current children cumulated CPU time (s) 85.39
Current children cumulated vsize (KiB) 133772

[startup+89.502 s]
/proc/loadavg: 2.03 2.01 1.94 3/83 7714
/proc/meminfo: memFree=1761280/2055920 swapFree=4180096/4192956
[pid=7685] ppid=7683 vsize=47556 CPUtime=21.55
/proc/7685/stat : 7685 (galacE.sh) S 7683 7685 6678 0 -1 4194304 799 42211 0 1 0 0 2121 34 17 0 1 0 1983295318 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 231961979738 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/7685/statm: 11889 364 245 79 0 219 0
[pid=7708] ppid=7685 vsize=86216 CPUtime=67.01
/proc/7708/stat : 7708 (eSAT_static) R 7685 7685 6678 0 -1 4194304 23110 0 0 0 6688 13 0 0 25 0 1 0 1983297501 88285184 20350 996147200 134512640 135177480 4294955984 18446744073709551615 134565694 0 0 4096 3 0 0 0 17 1 0 0
/proc/7708/statm: 21554 20350 80 162 0 21389 0
Current children cumulated CPU time (s) 88.56
Current children cumulated vsize (KiB) 133772

[startup+91.1015 s]
/proc/loadavg: 2.03 2.01 1.94 3/83 7714
/proc/meminfo: memFree=1761216/2055920 swapFree=4180096/4192956
[pid=7685] ppid=7683 vsize=47556 CPUtime=21.55
/proc/7685/stat : 7685 (galacE.sh) S 7683 7685 6678 0 -1 4194304 799 42211 0 1 0 0 2121 34 17 0 1 0 1983295318 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 231961979738 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/7685/statm: 11889 364 245 79 0 219 0
[pid=7708] ppid=7685 vsize=86216 CPUtime=68.6
/proc/7708/stat : 7708 (eSAT_static) R 7685 7685 6678 0 -1 4194304 23113 0 0 0 6847 13 0 0 25 0 1 0 1983297501 88285184 20353 996147200 134512640 135177480 4294955984 18446744073709551615 134565318 0 0 4096 3 0 0 0 17 1 0 0
/proc/7708/statm: 21554 20353 80 162 0 21389 0
Current children cumulated CPU time (s) 90.15
Current children cumulated vsize (KiB) 133772

[startup+91.9013 s]
/proc/loadavg: 2.03 2.01 1.94 3/83 7714
/proc/meminfo: memFree=1761280/2055920 swapFree=4180096/4192956
[pid=7685] ppid=7683 vsize=47556 CPUtime=21.55
/proc/7685/stat : 7685 (galacE.sh) S 7683 7685 6678 0 -1 4194304 799 42211 0 1 0 0 2121 34 17 0 1 0 1983295318 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 231961979738 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/7685/statm: 11889 364 245 79 0 219 0
[pid=7708] ppid=7685 vsize=86216 CPUtime=69.39
/proc/7708/stat : 7708 (eSAT_static) R 7685 7685 6678 0 -1 4194304 23113 0 0 0 6926 13 0 0 25 0 1 0 1983297501 88285184 20353 996147200 134512640 135177480 4294955984 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/7708/statm: 21554 20353 80 162 0 21389 0
Current children cumulated CPU time (s) 90.94
Current children cumulated vsize (KiB) 133772

[startup+92.1013 s]
/proc/loadavg: 2.03 2.01 1.94 3/83 7714
/proc/meminfo: memFree=1761280/2055920 swapFree=4180096/4192956
[pid=7685] ppid=7683 vsize=47556 CPUtime=21.55
/proc/7685/stat : 7685 (galacE.sh) S 7683 7685 6678 0 -1 4194304 799 42211 0 1 0 0 2121 34 17 0 1 0 1983295318 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 231961979738 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/7685/statm: 11889 364 245 79 0 219 0
[pid=7708] ppid=7685 vsize=86216 CPUtime=69.59
/proc/7708/stat : 7708 (eSAT_static) R 7685 7685 6678 0 -1 4194304 23113 0 0 0 6946 13 0 0 25 0 1 0 1983297501 88285184 20353 996147200 134512640 135177480 4294955984 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/7708/statm: 21554 20353 80 162 0 21389 0
Current children cumulated CPU time (s) 91.14
Current children cumulated vsize (KiB) 133772

[startup+92.202 s]
/proc/loadavg: 2.03 2.01 1.94 3/83 7714
/proc/meminfo: memFree=1761280/2055920 swapFree=4180096/4192956
[pid=7685] ppid=7683 vsize=47556 CPUtime=21.55
/proc/7685/stat : 7685 (galacE.sh) S 7683 7685 6678 0 -1 4194304 799 42211 0 1 0 0 2121 34 17 0 1 0 1983295318 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 231961979738 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/7685/statm: 11889 364 245 79 0 219 0
[pid=7708] ppid=7685 vsize=0 CPUtime=69.7
/proc/7708/stat : 7708 (eSAT_static) R 7685 7685 6678 0 -1 4194308 23124 0 0 0 6955 15 0 0 25 0 1 0 1983297501 0 0 996147200 0 0 0 0 0 0 0 4096 3 0 0 0 17 1 0 0
/proc/7708/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 91.25
Current children cumulated vsize (KiB) 47556

Child status: 0
Real time (s): 92.2142
CPU time (s): 91.2821
CPU user time (s): 90.7702
CPU system time (s): 0.511922
CPU usage (%): 98.9892
Max. virtual memory (cumulated for all children) (KiB): 860108

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 90.7702
system time used= 0.511922
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 66323
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= 1745
involuntary context switches= 3747

runsolver used 0.12798 second user time and 0.307953 second system time

The end

Launcher Data (download as text)

Begin job on node16 at 2008-07-03 02:00:07
IDJOB=1048463
IDBENCH=54363
IDSOLVER=351
FILE ID=node16/1048463-1215043207
PBS_JOBID= 7875142
Free space on /tmp= 66552 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 2df4c69d39e368cfd78aef96a796eed2
RANDOM SEED=414521014

node16.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.213
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.213
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1854832 kB
Buffers:          6176 kB
Cached:         106792 kB
SwapCached:       6440 kB
Active:         106428 kB
Inactive:        42776 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1854832 kB
SwapTotal:     4192956 kB
SwapFree:      4180096 kB
Dirty:            4048 kB
Writeback:           0 kB
Mapped:          52504 kB
Slab:            36944 kB
Committed_AS:  3394368 kB
PageTables:       1952 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= 66552 MiB
End job on node16 at 2008-07-03 02:01:40