Trace number 1050778

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 369.002 370.783

General information on the benchmark

Namecsp/golombRulerArity3/
normalized-ruler-44-10-a3.xml
MD5SUMdd4d223519a83ea5641752c7c726f6c4
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.037993
Satisfiable
(Un)Satisfiability was proved
Number of variables55
Number of constraints1080
Maximum constraint arity3
Maximum domain size45
Number of constraints which are defined in extension0
Number of constraints which are defined in intension1080
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.03	c --- Preproc Stats ---
1.25/1.32	c start processing
1.25/1.32	c start relation processing
1.35/1.41	c start cnf exporting
11.80/11.98	c parsing time : 1.189
11.80/11.98	c preprocessing time : 11.852
11.80/11.98	
11.80/11.98	c Nary constraints - conflicts : 0 supports : 45
11.80/11.98	c Binary constraints - conflicts : 990 supports :45
11.80/11.98	c max arity constraint : 3
11.80/11.98	c Max Tuples generated 89100
11.80/11.98	c relations : 3
11.80/11.98	c relations BDD: 1
11.80/11.98	c sampling 1/1
11.80/11.98	c vars : 50941 - clauses :  288145
11.80/11.98	
11.90/12.00	 
11.90/12.00	c --- SAT Solver Stats ---
11.90/12.00	 
11.90/12.01	c eSAT 0.1 : minisat core with additionnal features
11.90/12.01	c ============================[ Problem Statistics ]=============================
11.90/12.01	c |                                                                             |
11.90/12.01	c |  Number of variables:  50940                                                |
11.90/12.01	c |  Number of clauses:    288145                                               |
11.91/12.29	c |  Parsing time:         0.24         s                                       |
368.90/370.77	c restarts              : 436
368.90/370.77	c conflicts             : 142362         (399 /sec)
368.90/370.77	c decisions             : 275658         (18.51 % random) (772 /sec)
368.90/370.77	c euip                  : 9385        
368.90/370.77	c propagations          : 273248387      (765492 /sec)
368.90/370.77	c conflict literals     : 7548126        (60.25 % deleted)
368.90/370.77	c Memory used           : 38.75 MB
368.90/370.77	c CPU time              : 356.958 s
368.90/370.77	c 
368.90/370.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-1050778-1215050761/watcher-1050778-1215050761 -o /tmp/evaluation-result-1050778-1215050761/solver-1050778-1215050761 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/galacE.sh HOME/instance-1050778-1215050761.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2200 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.02 2.08 2.03 4/84 857
/proc/meminfo: memFree=1776136/2055920 swapFree=4180472/4192956
[pid=857] ppid=855 vsize=8652 CPUtime=0
/proc/857/stat : 857 (galacE.sh) S 855 857 31351 0 -1 4194304 346 0 0 0 0 0 0 0 16 0 1 0 1984051510 8859648 280 996147200 4194304 4520092 548682068832 18446744073709551615 233632361306 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/857/statm: 2163 280 208 79 0 156 0
[pid=858] ppid=857 vsize=8688 CPUtime=0
/proc/858/stat : 858 (galacE.sh) S 857 857 31351 0 -1 4194368 36 0 0 0 0 0 0 0 16 0 1 0 1984051510 8896512 286 996147200 4194304 4520092 548682068832 18446744073709551615 233632923730 0 0 4096 73728 18446744071563648864 0 0 17 1 0 0
/proc/858/statm: 2172 286 209 79 0 165 0
[pid=859] ppid=858 vsize=8728 CPUtime=0
/proc/859/stat : 859 (galacE.sh) R 858 857 31351 0 -1 4194368 25 0 0 0 0 0 0 0 19 0 1 0 1984051510 8937472 290 996147200 4194304 4520092 548682068832 18446744073709551615 233632754983 0 0 3674112 73728 0 0 0 17 1 0 0
/proc/859/statm: 2182 290 209 79 0 175 0

[startup+0.0808921 s]
/proc/loadavg: 2.02 2.08 2.03 4/84 857
/proc/meminfo: memFree=1776136/2055920 swapFree=4180472/4192956
[pid=857] ppid=855 vsize=47564 CPUtime=0.01
/proc/857/stat : 857 (galacE.sh) S 855 857 31351 0 -1 4194304 765 1698 0 0 0 0 0 1 18 0 1 0 1984051510 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 233632361306 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/857/statm: 11891 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47564

