Trace number 1100015

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 994.242 999.225

General information on the benchmark

Namecsp/tightness0.65/
normalized-rand-2-40-40-135-650-79_ext.xml
MD5SUM830afc40e6fea26626d2d195d0cab107
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 benchmark10.7034
Satisfiable
(Un)Satisfiability was proved
Number of variables40
Number of constraints135
Maximum constraint arity2
Maximum domain size40
Number of constraints which are defined in extension135
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.03	c --- Preproc Stats ---
1.06/1.16	c start processing
1.06/1.16	c start relation processing
1.25/1.33	c start cnf exporting
3.83/4.00	c parsing time : 1.04
3.83/4.00	c preprocessing time : 3.873
3.83/4.00	
3.83/4.00	c Nary constraints - conflicts : 0 supports : 0
3.83/4.00	c Binary constraints - conflicts : 0 supports :135
3.83/4.00	c max arity constraint : 2
3.83/4.00	c Max Tuples generated 0
3.83/4.00	c relations : 135
3.93/4.00	c relations BDD: 0
3.93/4.00	c sampling 0/0
3.93/4.00	c vars : 1601 - clauses :  42040
3.93/4.00	
3.93/4.06	 
3.93/4.06	c --- SAT Solver Stats ---
3.93/4.06	 
3.93/4.06	c eSAT 0.1 : minisat core with additionnal features
3.93/4.06	c ============================[ Problem Statistics ]=============================
3.93/4.06	c |                                                                             |
3.93/4.06	c |  Number of variables:  1600                                                 |
3.93/4.06	c |  Number of clauses:    42040                                                |
3.95/4.12	c |  Parsing time:         0.05         s                                       |
994.19/999.20	c restarts              : 516
994.19/999.20	c conflicts             : 367481         (371 /sec)
994.19/999.20	c decisions             : 600133         (4.60 % random) (606 /sec)
994.19/999.20	c euip                  : 53283       
994.19/999.20	c propagations          : 72208879       (72935 /sec)
994.19/999.20	c conflict literals     : 56000234       (25.08 % deleted)
994.19/999.20	c Memory used           : 71.05 MB
994.19/999.20	c CPU time              : 990.044 s
994.19/999.20	c 
994.19/999.20	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-1100015-1215286264/watcher-1100015-1215286264 -o /tmp/evaluation-result-1100015-1215286264/solver-1100015-1215286264 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/galacE.sh HOME/instance-1100015-1215286264.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: 1.98 1.98 1.99 4/73 28987
/proc/meminfo: memFree=1332040/2055920 swapFree=4180412/4192956
[pid=28987] ppid=28985 vsize=8652 CPUtime=0
/proc/28987/stat : 28987 (galacE.sh) S 28985 28987 27043 0 -1 4194304 346 0 0 0 0 0 0 0 16 0 1 0 2007600671 8859648 280 996147200 4194304 4520092 548682068832 18446744073709551615 221236095834 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/28987/statm: 2163 280 208 79 0 156 0
[pid=28988] ppid=28987 vsize=8688 CPUtime=0
/proc/28988/stat : 28988 (galacE.sh) S 28987 28987 27043 0 -1 4194368 36 0 0 0 0 0 0 0 17 0 1 0 2007600672 8896512 286 996147200 4194304 4520092 548682068832 18446744073709551615 221236658258 0 0 4096 73728 18446744071563648864 0 0 17 1 0 0
/proc/28988/statm: 2172 286 209 79 0 165 0
[pid=28989] ppid=28988 vsize=8728 CPUtime=0
/proc/28989/stat : 28989 (galacE.sh) R 28988 28987 27043 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 1 0 2007600672 8937472 290 996147200 4194304 4520092 548682068832 18446744073709551615 221236489511 0 0 3674112 73728 0 0 0 17 1 0 0
/proc/28989/statm: 2182 290 209 79 0 175 0

[startup+0.0531311 s]
/proc/loadavg: 1.98 1.98 1.99 4/73 28987
/proc/meminfo: memFree=1332040/2055920 swapFree=4180412/4192956
[pid=28987] ppid=28985 vsize=47568 CPUtime=0.01
/proc/28987/stat : 28987 (galacE.sh) S 28985 28987 27043 0 -1 4194304 764 1698 0 0 0 0 0 1 23 0 1 0 2007600671 48709632 363 996147200 4194304 4520092 548682068832 18446744073709551615 221236095834 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/28987/statm: 11892 363 244 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47568

