Trace number 1051245

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 14.5738 14.6402

General information on the benchmark

Namecsp/golombRulerArity4/
normalized-ruler-17-7-a4.xml
MD5SUM5b7bfb357423e04f7aafba786dc736c2
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.06399
Satisfiable
(Un)Satisfiability was proved
Number of variables7
Number of constraints196
Maximum constraint arity4
Maximum domain size18
Number of constraints which are defined in extension0
Number of constraints which are defined in intension196
Global constraints used (with number of constraints)

Solver Data (download as text)

0.01/0.03	c --- Preproc Stats ---
0.01/0.73	c start processing
0.01/0.73	c start relation processing
0.01/0.82	c start cnf exporting
11.25/11.31	c parsing time : 0.61
11.25/11.31	c preprocessing time : 11.188
11.25/11.31	
11.25/11.31	c Nary constraints - conflicts : 175 supports : 0
11.25/11.31	c Binary constraints - conflicts : 0 supports :21
11.25/11.31	c max arity constraint : 4
11.25/11.31	c Max Tuples generated 104976
11.25/11.31	c relations : 3
11.25/11.31	c relations BDD: 1
11.25/11.31	c sampling 1/1
11.25/11.31	c vars : 71947 - clauses :  291067
11.25/11.31	
11.25/11.34	 
11.25/11.34	c --- SAT Solver Stats ---
11.25/11.34	 
11.25/11.34	c eSAT 0.1 : minisat core with additionnal features
11.25/11.34	c ============================[ Problem Statistics ]=============================
11.25/11.34	c |                                                                             |
11.25/11.34	c |  Number of variables:  71946                                                |
11.25/11.34	c |  Number of clauses:    291067                                               |
11.30/11.63	c |  Parsing time:         0.25         s                                       |
14.52/14.62	c restarts              : 201
14.52/14.62	c conflicts             : 565            (177 /sec)
14.52/14.62	c decisions             : 5214           (76.51 % random) (1632 /sec)
14.52/14.62	c euip                  : 74          
14.52/14.62	c propagations          : 442543         (138532 /sec)
14.52/14.62	c conflict literals     : 4344           (28.95 % deleted)
14.52/14.62	c Memory used           : 37.14 MB
14.52/14.62	c CPU time              : 3.19451 s
14.52/14.62	c 
14.52/14.62	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-1051245-1215052707/watcher-1051245-1215052707 -o /tmp/evaluation-result-1051245-1215052707/solver-1051245-1215052707 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/galacE.sh HOME/instance-1051245-1215052707.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.07 2.02 2.00 4/80 29576
/proc/meminfo: memFree=1677896/2055920 swapFree=4180500/4192956
[pid=29576] ppid=29574 vsize=18572 CPUtime=0
/proc/29576/stat : 29576 (runsolver) R 29574 29576 27420 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 1984242062 19017728 292 996147200 4194304 4296836 548682068496 18446744073709551615 217051622695 0 0 4096 24578 0 0 0 17 1 0 0
/proc/29576/statm: 4643 292 257 25 0 2626 0

[startup+0.0355839 s]
/proc/loadavg: 2.07 2.02 2.00 4/80 29576
/proc/meminfo: memFree=1677896/2055920 swapFree=4180500/4192956
[pid=29576] ppid=29574 vsize=47556 CPUtime=0.01
/proc/29576/stat : 29576 (galacE.sh) D 29574 29576 27420 0 -1 4194304 750 1698 0 0 0 0 0 1 18 0 1 0 1984242062 48697344 361 996147200 4194304 4520092 548682068832 18446744073709551615 217051790834 0 2147483391 4096 73728 18446744072099781622 0 0 17 1 0 0
/proc/29576/statm: 11889 361 246 79 0 218 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47556

[startup+0.105588 s]
/proc/loadavg: 2.07 2.02 2.00 4/80 29576
/proc/meminfo: memFree=1677896/2055920 swapFree=4180500/4192956
[pid=29576] ppid=29574 vsize=47560 CPUtime=0.01
/proc/29576/stat : 29576 (galacE.sh) S 29574 29576 27420 0 -1 4194304 766 1698 0 0 0 0 0 1 18 0 1 0 1984242062 48701440 365 996147200 4194304 4520092 548682068832 18446744073709551615 217051229018 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/29576/statm: 11890 365 246 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47560

