Trace number 1048348

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 284.375 287.152

General information on the benchmark

Namecsp/rand-10-20-10/
normalized-rand-10-20-10-5-10000-5_ext.xml
MD5SUMdedcb79b74d97a272ff3a128bc6fbd80
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.00185
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.35/1.49	c start processing
1.35/1.49	c start relation processing
2.74/2.88	c start cnf exporting
20.66/21.00	c parsing time : 1.372
20.66/21.00	c preprocessing time : 20.878
20.66/21.00	
20.66/21.00	c Nary constraints - conflicts : 0 supports : 5
20.66/21.00	c Binary constraints - conflicts : 0 supports :0
20.66/21.00	c max arity constraint : 10
20.66/21.00	c Max Tuples generated 0
20.75/21.00	c relations : 5
20.75/21.00	c relations BDD: 5
20.75/21.00	c sampling 0/0
20.75/21.00	c vars : 169682 - clauses :  559313
20.75/21.00	
20.75/21.04	 
20.75/21.04	c --- SAT Solver Stats ---
20.75/21.04	 
20.75/21.05	c eSAT 0.1 : minisat core with additionnal features
20.75/21.05	c ============================[ Problem Statistics ]=============================
20.75/21.05	c |                                                                             |
20.75/21.05	c |  Number of variables:  169681                                               |
20.75/21.05	c |  Number of clauses:    559313                                               |
20.79/21.79	c |  Parsing time:         0.66         s                                       |
284.30/287.12	c restarts              : 235
284.30/287.12	c conflicts             : 13417          (51 /sec)
284.30/287.12	c decisions             : 119780         (72.64 % random) (455 /sec)
284.30/287.12	c euip                  : 816         
284.30/287.12	c propagations          : 252307388      (957891 /sec)
284.30/287.12	c conflict literals     : 393440         (65.22 % deleted)
284.30/287.12	c Memory used           : 84.33 MB
284.30/287.12	c CPU time              : 263.399 s
284.30/287.12	c 
284.30/287.12	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-1048348-1215042981/watcher-1048348-1215042981 -o /tmp/evaluation-result-1048348-1215042981/solver-1048348-1215042981 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/galacE.sh HOME/instance-1048348-1215042981.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.91 4/81 2542
/proc/meminfo: memFree=1780552/2055920 swapFree=4180416/4192956
[pid=2542] ppid=2540 vsize=8652 CPUtime=0
/proc/2542/stat : 2542 (galacE.sh) S 2540 2542 1911 0 -1 4194304 346 0 0 0 0 0 0 0 16 0 1 0 1983270009 8859648 280 996147200 4194304 4520092 548682068832 18446744073709551615 235370900314 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/2542/statm: 2163 280 208 79 0 156 0
[pid=2543] ppid=2542 vsize=8688 CPUtime=0
/proc/2543/stat : 2543 (galacE.sh) S 2542 2542 1911 0 -1 4194368 36 0 0 0 0 0 0 0 16 0 1 0 1983270010 8896512 286 996147200 4194304 4520092 548682068832 18446744073709551615 235371462738 0 0 4096 73728 18446744071563648864 0 0 17 1 0 0
/proc/2543/statm: 2172 286 209 79 0 165 0
[pid=2544] ppid=2543 vsize=8728 CPUtime=0
/proc/2544/stat : 2544 (galacE.sh) R 2543 2542 1911 0 -1 4194368 25 0 0 0 0 0 0 0 19 0 1 0 1983270010 8937472 290 996147200 4194304 4520092 548682068832 18446744073709551615 235371293991 0 0 3674112 73728 0 0 0 17 1 0 0
/proc/2544/statm: 2182 290 209 79 0 175 0

[startup+0.0258991 s]
/proc/loadavg: 2.00 2.00 1.91 4/81 2542
/proc/meminfo: memFree=1780552/2055920 swapFree=4180416/4192956
[pid=2542] ppid=2540 vsize=8784 CPUtime=0
/proc/2542/stat : 2542 (galacE.sh) S 2540 2542 1911 0 -1 4194304 586 1319 0 0 0 0 0 0 20 0 1 0 1983270009 8994816 320 996147200 4194304 4520092 548682068832 18446744073709551615 235371462738 0 2 4096 73728 18446744071563648864 0 0 17 1 0 0
/proc/2542/statm: 2196 320 218 79 0 189 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8784

