Trace number 1066232

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 261.355 263.67

General information on the benchmark

Namecsp/wordsVg/
normalized-crossword-m1c-words-vg9-12_ext.xml
MD5SUM3ca03550766515c697c9103aafe1dd7f
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark3.54246
Satisfiable
(Un)Satisfiability was proved
Number of variables108
Number of constraints21
Maximum constraint arity12
Maximum domain size26
Number of constraints which are defined in extension21
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.80	c start processing
0.01/0.80	c start relation processing
0.95/1.09	c start cnf exporting
23.72/24.07	c parsing time : 0.678
23.72/24.07	c preprocessing time : 23.939
23.72/24.07	
23.72/24.07	c Nary constraints - conflicts : 0 supports : 21
23.72/24.07	c Binary constraints - conflicts : 0 supports :0
23.72/24.07	c max arity constraint : 12
23.72/24.07	c Max Tuples generated 0
23.72/24.07	c relations : 2
23.72/24.07	c relations BDD: 2
23.72/24.07	c sampling 0/0
23.72/24.07	c vars : 200395 - clauses :  711699
23.72/24.07	
23.72/24.09	 
23.72/24.09	c --- SAT Solver Stats ---
23.72/24.09	 
261.25/263.65	c restarts              : 14
261.25/263.65	c conflicts             : 57647          (243 /sec)
261.25/263.65	c decisions             : 177905         (1.94 % random) (749 /sec)
261.25/263.65	c propagations          : 451824149      (1903316 /sec)
261.25/263.65	c conflict literals     : 1551303        (27.23 % deleted)
261.25/263.65	c Memory used           : 52.18 MB
261.25/263.65	c CPU time              : 237.388 s
261.25/263.65	
261.25/263.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-1066232-1215147385/watcher-1066232-1215147385 -o /tmp/evaluation-result-1066232-1215147385/solver-1066232-1215147385 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/galacM.sh HOME/instance-1066232-1215147385.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.33 2.29 2.18 4/83 6624
/proc/meminfo: memFree=1139848/2055920 swapFree=4117692/4192956
[pid=6624] ppid=6622 vsize=8652 CPUtime=0
/proc/6624/stat : 6624 (galacM.sh) S 6622 6624 3852 0 -1 4194304 346 0 0 0 0 0 0 0 16 0 1 0 1993710802 8859648 280 996147200 4194304 4520092 548682068832 18446744073709551615 208717146970 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/6624/statm: 2163 280 208 79 0 156 0
[pid=6625] ppid=6624 vsize=8688 CPUtime=0
/proc/6625/stat : 6625 (galacM.sh) S 6624 6624 3852 0 -1 4194368 36 0 0 0 0 0 0 0 17 0 1 0 1993710803 8896512 286 996147200 4194304 4520092 548682068832 18446744073709551615 208717709394 0 0 4096 73728 18446744071563648864 0 0 17 1 0 0
/proc/6625/statm: 2172 286 209 79 0 165 0
[pid=6626] ppid=6625 vsize=8728 CPUtime=0
/proc/6626/stat : 6626 (galacM.sh) R 6625 6624 3852 0 -1 4194368 25 0 0 0 0 0 0 0 19 0 1 0 1993710803 8937472 290 996147200 4194304 4520092 548682068832 18446744073709551615 208717540647 0 0 3674112 73728 0 0 0 17 1 0 0
/proc/6626/statm: 2182 290 209 79 0 175 0

[startup+0.0666421 s]
/proc/loadavg: 2.33 2.29 2.18 4/83 6624
/proc/meminfo: memFree=1139848/2055920 swapFree=4117692/4192956
[pid=6624] ppid=6622 vsize=47588 CPUtime=0.01
/proc/6624/stat : 6624 (galacM.sh) S 6622 6624 3852 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 1993710802 48730112 364 996147200 4194304 4520092 548682068832 18446744073709551615 208717146970 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/6624/statm: 11897 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47588

[startup+0.101648 s]
/proc/loadavg: 2.33 2.29 2.18 4/83 6624
/proc/meminfo: memFree=1139848/2055920 swapFree=4117692/4192956
[pid=6624] ppid=6622 vsize=47588 CPUtime=0.01
/proc/6624/stat : 6624 (galacM.sh) S 6622 6624 3852 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 1993710802 48730112 364 996147200 4194304 4520092 548682068832 18446744073709551615 208717146970 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/6624/statm: 11897 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47588