[startup+0.301624 s]
/proc/loadavg: 2.07 2.02 2.00 4/80 29576
/proc/meminfo: memFree=1677896/2055920 swapFree=4180500/4192956
[pid=29576] ppid=29574 vsize=47560 CPUtime=0.01
/proc/29576/stat : 29576 (galacE.sh) S 29574 29576 27420 0 -1 4194304 766 1698 0 0 0 0 0 1 18 0 1 0 1984242062 48701440 365 996147200 4194304 4520092 548682068832 18446744073709551615 217051229018 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/29576/statm: 11890 365 246 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47560

[startup+0.701699 s]
/proc/loadavg: 2.07 2.02 2.00 4/80 29576
/proc/meminfo: memFree=1677896/2055920 swapFree=4180500/4192956
[pid=29576] ppid=29574 vsize=47560 CPUtime=0.01
/proc/29576/stat : 29576 (galacE.sh) S 29574 29576 27420 0 -1 4194304 766 1698 0 0 0 0 0 1 18 0 1 0 1984242062 48701440 365 996147200 4194304 4520092 548682068832 18446744073709551615 217051229018 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/29576/statm: 11890 365 246 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47560

[startup+1.50185 s]
/proc/loadavg: 2.07 2.02 2.00 3/90 29598
/proc/meminfo: memFree=1636920/2055920 swapFree=4180500/4192956
[pid=29576] ppid=29574 vsize=47560 CPUtime=0.01
/proc/29576/stat : 29576 (galacE.sh) S 29574 29576 27420 0 -1 4194304 766 1698 0 0 0 0 0 1 18 0 1 0 1984242062 48701440 365 996147200 4194304 4520092 548682068832 18446744073709551615 217051229018 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/29576/statm: 11890 365 246 79 0 219 0
[pid=29590] ppid=29576 vsize=812760 CPUtime=1.45
/proc/29590/stat : 29590 (java) S 29576 29576 27420 0 -1 0 20682 0 1 0 134 11 0 0 18 0 9 0 1984242066 832266240 19894 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/29590/statm: 203190 19896 2589 9 0 197171 0
[pid=29590/tid=29591] ppid=29576 vsize=812760 CPUtime=1.14
/proc/29590/task/29591/stat : 29591 (java) R 29576 29576 27420 0 -1 64 14624 0 1 0 106 8 0 0 25 0 9 0 1984242067 832266240 19898 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29590/tid=29592] ppid=29576 vsize=812760 CPUtime=0.07
/proc/29590/task/29592/stat : 29592 (java) R 29576 29576 27420 0 -1 64 4534 0 0 0 6 1 0 0 17 0 9 0 1984242068 832266240 19900 996147200 134512640 134550740 4294955616 18446744073709551615 102514349 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=29590/tid=29593] ppid=29576 vsize=812760 CPUtime=0
/proc/29590/task/29593/stat : 29593 (java) S 29576 29576 27420 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1984242068 832266240 19902 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29590/tid=29594] ppid=29576 vsize=812760 CPUtime=0
/proc/29590/task/29594/stat : 29594 (java) S 29576 29576 27420 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1984242068 832266240 19904 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29590/tid=29595] ppid=29576 vsize=812760 CPUtime=0
/proc/29590/task/29595/stat : 29595 (java) S 29576 29576 27420 0 -1 64 2 0 0 0 0 0 0 0 24 0 9 0 1984242070 832266240 19906 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29590/tid=29596] ppid=29576 vsize=812760 CPUtime=0.21
/proc/29590/task/29596/stat : 29596 (java) S 29576 29576 27420 0 -1 64 830 0 0 0 21 0 0 0 16 0 9 0 1984242070 832266240 19909 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29590/tid=29597] ppid=29576 vsize=812760 CPUtime=0
/proc/29590/task/29597/stat : 29597 (java) S 29576 29576 27420 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 1984242070 832266240 19911 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29590/tid=29598] ppid=29576 vsize=812760 CPUtime=0
/proc/29590/task/29598/stat : 29598 (java) S 29576 29576 27420 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1984242070 832266240 19913 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) 860320

