Trace number 1100520

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 311.435 314.474

General information on the benchmark

Namecsp/tightness0.9/
normalized-rand-2-40-180-84-900-2_ext.xml
MD5SUM3f54aac156e01bc9d1a303b6d2aeb902
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 benchmark3.90041
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.00/0.03	c --- Preproc Stats ---
1.94/2.09	c start processing
1.94/2.09	c start relation processing
3.74/3.87	c start cnf exporting
22.44/22.74	c parsing time : 1.971
22.44/22.74	c preprocessing time : 22.622
22.44/22.74	
22.44/22.74	c Nary constraints - conflicts : 0 supports : 0
22.44/22.74	c Binary constraints - conflicts : 0 supports :84
22.44/22.74	c max arity constraint : 2
22.44/22.74	c Max Tuples generated 0
22.44/22.74	c relations : 84
22.44/22.74	c relations BDD: 0
22.44/22.74	c sampling 0/0
22.44/22.74	c vars : 7201 - clauses :  674680
22.44/22.74	
22.50/22.81	 
22.50/22.81	c --- SAT Solver Stats ---
22.50/22.81	 
311.34/314.43	c restarts              : 14
311.34/314.43	c conflicts             : 43035          (149 /sec)
311.34/314.43	c decisions             : 89022          (1.61 % random) (308 /sec)
311.34/314.43	c propagations          : 37819836       (131047 /sec)
311.34/314.43	c conflict literals     : 21665997       (19.78 % deleted)
311.34/314.43	c Memory used           : 138.36 MB
311.34/314.43	c CPU time              : 288.598 s
311.34/314.43	
311.34/314.43	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-1100520-1215287223/watcher-1100520-1215287223 -o /tmp/evaluation-result-1100520-1215287223/solver-1100520-1215287223 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/galacM.sh HOME/instance-1100520-1215287223.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.00 2.00 2.00 4/81 23244
/proc/meminfo: memFree=1724008/2055920 swapFree=4174728/4192956
[pid=23244] ppid=23242 vsize=8652 CPUtime=0
/proc/23244/stat : 23244 (galacM.sh) S 23242 23244 21943 0 -1 4194304 346 0 0 0 0 0 0 0 16 0 1 0 1013124856 8859648 280 996147200 4194304 4520092 548682068832 18446744073709551615 266134023002 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/23244/statm: 2163 280 208 79 0 156 0
[pid=23245] ppid=23244 vsize=8688 CPUtime=0
/proc/23245/stat : 23245 (galacM.sh) S 23244 23244 21943 0 -1 4194368 36 0 0 0 0 0 0 0 17 0 1 0 1013124856 8896512 286 996147200 4194304 4520092 548682068832 18446744073709551615 266134585426 0 0 4096 73728 18446744071563648864 0 0 17 1 0 0
/proc/23245/statm: 2172 286 209 79 0 165 0
[pid=23246] ppid=23245 vsize=8728 CPUtime=0
/proc/23246/stat : 23246 (galacM.sh) R 23245 23244 21943 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 1 0 1013124856 8937472 290 996147200 4194304 4520092 548682068832 18446744073709551615 266134416679 0 0 3674112 73728 0 0 0 17 1 0 0
/proc/23246/statm: 2182 290 209 79 0 175 0

[startup+0.075881 s]
/proc/loadavg: 2.00 2.00 2.00 4/81 23244
/proc/meminfo: memFree=1724008/2055920 swapFree=4174728/4192956
[pid=23244] ppid=23242 vsize=47540 CPUtime=0.01
/proc/23244/stat : 23244 (galacM.sh) S 23242 23244 21943 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 1013124856 48680960 364 996147200 4194304 4520092 548682068832 18446744073709551615 266134023002 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/23244/statm: 11885 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47540

[startup+0.102592 s]
/proc/loadavg: 2.00 2.00 2.00 4/81 23244
/proc/meminfo: memFree=1724008/2055920 swapFree=4174728/4192956
[pid=23244] ppid=23242 vsize=47540 CPUtime=0.01
/proc/23244/stat : 23244 (galacM.sh) S 23242 23244 21943 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 1013124856 48680960 364 996147200 4194304 4520092 548682068832 18446744073709551615 266134023002 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/23244/statm: 11885 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47540

