Trace number 1066762

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 EUNSAT 35.8735 36.1039

General information on the benchmark

Namecsp/wordsVg/
normalized-crossword-m1c-words-vg11-13_ext.xml
MD5SUMa2dd31cba4a19665396f0c93a75686cb
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.306952
Satisfiable
(Un)Satisfiability was proved
Number of variables143
Number of constraints24
Maximum constraint arity13
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.75	c start processing
0.01/0.75	c start relation processing
0.01/0.96	c start cnf exporting
19.65/19.84	c parsing time : 0.624
19.65/19.84	c preprocessing time : 19.717
19.65/19.84	
19.65/19.84	c Nary constraints - conflicts : 0 supports : 24
19.65/19.84	c Binary constraints - conflicts : 0 supports :0
19.65/19.85	c max arity constraint : 13
19.65/19.85	c Max Tuples generated 0
19.65/19.85	c relations : 2
19.65/19.85	c relations BDD: 2
19.65/19.85	c sampling 0/0
19.65/19.85	c vars : 166346 - clauses :  584104
19.65/19.85	
19.65/19.89	 
19.65/19.89	c --- SAT Solver Stats ---
19.65/19.89	 
19.65/19.89	c eSAT 0.1 : minisat core with additionnal features
19.65/19.89	c ============================[ Problem Statistics ]=============================
19.65/19.89	c |                                                                             |
19.65/19.89	c |  Number of variables:  166345                                               |
19.65/19.89	c |  Number of clauses:    584104                                               |
19.72/20.66	c |  Parsing time:         0.68         s                                       |
35.74/36.07	c restarts              : 249
35.74/36.07	c conflicts             : 6301           (395 /sec)
35.74/36.07	c decisions             : 133133         (83.16 % random) (8347 /sec)
35.74/36.07	c euip                  : 570         
35.74/36.07	c propagations          : 11063052       (693583 /sec)
35.74/36.07	c conflict literals     : 88261          (27.00 % deleted)
35.74/36.07	c Memory used           : 87.96 MB
35.74/36.07	c CPU time              : 15.9506 s
35.74/36.07	c 
35.74/36.07	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-1066762-1215148933/watcher-1066762-1215148933 -o /tmp/evaluation-result-1066762-1215148933/solver-1066762-1215148933 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/galacE.sh HOME/instance-1066762-1215148933.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.01 2.00 1.99 4/74 23587
/proc/meminfo: memFree=1631688/2055920 swapFree=4180688/4192956
[pid=23587] ppid=23585 vsize=8560 CPUtime=0
/proc/23587/stat : 23587 (galacE.sh) R 23585 23587 20204 0 -1 4194304 308 0 0 0 0 0 0 0 21 0 1 0 1993866290 8765440 254 996147200 4194304 4520092 548682068832 18446744073709551615 209136109455 0 0 4096 8192 0 0 0 17 1 0 0
/proc/23587/statm: 2140 254 197 79 0 133 0

[startup+0.0813929 s]
/proc/loadavg: 2.01 2.00 1.99 4/74 23587
/proc/meminfo: memFree=1631688/2055920 swapFree=4180688/4192956
[pid=23587] ppid=23585 vsize=47552 CPUtime=0.01
/proc/23587/stat : 23587 (galacE.sh) S 23585 23587 20204 0 -1 4194304 765 1698 0 0 0 0 0 1 25 0 1 0 1993866290 48693248 364 996147200 4194304 4520092 548682068832 18446744073709551615 209135528794 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/23587/statm: 11888 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47552

[startup+0.102173 s]
/proc/loadavg: 2.01 2.00 1.99 4/74 23587
/proc/meminfo: memFree=1631688/2055920 swapFree=4180688/4192956
[pid=23587] ppid=23585 vsize=47552 CPUtime=0.01
/proc/23587/stat : 23587 (galacE.sh) S 23585 23587 20204 0 -1 4194304 765 1698 0 0 0 0 0 1 25 0 1 0 1993866290 48693248 364 996147200 4194304 4520092 548682068832 18446744073709551615 209135528794 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/23587/statm: 11888 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47552

