Trace number 1100059

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 639.895 640.67

General information on the benchmark

Namecsp/tightness0.65/
normalized-rand-2-40-40-135-650-37_ext.xml
MD5SUMab3553351ec8972fad25e17e705701ed
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 benchmark8.01778
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 ---
0.01/0.93	c start processing
0.01/0.94	c start relation processing
0.96/1.10	c start cnf exporting
3.54/3.62	c parsing time : 0.824
3.54/3.62	c preprocessing time : 3.512
3.54/3.62	
3.54/3.62	c Nary constraints - conflicts : 0 supports : 0
3.54/3.62	c Binary constraints - conflicts : 0 supports :135
3.54/3.62	c max arity constraint : 2
3.54/3.62	c Max Tuples generated 0
3.54/3.62	c relations : 135
3.54/3.62	c relations BDD: 0
3.54/3.62	c sampling 0/0
3.54/3.62	c vars : 1601 - clauses :  42040
3.54/3.62	
3.54/3.64	 
3.54/3.64	c --- SAT Solver Stats ---
3.54/3.64	 
3.54/3.64	c eSAT 0.1 : minisat core with additionnal features
3.54/3.64	c ============================[ Problem Statistics ]=============================
3.54/3.64	c |                                                                             |
3.54/3.64	c |  Number of variables:  1600                                                 |
3.54/3.64	c |  Number of clauses:    42040                                                |
3.54/3.69	c |  Parsing time:         0.04         s                                       |
639.79/640.65	c restarts              : 445
639.79/640.65	c conflicts             : 304969         (479 /sec)
639.79/640.65	c decisions             : 498269         (5.27 % random) (783 /sec)
639.79/640.65	c euip                  : 46630       
639.79/640.65	c propagations          : 56936638       (89508 /sec)
639.79/640.65	c conflict literals     : 44910603       (25.21 % deleted)
639.79/640.65	c Memory used           : 58.40 MB
639.79/640.65	c CPU time              : 636.109 s
639.79/640.65	c 
639.79/640.65	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-1100059-1215286499/watcher-1100059-1215286499 -o /tmp/evaluation-result-1100059-1215286499/solver-1100059-1215286499 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/galacE.sh HOME/instance-1100059-1215286499.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.06 1.99 1.99 4/86 14926
/proc/meminfo: memFree=1698848/2055920 swapFree=4180584/4192956
[pid=14926] ppid=14924 vsize=8652 CPUtime=0
/proc/14926/stat : 14926 (galacE.sh) S 14924 14926 11571 0 -1 4194304 346 0 0 0 0 0 0 0 16 0 1 0 2007599728 8859648 280 996147200 4194304 4520092 548682068832 18446744073709551615 231882287962 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/14926/statm: 2163 280 208 79 0 156 0
[pid=14927] ppid=14926 vsize=8688 CPUtime=0
/proc/14927/stat : 14927 (galacE.sh) S 14926 14926 11571 0 -1 4194368 57 243 0 0 0 0 0 0 16 0 1 0 2007599728 8896512 288 996147200 4194304 4520092 548682068832 18446744073709551615 231882850386 0 0 4096 73728 18446744071563648864 0 0 17 1 0 0
/proc/14927/statm: 2172 288 210 79 0 165 0
[pid=14929] ppid=14927 vsize=176 CPUtime=0
/proc/14929/stat : 14929 (id) R 14927 14926 11571 0 -1 4194304 54 0 0 0 0 0 0 0 18 0 1 0 2007599729 180224 29 996147200 4194304 4211724 548682068832 18446744073709551615 231880063020 0 0 3674112 0 0 0 0 17 1 0 0
/proc/14929/statm: 316 32 25 4 0 4 0

[startup+0.051175 s]
/proc/loadavg: 2.06 1.99 1.99 4/86 14926
/proc/meminfo: memFree=1698848/2055920 swapFree=4180584/4192956
[pid=14926] ppid=14924 vsize=47572 CPUtime=0.01
/proc/14926/stat : 14926 (galacE.sh) S 14924 14926 11571 0 -1 4194304 765 1857 0 0 0 0 0 1 17 0 1 0 2007599728 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 231882287962 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/14926/statm: 11893 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47572

