Trace number 1076745

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 113.431 114.105

General information on the benchmark

Namecsp/ogdVg/
normalized-crossword-m1c-ogd-vg14-17_ext.xml
MD5SUM8a2800653f6a3fd24064aa5b82dfed2c
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 benchmark1.49777
Satisfiable
(Un)Satisfiability was proved
Number of variables238
Number of constraints31
Maximum constraint arity17
Maximum domain size26
Number of constraints which are defined in extension31
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.16/1.26	c start processing
1.16/1.26	c start relation processing
2.15/2.30	c start cnf exporting
76.14/76.62	c parsing time : 1.141
76.14/76.62	c preprocessing time : 76.506
76.14/76.62	
76.14/76.62	c Nary constraints - conflicts : 0 supports : 31
76.14/76.62	c Binary constraints - conflicts : 0 supports :0
76.14/76.62	c max arity constraint : 17
76.14/76.62	c Max Tuples generated 0
76.14/76.62	c relations : 2
76.14/76.62	c relations BDD: 2
76.14/76.62	c sampling 0/0
76.14/76.62	c vars : 686974 - clauses :  2366267
76.14/76.62	
76.14/76.69	 
76.14/76.69	c --- SAT Solver Stats ---
76.14/76.69	 
113.30/114.05	c restarts              : 9
113.30/114.05	c conflicts             : 6354           (172 /sec)
113.30/114.05	c decisions             : 24184          (1.93 % random) (655 /sec)
113.30/114.05	c propagations          : 69063016       (1869580 /sec)
113.30/114.05	c conflict literals     : 97029          (24.90 % deleted)
113.30/114.05	c Memory used           : 141.69 MB
113.30/114.05	c CPU time              : 36.9404 s
113.30/114.05	
113.30/114.05	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-1076745-1215189923/watcher-1076745-1215189923 -o /tmp/evaluation-result-1076745-1215189923/solver-1076745-1215189923 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/galacM.sh HOME/instance-1076745-1215189923.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.92 1.99 1.92 3/82 4435
/proc/meminfo: memFree=940080/2055920 swapFree=4191676/4192956
[pid=4435] ppid=4433 vsize=8652 CPUtime=0
/proc/4435/stat : 4435 (galacM.sh) S 4433 4435 2571 0 -1 4194304 347 0 0 0 0 0 0 0 16 0 1 0 130987606 8859648 281 996147200 4194304 4520092 548682068784 18446744073709551615 244276456282 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/4435/statm: 2163 281 208 79 0 156 0
[pid=4436] ppid=4435 vsize=8688 CPUtime=0
/proc/4436/stat : 4436 (galacM.sh) R 4435 4435 2571 0 -1 4194368 49 244 0 0 0 0 0 0 16 0 1 0 130987606 8896512 289 996147200 4194304 4520092 548682068784 18446744073709551615 244276849311 0 65536 4096 73728 0 0 0 17 1 0 0
/proc/4436/statm: 2172 289 210 79 0 165 0
[pid=4438] ppid=4436 vsize=8688 CPUtime=0
/proc/4438/stat : 4438 (galacM.sh) R 4436 4435 2571 0 -1 4194368 10 0 0 0 0 0 0 0 16 0 1 0 130987606 8896512 289 996147200 4194304 4520092 548682068784 18446744073709551615 244277017266 0 0 4096 73728 0 0 0 17 1 0 0
/proc/4438/statm: 2172 289 210 79 0 165 0

[startup+0.0295059 s]
/proc/loadavg: 1.92 1.99 1.92 3/82 4435
/proc/meminfo: memFree=940080/2055920 swapFree=4191676/4192956
[pid=4435] ppid=4433 vsize=47564 CPUtime=0.01
/proc/4435/stat : 4435 (galacM.sh) D 4433 4435 2571 0 -1 4194304 752 1707 0 0 0 0 0 1 18 0 1 0 130987606 48705536 364 996147200 4194304 4520092 548682068784 18446744073709551615 244277018098 0 2147483391 4096 73728 18446744072099863542 0 0 17 1 0 0
/proc/4435/statm: 11891 364 247 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47564

