Trace number 1103403

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 335.394 337.5

General information on the benchmark

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

Solver Data (download as text)

0.01/0.03	c --- Preproc Stats ---
1.34/1.43	c start processing
1.34/1.44	c start relation processing
1.74/1.85	c start cnf exporting
7.39/7.59	c parsing time : 1.31
7.39/7.59	c preprocessing time : 7.467
7.39/7.59	
7.39/7.59	c Nary constraints - conflicts : 0 supports : 0
7.39/7.59	c Binary constraints - conflicts : 0 supports :103
7.39/7.59	c max arity constraint : 2
7.39/7.59	c Max Tuples generated 0
7.39/7.59	c relations : 103
7.39/7.59	c relations BDD: 0
7.39/7.59	c sampling 0/0
7.39/7.59	c vars : 3201 - clauses :  142920
7.39/7.59	
7.48/7.63	 
7.48/7.63	c --- SAT Solver Stats ---
7.48/7.63	 
7.48/7.63	c eSAT 0.1 : minisat core with additionnal features
7.48/7.63	c ============================[ Problem Statistics ]=============================
7.48/7.63	c |                                                                             |
7.48/7.63	c |  Number of variables:  3200                                                 |
7.48/7.63	c |  Number of clauses:    142920                                               |
7.50/7.76	c |  Parsing time:         0.12         s                                       |
335.26/337.48	c restarts              : 448
335.26/337.48	c conflicts             : 188310         (575 /sec)
335.26/337.48	c decisions             : 426802         (8.97 % random) (1303 /sec)
335.26/337.48	c euip                  : 40454       
335.26/337.48	c propagations          : 55203151       (168473 /sec)
335.26/337.48	c conflict literals     : 36629136       (24.66 % deleted)
335.26/337.48	c Memory used           : 60.08 MB
335.26/337.48	c CPU time              : 327.668 s
335.26/337.48	c 
335.26/337.48	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-1103403-1215301026/watcher-1103403-1215301026 -o /tmp/evaluation-result-1103403-1215301026/solver-1103403-1215301026 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/galacE.sh HOME/instance-1103403-1215301026.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.05 2.01 2.00 4/86 26760
/proc/meminfo: memFree=1649440/2055920 swapFree=4180840/4192956
[pid=26760] ppid=26758 vsize=8652 CPUtime=0
/proc/26760/stat : 26760 (galacE.sh) S 26758 26760 25591 0 -1 4194304 346 0 0 0 0 0 0 0 16 0 1 0 653036187 8859648 280 996147200 4194304 4520092 548682068832 18446744073709551615 231493266266 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/26760/statm: 2163 280 208 79 0 156 0
[pid=26761] ppid=26760 vsize=8688 CPUtime=0
/proc/26761/stat : 26761 (galacE.sh) S 26760 26760 25591 0 -1 4194368 36 0 0 0 0 0 0 0 16 0 1 0 653036188 8896512 286 996147200 4194304 4520092 548682068832 18446744073709551615 231493828690 0 0 4096 73728 18446744071563648864 0 0 17 1 0 0
/proc/26761/statm: 2172 286 209 79 0 165 0
[pid=26762] ppid=26761 vsize=8728 CPUtime=0
/proc/26762/stat : 26762 (galacE.sh) R 26761 26760 25591 0 -1 4194368 25 0 0 0 0 0 0 0 19 0 1 0 653036188 8937472 290 996147200 4194304 4520092 548682068832 18446744073709551615 231493659943 0 0 3674112 73728 0 0 0 17 1 0 0
/proc/26762/statm: 2182 290 209 79 0 175 0

[startup+0.0344091 s]
/proc/loadavg: 2.05 2.01 2.00 4/86 26760
/proc/meminfo: memFree=1649440/2055920 swapFree=4180840/4192956
[pid=26760] ppid=26758 vsize=47500 CPUtime=0.01
/proc/26760/stat : 26760 (galacE.sh) R 26758 26760 25591 0 -1 4194304 727 1698 0 0 0 0 0 1 22 0 1 0 653036187 48640000 358 996147200 4194304 4520092 548682068832 18446744073709551615 4425338 0 2 4096 73728 0 0 0 17 1 0 0
/proc/26760/statm: 11875 358 245 79 0 201 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47500