[startup+0.301629 s]
/proc/loadavg: 2.00 2.00 2.00 4/81 23244
/proc/meminfo: memFree=1724008/2055920 swapFree=4174728/4192956
[pid=23244] ppid=23242 vsize=47540 CPUtime=0.01
/proc/23244/stat : 23244 (galacM.sh) S 23242 23244 21943 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 1013124856 48680960 364 996147200 4194304 4520092 548682068832 18446744073709551615 266134023002 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/23244/statm: 11885 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47540

[startup+0.701711 s]
/proc/loadavg: 2.00 2.00 2.00 4/81 23244
/proc/meminfo: memFree=1724008/2055920 swapFree=4174728/4192956
[pid=23244] ppid=23242 vsize=47540 CPUtime=0.01
/proc/23244/stat : 23244 (galacM.sh) S 23242 23244 21943 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 1013124856 48680960 364 996147200 4194304 4520092 548682068832 18446744073709551615 266134023002 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/23244/statm: 11885 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47540

[startup+1.50286 s]
/proc/loadavg: 2.00 2.00 2.00 3/91 23266
/proc/meminfo: memFree=1645592/2055920 swapFree=4174728/4192956
[pid=23244] ppid=23242 vsize=47540 CPUtime=0.01
/proc/23244/stat : 23244 (galacM.sh) S 23242 23244 21943 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 1013124856 48680960 364 996147200 4194304 4520092 548682068832 18446744073709551615 266134023002 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/23244/statm: 11885 364 245 79 0 219 0
[pid=23258] ppid=23244 vsize=813652 CPUtime=1.45
/proc/23258/stat : 23258 (java) S 23244 23244 21943 0 -1 0 23117 0 1 0 134 11 0 0 18 0 9 0 1013124859 833179648 22535 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23258/statm: 203413 22535 1888 9 0 197394 0
[pid=23258/tid=23259] ppid=23244 vsize=813652 CPUtime=1.18
/proc/23258/task/23259/stat : 23259 (java) R 23244 23244 21943 0 -1 64 14478 0 1 0 112 6 0 0 25 0 9 0 1013124860 833179648 22535 996147200 134512640 134550740 4294955600 18446744073709551615 4125978151 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23258/tid=23260] ppid=23244 vsize=813652 CPUtime=0.1
/proc/23258/task/23260/stat : 23260 (java) S 23244 23244 21943 0 -1 64 7187 0 0 0 8 2 0 0 16 0 9 0 1013124862 833179648 22535 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23258/tid=23261] ppid=23244 vsize=813652 CPUtime=0
/proc/23258/task/23261/stat : 23261 (java) S 23244 23244 21943 0 -1 64 11 0 0 0 0 0 0 0 19 0 9 0 1013124862 833179648 22535 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23258/tid=23262] ppid=23244 vsize=813652 CPUtime=0
/proc/23258/task/23262/stat : 23262 (java) S 23244 23244 21943 0 -1 64 3 0 0 0 0 0 0 0 20 0 9 0 1013124862 833179648 22535 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23258/tid=23263] ppid=23244 vsize=813652 CPUtime=0
/proc/23258/task/23263/stat : 23263 (java) S 23244 23244 21943 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1013124864 833179648 22535 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23258/tid=23264] ppid=23244 vsize=813652 CPUtime=0.12
/proc/23258/task/23264/stat : 23264 (java) S 23244 23244 21943 0 -1 64 753 0 0 0 12 0 0 0 16 0 9 0 1013124864 833179648 22535 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23258/tid=23265] ppid=23244 vsize=813652 CPUtime=0
/proc/23258/task/23265/stat : 23265 (java) S 23244 23244 21943 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1013124864 833179648 22535 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23258/tid=23266] ppid=23244 vsize=813652 CPUtime=0
/proc/23258/task/23266/stat : 23266 (java) S 23244 23244 21943 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 1013124864 833179648 22535 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 861192

