Trace number 1066807

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 30.1514 30.4681

General information on the benchmark

Namecsp/wordsVg/
normalized-crossword-m1c-words-vg10-14_ext.xml
MD5SUM2266fcf4147c2bc9f044c25c6adc6248
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 benchmark0.238962
Satisfiable
(Un)Satisfiability was proved
Number of variables140
Number of constraints24
Maximum constraint arity14
Maximum domain size26
Number of constraints which are defined in extension24
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.61	c start processing
0.01/0.61	c start relation processing
0.01/0.83	c start cnf exporting
21.45/21.72	c parsing time : 0.483
21.45/21.72	c preprocessing time : 21.587
21.45/21.72	
21.45/21.72	c Nary constraints - conflicts : 0 supports : 24
21.45/21.72	c Binary constraints - conflicts : 0 supports :0
21.45/21.72	c max arity constraint : 14
21.45/21.72	c Max Tuples generated 0
21.45/21.72	c relations : 2
21.45/21.72	c relations BDD: 2
21.45/21.72	c sampling 0/0
21.45/21.72	c vars : 179987 - clauses :  639716
21.45/21.72	
21.45/21.74	 
21.45/21.74	c --- SAT Solver Stats ---
21.45/21.74	 
30.06/30.44	c restarts              : 7
30.06/30.45	c conflicts             : 2769           (323 /sec)
30.06/30.45	c decisions             : 12604          (1.87 % random) (1471 /sec)
30.06/30.45	c propagations          : 17411694       (2031775 /sec)
30.06/30.45	c conflict literals     : 39540          (22.12 % deleted)
30.06/30.45	c Memory used           : 39.39 MB
30.06/30.45	c CPU time              : 8.5697 s
30.06/30.45	
30.06/30.45	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-1066807-1215149070/watcher-1066807-1215149070 -o /tmp/evaluation-result-1066807-1215149070/solver-1066807-1215149070 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/galacM.sh HOME/instance-1066807-1215149070.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.10 2.02 2.00 4/74 23177
/proc/meminfo: memFree=1720056/2055920 swapFree=4180436/4192956
[pid=23177] ppid=23175 vsize=8652 CPUtime=0
/proc/23177/stat : 23177 (galacM.sh) S 23175 23177 19876 0 -1 4194304 346 0 0 0 0 0 0 0 16 0 1 0 1993875754 8859648 280 996147200 4194304 4520092 548682068832 18446744073709551615 231961979738 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/23177/statm: 2163 280 208 79 0 156 0
[pid=23178] ppid=23177 vsize=8688 CPUtime=0
/proc/23178/stat : 23178 (galacM.sh) S 23177 23177 19876 0 -1 4194368 36 0 0 0 0 0 0 0 17 0 1 0 1993875755 8896512 286 996147200 4194304 4520092 548682068832 18446744073709551615 231962542162 0 0 4096 73728 18446744071563648864 0 0 17 1 0 0
/proc/23178/statm: 2172 286 209 79 0 165 0
[pid=23179] ppid=23178 vsize=8728 CPUtime=0
/proc/23179/stat : 23179 (galacM.sh) R 23178 23177 19876 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 1 0 1993875755 8937472 290 996147200 4194304 4520092 548682068832 18446744073709551615 231962373415 0 0 3674112 73728 0 0 0 17 1 0 0
/proc/23179/statm: 2182 290 209 79 0 175 0

[startup+0.0927801 s]
/proc/loadavg: 2.10 2.02 2.00 4/74 23177
/proc/meminfo: memFree=1720056/2055920 swapFree=4180436/4192956
[pid=23177] ppid=23175 vsize=47556 CPUtime=0.01
/proc/23177/stat : 23177 (galacM.sh) S 23175 23177 19876 0 -1 4194304 765 1698 0 0 0 0 0 1 18 0 1 0 1993875754 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 231961979738 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/23177/statm: 11889 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47556