[startup+0.102424 s]
/proc/loadavg: 2.05 2.01 2.00 4/86 26760
/proc/meminfo: memFree=1649440/2055920 swapFree=4180840/4192956
[pid=26760] ppid=26758 vsize=47572 CPUtime=0.01
/proc/26760/stat : 26760 (galacE.sh) S 26758 26760 25591 0 -1 4194304 765 1698 0 0 0 0 0 1 23 0 1 0 653036187 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 231493266266 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/26760/statm: 11893 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47572

[startup+0.301448 s]
/proc/loadavg: 2.05 2.01 2.00 4/86 26760
/proc/meminfo: memFree=1649440/2055920 swapFree=4180840/4192956
[pid=26760] ppid=26758 vsize=47572 CPUtime=0.01
/proc/26760/stat : 26760 (galacE.sh) S 26758 26760 25591 0 -1 4194304 765 1698 0 0 0 0 0 1 23 0 1 0 653036187 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 231493266266 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/26760/statm: 11893 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47572

[startup+0.702514 s]
/proc/loadavg: 2.05 2.01 2.00 4/86 26760
/proc/meminfo: memFree=1649440/2055920 swapFree=4180840/4192956
[pid=26760] ppid=26758 vsize=47572 CPUtime=0.01
/proc/26760/stat : 26760 (galacE.sh) S 26758 26760 25591 0 -1 4194304 765 1698 0 0 0 0 0 1 23 0 1 0 653036187 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 231493266266 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/26760/statm: 11893 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47572

[startup+1.50162 s]
/proc/loadavg: 2.05 2.01 2.00 3/96 26782
/proc/meminfo: memFree=1579216/2055920 swapFree=4180840/4192956
[pid=26760] ppid=26758 vsize=47572 CPUtime=0.01
/proc/26760/stat : 26760 (galacE.sh) S 26758 26760 25591 0 -1 4194304 765 1698 0 0 0 0 0 1 23 0 1 0 653036187 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 231493266266 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/26760/statm: 11893 364 245 79 0 219 0
[pid=26774] ppid=26760 vsize=812760 CPUtime=1.43
/proc/26774/stat : 26774 (java) S 26760 26760 25591 0 -1 0 21836 0 1 0 132 11 0 0 18 0 9 0 653036191 832266240 21253 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26774/statm: 203190 21253 1891 9 0 197171 0
[pid=26774/tid=26775] ppid=26760 vsize=812760 CPUtime=1.17
/proc/26774/task/26775/stat : 26775 (java) R 26760 26760 25591 0 -1 64 14486 0 1 0 110 7 0 0 25 0 9 0 653036192 832266240 21253 996147200 134512640 134550740 4294955600 18446744073709551615 4126883462 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26774/tid=26776] ppid=26760 vsize=812760 CPUtime=0.07
/proc/26774/task/26776/stat : 26776 (java) S 26760 26760 25591 0 -1 64 5860 0 0 0 5 2 0 0 16 0 9 0 653036194 832266240 21253 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26774/tid=26777] ppid=26760 vsize=812760 CPUtime=0
/proc/26774/task/26777/stat : 26777 (java) S 26760 26760 25591 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 653036194 832266240 21253 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26774/tid=26778] ppid=26760 vsize=812760 CPUtime=0
/proc/26774/task/26778/stat : 26778 (java) S 26760 26760 25591 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 653036194 832266240 21253 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26774/tid=26779] ppid=26760 vsize=812760 CPUtime=0
/proc/26774/task/26779/stat : 26779 (java) S 26760 26760 25591 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 653036196 832266240 21253 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26774/tid=26780] ppid=26760 vsize=812760 CPUtime=0.16
/proc/26774/task/26780/stat : 26780 (java) S 26760 26760 25591 0 -1 64 791 0 0 0 16 0 0 0 16 0 9 0 653036196 832266240 21253 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26774/tid=26781] ppid=26760 vsize=812760 CPUtime=0
/proc/26774/task/26781/stat : 26781 (java) S 26760 26760 25591 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 653036196 832266240 21253 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26774/tid=26782] ppid=26760 vsize=812760 CPUtime=0
/proc/26774/task/26782/stat : 26782 (java) S 26760 26760 25591 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 653036196 832266240 21253 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.44
Current children cumulated vsize (KiB) 860332