[startup+0.101179 s]
/proc/loadavg: 2.06 1.99 1.99 4/86 14926
/proc/meminfo: memFree=1698848/2055920 swapFree=4180584/4192956
[pid=14926] ppid=14924 vsize=47572 CPUtime=0.01
/proc/14926/stat : 14926 (galacE.sh) S 14924 14926 11571 0 -1 4194304 765 1857 0 0 0 0 0 1 17 0 1 0 2007599728 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 231882287962 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/14926/statm: 11893 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47572

[startup+0.301199 s]
/proc/loadavg: 2.06 1.99 1.99 4/86 14926
/proc/meminfo: memFree=1698848/2055920 swapFree=4180584/4192956
[pid=14926] ppid=14924 vsize=47572 CPUtime=0.01
/proc/14926/stat : 14926 (galacE.sh) S 14924 14926 11571 0 -1 4194304 765 1857 0 0 0 0 0 1 17 0 1 0 2007599728 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 231882287962 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/14926/statm: 11893 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47572

[startup+0.701254 s]
/proc/loadavg: 2.06 1.99 1.99 4/86 14926
/proc/meminfo: memFree=1698848/2055920 swapFree=4180584/4192956
[pid=14926] ppid=14924 vsize=47572 CPUtime=0.01
/proc/14926/stat : 14926 (galacE.sh) S 14924 14926 11571 0 -1 4194304 765 1857 0 0 0 0 0 1 17 0 1 0 2007599728 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 231882287962 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/14926/statm: 11893 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47572

[startup+1.50234 s]
/proc/loadavg: 2.06 1.99 1.99 3/96 14948
/proc/meminfo: memFree=1628552/2055920 swapFree=4180584/4192956
[pid=14926] ppid=14924 vsize=47572 CPUtime=0.01
/proc/14926/stat : 14926 (galacE.sh) S 14924 14926 11571 0 -1 4194304 765 1857 0 0 0 0 0 1 17 0 1 0 2007599728 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 231882287962 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/14926/statm: 11893 364 245 79 0 219 0
[pid=14940] ppid=14926 vsize=812552 CPUtime=1.45
/proc/14940/stat : 14940 (java) S 14926 14926 11571 0 -1 0 22122 0 1 0 134 11 0 0 19 0 9 0 2007599731 832053248 21539 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14940/statm: 203138 21539 1911 9 0 197171 0
[pid=14940/tid=14941] ppid=14926 vsize=812552 CPUtime=1.16
/proc/14940/task/14941/stat : 14941 (java) R 14926 14926 11571 0 -1 64 14524 0 1 0 109 7 0 0 25 0 9 0 2007599732 832053248 21539 996147200 134512640 134550740 4294955600 18446744073709551615 4126900213 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14940/tid=14942] ppid=14926 vsize=812552 CPUtime=0.06
/proc/14940/task/14942/stat : 14942 (java) S 14926 14926 11571 0 -1 64 6063 0 0 0 4 2 0 0 16 0 9 0 2007599733 832053248 21539 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14940/tid=14943] ppid=14926 vsize=812552 CPUtime=0
/proc/14940/task/14943/stat : 14943 (java) S 14926 14926 11571 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 2007599733 832053248 21539 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14940/tid=14944] ppid=14926 vsize=812552 CPUtime=0
/proc/14940/task/14944/stat : 14944 (java) S 14926 14926 11571 0 -1 64 4 0 0 0 0 0 0 0 24 0 9 0 2007599734 832053248 21539 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14940/tid=14945] ppid=14926 vsize=812552 CPUtime=0
/proc/14940/task/14945/stat : 14945 (java) S 14926 14926 11571 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 2007599736 832053248 21539 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14940/tid=14946] ppid=14926 vsize=812552 CPUtime=0.2
/proc/14940/task/14946/stat : 14946 (java) S 14926 14926 11571 0 -1 64 836 0 0 0 20 0 0 0 15 0 9 0 2007599736 832053248 21539 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14940/tid=14947] ppid=14926 vsize=812552 CPUtime=0
/proc/14940/task/14947/stat : 14947 (java) S 14926 14926 11571 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 2007599736 832053248 21539 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14940/tid=14948] ppid=14926 vsize=812552 CPUtime=0
/proc/14940/task/14948/stat : 14948 (java) S 14926 14926 11571 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2007599736 832053248 21539 996147200 134512640 134550740 4294955600 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) 860124