[startup+0.102568 s]
/proc/loadavg: 2.10 2.02 2.00 4/74 23177
/proc/meminfo: memFree=1720056/2055920 swapFree=4180436/4192956
[pid=23177] ppid=23175 vsize=47556 CPUtime=0.01
/proc/23177/stat : 23177 (galacM.sh) S 23175 23177 19876 0 -1 4194304 765 1698 0 0 0 0 0 1 18 0 1 0 1993875754 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 231961979738 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/23177/statm: 11889 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47556

[startup+0.301596 s]
/proc/loadavg: 2.10 2.02 2.00 4/74 23177
/proc/meminfo: memFree=1720056/2055920 swapFree=4180436/4192956
[pid=23177] ppid=23175 vsize=47556 CPUtime=0.01
/proc/23177/stat : 23177 (galacM.sh) S 23175 23177 19876 0 -1 4194304 765 1698 0 0 0 0 0 1 18 0 1 0 1993875754 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 231961979738 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/23177/statm: 11889 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47556

[startup+0.701651 s]
/proc/loadavg: 2.10 2.02 2.00 4/74 23177
/proc/meminfo: memFree=1720056/2055920 swapFree=4180436/4192956
[pid=23177] ppid=23175 vsize=47556 CPUtime=0.01
/proc/23177/stat : 23177 (galacM.sh) S 23175 23177 19876 0 -1 4194304 765 1698 0 0 0 0 0 1 18 0 1 0 1993875754 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 231961979738 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/23177/statm: 11889 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47556

[startup+1.50276 s]
/proc/loadavg: 2.10 2.02 2.00 3/84 23199
/proc/meminfo: memFree=1676072/2055920 swapFree=4180436/4192956
[pid=23177] ppid=23175 vsize=47556 CPUtime=0.01
/proc/23177/stat : 23177 (galacM.sh) S 23175 23177 19876 0 -1 4194304 765 1698 0 0 0 0 0 1 18 0 1 0 1993875754 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 231961979738 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/23177/statm: 11889 364 245 79 0 219 0
[pid=23191] ppid=23177 vsize=812552 CPUtime=1.43
/proc/23191/stat : 23191 (java) S 23177 23177 19876 0 -1 0 20897 0 1 0 132 11 0 0 18 0 9 0 1993875758 832053248 20319 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23191/statm: 203138 20319 1910 9 0 197171 0
[pid=23191/tid=23192] ppid=23177 vsize=812552 CPUtime=1.12
/proc/23191/task/23192/stat : 23192 (java) R 23177 23177 19876 0 -1 64 14518 0 1 0 104 8 0 0 25 0 9 0 1993875759 832053248 20319 996147200 134512640 134550740 4294955616 18446744073709551615 4126947866 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23191/tid=23193] ppid=23177 vsize=812552 CPUtime=0.08
/proc/23191/task/23193/stat : 23193 (java) S 23177 23177 19876 0 -1 64 4863 0 0 0 6 2 0 0 16 0 9 0 1993875760 832053248 20319 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23191/tid=23194] ppid=23177 vsize=812552 CPUtime=0
/proc/23191/task/23194/stat : 23194 (java) S 23177 23177 19876 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1993875760 832053248 20319 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23191/tid=23195] ppid=23177 vsize=812552 CPUtime=0
/proc/23191/task/23195/stat : 23195 (java) S 23177 23177 19876 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1993875760 832053248 20319 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23191/tid=23196] ppid=23177 vsize=812552 CPUtime=0
/proc/23191/task/23196/stat : 23196 (java) S 23177 23177 19876 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1993875762 832053248 20319 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23191/tid=23197] ppid=23177 vsize=812552 CPUtime=0.2
/proc/23191/task/23197/stat : 23197 (java) S 23177 23177 19876 0 -1 64 816 0 0 0 20 0 0 0 15 0 9 0 1993875762 832053248 20319 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23191/tid=23198] ppid=23177 vsize=812552 CPUtime=0
/proc/23191/task/23198/stat : 23198 (java) S 23177 23177 19876 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 1993875762 832053248 20319 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23191/tid=23199] ppid=23177 vsize=812552 CPUtime=0
/proc/23191/task/23199/stat : 23199 (java) S 23177 23177 19876 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1993875762 832053248 20319 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.44
Current children cumulated vsize (KiB) 860108