[startup+3.10187 s]
/proc/loadavg: 2.05 2.01 2.00 3/96 26782
/proc/meminfo: memFree=1570384/2055920 swapFree=4180840/4192956
[pid=26760] ppid=26758 vsize=47572 CPUtime=0.01
/proc/26760/stat : 26760 (galacE.sh) S 26758 26760 25591 0 -1 4194304 765 1698 0 0 0 0 0 1 23 0 1 0 653036187 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 231493266266 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/26760/statm: 11893 364 245 79 0 219 0
[pid=26774] ppid=26760 vsize=812760 CPUtime=3.02
/proc/26774/stat : 26774 (java) S 26760 26760 25591 0 -1 0 24870 0 1 0 288 14 0 0 18 0 9 0 653036191 832266240 24283 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26774/statm: 203190 24283 1913 9 0 197171 0
[pid=26774/tid=26775] ppid=26760 vsize=812760 CPUtime=2.61
/proc/26774/task/26775/stat : 26775 (java) R 26760 26760 25591 0 -1 64 14532 0 1 0 253 8 0 0 25 0 9 0 653036192 832266240 24283 996147200 134512640 134550740 4294955600 18446744073709551615 4126927688 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26774/tid=26776] ppid=26760 vsize=812760 CPUtime=0.17
/proc/26774/task/26776/stat : 26776 (java) S 26760 26760 25591 0 -1 64 8807 0 0 0 13 4 0 0 16 0 9 0 653036194 832266240 24283 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26774/tid=26777] ppid=26760 vsize=812760 CPUtime=0
/proc/26774/task/26777/stat : 26777 (java) S 26760 26760 25591 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 653036194 832266240 24283 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26774/tid=26778] ppid=26760 vsize=812760 CPUtime=0
/proc/26774/task/26778/stat : 26778 (java) S 26760 26760 25591 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 653036194 832266240 24283 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26774/tid=26779] ppid=26760 vsize=812760 CPUtime=0
/proc/26774/task/26779/stat : 26779 (java) S 26760 26760 25591 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 653036196 832266240 24283 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26774/tid=26780] ppid=26760 vsize=812760 CPUtime=0.22
/proc/26774/task/26780/stat : 26780 (java) S 26760 26760 25591 0 -1 64 832 0 0 0 22 0 0 0 16 0 9 0 653036196 832266240 24283 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26774/tid=26781] ppid=26760 vsize=812760 CPUtime=0
/proc/26774/task/26781/stat : 26781 (java) S 26760 26760 25591 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 653036196 832266240 24283 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26774/tid=26782] ppid=26760 vsize=812760 CPUtime=0
/proc/26774/task/26782/stat : 26782 (java) S 26760 26760 25591 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 653036196 832266240 24283 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.03
Current children cumulated vsize (KiB) 860332