[startup+0.102384 s]
/proc/loadavg: 2.02 2.08 2.03 4/84 857
/proc/meminfo: memFree=1776136/2055920 swapFree=4180472/4192956
[pid=857] ppid=855 vsize=47564 CPUtime=0.01
/proc/857/stat : 857 (galacE.sh) S 855 857 31351 0 -1 4194304 765 1698 0 0 0 0 0 1 18 0 1 0 1984051510 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 233632361306 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/857/statm: 11891 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47564

[startup+0.302366 s]
/proc/loadavg: 2.02 2.08 2.03 4/84 857
/proc/meminfo: memFree=1776136/2055920 swapFree=4180472/4192956
[pid=857] ppid=855 vsize=47564 CPUtime=0.01
/proc/857/stat : 857 (galacE.sh) S 855 857 31351 0 -1 4194304 765 1698 0 0 0 0 0 1 18 0 1 0 1984051510 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 233632361306 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/857/statm: 11891 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47564

[startup+0.702398 s]
/proc/loadavg: 2.02 2.08 2.03 4/84 857
/proc/meminfo: memFree=1776136/2055920 swapFree=4180472/4192956
[pid=857] ppid=855 vsize=47564 CPUtime=0.01
/proc/857/stat : 857 (galacE.sh) S 855 857 31351 0 -1 4194304 765 1698 0 0 0 0 0 1 18 0 1 0 1984051510 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 233632361306 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/857/statm: 11891 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47564

[startup+1.50246 s]
/proc/loadavg: 2.10 2.09 2.04 4/94 879
/proc/meminfo: memFree=1735280/2055920 swapFree=4180472/4192956
[pid=857] ppid=855 vsize=47564 CPUtime=0.01
/proc/857/stat : 857 (galacE.sh) S 855 857 31351 0 -1 4194304 765 1698 0 0 0 0 0 1 18 0 1 0 1984051510 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 233632361306 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/857/statm: 11891 364 245 79 0 219 0
[pid=871] ppid=857 vsize=812820 CPUtime=1.45
/proc/871/stat : 871 (java) S 857 857 31351 0 -1 0 13524 0 1 0 136 9 0 0 18 0 9 0 1984051514 832327680 12737 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/871/statm: 203205 12737 2583 9 0 197186 0
[pid=871/tid=872] ppid=857 vsize=812820 CPUtime=0.98
/proc/871/task/872/stat : 872 (java) R 857 857 31351 0 -1 64 7468 0 1 0 93 5 0 0 24 0 9 0 1984051515 832327680 12737 996147200 134512640 134550740 4294955616 18446744073709551615 4125952085 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=871/tid=873] ppid=857 vsize=812820 CPUtime=0.08
/proc/871/task/873/stat : 873 (java) S 857 857 31351 0 -1 64 4429 0 0 0 7 1 0 0 16 0 9 0 1984051516 832327680 12737 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=871/tid=874] ppid=857 vsize=812820 CPUtime=0
/proc/871/task/874/stat : 874 (java) S 857 857 31351 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1984051516 832327680 12737 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=871/tid=875] ppid=857 vsize=812820 CPUtime=0
/proc/871/task/875/stat : 875 (java) S 857 857 31351 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1984051516 832327680 12737 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=871/tid=876] ppid=857 vsize=812820 CPUtime=0
/proc/871/task/876/stat : 876 (java) S 857 857 31351 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1984051519 832327680 12737 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=871/tid=877] ppid=857 vsize=812820 CPUtime=0.35
/proc/871/task/877/stat : 877 (java) S 857 857 31351 0 -1 64 927 0 0 0 35 0 0 0 16 0 9 0 1984051519 832327680 12737 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=871/tid=878] ppid=857 vsize=812820 CPUtime=0
/proc/871/task/878/stat : 878 (java) S 857 857 31351 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 1984051519 832327680 12737 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=871/tid=879] ppid=857 vsize=812820 CPUtime=0
/proc/871/task/879/stat : 879 (java) S 857 857 31351 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1984051519 832327680 12737 996147200 134512640 134550740 4294955616 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) 860384