[startup+3.10116 s]
/proc/loadavg: 2.07 2.02 2.00 3/90 29598
/proc/meminfo: memFree=1606200/2055920 swapFree=4180500/4192956
[pid=29576] ppid=29574 vsize=47560 CPUtime=0.01
/proc/29576/stat : 29576 (galacE.sh) S 29574 29576 27420 0 -1 4194304 766 1698 0 0 0 0 0 1 18 0 1 0 1984242062 48701440 365 996147200 4194304 4520092 548682068832 18446744073709551615 217051229018 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/29576/statm: 11890 365 246 79 0 219 0
[pid=29590] ppid=29576 vsize=812760 CPUtime=3.04
/proc/29590/stat : 29590 (java) S 29576 29576 27420 0 -1 0 20893 0 1 0 293 11 0 0 18 0 9 0 1984242066 832266240 20103 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/29590/statm: 203190 20103 2589 9 0 197171 0
[pid=29590/tid=29591] ppid=29576 vsize=812760 CPUtime=2.72
/proc/29590/task/29591/stat : 29591 (java) R 29576 29576 27420 0 -1 64 14626 0 1 0 264 8 0 0 25 0 9 0 1984242067 832266240 20103 996147200 134512640 134550740 4294955616 18446744073709551615 4126934418 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29590/tid=29592] ppid=29576 vsize=812760 CPUtime=0.07
/proc/29590/task/29592/stat : 29592 (java) S 29576 29576 27420 0 -1 64 4735 0 0 0 6 1 0 0 16 0 9 0 1984242068 832266240 20103 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=29590/tid=29593] ppid=29576 vsize=812760 CPUtime=0
/proc/29590/task/29593/stat : 29593 (java) S 29576 29576 27420 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1984242068 832266240 20103 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29590/tid=29594] ppid=29576 vsize=812760 CPUtime=0
/proc/29590/task/29594/stat : 29594 (java) S 29576 29576 27420 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1984242068 832266240 20103 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29590/tid=29595] ppid=29576 vsize=812760 CPUtime=0
/proc/29590/task/29595/stat : 29595 (java) S 29576 29576 27420 0 -1 64 2 0 0 0 0 0 0 0 24 0 9 0 1984242070 832266240 20103 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29590/tid=29596] ppid=29576 vsize=812760 CPUtime=0.22
/proc/29590/task/29596/stat : 29596 (java) S 29576 29576 27420 0 -1 64 832 0 0 0 22 0 0 0 15 0 9 0 1984242070 832266240 20103 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29590/tid=29597] ppid=29576 vsize=812760 CPUtime=0
/proc/29590/task/29597/stat : 29597 (java) S 29576 29576 27420 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 1984242070 832266240 20103 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29590/tid=29598] ppid=29576 vsize=812760 CPUtime=0
/proc/29590/task/29598/stat : 29598 (java) S 29576 29576 27420 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1984242070 832266240 20103 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 860320

[startup+6.30277 s]
/proc/loadavg: 2.07 2.02 2.00 3/90 29598
/proc/meminfo: memFree=1604280/2055920 swapFree=4180500/4192956
[pid=29576] ppid=29574 vsize=47560 CPUtime=0.01
/proc/29576/stat : 29576 (galacE.sh) S 29574 29576 27420 0 -1 4194304 766 1698 0 0 0 0 0 1 18 0 1 0 1984242062 48701440 365 996147200 4194304 4520092 548682068832 18446744073709551615 217051229018 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/29576/statm: 11890 365 246 79 0 219 0
[pid=29590] ppid=29576 vsize=812760 CPUtime=6.25
/proc/29590/stat : 29590 (java) S 29576 29576 27420 0 -1 0 20901 0 1 0 612 13 0 0 18 0 9 0 1984242066 832266240 20103 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/29590/statm: 203190 20103 2589 9 0 197171 0
[pid=29590/tid=29591] ppid=29576 vsize=812760 CPUtime=5.9
/proc/29590/task/29591/stat : 29591 (java) R 29576 29576 27420 0 -1 64 14634 0 1 0 581 9 0 0 25 0 9 0 1984242067 832266240 20103 996147200 134512640 134550740 4294955616 18446744073709551615 4126683076 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29590/tid=29592] ppid=29576 vsize=812760 CPUtime=0.09
/proc/29590/task/29592/stat : 29592 (java) S 29576 29576 27420 0 -1 64 4735 0 0 0 8 1 0 0 16 0 9 0 1984242068 832266240 20103 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=29590/tid=29593] ppid=29576 vsize=812760 CPUtime=0
/proc/29590/task/29593/stat : 29593 (java) S 29576 29576 27420 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1984242068 832266240 20103 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29590/tid=29594] ppid=29576 vsize=812760 CPUtime=0
/proc/29590/task/29594/stat : 29594 (java) S 29576 29576 27420 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1984242068 832266240 20103 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29590/tid=29595] ppid=29576 vsize=812760 CPUtime=0
/proc/29590/task/29595/stat : 29595 (java) S 29576 29576 27420 0 -1 64 2 0 0 0 0 0 0 0 24 0 9 0 1984242070 832266240 20103 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29590/tid=29596] ppid=29576 vsize=812760 CPUtime=0.22
/proc/29590/task/29596/stat : 29596 (java) S 29576 29576 27420 0 -1 64 832 0 0 0 22 0 0 0 15 0 9 0 1984242070 832266240 20103 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29590/tid=29597] ppid=29576 vsize=812760 CPUtime=0
/proc/29590/task/29597/stat : 29597 (java) S 29576 29576 27420 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 1984242070 832266240 20103 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29590/tid=29598] ppid=29576 vsize=812760 CPUtime=0
/proc/29590/task/29598/stat : 29598 (java) S 29576 29576 27420 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1984242070 832266240 20103 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 860320