[startup+3.10216 s]
/proc/loadavg: 2.00 2.00 2.00 3/91 23266
/proc/meminfo: memFree=1635096/2055920 swapFree=4174728/4192956
[pid=23244] ppid=23242 vsize=47540 CPUtime=0.01
/proc/23244/stat : 23244 (galacM.sh) S 23242 23244 21943 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 1013124856 48680960 364 996147200 4194304 4520092 548682068832 18446744073709551615 266134023002 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/23244/statm: 11885 364 245 79 0 219 0
[pid=23258] ppid=23244 vsize=813652 CPUtime=3.03
/proc/23258/stat : 23258 (java) S 23244 23244 21943 0 -1 0 24426 0 1 0 291 12 0 0 18 0 9 0 1013124859 833179648 23840 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23258/statm: 203413 23840 1891 9 0 197394 0
[pid=23258/tid=23259] ppid=23244 vsize=813652 CPUtime=2.68
/proc/23258/task/23259/stat : 23259 (java) R 23244 23244 21943 0 -1 64 14491 0 1 0 262 6 0 0 25 0 9 0 1013124860 833179648 23840 996147200 134512640 134550740 4294955600 18446744073709551615 4126835816 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23258/tid=23260] ppid=23244 vsize=813652 CPUtime=0.16
/proc/23258/task/23260/stat : 23260 (java) S 23244 23244 21943 0 -1 64 8459 0 0 0 13 3 0 0 16 0 9 0 1013124862 833179648 23840 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23258/tid=23261] ppid=23244 vsize=813652 CPUtime=0
/proc/23258/task/23261/stat : 23261 (java) S 23244 23244 21943 0 -1 64 11 0 0 0 0 0 0 0 19 0 9 0 1013124862 833179648 23840 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23258/tid=23262] ppid=23244 vsize=813652 CPUtime=0
/proc/23258/task/23262/stat : 23262 (java) S 23244 23244 21943 0 -1 64 3 0 0 0 0 0 0 0 20 0 9 0 1013124862 833179648 23840 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23258/tid=23263] ppid=23244 vsize=813652 CPUtime=0
/proc/23258/task/23263/stat : 23263 (java) S 23244 23244 21943 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1013124864 833179648 23840 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23258/tid=23264] ppid=23244 vsize=813652 CPUtime=0.16
/proc/23258/task/23264/stat : 23264 (java) S 23244 23244 21943 0 -1 64 777 0 0 0 15 1 0 0 16 0 9 0 1013124864 833179648 23840 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23258/tid=23265] ppid=23244 vsize=813652 CPUtime=0
/proc/23258/task/23265/stat : 23265 (java) S 23244 23244 21943 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1013124864 833179648 23840 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23258/tid=23266] ppid=23244 vsize=813652 CPUtime=0
/proc/23258/task/23266/stat : 23266 (java) S 23244 23244 21943 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 1013124864 833179648 23840 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) 861192

[startup+6.30277 s]
/proc/loadavg: 2.00 2.00 2.00 3/91 23266
/proc/meminfo: memFree=1619864/2055920 swapFree=4174728/4192956
[pid=23244] ppid=23242 vsize=47540 CPUtime=0.01
/proc/23244/stat : 23244 (galacM.sh) S 23242 23244 21943 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 1013124856 48680960 364 996147200 4194304 4520092 548682068832 18446744073709551615 266134023002 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/23244/statm: 11885 364 245 79 0 219 0
[pid=23258] ppid=23244 vsize=813784 CPUtime=6.19
/proc/23258/stat : 23258 (java) S 23244 23244 21943 0 -1 0 27993 0 1 0 604 15 0 0 18 0 9 0 1013124859 833314816 27400 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23258/statm: 203446 27400 1913 9 0 197427 0
[pid=23258/tid=23259] ppid=23244 vsize=813784 CPUtime=5.64
/proc/23258/task/23259/stat : 23259 (java) R 23244 23244 21943 0 -1 64 14538 0 1 0 556 8 0 0 25 0 9 0 1013124860 833314816 27400 996147200 134512640 134550740 4294955600 18446744073709551615 4126893987 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23258/tid=23260] ppid=23244 vsize=813784 CPUtime=0.31
/proc/23258/task/23260/stat : 23260 (java) S 23244 23244 21943 0 -1 64 11936 0 0 0 26 5 0 0 16 0 9 0 1013124862 833314816 27400 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23258/tid=23261] ppid=23244 vsize=813784 CPUtime=0
/proc/23258/task/23261/stat : 23261 (java) S 23244 23244 21943 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1013124862 833314816 27400 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23258/tid=23262] ppid=23244 vsize=813784 CPUtime=0
/proc/23258/task/23262/stat : 23262 (java) S 23244 23244 21943 0 -1 64 3 0 0 0 0 0 0 0 20 0 9 0 1013124862 833314816 27400 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23258/tid=23263] ppid=23244 vsize=813784 CPUtime=0
/proc/23258/task/23263/stat : 23263 (java) S 23244 23244 21943 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1013124864 833314816 27400 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23258/tid=23264] ppid=23244 vsize=813784 CPUtime=0.22
/proc/23258/task/23264/stat : 23264 (java) S 23244 23244 21943 0 -1 64 820 0 0 0 21 1 0 0 16 0 9 0 1013124864 833314816 27400 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23258/tid=23265] ppid=23244 vsize=813784 CPUtime=0
/proc/23258/task/23265/stat : 23265 (java) S 23244 23244 21943 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1013124864 833314816 27400 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23258/tid=23266] ppid=23244 vsize=813784 CPUtime=0
/proc/23258/task/23266/stat : 23266 (java) S 23244 23244 21943 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 1013124864 833314816 27400 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.2
Current children cumulated vsize (KiB) 861324