[startup+0.102468 s]
/proc/loadavg: 1.92 1.99 1.92 3/82 4435
/proc/meminfo: memFree=940080/2055920 swapFree=4191676/4192956
[pid=4435] ppid=4433 vsize=47568 CPUtime=0.01
/proc/4435/stat : 4435 (galacM.sh) S 4433 4435 2571 0 -1 4194304 768 1707 0 0 0 0 0 1 18 0 1 0 130987606 48709632 368 996147200 4194304 4520092 548682068784 18446744073709551615 244276456282 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/4435/statm: 11892 368 247 79 0 220 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47568

[startup+0.301508 s]
/proc/loadavg: 1.92 1.99 1.92 3/82 4435
/proc/meminfo: memFree=940080/2055920 swapFree=4191676/4192956
[pid=4435] ppid=4433 vsize=47568 CPUtime=0.01
/proc/4435/stat : 4435 (galacM.sh) S 4433 4435 2571 0 -1 4194304 768 1707 0 0 0 0 0 1 18 0 1 0 130987606 48709632 368 996147200 4194304 4520092 548682068784 18446744073709551615 244276456282 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/4435/statm: 11892 368 247 79 0 220 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47568

[startup+0.70159 s]
/proc/loadavg: 1.92 1.99 1.92 3/82 4435
/proc/meminfo: memFree=940080/2055920 swapFree=4191676/4192956
[pid=4435] ppid=4433 vsize=47568 CPUtime=0.01
/proc/4435/stat : 4435 (galacM.sh) S 4433 4435 2571 0 -1 4194304 768 1707 0 0 0 0 0 1 18 0 1 0 130987606 48709632 368 996147200 4194304 4520092 548682068784 18446744073709551615 244276456282 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/4435/statm: 11892 368 247 79 0 220 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47568

[startup+1.50273 s]
/proc/loadavg: 1.92 1.99 1.92 3/92 4457
/proc/meminfo: memFree=887968/2055920 swapFree=4191676/4192956
[pid=4435] ppid=4433 vsize=47568 CPUtime=0.01
/proc/4435/stat : 4435 (galacM.sh) S 4433 4435 2571 0 -1 4194304 768 1707 0 0 0 0 0 1 18 0 1 0 130987606 48709632 368 996147200 4194304 4520092 548682068784 18446744073709551615 244276456282 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/4435/statm: 11892 368 247 79 0 220 0
[pid=4449] ppid=4435 vsize=812748 CPUtime=1.44
/proc/4449/stat : 4449 (java) S 4435 4435 2571 0 -1 0 22270 0 1 0 132 12 0 0 18 0 9 0 130987609 832253952 21696 996147200 134512640 134550740 4294955568 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/4449/statm: 203187 21696 1891 9 0 197168 0
[pid=4449/tid=4450] ppid=4435 vsize=812748 CPUtime=1.22
/proc/4449/task/4450/stat : 4450 (java) R 4435 4435 2571 0 -1 64 14486 0 1 0 113 9 0 0 25 0 9 0 130987610 832253952 21696 996147200 134512640 134550740 4294955568 18446744073709551615 4126820487 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4449/tid=4451] ppid=4435 vsize=812748 CPUtime=0.05
/proc/4449/task/4451/stat : 4451 (java) S 4435 4435 2571 0 -1 64 6303 0 0 0 3 2 0 0 17 0 9 0 130987611 832253952 21696 996147200 134512640 134550740 4294955568 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=4449/tid=4452] ppid=4435 vsize=812748 CPUtime=0
/proc/4449/task/4452/stat : 4452 (java) S 4435 4435 2571 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 130987612 832253952 21696 996147200 134512640 134550740 4294955568 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4449/tid=4453] ppid=4435 vsize=812748 CPUtime=0
/proc/4449/task/4453/stat : 4453 (java) S 4435 4435 2571 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 130987612 832253952 21696 996147200 134512640 134550740 4294955568 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4449/tid=4454] ppid=4435 vsize=812748 CPUtime=0
/proc/4449/task/4454/stat : 4454 (java) S 4435 4435 2571 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 130987614 832253952 21696 996147200 134512640 134550740 4294955568 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4449/tid=4455] ppid=4435 vsize=812748 CPUtime=0.15
/proc/4449/task/4455/stat : 4455 (java) S 4435 4435 2571 0 -1 64 782 0 0 0 15 0 0 0 16 0 9 0 130987614 832253952 21696 996147200 134512640 134550740 4294955568 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4449/tid=4456] ppid=4435 vsize=812748 CPUtime=0
/proc/4449/task/4456/stat : 4456 (java) S 4435 4435 2571 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 130987614 832253952 21696 996147200 134512640 134550740 4294955568 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4449/tid=4457] ppid=4435 vsize=812748 CPUtime=0
/proc/4449/task/4457/stat : 4457 (java) S 4435 4435 2571 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 130987614 832253952 21696 996147200 134512640 134550740 4294955568 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 860316