[startup+0.301681 s]
/proc/loadavg: 2.33 2.29 2.18 4/83 6624
/proc/meminfo: memFree=1139848/2055920 swapFree=4117692/4192956
[pid=6624] ppid=6622 vsize=47588 CPUtime=0.01
/proc/6624/stat : 6624 (galacM.sh) S 6622 6624 3852 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 1993710802 48730112 364 996147200 4194304 4520092 548682068832 18446744073709551615 208717146970 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/6624/statm: 11897 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47588

[startup+0.70176 s]
/proc/loadavg: 2.33 2.29 2.18 4/83 6624
/proc/meminfo: memFree=1139848/2055920 swapFree=4117692/4192956
[pid=6624] ppid=6622 vsize=47588 CPUtime=0.01
/proc/6624/stat : 6624 (galacM.sh) S 6622 6624 3852 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 1993710802 48730112 364 996147200 4194304 4520092 548682068832 18446744073709551615 208717146970 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/6624/statm: 11897 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47588

[startup+1.50291 s]
/proc/loadavg: 2.33 2.29 2.18 3/93 6646
/proc/meminfo: memFree=1097656/2055920 swapFree=4117692/4192956
[pid=6624] ppid=6622 vsize=47588 CPUtime=0.01
/proc/6624/stat : 6624 (galacM.sh) S 6622 6624 3852 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 1993710802 48730112 364 996147200 4194304 4520092 548682068832 18446744073709551615 208717146970 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/6624/statm: 11897 364 245 79 0 219 0
[pid=6638] ppid=6624 vsize=812760 CPUtime=1.44
/proc/6638/stat : 6638 (java) S 6624 6624 3852 0 -1 0 21460 0 1 0 133 11 0 0 18 0 9 0 1993710806 832266240 20883 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/6638/statm: 203190 20883 1910 9 0 197171 0
[pid=6638/tid=6639] ppid=6624 vsize=812760 CPUtime=1.1
/proc/6638/task/6639/stat : 6639 (java) R 6624 6624 3852 0 -1 64 14515 0 1 0 103 7 0 0 19 0 9 0 1993710807 832266240 20883 996147200 134512640 134550740 4294955616 18446744073709551615 4126916219 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6638/tid=6640] ppid=6624 vsize=812760 CPUtime=0.1
/proc/6638/task/6640/stat : 6640 (java) S 6624 6624 3852 0 -1 64 5430 0 0 0 8 2 0 0 17 0 9 0 1993710809 832266240 20883 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=6638/tid=6641] ppid=6624 vsize=812760 CPUtime=0
/proc/6638/task/6641/stat : 6641 (java) S 6624 6624 3852 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1993710809 832266240 20883 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6638/tid=6642] ppid=6624 vsize=812760 CPUtime=0
/proc/6638/task/6642/stat : 6642 (java) S 6624 6624 3852 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1993710809 832266240 20883 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6638/tid=6643] ppid=6624 vsize=812760 CPUtime=0
/proc/6638/task/6643/stat : 6643 (java) S 6624 6624 3852 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1993710811 832266240 20883 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6638/tid=6644] ppid=6624 vsize=812760 CPUtime=0.2
/proc/6638/task/6644/stat : 6644 (java) S 6624 6624 3852 0 -1 64 816 0 0 0 20 0 0 0 15 0 9 0 1993710811 832266240 20883 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6638/tid=6645] ppid=6624 vsize=812760 CPUtime=0
/proc/6638/task/6645/stat : 6645 (java) S 6624 6624 3852 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 1993710811 832266240 20883 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6638/tid=6646] ppid=6624 vsize=812760 CPUtime=0
/proc/6638/task/6646/stat : 6646 (java) S 6624 6624 3852 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1993710811 832266240 20883 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 860348