[startup+3.10254 s]
/proc/loadavg: 2.06 1.99 1.99 3/96 14948
/proc/meminfo: memFree=1614792/2055920 swapFree=4180584/4192956
[pid=14926] ppid=14924 vsize=47572 CPUtime=0.01
/proc/14926/stat : 14926 (galacE.sh) S 14924 14926 11571 0 -1 4194304 765 1857 0 0 0 0 0 1 17 0 1 0 2007599728 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 231882287962 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/14926/statm: 11893 364 245 79 0 219 0
[pid=14940] ppid=14926 vsize=812552 CPUtime=3.04
/proc/14940/stat : 14940 (java) S 14926 14926 11571 0 -1 0 23052 0 1 0 292 12 0 0 19 0 9 0 2007599731 832053248 22465 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14940/statm: 203138 22465 1913 9 0 197171 0
[pid=14940/tid=14941] ppid=14926 vsize=812552 CPUtime=2.7
/proc/14940/task/14941/stat : 14941 (java) R 14926 14926 11571 0 -1 64 14529 0 1 0 262 8 0 0 25 0 9 0 2007599732 832053248 22465 996147200 134512640 134550740 4294955600 18446744073709551615 4126968016 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14940/tid=14942] ppid=14926 vsize=812552 CPUtime=0.09
/proc/14940/task/14942/stat : 14942 (java) S 14926 14926 11571 0 -1 64 6974 0 0 0 7 2 0 0 16 0 9 0 2007599733 832053248 22465 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14940/tid=14943] ppid=14926 vsize=812552 CPUtime=0
/proc/14940/task/14943/stat : 14943 (java) S 14926 14926 11571 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 2007599733 832053248 22465 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14940/tid=14944] ppid=14926 vsize=812552 CPUtime=0
/proc/14940/task/14944/stat : 14944 (java) S 14926 14926 11571 0 -1 64 4 0 0 0 0 0 0 0 24 0 9 0 2007599734 832053248 22465 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14940/tid=14945] ppid=14926 vsize=812552 CPUtime=0
/proc/14940/task/14945/stat : 14945 (java) S 14926 14926 11571 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 2007599736 832053248 22465 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14940/tid=14946] ppid=14926 vsize=812552 CPUtime=0.23
/proc/14940/task/14946/stat : 14946 (java) S 14926 14926 11571 0 -1 64 850 0 0 0 22 1 0 0 15 0 9 0 2007599736 832053248 22465 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14940/tid=14947] ppid=14926 vsize=812552 CPUtime=0
/proc/14940/task/14947/stat : 14947 (java) S 14926 14926 11571 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 2007599736 832053248 22465 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14940/tid=14948] ppid=14926 vsize=812552 CPUtime=0
/proc/14940/task/14948/stat : 14948 (java) R 14926 14926 11571 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2007599736 832053248 22465 996147200 134512640 134550740 4294955600 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) 860124

[startup+6.30191 s]
/proc/loadavg: 2.05 1.99 1.99 3/88 14949
/proc/meminfo: memFree=1690504/2055920 swapFree=4180584/4192956
[pid=14926] ppid=14924 vsize=47572 CPUtime=3.58
/proc/14926/stat : 14926 (galacE.sh) S 14924 14926 11571 0 -1 4194304 799 24922 0 1 0 0 343 15 17 0 1 0 2007599728 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 231882287962 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/14926/statm: 11893 364 245 79 0 219 0
[pid=14949] ppid=14926 vsize=8976 CPUtime=2.65
/proc/14949/stat : 14949 (eSAT_static) R 14926 14926 11571 0 -1 4194304 2208 0 0 0 264 1 0 0 25 0 1 0 2007600093 9191424 2107 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/14949/statm: 2244 2107 81 162 0 2079 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 56548