[startup+3.1016 s]
/proc/loadavg: 2.10 2.09 2.04 3/94 879
/proc/meminfo: memFree=1704496/2055920 swapFree=4180472/4192956
[pid=857] ppid=855 vsize=47564 CPUtime=0.01
/proc/857/stat : 857 (galacE.sh) S 855 857 31351 0 -1 4194304 765 1698 0 0 0 0 0 1 18 0 1 0 1984051510 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 233632361306 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/857/statm: 11891 364 245 79 0 219 0
[pid=871] ppid=857 vsize=812952 CPUtime=3.03
/proc/871/stat : 871 (java) S 857 857 31351 0 -1 0 21086 0 1 0 289 14 0 0 18 0 9 0 1984051514 832462848 20296 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/871/statm: 203238 20296 2589 9 0 197219 0
[pid=871/tid=872] ppid=857 vsize=812952 CPUtime=2.52
/proc/871/task/872/stat : 872 (java) R 857 857 31351 0 -1 64 14633 0 1 0 242 10 0 0 25 0 9 0 1984051515 832462848 20296 996147200 134512640 134550740 4294955616 18446744073709551615 4127325490 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=871/tid=873] ppid=857 vsize=812952 CPUtime=0.09
/proc/871/task/873/stat : 873 (java) S 857 857 31351 0 -1 64 4803 0 0 0 8 1 0 0 16 0 9 0 1984051516 832462848 20296 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=871/tid=874] ppid=857 vsize=812952 CPUtime=0
/proc/871/task/874/stat : 874 (java) S 857 857 31351 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1984051516 832462848 20296 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=871/tid=875] ppid=857 vsize=812952 CPUtime=0
/proc/871/task/875/stat : 875 (java) S 857 857 31351 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1984051516 832462848 20296 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=871/tid=876] ppid=857 vsize=812952 CPUtime=0
/proc/871/task/876/stat : 876 (java) S 857 857 31351 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1984051519 832462848 20296 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=871/tid=877] ppid=857 vsize=812952 CPUtime=0.39
/proc/871/task/877/stat : 877 (java) S 857 857 31351 0 -1 64 950 0 0 0 38 1 0 0 16 0 9 0 1984051519 832462848 20296 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=871/tid=878] ppid=857 vsize=812952 CPUtime=0
/proc/871/task/878/stat : 878 (java) S 857 857 31351 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 1984051519 832462848 20296 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=871/tid=879] ppid=857 vsize=812952 CPUtime=0
/proc/871/task/879/stat : 879 (java) S 857 857 31351 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1984051519 832462848 20296 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.04
Current children cumulated vsize (KiB) 860516

[startup+6.30286 s]
/proc/loadavg: 2.10 2.09 2.04 3/94 879
/proc/meminfo: memFree=1701808/2055920 swapFree=4180472/4192956
[pid=857] ppid=855 vsize=47564 CPUtime=0.01
/proc/857/stat : 857 (galacE.sh) S 855 857 31351 0 -1 4194304 765 1698 0 0 0 0 0 1 18 0 1 0 1984051510 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 233632361306 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/857/statm: 11891 364 245 79 0 219 0
[pid=871] ppid=857 vsize=812952 CPUtime=6.22
/proc/871/stat : 871 (java) S 857 857 31351 0 -1 0 21101 0 1 0 606 16 0 0 18 0 9 0 1984051514 832462848 20304 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/871/statm: 203238 20304 2589 9 0 197219 0
[pid=871/tid=872] ppid=857 vsize=812952 CPUtime=5.68
/proc/871/task/872/stat : 872 (java) R 857 857 31351 0 -1 64 14640 0 1 0 556 12 0 0 25 0 9 0 1984051515 832462848 20304 996147200 134512640 134550740 4294955616 18446744073709551615 4126623670 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=871/tid=873] ppid=857 vsize=812952 CPUtime=0.11
/proc/871/task/873/stat : 873 (java) S 857 857 31351 0 -1 64 4806 0 0 0 10 1 0 0 16 0 9 0 1984051516 832462848 20304 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=871/tid=874] ppid=857 vsize=812952 CPUtime=0
/proc/871/task/874/stat : 874 (java) S 857 857 31351 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1984051516 832462848 20304 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=871/tid=875] ppid=857 vsize=812952 CPUtime=0
/proc/871/task/875/stat : 875 (java) S 857 857 31351 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1984051516 832462848 20304 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=871/tid=876] ppid=857 vsize=812952 CPUtime=0
/proc/871/task/876/stat : 876 (java) S 857 857 31351 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1984051519 832462848 20304 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=871/tid=877] ppid=857 vsize=812952 CPUtime=0.4
/proc/871/task/877/stat : 877 (java) S 857 857 31351 0 -1 64 955 0 0 0 39 1 0 0 15 0 9 0 1984051519 832462848 20304 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=871/tid=878] ppid=857 vsize=812952 CPUtime=0
/proc/871/task/878/stat : 878 (java) S 857 857 31351 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 1984051519 832462848 20304 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=871/tid=879] ppid=857 vsize=812952 CPUtime=0
/proc/871/task/879/stat : 879 (java) S 857 857 31351 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1984051519 832462848 20304 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 860516