[startup+3.10221 s]
/proc/loadavg: 2.30 2.28 2.18 3/93 6646
/proc/meminfo: memFree=1056568/2055920 swapFree=4117692/4192956
[pid=6624] ppid=6622 vsize=47588 CPUtime=0.01
/proc/6624/stat : 6624 (galacM.sh) S 6622 6624 3852 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 1993710802 48730112 364 996147200 4194304 4520092 548682068832 18446744073709551615 208717146970 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/6624/statm: 11897 364 245 79 0 219 0
[pid=6638] ppid=6624 vsize=812760 CPUtime=3.02
/proc/6638/stat : 6638 (java) S 6624 6624 3852 0 -1 0 22852 0 1 0 290 12 0 0 18 0 9 0 1993710806 832266240 22271 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/6638/statm: 203190 22271 1910 9 0 197171 0
[pid=6638/tid=6639] ppid=6624 vsize=812760 CPUtime=2.67
/proc/6638/task/6639/stat : 6639 (java) R 6624 6624 3852 0 -1 64 14522 0 1 0 259 8 0 0 25 0 9 0 1993710807 832266240 22271 996147200 134512640 134550740 4294955616 18446744073709551615 4126095813 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6638/tid=6640] ppid=6624 vsize=812760 CPUtime=0.13
/proc/6638/task/6640/stat : 6640 (java) S 6624 6624 3852 0 -1 64 6810 0 0 0 10 3 0 0 16 0 9 0 1993710809 832266240 22271 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=6638/tid=6641] ppid=6624 vsize=812760 CPUtime=0
/proc/6638/task/6641/stat : 6641 (java) S 6624 6624 3852 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1993710809 832266240 22271 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6638/tid=6642] ppid=6624 vsize=812760 CPUtime=0
/proc/6638/task/6642/stat : 6642 (java) S 6624 6624 3852 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1993710809 832266240 22271 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6638/tid=6643] ppid=6624 vsize=812760 CPUtime=0
/proc/6638/task/6643/stat : 6643 (java) S 6624 6624 3852 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1993710811 832266240 22271 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6638/tid=6644] ppid=6624 vsize=812760 CPUtime=0.21
/proc/6638/task/6644/stat : 6644 (java) S 6624 6624 3852 0 -1 64 821 0 0 0 21 0 0 0 15 0 9 0 1993710811 832266240 22271 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6638/tid=6645] ppid=6624 vsize=812760 CPUtime=0
/proc/6638/task/6645/stat : 6645 (java) S 6624 6624 3852 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 1993710811 832266240 22271 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6638/tid=6646] ppid=6624 vsize=812760 CPUtime=0
/proc/6638/task/6646/stat : 6646 (java) S 6624 6624 3852 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1993710811 832266240 22271 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.03
Current children cumulated vsize (KiB) 860348

[startup+6.30281 s]
/proc/loadavg: 2.30 2.28 2.18 3/93 6646
/proc/meminfo: memFree=1054648/2055920 swapFree=4117692/4192956
[pid=6624] ppid=6622 vsize=47588 CPUtime=0.01
/proc/6624/stat : 6624 (galacM.sh) S 6622 6624 3852 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 1993710802 48730112 364 996147200 4194304 4520092 548682068832 18446744073709551615 208717146970 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/6624/statm: 11897 364 245 79 0 219 0
[pid=6638] ppid=6624 vsize=812760 CPUtime=6.19
/proc/6638/stat : 6638 (java) S 6624 6624 3852 0 -1 0 22861 0 1 0 606 13 0 0 18 0 9 0 1993710806 832266240 22274 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/6638/statm: 203190 22274 1910 9 0 197171 0
[pid=6638/tid=6639] ppid=6624 vsize=812760 CPUtime=5.82
/proc/6638/task/6639/stat : 6639 (java) R 6624 6624 3852 0 -1 64 14528 0 1 0 573 9 0 0 25 0 9 0 1993710807 832266240 22274 996147200 134512640 134550740 4294955616 18446744073709551615 4126909500 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6638/tid=6640] ppid=6624 vsize=812760 CPUtime=0.13
/proc/6638/task/6640/stat : 6640 (java) S 6624 6624 3852 0 -1 64 6810 0 0 0 10 3 0 0 16 0 9 0 1993710809 832266240 22274 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=6638/tid=6641] ppid=6624 vsize=812760 CPUtime=0
/proc/6638/task/6641/stat : 6641 (java) S 6624 6624 3852 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1993710809 832266240 22274 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6638/tid=6642] ppid=6624 vsize=812760 CPUtime=0
/proc/6638/task/6642/stat : 6642 (java) S 6624 6624 3852 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1993710809 832266240 22274 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6638/tid=6643] ppid=6624 vsize=812760 CPUtime=0
/proc/6638/task/6643/stat : 6643 (java) S 6624 6624 3852 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1993710811 832266240 22274 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6638/tid=6644] ppid=6624 vsize=812760 CPUtime=0.21
/proc/6638/task/6644/stat : 6644 (java) S 6624 6624 3852 0 -1 64 824 0 0 0 21 0 0 0 16 0 9 0 1993710811 832266240 22274 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6638/tid=6645] ppid=6624 vsize=812760 CPUtime=0
/proc/6638/task/6645/stat : 6645 (java) S 6624 6624 3852 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 1993710811 832266240 22274 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6638/tid=6646] ppid=6624 vsize=812760 CPUtime=0
/proc/6638/task/6646/stat : 6646 (java) S 6624 6624 3852 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1993710811 832266240 22274 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.2
Current children cumulated vsize (KiB) 860348