[startup+0.102195 s]
/proc/loadavg: 2.00 2.00 1.91 4/81 2542
/proc/meminfo: memFree=1780552/2055920 swapFree=4180416/4192956
[pid=2542] ppid=2540 vsize=47568 CPUtime=0.01
/proc/2542/stat : 2542 (galacE.sh) S 2540 2542 1911 0 -1 4194304 766 1697 0 0 0 0 0 1 18 0 1 0 1983270009 48709632 365 996147200 4194304 4520092 548682068832 18446744073709551615 235370900314 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/2542/statm: 11892 365 246 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47568

[startup+0.301231 s]
/proc/loadavg: 2.00 2.00 1.91 4/81 2542
/proc/meminfo: memFree=1780552/2055920 swapFree=4180416/4192956
[pid=2542] ppid=2540 vsize=47568 CPUtime=0.01
/proc/2542/stat : 2542 (galacE.sh) S 2540 2542 1911 0 -1 4194304 766 1697 0 0 0 0 0 1 18 0 1 0 1983270009 48709632 365 996147200 4194304 4520092 548682068832 18446744073709551615 235370900314 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/2542/statm: 11892 365 246 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47568

[startup+0.701293 s]
/proc/loadavg: 2.00 2.00 1.91 4/81 2542
/proc/meminfo: memFree=1780552/2055920 swapFree=4180416/4192956
[pid=2542] ppid=2540 vsize=47568 CPUtime=0.01
/proc/2542/stat : 2542 (galacE.sh) S 2540 2542 1911 0 -1 4194304 766 1697 0 0 0 0 0 1 18 0 1 0 1983270009 48709632 365 996147200 4194304 4520092 548682068832 18446744073709551615 235370900314 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/2542/statm: 11892 365 246 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47568

[startup+1.50243 s]
/proc/loadavg: 2.00 2.00 1.91 3/91 2564
/proc/meminfo: memFree=1734392/2055920 swapFree=4180416/4192956
[pid=2542] ppid=2540 vsize=47568 CPUtime=0.01
/proc/2542/stat : 2542 (galacE.sh) S 2540 2542 1911 0 -1 4194304 766 1697 0 0 0 0 0 1 18 0 1 0 1983270009 48709632 365 996147200 4194304 4520092 548682068832 18446744073709551615 235370900314 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/2542/statm: 11892 365 246 79 0 219 0
[pid=2556] ppid=2542 vsize=812732 CPUtime=1.44
/proc/2556/stat : 2556 (java) S 2542 2542 1911 0 -1 0 20155 0 1 0 135 9 0 0 19 0 9 0 1983270013 832237568 19581 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2556/statm: 203183 19581 1883 9 0 197164 0
[pid=2556/tid=2557] ppid=2542 vsize=812732 CPUtime=1.27
/proc/2556/task/2557/stat : 2557 (java) R 2542 2542 1911 0 -1 64 14465 0 1 0 121 6 0 0 25 0 9 0 1983270014 832237568 19581 996147200 134512640 134550740 4294955616 18446744073709551615 4126753992 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2556/tid=2558] ppid=2542 vsize=812732 CPUtime=0.03
/proc/2556/task/2558/stat : 2558 (java) S 2542 2542 1911 0 -1 64 4237 0 0 0 2 1 0 0 17 0 9 0 1983270015 832237568 19581 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2556/tid=2559] ppid=2542 vsize=812732 CPUtime=0
/proc/2556/task/2559/stat : 2559 (java) S 2542 2542 1911 0 -1 64 11 0 0 0 0 0 0 0 19 0 9 0 1983270015 832237568 19581 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2556/tid=2560] ppid=2542 vsize=812732 CPUtime=0
/proc/2556/task/2560/stat : 2560 (java) S 2542 2542 1911 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 1983270015 832237568 19581 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2556/tid=2561] ppid=2542 vsize=812732 CPUtime=0
/proc/2556/task/2561/stat : 2561 (java) S 2542 2542 1911 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1983270017 832237568 19581 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2556/tid=2562] ppid=2542 vsize=812732 CPUtime=0.11
/proc/2556/task/2562/stat : 2562 (java) S 2542 2542 1911 0 -1 64 755 0 0 0 11 0 0 0 16 0 9 0 1983270017 832237568 19581 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2556/tid=2563] ppid=2542 vsize=812732 CPUtime=0
/proc/2556/task/2563/stat : 2563 (java) S 2542 2542 1911 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 1983270017 832237568 19581 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2556/tid=2564] ppid=2542 vsize=812732 CPUtime=0
/proc/2556/task/2564/stat : 2564 (java) S 2542 2542 1911 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1983270017 832237568 19581 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) 860300