[startup+12.702 s]
/proc/loadavg: 2.06 2.02 2.00 3/82 29599
/proc/meminfo: memFree=1648248/2055920 swapFree=4180500/4192956
[pid=29576] ppid=29574 vsize=47560 CPUtime=11.3
/proc/29576/stat : 29576 (galacE.sh) S 29574 29576 27420 0 -1 4194304 800 22785 0 1 0 1 1111 18 17 0 1 0 1984242062 48701440 365 996147200 4194304 4520092 548682068832 18446744073709551615 217051229018 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/29576/statm: 11890 365 246 79 0 219 0
[pid=29599] ppid=29576 vsize=37304 CPUtime=1.33
/proc/29599/stat : 29599 (eSAT_static) R 29576 29576 27420 0 -1 4194304 8486 0 0 0 128 5 0 0 25 0 1 0 1984243196 38199296 8468 996147200 134512640 135177480 4294955984 18446744073709551615 134538010 0 0 4096 3 0 0 0 17 1 0 0
/proc/29599/statm: 9326 8468 75 162 0 9161 0
Current children cumulated CPU time (s) 12.63
Current children cumulated vsize (KiB) 84864

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

[startup+13.5012 s]
/proc/loadavg: 2.06 2.01 2.00 3/82 29599
/proc/meminfo: memFree=1633528/2055920 swapFree=4180500/4192956
[pid=29576] ppid=29574 vsize=47560 CPUtime=11.3
/proc/29576/stat : 29576 (galacE.sh) S 29574 29576 27420 0 -1 4194304 800 22785 0 1 0 1 1111 18 17 0 1 0 1984242062 48701440 365 996147200 4194304 4520092 548682068832 18446744073709551615 217051229018 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/29576/statm: 11890 365 246 79 0 219 0
[pid=29599] ppid=29576 vsize=43020 CPUtime=2.12
/proc/29599/stat : 29599 (eSAT_static) R 29576 29576 27420 0 -1 4194304 9611 0 0 0 207 5 0 0 25 0 1 0 1984243196 44052480 9593 996147200 134512640 135177480 4294955984 18446744073709551615 134534792 0 0 4096 3 0 0 0 17 1 0 0
/proc/29599/statm: 10755 9593 75 162 0 10590 0
Current children cumulated CPU time (s) 13.42
Current children cumulated vsize (KiB) 90580

[startup+14.3063 s]
/proc/loadavg: 2.06 2.01 2.00 3/82 29599
/proc/meminfo: memFree=1632632/2055920 swapFree=4180500/4192956
[pid=29576] ppid=29574 vsize=47560 CPUtime=11.3
/proc/29576/stat : 29576 (galacE.sh) S 29574 29576 27420 0 -1 4194304 800 22785 0 1 0 1 1111 18 17 0 1 0 1984242062 48701440 365 996147200 4194304 4520092 548682068832 18446744073709551615 217051229018 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/29576/statm: 11890 365 246 79 0 219 0
[pid=29599] ppid=29576 vsize=38024 CPUtime=2.93
/proc/29599/stat : 29599 (eSAT_static) R 29576 29576 27420 0 -1 4194304 9804 0 0 0 287 6 0 0 25 0 1 0 1984243196 38936576 8726 996147200 134512640 135177480 4294955984 18446744073709551615 134556856 0 0 4096 3 0 0 0 17 1 0 0
/proc/29599/statm: 9506 8726 79 162 0 9341 0
Current children cumulated CPU time (s) 14.23
Current children cumulated vsize (KiB) 85584