[startup+0.102013 s]
/proc/loadavg: 1.98 1.98 1.99 4/73 28987
/proc/meminfo: memFree=1332040/2055920 swapFree=4180412/4192956
[pid=28987] ppid=28985 vsize=47568 CPUtime=0.01
/proc/28987/stat : 28987 (galacE.sh) S 28985 28987 27043 0 -1 4194304 764 1698 0 0 0 0 0 1 23 0 1 0 2007600671 48709632 363 996147200 4194304 4520092 548682068832 18446744073709551615 221236095834 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/28987/statm: 11892 363 244 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47568

[startup+0.30105 s]
/proc/loadavg: 1.98 1.98 1.99 4/73 28987
/proc/meminfo: memFree=1332040/2055920 swapFree=4180412/4192956
[pid=28987] ppid=28985 vsize=47568 CPUtime=0.01
/proc/28987/stat : 28987 (galacE.sh) S 28985 28987 27043 0 -1 4194304 764 1698 0 0 0 0 0 1 23 0 1 0 2007600671 48709632 363 996147200 4194304 4520092 548682068832 18446744073709551615 221236095834 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/28987/statm: 11892 363 244 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47568

[startup+0.701127 s]
/proc/loadavg: 1.98 1.98 1.99 4/73 28987
/proc/meminfo: memFree=1332040/2055920 swapFree=4180412/4192956
[pid=28987] ppid=28985 vsize=47568 CPUtime=0.01
/proc/28987/stat : 28987 (galacE.sh) S 28985 28987 27043 0 -1 4194304 764 1698 0 0 0 0 0 1 23 0 1 0 2007600671 48709632 363 996147200 4194304 4520092 548682068832 18446744073709551615 221236095834 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/28987/statm: 11892 363 244 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47568

[startup+1.50227 s]
/proc/loadavg: 1.98 1.98 1.99 3/83 29009
/proc/meminfo: memFree=1262008/2055920 swapFree=4180412/4192956
[pid=28987] ppid=28985 vsize=47568 CPUtime=0.01
/proc/28987/stat : 28987 (galacE.sh) S 28985 28987 27043 0 -1 4194304 764 1698 0 0 0 0 0 1 23 0 1 0 2007600671 48709632 363 996147200 4194304 4520092 548682068832 18446744073709551615 221236095834 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/28987/statm: 11892 363 244 79 0 219 0
[pid=29001] ppid=28987 vsize=812760 CPUtime=1.44
/proc/29001/stat : 29001 (java) S 28987 28987 27043 0 -1 0 22096 0 1 0 132 12 0 0 18 0 9 0 2007600675 832266240 21512 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29001/statm: 203190 21512 1910 9 0 197171 0
[pid=29001/tid=29002] ppid=28987 vsize=812760 CPUtime=1.12
/proc/29001/task/29002/stat : 29002 (java) R 28987 28987 27043 0 -1 64 14526 0 1 0 104 8 0 0 25 0 9 0 2007600676 832266240 21512 996147200 134512640 134550740 4294955600 18446744073709551615 4126937452 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29001/tid=29003] ppid=28987 vsize=812760 CPUtime=0.06
/proc/29001/task/29003/stat : 29003 (java) S 28987 28987 27043 0 -1 64 6038 0 0 0 4 2 0 0 16 0 9 0 2007600677 832266240 21512 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=29001/tid=29004] ppid=28987 vsize=812760 CPUtime=0
/proc/29001/task/29004/stat : 29004 (java) S 28987 28987 27043 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2007600678 832266240 21512 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29001/tid=29005] ppid=28987 vsize=812760 CPUtime=0
/proc/29001/task/29005/stat : 29005 (java) S 28987 28987 27043 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 2007600678 832266240 21512 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29001/tid=29006] ppid=28987 vsize=812760 CPUtime=0
/proc/29001/task/29006/stat : 29006 (java) S 28987 28987 27043 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 2007600680 832266240 21512 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29001/tid=29007] ppid=28987 vsize=812760 CPUtime=0.22
/proc/29001/task/29007/stat : 29007 (java) S 28987 28987 27043 0 -1 64 832 0 0 0 22 0 0 0 15 0 9 0 2007600680 832266240 21512 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29001/tid=29008] ppid=28987 vsize=812760 CPUtime=0
/proc/29001/task/29008/stat : 29008 (java) S 28987 28987 27043 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2007600680 832266240 21512 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29001/tid=29009] ppid=28987 vsize=812760 CPUtime=0
/proc/29001/task/29009/stat : 29009 (java) S 28987 28987 27043 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2007600680 832266240 21512 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 860328