[startup+3.1027 s]
/proc/loadavg: 2.00 2.00 1.91 3/91 2564
/proc/meminfo: memFree=1698744/2055920 swapFree=4180416/4192956
[pid=2542] ppid=2540 vsize=47568 CPUtime=0.01
/proc/2542/stat : 2542 (galacE.sh) S 2540 2542 1911 0 -1 4194304 766 1697 0 0 0 0 0 1 18 0 1 0 1983270009 48709632 365 996147200 4194304 4520092 548682068832 18446744073709551615 235370900314 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/2542/statm: 11892 365 246 79 0 219 0
[pid=2556] ppid=2542 vsize=812732 CPUtime=3.02
/proc/2556/stat : 2556 (java) S 2542 2542 1911 0 -1 0 32322 0 1 0 287 15 0 0 19 0 9 0 1983270013 832237568 31742 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2556/statm: 203183 31742 1908 9 0 197164 0
[pid=2556/tid=2557] ppid=2542 vsize=812732 CPUtime=2.33
/proc/2556/task/2557/stat : 2557 (java) R 2542 2542 1911 0 -1 64 14523 0 1 0 227 6 0 0 25 0 9 0 1983270014 832237568 31742 996147200 134512640 134550740 4294955616 18446744073709551615 103827291 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2556/tid=2558] ppid=2542 vsize=812732 CPUtime=0.48
/proc/2556/task/2558/stat : 2558 (java) S 2542 2542 1911 0 -1 64 16290 0 0 0 41 7 0 0 19 0 9 0 1983270015 832237568 31742 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2556/tid=2559] ppid=2542 vsize=812732 CPUtime=0
/proc/2556/task/2559/stat : 2559 (java) S 2542 2542 1911 0 -1 64 11 0 0 0 0 0 0 0 19 0 9 0 1983270015 832237568 31742 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2556/tid=2560] ppid=2542 vsize=812732 CPUtime=0
/proc/2556/task/2560/stat : 2560 (java) S 2542 2542 1911 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 1983270015 832237568 31742 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2556/tid=2561] ppid=2542 vsize=812732 CPUtime=0
/proc/2556/task/2561/stat : 2561 (java) S 2542 2542 1911 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1983270017 832237568 31742 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2556/tid=2562] ppid=2542 vsize=812732 CPUtime=0.18
/proc/2556/task/2562/stat : 2562 (java) S 2542 2542 1911 0 -1 64 811 0 0 0 18 0 0 0 16 0 9 0 1983270017 832237568 31742 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2556/tid=2563] ppid=2542 vsize=812732 CPUtime=0
/proc/2556/task/2563/stat : 2563 (java) S 2542 2542 1911 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 1983270017 832237568 31742 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2556/tid=2564] ppid=2542 vsize=812732 CPUtime=0
/proc/2556/task/2564/stat : 2564 (java) S 2542 2542 1911 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1983270017 832237568 31742 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) 860300