[startup+12.7017 s]
/proc/loadavg: 2.05 1.99 1.99 3/88 14949
/proc/meminfo: memFree=1682760/2055920 swapFree=4180584/4192956
[pid=14926] ppid=14924 vsize=47572 CPUtime=3.58
/proc/14926/stat : 14926 (galacE.sh) S 14924 14926 11571 0 -1 4194304 799 24922 0 1 0 0 343 15 17 0 1 0 2007599728 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 231882287962 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/14926/statm: 11893 364 245 79 0 219 0
[pid=14949] ppid=14926 vsize=13092 CPUtime=9.03
/proc/14949/stat : 14949 (eSAT_static) R 14926 14926 11571 0 -1 4194304 3261 0 0 0 902 1 0 0 25 0 1 0 2007600093 13406208 3160 996147200 134512640 135177480 4294955968 18446744073709551615 134565395 0 0 4096 3 0 0 0 17 1 0 0
/proc/14949/statm: 3273 3160 81 162 0 3108 0
Current children cumulated CPU time (s) 12.61
Current children cumulated vsize (KiB) 60664

[startup+25.5012 s]
/proc/loadavg: 2.04 1.99 1.99 3/88 14949
/proc/meminfo: memFree=1677832/2055920 swapFree=4180584/4192956
[pid=14926] ppid=14924 vsize=47572 CPUtime=3.58
/proc/14926/stat : 14926 (galacE.sh) S 14924 14926 11571 0 -1 4194304 799 24922 0 1 0 0 343 15 17 0 1 0 2007599728 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 231882287962 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/14926/statm: 11893 364 245 79 0 219 0
[pid=14949] ppid=14926 vsize=17580 CPUtime=21.83
/proc/14949/stat : 14949 (eSAT_static) R 14926 14926 11571 0 -1 4194304 4381 0 0 0 2181 2 0 0 25 0 1 0 2007600093 18001920 4280 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/14949/statm: 4395 4280 81 162 0 4230 0
Current children cumulated CPU time (s) 25.41
Current children cumulated vsize (KiB) 65152

[startup+51.1012 s]
/proc/loadavg: 2.08 2.01 2.00 3/80 14977
/proc/meminfo: memFree=1732680/2055920 swapFree=4180584/4192956
[pid=14926] ppid=14924 vsize=47572 CPUtime=3.58
/proc/14926/stat : 14926 (galacE.sh) S 14924 14926 11571 0 -1 4194304 799 24922 0 1 0 0 343 15 17 0 1 0 2007599728 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 231882287962 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/14926/statm: 11893 364 245 79 0 219 0
[pid=14949] ppid=14926 vsize=25508 CPUtime=47.29
/proc/14949/stat : 14949 (eSAT_static) R 14926 14926 11571 0 -1 4194304 6353 0 0 0 4724 5 0 0 25 0 1 0 2007600093 26120192 6252 996147200 134512640 135177480 4294955968 18446744073709551615 134565395 0 0 4096 3 0 0 0 17 0 0 0
/proc/14949/statm: 6377 6252 81 162 0 6212 0
Current children cumulated CPU time (s) 50.87
Current children cumulated vsize (KiB) 73080

[startup+102.306 s]
/proc/loadavg: 2.03 2.00 2.00 3/81 15005
/proc/meminfo: memFree=1714696/2055920 swapFree=4180584/4192956
[pid=14926] ppid=14924 vsize=47572 CPUtime=3.58
/proc/14926/stat : 14926 (galacE.sh) S 14924 14926 11571 0 -1 4194304 799 24922 0 1 0 0 343 15 17 0 1 0 2007599728 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 231882287962 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/14926/statm: 11893 364 245 79 0 219 0
[pid=14949] ppid=14926 vsize=36320 CPUtime=98.42
/proc/14949/stat : 14949 (eSAT_static) R 14926 14926 11571 0 -1 4194304 9055 0 0 0 9833 9 0 0 25 0 1 0 2007600093 37191680 8954 996147200 134512640 135177480 4294955968 18446744073709551615 134565395 0 0 4096 3 0 0 0 17 1 0 0
/proc/14949/statm: 9080 8954 81 162 0 8915 0
Current children cumulated CPU time (s) 102
Current children cumulated vsize (KiB) 83892