[startup+0.302192 s]
/proc/loadavg: 2.01 2.00 1.99 4/74 23587
/proc/meminfo: memFree=1631688/2055920 swapFree=4180688/4192956
[pid=23587] ppid=23585 vsize=47552 CPUtime=0.01
/proc/23587/stat : 23587 (galacE.sh) S 23585 23587 20204 0 -1 4194304 765 1698 0 0 0 0 0 1 25 0 1 0 1993866290 48693248 364 996147200 4194304 4520092 548682068832 18446744073709551615 209135528794 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/23587/statm: 11888 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47552

[startup+0.702224 s]
/proc/loadavg: 2.01 2.00 1.99 4/74 23587
/proc/meminfo: memFree=1631688/2055920 swapFree=4180688/4192956
[pid=23587] ppid=23585 vsize=47552 CPUtime=0.01
/proc/23587/stat : 23587 (galacE.sh) S 23585 23587 20204 0 -1 4194304 765 1698 0 0 0 0 0 1 25 0 1 0 1993866290 48693248 364 996147200 4194304 4520092 548682068832 18446744073709551615 209135528794 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/23587/statm: 11888 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47552

[startup+1.5023 s]
/proc/loadavg: 2.01 2.00 1.99 3/84 23609
/proc/meminfo: memFree=1591608/2055920 swapFree=4180688/4192956
[pid=23587] ppid=23585 vsize=47552 CPUtime=0.01
/proc/23587/stat : 23587 (galacE.sh) S 23585 23587 20204 0 -1 4194304 765 1698 0 0 0 0 0 1 25 0 1 0 1993866290 48693248 364 996147200 4194304 4520092 548682068832 18446744073709551615 209135528794 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/23587/statm: 11888 364 245 79 0 219 0
[pid=23601] ppid=23587 vsize=812548 CPUtime=1.44
/proc/23601/stat : 23601 (java) S 23587 23587 20204 0 -1 0 20839 0 1 0 132 12 0 0 18 0 9 0 1993866294 832049152 20261 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23601/statm: 203137 20261 1911 9 0 197171 0
[pid=23601/tid=23602] ppid=23587 vsize=812548 CPUtime=1.12
/proc/23601/task/23602/stat : 23602 (java) R 23587 23587 20204 0 -1 64 14513 0 1 0 104 8 0 0 25 0 9 0 1993866295 832049152 20261 996147200 134512640 134550740 4294955616 18446744073709551615 103232513 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23601/tid=23603] ppid=23587 vsize=812548 CPUtime=0.08
/proc/23601/task/23603/stat : 23603 (java) S 23587 23587 20204 0 -1 64 4806 0 0 0 6 2 0 0 16 0 9 0 1993866297 832049152 20261 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23601/tid=23604] ppid=23587 vsize=812548 CPUtime=0
/proc/23601/task/23604/stat : 23604 (java) S 23587 23587 20204 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1993866297 832049152 20261 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23601/tid=23605] ppid=23587 vsize=812548 CPUtime=0
/proc/23601/task/23605/stat : 23605 (java) S 23587 23587 20204 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1993866297 832049152 20261 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23601/tid=23606] ppid=23587 vsize=812548 CPUtime=0
/proc/23601/task/23606/stat : 23606 (java) S 23587 23587 20204 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1993866299 832049152 20261 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23601/tid=23607] ppid=23587 vsize=812548 CPUtime=0.21
/proc/23601/task/23607/stat : 23607 (java) S 23587 23587 20204 0 -1 64 819 0 0 0 21 0 0 0 15 0 9 0 1993866299 832049152 20261 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23601/tid=23608] ppid=23587 vsize=812548 CPUtime=0
/proc/23601/task/23608/stat : 23608 (java) S 23587 23587 20204 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1993866299 832049152 20261 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23601/tid=23609] ppid=23587 vsize=812548 CPUtime=0
/proc/23601/task/23609/stat : 23609 (java) S 23587 23587 20204 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1993866299 832049152 20261 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) 860100