[startup+3.10158 s]
/proc/loadavg: 1.98 1.98 1.99 3/83 29009
/proc/meminfo: memFree=1248504/2055920 swapFree=4180412/4192956
[pid=28987] ppid=28985 vsize=47568 CPUtime=0.01
/proc/28987/stat : 28987 (galacE.sh) S 28985 28987 27043 0 -1 4194304 764 1698 0 0 0 0 0 1 23 0 1 0 2007600671 48709632 363 996147200 4194304 4520092 548682068832 18446744073709551615 221236095834 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/28987/statm: 11892 363 244 79 0 219 0
[pid=29001] ppid=28987 vsize=812760 CPUtime=3.03
/proc/29001/stat : 29001 (java) S 28987 28987 27043 0 -1 0 22996 0 1 0 289 14 0 0 18 0 9 0 2007600675 832266240 22409 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29001/statm: 203190 22409 1912 9 0 197171 0
[pid=29001/tid=29002] ppid=28987 vsize=812760 CPUtime=2.66
/proc/29001/task/29002/stat : 29002 (java) R 28987 28987 27043 0 -1 64 14530 0 1 0 257 9 0 0 25 0 9 0 2007600676 832266240 22409 996147200 134512640 134550740 4294955600 18446744073709551615 4126939872 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29001/tid=29003] ppid=28987 vsize=812760 CPUtime=0.1
/proc/29001/task/29003/stat : 29003 (java) S 28987 28987 27043 0 -1 64 6921 0 0 0 7 3 0 0 16 0 9 0 2007600677 832266240 22409 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=29001/tid=29004] ppid=28987 vsize=812760 CPUtime=0
/proc/29001/task/29004/stat : 29004 (java) S 28987 28987 27043 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2007600678 832266240 22409 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29001/tid=29005] ppid=28987 vsize=812760 CPUtime=0
/proc/29001/task/29005/stat : 29005 (java) S 28987 28987 27043 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 2007600678 832266240 22409 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29001/tid=29006] ppid=28987 vsize=812760 CPUtime=0
/proc/29001/task/29006/stat : 29006 (java) S 28987 28987 27043 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 2007600680 832266240 22409 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29001/tid=29007] ppid=28987 vsize=812760 CPUtime=0.24
/proc/29001/task/29007/stat : 29007 (java) S 28987 28987 27043 0 -1 64 845 0 0 0 24 0 0 0 15 0 9 0 2007600680 832266240 22409 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29001/tid=29008] ppid=28987 vsize=812760 CPUtime=0
/proc/29001/task/29008/stat : 29008 (java) S 28987 28987 27043 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2007600680 832266240 22409 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29001/tid=29009] ppid=28987 vsize=812760 CPUtime=0
/proc/29001/task/29009/stat : 29009 (java) S 28987 28987 27043 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2007600680 832266240 22409 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.04
Current children cumulated vsize (KiB) 860328

[startup+6.30218 s]
/proc/loadavg: 1.98 1.98 1.99 3/75 29010
/proc/meminfo: memFree=1324280/2055920 swapFree=4180412/4192956
[pid=28987] ppid=28985 vsize=47568 CPUtime=3.95
/proc/28987/stat : 28987 (galacE.sh) S 28985 28987 27043 0 -1 4194304 798 24708 0 1 0 0 378 17 17 0 1 0 2007600671 48709632 363 996147200 4194304 4520092 548682068832 18446744073709551615 221236095834 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/28987/statm: 11892 363 244 79 0 219 0
[pid=29010] ppid=28987 vsize=7388 CPUtime=2.2
/proc/29010/stat : 29010 (eSAT_static) R 28987 28987 27043 0 -1 4194304 1814 0 0 0 220 0 0 0 25 0 1 0 2007601078 7565312 1713 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/29010/statm: 1847 1713 81 162 0 1682 0
Current children cumulated CPU time (s) 6.15
Current children cumulated vsize (KiB) 54956

[startup+12.7014 s]
/proc/loadavg: 1.98 1.98 1.99 3/75 29010
/proc/meminfo: memFree=1319224/2055920 swapFree=4180412/4192956
[pid=28987] ppid=28985 vsize=47568 CPUtime=3.95
/proc/28987/stat : 28987 (galacE.sh) S 28985 28987 27043 0 -1 4194304 798 24708 0 1 0 0 378 17 17 0 1 0 2007600671 48709632 363 996147200 4194304 4520092 548682068832 18446744073709551615 221236095834 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/28987/statm: 11892 363 244 79 0 219 0
[pid=29010] ppid=28987 vsize=12156 CPUtime=8.54
/proc/29010/stat : 29010 (eSAT_static) R 28987 28987 27043 0 -1 4194304 3001 0 0 0 853 1 0 0 25 0 1 0 2007601078 12447744 2900 996147200 134512640 135177480 4294955968 18446744073709551615 134565268 0 0 4096 3 0 0 0 17 1 0 0
/proc/29010/statm: 3039 2900 81 162 0 2874 0
Current children cumulated CPU time (s) 12.49
Current children cumulated vsize (KiB) 59724