[startup+12.7014 s]
/proc/loadavg: 2.15 2.10 2.04 3/87 879
/proc/meminfo: memFree=1760688/2055920 swapFree=4180472/4192956
[pid=857] ppid=855 vsize=47564 CPUtime=11.91
/proc/857/stat : 857 (galacE.sh) S 855 857 31351 0 -1 4194304 799 23003 0 1 0 0 1170 21 17 0 1 0 1984051510 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 233632361306 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/857/statm: 11891 364 245 79 0 219 0
Current children cumulated CPU time (s) 11.91
Current children cumulated vsize (KiB) 47564

[startup+25.5024 s]
/proc/loadavg: 2.13 2.10 2.04 3/86 880
/proc/meminfo: memFree=1739504/2055920 swapFree=4180472/4192956
[pid=857] ppid=855 vsize=47564 CPUtime=11.91
/proc/857/stat : 857 (galacE.sh) S 855 857 31351 0 -1 4194304 799 23003 0 1 0 0 1170 21 17 0 1 0 1984051510 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 233632361306 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/857/statm: 11891 364 245 79 0 219 0
[pid=880] ppid=857 vsize=31844 CPUtime=13.42
/proc/880/stat : 880 (eSAT_static) R 857 857 31351 0 -1 4194304 8750 0 0 0 1335 7 0 0 25 0 1 0 1984052711 32608256 7498 996147200 134512640 135177480 4294955984 18446744073709551615 134565412 0 0 4096 3 0 0 0 17 1 0 0
/proc/880/statm: 7961 7498 80 162 0 7796 0
Current children cumulated CPU time (s) 25.33
Current children cumulated vsize (KiB) 79408

[startup+51.1015 s]
/proc/loadavg: 2.22 2.12 2.05 3/86 880
/proc/meminfo: memFree=1739568/2055920 swapFree=4180472/4192956
[pid=857] ppid=855 vsize=47564 CPUtime=11.91
/proc/857/stat : 857 (galacE.sh) S 855 857 31351 0 -1 4194304 799 23003 0 1 0 0 1170 21 17 0 1 0 1984051510 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 233632361306 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/857/statm: 11891 364 245 79 0 219 0
[pid=880] ppid=857 vsize=31844 CPUtime=38.9
/proc/880/stat : 880 (eSAT_static) R 857 857 31351 0 -1 4194304 8750 0 0 0 3883 7 0 0 25 0 1 0 1984052711 32608256 7498 996147200 134512640 135177480 4294955984 18446744073709551615 134565260 0 0 4096 3 0 0 0 17 1 0 0
/proc/880/statm: 7961 7498 80 162 0 7796 0
Current children cumulated CPU time (s) 50.81
Current children cumulated vsize (KiB) 79408

[startup+102.308 s]
/proc/loadavg: 2.12 2.11 2.05 3/86 880
/proc/meminfo: memFree=1737776/2055920 swapFree=4180472/4192956
[pid=857] ppid=855 vsize=47564 CPUtime=11.91
/proc/857/stat : 857 (galacE.sh) S 855 857 31351 0 -1 4194304 799 23003 0 1 0 0 1170 21 17 0 1 0 1984051510 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 233632361306 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/857/statm: 11891 364 245 79 0 219 0
[pid=880] ppid=857 vsize=33772 CPUtime=89.85
/proc/880/stat : 880 (eSAT_static) R 857 857 31351 0 -1 4194304 9232 0 0 0 8978 7 0 0 25 0 1 0 1984052711 34582528 7980 996147200 134512640 135177480 4294955984 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/880/statm: 8443 7980 80 162 0 8278 0
Current children cumulated CPU time (s) 101.76
Current children cumulated vsize (KiB) 81336

