Trace number 1100410

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 MUNSAT 103.072 103.54

General information on the benchmark

Namecsp/tightness0.9/
normalized-rand-2-40-180-84-900-43_ext.xml
MD5SUM5e74acd6c2922631caf76186e9c1ffd6
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 benchmark1.03984
Satisfiable
(Un)Satisfiability was proved
Number of variables40
Number of constraints84
Maximum constraint arity2
Maximum domain size180
Number of constraints which are defined in extension84
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.86/1.98	c start processing
1.86/1.98	c start relation processing
3.55/3.65	c start cnf exporting
20.95/21.19	c parsing time : 1.867
20.95/21.19	c preprocessing time : 21.075
20.95/21.19	
20.95/21.19	c Nary constraints - conflicts : 0 supports : 0
20.95/21.19	c Binary constraints - conflicts : 0 supports :84
20.95/21.19	c max arity constraint : 2
20.95/21.19	c Max Tuples generated 0
20.95/21.19	c relations : 84
20.95/21.19	c relations BDD: 0
20.95/21.19	c sampling 0/0
20.95/21.19	c vars : 7201 - clauses :  674680
20.95/21.19	
21.04/21.24	 
21.04/21.24	c --- SAT Solver Stats ---
21.04/21.24	 
103.00/103.51	c restarts              : 12
103.00/103.51	c conflicts             : 21291          (260 /sec)
103.00/103.51	c decisions             : 49325          (1.74 % random) (603 /sec)
103.00/103.51	c propagations          : 16323460       (199557 /sec)
103.00/103.51	c conflict literals     : 9948258        (12.63 % deleted)
103.00/103.51	c Memory used           : 80.02 MB
103.00/103.51	c CPU time              : 81.7986 s
103.00/103.51	
103.00/103.51	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-1100410-1215287031/watcher-1100410-1215287031 -o /tmp/evaluation-result-1100410-1215287031/solver-1100410-1215287031 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/galacM.sh HOME/instance-1100410-1215287031.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/74 17803
/proc/meminfo: memFree=1327808/2055920 swapFree=4179560/4192956
[pid=17803] ppid=17801 vsize=8652 CPUtime=0
/proc/17803/stat : 17803 (galacM.sh) S 17801 17803 16047 0 -1 4194304 346 0 0 0 0 0 0 0 16 0 1 0 2007678181 8859648 280 996147200 4194304 4520092 548682068832 18446744073709551615 228706151258 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/17803/statm: 2163 280 208 79 0 156 0
[pid=17804] ppid=17803 vsize=8688 CPUtime=0
/proc/17804/stat : 17804 (galacM.sh) R 17803 17803 16047 0 -1 4194368 47 243 0 0 0 0 0 0 16 0 1 0 2007678181 8896512 288 996147200 4194304 4520092 548682068832 18446744073709551615 228706544287 0 65536 4096 73728 0 0 0 17 1 0 0
/proc/17804/statm: 2172 288 210 79 0 165 0
[pid=17806] ppid=17804 vsize=6864 CPUtime=0
/proc/17806/stat : 17806 (id) S 17804 17803 16047 0 -1 4194304 240 0 0 0 0 0 0 0 18 0 1 0 2007678182 7028736 183 996147200 4194304 4211724 548682068832 18446744073709551615 228706731919 0 0 3674112 0 0 0 0 17 0 0 0
/proc/17806/statm: 1716 183 154 4 0 46 0

[startup+0.0237911 s]
/proc/loadavg: 1.98 1.98 1.99 4/74 17803
/proc/meminfo: memFree=1327808/2055920 swapFree=4179560/4192956
[pid=17803] ppid=17801 vsize=8784 CPUtime=0.01
/proc/17803/stat : 17803 (galacM.sh) R 17801 17803 16047 0 -1 4194304 629 1481 0 0 0 0 0 1 16 0 1 0 2007678181 8994816 320 996147200 4194304 4520092 548682068832 18446744073709551615 228706544287 0 65538 4096 73728 0 0 0 17 1 0 0
/proc/17803/statm: 2196 320 218 79 0 189 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 8784