[startup+12.703 s]
/proc/loadavg: 2.25 2.27 2.18 3/93 6646
/proc/meminfo: memFree=1050808/2055920 swapFree=4117692/4192956
[pid=6624] ppid=6622 vsize=47588 CPUtime=0.01
/proc/6624/stat : 6624 (galacM.sh) S 6622 6624 3852 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 1993710802 48730112 364 996147200 4194304 4520092 548682068832 18446744073709551615 208717146970 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/6624/statm: 11897 364 245 79 0 219 0
[pid=6638] ppid=6624 vsize=812760 CPUtime=12.52
/proc/6638/stat : 6638 (java) S 6624 6624 3852 0 -1 0 22872 0 1 0 1236 16 0 0 18 0 9 0 1993710806 832266240 22274 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/6638/statm: 203190 22274 1910 9 0 197171 0
[pid=6638/tid=6639] ppid=6624 vsize=812760 CPUtime=12.14
/proc/6638/task/6639/stat : 6639 (java) R 6624 6624 3852 0 -1 64 14539 0 1 0 1203 11 0 0 25 0 9 0 1993710807 832266240 22274 996147200 134512640 134550740 4294955616 18446744073709551615 103207185 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6638/tid=6640] ppid=6624 vsize=812760 CPUtime=0.13
/proc/6638/task/6640/stat : 6640 (java) S 6624 6624 3852 0 -1 64 6810 0 0 0 10 3 0 0 16 0 9 0 1993710809 832266240 22274 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=6638/tid=6641] ppid=6624 vsize=812760 CPUtime=0
/proc/6638/task/6641/stat : 6641 (java) S 6624 6624 3852 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1993710809 832266240 22274 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6638/tid=6642] ppid=6624 vsize=812760 CPUtime=0
/proc/6638/task/6642/stat : 6642 (java) S 6624 6624 3852 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1993710809 832266240 22274 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6638/tid=6643] ppid=6624 vsize=812760 CPUtime=0
/proc/6638/task/6643/stat : 6643 (java) S 6624 6624 3852 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1993710811 832266240 22274 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6638/tid=6644] ppid=6624 vsize=812760 CPUtime=0.21
/proc/6638/task/6644/stat : 6644 (java) S 6624 6624 3852 0 -1 64 824 0 0 0 21 0 0 0 16 0 9 0 1993710811 832266240 22274 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6638/tid=6645] ppid=6624 vsize=812760 CPUtime=0
/proc/6638/task/6645/stat : 6645 (java) S 6624 6624 3852 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 1993710811 832266240 22274 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6638/tid=6646] ppid=6624 vsize=812760 CPUtime=0
/proc/6638/task/6646/stat : 6646 (java) S 6624 6624 3852 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1993710811 832266240 22274 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.53
Current children cumulated vsize (KiB) 860348

[startup+25.5014 s]
/proc/loadavg: 2.21 2.26 2.18 3/85 6647
/proc/meminfo: memFree=1083960/2055920 swapFree=4117692/4192956
[pid=6624] ppid=6622 vsize=47588 CPUtime=23.82
/proc/6624/stat : 6624 (galacM.sh) S 6622 6624 3852 0 -1 4194304 799 24604 0 1 0 1 2357 24 17 0 1 0 1993710802 48730112 364 996147200 4194304 4520092 548682068832 18446744073709551615 208717146970 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/6624/statm: 11897 364 245 79 0 219 0
[pid=6647] ppid=6624 vsize=44032 CPUtime=1.39
/proc/6647/stat : 6647 (minisat) R 6624 6624 3852 0 -1 4194304 10309 0 0 0 132 7 0 0 25 0 1 0 1993713211 45088768 10282 996147200 134512640 135136200 4294955968 18446744073709551615 134529339 0 0 4096 3 0 0 0 17 1 0 0
/proc/6647/statm: 11008 10282 56 152 0 10853 0
Current children cumulated CPU time (s) 25.21
Current children cumulated vsize (KiB) 91620