[startup+3.10144 s]
/proc/loadavg: 2.01 2.00 1.99 3/84 23609
/proc/meminfo: memFree=1550840/2055920 swapFree=4180688/4192956
[pid=23587] ppid=23585 vsize=47552 CPUtime=0.01
/proc/23587/stat : 23587 (galacE.sh) S 23585 23587 20204 0 -1 4194304 765 1698 0 0 0 0 0 1 25 0 1 0 1993866290 48693248 364 996147200 4194304 4520092 548682068832 18446744073709551615 209135528794 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/23587/statm: 11888 364 245 79 0 219 0
[pid=23601] ppid=23587 vsize=812548 CPUtime=3.03
/proc/23601/stat : 23601 (java) S 23587 23587 20204 0 -1 0 22236 0 1 0 290 13 0 0 18 0 9 0 1993866294 832049152 21654 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23601/statm: 203137 21654 1911 9 0 197171 0
[pid=23601/tid=23602] ppid=23587 vsize=812548 CPUtime=2.68
/proc/23601/task/23602/stat : 23602 (java) R 23587 23587 20204 0 -1 64 14523 0 1 0 260 8 0 0 25 0 9 0 1993866295 832049152 21654 996147200 134512640 134550740 4294955616 18446744073709551615 4126645008 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23601/tid=23603] ppid=23587 vsize=812548 CPUtime=0.11
/proc/23601/task/23603/stat : 23603 (java) S 23587 23587 20204 0 -1 64 6186 0 0 0 8 3 0 0 16 0 9 0 1993866297 832049152 21654 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23601/tid=23604] ppid=23587 vsize=812548 CPUtime=0
/proc/23601/task/23604/stat : 23604 (java) S 23587 23587 20204 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1993866297 832049152 21654 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23601/tid=23605] ppid=23587 vsize=812548 CPUtime=0
/proc/23601/task/23605/stat : 23605 (java) S 23587 23587 20204 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1993866297 832049152 21654 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23601/tid=23606] ppid=23587 vsize=812548 CPUtime=0
/proc/23601/task/23606/stat : 23606 (java) S 23587 23587 20204 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1993866299 832049152 21654 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23601/tid=23607] ppid=23587 vsize=812548 CPUtime=0.22
/proc/23601/task/23607/stat : 23607 (java) S 23587 23587 20204 0 -1 64 826 0 0 0 22 0 0 0 15 0 9 0 1993866299 832049152 21654 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23601/tid=23608] ppid=23587 vsize=812548 CPUtime=0
/proc/23601/task/23608/stat : 23608 (java) S 23587 23587 20204 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1993866299 832049152 21654 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23601/tid=23609] ppid=23587 vsize=812548 CPUtime=0
/proc/23601/task/23609/stat : 23609 (java) S 23587 23587 20204 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1993866299 832049152 21654 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.04
Current children cumulated vsize (KiB) 860100