[startup+162.302 s]
/proc/loadavg: 2.15 2.12 2.05 3/86 880
/proc/meminfo: memFree=1736176/2055920 swapFree=4180472/4192956
[pid=857] ppid=855 vsize=47564 CPUtime=11.91
/proc/857/stat : 857 (galacE.sh) S 855 857 31351 0 -1 4194304 799 23003 0 1 0 0 1170 21 17 0 1 0 1984051510 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 233632361306 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/857/statm: 11891 364 245 79 0 219 0
[pid=880] ppid=857 vsize=35360 CPUtime=149.56
/proc/880/stat : 880 (eSAT_static) R 857 857 31351 0 -1 4194304 9626 0 0 0 14948 8 0 0 25 0 1 0 1984052711 36208640 8374 996147200 134512640 135177480 4294955984 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/880/statm: 8840 8374 80 162 0 8675 0
Current children cumulated CPU time (s) 161.47
Current children cumulated vsize (KiB) 82924

[startup+222.303 s]
/proc/loadavg: 2.10 2.11 2.05 3/86 880
/proc/meminfo: memFree=1734064/2055920 swapFree=4180472/4192956
[pid=857] ppid=855 vsize=47564 CPUtime=11.91
/proc/857/stat : 857 (galacE.sh) S 855 857 31351 0 -1 4194304 799 23003 0 1 0 0 1170 21 17 0 1 0 1984051510 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 233632361306 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/857/statm: 11891 364 245 79 0 219 0
[pid=880] ppid=857 vsize=37464 CPUtime=209.28
/proc/880/stat : 880 (eSAT_static) R 857 857 31351 0 -1 4194304 10141 0 0 0 20919 9 0 0 25 0 1 0 1984052711 38363136 8889 996147200 134512640 135177480 4294955984 18446744073709551615 134571410 0 0 4096 3 0 0 0 17 1 0 0
/proc/880/statm: 9366 8889 80 162 0 9201 0
Current children cumulated CPU time (s) 221.19
Current children cumulated vsize (KiB) 85028

[startup+282.302 s]
/proc/loadavg: 2.03 2.09 2.05 3/86 880
/proc/meminfo: memFree=1732208/2055920 swapFree=4180472/4192956
[pid=857] ppid=855 vsize=47564 CPUtime=11.91
/proc/857/stat : 857 (galacE.sh) S 855 857 31351 0 -1 4194304 799 23003 0 1 0 0 1170 21 17 0 1 0 1984051510 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 233632361306 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/857/statm: 11891 364 245 79 0 219 0
[pid=880] ppid=857 vsize=39396 CPUtime=268.99
/proc/880/stat : 880 (eSAT_static) R 857 857 31351 0 -1 4194304 10616 0 0 0 26890 9 0 0 25 0 1 0 1984052711 40341504 9364 996147200 134512640 135177480 4294955984 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/880/statm: 9849 9364 80 162 0 9684 0
Current children cumulated CPU time (s) 280.9
Current children cumulated vsize (KiB) 86960

[startup+342.302 s]
/proc/loadavg: 2.01 2.07 2.04 3/86 880
/proc/meminfo: memFree=1732208/2055920 swapFree=4180472/4192956
[pid=857] ppid=855 vsize=47564 CPUtime=11.91
/proc/857/stat : 857 (galacE.sh) S 855 857 31351 0 -1 4194304 799 23003 0 1 0 0 1170 21 17 0 1 0 1984051510 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 233632361306 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/857/statm: 11891 364 245 79 0 219 0
[pid=880] ppid=857 vsize=39396 CPUtime=328.7
/proc/880/stat : 880 (eSAT_static) R 857 857 31351 0 -1 4194304 10616 0 0 0 32861 9 0 0 25 0 1 0 1984052711 40341504 9364 996147200 134512640 135177480 4294955984 18446744073709551615 134571410 0 0 4096 3 0 0 0 17 1 0 0
/proc/880/statm: 9849 9364 80 162 0 9684 0
Current children cumulated CPU time (s) 340.61
Current children cumulated vsize (KiB) 86960

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