[startup+3.10203 s]
/proc/loadavg: 1.92 1.99 1.92 3/92 4457
/proc/meminfo: memFree=859680/2055920 swapFree=4191676/4192956
[pid=4435] ppid=4433 vsize=47568 CPUtime=0.01
/proc/4435/stat : 4435 (galacM.sh) S 4433 4435 2571 0 -1 4194304 768 1707 0 0 0 0 0 1 18 0 1 0 130987606 48709632 368 996147200 4194304 4520092 548682068784 18446744073709551615 244276456282 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/4435/statm: 11892 368 247 79 0 220 0
[pid=4449] ppid=4435 vsize=812748 CPUtime=3.03
/proc/4449/stat : 4449 (java) S 4435 4435 2571 0 -1 0 28252 0 1 0 288 15 0 0 18 0 9 0 130987609 832253952 27673 996147200 134512640 134550740 4294955568 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/4449/statm: 203187 27674 1912 9 0 197168 0
[pid=4449/tid=4450] ppid=4435 vsize=812748 CPUtime=2.54
/proc/4449/task/4450/stat : 4450 (java) R 4435 4435 2571 0 -1 64 14532 0 1 0 245 9 0 0 25 0 9 0 130987610 832253952 27675 996147200 134512640 134550740 4294955568 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4449/tid=4451] ppid=4435 vsize=812748 CPUtime=0.25
/proc/4449/task/4451/stat : 4451 (java) R 4435 4435 2571 0 -1 64 12194 0 0 0 21 4 0 0 16 0 9 0 130987611 832253952 27676 996147200 134512640 134550740 4294955568 18446744073709551615 102674864 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=4449/tid=4452] ppid=4435 vsize=812748 CPUtime=0
/proc/4449/task/4452/stat : 4452 (java) S 4435 4435 2571 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 130987612 832253952 27677 996147200 134512640 134550740 4294955568 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4449/tid=4453] ppid=4435 vsize=812748 CPUtime=0
/proc/4449/task/4453/stat : 4453 (java) S 4435 4435 2571 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 130987612 832253952 27678 996147200 134512640 134550740 4294955568 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4449/tid=4454] ppid=4435 vsize=812748 CPUtime=0
/proc/4449/task/4454/stat : 4454 (java) S 4435 4435 2571 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 130987614 832253952 27680 996147200 134512640 134550740 4294955568 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4449/tid=4455] ppid=4435 vsize=812748 CPUtime=0.21
/proc/4449/task/4455/stat : 4455 (java) S 4435 4435 2571 0 -1 64 830 0 0 0 21 0 0 0 15 0 9 0 130987614 832253952 27681 996147200 134512640 134550740 4294955568 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4449/tid=4456] ppid=4435 vsize=812748 CPUtime=0
/proc/4449/task/4456/stat : 4456 (java) S 4435 4435 2571 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 130987614 832253952 27682 996147200 134512640 134550740 4294955568 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4449/tid=4457] ppid=4435 vsize=812748 CPUtime=0
/proc/4449/task/4457/stat : 4457 (java) S 4435 4435 2571 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 130987614 832253952 27683 996147200 134512640 134550740 4294955568 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) 860316