[startup+0.103805 s]
/proc/loadavg: 1.98 1.98 1.99 4/74 17803
/proc/meminfo: memFree=1327808/2055920 swapFree=4179560/4192956
[pid=17803] ppid=17801 vsize=47560 CPUtime=0.01
/proc/17803/stat : 17803 (galacM.sh) S 17801 17803 16047 0 -1 4194304 766 1857 0 0 0 0 0 1 17 0 1 0 2007678181 48701440 365 996147200 4194304 4520092 548682068832 18446744073709551615 228706151258 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/17803/statm: 11890 365 246 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47560

[startup+0.301818 s]
/proc/loadavg: 1.98 1.98 1.99 4/74 17803
/proc/meminfo: memFree=1327808/2055920 swapFree=4179560/4192956
[pid=17803] ppid=17801 vsize=47560 CPUtime=0.01
/proc/17803/stat : 17803 (galacM.sh) S 17801 17803 16047 0 -1 4194304 766 1857 0 0 0 0 0 1 17 0 1 0 2007678181 48701440 365 996147200 4194304 4520092 548682068832 18446744073709551615 228706151258 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/17803/statm: 11890 365 246 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47560

[startup+0.70186 s]
/proc/loadavg: 1.98 1.98 1.99 4/74 17803
/proc/meminfo: memFree=1327808/2055920 swapFree=4179560/4192956
[pid=17803] ppid=17801 vsize=47560 CPUtime=0.01
/proc/17803/stat : 17803 (galacM.sh) S 17801 17803 16047 0 -1 4194304 766 1857 0 0 0 0 0 1 17 0 1 0 2007678181 48701440 365 996147200 4194304 4520092 548682068832 18446744073709551615 228706151258 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/17803/statm: 11890 365 246 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47560

[startup+1.50294 s]
/proc/loadavg: 1.98 1.98 1.99 3/84 17825
/proc/meminfo: memFree=1249392/2055920 swapFree=4179560/4192956
[pid=17803] ppid=17801 vsize=47560 CPUtime=0.01
/proc/17803/stat : 17803 (galacM.sh) S 17801 17803 16047 0 -1 4194304 766 1857 0 0 0 0 0 1 17 0 1 0 2007678181 48701440 365 996147200 4194304 4520092 548682068832 18446744073709551615 228706151258 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/17803/statm: 11890 365 246 79 0 219 0
[pid=17817] ppid=17803 vsize=812628 CPUtime=1.45
/proc/17817/stat : 17817 (java) S 17803 17803 16047 0 -1 0 23104 0 1 0 134 11 0 0 19 0 9 0 2007678184 832131072 22522 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/17817/statm: 203157 22522 1889 9 0 197138 0
[pid=17817/tid=17818] ppid=17803 vsize=812628 CPUtime=1.21
/proc/17817/task/17818/stat : 17818 (java) R 17803 17803 16047 0 -1 64 14472 0 1 0 113 8 0 0 25 0 9 0 2007678185 832131072 22522 996147200 134512640 134550740 4294955600 18446744073709551615 4126633435 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17817/tid=17819] ppid=17803 vsize=812628 CPUtime=0.1
/proc/17817/task/17819/stat : 17819 (java) S 17803 17803 16047 0 -1 64 7173 0 0 0 8 2 0 0 16 0 9 0 2007678186 832131072 22522 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=17817/tid=17820] ppid=17803 vsize=812628 CPUtime=0
/proc/17817/task/17820/stat : 17820 (java) S 17803 17803 16047 0 -1 64 10 0 0 0 0 0 0 0 22 0 9 0 2007678186 832131072 22522 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17817/tid=17821] ppid=17803 vsize=812628 CPUtime=0
/proc/17817/task/17821/stat : 17821 (java) S 17803 17803 16047 0 -1 64 4 0 0 0 0 0 0 0 23 0 9 0 2007678186 832131072 22522 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17817/tid=17822] ppid=17803 vsize=812628 CPUtime=0
/proc/17817/task/17822/stat : 17822 (java) S 17803 17803 16047 0 -1 64 2 0 0 0 0 0 0 0 24 0 9 0 2007678188 832131072 22522 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17817/tid=17823] ppid=17803 vsize=812628 CPUtime=0.11
/proc/17817/task/17823/stat : 17823 (java) S 17803 17803 16047 0 -1 64 759 0 0 0 11 0 0 0 16 0 9 0 2007678188 832131072 22522 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17817/tid=17824] ppid=17803 vsize=812628 CPUtime=0
/proc/17817/task/17824/stat : 17824 (java) S 17803 17803 16047 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 2007678188 832131072 22522 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17817/tid=17825] ppid=17803 vsize=812628 CPUtime=0
/proc/17817/task/17825/stat : 17825 (java) S 17803 17803 16047 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 2007678188 832131072 22522 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) 860188