[startup+345.502 s]
/proc/loadavg: 2.01 2.07 2.04 3/86 880
/proc/meminfo: memFree=1732208/2055920 swapFree=4180472/4192956
[pid=857] ppid=855 vsize=47564 CPUtime=11.91
/proc/857/stat : 857 (galacE.sh) S 855 857 31351 0 -1 4194304 799 23003 0 1 0 0 1170 21 17 0 1 0 1984051510 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 233632361306 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/857/statm: 11891 364 245 79 0 219 0
[pid=880] ppid=857 vsize=39396 CPUtime=331.88
/proc/880/stat : 880 (eSAT_static) R 857 857 31351 0 -1 4194304 10616 0 0 0 33179 9 0 0 25 0 1 0 1984052711 40341504 9364 996147200 134512640 135177480 4294955984 18446744073709551615 134565342 0 0 4096 3 0 0 0 17 1 0 0
/proc/880/statm: 9849 9364 80 162 0 9684 0
Current children cumulated CPU time (s) 343.79
Current children cumulated vsize (KiB) 86960

[startup+358.302 s]
/proc/loadavg: 2.01 2.06 2.04 3/86 880
/proc/meminfo: memFree=1732144/2055920 swapFree=4180472/4192956
[pid=857] ppid=855 vsize=47564 CPUtime=11.91
/proc/857/stat : 857 (galacE.sh) S 855 857 31351 0 -1 4194304 799 23003 0 1 0 0 1170 21 17 0 1 0 1984051510 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 233632361306 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/857/statm: 11891 364 245 79 0 219 0
[pid=880] ppid=857 vsize=39396 CPUtime=344.62
/proc/880/stat : 880 (eSAT_static) R 857 857 31351 0 -1 4194304 10631 0 0 0 34453 9 0 0 25 0 1 0 1984052711 40341504 9379 996147200 134512640 135177480 4294955984 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/880/statm: 9849 9379 80 162 0 9684 0
Current children cumulated CPU time (s) 356.53
Current children cumulated vsize (KiB) 86960

[startup+364.701 s]
/proc/loadavg: 2.01 2.06 2.04 3/86 880
/proc/meminfo: memFree=1732080/2055920 swapFree=4180472/4192956
[pid=857] ppid=855 vsize=47564 CPUtime=11.91
/proc/857/stat : 857 (galacE.sh) S 855 857 31351 0 -1 4194304 799 23003 0 1 0 0 1170 21 17 0 1 0 1984051510 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 233632361306 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/857/statm: 11891 364 245 79 0 219 0
[pid=880] ppid=857 vsize=39540 CPUtime=350.99
/proc/880/stat : 880 (eSAT_static) R 857 857 31351 0 -1 4194304 10648 0 0 0 35090 9 0 0 25 0 1 0 1984052711 40488960 9396 996147200 134512640 135177480 4294955984 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/880/statm: 9885 9396 80 162 0 9720 0
Current children cumulated CPU time (s) 362.9
Current children cumulated vsize (KiB) 87104

[startup+367.901 s]
/proc/loadavg: 1.93 2.04 2.03 5/73 908
/proc/meminfo: memFree=1794584/2055920 swapFree=4180472/4192956
[pid=857] ppid=855 vsize=47564 CPUtime=11.91
/proc/857/stat : 857 (galacE.sh) S 855 857 31351 0 -1 4194304 799 23003 0 1 0 0 1170 21 17 0 1 0 1984051510 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 233632361306 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/857/statm: 11891 364 245 79 0 219 0
[pid=880] ppid=857 vsize=39680 CPUtime=354.19
/proc/880/stat : 880 (eSAT_static) R 857 857 31351 0 -1 4194304 10679 0 0 0 35409 10 0 0 25 0 1 0 1984052711 40632320 9427 996147200 134512640 135177480 4294955984 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 0 0 0
/proc/880/statm: 9920 9427 80 162 0 9755 0
Current children cumulated CPU time (s) 366.1
Current children cumulated vsize (KiB) 87244

[startup+369.503 s]
/proc/loadavg: 1.93 2.04 2.03 3/74 909
/proc/meminfo: memFree=1794320/2055920 swapFree=4180472/4192956
[pid=857] ppid=855 vsize=47564 CPUtime=11.91
/proc/857/stat : 857 (galacE.sh) S 855 857 31351 0 -1 4194304 799 23003 0 1 0 0 1170 21 17 0 1 0 1984051510 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 233632361306 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/857/statm: 11891 364 245 79 0 219 0
[pid=880] ppid=857 vsize=39680 CPUtime=355.79
/proc/880/stat : 880 (eSAT_static) R 857 857 31351 0 -1 4194304 10681 0 0 0 35569 10 0 0 25 0 1 0 1984052711 40632320 9429 996147200 134512640 135177480 4294955984 18446744073709551615 134565275 0 0 4096 3 0 0 0 17 0 0 0
/proc/880/statm: 9920 9429 80 162 0 9755 0
Current children cumulated CPU time (s) 367.7
Current children cumulated vsize (KiB) 87244