[startup+6.30265 s]
/proc/loadavg: 1.93 1.99 1.92 3/92 4457
/proc/meminfo: memFree=831456/2055920 swapFree=4191676/4192956
[pid=4435] ppid=4433 vsize=47568 CPUtime=0.01
/proc/4435/stat : 4435 (galacM.sh) S 4433 4435 2571 0 -1 4194304 768 1707 0 0 0 0 0 1 18 0 1 0 130987606 48709632 368 996147200 4194304 4520092 548682068784 18446744073709551615 244276456282 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/4435/statm: 11892 368 247 79 0 220 0
[pid=4449] ppid=4435 vsize=812748 CPUtime=6.22
/proc/4449/stat : 4449 (java) S 4435 4435 2571 0 -1 0 28868 0 1 0 605 17 0 0 18 0 9 0 130987609 832253952 28281 996147200 134512640 134550740 4294955568 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/4449/statm: 203187 28281 1912 9 0 197168 0
[pid=4449/tid=4450] ppid=4435 vsize=812748 CPUtime=5.69
/proc/4449/task/4450/stat : 4450 (java) R 4435 4435 2571 0 -1 64 14541 0 1 0 559 10 0 0 25 0 9 0 130987610 832253952 28281 996147200 134512640 134550740 4294955568 18446744073709551615 4126685715 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4449/tid=4451] ppid=4435 vsize=812748 CPUtime=0.28
/proc/4449/task/4451/stat : 4451 (java) S 4435 4435 2571 0 -1 64 12792 0 0 0 23 5 0 0 16 0 9 0 130987611 832253952 28281 996147200 134512640 134550740 4294955568 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=4449/tid=4452] ppid=4435 vsize=812748 CPUtime=0
/proc/4449/task/4452/stat : 4452 (java) S 4435 4435 2571 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 130987612 832253952 28281 996147200 134512640 134550740 4294955568 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4449/tid=4453] ppid=4435 vsize=812748 CPUtime=0
/proc/4449/task/4453/stat : 4453 (java) S 4435 4435 2571 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 130987612 832253952 28281 996147200 134512640 134550740 4294955568 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4449/tid=4454] ppid=4435 vsize=812748 CPUtime=0
/proc/4449/task/4454/stat : 4454 (java) S 4435 4435 2571 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 130987614 832253952 28281 996147200 134512640 134550740 4294955568 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4449/tid=4455] ppid=4435 vsize=812748 CPUtime=0.23
/proc/4449/task/4455/stat : 4455 (java) S 4435 4435 2571 0 -1 64 836 0 0 0 22 1 0 0 15 0 9 0 130987614 832253952 28281 996147200 134512640 134550740 4294955568 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4449/tid=4456] ppid=4435 vsize=812748 CPUtime=0
/proc/4449/task/4456/stat : 4456 (java) S 4435 4435 2571 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 130987614 832253952 28281 996147200 134512640 134550740 4294955568 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4449/tid=4457] ppid=4435 vsize=812748 CPUtime=0
/proc/4449/task/4457/stat : 4457 (java) S 4435 4435 2571 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 130987614 832253952 28281 996147200 134512640 134550740 4294955568 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 860316