[startup+51.1012 s]
/proc/loadavg: 2.14 2.24 2.17 3/85 6647
/proc/meminfo: memFree=1081784/2055920 swapFree=4117692/4192956
[pid=6624] ppid=6622 vsize=47588 CPUtime=23.82
/proc/6624/stat : 6624 (galacM.sh) S 6622 6624 3852 0 -1 4194304 799 24604 0 1 0 1 2357 24 17 0 1 0 1993710802 48730112 364 996147200 4194304 4520092 548682068832 18446744073709551615 208717146970 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/6624/statm: 11897 364 245 79 0 219 0
[pid=6647] ppid=6624 vsize=45488 CPUtime=26.73
/proc/6647/stat : 6647 (minisat) R 6624 6624 3852 0 -1 4194304 10670 0 0 0 2666 7 0 0 25 0 1 0 1993713211 46579712 10643 996147200 134512640 135136200 4294955968 18446744073709551615 134529382 0 0 4096 3 0 0 0 17 1 0 0
/proc/6647/statm: 11372 10643 57 152 0 11217 0
Current children cumulated CPU time (s) 50.55
Current children cumulated vsize (KiB) 93076

[startup+102.307 s]
/proc/loadavg: 2.05 2.20 2.16 3/85 6647
/proc/meminfo: memFree=1079608/2055920 swapFree=4117692/4192956
[pid=6624] ppid=6622 vsize=47588 CPUtime=23.82
/proc/6624/stat : 6624 (galacM.sh) S 6622 6624 3852 0 -1 4194304 799 24604 0 1 0 1 2357 24 17 0 1 0 1993710802 48730112 364 996147200 4194304 4520092 548682068832 18446744073709551615 208717146970 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/6624/statm: 11897 364 245 79 0 219 0
[pid=6647] ppid=6624 vsize=47596 CPUtime=77.46
/proc/6647/stat : 6647 (minisat) R 6624 6624 3852 0 -1 4194304 11188 0 0 0 7738 8 0 0 25 0 1 0 1993713211 48738304 11161 996147200 134512640 135136200 4294955968 18446744073709551615 134529431 0 0 4096 3 0 0 0 17 0 0 0
/proc/6647/statm: 11899 11161 57 152 0 11744 0
Current children cumulated CPU time (s) 101.28
Current children cumulated vsize (KiB) 95184

[startup+162.301 s]
/proc/loadavg: 2.10 2.19 2.16 3/85 6647
/proc/meminfo: memFree=1076536/2055920 swapFree=4117692/4192956
[pid=6624] ppid=6622 vsize=47588 CPUtime=23.82
/proc/6624/stat : 6624 (galacM.sh) S 6622 6624 3852 0 -1 4194304 799 24604 0 1 0 1 2357 24 17 0 1 0 1993710802 48730112 364 996147200 4194304 4520092 548682068832 18446744073709551615 208717146970 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/6624/statm: 11897 364 245 79 0 219 0
[pid=6647] ppid=6624 vsize=50008 CPUtime=136.84
/proc/6647/stat : 6647 (minisat) R 6624 6624 3852 0 -1 4194304 11805 0 0 0 13675 9 0 0 25 0 1 0 1993713211 51208192 11778 996147200 134512640 135136200 4294955968 18446744073709551615 134519993 0 0 4096 3 0 0 0 17 1 0 0
/proc/6647/statm: 12502 11778 57 152 0 12347 0
Current children cumulated CPU time (s) 160.66
Current children cumulated vsize (KiB) 97596