[startup+162.301 s]
/proc/loadavg: 2.01 2.00 2.00 3/81 15005
/proc/meminfo: memFree=1710344/2055920 swapFree=4180584/4192956
[pid=14926] ppid=14924 vsize=47572 CPUtime=3.58
/proc/14926/stat : 14926 (galacE.sh) S 14924 14926 11571 0 -1 4194304 799 24922 0 1 0 0 343 15 17 0 1 0 2007599728 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 231882287962 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/14926/statm: 11893 364 245 79 0 219 0
[pid=14949] ppid=14926 vsize=41048 CPUtime=158.4
/proc/14949/stat : 14949 (eSAT_static) R 14926 14926 11571 0 -1 4194304 10183 0 0 0 15830 10 0 0 25 0 1 0 2007600093 42033152 10082 996147200 134512640 135177480 4294955968 18446744073709551615 134565474 0 0 4096 3 0 0 0 17 1 0 0
/proc/14949/statm: 10262 10082 81 162 0 10097 0
Current children cumulated CPU time (s) 161.98
Current children cumulated vsize (KiB) 88620

[startup+222.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/89 15111
/proc/meminfo: memFree=1702288/2055920 swapFree=4180584/4192956
[pid=14926] ppid=14924 vsize=47572 CPUtime=3.58
/proc/14926/stat : 14926 (galacE.sh) S 14924 14926 11571 0 -1 4194304 799 24922 0 1 0 0 343 15 17 0 1 0 2007599728 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 231882287962 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/14926/statm: 11893 364 245 79 0 219 0
[pid=14949] ppid=14926 vsize=46668 CPUtime=218.03
/proc/14949/stat : 14949 (eSAT_static) R 14926 14926 11571 0 -1 4194304 11590 0 0 0 21791 12 0 0 25 0 1 0 2007600093 47788032 11489 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/14949/statm: 11667 11489 81 162 0 11502 0
Current children cumulated CPU time (s) 221.61

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


[startup+342.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/89 15111
/proc/meminfo: memFree=1697680/2055920 swapFree=4180584/4192956
[pid=14926] ppid=14924 vsize=47572 CPUtime=3.58
/proc/14926/stat : 14926 (galacE.sh) S 14924 14926 11571 0 -1 4194304 799 24922 0 1 0 0 343 15 17 0 1 0 2007599728 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 231882287962 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/14926/statm: 11893 364 245 79 0 219 0
[pid=14949] ppid=14926 vsize=50736 CPUtime=338
/proc/14949/stat : 14949 (eSAT_static) R 14926 14926 11571 0 -1 4194304 12607 0 0 0 33786 14 0 0 25 0 1 0 2007600093 51953664 12506 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/14949/statm: 12684 12506 81 162 0 12519 0
Current children cumulated CPU time (s) 341.58
Current children cumulated vsize (KiB) 98308

[startup+402.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/89 15111
/proc/meminfo: memFree=1696848/2055920 swapFree=4180584/4192956
[pid=14926] ppid=14924 vsize=47572 CPUtime=3.58
/proc/14926/stat : 14926 (galacE.sh) S 14924 14926 11571 0 -1 4194304 799 24922 0 1 0 0 343 15 17 0 1 0 2007599728 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 231882287962 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/14926/statm: 11893 364 245 79 0 219 0
[pid=14949] ppid=14926 vsize=51412 CPUtime=397.99
/proc/14949/stat : 14949 (eSAT_static) R 14926 14926 11571 0 -1 4194304 12784 0 0 0 39785 14 0 0 25 0 1 0 2007600093 52645888 12683 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/14949/statm: 12853 12683 81 162 0 12688 0
Current children cumulated CPU time (s) 401.57
Current children cumulated vsize (KiB) 98984

[startup+462.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/89 15111
/proc/meminfo: memFree=1691408/2055920 swapFree=4180584/4192956
[pid=14926] ppid=14924 vsize=47572 CPUtime=3.58
/proc/14926/stat : 14926 (galacE.sh) S 14924 14926 11571 0 -1 4194304 799 24922 0 1 0 0 343 15 17 0 1 0 2007599728 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 231882287962 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/14926/statm: 11893 364 245 79 0 219 0
[pid=14949] ppid=14926 vsize=57124 CPUtime=457.97
/proc/14949/stat : 14949 (eSAT_static) R 14926 14926 11571 0 -1 4194304 14127 0 0 0 45781 16 0 0 25 0 1 0 2007600093 58494976 14026 996147200 134512640 135177480 4294955968 18446744073709551615 134565395 0 0 4096 3 0 0 0 17 1 0 0
/proc/14949/statm: 14281 14026 81 162 0 14116 0
Current children cumulated CPU time (s) 461.55
Current children cumulated vsize (KiB) 104696

[startup+522.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/89 15111
/proc/meminfo: memFree=1691216/2055920 swapFree=4180584/4192956
[pid=14926] ppid=14924 vsize=47572 CPUtime=3.58
/proc/14926/stat : 14926 (galacE.sh) S 14924 14926 11571 0 -1 4194304 799 24922 0 1 0 0 343 15 17 0 1 0 2007599728 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 231882287962 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/14926/statm: 11893 364 245 79 0 219 0
[pid=14949] ppid=14926 vsize=57280 CPUtime=517.95
/proc/14949/stat : 14949 (eSAT_static) R 14926 14926 11571 0 -1 4194304 14163 0 0 0 51779 16 0 0 25 0 1 0 2007600093 58654720 14062 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/14949/statm: 14320 14062 81 162 0 14155 0
Current children cumulated CPU time (s) 521.53
Current children cumulated vsize (KiB) 104852

[startup+582.302 s]
/proc/loadavg: 2.08 2.02 2.01 3/89 15111
/proc/meminfo: memFree=1690192/2055920 swapFree=4180584/4192956
[pid=14926] ppid=14924 vsize=47572 CPUtime=3.58
/proc/14926/stat : 14926 (galacE.sh) S 14924 14926 11571 0 -1 4194304 799 24922 0 1 0 0 343 15 17 0 1 0 2007599728 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 231882287962 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/14926/statm: 11893 364 245 79 0 219 0
[pid=14949] ppid=14926 vsize=58276 CPUtime=577.93
/proc/14949/stat : 14949 (eSAT_static) R 14926 14926 11571 0 -1 4194304 14414 0 0 0 57777 16 0 0 25 0 1 0 2007600093 59674624 14313 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/14949/statm: 14569 14313 81 162 0 14404 0
Current children cumulated CPU time (s) 581.51
Current children cumulated vsize (KiB) 105848

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

[startup+614.302 s]
/proc/loadavg: 2.04 2.01 2.00 3/89 15111
/proc/meminfo: memFree=1689360/2055920 swapFree=4180584/4192956
[pid=14926] ppid=14924 vsize=47572 CPUtime=3.58
/proc/14926/stat : 14926 (galacE.sh) S 14924 14926 11571 0 -1 4194304 799 24922 0 1 0 0 343 15 17 0 1 0 2007599728 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 231882287962 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/14926/statm: 11893 364 245 79 0 219 0
[pid=14949] ppid=14926 vsize=59132 CPUtime=609.92
/proc/14949/stat : 14949 (eSAT_static) R 14926 14926 11571 0 -1 4194304 14615 0 0 0 60976 16 0 0 25 0 1 0 2007600093 60551168 14514 996147200 134512640 135177480 4294955968 18446744073709551615 134565419 0 0 4096 3 0 0 0 17 1 0 0
/proc/14949/statm: 14783 14514 81 162 0 14618 0
Current children cumulated CPU time (s) 613.5
Current children cumulated vsize (KiB) 106704

[startup+627.101 s]
/proc/loadavg: 2.04 2.01 2.00 3/89 15111
/proc/meminfo: memFree=1689104/2055920 swapFree=4180584/4192956
[pid=14926] ppid=14924 vsize=47572 CPUtime=3.58
/proc/14926/stat : 14926 (galacE.sh) S 14924 14926 11571 0 -1 4194304 799 24922 0 1 0 0 343 15 17 0 1 0 2007599728 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 231882287962 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/14926/statm: 11893 364 245 79 0 219 0
[pid=14949] ppid=14926 vsize=59504 CPUtime=622.71
/proc/14949/stat : 14949 (eSAT_static) R 14926 14926 11571 0 -1 4194304 14688 0 0 0 62255 16 0 0 25 0 1 0 2007600093 60932096 14587 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/14949/statm: 14876 14587 81 162 0 14711 0
Current children cumulated CPU time (s) 626.29
Current children cumulated vsize (KiB) 107076

[startup+633.502 s]
/proc/loadavg: 2.03 2.01 2.00 3/89 15111
/proc/meminfo: memFree=1688912/2055920 swapFree=4180584/4192956
[pid=14926] ppid=14924 vsize=47572 CPUtime=3.58
/proc/14926/stat : 14926 (galacE.sh) S 14924 14926 11571 0 -1 4194304 799 24922 0 1 0 0 343 15 17 0 1 0 2007599728 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 231882287962 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/14926/statm: 11893 364 245 79 0 219 0
[pid=14949] ppid=14926 vsize=59664 CPUtime=629.12
/proc/14949/stat : 14949 (eSAT_static) R 14926 14926 11571 0 -1 4194304 14732 0 0 0 62896 16 0 0 25 0 1 0 2007600093 61095936 14631 996147200 134512640 135177480 4294955968 18446744073709551615 134565260 0 0 4096 3 0 0 0 17 1 0 0
/proc/14949/statm: 14916 14631 81 162 0 14751 0
Current children cumulated CPU time (s) 632.7
Current children cumulated vsize (KiB) 107236

[startup+636.701 s]
/proc/loadavg: 2.03 2.01 2.00 3/89 15111
/proc/meminfo: memFree=1688912/2055920 swapFree=4180584/4192956
[pid=14926] ppid=14924 vsize=47572 CPUtime=3.58
/proc/14926/stat : 14926 (galacE.sh) S 14924 14926 11571 0 -1 4194304 799 24922 0 1 0 0 343 15 17 0 1 0 2007599728 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 231882287962 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/14926/statm: 11893 364 245 79 0 219 0
[pid=14949] ppid=14926 vsize=59664 CPUtime=632.31
/proc/14949/stat : 14949 (eSAT_static) R 14926 14926 11571 0 -1 4194304 14739 0 0 0 63215 16 0 0 25 0 1 0 2007600093 61095936 14638 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/14949/statm: 14916 14638 81 162 0 14751 0
Current children cumulated CPU time (s) 635.89
Current children cumulated vsize (KiB) 107236

[startup+638.303 s]
/proc/loadavg: 2.03 2.01 2.00 3/89 15111
/proc/meminfo: memFree=1688848/2055920 swapFree=4180584/4192956
[pid=14926] ppid=14924 vsize=47572 CPUtime=3.58
/proc/14926/stat : 14926 (galacE.sh) S 14924 14926 11571 0 -1 4194304 799 24922 0 1 0 0 343 15 17 0 1 0 2007599728 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 231882287962 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/14926/statm: 11893 364 245 79 0 219 0
[pid=14949] ppid=14926 vsize=59664 CPUtime=633.91
/proc/14949/stat : 14949 (eSAT_static) R 14926 14926 11571 0 -1 4194304 14740 0 0 0 63375 16 0 0 25 0 1 0 2007600093 61095936 14639 996147200 134512640 135177480 4294955968 18446744073709551615 134565474 0 0 4096 3 0 0 0 17 1 0 0
/proc/14949/statm: 14916 14639 81 162 0 14751 0
Current children cumulated CPU time (s) 637.49
Current children cumulated vsize (KiB) 107236

[startup+639.902 s]
/proc/loadavg: 2.03 2.01 2.00 3/89 15111
/proc/meminfo: memFree=1688848/2055920 swapFree=4180584/4192956
[pid=14926] ppid=14924 vsize=47572 CPUtime=3.58
/proc/14926/stat : 14926 (galacE.sh) S 14924 14926 11571 0 -1 4194304 799 24922 0 1 0 0 343 15 17 0 1 0 2007599728 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 231882287962 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/14926/statm: 11893 364 245 79 0 219 0
[pid=14949] ppid=14926 vsize=59664 CPUtime=635.51
/proc/14949/stat : 14949 (eSAT_static) R 14926 14926 11571 0 -1 4194304 14772 0 0 0 63535 16 0 0 25 0 1 0 2007600093 61095936 14671 996147200 134512640 135177480 4294955968 18446744073709551615 134565457 0 0 4096 3 0 0 0 17 1 0 0
/proc/14949/statm: 14916 14671 81 162 0 14751 0
Current children cumulated CPU time (s) 639.09
Current children cumulated vsize (KiB) 107236

[startup+640.302 s]
/proc/loadavg: 2.03 2.01 2.00 3/89 15111
/proc/meminfo: memFree=1688720/2055920 swapFree=4180584/4192956
[pid=14926] ppid=14924 vsize=47572 CPUtime=3.58
/proc/14926/stat : 14926 (galacE.sh) S 14924 14926 11571 0 -1 4194304 799 24922 0 1 0 0 343 15 17 0 1 0 2007599728 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 231882287962 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/14926/statm: 11893 364 245 79 0 219 0
[pid=14949] ppid=14926 vsize=59796 CPUtime=635.91
/proc/14949/stat : 14949 (eSAT_static) R 14926 14926 11571 0 -1 4194304 14780 0 0 0 63575 16 0 0 25 0 1 0 2007600093 61231104 14679 996147200 134512640 135177480 4294955968 18446744073709551615 134565395 0 0 4096 3 0 0 0 17 1 0 0
/proc/14949/statm: 14949 14679 81 162 0 14784 0
Current children cumulated CPU time (s) 639.49
Current children cumulated vsize (KiB) 107368

[startup+640.502 s]
/proc/loadavg: 2.03 2.01 2.00 3/89 15111
/proc/meminfo: memFree=1688720/2055920 swapFree=4180584/4192956
[pid=14926] ppid=14924 vsize=47572 CPUtime=3.58
/proc/14926/stat : 14926 (galacE.sh) S 14924 14926 11571 0 -1 4194304 799 24922 0 1 0 0 343 15 17 0 1 0 2007599728 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 231882287962 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/14926/statm: 11893 364 245 79 0 219 0
[pid=14949] ppid=14926 vsize=59796 CPUtime=636.11
/proc/14949/stat : 14949 (eSAT_static) R 14926 14926 11571 0 -1 4194304 14786 0 0 0 63595 16 0 0 25 0 1 0 2007600093 61231104 14685 996147200 134512640 135177480 4294955968 18446744073709551615 134565395 0 0 4096 3 0 0 0 17 1 0 0
/proc/14949/statm: 14949 14685 81 162 0 14784 0
Current children cumulated CPU time (s) 639.69
Current children cumulated vsize (KiB) 107368

[startup+640.602 s]
/proc/loadavg: 2.03 2.01 2.00 3/89 15111
/proc/meminfo: memFree=1688720/2055920 swapFree=4180584/4192956
[pid=14926] ppid=14924 vsize=47572 CPUtime=3.58
/proc/14926/stat : 14926 (galacE.sh) S 14924 14926 11571 0 -1 4194304 799 24922 0 1 0 0 343 15 17 0 1 0 2007599728 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 231882287962 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/14926/statm: 11893 364 245 79 0 219 0
[pid=14949] ppid=14926 vsize=59796 CPUtime=636.21
/proc/14949/stat : 14949 (eSAT_static) R 14926 14926 11571 0 -1 4194304 14789 0 0 0 63605 16 0 0 25 0 1 0 2007600093 61231104 14688 996147200 134512640 135177480 4294955968 18446744073709551615 134565474 0 0 4096 3 0 0 0 17 1 0 0
/proc/14949/statm: 14949 14688 81 162 0 14784 0
Current children cumulated CPU time (s) 639.79
Current children cumulated vsize (KiB) 107368

Child status: 0
Real time (s): 640.67
CPU time (s): 639.895
CPU user time (s): 639.551
CPU system time (s): 0.343947
CPU usage (%): 99.879
Max. virtual memory (cumulated for all children) (KiB): 860124

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 639.551
system time used= 0.343947
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 40709
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= 1141
involuntary context switches= 3242

runsolver used 0.759884 second user time and 1.81572 second system time

The end

Launcher Data (download as text)

Begin job on node75 at 2008-07-05 21:34:59
IDJOB=1100059
IDBENCH=59823
IDSOLVER=351
FILE ID=node75/1100059-1215286499
PBS_JOBID= 7882205
Free space on /tmp= 66556 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= ab3553351ec8972fad25e17e705701ed
RANDOM SEED=366548978

node75.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.229
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.229
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1699264 kB
Buffers:         38328 kB
Cached:         189708 kB
SwapCached:       6768 kB
Active:         229920 kB
Inactive:        72028 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1699264 kB
SwapTotal:     4192956 kB
SwapFree:      4180584 kB
Dirty:           10016 kB
Writeback:           0 kB
Mapped:          88480 kB
Slab:            39108 kB
Committed_AS:  5070380 kB
PageTables:       2472 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 node75 at 2008-07-05 21:45:40