[startup+25.5018 s]
/proc/loadavg: 1.99 1.98 1.99 3/75 29010
/proc/meminfo: memFree=1312760/2055920 swapFree=4180412/4192956
[pid=28987] ppid=28985 vsize=47568 CPUtime=3.95
/proc/28987/stat : 28987 (galacE.sh) S 28985 28987 27043 0 -1 4194304 798 24708 0 1 0 0 378 17 17 0 1 0 2007600671 48709632 363 996147200 4194304 4520092 548682068832 18446744073709551615 221236095834 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/28987/statm: 11892 363 244 79 0 219 0
[pid=29010] ppid=28987 vsize=17968 CPUtime=21.22
/proc/29010/stat : 29010 (eSAT_static) R 28987 28987 27043 0 -1 4194304 4453 0 0 0 2119 3 0 0 25 0 1 0 2007601078 18399232 4352 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/29010/statm: 4492 4352 81 162 0 4327 0
Current children cumulated CPU time (s) 25.17
Current children cumulated vsize (KiB) 65536

[startup+51.1016 s]
/proc/loadavg: 1.99 1.98 1.99 3/75 29010
/proc/meminfo: memFree=1308344/2055920 swapFree=4180412/4192956
[pid=28987] ppid=28985 vsize=47568 CPUtime=3.95
/proc/28987/stat : 28987 (galacE.sh) S 28985 28987 27043 0 -1 4194304 798 24708 0 1 0 0 378 17 17 0 1 0 2007600671 48709632 363 996147200 4194304 4520092 548682068832 18446744073709551615 221236095834 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/28987/statm: 11892 363 244 79 0 219 0
[pid=29010] ppid=28987 vsize=22292 CPUtime=46.58
/proc/29010/stat : 29010 (eSAT_static) R 28987 28987 27043 0 -1 4194304 5550 0 0 0 4653 5 0 0 25 0 1 0 2007601078 22827008 5449 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/29010/statm: 5573 5449 81 162 0 5408 0
Current children cumulated CPU time (s) 50.53
Current children cumulated vsize (KiB) 69860

[startup+102.306 s]
/proc/loadavg: 1.99 1.98 1.99 3/75 29010
/proc/meminfo: memFree=1301176/2055920 swapFree=4180412/4192956
[pid=28987] ppid=28985 vsize=47568 CPUtime=3.95
/proc/28987/stat : 28987 (galacE.sh) S 28985 28987 27043 0 -1 4194304 798 24708 0 1 0 0 378 17 17 0 1 0 2007600671 48709632 363 996147200 4194304 4520092 548682068832 18446744073709551615 221236095834 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/28987/statm: 11892 363 244 79 0 219 0
[pid=29010] ppid=28987 vsize=29644 CPUtime=97.29
/proc/29010/stat : 29010 (eSAT_static) R 28987 28987 27043 0 -1 4194304 7369 0 0 0 9723 6 0 0 25 0 1 0 2007601078 30355456 7268 996147200 134512640 135177480 4294955968 18446744073709551615 134565331 0 0 4096 3 0 0 0 17 1 0 0
/proc/29010/statm: 7411 7268 81 162 0 7246 0
Current children cumulated CPU time (s) 101.24
Current children cumulated vsize (KiB) 77212

[startup+162.302 s]
/proc/loadavg: 1.99 1.98 1.99 3/75 29010
/proc/meminfo: memFree=1293496/2055920 swapFree=4180412/4192956
[pid=28987] ppid=28985 vsize=47568 CPUtime=3.95
/proc/28987/stat : 28987 (galacE.sh) S 28985 28987 27043 0 -1 4194304 798 24708 0 1 0 0 378 17 17 0 1 0 2007600671 48709632 363 996147200 4194304 4520092 548682068832 18446744073709551615 221236095834 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/28987/statm: 11892 363 244 79 0 219 0
[pid=29010] ppid=28987 vsize=37116 CPUtime=156.73
/proc/29010/stat : 29010 (eSAT_static) R 28987 28987 27043 0 -1 4194304 9239 0 0 0 15663 10 0 0 25 0 1 0 2007601078 38006784 9138 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/29010/statm: 9279 9138 81 162 0 9114 0
Current children cumulated CPU time (s) 160.68
Current children cumulated vsize (KiB) 84684