[startup+14.5013 s]
/proc/loadavg: 2.06 2.01 2.00 3/82 29599
/proc/meminfo: memFree=1632632/2055920 swapFree=4180500/4192956
[pid=29576] ppid=29574 vsize=47560 CPUtime=11.3
/proc/29576/stat : 29576 (galacE.sh) S 29574 29576 27420 0 -1 4194304 800 22785 0 1 0 1 1111 18 17 0 1 0 1984242062 48701440 365 996147200 4194304 4520092 548682068832 18446744073709551615 217051229018 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/29576/statm: 11890 365 246 79 0 219 0
[pid=29599] ppid=29576 vsize=38024 CPUtime=3.12
/proc/29599/stat : 29599 (eSAT_static) R 29576 29576 27420 0 -1 4194304 9804 0 0 0 306 6 0 0 25 0 1 0 1984243196 38936576 8726 996147200 134512640 135177480 4294955984 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/29599/statm: 9506 8726 79 162 0 9341 0
Current children cumulated CPU time (s) 14.42
Current children cumulated vsize (KiB) 85584

[startup+14.6014 s]
/proc/loadavg: 2.06 2.01 2.00 3/82 29599
/proc/meminfo: memFree=1632632/2055920 swapFree=4180500/4192956
[pid=29576] ppid=29574 vsize=47560 CPUtime=11.3
/proc/29576/stat : 29576 (galacE.sh) S 29574 29576 27420 0 -1 4194304 800 22785 0 1 0 1 1111 18 17 0 1 0 1984242062 48701440 365 996147200 4194304 4520092 548682068832 18446744073709551615 217051229018 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/29576/statm: 11890 365 246 79 0 219 0
[pid=29599] ppid=29576 vsize=38024 CPUtime=3.22
/proc/29599/stat : 29599 (eSAT_static) R 29576 29576 27420 0 -1 4194304 9804 0 0 0 316 6 0 0 25 0 1 0 1984243196 38936576 8726 996147200 134512640 135177480 4294955984 18446744073709551615 134565518 0 0 4096 3 0 0 0 17 1 0 0
/proc/29599/statm: 9506 8726 79 162 0 9341 0
Current children cumulated CPU time (s) 14.52
Current children cumulated vsize (KiB) 85584

Child status: 0
Real time (s): 14.6402
CPU time (s): 14.5738
CPU user time (s): 14.3088
CPU system time (s): 0.264959
CPU usage (%): 99.5462
Max. virtual memory (cumulated for all children) (KiB): 860320

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 14.3088
system time used= 0.264959
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 33590
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= 1444
involuntary context switches= 1601

runsolver used 0.022996 second user time and 0.051992 second system time

The end

Launcher Data (download as text)

Begin job on node59 at 2008-07-03 04:38:27
IDJOB=1051245
IDBENCH=55430
IDSOLVER=351
FILE ID=node59/1051245-1215052707
PBS_JOBID= 7875058
Free space on /tmp= 66540 MiB

SOLVER NAME= galac E
BENCH NAME= CPAI08/csp/golombRulerArity4/normalized-ruler-17-7-a4.xml
COMMAND LINE= HOME/galacE.sh BENCHNAME 
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1051245-1215052707/watcher-1051245-1215052707 -o /tmp/evaluation-result-1051245-1215052707/solver-1051245-1215052707 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/galacE.sh HOME/instance-1051245-1215052707.xml 

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 5b7bfb357423e04f7aafba786dc736c2
RANDOM SEED=376637993

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

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

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1678376 kB
Buffers:         43188 kB
Cached:         195776 kB
SwapCached:       6448 kB
Active:         192216 kB
Inactive:       114712 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1678376 kB
SwapTotal:     4192956 kB
SwapFree:      4180500 kB
Dirty:            3256 kB
Writeback:           0 kB
Mapped:          81344 kB
Slab:            55800 kB
Committed_AS:  4724852 kB
PageTables:       1992 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66536 MiB
End job on node59 at 2008-07-03 04:38:42