[startup+6.30225 s]
/proc/loadavg: 2.00 2.00 1.91 3/91 2564
/proc/meminfo: memFree=1626232/2055920 swapFree=4180416/4192956
[pid=2542] ppid=2540 vsize=47568 CPUtime=0.01
/proc/2542/stat : 2542 (galacE.sh) S 2540 2542 1911 0 -1 4194304 766 1697 0 0 0 0 0 1 18 0 1 0 1983270009 48709632 365 996147200 4194304 4520092 548682068832 18446744073709551615 235370900314 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/2542/statm: 11892 365 246 79 0 219 0
[pid=2556] ppid=2542 vsize=812732 CPUtime=6.2
/proc/2556/stat : 2556 (java) S 2542 2542 1911 0 -1 0 40448 0 1 0 601 19 0 0 19 0 9 0 1983270013 832237568 39861 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2556/statm: 203183 39861 1909 9 0 197164 0
[pid=2556/tid=2557] ppid=2542 vsize=812732 CPUtime=5.15
/proc/2556/task/2557/stat : 2557 (java) R 2542 2542 1911 0 -1 64 14530 0 1 0 508 7 0 0 25 0 9 0 1983270014 832237568 39861 996147200 134512640 134550740 4294955616 18446744073709551615 4126860212 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2556/tid=2558] ppid=2542 vsize=812732 CPUtime=0.83
/proc/2556/task/2558/stat : 2558 (java) S 2542 2542 1911 0 -1 64 24405 0 0 0 73 10 0 0 16 0 9 0 1983270015 832237568 39861 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2556/tid=2559] ppid=2542 vsize=812732 CPUtime=0
/proc/2556/task/2559/stat : 2559 (java) S 2542 2542 1911 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1983270015 832237568 39861 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2556/tid=2560] ppid=2542 vsize=812732 CPUtime=0
/proc/2556/task/2560/stat : 2560 (java) S 2542 2542 1911 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 1983270015 832237568 39861 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2556/tid=2561] ppid=2542 vsize=812732 CPUtime=0
/proc/2556/task/2561/stat : 2561 (java) S 2542 2542 1911 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1983270017 832237568 39861 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2556/tid=2562] ppid=2542 vsize=812732 CPUtime=0.19
/proc/2556/task/2562/stat : 2562 (java) S 2542 2542 1911 0 -1 64 815 0 0 0 19 0 0 0 15 0 9 0 1983270017 832237568 39861 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2556/tid=2563] ppid=2542 vsize=812732 CPUtime=0
/proc/2556/task/2563/stat : 2563 (java) S 2542 2542 1911 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 1983270017 832237568 39861 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2556/tid=2564] ppid=2542 vsize=812732 CPUtime=0
/proc/2556/task/2564/stat : 2564 (java) S 2542 2542 1911 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1983270017 832237568 39861 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.21
Current children cumulated vsize (KiB) 860300

[startup+12.7023 s]
/proc/loadavg: 2.00 2.00 1.91 3/91 2564
/proc/meminfo: memFree=1622584/2055920 swapFree=4180416/4192956
[pid=2542] ppid=2540 vsize=47568 CPUtime=0.01
/proc/2542/stat : 2542 (galacE.sh) S 2540 2542 1911 0 -1 4194304 766 1697 0 0 0 0 0 1 18 0 1 0 1983270009 48709632 365 996147200 4194304 4520092 548682068832 18446744073709551615 235370900314 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/2542/statm: 11892 365 246 79 0 219 0
[pid=2556] ppid=2542 vsize=812732 CPUtime=12.54
/proc/2556/stat : 2556 (java) S 2542 2542 1911 0 -1 0 40462 0 1 0 1232 22 0 0 19 0 9 0 1983270013 832237568 39864 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2556/statm: 203183 39864 1909 9 0 197164 0
[pid=2556/tid=2557] ppid=2542 vsize=812732 CPUtime=11.47
/proc/2556/task/2557/stat : 2557 (java) R 2542 2542 1911 0 -1 64 14541 0 1 0 1137 10 0 0 25 0 9 0 1983270014 832237568 39864 996147200 134512640 134550740 4294955616 18446744073709551615 4126550384 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2556/tid=2558] ppid=2542 vsize=812732 CPUtime=0.83
/proc/2556/task/2558/stat : 2558 (java) S 2542 2542 1911 0 -1 64 24405 0 0 0 73 10 0 0 16 0 9 0 1983270015 832237568 39864 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2556/tid=2559] ppid=2542 vsize=812732 CPUtime=0
/proc/2556/task/2559/stat : 2559 (java) S 2542 2542 1911 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1983270015 832237568 39864 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2556/tid=2560] ppid=2542 vsize=812732 CPUtime=0
/proc/2556/task/2560/stat : 2560 (java) S 2542 2542 1911 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 1983270015 832237568 39864 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2556/tid=2561] ppid=2542 vsize=812732 CPUtime=0
/proc/2556/task/2561/stat : 2561 (java) S 2542 2542 1911 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1983270017 832237568 39864 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2556/tid=2562] ppid=2542 vsize=812732 CPUtime=0.19
/proc/2556/task/2562/stat : 2562 (java) S 2542 2542 1911 0 -1 64 818 0 0 0 19 0 0 0 15 0 9 0 1983270017 832237568 39864 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2556/tid=2563] ppid=2542 vsize=812732 CPUtime=0
/proc/2556/task/2563/stat : 2563 (java) S 2542 2542 1911 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 1983270017 832237568 39864 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2556/tid=2564] ppid=2542 vsize=812732 CPUtime=0
/proc/2556/task/2564/stat : 2564 (java) S 2542 2542 1911 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1983270017 832237568 39864 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.55
Current children cumulated vsize (KiB) 860300