[startup+6.30273 s]
/proc/loadavg: 2.01 2.00 1.99 3/84 23609
/proc/meminfo: memFree=1548728/2055920 swapFree=4180688/4192956
[pid=23587] ppid=23585 vsize=47552 CPUtime=0.01
/proc/23587/stat : 23587 (galacE.sh) S 23585 23587 20204 0 -1 4194304 765 1698 0 0 0 0 0 1 25 0 1 0 1993866290 48693248 364 996147200 4194304 4520092 548682068832 18446744073709551615 209135528794 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/23587/statm: 11888 364 245 79 0 219 0
[pid=23601] ppid=23587 vsize=812548 CPUtime=6.21
/proc/23601/stat : 23601 (java) S 23587 23587 20204 0 -1 0 22242 0 1 0 607 14 0 0 18 0 9 0 1993866294 832049152 21654 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23601/statm: 203137 21654 1911 9 0 197171 0
[pid=23601/tid=23602] ppid=23587 vsize=812548 CPUtime=5.86
/proc/23601/task/23602/stat : 23602 (java) R 23587 23587 20204 0 -1 64 14529 0 1 0 576 10 0 0 25 0 9 0 1993866295 832049152 21654 996147200 134512640 134550740 4294955616 18446744073709551615 4126681559 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23601/tid=23603] ppid=23587 vsize=812548 CPUtime=0.11
/proc/23601/task/23603/stat : 23603 (java) S 23587 23587 20204 0 -1 64 6186 0 0 0 8 3 0 0 16 0 9 0 1993866297 832049152 21654 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23601/tid=23604] ppid=23587 vsize=812548 CPUtime=0
/proc/23601/task/23604/stat : 23604 (java) S 23587 23587 20204 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1993866297 832049152 21654 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23601/tid=23605] ppid=23587 vsize=812548 CPUtime=0
/proc/23601/task/23605/stat : 23605 (java) S 23587 23587 20204 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1993866297 832049152 21654 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23601/tid=23606] ppid=23587 vsize=812548 CPUtime=0
/proc/23601/task/23606/stat : 23606 (java) S 23587 23587 20204 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1993866299 832049152 21654 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23601/tid=23607] ppid=23587 vsize=812548 CPUtime=0.22
/proc/23601/task/23607/stat : 23607 (java) S 23587 23587 20204 0 -1 64 826 0 0 0 22 0 0 0 15 0 9 0 1993866299 832049152 21654 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23601/tid=23608] ppid=23587 vsize=812548 CPUtime=0
/proc/23601/task/23608/stat : 23608 (java) S 23587 23587 20204 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1993866299 832049152 21654 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23601/tid=23609] ppid=23587 vsize=812548 CPUtime=0
/proc/23601/task/23609/stat : 23609 (java) S 23587 23587 20204 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1993866299 832049152 21654 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.22
Current children cumulated vsize (KiB) 860100

[startup+12.7023 s]
/proc/loadavg: 2.00 2.00 1.99 3/84 23609
/proc/meminfo: memFree=1544824/2055920 swapFree=4180688/4192956
[pid=23587] ppid=23585 vsize=47552 CPUtime=0.01
/proc/23587/stat : 23587 (galacE.sh) S 23585 23587 20204 0 -1 4194304 765 1698 0 0 0 0 0 1 25 0 1 0 1993866290 48693248 364 996147200 4194304 4520092 548682068832 18446744073709551615 209135528794 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/23587/statm: 11888 364 245 79 0 219 0
[pid=23601] ppid=23587 vsize=812548 CPUtime=12.58
/proc/23601/stat : 23601 (java) S 23587 23587 20204 0 -1 0 22253 0 1 0 1241 17 0 0 18 0 9 0 1993866294 832049152 21654 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23601/statm: 203137 21654 1911 9 0 197171 0
[pid=23601/tid=23602] ppid=23587 vsize=812548 CPUtime=12.22
/proc/23601/task/23602/stat : 23602 (java) R 23587 23587 20204 0 -1 64 14540 0 1 0 1210 12 0 0 25 0 9 0 1993866295 832049152 21654 996147200 134512640 134550740 4294955616 18446744073709551615 4126650705 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23601/tid=23603] ppid=23587 vsize=812548 CPUtime=0.11
/proc/23601/task/23603/stat : 23603 (java) S 23587 23587 20204 0 -1 64 6186 0 0 0 8 3 0 0 16 0 9 0 1993866297 832049152 21654 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23601/tid=23604] ppid=23587 vsize=812548 CPUtime=0
/proc/23601/task/23604/stat : 23604 (java) S 23587 23587 20204 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1993866297 832049152 21654 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23601/tid=23605] ppid=23587 vsize=812548 CPUtime=0
/proc/23601/task/23605/stat : 23605 (java) S 23587 23587 20204 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1993866297 832049152 21654 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23601/tid=23606] ppid=23587 vsize=812548 CPUtime=0
/proc/23601/task/23606/stat : 23606 (java) S 23587 23587 20204 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1993866299 832049152 21654 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23601/tid=23607] ppid=23587 vsize=812548 CPUtime=0.22
/proc/23601/task/23607/stat : 23607 (java) S 23587 23587 20204 0 -1 64 826 0 0 0 22 0 0 0 15 0 9 0 1993866299 832049152 21654 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23601/tid=23608] ppid=23587 vsize=812548 CPUtime=0
/proc/23601/task/23608/stat : 23608 (java) S 23587 23587 20204 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1993866299 832049152 21654 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23601/tid=23609] ppid=23587 vsize=812548 CPUtime=0
/proc/23601/task/23609/stat : 23609 (java) S 23587 23587 20204 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1993866299 832049152 21654 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.59
Current children cumulated vsize (KiB) 860100