[startup+3.10297 s]
/proc/loadavg: 2.09 2.02 2.00 3/84 23199
/proc/meminfo: memFree=1639080/2055920 swapFree=4180436/4192956
[pid=23177] ppid=23175 vsize=47556 CPUtime=0.01
/proc/23177/stat : 23177 (galacM.sh) S 23175 23177 19876 0 -1 4194304 765 1698 0 0 0 0 0 1 18 0 1 0 1993875754 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 231961979738 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/23177/statm: 11889 364 245 79 0 219 0
[pid=23191] ppid=23177 vsize=812552 CPUtime=3.02
/proc/23191/stat : 23191 (java) S 23177 23177 19876 0 -1 0 22289 0 1 0 290 12 0 0 18 0 9 0 1993875758 832053248 21707 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23191/statm: 203138 21707 1910 9 0 197171 0
[pid=23191/tid=23192] ppid=23177 vsize=812552 CPUtime=2.68
/proc/23191/task/23192/stat : 23192 (java) R 23177 23177 19876 0 -1 64 14524 0 1 0 260 8 0 0 25 0 9 0 1993875759 832053248 21707 996147200 134512640 134550740 4294955616 18446744073709551615 102064826 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23191/tid=23193] ppid=23177 vsize=812552 CPUtime=0.09
/proc/23191/task/23193/stat : 23193 (java) S 23177 23177 19876 0 -1 64 6244 0 0 0 7 2 0 0 16 0 9 0 1993875760 832053248 21707 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23191/tid=23194] ppid=23177 vsize=812552 CPUtime=0
/proc/23191/task/23194/stat : 23194 (java) S 23177 23177 19876 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1993875760 832053248 21707 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23191/tid=23195] ppid=23177 vsize=812552 CPUtime=0
/proc/23191/task/23195/stat : 23195 (java) S 23177 23177 19876 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1993875760 832053248 21707 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23191/tid=23196] ppid=23177 vsize=812552 CPUtime=0
/proc/23191/task/23196/stat : 23196 (java) S 23177 23177 19876 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1993875762 832053248 21707 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23191/tid=23197] ppid=23177 vsize=812552 CPUtime=0.21
/proc/23191/task/23197/stat : 23197 (java) S 23177 23177 19876 0 -1 64 821 0 0 0 21 0 0 0 15 0 9 0 1993875762 832053248 21707 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23191/tid=23198] ppid=23177 vsize=812552 CPUtime=0
/proc/23191/task/23198/stat : 23198 (java) S 23177 23177 19876 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 1993875762 832053248 21707 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23191/tid=23199] ppid=23177 vsize=812552 CPUtime=0
/proc/23191/task/23199/stat : 23199 (java) S 23177 23177 19876 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1993875762 832053248 21707 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.03
Current children cumulated vsize (KiB) 860108