[startup+25.5015 s]
/proc/loadavg: 2.00 2.00 1.91 3/83 2565
/proc/meminfo: memFree=1679992/2055920 swapFree=4180416/4192956
[pid=2542] ppid=2540 vsize=47568 CPUtime=20.79
/proc/2542/stat : 2542 (galacE.sh) S 2540 2542 1911 0 -1 4194304 800 42187 0 1 0 0 2051 28 17 0 1 0 1983270009 48709632 365 996147200 4194304 4520092 548682068832 18446744073709551615 235370900314 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/2542/statm: 11892 365 246 79 0 219 0
[pid=2565] ppid=2542 vsize=96884 CPUtime=4.4
/proc/2565/stat : 2565 (eSAT_static) R 2542 2542 1911 0 -1 4194304 22461 0 0 0 427 13 0 0 25 0 1 0 1983272114 99209216 22443 996147200 134512640 135177480 4294955984 18446744073709551615 134536980 0 0 4096 3 0 0 0 17 1 0 0
/proc/2565/statm: 24221 22443 75 162 0 24056 0
Current children cumulated CPU time (s) 25.19
Current children cumulated vsize (KiB) 144452

[startup+51.1019 s]
/proc/loadavg: 2.00 2.00 1.91 3/83 2565
/proc/meminfo: memFree=1688440/2055920 swapFree=4180416/4192956
[pid=2542] ppid=2540 vsize=47568 CPUtime=20.79
/proc/2542/stat : 2542 (galacE.sh) S 2540 2542 1911 0 -1 4194304 800 42187 0 1 0 0 2051 28 17 0 1 0 1983270009 48709632 365 996147200 4194304 4520092 548682068832 18446744073709551615 235370900314 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/2542/statm: 11892 365 246 79 0 219 0
[pid=2565] ppid=2542 vsize=86348 CPUtime=29.76
/proc/2565/stat : 2565 (eSAT_static) R 2542 2542 1911 0 -1 4194304 23081 0 0 0 2962 14 0 0 25 0 1 0 1983272114 88420352 20334 996147200 134512640 135177480 4294955984 18446744073709551615 134565210 0 0 4096 3 0 0 0 17 1 0 0
/proc/2565/statm: 21587 20334 80 162 0 21422 0
Current children cumulated CPU time (s) 50.55
Current children cumulated vsize (KiB) 133916

[startup+102.307 s]
/proc/loadavg: 2.00 2.00 1.91 3/83 2565
/proc/meminfo: memFree=1688376/2055920 swapFree=4180416/4192956
[pid=2542] ppid=2540 vsize=47568 CPUtime=20.79
/proc/2542/stat : 2542 (galacE.sh) S 2540 2542 1911 0 -1 4194304 800 42187 0 1 0 0 2051 28 17 0 1 0 1983270009 48709632 365 996147200 4194304 4520092 548682068832 18446744073709551615 235370900314 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/2542/statm: 11892 365 246 79 0 219 0
[pid=2565] ppid=2542 vsize=86348 CPUtime=80.47
/proc/2565/stat : 2565 (eSAT_static) R 2542 2542 1911 0 -1 4194304 23081 0 0 0 8033 14 0 0 25 0 1 0 1983272114 88420352 20334 996147200 134512640 135177480 4294955984 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/2565/statm: 21587 20334 80 162 0 21422 0
Current children cumulated CPU time (s) 101.26
Current children cumulated vsize (KiB) 133916

[startup+162.302 s]
/proc/loadavg: 2.00 2.00 1.91 3/83 2565
/proc/meminfo: memFree=1688376/2055920 swapFree=4180416/4192956
[pid=2542] ppid=2540 vsize=47568 CPUtime=20.79
/proc/2542/stat : 2542 (galacE.sh) S 2540 2542 1911 0 -1 4194304 800 42187 0 1 0 0 2051 28 17 0 1 0 1983270009 48709632 365 996147200 4194304 4520092 548682068832 18446744073709551615 235370900314 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/2542/statm: 11892 365 246 79 0 219 0
[pid=2565] ppid=2542 vsize=86348 CPUtime=139.9
/proc/2565/stat : 2565 (eSAT_static) R 2542 2542 1911 0 -1 4194304 23082 0 0 0 13976 14 0 0 25 0 1 0 1983272114 88420352 20335 996147200 134512640 135177480 4294955984 18446744073709551615 134571635 0 0 4096 3 0 0 0 17 1 0 0
/proc/2565/statm: 21587 20335 80 162 0 21422 0
Current children cumulated CPU time (s) 160.69
Current children cumulated vsize (KiB) 133916