[startup+222.302 s]
/proc/loadavg: 2.11 2.02 2.00 3/75 29010
/proc/meminfo: memFree=1286392/2055920 swapFree=4180412/4192956
[pid=28987] ppid=28985 vsize=47568 CPUtime=3.95
/proc/28987/stat : 28987 (galacE.sh) S 28985 28987 27043 0 -1 4194304 798 24708 0 1 0 0 378 17 17 0 1 0 2007600671 48709632 363 996147200 4194304 4520092 548682068832 18446744073709551615 221236095834 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/28987/statm: 11892 363 244 79 0 219 0
[pid=29010] ppid=28987 vsize=44456 CPUtime=216.16
/proc/29010/stat : 29010 (eSAT_static) R 28987 28987 27043 0 -1 4194304 11046 0 0 0 21604 12 0 0 25 0 1 0 2007601078 45522944 10945 996147200 134512640 135177480 4294955968 18446744073709551615 134565438 0 0 4096 3 0 0 0 17 1 0 0
/proc/29010/statm: 11114 10945 81 162 0 10949 0
Current children cumulated CPU time (s) 220.11

################
# More data... #
################


[startup+702.305 s]
/proc/loadavg: 2.11 2.05 2.00 3/75 29062
/proc/meminfo: memFree=1173176/2055920 swapFree=4180412/4192956
[pid=28987] ppid=28985 vsize=47568 CPUtime=3.95
/proc/28987/stat : 28987 (galacE.sh) S 28985 28987 27043 0 -1 4194304 798 24708 0 1 0 0 378 17 17 0 1 0 2007600671 48709632 363 996147200 4194304 4520092 548682068832 18446744073709551615 221236095834 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/28987/statm: 11892 363 244 79 0 219 0
[pid=29010] ppid=28987 vsize=66064 CPUtime=693.48
/proc/29010/stat : 29010 (eSAT_static) R 28987 28987 27043 0 -1 4194304 16368 0 0 0 69329 19 0 0 25 0 1 0 2007601078 67649536 16267 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 0 0 0
/proc/29010/statm: 16516 16267 81 162 0 16351 0
Current children cumulated CPU time (s) 697.43
Current children cumulated vsize (KiB) 113632

[startup+762.307 s]
/proc/loadavg: 2.24 2.09 2.01 3/75 29062
/proc/meminfo: memFree=1157944/2055920 swapFree=4180412/4192956
[pid=28987] ppid=28985 vsize=47568 CPUtime=3.95
/proc/28987/stat : 28987 (galacE.sh) S 28985 28987 27043 0 -1 4194304 798 24708 0 1 0 0 378 17 17 0 1 0 2007600671 48709632 363 996147200 4194304 4520092 548682068832 18446744073709551615 221236095834 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/28987/statm: 11892 363 244 79 0 219 0
[pid=29010] ppid=28987 vsize=67344 CPUtime=753.46
/proc/29010/stat : 29010 (eSAT_static) R 28987 28987 27043 0 -1 4194304 16662 0 0 0 75327 19 0 0 25 0 1 0 2007601078 68960256 16561 996147200 134512640 135177480 4294955968 18446744073709551615 134565406 0 0 4096 3 0 0 0 17 0 0 0
/proc/29010/statm: 16836 16561 81 162 0 16671 0
Current children cumulated CPU time (s) 757.41
Current children cumulated vsize (KiB) 114912

[startup+822.301 s]
/proc/loadavg: 2.42 2.15 2.04 3/75 29062
/proc/meminfo: memFree=1141048/2055920 swapFree=4180412/4192956
[pid=28987] ppid=28985 vsize=47568 CPUtime=3.95
/proc/28987/stat : 28987 (galacE.sh) S 28985 28987 27043 0 -1 4194304 798 24708 0 1 0 0 378 17 17 0 1 0 2007600671 48709632 363 996147200 4194304 4520092 548682068832 18446744073709551615 221236095834 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/28987/statm: 11892 363 244 79 0 219 0
[pid=29010] ppid=28987 vsize=69960 CPUtime=813.42
/proc/29010/stat : 29010 (eSAT_static) R 28987 28987 27043 0 -1 4194304 17291 0 0 0 81322 20 0 0 25 0 1 0 2007601078 71639040 17190 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 0 0 0
/proc/29010/statm: 17490 17190 81 162 0 17325 0
Current children cumulated CPU time (s) 817.37
Current children cumulated vsize (KiB) 117528