[startup+6.30234 s]
/proc/loadavg: 2.04 2.01 2.00 3/96 26782
/proc/meminfo: memFree=1556368/2055920 swapFree=4180840/4192956
[pid=26760] ppid=26758 vsize=47572 CPUtime=0.01
/proc/26760/stat : 26760 (galacE.sh) S 26758 26760 25591 0 -1 4194304 765 1698 0 0 0 0 0 1 23 0 1 0 653036187 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 231493266266 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/26760/statm: 11893 364 245 79 0 219 0
[pid=26774] ppid=26760 vsize=812760 CPUtime=6.18
/proc/26774/stat : 26774 (java) S 26760 26760 25591 0 -1 0 24892 0 1 0 603 15 0 0 18 0 9 0 653036191 832266240 24297 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26774/statm: 203190 24297 1914 9 0 197171 0
[pid=26774/tid=26775] ppid=26760 vsize=812760 CPUtime=5.75
/proc/26774/task/26775/stat : 26775 (java) R 26760 26760 25591 0 -1 64 14541 0 1 0 565 10 0 0 25 0 9 0 653036192 832266240 24297 996147200 134512640 134550740 4294955600 18446744073709551615 4126993300 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26774/tid=26776] ppid=26760 vsize=812760 CPUtime=0.18
/proc/26774/task/26776/stat : 26776 (java) S 26760 26760 25591 0 -1 64 8807 0 0 0 14 4 0 0 16 0 9 0 653036194 832266240 24297 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26774/tid=26777] ppid=26760 vsize=812760 CPUtime=0
/proc/26774/task/26777/stat : 26777 (java) S 26760 26760 25591 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 653036194 832266240 24297 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26774/tid=26778] ppid=26760 vsize=812760 CPUtime=0
/proc/26774/task/26778/stat : 26778 (java) S 26760 26760 25591 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 653036194 832266240 24297 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26774/tid=26779] ppid=26760 vsize=812760 CPUtime=0
/proc/26774/task/26779/stat : 26779 (java) S 26760 26760 25591 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 653036196 832266240 24297 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26774/tid=26780] ppid=26760 vsize=812760 CPUtime=0.23
/proc/26774/task/26780/stat : 26780 (java) S 26760 26760 25591 0 -1 64 845 0 0 0 23 0 0 0 15 0 9 0 653036196 832266240 24297 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26774/tid=26781] ppid=26760 vsize=812760 CPUtime=0
/proc/26774/task/26781/stat : 26781 (java) S 26760 26760 25591 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 653036196 832266240 24297 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26774/tid=26782] ppid=26760 vsize=812760 CPUtime=0
/proc/26774/task/26782/stat : 26782 (java) S 26760 26760 25591 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 653036196 832266240 24297 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.19
Current children cumulated vsize (KiB) 860332

[startup+12.7013 s]
/proc/loadavg: 2.04 2.01 2.00 3/88 26783
/proc/meminfo: memFree=1634320/2055920 swapFree=4180840/4192956
[pid=26760] ppid=26758 vsize=47572 CPUtime=7.5
/proc/26760/stat : 26760 (galacE.sh) S 26758 26760 25591 0 -1 4194304 799 26604 0 1 0 0 731 19 17 0 1 0 653036187 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 231493266266 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/26760/statm: 11893 364 245 79 0 219 0
[pid=26783] ppid=26760 vsize=13276 CPUtime=5.01
/proc/26783/stat : 26783 (eSAT_static) R 26760 26760 25591 0 -1 4194304 3506 0 0 0 500 1 0 0 25 0 1 0 653036951 13594624 3134 996147200 134512640 135177480 4294955968 18446744073709551615 134565321 0 0 4096 3 0 0 0 17 1 0 0
/proc/26783/statm: 3319 3134 81 162 0 3154 0
Current children cumulated CPU time (s) 12.51
Current children cumulated vsize (KiB) 60848

[startup+25.5022 s]
/proc/loadavg: 2.03 2.01 2.00 3/88 26783
/proc/meminfo: memFree=1624720/2055920 swapFree=4180840/4192956
[pid=26760] ppid=26758 vsize=47572 CPUtime=7.5
/proc/26760/stat : 26760 (galacE.sh) S 26758 26760 25591 0 -1 4194304 799 26604 0 1 0 0 731 19 17 0 1 0 653036187 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 231493266266 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/26760/statm: 11893 364 245 79 0 219 0
[pid=26783] ppid=26760 vsize=21864 CPUtime=17.69
/proc/26783/stat : 26783 (eSAT_static) R 26760 26760 25591 0 -1 4194304 5661 0 0 0 1765 4 0 0 25 0 1 0 653036951 22388736 5289 996147200 134512640 135177480 4294955968 18446744073709551615 134565474 0 0 4096 3 0 0 0 17 1 0 0
/proc/26783/statm: 5466 5289 81 162 0 5301 0
Current children cumulated CPU time (s) 25.19
Current children cumulated vsize (KiB) 69436