[startup+12.7019 s]
/proc/loadavg: 2.02 2.00 1.93 3/92 4457
/proc/meminfo: memFree=827424/2055920 swapFree=4191676/4192956
[pid=4435] ppid=4433 vsize=47568 CPUtime=0.01
/proc/4435/stat : 4435 (galacM.sh) S 4433 4435 2571 0 -1 4194304 768 1707 0 0 0 0 0 1 18 0 1 0 130987606 48709632 368 996147200 4194304 4520092 548682068784 18446744073709551615 244276456282 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/4435/statm: 11892 368 247 79 0 220 0
[pid=4449] ppid=4435 vsize=812748 CPUtime=12.59
/proc/4449/stat : 4449 (java) S 4435 4435 2571 0 -1 0 28882 0 1 0 1239 20 0 0 18 0 9 0 130987609 832253952 28284 996147200 134512640 134550740 4294955568 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/4449/statm: 203187 28284 1912 9 0 197168 0
[pid=4449/tid=4450] ppid=4435 vsize=812748 CPUtime=12.06
/proc/4449/task/4450/stat : 4450 (java) R 4435 4435 2571 0 -1 64 14552 0 1 0 1193 13 0 0 25 0 9 0 130987610 832253952 28284 996147200 134512640 134550740 4294955568 18446744073709551615 103302162 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4449/tid=4451] ppid=4435 vsize=812748 CPUtime=0.28
/proc/4449/task/4451/stat : 4451 (java) S 4435 4435 2571 0 -1 64 12792 0 0 0 23 5 0 0 16 0 9 0 130987611 832253952 28284 996147200 134512640 134550740 4294955568 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=4449/tid=4452] ppid=4435 vsize=812748 CPUtime=0
/proc/4449/task/4452/stat : 4452 (java) S 4435 4435 2571 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 130987612 832253952 28284 996147200 134512640 134550740 4294955568 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4449/tid=4453] ppid=4435 vsize=812748 CPUtime=0
/proc/4449/task/4453/stat : 4453 (java) S 4435 4435 2571 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 130987612 832253952 28284 996147200 134512640 134550740 4294955568 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4449/tid=4454] ppid=4435 vsize=812748 CPUtime=0
/proc/4449/task/4454/stat : 4454 (java) S 4435 4435 2571 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 130987614 832253952 28284 996147200 134512640 134550740 4294955568 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4449/tid=4455] ppid=4435 vsize=812748 CPUtime=0.23
/proc/4449/task/4455/stat : 4455 (java) S 4435 4435 2571 0 -1 64 839 0 0 0 22 1 0 0 15 0 9 0 130987614 832253952 28284 996147200 134512640 134550740 4294955568 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4449/tid=4456] ppid=4435 vsize=812748 CPUtime=0
/proc/4449/task/4456/stat : 4456 (java) S 4435 4435 2571 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 130987614 832253952 28284 996147200 134512640 134550740 4294955568 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4449/tid=4457] ppid=4435 vsize=812748 CPUtime=0
/proc/4449/task/4457/stat : 4457 (java) S 4435 4435 2571 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 130987614 832253952 28284 996147200 134512640 134550740 4294955568 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.6
Current children cumulated vsize (KiB) 860316

[startup+25.5023 s]
/proc/loadavg: 2.23 2.05 1.94 3/92 4457
/proc/meminfo: memFree=811808/2055920 swapFree=4191676/4192956
[pid=4435] ppid=4433 vsize=47568 CPUtime=0.01
/proc/4435/stat : 4435 (galacM.sh) S 4433 4435 2571 0 -1 4194304 768 1707 0 0 0 0 0 1 18 0 1 0 130987606 48709632 368 996147200 4194304 4520092 548682068784 18446744073709551615 244276456282 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/4435/statm: 11892 368 247 79 0 220 0
[pid=4449] ppid=4435 vsize=812748 CPUtime=25.31
/proc/4449/stat : 4449 (java) S 4435 4435 2571 0 -1 0 28906 0 1 0 2505 26 0 0 18 0 9 0 130987609 832253952 28284 996147200 134512640 134550740 4294955568 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/4449/statm: 203187 28284 1912 9 0 197168 0
[pid=4449/tid=4450] ppid=4435 vsize=812748 CPUtime=24.77
/proc/4449/task/4450/stat : 4450 (java) R 4435 4435 2571 0 -1 64 14576 0 1 0 2458 19 0 0 25 0 9 0 130987610 832253952 28284 996147200 134512640 134550740 4294955568 18446744073709551615 4126606769 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4449/tid=4451] ppid=4435 vsize=812748 CPUtime=0.29
/proc/4449/task/4451/stat : 4451 (java) S 4435 4435 2571 0 -1 64 12792 0 0 0 24 5 0 0 16 0 9 0 130987611 832253952 28284 996147200 134512640 134550740 4294955568 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=4449/tid=4452] ppid=4435 vsize=812748 CPUtime=0
/proc/4449/task/4452/stat : 4452 (java) S 4435 4435 2571 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 130987612 832253952 28284 996147200 134512640 134550740 4294955568 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4449/tid=4453] ppid=4435 vsize=812748 CPUtime=0
/proc/4449/task/4453/stat : 4453 (java) S 4435 4435 2571 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 130987612 832253952 28284 996147200 134512640 134550740 4294955568 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4449/tid=4454] ppid=4435 vsize=812748 CPUtime=0
/proc/4449/task/4454/stat : 4454 (java) S 4435 4435 2571 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 130987614 832253952 28284 996147200 134512640 134550740 4294955568 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4449/tid=4455] ppid=4435 vsize=812748 CPUtime=0.23
/proc/4449/task/4455/stat : 4455 (java) S 4435 4435 2571 0 -1 64 839 0 0 0 22 1 0 0 16 0 9 0 130987614 832253952 28284 996147200 134512640 134550740 4294955568 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4449/tid=4456] ppid=4435 vsize=812748 CPUtime=0
/proc/4449/task/4456/stat : 4456 (java) S 4435 4435 2571 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 130987614 832253952 28284 996147200 134512640 134550740 4294955568 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4449/tid=4457] ppid=4435 vsize=812748 CPUtime=0
/proc/4449/task/4457/stat : 4457 (java) S 4435 4435 2571 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 130987614 832253952 28284 996147200 134512640 134550740 4294955568 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.32
Current children cumulated vsize (KiB) 860316