[startup+882.301 s]
/proc/loadavg: 2.57 2.25 2.08 3/75 29062
/proc/meminfo: memFree=1121656/2055920 swapFree=4180412/4192956
[pid=28987] ppid=28985 vsize=47568 CPUtime=3.95
/proc/28987/stat : 28987 (galacE.sh) S 28985 28987 27043 0 -1 4194304 798 24708 0 1 0 0 378 17 17 0 1 0 2007600671 48709632 363 996147200 4194304 4520092 548682068832 18446744073709551615 221236095834 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/28987/statm: 11892 363 244 79 0 219 0
[pid=29010] ppid=28987 vsize=72756 CPUtime=873.4
/proc/29010/stat : 29010 (eSAT_static) R 28987 28987 27043 0 -1 4194304 17951 0 0 0 87319 21 0 0 25 0 1 0 2007601078 74502144 17850 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 0 0 0
/proc/29010/statm: 18189 17850 81 162 0 18024 0
Current children cumulated CPU time (s) 877.35
Current children cumulated vsize (KiB) 120324

[startup+942.302 s]
/proc/loadavg: 2.36 2.25 2.09 3/75 29062
/proc/meminfo: memFree=1107000/2055920 swapFree=4180412/4192956
[pid=28987] ppid=28985 vsize=47568 CPUtime=3.95
/proc/28987/stat : 28987 (galacE.sh) S 28985 28987 27043 0 -1 4194304 798 24708 0 1 0 0 378 17 17 0 1 0 2007600671 48709632 363 996147200 4194304 4520092 548682068832 18446744073709551615 221236095834 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/28987/statm: 11892 363 244 79 0 219 0
[pid=29010] ppid=28987 vsize=72756 CPUtime=933.37
/proc/29010/stat : 29010 (eSAT_static) R 28987 28987 27043 0 -1 4194304 17951 0 0 0 93316 21 0 0 25 0 1 0 2007601078 74502144 17850 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 0 0 0
/proc/29010/statm: 18189 17850 81 162 0 18024 0
Current children cumulated CPU time (s) 937.32
Current children cumulated vsize (KiB) 120324

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

[startup+972.701 s]
/proc/loadavg: 2.30 2.24 2.09 3/75 29062
/proc/meminfo: memFree=1100856/2055920 swapFree=4180412/4192956
[pid=28987] ppid=28985 vsize=47568 CPUtime=3.95
/proc/28987/stat : 28987 (galacE.sh) S 28985 28987 27043 0 -1 4194304 798 24708 0 1 0 0 378 17 17 0 1 0 2007600671 48709632 363 996147200 4194304 4520092 548682068832 18446744073709551615 221236095834 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/28987/statm: 11892 363 244 79 0 219 0
[pid=29010] ppid=28987 vsize=72756 CPUtime=963.76
/proc/29010/stat : 29010 (eSAT_static) R 28987 28987 27043 0 -1 4194304 17951 0 0 0 96355 21 0 0 25 0 1 0 2007601078 74502144 17850 996147200 134512640 135177480 4294955968 18446744073709551615 134565260 0 0 4096 3 0 0 0 17 0 0 0
/proc/29010/statm: 18189 17850 81 162 0 18024 0
Current children cumulated CPU time (s) 967.71
Current children cumulated vsize (KiB) 120324

[startup+985.502 s]
/proc/loadavg: 2.23 2.23 2.09 3/75 29062
/proc/meminfo: memFree=1098040/2055920 swapFree=4180412/4192956
[pid=28987] ppid=28985 vsize=47568 CPUtime=3.95
/proc/28987/stat : 28987 (galacE.sh) S 28985 28987 27043 0 -1 4194304 798 24708 0 1 0 0 378 17 17 0 1 0 2007600671 48709632 363 996147200 4194304 4520092 548682068832 18446744073709551615 221236095834 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/28987/statm: 11892 363 244 79 0 219 0
[pid=29010] ppid=28987 vsize=72756 CPUtime=976.56
/proc/29010/stat : 29010 (eSAT_static) R 28987 28987 27043 0 -1 4194304 17953 0 0 0 97635 21 0 0 25 0 1 0 2007601078 74502144 17852 996147200 134512640 135177480 4294955968 18446744073709551615 134565419 0 0 4096 3 0 0 0 17 0 0 0
/proc/29010/statm: 18189 17852 81 162 0 18024 0
Current children cumulated CPU time (s) 980.51
Current children cumulated vsize (KiB) 120324