[startup+6.30141 s]
/proc/loadavg: 2.09 2.02 2.00 3/84 23199
/proc/meminfo: memFree=1637096/2055920 swapFree=4180436/4192956
[pid=23177] ppid=23175 vsize=47556 CPUtime=0.01
/proc/23177/stat : 23177 (galacM.sh) S 23175 23177 19876 0 -1 4194304 765 1698 0 0 0 0 0 1 18 0 1 0 1993875754 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 231961979738 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/23177/statm: 11889 364 245 79 0 219 0
[pid=23191] ppid=23177 vsize=812552 CPUtime=6.19
/proc/23191/stat : 23191 (java) S 23177 23177 19876 0 -1 0 22296 0 1 0 605 14 0 0 18 0 9 0 1993875758 832053248 21708 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23191/statm: 203138 21708 1910 9 0 197171 0
[pid=23191/tid=23192] ppid=23177 vsize=812552 CPUtime=5.84
/proc/23191/task/23192/stat : 23192 (java) R 23177 23177 19876 0 -1 64 14530 0 1 0 575 9 0 0 25 0 9 0 1993875759 832053248 21708 996147200 134512640 134550740 4294955616 18446744073709551615 4126867952 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23191/tid=23193] ppid=23177 vsize=812552 CPUtime=0.1
/proc/23191/task/23193/stat : 23193 (java) S 23177 23177 19876 0 -1 64 6244 0 0 0 8 2 0 0 16 0 9 0 1993875760 832053248 21708 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23191/tid=23194] ppid=23177 vsize=812552 CPUtime=0
/proc/23191/task/23194/stat : 23194 (java) S 23177 23177 19876 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1993875760 832053248 21708 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23191/tid=23195] ppid=23177 vsize=812552 CPUtime=0
/proc/23191/task/23195/stat : 23195 (java) S 23177 23177 19876 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1993875760 832053248 21708 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23191/tid=23196] ppid=23177 vsize=812552 CPUtime=0
/proc/23191/task/23196/stat : 23196 (java) S 23177 23177 19876 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1993875762 832053248 21708 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23191/tid=23197] ppid=23177 vsize=812552 CPUtime=0.21
/proc/23191/task/23197/stat : 23197 (java) S 23177 23177 19876 0 -1 64 822 0 0 0 21 0 0 0 16 0 9 0 1993875762 832053248 21708 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23191/tid=23198] ppid=23177 vsize=812552 CPUtime=0
/proc/23191/task/23198/stat : 23198 (java) S 23177 23177 19876 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 1993875762 832053248 21708 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23191/tid=23199] ppid=23177 vsize=812552 CPUtime=0
/proc/23191/task/23199/stat : 23199 (java) S 23177 23177 19876 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1993875762 832053248 21708 996147200 134512640 134550740 4294955616 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) 860108

[startup+12.7013 s]
/proc/loadavg: 2.08 2.02 2.00 3/84 23199
/proc/meminfo: memFree=1633320/2055920 swapFree=4180436/4192956
[pid=23177] ppid=23175 vsize=47556 CPUtime=0.01
/proc/23177/stat : 23177 (galacM.sh) S 23175 23177 19876 0 -1 4194304 765 1698 0 0 0 0 0 1 18 0 1 0 1993875754 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 231961979738 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/23177/statm: 11889 364 245 79 0 219 0
[pid=23191] ppid=23177 vsize=812552 CPUtime=12.53
/proc/23191/stat : 23191 (java) S 23177 23177 19876 0 -1 0 22308 0 1 0 1237 16 0 0 18 0 9 0 1993875758 832053248 21708 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23191/statm: 203138 21708 1910 9 0 197171 0
[pid=23191/tid=23192] ppid=23177 vsize=812552 CPUtime=12.17
/proc/23191/task/23192/stat : 23192 (java) R 23177 23177 19876 0 -1 64 14542 0 1 0 1205 12 0 0 25 0 9 0 1993875759 832053248 21708 996147200 134512640 134550740 4294955616 18446744073709551615 4126852791 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23191/tid=23193] ppid=23177 vsize=812552 CPUtime=0.1
/proc/23191/task/23193/stat : 23193 (java) S 23177 23177 19876 0 -1 64 6244 0 0 0 8 2 0 0 16 0 9 0 1993875760 832053248 21708 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23191/tid=23194] ppid=23177 vsize=812552 CPUtime=0
/proc/23191/task/23194/stat : 23194 (java) S 23177 23177 19876 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1993875760 832053248 21708 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23191/tid=23195] ppid=23177 vsize=812552 CPUtime=0
/proc/23191/task/23195/stat : 23195 (java) S 23177 23177 19876 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1993875760 832053248 21708 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23191/tid=23196] ppid=23177 vsize=812552 CPUtime=0
/proc/23191/task/23196/stat : 23196 (java) S 23177 23177 19876 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1993875762 832053248 21708 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23191/tid=23197] ppid=23177 vsize=812552 CPUtime=0.21
/proc/23191/task/23197/stat : 23197 (java) S 23177 23177 19876 0 -1 64 822 0 0 0 21 0 0 0 16 0 9 0 1993875762 832053248 21708 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23191/tid=23198] ppid=23177 vsize=812552 CPUtime=0
/proc/23191/task/23198/stat : 23198 (java) S 23177 23177 19876 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 1993875762 832053248 21708 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23191/tid=23199] ppid=23177 vsize=812552 CPUtime=0
/proc/23191/task/23199/stat : 23199 (java) S 23177 23177 19876 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1993875762 832053248 21708 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.54
Current children cumulated vsize (KiB) 860108