[startup+51.1022 s]
/proc/loadavg: 2.21 2.06 1.95 3/92 4457
/proc/meminfo: memFree=775968/2055920 swapFree=4191676/4192956
[pid=4435] ppid=4433 vsize=47568 CPUtime=0.01
/proc/4435/stat : 4435 (galacM.sh) S 4433 4435 2571 0 -1 4194304 768 1707 0 0 0 0 0 1 18 0 1 0 130987606 48709632 368 996147200 4194304 4520092 548682068784 18446744073709551615 244276456282 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/4435/statm: 11892 368 247 79 0 220 0
[pid=4449] ppid=4435 vsize=812748 CPUtime=50.77
/proc/4449/stat : 4449 (java) S 4435 4435 2571 0 -1 0 28953 0 1 0 5040 37 0 0 18 0 9 0 130987609 832253952 28284 996147200 134512640 134550740 4294955568 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/4449/statm: 203187 28284 1912 9 0 197168 0
[pid=4449/tid=4450] ppid=4435 vsize=812748 CPUtime=50.2
/proc/4449/task/4450/stat : 4450 (java) R 4435 4435 2571 0 -1 64 14623 0 1 0 4990 30 0 0 25 0 9 0 130987610 832253952 28284 996147200 134512640 134550740 4294955568 18446744073709551615 4126907340 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4449/tid=4451] ppid=4435 vsize=812748 CPUtime=0.31
/proc/4449/task/4451/stat : 4451 (java) S 4435 4435 2571 0 -1 64 12792 0 0 0 26 5 0 0 16 0 9 0 130987611 832253952 28284 996147200 134512640 134550740 4294955568 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=4449/tid=4452] ppid=4435 vsize=812748 CPUtime=0
/proc/4449/task/4452/stat : 4452 (java) S 4435 4435 2571 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 130987612 832253952 28284 996147200 134512640 134550740 4294955568 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4449/tid=4453] ppid=4435 vsize=812748 CPUtime=0
/proc/4449/task/4453/stat : 4453 (java) S 4435 4435 2571 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 130987612 832253952 28284 996147200 134512640 134550740 4294955568 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4449/tid=4454] ppid=4435 vsize=812748 CPUtime=0
/proc/4449/task/4454/stat : 4454 (java) S 4435 4435 2571 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 130987614 832253952 28284 996147200 134512640 134550740 4294955568 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4449/tid=4455] ppid=4435 vsize=812748 CPUtime=0.23
/proc/4449/task/4455/stat : 4455 (java) S 4435 4435 2571 0 -1 64 839 0 0 0 22 1 0 0 16 0 9 0 130987614 832253952 28284 996147200 134512640 134550740 4294955568 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4449/tid=4456] ppid=4435 vsize=812748 CPUtime=0
/proc/4449/task/4456/stat : 4456 (java) S 4435 4435 2571 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 130987614 832253952 28284 996147200 134512640 134550740 4294955568 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4449/tid=4457] ppid=4435 vsize=812748 CPUtime=0
/proc/4449/task/4457/stat : 4457 (java) S 4435 4435 2571 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 130987614 832253952 28284 996147200 134512640 134550740 4294955568 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.78
Current children cumulated vsize (KiB) 860316