[startup+991.903 s]
/proc/loadavg: 2.21 2.22 2.09 3/75 29062
/proc/meminfo: memFree=1096504/2055920 swapFree=4180412/4192956
[pid=28987] ppid=28985 vsize=47568 CPUtime=3.95
/proc/28987/stat : 28987 (galacE.sh) S 28985 28987 27043 0 -1 4194304 798 24708 0 1 0 0 378 17 17 0 1 0 2007600671 48709632 363 996147200 4194304 4520092 548682068832 18446744073709551615 221236095834 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/28987/statm: 11892 363 244 79 0 219 0
[pid=29010] ppid=28987 vsize=72756 CPUtime=982.95
/proc/29010/stat : 29010 (eSAT_static) R 28987 28987 27043 0 -1 4194304 17955 0 0 0 98274 21 0 0 25 0 1 0 2007601078 74502144 17854 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 0 0 0
/proc/29010/statm: 18189 17854 81 162 0 18024 0
Current children cumulated CPU time (s) 986.9
Current children cumulated vsize (KiB) 120324

[startup+995.102 s]
/proc/loadavg: 2.21 2.22 2.09 3/75 29062
/proc/meminfo: memFree=1095800/2055920 swapFree=4180412/4192956
[pid=28987] ppid=28985 vsize=47568 CPUtime=3.95
/proc/28987/stat : 28987 (galacE.sh) S 28985 28987 27043 0 -1 4194304 798 24708 0 1 0 0 378 17 17 0 1 0 2007600671 48709632 363 996147200 4194304 4520092 548682068832 18446744073709551615 221236095834 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/28987/statm: 11892 363 244 79 0 219 0
[pid=29010] ppid=28987 vsize=72756 CPUtime=986.15
/proc/29010/stat : 29010 (eSAT_static) R 28987 28987 27043 0 -1 4194304 17961 0 0 0 98594 21 0 0 25 0 1 0 2007601078 74502144 17860 996147200 134512640 135177480 4294955968 18446744073709551615 134565406 0 0 4096 3 0 0 0 17 0 0 0
/proc/29010/statm: 18189 17860 81 162 0 18024 0
Current children cumulated CPU time (s) 990.1
Current children cumulated vsize (KiB) 120324

[startup+996.703 s]
/proc/loadavg: 2.20 2.22 2.09 3/75 29062
/proc/meminfo: memFree=1095416/2055920 swapFree=4180412/4192956
[pid=28987] ppid=28985 vsize=47568 CPUtime=3.95
/proc/28987/stat : 28987 (galacE.sh) S 28985 28987 27043 0 -1 4194304 798 24708 0 1 0 0 378 17 17 0 1 0 2007600671 48709632 363 996147200 4194304 4520092 548682068832 18446744073709551615 221236095834 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/28987/statm: 11892 363 244 79 0 219 0
[pid=29010] ppid=28987 vsize=72756 CPUtime=987.75
/proc/29010/stat : 29010 (eSAT_static) R 28987 28987 27043 0 -1 4194304 17964 0 0 0 98754 21 0 0 25 0 1 0 2007601078 74502144 17863 996147200 134512640 135177480 4294955968 18446744073709551615 134553733 0 0 4096 3 0 0 0 17 0 0 0
/proc/29010/statm: 18189 17863 81 162 0 18024 0
Current children cumulated CPU time (s) 991.7
Current children cumulated vsize (KiB) 120324

[startup+998.301 s]
/proc/loadavg: 2.20 2.22 2.09 3/75 29062
/proc/meminfo: memFree=1095224/2055920 swapFree=4180412/4192956
[pid=28987] ppid=28985 vsize=47568 CPUtime=3.95
/proc/28987/stat : 28987 (galacE.sh) S 28985 28987 27043 0 -1 4194304 798 24708 0 1 0 0 378 17 17 0 1 0 2007600671 48709632 363 996147200 4194304 4520092 548682068832 18446744073709551615 221236095834 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/28987/statm: 11892 363 244 79 0 219 0
[pid=29010] ppid=28987 vsize=72756 CPUtime=989.34
/proc/29010/stat : 29010 (eSAT_static) R 28987 28987 27043 0 -1 4194304 17964 0 0 0 98913 21 0 0 25 0 1 0 2007601078 74502144 17863 996147200 134512640 135177480 4294955968 18446744073709551615 134565395 0 0 4096 3 0 0 0 17 0 0 0
/proc/29010/statm: 18189 17863 81 162 0 18024 0
Current children cumulated CPU time (s) 993.29
Current children cumulated vsize (KiB) 120324