[startup+12.703 s]
/proc/loadavg: 2.00 2.00 2.00 3/91 23266
/proc/meminfo: memFree=1614232/2055920 swapFree=4174728/4192956
[pid=23244] ppid=23242 vsize=47540 CPUtime=0.01
/proc/23244/stat : 23244 (galacM.sh) S 23242 23244 21943 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 1013124856 48680960 364 996147200 4194304 4520092 548682068832 18446744073709551615 266134023002 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/23244/statm: 11885 364 245 79 0 219 0
[pid=23258] ppid=23244 vsize=813784 CPUtime=12.54
/proc/23258/stat : 23258 (java) S 23244 23244 21943 0 -1 0 28007 0 1 0 1236 18 0 0 18 0 9 0 1013124859 833314816 27400 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23258/statm: 203446 27400 1913 9 0 197427 0
[pid=23258/tid=23259] ppid=23244 vsize=813784 CPUtime=11.97
/proc/23258/task/23259/stat : 23259 (java) R 23244 23244 21943 0 -1 64 14552 0 1 0 1187 10 0 0 25 0 9 0 1013124860 833314816 27400 996147200 134512640 134550740 4294955600 18446744073709551615 4126958012 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23258/tid=23260] ppid=23244 vsize=813784 CPUtime=0.32
/proc/23258/task/23260/stat : 23260 (java) S 23244 23244 21943 0 -1 64 11936 0 0 0 27 5 0 0 16 0 9 0 1013124862 833314816 27400 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23258/tid=23261] ppid=23244 vsize=813784 CPUtime=0
/proc/23258/task/23261/stat : 23261 (java) S 23244 23244 21943 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1013124862 833314816 27400 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23258/tid=23262] ppid=23244 vsize=813784 CPUtime=0
/proc/23258/task/23262/stat : 23262 (java) S 23244 23244 21943 0 -1 64 3 0 0 0 0 0 0 0 20 0 9 0 1013124862 833314816 27400 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23258/tid=23263] ppid=23244 vsize=813784 CPUtime=0
/proc/23258/task/23263/stat : 23263 (java) S 23244 23244 21943 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1013124864 833314816 27400 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23258/tid=23264] ppid=23244 vsize=813784 CPUtime=0.22
/proc/23258/task/23264/stat : 23264 (java) S 23244 23244 21943 0 -1 64 820 0 0 0 21 1 0 0 16 0 9 0 1013124864 833314816 27400 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23258/tid=23265] ppid=23244 vsize=813784 CPUtime=0
/proc/23258/task/23265/stat : 23265 (java) S 23244 23244 21943 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1013124864 833314816 27400 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23258/tid=23266] ppid=23244 vsize=813784 CPUtime=0
/proc/23258/task/23266/stat : 23266 (java) S 23244 23244 21943 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 1013124864 833314816 27400 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.55
Current children cumulated vsize (KiB) 861324