[startup+222.302 s]
/proc/loadavg: 2.00 2.00 1.91 3/83 2565
/proc/meminfo: memFree=1688376/2055920 swapFree=4180416/4192956
[pid=2542] ppid=2540 vsize=47568 CPUtime=20.79
/proc/2542/stat : 2542 (galacE.sh) S 2540 2542 1911 0 -1 4194304 800 42187 0 1 0 0 2051 28 17 0 1 0 1983270009 48709632 365 996147200 4194304 4520092 548682068832 18446744073709551615 235370900314 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/2542/statm: 11892 365 246 79 0 219 0
[pid=2565] ppid=2542 vsize=86348 CPUtime=199.33
/proc/2565/stat : 2565 (eSAT_static) R 2542 2542 1911 0 -1 4194304 23082 0 0 0 19919 14 0 0 25 0 1 0 1983272114 88420352 20335 996147200 134512640 135177480 4294955984 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/2565/statm: 21587 20335 80 162 0 21422 0
Current children cumulated CPU time (s) 220.12
Current children cumulated vsize (KiB) 133916

[startup+282.302 s]
/proc/loadavg: 2.00 2.00 1.91 3/83 2571
/proc/meminfo: memFree=1688056/2055920 swapFree=4180416/4192956
[pid=2542] ppid=2540 vsize=47568 CPUtime=20.79
/proc/2542/stat : 2542 (galacE.sh) S 2540 2542 1911 0 -1 4194304 800 42187 0 1 0 0 2051 28 17 0 1 0 1983270009 48709632 365 996147200 4194304 4520092 548682068832 18446744073709551615 235370900314 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/2542/statm: 11892 365 246 79 0 219 0
[pid=2565] ppid=2542 vsize=86348 CPUtime=258.75
/proc/2565/stat : 2565 (eSAT_static) R 2542 2542 1911 0 -1 4194304 23082 0 0 0 25861 14 0 0 25 0 1 0 1983272114 88420352 20335 996147200 134512640 135177480 4294955984 18446744073709551615 134565318 0 0 4096 3 0 0 0 17 1 0 0
/proc/2565/statm: 21587 20335 80 162 0 21422 0
Current children cumulated CPU time (s) 279.54
Current children cumulated vsize (KiB) 133916

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

[startup+284.702 s]
/proc/loadavg: 2.00 2.00 1.91 3/83 2571
/proc/meminfo: memFree=1688056/2055920 swapFree=4180416/4192956
[pid=2542] ppid=2540 vsize=47568 CPUtime=20.79
/proc/2542/stat : 2542 (galacE.sh) S 2540 2542 1911 0 -1 4194304 800 42187 0 1 0 0 2051 28 17 0 1 0 1983270009 48709632 365 996147200 4194304 4520092 548682068832 18446744073709551615 235370900314 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/2542/statm: 11892 365 246 79 0 219 0
[pid=2565] ppid=2542 vsize=86348 CPUtime=261.12
/proc/2565/stat : 2565 (eSAT_static) R 2542 2542 1911 0 -1 4194304 23082 0 0 0 26098 14 0 0 25 0 1 0 1983272114 88420352 20335 996147200 134512640 135177480 4294955984 18446744073709551615 134565210 0 0 4096 3 0 0 0 17 1 0 0
/proc/2565/statm: 21587 20335 80 162 0 21422 0
Current children cumulated CPU time (s) 281.91
Current children cumulated vsize (KiB) 133916