[startup+102.307 s]
/proc/loadavg: 2.13 2.06 1.95 3/84 4458
/proc/meminfo: memFree=707936/2055920 swapFree=4191676/4192956
[pid=4435] ppid=4433 vsize=47568 CPUtime=76.19
/proc/4435/stat : 4435 (galacM.sh) S 4433 4435 2571 0 -1 4194304 803 30720 0 1 0 0 7566 53 17 0 1 0 130987606 48709632 368 996147200 4194304 4520092 548682068784 18446744073709551615 244276456282 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/4435/statm: 11892 368 247 79 0 220 0
[pid=4458] ppid=4435 vsize=144956 CPUtime=25.47
/proc/4458/stat : 4458 (minisat) R 4435 4435 2571 0 -1 4194304 34110 0 0 0 2525 22 0 0 25 0 1 0 130995275 148434944 34092 996147200 134512640 135136200 4294955920 18446744073709551615 134529345 0 0 4096 3 0 0 0 17 1 0 0
/proc/4458/statm: 36239 34092 57 152 0 36084 0
Current children cumulated CPU time (s) 101.66
Current children cumulated vsize (KiB) 192524

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

[startup+108.701 s]
/proc/loadavg: 2.20 2.08 1.96 3/84 4458
/proc/meminfo: memFree=707680/2055920 swapFree=4191676/4192956
[pid=4435] ppid=4433 vsize=47568 CPUtime=76.19
/proc/4435/stat : 4435 (galacM.sh) S 4433 4435 2571 0 -1 4194304 803 30720 0 1 0 0 7566 53 17 0 1 0 130987606 48709632 368 996147200 4194304 4520092 548682068784 18446744073709551615 244276456282 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/4435/statm: 11892 368 247 79 0 220 0
[pid=4458] ppid=4435 vsize=145088 CPUtime=31.83
/proc/4458/stat : 4458 (minisat) R 4435 4435 2571 0 -1 4194304 34134 0 0 0 3161 22 0 0 25 0 1 0 130995275 148570112 34116 996147200 134512640 135136200 4294955920 18446744073709551615 134529382 0 0 4096 3 0 0 0 17 1 0 0
/proc/4458/statm: 36272 34116 57 152 0 36117 0
Current children cumulated CPU time (s) 108.02
Current children cumulated vsize (KiB) 192656

[startup+111.902 s]
/proc/loadavg: 2.18 2.08 1.96 3/84 4458
/proc/meminfo: memFree=707744/2055920 swapFree=4191676/4192956
[pid=4435] ppid=4433 vsize=47568 CPUtime=76.19
/proc/4435/stat : 4435 (galacM.sh) S 4433 4435 2571 0 -1 4194304 803 30720 0 1 0 0 7566 53 17 0 1 0 130987606 48709632 368 996147200 4194304 4520092 548682068784 18446744073709551615 244276456282 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/4435/statm: 11892 368 247 79 0 220 0
[pid=4458] ppid=4435 vsize=145088 CPUtime=35.02
/proc/4458/stat : 4458 (minisat) R 4435 4435 2571 0 -1 4194304 34141 0 0 0 3480 22 0 0 25 0 1 0 130995275 148570112 34123 996147200 134512640 135136200 4294955920 18446744073709551615 134529382 0 0 4096 3 0 0 0 17 1 0 0
/proc/4458/statm: 36272 34123 57 152 0 36117 0
Current children cumulated CPU time (s) 111.21
Current children cumulated vsize (KiB) 192656

[startup+113.502 s]
/proc/loadavg: 2.18 2.08 1.96 3/84 4458
/proc/meminfo: memFree=707680/2055920 swapFree=4191676/4192956
[pid=4435] ppid=4433 vsize=47568 CPUtime=76.19
/proc/4435/stat : 4435 (galacM.sh) S 4433 4435 2571 0 -1 4194304 803 30720 0 1 0 0 7566 53 17 0 1 0 130987606 48709632 368 996147200 4194304 4520092 548682068784 18446744073709551615 244276456282 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/4435/statm: 11892 368 247 79 0 220 0
[pid=4458] ppid=4435 vsize=145088 CPUtime=36.61
/proc/4458/stat : 4458 (minisat) R 4435 4435 2571 0 -1 4194304 34142 0 0 0 3639 22 0 0 25 0 1 0 130995275 148570112 34124 996147200 134512640 135136200 4294955920 18446744073709551615 134529382 0 0 4096 3 0 0 0 17 1 0 0
/proc/4458/statm: 36272 34124 57 152 0 36117 0
Current children cumulated CPU time (s) 112.8
Current children cumulated vsize (KiB) 192656