[startup+222.301 s]
/proc/loadavg: 2.19 2.21 2.17 3/85 6647
/proc/meminfo: memFree=1062072/2055920 swapFree=4117692/4192956
[pid=6624] ppid=6622 vsize=47588 CPUtime=23.82
/proc/6624/stat : 6624 (galacM.sh) S 6622 6624 3852 0 -1 4194304 799 24604 0 1 0 1 2357 24 17 0 1 0 1993710802 48730112 364 996147200 4194304 4520092 548682068832 18446744073709551615 208717146970 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/6624/statm: 11897 364 245 79 0 219 0
[pid=6647] ppid=6624 vsize=52092 CPUtime=196.25
/proc/6647/stat : 6647 (minisat) R 6624 6624 3852 0 -1 4194304 12308 0 0 0 19615 10 0 0 25 0 1 0 1993713211 53342208 12281 996147200 134512640 135136200 4294955968 18446744073709551615 134529373 0 0 4096 3 0 0 0 17 1 0 0
/proc/6647/statm: 13023 12281 57 152 0 12868 0
Current children cumulated CPU time (s) 220.07
Current children cumulated vsize (KiB) 99680

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

[startup+230.302 s]
/proc/loadavg: 2.17 2.20 2.17 3/85 6647
/proc/meminfo: memFree=1065656/2055920 swapFree=4117692/4192956
[pid=6624] ppid=6622 vsize=47588 CPUtime=23.82
/proc/6624/stat : 6624 (galacM.sh) S 6622 6624 3852 0 -1 4194304 799 24604 0 1 0 1 2357 24 17 0 1 0 1993710802 48730112 364 996147200 4194304 4520092 548682068832 18446744073709551615 208717146970 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/6624/statm: 11897 364 245 79 0 219 0
[pid=6647] ppid=6624 vsize=52356 CPUtime=204.17
/proc/6647/stat : 6647 (minisat) R 6624 6624 3852 0 -1 4194304 12366 0 0 0 20407 10 0 0 25 0 1 0 1993713211 53612544 12339 996147200 134512640 135136200 4294955968 18446744073709551615 134529333 0 0 4096 3 0 0 0 17 0 0 0
/proc/6647/statm: 13089 12339 57 152 0 12934 0
Current children cumulated CPU time (s) 227.99
Current children cumulated vsize (KiB) 99944

[startup+243.106 s]
/proc/loadavg: 2.28 2.23 2.18 3/85 6647
/proc/meminfo: memFree=1065272/2055920 swapFree=4117692/4192956
[pid=6624] ppid=6622 vsize=47588 CPUtime=23.82
/proc/6624/stat : 6624 (galacM.sh) S 6622 6624 3852 0 -1 4194304 799 24604 0 1 0 1 2357 24 17 0 1 0 1993710802 48730112 364 996147200 4194304 4520092 548682068832 18446744073709551615 208717146970 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/6624/statm: 11897 364 245 79 0 219 0
[pid=6647] ppid=6624 vsize=52752 CPUtime=216.97
/proc/6647/stat : 6647 (minisat) R 6624 6624 3852 0 -1 4194304 12491 0 0 0 21687 10 0 0 25 0 1 0 1993713211 54018048 12464 996147200 134512640 135136200 4294955968 18446744073709551615 134529373 0 0 4096 3 0 0 0 17 0 0 0
/proc/6647/statm: 13188 12464 57 152 0 13033 0
Current children cumulated CPU time (s) 240.79
Current children cumulated vsize (KiB) 100340

[startup+255.902 s]
/proc/loadavg: 2.24 2.22 2.17 3/85 6647
/proc/meminfo: memFree=1064888/2055920 swapFree=4117692/4192956
[pid=6624] ppid=6622 vsize=47588 CPUtime=23.82
/proc/6624/stat : 6624 (galacM.sh) S 6622 6624 3852 0 -1 4194304 799 24604 0 1 0 1 2357 24 17 0 1 0 1993710802 48730112 364 996147200 4194304 4520092 548682068832 18446744073709551615 208717146970 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/6624/statm: 11897 364 245 79 0 219 0
[pid=6647] ppid=6624 vsize=53156 CPUtime=229.75
/proc/6647/stat : 6647 (minisat) R 6624 6624 3852 0 -1 4194304 12596 0 0 0 22965 10 0 0 25 0 1 0 1993713211 54431744 12569 996147200 134512640 135136200 4294955968 18446744073709551615 134529382 0 0 4096 3 0 0 0 17 0 0 0
/proc/6647/statm: 13289 12569 57 152 0 13134 0
Current children cumulated CPU time (s) 253.57
Current children cumulated vsize (KiB) 100744