[startup+51.1029 s]
/proc/loadavg: 2.02 2.01 2.00 3/88 26783
/proc/meminfo: memFree=1618896/2055920 swapFree=4180840/4192956
[pid=26760] ppid=26758 vsize=47572 CPUtime=7.5
/proc/26760/stat : 26760 (galacE.sh) S 26758 26760 25591 0 -1 4194304 799 26604 0 1 0 0 731 19 17 0 1 0 653036187 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 231493266266 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/26760/statm: 11893 364 245 79 0 219 0
[pid=26783] ppid=26760 vsize=27540 CPUtime=43.05
/proc/26783/stat : 26783 (eSAT_static) R 26760 26760 25591 0 -1 4194304 7078 0 0 0 4300 5 0 0 25 0 1 0 653036951 28200960 6706 996147200 134512640 135177480 4294955968 18446744073709551615 134565395 0 0 4096 3 0 0 0 17 1 0 0
/proc/26783/statm: 6885 6706 81 162 0 6720 0
Current children cumulated CPU time (s) 50.55
Current children cumulated vsize (KiB) 75112

[startup+102.307 s]
/proc/loadavg: 2.01 2.00 2.00 3/88 26783
/proc/meminfo: memFree=1605200/2055920 swapFree=4180840/4192956
[pid=26760] ppid=26758 vsize=47572 CPUtime=7.5
/proc/26760/stat : 26760 (galacE.sh) S 26758 26760 25591 0 -1 4194304 799 26604 0 1 0 0 731 19 17 0 1 0 653036187 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 231493266266 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/26760/statm: 11893 364 245 79 0 219 0
[pid=26783] ppid=26760 vsize=41300 CPUtime=93.77
/proc/26783/stat : 26783 (eSAT_static) R 26760 26760 25591 0 -1 4194304 10504 0 0 0 9368 9 0 0 25 0 1 0 653036951 42291200 10132 996147200 134512640 135177480 4294955968 18446744073709551615 134565391 0 0 4096 3 0 0 0 17 1 0 0
/proc/26783/statm: 10325 10132 81 162 0 10160 0
Current children cumulated CPU time (s) 101.27
Current children cumulated vsize (KiB) 88872

[startup+162.301 s]
/proc/loadavg: 2.06 2.02 2.00 3/88 26783
/proc/meminfo: memFree=1599376/2055920 swapFree=4180840/4192956
[pid=26760] ppid=26758 vsize=47572 CPUtime=7.5
/proc/26760/stat : 26760 (galacE.sh) S 26758 26760 25591 0 -1 4194304 799 26604 0 1 0 0 731 19 17 0 1 0 653036187 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 231493266266 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/26760/statm: 11893 364 245 79 0 219 0
[pid=26783] ppid=26760 vsize=47076 CPUtime=153.21
/proc/26783/stat : 26783 (eSAT_static) R 26760 26760 25591 0 -1 4194304 11940 0 0 0 15310 11 0 0 25 0 1 0 653036951 48205824 11568 996147200 134512640 135177480 4294955968 18446744073709551615 134565382 0 0 4096 3 0 0 0 17 1 0 0
/proc/26783/statm: 11769 11568 81 162 0 11604 0
Current children cumulated CPU time (s) 160.71
Current children cumulated vsize (KiB) 94648

[startup+222.301 s]
/proc/loadavg: 1.68 1.93 1.97 2/72 26937
/proc/meminfo: memFree=1664152/2055920 swapFree=4180840/4192956
[pid=26760] ppid=26758 vsize=47572 CPUtime=7.5
/proc/26760/stat : 26760 (galacE.sh) S 26758 26760 25591 0 -1 4194304 799 26604 0 1 0 0 731 19 17 0 1 0 653036187 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 231493266266 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/26760/statm: 11893 364 245 79 0 219 0
[pid=26783] ppid=26760 vsize=55468 CPUtime=212.82
/proc/26783/stat : 26783 (eSAT_static) R 26760 26760 25591 0 -1 4194304 14012 0 0 0 21270 12 0 0 25 0 1 0 653036951 56799232 13640 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 0 0 0
/proc/26783/statm: 13867 13640 81 162 0 13702 0
Current children cumulated CPU time (s) 220.32
Current children cumulated vsize (KiB) 103040