[startup+998.701 s]
/proc/loadavg: 2.20 2.22 2.09 3/75 29062
/proc/meminfo: memFree=1094712/2055920 swapFree=4180412/4192956
[pid=28987] ppid=28985 vsize=47568 CPUtime=3.95
/proc/28987/stat : 28987 (galacE.sh) S 28985 28987 27043 0 -1 4194304 798 24708 0 1 0 0 378 17 17 0 1 0 2007600671 48709632 363 996147200 4194304 4520092 548682068832 18446744073709551615 221236095834 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/28987/statm: 11892 363 244 79 0 219 0
[pid=29010] ppid=28987 vsize=72756 CPUtime=989.75
/proc/29010/stat : 29010 (eSAT_static) R 28987 28987 27043 0 -1 4194304 17964 0 0 0 98954 21 0 0 25 0 1 0 2007601078 74502144 17863 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 0 0 0
/proc/29010/statm: 18189 17863 81 162 0 18024 0
Current children cumulated CPU time (s) 993.7
Current children cumulated vsize (KiB) 120324

[startup+999.101 s]
/proc/loadavg: 2.20 2.22 2.09 3/75 29062
/proc/meminfo: memFree=1094712/2055920 swapFree=4180412/4192956
[pid=28987] ppid=28985 vsize=47568 CPUtime=3.95
/proc/28987/stat : 28987 (galacE.sh) S 28985 28987 27043 0 -1 4194304 798 24708 0 1 0 0 378 17 17 0 1 0 2007600671 48709632 363 996147200 4194304 4520092 548682068832 18446744073709551615 221236095834 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/28987/statm: 11892 363 244 79 0 219 0
[pid=29010] ppid=28987 vsize=72756 CPUtime=990.14
/proc/29010/stat : 29010 (eSAT_static) R 28987 28987 27043 0 -1 4194304 17964 0 0 0 98993 21 0 0 25 0 1 0 2007601078 74502144 17863 996147200 134512640 135177480 4294955968 18446744073709551615 134565388 0 0 4096 3 0 0 0 17 0 0 0
/proc/29010/statm: 18189 17863 81 162 0 18024 0
Current children cumulated CPU time (s) 994.09
Current children cumulated vsize (KiB) 120324

[startup+999.201 s]
/proc/loadavg: 2.20 2.22 2.09 3/75 29062
/proc/meminfo: memFree=1094712/2055920 swapFree=4180412/4192956
[pid=28987] ppid=28985 vsize=47568 CPUtime=3.95
/proc/28987/stat : 28987 (galacE.sh) S 28985 28987 27043 0 -1 4194304 798 24708 0 1 0 0 378 17 17 0 1 0 2007600671 48709632 363 996147200 4194304 4520092 548682068832 18446744073709551615 221236095834 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/28987/statm: 11892 363 244 79 0 219 0
[pid=29010] ppid=28987 vsize=72756 CPUtime=990.24
/proc/29010/stat : 29010 (eSAT_static) R 28987 28987 27043 0 -1 4194304 17966 0 0 0 99003 21 0 0 25 0 1 0 2007601078 74502144 17865 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 0 0 0
/proc/29010/statm: 18189 17865 81 162 0 18024 0
Current children cumulated CPU time (s) 994.19
Current children cumulated vsize (KiB) 120324

Child status: 0
Real time (s): 999.225
CPU time (s): 994.242
CPU user time (s): 993.836
CPU system time (s): 0.405938
CPU usage (%): 99.5013
Max. virtual memory (cumulated for all children) (KiB): 860328

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 993.836
system time used= 0.405938
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 43670
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= 1139
involuntary context switches= 13674

runsolver used 1.18282 second user time and 3.37449 second system time

The end

Launcher Data (download as text)

Begin job on node21 at 2008-07-05 21:31:04
IDJOB=1100015
IDBENCH=59815
IDSOLVER=351
FILE ID=node21/1100015-1215286264
PBS_JOBID= 7882310
Free space on /tmp= 66480 MiB

SOLVER NAME= galac E
BENCH NAME= CPAI08/csp/tightness0.65/normalized-rand-2-40-40-135-650-79_ext.xml
COMMAND LINE= HOME/galacE.sh BENCHNAME 
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1100015-1215286264/watcher-1100015-1215286264 -o /tmp/evaluation-result-1100015-1215286264/solver-1100015-1215286264 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/galacE.sh HOME/instance-1100015-1215286264.xml 

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 830afc40e6fea26626d2d195d0cab107
RANDOM SEED=545703395

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

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

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1332520 kB
Buffers:        116868 kB
Cached:         472340 kB
SwapCached:       6472 kB
Active:         304464 kB
Inactive:       347112 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1332520 kB
SwapTotal:     4192956 kB
SwapFree:      4180412 kB
Dirty:            3508 kB
Writeback:           0 kB
Mapped:          67496 kB
Slab:            56980 kB
Committed_AS:  3643336 kB
PageTables:       1900 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= 66464 MiB
End job on node21 at 2008-07-05 21:47:43