[startup+259.101 s]
/proc/loadavg: 2.22 2.22 2.17 3/85 6647
/proc/meminfo: memFree=1064696/2055920 swapFree=4117692/4192956
[pid=6624] ppid=6622 vsize=47588 CPUtime=23.82
/proc/6624/stat : 6624 (galacM.sh) S 6622 6624 3852 0 -1 4194304 799 24604 0 1 0 1 2357 24 17 0 1 0 1993710802 48730112 364 996147200 4194304 4520092 548682068832 18446744073709551615 208717146970 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/6624/statm: 11897 364 245 79 0 219 0
[pid=6647] ppid=6624 vsize=53300 CPUtime=232.94
/proc/6647/stat : 6647 (minisat) R 6624 6624 3852 0 -1 4194304 12628 0 0 0 23284 10 0 0 25 0 1 0 1993713211 54579200 12601 996147200 134512640 135136200 4294955968 18446744073709551615 134529373 0 0 4096 3 0 0 0 17 0 0 0
/proc/6647/statm: 13325 12601 57 152 0 13170 0
Current children cumulated CPU time (s) 256.76
Current children cumulated vsize (KiB) 100888

[startup+260.707 s]
/proc/loadavg: 2.22 2.22 2.17 3/85 6647
/proc/meminfo: memFree=1064632/2055920 swapFree=4117692/4192956
[pid=6624] ppid=6622 vsize=47588 CPUtime=23.82
/proc/6624/stat : 6624 (galacM.sh) S 6622 6624 3852 0 -1 4194304 799 24604 0 1 0 1 2357 24 17 0 1 0 1993710802 48730112 364 996147200 4194304 4520092 548682068832 18446744073709551615 208717146970 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/6624/statm: 11897 364 245 79 0 219 0
[pid=6647] ppid=6624 vsize=53432 CPUtime=234.54
/proc/6647/stat : 6647 (minisat) R 6624 6624 3852 0 -1 4194304 12640 0 0 0 23444 10 0 0 25 0 1 0 1993713211 54714368 12613 996147200 134512640 135136200 4294955968 18446744073709551615 134529382 0 0 4096 3 0 0 0 17 0 0 0
/proc/6647/statm: 13358 12613 57 152 0 13203 0
Current children cumulated CPU time (s) 258.36
Current children cumulated vsize (KiB) 101020

[startup+262.303 s]
/proc/loadavg: 2.22 2.22 2.17 3/85 6647
/proc/meminfo: memFree=1064632/2055920 swapFree=4117692/4192956
[pid=6624] ppid=6622 vsize=47588 CPUtime=23.82
/proc/6624/stat : 6624 (galacM.sh) S 6622 6624 3852 0 -1 4194304 799 24604 0 1 0 1 2357 24 17 0 1 0 1993710802 48730112 364 996147200 4194304 4520092 548682068832 18446744073709551615 208717146970 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/6624/statm: 11897 364 245 79 0 219 0
[pid=6647] ppid=6624 vsize=53432 CPUtime=236.14
/proc/6647/stat : 6647 (minisat) R 6624 6624 3852 0 -1 4194304 12648 0 0 0 23604 10 0 0 25 0 1 0 1993713211 54714368 12621 996147200 134512640 135136200 4294955968 18446744073709551615 134526446 0 0 4096 3 0 0 0 17 0 0 0
/proc/6647/statm: 13358 12621 57 152 0 13203 0
Current children cumulated CPU time (s) 259.96
Current children cumulated vsize (KiB) 101020

[startup+263.101 s]
/proc/loadavg: 2.20 2.21 2.17 3/85 6647
/proc/meminfo: memFree=1064632/2055920 swapFree=4117692/4192956
[pid=6624] ppid=6622 vsize=47588 CPUtime=23.82
/proc/6624/stat : 6624 (galacM.sh) S 6622 6624 3852 0 -1 4194304 799 24604 0 1 0 1 2357 24 17 0 1 0 1993710802 48730112 364 996147200 4194304 4520092 548682068832 18446744073709551615 208717146970 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/6624/statm: 11897 364 245 79 0 219 0
[pid=6647] ppid=6624 vsize=53432 CPUtime=236.93
/proc/6647/stat : 6647 (minisat) R 6624 6624 3852 0 -1 4194304 12648 0 0 0 23683 10 0 0 25 0 1 0 1993713211 54714368 12621 996147200 134512640 135136200 4294955968 18446744073709551615 134529373 0 0 4096 3 0 0 0 17 0 0 0
/proc/6647/statm: 13358 12621 57 152 0 13203 0
Current children cumulated CPU time (s) 260.75
Current children cumulated vsize (KiB) 101020