[startup+3.10208 s]
/proc/loadavg: 1.98 1.98 1.99 3/84 17825
/proc/meminfo: memFree=1236400/2055920 swapFree=4179560/4192956
[pid=17803] ppid=17801 vsize=47560 CPUtime=0.01
/proc/17803/stat : 17803 (galacM.sh) S 17801 17803 16047 0 -1 4194304 766 1857 0 0 0 0 0 1 17 0 1 0 2007678181 48701440 365 996147200 4194304 4520092 548682068832 18446744073709551615 228706151258 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/17803/statm: 11890 365 246 79 0 219 0
[pid=17817] ppid=17803 vsize=812628 CPUtime=3.04
/proc/17817/stat : 17817 (java) S 17803 17803 16047 0 -1 0 25048 0 1 0 292 12 0 0 19 0 9 0 2007678184 832131072 24462 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/17817/statm: 203157 24462 1892 9 0 197138 0
[pid=17817/tid=17818] ppid=17803 vsize=812628 CPUtime=2.71
/proc/17817/task/17818/stat : 17818 (java) R 17803 17803 16047 0 -1 64 14485 0 1 0 263 8 0 0 25 0 9 0 2007678185 832131072 24462 996147200 134512640 134550740 4294955600 18446744073709551615 4126851404 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17817/tid=17819] ppid=17803 vsize=812628 CPUtime=0.17
/proc/17817/task/17819/stat : 17819 (java) S 17803 17803 16047 0 -1 64 9080 0 0 0 14 3 0 0 17 0 9 0 2007678186 832131072 24462 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=17817/tid=17820] ppid=17803 vsize=812628 CPUtime=0
/proc/17817/task/17820/stat : 17820 (java) S 17803 17803 16047 0 -1 64 10 0 0 0 0 0 0 0 22 0 9 0 2007678186 832131072 24462 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17817/tid=17821] ppid=17803 vsize=812628 CPUtime=0
/proc/17817/task/17821/stat : 17821 (java) S 17803 17803 16047 0 -1 64 4 0 0 0 0 0 0 0 23 0 9 0 2007678186 832131072 24462 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17817/tid=17822] ppid=17803 vsize=812628 CPUtime=0
/proc/17817/task/17822/stat : 17822 (java) S 17803 17803 16047 0 -1 64 2 0 0 0 0 0 0 0 24 0 9 0 2007678188 832131072 24462 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17817/tid=17823] ppid=17803 vsize=812628 CPUtime=0.14
/proc/17817/task/17823/stat : 17823 (java) S 17803 17803 16047 0 -1 64 783 0 0 0 14 0 0 0 16 0 9 0 2007678188 832131072 24462 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17817/tid=17824] ppid=17803 vsize=812628 CPUtime=0
/proc/17817/task/17824/stat : 17824 (java) S 17803 17803 16047 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 2007678188 832131072 24462 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17817/tid=17825] ppid=17803 vsize=812628 CPUtime=0
/proc/17817/task/17825/stat : 17825 (java) S 17803 17803 16047 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 2007678188 832131072 24462 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) 860188