[startup+282.302 s]
/proc/loadavg: 1.25 1.76 1.91 2/72 27234
/proc/meminfo: memFree=1658904/2055920 swapFree=4180840/4192956
[pid=26760] ppid=26758 vsize=47572 CPUtime=7.5
/proc/26760/stat : 26760 (galacE.sh) S 26758 26760 25591 0 -1 4194304 799 26604 0 1 0 0 731 19 17 0 1 0 653036187 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 231493266266 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/26760/statm: 11893 364 245 79 0 219 0
[pid=26783] ppid=26760 vsize=60756 CPUtime=272.73
/proc/26783/stat : 26783 (eSAT_static) R 26760 26760 25591 0 -1 4194304 15282 0 0 0 27257 16 0 0 25 0 1 0 653036951 62214144 14910 996147200 134512640 135177480 4294955968 18446744073709551615 134565325 0 0 4096 3 0 0 0 17 0 0 0
/proc/26783/statm: 15189 14910 81 162 0 15024 0
Current children cumulated CPU time (s) 280.23
Current children cumulated vsize (KiB) 108328

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

[startup+307.102 s]
/proc/loadavg: 1.16 1.69 1.88 2/75 27362
/proc/meminfo: memFree=1657328/2055920 swapFree=4180840/4192956
[pid=26760] ppid=26758 vsize=47572 CPUtime=7.5
/proc/26760/stat : 26760 (galacE.sh) S 26758 26760 25591 0 -1 4194304 799 26604 0 1 0 0 731 19 17 0 1 0 653036187 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 231493266266 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/26760/statm: 11893 364 245 79 0 219 0
[pid=26783] ppid=26760 vsize=61236 CPUtime=297.51
/proc/26783/stat : 26783 (eSAT_static) R 26760 26760 25591 0 -1 4194304 15413 0 0 0 29734 17 0 0 25 0 1 0 653036951 62705664 15041 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 0 0 0
/proc/26783/statm: 15309 15041 81 162 0 15144 0
Current children cumulated CPU time (s) 305.01
Current children cumulated vsize (KiB) 108808

[startup+319.902 s]
/proc/loadavg: 1.13 1.66 1.87 2/75 27428
/proc/meminfo: memFree=1657136/2055920 swapFree=4180840/4192956
[pid=26760] ppid=26758 vsize=47572 CPUtime=7.5
/proc/26760/stat : 26760 (galacE.sh) S 26758 26760 25591 0 -1 4194304 799 26604 0 1 0 0 731 19 17 0 1 0 653036187 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 231493266266 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/26760/statm: 11893 364 245 79 0 219 0
[pid=26783] ppid=26760 vsize=61376 CPUtime=310.29
/proc/26783/stat : 26783 (eSAT_static) R 26760 26760 25591 0 -1 4194304 15453 0 0 0 31012 17 0 0 25 0 1 0 653036951 62849024 15081 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/26783/statm: 15344 15081 81 162 0 15179 0
Current children cumulated CPU time (s) 317.79
Current children cumulated vsize (KiB) 108948

[startup+326.302 s]
/proc/loadavg: 1.12 1.65 1.86 2/75 27461
/proc/meminfo: memFree=1657008/2055920 swapFree=4180840/4192956
[pid=26760] ppid=26758 vsize=47572 CPUtime=7.5
/proc/26760/stat : 26760 (galacE.sh) S 26758 26760 25591 0 -1 4194304 799 26604 0 1 0 0 731 19 17 0 1 0 653036187 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 231493266266 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/26760/statm: 11893 364 245 79 0 219 0
[pid=26783] ppid=26760 vsize=61520 CPUtime=316.69
/proc/26783/stat : 26783 (eSAT_static) R 26760 26760 25591 0 -1 4194304 15485 0 0 0 31651 18 0 0 25 0 1 0 653036951 62996480 15113 996147200 134512640 135177480 4294955968 18446744073709551615 134571410 0 0 4096 3 0 0 0 17 0 0 0
/proc/26783/statm: 15380 15113 81 162 0 15215 0
Current children cumulated CPU time (s) 324.19
Current children cumulated vsize (KiB) 109092