[startup+370.302 s]
/proc/loadavg: 1.93 2.04 2.03 3/74 909
/proc/meminfo: memFree=1794320/2055920 swapFree=4180472/4192956
[pid=857] ppid=855 vsize=47564 CPUtime=11.91
/proc/857/stat : 857 (galacE.sh) S 855 857 31351 0 -1 4194304 799 23003 0 1 0 0 1170 21 17 0 1 0 1984051510 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 233632361306 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/857/statm: 11891 364 245 79 0 219 0
[pid=880] ppid=857 vsize=39680 CPUtime=356.58
/proc/880/stat : 880 (eSAT_static) R 857 857 31351 0 -1 4194304 10681 0 0 0 35648 10 0 0 25 0 1 0 1984052711 40632320 9429 996147200 134512640 135177480 4294955984 18446744073709551615 134564590 0 0 4096 3 0 0 0 17 0 0 0
/proc/880/statm: 9920 9429 80 162 0 9755 0
Current children cumulated CPU time (s) 368.49
Current children cumulated vsize (KiB) 87244

[startup+370.706 s]
/proc/loadavg: 1.93 2.04 2.03 3/74 909
/proc/meminfo: memFree=1794320/2055920 swapFree=4180472/4192956
[pid=857] ppid=855 vsize=47564 CPUtime=11.91
/proc/857/stat : 857 (galacE.sh) S 855 857 31351 0 -1 4194304 799 23003 0 1 0 0 1170 21 17 0 1 0 1984051510 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 233632361306 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/857/statm: 11891 364 245 79 0 219 0
[pid=880] ppid=857 vsize=39680 CPUtime=356.99
/proc/880/stat : 880 (eSAT_static) R 857 857 31351 0 -1 4194304 10681 0 0 0 35689 10 0 0 25 0 1 0 1984052711 40632320 9429 996147200 134512640 135177480 4294955984 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 0 0 0
/proc/880/statm: 9920 9429 80 162 0 9755 0
Current children cumulated CPU time (s) 368.9
Current children cumulated vsize (KiB) 87244

Child status: 0
Real time (s): 370.783
CPU time (s): 369.002
CPU user time (s): 368.665
CPU system time (s): 0.336948
CPU usage (%): 99.5197
Max. virtual memory (cumulated for all children) (KiB): 860516

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 368.665
system time used= 0.336948
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 34683
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= 1762
involuntary context switches= 12801

runsolver used 0.420936 second user time and 1.27281 second system time

The end

Launcher Data (download as text)

Begin job on node3 at 2008-07-03 04:06:01
IDJOB=1050778
IDBENCH=55377
IDSOLVER=351
FILE ID=node3/1050778-1215050761
PBS_JOBID= 7875168
Free space on /tmp= 66532 MiB

SOLVER NAME= galac E
BENCH NAME= CPAI08/csp/golombRulerArity3/normalized-ruler-44-10-a3.xml
COMMAND LINE= HOME/galacE.sh BENCHNAME 
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1050778-1215050761/watcher-1050778-1215050761 -o /tmp/evaluation-result-1050778-1215050761/solver-1050778-1215050761 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/galacE.sh HOME/instance-1050778-1215050761.xml 

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= dd4d223519a83ea5641752c7c726f6c4
RANDOM SEED=272736545

node3.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.232
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.232
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:       1776616 kB
Buffers:         15088 kB
Cached:         152288 kB
SwapCached:       6568 kB
Active:         160944 kB
Inactive:        57380 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1776616 kB
SwapTotal:     4192956 kB
SwapFree:      4180472 kB
Dirty:            3228 kB
Writeback:           0 kB
Mapped:          68256 kB
Slab:            46008 kB
Committed_AS:  3377948 kB
PageTables:       2016 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= 66548 MiB
End job on node3 at 2008-07-03 04:12:12