[startup+6.30139 s]
/proc/loadavg: 1.98 1.98 1.99 3/84 17825
/proc/meminfo: memFree=1220976/2055920 swapFree=4179560/4192956
[pid=17803] ppid=17801 vsize=47560 CPUtime=0.01
/proc/17803/stat : 17803 (galacM.sh) S 17801 17803 16047 0 -1 4194304 766 1857 0 0 0 0 0 1 17 0 1 0 2007678181 48701440 365 996147200 4194304 4520092 548682068832 18446744073709551615 228706151258 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/17803/statm: 11890 365 246 79 0 219 0
[pid=17817] ppid=17803 vsize=812760 CPUtime=6.23
/proc/17817/stat : 17817 (java) S 17803 17803 16047 0 -1 0 28616 0 1 0 608 15 0 0 19 0 9 0 2007678184 832266240 28021 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/17817/statm: 203190 28021 1914 9 0 197171 0
[pid=17817/tid=17818] ppid=17803 vsize=812760 CPUtime=5.68
/proc/17817/task/17818/stat : 17818 (java) R 17803 17803 16047 0 -1 64 14534 0 1 0 559 9 0 0 25 0 9 0 2007678185 832266240 28021 996147200 134512640 134550740 4294955600 18446744073709551615 102715044 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17817/tid=17819] ppid=17803 vsize=812760 CPUtime=0.31
/proc/17817/task/17819/stat : 17819 (java) S 17803 17803 16047 0 -1 64 12555 0 0 0 27 4 0 0 16 0 9 0 2007678186 832266240 28021 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=17817/tid=17820] ppid=17803 vsize=812760 CPUtime=0
/proc/17817/task/17820/stat : 17820 (java) S 17803 17803 16047 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2007678186 832266240 28021 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17817/tid=17821] ppid=17803 vsize=812760 CPUtime=0
/proc/17817/task/17821/stat : 17821 (java) S 17803 17803 16047 0 -1 64 4 0 0 0 0 0 0 0 23 0 9 0 2007678186 832266240 28021 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17817/tid=17822] ppid=17803 vsize=812760 CPUtime=0
/proc/17817/task/17822/stat : 17822 (java) S 17803 17803 16047 0 -1 64 2 0 0 0 0 0 0 0 24 0 9 0 2007678188 832266240 28021 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17817/tid=17823] ppid=17803 vsize=812760 CPUtime=0.2
/proc/17817/task/17823/stat : 17823 (java) S 17803 17803 16047 0 -1 64 827 0 0 0 20 0 0 0 16 0 9 0 2007678188 832266240 28021 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17817/tid=17824] ppid=17803 vsize=812760 CPUtime=0
/proc/17817/task/17824/stat : 17824 (java) S 17803 17803 16047 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 2007678188 832266240 28021 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17817/tid=17825] ppid=17803 vsize=812760 CPUtime=0
/proc/17817/task/17825/stat : 17825 (java) S 17803 17803 16047 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 2007678188 832266240 28021 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.24
Current children cumulated vsize (KiB) 860320

[startup+12.703 s]
/proc/loadavg: 1.98 1.98 1.99 3/84 17825
/proc/meminfo: memFree=1214768/2055920 swapFree=4179560/4192956
[pid=17803] ppid=17801 vsize=47560 CPUtime=0.01
/proc/17803/stat : 17803 (galacM.sh) S 17801 17803 16047 0 -1 4194304 766 1857 0 0 0 0 0 1 17 0 1 0 2007678181 48701440 365 996147200 4194304 4520092 548682068832 18446744073709551615 228706151258 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/17803/statm: 11890 365 246 79 0 219 0
[pid=17817] ppid=17803 vsize=812760 CPUtime=12.59
/proc/17817/stat : 17817 (java) S 17803 17803 16047 0 -1 0 28631 0 1 0 1241 18 0 0 19 0 9 0 2007678184 832266240 28021 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/17817/statm: 203190 28021 1914 9 0 197171 0
[pid=17817/tid=17818] ppid=17803 vsize=812760 CPUtime=12.04
/proc/17817/task/17818/stat : 17818 (java) R 17803 17803 16047 0 -1 64 14549 0 1 0 1192 12 0 0 25 0 9 0 2007678185 832266240 28021 996147200 134512640 134550740 4294955600 18446744073709551615 4126901263 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17817/tid=17819] ppid=17803 vsize=812760 CPUtime=0.32
/proc/17817/task/17819/stat : 17819 (java) S 17803 17803 16047 0 -1 64 12555 0 0 0 27 5 0 0 16 0 9 0 2007678186 832266240 28021 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=17817/tid=17820] ppid=17803 vsize=812760 CPUtime=0
/proc/17817/task/17820/stat : 17820 (java) S 17803 17803 16047 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2007678186 832266240 28021 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17817/tid=17821] ppid=17803 vsize=812760 CPUtime=0
/proc/17817/task/17821/stat : 17821 (java) S 17803 17803 16047 0 -1 64 4 0 0 0 0 0 0 0 23 0 9 0 2007678186 832266240 28021 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17817/tid=17822] ppid=17803 vsize=812760 CPUtime=0
/proc/17817/task/17822/stat : 17822 (java) S 17803 17803 16047 0 -1 64 2 0 0 0 0 0 0 0 24 0 9 0 2007678188 832266240 28021 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17817/tid=17823] ppid=17803 vsize=812760 CPUtime=0.2
/proc/17817/task/17823/stat : 17823 (java) S 17803 17803 16047 0 -1 64 827 0 0 0 20 0 0 0 16 0 9 0 2007678188 832266240 28021 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17817/tid=17824] ppid=17803 vsize=812760 CPUtime=0
/proc/17817/task/17824/stat : 17824 (java) S 17803 17803 16047 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 2007678188 832266240 28021 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17817/tid=17825] ppid=17803 vsize=812760 CPUtime=0
/proc/17817/task/17825/stat : 17825 (java) S 17803 17803 16047 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 2007678188 832266240 28021 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.6
Current children cumulated vsize (KiB) 860320