[startup+286.302 s]
/proc/loadavg: 2.00 2.00 1.91 2/72 2574
/proc/meminfo: memFree=1714128/2055920 swapFree=4180416/4192956
[pid=2542] ppid=2540 vsize=47568 CPUtime=20.79
/proc/2542/stat : 2542 (galacE.sh) S 2540 2542 1911 0 -1 4194304 800 42187 0 1 0 0 2051 28 17 0 1 0 1983270009 48709632 365 996147200 4194304 4520092 548682068832 18446744073709551615 235370900314 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/2542/statm: 11892 365 246 79 0 219 0
[pid=2565] ppid=2542 vsize=86348 CPUtime=262.71
/proc/2565/stat : 2565 (eSAT_static) R 2542 2542 1911 0 -1 4194304 23082 0 0 0 26257 14 0 0 25 0 1 0 1983272114 88420352 20335 996147200 134512640 135177480 4294955984 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 0 0 0
/proc/2565/statm: 21587 20335 80 162 0 21422 0
Current children cumulated CPU time (s) 283.5
Current children cumulated vsize (KiB) 133916

[startup+286.702 s]
/proc/loadavg: 2.00 2.00 1.91 2/72 2574
/proc/meminfo: memFree=1714128/2055920 swapFree=4180416/4192956
[pid=2542] ppid=2540 vsize=47568 CPUtime=20.79
/proc/2542/stat : 2542 (galacE.sh) S 2540 2542 1911 0 -1 4194304 800 42187 0 1 0 0 2051 28 17 0 1 0 1983270009 48709632 365 996147200 4194304 4520092 548682068832 18446744073709551615 235370900314 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/2542/statm: 11892 365 246 79 0 219 0
[pid=2565] ppid=2542 vsize=86348 CPUtime=263.11
/proc/2565/stat : 2565 (eSAT_static) R 2542 2542 1911 0 -1 4194304 23082 0 0 0 26297 14 0 0 25 0 1 0 1983272114 88420352 20335 996147200 134512640 135177480 4294955984 18446744073709551615 134548715 0 0 4096 3 0 0 0 17 0 0 0
/proc/2565/statm: 21587 20335 80 162 0 21422 0
Current children cumulated CPU time (s) 283.9
Current children cumulated vsize (KiB) 133916

[startup+287.107 s]
/proc/loadavg: 1.92 1.98 1.90 2/72 2574
/proc/meminfo: memFree=1714128/2055920 swapFree=4180416/4192956
[pid=2542] ppid=2540 vsize=47568 CPUtime=20.79
/proc/2542/stat : 2542 (galacE.sh) S 2540 2542 1911 0 -1 4194304 800 42187 0 1 0 0 2051 28 17 0 1 0 1983270009 48709632 365 996147200 4194304 4520092 548682068832 18446744073709551615 235370900314 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/2542/statm: 11892 365 246 79 0 219 0
[pid=2565] ppid=2542 vsize=86348 CPUtime=263.51
/proc/2565/stat : 2565 (eSAT_static) R 2542 2542 1911 0 -1 4194304 23082 0 0 0 26337 14 0 0 25 0 1 0 1983272114 88420352 20335 996147200 134512640 135177480 4294955984 18446744073709551615 134565251 0 0 4096 3 0 0 0 17 0 0 0
/proc/2565/statm: 21587 20335 80 162 0 21422 0
Current children cumulated CPU time (s) 284.3
Current children cumulated vsize (KiB) 133916

Child status: 0
Real time (s): 287.152
CPU time (s): 284.375
CPU user time (s): 283.915
CPU system time (s): 0.45993
CPU usage (%): 99.033
Max. virtual memory (cumulated for all children) (KiB): 860300

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 283.915
system time used= 0.45993
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 66271
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= 1576
involuntary context switches= 13124

runsolver used 0.358945 second user time and 0.956854 second system time

The end

Launcher Data (download as text)

Begin job on node51 at 2008-07-03 01:56:21
IDJOB=1048348
IDBENCH=54358
IDSOLVER=351
FILE ID=node51/1048348-1215042981
PBS_JOBID= 7875074
Free space on /tmp= 66548 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= dedcb79b74d97a272ff3a128bc6fbd80
RANDOM SEED=741964184

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

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

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1781032 kB
Buffers:         31244 kB
Cached:         150660 kB
SwapCached:       7000 kB
Active:         159276 kB
Inactive:        59632 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1781032 kB
SwapTotal:     4192956 kB
SwapFree:      4180416 kB
Dirty:            4292 kB
Writeback:           0 kB
Mapped:          52728 kB
Slab:            41036 kB
Committed_AS:  3781540 kB
PageTables:       1932 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= 66544 MiB
End job on node51 at 2008-07-03 02:01:09