[startup+332.701 s]
/proc/loadavg: 1.11 1.64 1.86 2/75 27494
/proc/meminfo: memFree=1657000/2055920 swapFree=4180840/4192956
[pid=26760] ppid=26758 vsize=47572 CPUtime=7.5
/proc/26760/stat : 26760 (galacE.sh) S 26758 26760 25591 0 -1 4194304 799 26604 0 1 0 0 731 19 17 0 1 0 653036187 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 231493266266 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/26760/statm: 11893 364 245 79 0 219 0
[pid=26783] ppid=26760 vsize=61520 CPUtime=323.07
/proc/26783/stat : 26783 (eSAT_static) R 26760 26760 25591 0 -1 4194304 15485 0 0 0 32289 18 0 0 25 0 1 0 653036951 62996480 15113 996147200 134512640 135177480 4294955968 18446744073709551615 134565342 0 0 4096 3 0 0 0 17 1 0 0
/proc/26783/statm: 15380 15113 81 162 0 15215 0
Current children cumulated CPU time (s) 330.57
Current children cumulated vsize (KiB) 109092

[startup+335.903 s]
/proc/loadavg: 1.10 1.63 1.85 2/72 27498
/proc/meminfo: memFree=1657984/2055920 swapFree=4180840/4192956
[pid=26760] ppid=26758 vsize=47572 CPUtime=7.5
/proc/26760/stat : 26760 (galacE.sh) S 26758 26760 25591 0 -1 4194304 799 26604 0 1 0 0 731 19 17 0 1 0 653036187 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 231493266266 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/26760/statm: 11893 364 245 79 0 219 0
[pid=26783] ppid=26760 vsize=61520 CPUtime=326.26
/proc/26783/stat : 26783 (eSAT_static) R 26760 26760 25591 0 -1 4194304 15485 0 0 0 32608 18 0 0 25 0 1 0 653036951 62996480 15113 996147200 134512640 135177480 4294955968 18446744073709551615 134547875 0 0 4096 3 0 0 0 17 0 0 0
/proc/26783/statm: 15380 15113 81 162 0 15215 0
Current children cumulated CPU time (s) 333.76
Current children cumulated vsize (KiB) 109092

[startup+336.702 s]
/proc/loadavg: 1.10 1.63 1.85 2/75 27527
/proc/meminfo: memFree=1657000/2055920 swapFree=4180840/4192956
[pid=26760] ppid=26758 vsize=47572 CPUtime=7.5
/proc/26760/stat : 26760 (galacE.sh) S 26758 26760 25591 0 -1 4194304 799 26604 0 1 0 0 731 19 17 0 1 0 653036187 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 231493266266 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/26760/statm: 11893 364 245 79 0 219 0
[pid=26783] ppid=26760 vsize=61520 CPUtime=327.06
/proc/26783/stat : 26783 (eSAT_static) R 26760 26760 25591 0 -1 4194304 15485 0 0 0 32688 18 0 0 25 0 1 0 653036951 62996480 15113 996147200 134512640 135177480 4294955968 18446744073709551615 134565395 0 0 4096 3 0 0 0 17 0 0 0
/proc/26783/statm: 15380 15113 81 162 0 15215 0
Current children cumulated CPU time (s) 334.56
Current children cumulated vsize (KiB) 109092