[startup+25.5014 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 23267
/proc/meminfo: memFree=1677656/2055920 swapFree=4174728/4192956
[pid=23244] ppid=23242 vsize=47540 CPUtime=22.52
/proc/23244/stat : 23244 (galacM.sh) S 23242 23244 21943 0 -1 4194304 799 29746 0 1 0 0 2227 25 17 0 1 0 1013124856 48680960 364 996147200 4194304 4520092 548682068832 18446744073709551615 266134023002 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/23244/statm: 11885 364 245 79 0 219 0
[pid=23267] ppid=23244 vsize=34868 CPUtime=2.65
/proc/23267/stat : 23267 (minisat) R 23244 23244 21943 0 -1 4194304 8582 0 0 0 260 5 0 0 25 0 1 0 1013127137 35704832 8563 996147200 134512640 135136200 4294955968 18446744073709551615 134529504 0 0 4096 3 0 0 0 17 1 0 0
/proc/23267/statm: 8717 8563 57 152 0 8562 0
Current children cumulated CPU time (s) 25.17
Current children cumulated vsize (KiB) 82408

[startup+51.1013 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 23267
/proc/meminfo: memFree=1649688/2055920 swapFree=4174728/4192956
[pid=23244] ppid=23242 vsize=47540 CPUtime=22.52
/proc/23244/stat : 23244 (galacM.sh) S 23242 23244 21943 0 -1 4194304 799 29746 0 1 0 0 2227 25 17 0 1 0 1013124856 48680960 364 996147200 4194304 4520092 548682068832 18446744073709551615 266134023002 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/23244/statm: 11885 364 245 79 0 219 0
[pid=23267] ppid=23244 vsize=63324 CPUtime=28.01
/proc/23267/stat : 23267 (minisat) R 23244 23244 21943 0 -1 4194304 15689 0 0 0 2791 10 0 0 25 0 1 0 1013127137 64843776 15670 996147200 134512640 135136200 4294955968 18446744073709551615 134529518 0 0 4096 3 0 0 0 17 1 0 0
/proc/23267/statm: 15831 15670 57 152 0 15676 0
Current children cumulated CPU time (s) 50.53
Current children cumulated vsize (KiB) 110864

[startup+102.307 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 23267
/proc/meminfo: memFree=1625304/2055920 swapFree=4174728/4192956
[pid=23244] ppid=23242 vsize=47540 CPUtime=22.52
/proc/23244/stat : 23244 (galacM.sh) S 23242 23244 21943 0 -1 4194304 799 29746 0 1 0 0 2227 25 17 0 1 0 1013124856 48680960 364 996147200 4194304 4520092 548682068832 18446744073709551615 266134023002 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/23244/statm: 11885 364 245 79 0 219 0
[pid=23267] ppid=23244 vsize=87232 CPUtime=78.73
/proc/23267/stat : 23267 (minisat) R 23244 23244 21943 0 -1 4194304 21627 0 0 0 7858 15 0 0 25 0 1 0 1013127137 89325568 21608 996147200 134512640 135136200 4294955968 18446744073709551615 134529382 0 0 4096 3 0 0 0 17 1 0 0
/proc/23267/statm: 21808 21608 57 152 0 21653 0
Current children cumulated CPU time (s) 101.25
Current children cumulated vsize (KiB) 134772

[startup+162.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 23267
/proc/meminfo: memFree=1604760/2055920 swapFree=4174728/4192956
[pid=23244] ppid=23242 vsize=47540 CPUtime=22.52
/proc/23244/stat : 23244 (galacM.sh) S 23242 23244 21943 0 -1 4194304 799 29746 0 1 0 0 2227 25 17 0 1 0 1013124856 48680960 364 996147200 4194304 4520092 548682068832 18446744073709551615 266134023002 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/23244/statm: 11885 364 245 79 0 219 0
[pid=23267] ppid=23244 vsize=108568 CPUtime=138.15
/proc/23267/stat : 23267 (minisat) R 23244 23244 21943 0 -1 4194304 26841 0 0 0 13796 19 0 0 25 0 1 0 1013127137 111173632 26822 996147200 134512640 135136200 4294955968 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 1 0 0
/proc/23267/statm: 27142 26822 57 152 0 26987 0
Current children cumulated CPU time (s) 160.67
Current children cumulated vsize (KiB) 156108

[startup+222.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 23267
/proc/meminfo: memFree=1590488/2055920 swapFree=4174728/4192956
[pid=23244] ppid=23242 vsize=47540 CPUtime=22.52
/proc/23244/stat : 23244 (galacM.sh) S 23242 23244 21943 0 -1 4194304 799 29746 0 1 0 0 2227 25 17 0 1 0 1013124856 48680960 364 996147200 4194304 4520092 548682068832 18446744073709551615 266134023002 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/23244/statm: 11885 364 245 79 0 219 0
[pid=23267] ppid=23244 vsize=122704 CPUtime=197.58
/proc/23267/stat : 23267 (minisat) R 23244 23244 21943 0 -1 4194304 30252 0 0 0 19736 22 0 0 25 0 1 0 1013127137 125648896 30233 996147200 134512640 135136200 4294955968 18446744073709551615 134529504 0 0 4096 3 0 0 0 17 1 0 0
/proc/23267/statm: 30676 30233 57 152 0 30521 0
Current children cumulated CPU time (s) 220.1
Current children cumulated vsize (KiB) 170244

[startup+282.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 23267
/proc/meminfo: memFree=1578392/2055920 swapFree=4174728/4192956
[pid=23244] ppid=23242 vsize=47540 CPUtime=22.52
/proc/23244/stat : 23244 (galacM.sh) S 23242 23244 21943 0 -1 4194304 799 29746 0 1 0 0 2227 25 17 0 1 0 1013124856 48680960 364 996147200 4194304 4520092 548682068832 18446744073709551615 266134023002 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/23244/statm: 11885 364 245 79 0 219 0
[pid=23267] ppid=23244 vsize=135548 CPUtime=257.02
/proc/23267/stat : 23267 (minisat) R 23244 23244 21943 0 -1 4194304 33316 0 0 0 25677 25 0 0 25 0 1 0 1013127137 138801152 33297 996147200 134512640 135136200 4294955968 18446744073709551615 134529452 0 0 4096 3 0 0 0 17 1 0 0
/proc/23267/statm: 33887 33297 57 152 0 33732 0
Current children cumulated CPU time (s) 279.54
Current children cumulated vsize (KiB) 183088

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

[startup+294.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 23267
/proc/meminfo: memFree=1575832/2055920 swapFree=4174728/4192956
[pid=23244] ppid=23242 vsize=47540 CPUtime=22.52
/proc/23244/stat : 23244 (galacM.sh) S 23242 23244 21943 0 -1 4194304 799 29746 0 1 0 0 2227 25 17 0 1 0 1013124856 48680960 364 996147200 4194304 4520092 548682068832 18446744073709551615 266134023002 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/23244/statm: 11885 364 245 79 0 219 0
[pid=23267] ppid=23244 vsize=138216 CPUtime=268.91
/proc/23267/stat : 23267 (minisat) R 23244 23244 21943 0 -1 4194304 33989 0 0 0 26866 25 0 0 25 0 1 0 1013127137 141533184 33970 996147200 134512640 135136200 4294955968 18446744073709551615 134529382 0 0 4096 3 0 0 0 17 1 0 0
/proc/23267/statm: 34554 33970 57 152 0 34399 0
Current children cumulated CPU time (s) 291.43
Current children cumulated vsize (KiB) 185756

[startup+307.103 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 23267
/proc/meminfo: memFree=1573080/2055920 swapFree=4174728/4192956
[pid=23244] ppid=23242 vsize=47540 CPUtime=22.52
/proc/23244/stat : 23244 (galacM.sh) S 23242 23244 21943 0 -1 4194304 799 29746 0 1 0 0 2227 25 17 0 1 0 1013124856 48680960 364 996147200 4194304 4520092 548682068832 18446744073709551615 266134023002 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/23244/statm: 11885 364 245 79 0 219 0
[pid=23267] ppid=23244 vsize=140728 CPUtime=281.59
/proc/23267/stat : 23267 (minisat) R 23244 23244 21943 0 -1 4194304 34601 0 0 0 28133 26 0 0 25 0 1 0 1013127137 144105472 34582 996147200 134512640 135136200 4294955968 18446744073709551615 134529504 0 0 4096 3 0 0 0 17 1 0 0
/proc/23267/statm: 35182 34582 57 152 0 35027 0
Current children cumulated CPU time (s) 304.11
Current children cumulated vsize (KiB) 188268

[startup+310.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 23267
/proc/meminfo: memFree=1572824/2055920 swapFree=4174728/4192956
[pid=23244] ppid=23242 vsize=47540 CPUtime=22.52
/proc/23244/stat : 23244 (galacM.sh) S 23242 23244 21943 0 -1 4194304 799 29746 0 1 0 0 2227 25 17 0 1 0 1013124856 48680960 364 996147200 4194304 4520092 548682068832 18446744073709551615 266134023002 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/23244/statm: 11885 364 245 79 0 219 0
[pid=23267] ppid=23244 vsize=141136 CPUtime=284.75
/proc/23267/stat : 23267 (minisat) R 23244 23244 21943 0 -1 4194304 34673 0 0 0 28449 26 0 0 25 0 1 0 1013127137 144523264 34654 996147200 134512640 135136200 4294955968 18446744073709551615 134529382 0 0 4096 3 0 0 0 17 1 0 0
/proc/23267/statm: 35284 34654 57 152 0 35129 0
Current children cumulated CPU time (s) 307.27
Current children cumulated vsize (KiB) 188676

[startup+311.902 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 23267
/proc/meminfo: memFree=1572696/2055920 swapFree=4174728/4192956
[pid=23244] ppid=23242 vsize=47540 CPUtime=22.52
/proc/23244/stat : 23244 (galacM.sh) S 23242 23244 21943 0 -1 4194304 799 29746 0 1 0 0 2227 25 17 0 1 0 1013124856 48680960 364 996147200 4194304 4520092 548682068832 18446744073709551615 266134023002 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/23244/statm: 11885 364 245 79 0 219 0
[pid=23267] ppid=23244 vsize=141284 CPUtime=286.34
/proc/23267/stat : 23267 (minisat) R 23244 23244 21943 0 -1 4194304 34720 0 0 0 28608 26 0 0 25 0 1 0 1013127137 144674816 34701 996147200 134512640 135136200 4294955968 18446744073709551615 134529373 0 0 4096 3 0 0 0 17 1 0 0
/proc/23267/statm: 35321 34701 57 152 0 35166 0
Current children cumulated CPU time (s) 308.86
Current children cumulated vsize (KiB) 188824

[startup+313.506 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 23267
/proc/meminfo: memFree=1572184/2055920 swapFree=4174728/4192956
[pid=23244] ppid=23242 vsize=47540 CPUtime=22.52
/proc/23244/stat : 23244 (galacM.sh) S 23242 23244 21943 0 -1 4194304 799 29746 0 1 0 0 2227 25 17 0 1 0 1013124856 48680960 364 996147200 4194304 4520092 548682068832 18446744073709551615 266134023002 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/23244/statm: 11885 364 245 79 0 219 0
[pid=23267] ppid=23244 vsize=141680 CPUtime=287.93
/proc/23267/stat : 23267 (minisat) R 23244 23244 21943 0 -1 4194304 34811 0 0 0 28767 26 0 0 25 0 1 0 1013127137 145080320 34792 996147200 134512640 135136200 4294955968 18446744073709551615 134529518 0 0 4096 3 0 0 0 17 1 0 0
/proc/23267/statm: 35420 34792 57 152 0 35265 0
Current children cumulated CPU time (s) 310.45
Current children cumulated vsize (KiB) 189220

[startup+313.901 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 23267
/proc/meminfo: memFree=1572184/2055920 swapFree=4174728/4192956
[pid=23244] ppid=23242 vsize=47540 CPUtime=22.52
/proc/23244/stat : 23244 (galacM.sh) S 23242 23244 21943 0 -1 4194304 799 29746 0 1 0 0 2227 25 17 0 1 0 1013124856 48680960 364 996147200 4194304 4520092 548682068832 18446744073709551615 266134023002 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/23244/statm: 11885 364 245 79 0 219 0
[pid=23267] ppid=23244 vsize=141680 CPUtime=288.32
/proc/23267/stat : 23267 (minisat) R 23244 23244 21943 0 -1 4194304 34824 0 0 0 28806 26 0 0 25 0 1 0 1013127137 145080320 34805 996147200 134512640 135136200 4294955968 18446744073709551615 134529527 0 0 4096 3 0 0 0 17 1 0 0
/proc/23267/statm: 35420 34805 57 152 0 35265 0
Current children cumulated CPU time (s) 310.84
Current children cumulated vsize (KiB) 189220

[startup+314.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 23267
/proc/meminfo: memFree=1572184/2055920 swapFree=4174728/4192956
[pid=23244] ppid=23242 vsize=47540 CPUtime=22.52
/proc/23244/stat : 23244 (galacM.sh) S 23242 23244 21943 0 -1 4194304 799 29746 0 1 0 0 2227 25 17 0 1 0 1013124856 48680960 364 996147200 4194304 4520092 548682068832 18446744073709551615 266134023002 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/23244/statm: 11885 364 245 79 0 219 0
[pid=23267] ppid=23244 vsize=141680 CPUtime=288.72
/proc/23267/stat : 23267 (minisat) R 23244 23244 21943 0 -1 4194304 34825 0 0 0 28846 26 0 0 25 0 1 0 1013127137 145080320 34806 996147200 134512640 135136200 4294955968 18446744073709551615 134529527 0 0 4096 3 0 0 0 17 1 0 0
/proc/23267/statm: 35420 34806 57 152 0 35265 0
Current children cumulated CPU time (s) 311.24
Current children cumulated vsize (KiB) 189220

[startup+314.401 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 23267
/proc/meminfo: memFree=1572184/2055920 swapFree=4174728/4192956
[pid=23244] ppid=23242 vsize=47540 CPUtime=22.52
/proc/23244/stat : 23244 (galacM.sh) S 23242 23244 21943 0 -1 4194304 799 29746 0 1 0 0 2227 25 17 0 1 0 1013124856 48680960 364 996147200 4194304 4520092 548682068832 18446744073709551615 266134023002 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/23244/statm: 11885 364 245 79 0 219 0
[pid=23267] ppid=23244 vsize=141680 CPUtime=288.82
/proc/23267/stat : 23267 (minisat) R 23244 23244 21943 0 -1 4194304 34825 0 0 0 28856 26 0 0 25 0 1 0 1013127137 145080320 34806 996147200 134512640 135136200 4294955968 18446744073709551615 134529382 0 0 4096 3 0 0 0 17 1 0 0
/proc/23267/statm: 35420 34806 57 152 0 35265 0
Current children cumulated CPU time (s) 311.34
Current children cumulated vsize (KiB) 189220

Child status: 0
Real time (s): 314.474
CPU time (s): 311.435
CPU user time (s): 310.878
CPU system time (s): 0.556915
CPU usage (%): 99.0334
Max. virtual memory (cumulated for all children) (KiB): 861324

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 310.878
system time used= 0.556915
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 65589
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= 1762
involuntary context switches= 14233

runsolver used 0.378942 second user time and 1.06484 second system time

The end

Launcher Data (download as text)

Begin job on node35 at 2008-07-05 21:47:03
IDJOB=1100520
IDBENCH=59928
IDSOLVER=350
FILE ID=node35/1100520-1215287223
PBS_JOBID= 7882294
Free space on /tmp= 66472 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 3f54aac156e01bc9d1a303b6d2aeb902
RANDOM SEED=965202861

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

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

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1724488 kB
Buffers:         50916 kB
Cached:         196848 kB
SwapCached:      12200 kB
Active:         181924 kB
Inactive:        93564 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1724488 kB
SwapTotal:     4192956 kB
SwapFree:      4174728 kB
Dirty:            5140 kB
Writeback:           0 kB
Mapped:          43876 kB
Slab:            41024 kB
Committed_AS:  1703892 kB
PageTables:       1880 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= 66468 MiB
End job on node35 at 2008-07-05 21:52:18