[startup+25.502 s]
/proc/loadavg: 2.06 2.01 2.00 3/76 23200
/proc/meminfo: memFree=1669864/2055920 swapFree=4180436/4192956
[pid=23177] ppid=23175 vsize=47556 CPUtime=21.49
/proc/23177/stat : 23177 (galacM.sh) S 23175 23177 19876 0 -1 4194304 799 24035 0 1 0 0 2127 22 17 0 1 0 1993875754 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 231961979738 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/23177/statm: 11889 364 245 79 0 219 0
[pid=23200] ppid=23177 vsize=39936 CPUtime=3.71
/proc/23200/stat : 23200 (minisat) R 23177 23177 19876 0 -1 4194304 9334 0 0 0 366 5 0 0 25 0 1 0 1993877928 40894464 9315 996147200 134512640 135136200 4294955968 18446744073709551615 134519993 0 0 4096 3 0 0 0 17 1 0 0
/proc/23200/statm: 9984 9315 56 152 0 9829 0
Current children cumulated CPU time (s) 25.2
Current children cumulated vsize (KiB) 87492

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

[startup+28.7024 s]
/proc/loadavg: 2.06 2.01 2.00 3/76 23200
/proc/meminfo: memFree=1669864/2055920 swapFree=4180436/4192956
[pid=23177] ppid=23175 vsize=47556 CPUtime=21.49
/proc/23177/stat : 23177 (galacM.sh) S 23175 23177 19876 0 -1 4194304 799 24035 0 1 0 0 2127 22 17 0 1 0 1993875754 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 231961979738 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/23177/statm: 11889 364 245 79 0 219 0
[pid=23200] ppid=23177 vsize=40336 CPUtime=6.88
/proc/23200/stat : 23200 (minisat) R 23177 23177 19876 0 -1 4194304 9355 0 0 0 683 5 0 0 25 0 1 0 1993877928 41304064 9336 996147200 134512640 135136200 4294955968 18446744073709551615 134529373 0 0 4096 3 0 0 0 17 1 0 0
/proc/23200/statm: 10084 9336 56 152 0 9929 0
Current children cumulated CPU time (s) 28.37
Current children cumulated vsize (KiB) 87892

[startup+29.5026 s]
/proc/loadavg: 2.06 2.01 2.00 3/76 23200
/proc/meminfo: memFree=1669864/2055920 swapFree=4180436/4192956
[pid=23177] ppid=23175 vsize=47556 CPUtime=21.49
/proc/23177/stat : 23177 (galacM.sh) S 23175 23177 19876 0 -1 4194304 799 24035 0 1 0 0 2127 22 17 0 1 0 1993875754 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 231961979738 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/23177/statm: 11889 364 245 79 0 219 0
[pid=23200] ppid=23177 vsize=40336 CPUtime=7.68
/proc/23200/stat : 23200 (minisat) R 23177 23177 19876 0 -1 4194304 9357 0 0 0 763 5 0 0 25 0 1 0 1993877928 41304064 9338 996147200 134512640 135136200 4294955968 18446744073709551615 134529575 0 0 4096 3 0 0 0 17 1 0 0
/proc/23200/statm: 10084 9338 56 152 0 9929 0
Current children cumulated CPU time (s) 29.17
Current children cumulated vsize (KiB) 87892