[startup+25.5012 s]
/proc/loadavg: 1.98 1.98 1.99 3/76 17826
/proc/meminfo: memFree=1279792/2055920 swapFree=4179560/4192956
[pid=17803] ppid=17801 vsize=47560 CPUtime=21.07
/proc/17803/stat : 17803 (galacM.sh) S 17801 17803 16047 0 -1 4194304 800 30527 0 1 0 0 2083 24 17 0 1 0 2007678181 48701440 365 996147200 4194304 4520092 548682068832 18446744073709551615 228706151258 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/17803/statm: 11890 365 246 79 0 219 0
[pid=17826] ppid=17803 vsize=36572 CPUtime=4.24
/proc/17826/stat : 17826 (minisat) R 17803 17803 16047 0 -1 4194304 9009 0 0 0 418 6 0 0 25 0 1 0 2007680305 37449728 8990 996147200 134512640 135136200 4294955968 18446744073709551615 134528221 0 0 4096 3 0 0 0 17 1 0 0
/proc/17826/statm: 9143 8990 57 152 0 8988 0
Current children cumulated CPU time (s) 25.31
Current children cumulated vsize (KiB) 84132

[startup+51.1016 s]
/proc/loadavg: 1.99 1.98 1.99 3/76 17826
/proc/meminfo: memFree=1257840/2055920 swapFree=4179560/4192956
[pid=17803] ppid=17801 vsize=47560 CPUtime=21.07
/proc/17803/stat : 17803 (galacM.sh) S 17801 17803 16047 0 -1 4194304 800 30527 0 1 0 0 2083 24 17 0 1 0 2007678181 48701440 365 996147200 4194304 4520092 548682068832 18446744073709551615 228706151258 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/17803/statm: 11890 365 246 79 0 219 0
[pid=17826] ppid=17803 vsize=58476 CPUtime=29.73
/proc/17826/stat : 17826 (minisat) R 17803 17803 16047 0 -1 4194304 14462 0 0 0 2963 10 0 0 25 0 1 0 2007680305 59879424 14443 996147200 134512640 135136200 4294955968 18446744073709551615 134529504 0 0 4096 3 0 0 0 17 1 0 0
/proc/17826/statm: 14619 14443 57 152 0 14464 0
Current children cumulated CPU time (s) 50.8
Current children cumulated vsize (KiB) 106036

[startup+102.307 s]
/proc/loadavg: 1.99 1.98 1.99 3/76 17826
/proc/meminfo: memFree=1234864/2055920 swapFree=4179560/4192956
[pid=17803] ppid=17801 vsize=47560 CPUtime=21.07
/proc/17803/stat : 17803 (galacM.sh) S 17801 17803 16047 0 -1 4194304 800 30527 0 1 0 0 2083 24 17 0 1 0 2007678181 48701440 365 996147200 4194304 4520092 548682068832 18446744073709551615 228706151258 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/17803/statm: 11890 365 246 79 0 219 0
[pid=17826] ppid=17803 vsize=81484 CPUtime=80.74
/proc/17826/stat : 17826 (minisat) R 17803 17803 16047 0 -1 4194304 20185 0 0 0 8059 15 0 0 25 0 1 0 2007680305 83439616 20166 996147200 134512640 135136200 4294955968 18446744073709551615 134527052 0 0 4096 3 0 0 0 17 1 0 0
/proc/17826/statm: 20371 20166 57 152 0 20216 0
Current children cumulated CPU time (s) 101.81
Current children cumulated vsize (KiB) 129044

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