[startup+25.5024 s]
/proc/loadavg: 2.08 2.02 1.99 3/76 23610
/proc/meminfo: memFree=1533752/2055920 swapFree=4180688/4192956
[pid=23587] ppid=23585 vsize=47552 CPUtime=19.72
/proc/23587/stat : 23587 (galacE.sh) S 23585 23587 20204 0 -1 4194304 799 23977 0 1 0 0 1950 22 17 0 1 0 1993866290 48693248 364 996147200 4194304 4520092 548682068832 18446744073709551615 209135528794 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/23587/statm: 11888 364 245 79 0 219 0
[pid=23610] ppid=23587 vsize=90064 CPUtime=5.57
/proc/23610/stat : 23610 (eSAT_static) R 23587 23587 20204 0 -1 4194304 23959 0 0 0 542 15 0 0 25 0 1 0 1993868279 92225536 21340 996147200 134512640 135177480 4294955984 18446744073709551615 134565210 0 0 4096 3 0 0 0 17 1 0 0
/proc/23610/statm: 22516 21340 80 162 0 22351 0
Current children cumulated CPU time (s) 25.29
Current children cumulated vsize (KiB) 137616

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

[startup+31.907 s]
/proc/loadavg: 2.08 2.02 1.99 3/76 23610
/proc/meminfo: memFree=1533624/2055920 swapFree=4180688/4192956
[pid=23587] ppid=23585 vsize=47552 CPUtime=19.72
/proc/23587/stat : 23587 (galacE.sh) S 23585 23587 20204 0 -1 4194304 799 23977 0 1 0 0 1950 22 17 0 1 0 1993866290 48693248 364 996147200 4194304 4520092 548682068832 18446744073709551615 209135528794 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/23587/statm: 11888 364 245 79 0 219 0
[pid=23610] ppid=23587 vsize=90064 CPUtime=11.94
/proc/23610/stat : 23610 (eSAT_static) R 23587 23587 20204 0 -1 4194304 23962 0 0 0 1179 15 0 0 25 0 1 0 1993868279 92225536 21343 996147200 134512640 135177480 4294955984 18446744073709551615 134565210 0 0 4096 3 0 0 0 17 1 0 0
/proc/23610/statm: 22516 21343 80 162 0 22351 0
Current children cumulated CPU time (s) 31.66
Current children cumulated vsize (KiB) 137616

[startup+33.5021 s]
/proc/loadavg: 2.08 2.02 1.99 3/76 23610
/proc/meminfo: memFree=1533560/2055920 swapFree=4180688/4192956
[pid=23587] ppid=23585 vsize=47552 CPUtime=19.72
/proc/23587/stat : 23587 (galacE.sh) S 23585 23587 20204 0 -1 4194304 799 23977 0 1 0 0 1950 22 17 0 1 0 1993866290 48693248 364 996147200 4194304 4520092 548682068832 18446744073709551615 209135528794 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/23587/statm: 11888 364 245 79 0 219 0
[pid=23610] ppid=23587 vsize=90064 CPUtime=13.53
/proc/23610/stat : 23610 (eSAT_static) R 23587 23587 20204 0 -1 4194304 23962 0 0 0 1338 15 0 0 25 0 1 0 1993868279 92225536 21343 996147200 134512640 135177480 4294955984 18446744073709551615 134565210 0 0 4096 3 0 0 0 17 1 0 0
/proc/23610/statm: 22516 21343 80 162 0 22351 0
Current children cumulated CPU time (s) 33.25
Current children cumulated vsize (KiB) 137616