[startup+337.101 s]
/proc/loadavg: 1.10 1.63 1.85 2/75 27527
/proc/meminfo: memFree=1657000/2055920 swapFree=4180840/4192956
[pid=26760] ppid=26758 vsize=47572 CPUtime=7.5
/proc/26760/stat : 26760 (galacE.sh) S 26758 26760 25591 0 -1 4194304 799 26604 0 1 0 0 731 19 17 0 1 0 653036187 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 231493266266 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/26760/statm: 11893 364 245 79 0 219 0
[pid=26783] ppid=26760 vsize=61520 CPUtime=327.46
/proc/26783/stat : 26783 (eSAT_static) R 26760 26760 25591 0 -1 4194304 15485 0 0 0 32728 18 0 0 25 0 1 0 653036951 62996480 15113 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 0 0 0
/proc/26783/statm: 15380 15113 81 162 0 15215 0
Current children cumulated CPU time (s) 334.96
Current children cumulated vsize (KiB) 109092

[startup+337.301 s]
/proc/loadavg: 1.10 1.63 1.85 2/75 27527
/proc/meminfo: memFree=1657000/2055920 swapFree=4180840/4192956
[pid=26760] ppid=26758 vsize=47572 CPUtime=7.5
/proc/26760/stat : 26760 (galacE.sh) S 26758 26760 25591 0 -1 4194304 799 26604 0 1 0 0 731 19 17 0 1 0 653036187 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 231493266266 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/26760/statm: 11893 364 245 79 0 219 0
[pid=26783] ppid=26760 vsize=61520 CPUtime=327.66
/proc/26783/stat : 26783 (eSAT_static) R 26760 26760 25591 0 -1 4194304 15485 0 0 0 32748 18 0 0 25 0 1 0 653036951 62996480 15113 996147200 134512640 135177480 4294955968 18446744073709551615 134565388 0 0 4096 3 0 0 0 17 0 0 0
/proc/26783/statm: 15380 15113 81 162 0 15215 0
Current children cumulated CPU time (s) 335.16
Current children cumulated vsize (KiB) 109092

[startup+337.401 s]
/proc/loadavg: 1.10 1.63 1.85 2/75 27527
/proc/meminfo: memFree=1657000/2055920 swapFree=4180840/4192956
[pid=26760] ppid=26758 vsize=47572 CPUtime=7.5
/proc/26760/stat : 26760 (galacE.sh) S 26758 26760 25591 0 -1 4194304 799 26604 0 1 0 0 731 19 17 0 1 0 653036187 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 231493266266 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/26760/statm: 11893 364 245 79 0 219 0
[pid=26783] ppid=26760 vsize=61520 CPUtime=327.76
/proc/26783/stat : 26783 (eSAT_static) R 26760 26760 25591 0 -1 4194304 15485 0 0 0 32758 18 0 0 25 0 1 0 653036951 62996480 15113 996147200 134512640 135177480 4294955968 18446744073709551615 134558249 0 0 4096 3 0 0 0 17 0 0 0
/proc/26783/statm: 15380 15113 81 162 0 15215 0
Current children cumulated CPU time (s) 335.26
Current children cumulated vsize (KiB) 109092

Child status: 0
Real time (s): 337.5
CPU time (s): 335.394
CPU user time (s): 334.994
CPU system time (s): 0.399939
CPU usage (%): 99.3759
Max. virtual memory (cumulated for all children) (KiB): 860332

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 334.994
system time used= 0.399939
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 43087
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= 1267
involuntary context switches= 6104

runsolver used 0.344947 second user time and 1.11183 second system time

The end

Launcher Data (download as text)

Begin job on node39 at 2008-07-06 01:37:06
IDJOB=1103403
IDBENCH=60335
IDSOLVER=351
FILE ID=node39/1103403-1215301026
PBS_JOBID= 7882354
Free space on /tmp= 66552 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= f9c8bda5fc3b0c3beda53b7b7900eaf2
RANDOM SEED=1553219337

node39.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.267
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.267
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:       1649920 kB
Buffers:         63548 kB
Cached:         206528 kB
SwapCached:       6276 kB
Active:         242268 kB
Inactive:       107064 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1649920 kB
SwapTotal:     4192956 kB
SwapFree:      4180840 kB
Dirty:            3972 kB
Writeback:           0 kB
Mapped:          94048 kB
Slab:            41116 kB
Committed_AS:  1862444 kB
PageTables:       2424 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= 66556 MiB
End job on node39 at 2008-07-06 01:42:43