[startup+103.102 s]
/proc/loadavg: 1.99 1.98 1.99 3/76 17826
/proc/meminfo: memFree=1234864/2055920 swapFree=4179560/4192956
[pid=17803] ppid=17801 vsize=47560 CPUtime=21.07
/proc/17803/stat : 17803 (galacM.sh) S 17801 17803 16047 0 -1 4194304 800 30527 0 1 0 0 2083 24 17 0 1 0 2007678181 48701440 365 996147200 4194304 4520092 548682068832 18446744073709551615 228706151258 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/17803/statm: 11890 365 246 79 0 219 0
[pid=17826] ppid=17803 vsize=81776 CPUtime=81.53
/proc/17826/stat : 17826 (minisat) R 17803 17803 16047 0 -1 4194304 20268 0 0 0 8138 15 0 0 25 0 1 0 2007680305 83738624 20249 996147200 134512640 135136200 4294955968 18446744073709551615 134526009 0 0 4096 3 0 0 0 17 1 0 0
/proc/17826/statm: 20444 20249 57 152 0 20289 0
Current children cumulated CPU time (s) 102.6
Current children cumulated vsize (KiB) 129336

[startup+103.502 s]
/proc/loadavg: 1.99 1.98 1.99 3/76 17826
/proc/meminfo: memFree=1234480/2055920 swapFree=4179560/4192956
[pid=17803] ppid=17801 vsize=47560 CPUtime=21.07
/proc/17803/stat : 17803 (galacM.sh) S 17801 17803 16047 0 -1 4194304 800 30527 0 1 0 0 2083 24 17 0 1 0 2007678181 48701440 365 996147200 4194304 4520092 548682068832 18446744073709551615 228706151258 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/17803/statm: 11890 365 246 79 0 219 0
[pid=17826] ppid=17803 vsize=81936 CPUtime=81.93
/proc/17826/stat : 17826 (minisat) R 17803 17803 16047 0 -1 4194304 20278 0 0 0 8178 15 0 0 25 0 1 0 2007680305 83902464 20259 996147200 134512640 135136200 4294955968 18446744073709551615 134710595 0 0 4096 3 0 0 0 17 1 0 0
/proc/17826/statm: 20484 20259 57 152 0 20329 0
Current children cumulated CPU time (s) 103
Current children cumulated vsize (KiB) 129496

Child status: 0
Real time (s): 103.54
CPU time (s): 103.072
CPU user time (s): 102.636
CPU system time (s): 0.435933
CPU usage (%): 99.5485
Max. virtual memory (cumulated for all children) (KiB): 860320

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 102.636
system time used= 0.435933
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 51824
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= 1726
involuntary context switches= 2864

runsolver used 0.119981 second user time and 0.32495 second system time

The end

Launcher Data (download as text)

Begin job on node8 at 2008-07-05 21:43:51
IDJOB=1100410
IDBENCH=59909
IDSOLVER=350
FILE ID=node8/1100410-1215287031
PBS_JOBID= 7882286
Free space on /tmp= 66332 MiB

SOLVER NAME= galac M
BENCH NAME= CPAI08/csp/tightness0.9/normalized-rand-2-40-180-84-900-43_ext.xml
COMMAND LINE= HOME/galacM.sh BENCHNAME 
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1100410-1215287031/watcher-1100410-1215287031 -o /tmp/evaluation-result-1100410-1215287031/solver-1100410-1215287031 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/galacM.sh HOME/instance-1100410-1215287031.xml 

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 5e74acd6c2922631caf76186e9c1ffd6
RANDOM SEED=1018041887

node8.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.222
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.222
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:       1328224 kB
Buffers:         94088 kB
Cached:         493060 kB
SwapCached:       6900 kB
Active:         291468 kB
Inactive:       371624 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1328224 kB
SwapTotal:     4192956 kB
SwapFree:      4179560 kB
Dirty:            5148 kB
Writeback:           0 kB
Mapped:          82140 kB
Slab:            49580 kB
Committed_AS:  3475748 kB
PageTables:       1856 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66328 MiB
End job on node8 at 2008-07-05 21:45:35