[startup+113.901 s]
/proc/loadavg: 2.18 2.08 1.96 3/84 4458
/proc/meminfo: memFree=707680/2055920 swapFree=4191676/4192956
[pid=4435] ppid=4433 vsize=47568 CPUtime=76.19
/proc/4435/stat : 4435 (galacM.sh) S 4433 4435 2571 0 -1 4194304 803 30720 0 1 0 0 7566 53 17 0 1 0 130987606 48709632 368 996147200 4194304 4520092 548682068784 18446744073709551615 244276456282 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/4435/statm: 11892 368 247 79 0 220 0
[pid=4458] ppid=4435 vsize=145088 CPUtime=37.01
/proc/4458/stat : 4458 (minisat) R 4435 4435 2571 0 -1 4194304 34142 0 0 0 3679 22 0 0 25 0 1 0 130995275 148570112 34124 996147200 134512640 135136200 4294955920 18446744073709551615 134529382 0 0 4096 3 0 0 0 17 1 0 0
/proc/4458/statm: 36272 34124 57 152 0 36117 0
Current children cumulated CPU time (s) 113.2
Current children cumulated vsize (KiB) 192656

[startup+114.101 s]
/proc/loadavg: 2.18 2.08 1.96 3/84 4458
/proc/meminfo: memFree=707680/2055920 swapFree=4191676/4192956
[pid=4435] ppid=4433 vsize=47568 CPUtime=113.38
/proc/4435/stat : 4435 (galacM.sh) S 4433 4435 2571 0 -1 4194304 838 64889 0 1 0 0 11260 78 16 0 1 0 130987606 48709632 368 996147200 4194304 4520092 548682068784 18446744073709551615 244276456282 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/4435/statm: 11892 368 247 79 0 220 0
Current children cumulated CPU time (s) 113.38
Current children cumulated vsize (KiB) 47568

Child status: 0
Real time (s): 114.105
CPU time (s): 113.431
CPU user time (s): 112.61
CPU system time (s): 0.820875
CPU usage (%): 99.409
Max. virtual memory (cumulated for all children) (KiB): 860316

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 112.61
system time used= 0.820875
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 65887
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= 3563
involuntary context switches= 4887

runsolver used 0.140978 second user time and 0.362944 second system time

The end

Launcher Data (download as text)

Begin job on node63 at 2008-07-04 18:45:23
IDJOB=1076745
IDBENCH=56601
IDSOLVER=350
FILE ID=node63/1076745-1215189923
PBS_JOBID= 7881547
Free space on /tmp= 66464 MiB

SOLVER NAME= galac M
BENCH NAME= CPAI08/csp/ogdVg/normalized-crossword-m1c-ogd-vg14-17_ext.xml
COMMAND LINE= HOME/galacM.sh BENCHNAME 
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1076745-1215189923/watcher-1076745-1215189923 -o /tmp/evaluation-result-1076745-1215189923/solver-1076745-1215189923 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/galacM.sh HOME/instance-1076745-1215189923.xml 

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 8a2800653f6a3fd24064aa5b82dfed2c
RANDOM SEED=1052986367

node63.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.256
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.256
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:        940560 kB
Buffers:         88104 kB
Cached:         736816 kB
SwapCached:        260 kB
Active:         664536 kB
Inactive:       374088 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        940560 kB
SwapTotal:     4192956 kB
SwapFree:      4191676 kB
Dirty:           19664 kB
Writeback:           0 kB
Mapped:         235804 kB
Slab:            61492 kB
Committed_AS:   571476 kB
PageTables:       2212 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= 66428 MiB
End job on node63 at 2008-07-04 18:47:17