[startup+35.1023 s]
/proc/loadavg: 2.07 2.02 1.99 3/76 23610
/proc/meminfo: memFree=1533560/2055920 swapFree=4180688/4192956
[pid=23587] ppid=23585 vsize=47552 CPUtime=19.72
/proc/23587/stat : 23587 (galacE.sh) S 23585 23587 20204 0 -1 4194304 799 23977 0 1 0 0 1950 22 17 0 1 0 1993866290 48693248 364 996147200 4194304 4520092 548682068832 18446744073709551615 209135528794 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/23587/statm: 11888 364 245 79 0 219 0
[pid=23610] ppid=23587 vsize=90064 CPUtime=15.13
/proc/23610/stat : 23610 (eSAT_static) R 23587 23587 20204 0 -1 4194304 23962 0 0 0 1498 15 0 0 25 0 1 0 1993868279 92225536 21343 996147200 134512640 135177480 4294955984 18446744073709551615 134547815 0 0 4096 3 0 0 0 17 1 0 0
/proc/23610/statm: 22516 21343 80 162 0 22351 0
Current children cumulated CPU time (s) 34.85
Current children cumulated vsize (KiB) 137616

[startup+35.9013 s]
/proc/loadavg: 2.07 2.02 1.99 3/76 23610
/proc/meminfo: memFree=1533560/2055920 swapFree=4180688/4192956
[pid=23587] ppid=23585 vsize=47552 CPUtime=19.72
/proc/23587/stat : 23587 (galacE.sh) S 23585 23587 20204 0 -1 4194304 799 23977 0 1 0 0 1950 22 17 0 1 0 1993866290 48693248 364 996147200 4194304 4520092 548682068832 18446744073709551615 209135528794 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/23587/statm: 11888 364 245 79 0 219 0
[pid=23610] ppid=23587 vsize=90064 CPUtime=15.92
/proc/23610/stat : 23610 (eSAT_static) R 23587 23587 20204 0 -1 4194304 23962 0 0 0 1577 15 0 0 25 0 1 0 1993868279 92225536 21343 996147200 134512640 135177480 4294955984 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/23610/statm: 22516 21343 80 162 0 22351 0
Current children cumulated CPU time (s) 35.64
Current children cumulated vsize (KiB) 137616

[startup+36.1014 s]
/proc/loadavg: 2.07 2.02 1.99 3/76 23610
/proc/meminfo: memFree=1533560/2055920 swapFree=4180688/4192956
[pid=23587] ppid=23585 vsize=47552 CPUtime=35.85
/proc/23587/stat : 23587 (galacE.sh) S 23585 23587 20204 0 -1 4194304 833 47950 0 1 0 0 3545 40 16 0 1 0 1993866290 48693248 364 996147200 4194304 4520092 548682068832 18446744073709551615 209135528794 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/23587/statm: 11888 364 245 79 0 219 0
Current children cumulated CPU time (s) 35.85
Current children cumulated vsize (KiB) 47552

Child status: 0
Real time (s): 36.1039
CPU time (s): 35.8735
CPU user time (s): 35.4546
CPU system time (s): 0.418936
CPU usage (%): 99.362
Max. virtual memory (cumulated for all children) (KiB): 860100

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 35.4546
system time used= 0.418936
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 48938
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= 1699
involuntary context switches= 1678

runsolver used 0.041993 second user time and 0.141978 second system time

The end

Launcher Data (download as text)

Begin job on node41 at 2008-07-04 07:22:13
IDJOB=1066762
IDBENCH=55141
IDSOLVER=351
FILE ID=node41/1066762-1215148933
PBS_JOBID= 7877297
Free space on /tmp= 66148 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= a2dd31cba4a19665396f0c93a75686cb
RANDOM SEED=74392011

node41.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.232
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.232
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:       1632168 kB
Buffers:         29708 kB
Cached:         194940 kB
SwapCached:       6144 kB
Active:         300496 kB
Inactive:        63816 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1632168 kB
SwapTotal:     4192956 kB
SwapFree:      4180688 kB
Dirty:            3296 kB
Writeback:           0 kB
Mapped:         146748 kB
Slab:            44684 kB
Committed_AS:  3627132 kB
PageTables:       2020 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= 66144 MiB
End job on node41 at 2008-07-04 07:22:49