[startup+263.501 s]
/proc/loadavg: 2.20 2.21 2.17 3/85 6647
/proc/meminfo: memFree=1064632/2055920 swapFree=4117692/4192956
[pid=6624] ppid=6622 vsize=47588 CPUtime=23.82
/proc/6624/stat : 6624 (galacM.sh) S 6622 6624 3852 0 -1 4194304 799 24604 0 1 0 1 2357 24 17 0 1 0 1993710802 48730112 364 996147200 4194304 4520092 548682068832 18446744073709551615 208717146970 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/6624/statm: 11897 364 245 79 0 219 0
[pid=6647] ppid=6624 vsize=53432 CPUtime=237.33
/proc/6647/stat : 6647 (minisat) R 6624 6624 3852 0 -1 4194304 12648 0 0 0 23723 10 0 0 25 0 1 0 1993713211 54714368 12621 996147200 134512640 135136200 4294955968 18446744073709551615 134530513 0 0 4096 3 0 0 0 17 0 0 0
/proc/6647/statm: 13358 12621 57 152 0 13203 0
Current children cumulated CPU time (s) 261.15
Current children cumulated vsize (KiB) 101020

[startup+263.601 s]
/proc/loadavg: 2.20 2.21 2.17 3/85 6647
/proc/meminfo: memFree=1064632/2055920 swapFree=4117692/4192956
[pid=6624] ppid=6622 vsize=47588 CPUtime=23.82
/proc/6624/stat : 6624 (galacM.sh) S 6622 6624 3852 0 -1 4194304 799 24604 0 1 0 1 2357 24 17 0 1 0 1993710802 48730112 364 996147200 4194304 4520092 548682068832 18446744073709551615 208717146970 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/6624/statm: 11897 364 245 79 0 219 0
[pid=6647] ppid=6624 vsize=53432 CPUtime=237.43
/proc/6647/stat : 6647 (minisat) R 6624 6624 3852 0 -1 4194304 12648 0 0 0 23733 10 0 0 25 0 1 0 1993713211 54714368 12621 996147200 134512640 135136200 4294955968 18446744073709551615 134529382 0 0 4096 3 0 0 0 17 0 0 0
/proc/6647/statm: 13358 12621 57 152 0 13203 0
Current children cumulated CPU time (s) 261.25
Current children cumulated vsize (KiB) 101020

Child status: 0
Real time (s): 263.67
CPU time (s): 261.355
CPU user time (s): 260.969
CPU system time (s): 0.385941
CPU usage (%): 99.1219
Max. virtual memory (cumulated for all children) (KiB): 860348

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 260.969
system time used= 0.385941
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 38269
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= 1750
involuntary context switches= 8340

runsolver used 0.364944 second user time and 0.799878 second system time

The end

Launcher Data (download as text)

Begin job on node47 at 2008-07-04 06:56:25
IDJOB=1066232
IDBENCH=55104
IDSOLVER=350
FILE ID=node47/1066232-1215147385
PBS_JOBID= 7877344
Free space on /tmp= 66552 MiB

SOLVER NAME= galac M
BENCH NAME= CPAI08/csp/wordsVg/normalized-crossword-m1c-words-vg9-12_ext.xml
COMMAND LINE= HOME/galacM.sh BENCHNAME 
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1066232-1215147385/watcher-1066232-1215147385 -o /tmp/evaluation-result-1066232-1215147385/solver-1066232-1215147385 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/galacM.sh HOME/instance-1066232-1215147385.xml 

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 3ca03550766515c697c9103aafe1dd7f
RANDOM SEED=23255312

node47.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.281
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.281
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:       1140392 kB
Buffers:          9008 kB
Cached:          70908 kB
SwapCached:      69140 kB
Active:         819732 kB
Inactive:        40244 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1140392 kB
SwapTotal:     4192956 kB
SwapFree:      4117692 kB
Dirty:            3300 kB
Writeback:           0 kB
Mapped:         791336 kB
Slab:            39372 kB
Committed_AS:  4702592 kB
PageTables:       3356 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= 66552 MiB
End job on node47 at 2008-07-04 07:00:49