[startup+29.9016 s]
/proc/loadavg: 2.06 2.01 2.00 3/76 23200
/proc/meminfo: memFree=1669864/2055920 swapFree=4180436/4192956
[pid=23177] ppid=23175 vsize=47556 CPUtime=21.49
/proc/23177/stat : 23177 (galacM.sh) S 23175 23177 19876 0 -1 4194304 799 24035 0 1 0 0 2127 22 17 0 1 0 1993875754 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 231961979738 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/23177/statm: 11889 364 245 79 0 219 0
[pid=23200] ppid=23177 vsize=40336 CPUtime=8.07
/proc/23200/stat : 23200 (minisat) R 23177 23177 19876 0 -1 4194304 9359 0 0 0 802 5 0 0 25 0 1 0 1993877928 41304064 9340 996147200 134512640 135136200 4294955968 18446744073709551615 134529566 0 0 4096 3 0 0 0 17 1 0 0
/proc/23200/statm: 10084 9340 56 152 0 9929 0
Current children cumulated CPU time (s) 29.56
Current children cumulated vsize (KiB) 87892

[startup+30.3017 s]
/proc/loadavg: 2.06 2.01 2.00 3/76 23200
/proc/meminfo: memFree=1669864/2055920 swapFree=4180436/4192956
[pid=23177] ppid=23175 vsize=47556 CPUtime=21.49
/proc/23177/stat : 23177 (galacM.sh) S 23175 23177 19876 0 -1 4194304 799 24035 0 1 0 0 2127 22 17 0 1 0 1993875754 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 231961979738 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/23177/statm: 11889 364 245 79 0 219 0
[pid=23200] ppid=23177 vsize=40336 CPUtime=8.47
/proc/23200/stat : 23200 (minisat) R 23177 23177 19876 0 -1 4194304 9362 0 0 0 842 5 0 0 25 0 1 0 1993877928 41304064 9343 996147200 134512640 135136200 4294955968 18446744073709551615 134529373 0 0 4096 3 0 0 0 17 1 0 0
/proc/23200/statm: 10084 9343 56 152 0 9929 0
Current children cumulated CPU time (s) 29.96
Current children cumulated vsize (KiB) 87892

[startup+30.4017 s]
/proc/loadavg: 2.06 2.01 2.00 3/76 23200
/proc/meminfo: memFree=1669864/2055920 swapFree=4180436/4192956
[pid=23177] ppid=23175 vsize=47556 CPUtime=21.49
/proc/23177/stat : 23177 (galacM.sh) S 23175 23177 19876 0 -1 4194304 799 24035 0 1 0 0 2127 22 17 0 1 0 1993875754 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 231961979738 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/23177/statm: 11889 364 245 79 0 219 0
[pid=23200] ppid=23177 vsize=40336 CPUtime=8.57
/proc/23200/stat : 23200 (minisat) R 23177 23177 19876 0 -1 4194304 9362 0 0 0 852 5 0 0 25 0 1 0 1993877928 41304064 9343 996147200 134512640 135136200 4294955968 18446744073709551615 134529474 0 0 4096 3 0 0 0 17 1 0 0
/proc/23200/statm: 10084 9343 56 152 0 9929 0
Current children cumulated CPU time (s) 30.06
Current children cumulated vsize (KiB) 87892

Child status: 0
Real time (s): 30.4681
CPU time (s): 30.1514
CPU user time (s): 29.8485
CPU system time (s): 0.302953
CPU usage (%): 98.9605
Max. virtual memory (cumulated for all children) (KiB): 860108

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 29.8485
system time used= 0.302953
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 34414
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= 1769
involuntary context switches= 2361

runsolver used 0.037994 second user time and 0.110983 second system time

The end

Launcher Data (download as text)

Begin job on node71 at 2008-07-04 07:24:30
IDJOB=1066807
IDBENCH=55143
IDSOLVER=350
FILE ID=node71/1066807-1215149070
PBS_JOBID= 7877347
Free space on /tmp= 66504 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 2266fcf4147c2bc9f044c25c6adc6248
RANDOM SEED=2060725275

node71.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.209
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.209
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:       1720536 kB
Buffers:         20188 kB
Cached:         169632 kB
SwapCached:       6632 kB
Active:         245176 kB
Inactive:        32576 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1720536 kB
SwapTotal:     4192956 kB
SwapFree:      4180436 kB
Dirty:            3464 kB
Writeback:           0 kB
Mapped:          94784 kB
Slab:            42556 kB
Committed_AS:  4259832 kB
PageTables:       2052 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= 66500 MiB
End job on node71 at 2008-07-04 07:25:01