Trace number 1066210

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 9.54055 9.66755

General information on the benchmark

Namecsp/wordsVg/
normalized-crossword-m1c-words-vg14-17_ext.xml
MD5SUM57f4206cc93a83610064734a04685251
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.025995
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.00/0.03	c --- Preproc Stats ---
0.01/0.64	c start processing
0.01/0.64	c start relation processing
0.01/0.75	c start cnf exporting
7.78/7.93	c parsing time : 0.523
7.78/7.93	c preprocessing time : 7.815
7.78/7.93	
7.78/7.93	c Nary constraints - conflicts : 0 supports : 31
7.78/7.93	c Binary constraints - conflicts : 0 supports :0
7.78/7.93	c max arity constraint : 17
7.78/7.93	c Max Tuples generated 0
7.78/7.94	c relations : 2
7.78/7.94	c relations BDD: 2
7.78/7.94	c sampling 0/0
7.78/7.94	c vars : 62611 - clauses :  256214
7.78/7.94	
7.78/7.97	 
7.78/7.97	c --- SAT Solver Stats ---
7.78/7.97	 
7.78/7.97	c eSAT 0.1 : minisat core with additionnal features
7.78/7.97	c ============================[ Problem Statistics ]=============================
7.78/7.97	c |                                                                             |
7.78/7.97	c |  Number of variables:  62610                                                |
7.78/7.97	c |  Number of clauses:    256214                                               |
7.84/8.25	c |  Parsing time:         0.25         s                                       |
9.44/9.65	c restarts              : 41
9.44/9.65	c conflicts             : 88             (55 /sec)
9.44/9.65	c decisions             : 8478           (96.27 % random) (5260 /sec)
9.44/9.65	c euip                  : 7           
9.44/9.65	c propagations          : 170234         (105620 /sec)
9.44/9.65	c conflict literals     : 396            (43.27 % deleted)
9.44/9.65	c Memory used           : 38.51 MB
9.44/9.65	c CPU time              : 1.61175 s
9.44/9.65	c 
9.44/9.65	s UNSATISFIABLE

Verifier Data (download as text)

No possible verification on an UNSAT instance

Watcher Data (download as text)

runsolver version 3.2.5 (c) roussel@cril.univ-artois.fr

command line: /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1066210-1215147260/watcher-1066210-1215147260 -o /tmp/evaluation-result-1066210-1215147260/solver-1066210-1215147260 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/galacE.sh HOME/instance-1066210-1215147260.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.77 1.82 1.91 4/81 28592
/proc/meminfo: memFree=1781608/2055920 swapFree=4121324/4192956
[pid=28592] ppid=28590 vsize=8560 CPUtime=0
/proc/28592/stat : 28592 (galacE.sh) R 28590 28592 24139 0 -1 4194304 308 0 0 0 0 0 0 0 20 0 1 0 1544400064 8765440 254 996147200 4194304 4520092 548682068832 18446744073709551615 212234651535 0 0 4096 8192 0 0 0 17 1 0 0
/proc/28592/statm: 2140 254 197 79 0 133 0

[startup+0.0382961 s]
/proc/loadavg: 1.77 1.82 1.91 4/81 28592
/proc/meminfo: memFree=1781608/2055920 swapFree=4121324/4192956
[pid=28592] ppid=28590 vsize=47556 CPUtime=0.01
/proc/28592/stat : 28592 (galacE.sh) S 28590 28592 24139 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 1544400064 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 212234070874 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/28592/statm: 11889 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47556

[startup+0.102255 s]
/proc/loadavg: 1.77 1.82 1.91 4/81 28592
/proc/meminfo: memFree=1781608/2055920 swapFree=4121324/4192956
[pid=28592] ppid=28590 vsize=47556 CPUtime=0.01
/proc/28592/stat : 28592 (galacE.sh) S 28590 28592 24139 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 1544400064 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 212234070874 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/28592/statm: 11889 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47556

[startup+0.302292 s]
/proc/loadavg: 1.77 1.82 1.91 4/81 28592
/proc/meminfo: memFree=1781608/2055920 swapFree=4121324/4192956
[pid=28592] ppid=28590 vsize=47556 CPUtime=0.01
/proc/28592/stat : 28592 (galacE.sh) S 28590 28592 24139 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 1544400064 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 212234070874 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/28592/statm: 11889 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47556

[startup+0.701361 s]
/proc/loadavg: 1.77 1.82 1.91 4/81 28592
/proc/meminfo: memFree=1781608/2055920 swapFree=4121324/4192956
[pid=28592] ppid=28590 vsize=47556 CPUtime=0.01
/proc/28592/stat : 28592 (galacE.sh) S 28590 28592 24139 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 1544400064 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 212234070874 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/28592/statm: 11889 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47556

[startup+1.5015 s]
/proc/loadavg: 1.77 1.82 1.91 4/91 28614
/proc/meminfo: memFree=1744088/2055920 swapFree=4121324/4192956
[pid=28592] ppid=28590 vsize=47556 CPUtime=0.01
/proc/28592/stat : 28592 (galacE.sh) S 28590 28592 24139 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 1544400064 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 212234070874 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/28592/statm: 11889 364 245 79 0 219 0
[pid=28606] ppid=28592 vsize=812628 CPUtime=1.44
/proc/28606/stat : 28606 (java) S 28592 28592 24139 0 -1 0 19709 0 1 0 132 12 0 0 18 0 9 0 1544400068 832131072 19132 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28606/statm: 203157 19132 1910 9 0 197138 0
[pid=28606/tid=28607] ppid=28592 vsize=812628 CPUtime=1.19
/proc/28606/task/28607/stat : 28607 (java) R 28592 28592 24139 0 -1 64 14515 0 1 0 110 9 0 0 25 0 9 0 1544400069 832131072 19132 996147200 134512640 134550740 4294955616 18446744073709551615 4126925357 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28606/tid=28608] ppid=28592 vsize=812628 CPUtime=0.02
/proc/28606/task/28608/stat : 28608 (java) S 28592 28592 24139 0 -1 64 3690 0 0 0 1 1 0 0 16 0 9 0 1544400070 832131072 19132 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28606/tid=28609] ppid=28592 vsize=812628 CPUtime=0
/proc/28606/task/28609/stat : 28609 (java) S 28592 28592 24139 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1544400070 832131072 19132 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28606/tid=28610] ppid=28592 vsize=812628 CPUtime=0
/proc/28606/task/28610/stat : 28610 (java) S 28592 28592 24139 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1544400070 832131072 19132 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28606/tid=28611] ppid=28592 vsize=812628 CPUtime=0
/proc/28606/task/28611/stat : 28611 (java) S 28592 28592 24139 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1544400072 832131072 19132 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28606/tid=28612] ppid=28592 vsize=812628 CPUtime=0.19
/proc/28606/task/28612/stat : 28612 (java) S 28592 28592 24139 0 -1 64 805 0 0 0 19 0 0 0 15 0 9 0 1544400073 832131072 19132 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28606/tid=28613] ppid=28592 vsize=812628 CPUtime=0
/proc/28606/task/28613/stat : 28613 (java) S 28592 28592 24139 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 1544400073 832131072 19132 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28606/tid=28614] ppid=28592 vsize=812628 CPUtime=0
/proc/28606/task/28614/stat : 28614 (java) S 28592 28592 24139 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1544400073 832131072 19132 996147200 134512640 134550740 4294955616 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) 860184

[startup+3.10277 s]
/proc/loadavg: 1.77 1.82 1.91 3/91 28614
/proc/meminfo: memFree=1705112/2055920 swapFree=4121324/4192956
[pid=28592] ppid=28590 vsize=47556 CPUtime=0.01
/proc/28592/stat : 28592 (galacE.sh) S 28590 28592 24139 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 1544400064 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 212234070874 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/28592/statm: 11889 364 245 79 0 219 0
[pid=28606] ppid=28592 vsize=812760 CPUtime=3.02
/proc/28606/stat : 28606 (java) S 28592 28592 24139 0 -1 0 21106 0 1 0 289 13 0 0 18 0 9 0 1544400068 832266240 20525 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28606/statm: 203190 20525 1910 9 0 197171 0
[pid=28606/tid=28607] ppid=28592 vsize=812760 CPUtime=2.75
/proc/28606/task/28607/stat : 28607 (java) R 28592 28592 24139 0 -1 64 14521 0 1 0 265 10 0 0 25 0 9 0 1544400069 832266240 20525 996147200 134512640 134550740 4294955616 18446744073709551615 4126819303 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28606/tid=28608] ppid=28592 vsize=812760 CPUtime=0.04
/proc/28606/task/28608/stat : 28608 (java) S 28592 28592 24139 0 -1 64 5070 0 0 0 2 2 0 0 16 0 9 0 1544400070 832266240 20525 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28606/tid=28609] ppid=28592 vsize=812760 CPUtime=0
/proc/28606/task/28609/stat : 28609 (java) S 28592 28592 24139 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1544400070 832266240 20525 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28606/tid=28610] ppid=28592 vsize=812760 CPUtime=0
/proc/28606/task/28610/stat : 28610 (java) S 28592 28592 24139 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1544400070 832266240 20525 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28606/tid=28611] ppid=28592 vsize=812760 CPUtime=0
/proc/28606/task/28611/stat : 28611 (java) S 28592 28592 24139 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1544400072 832266240 20525 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28606/tid=28612] ppid=28592 vsize=812760 CPUtime=0.2
/proc/28606/task/28612/stat : 28612 (java) S 28592 28592 24139 0 -1 64 816 0 0 0 20 0 0 0 15 0 9 0 1544400073 832266240 20525 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28606/tid=28613] ppid=28592 vsize=812760 CPUtime=0
/proc/28606/task/28613/stat : 28613 (java) S 28592 28592 24139 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 1544400073 832266240 20525 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28606/tid=28614] ppid=28592 vsize=812760 CPUtime=0
/proc/28606/task/28614/stat : 28614 (java) S 28592 28592 24139 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1544400073 832266240 20525 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) 860316

[startup+6.30133 s]
/proc/loadavg: 1.79 1.82 1.91 3/91 28614
/proc/meminfo: memFree=1703064/2055920 swapFree=4121324/4192956
[pid=28592] ppid=28590 vsize=47556 CPUtime=0.01
/proc/28592/stat : 28592 (galacE.sh) S 28590 28592 24139 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 1544400064 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 212234070874 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/28592/statm: 11889 364 245 79 0 219 0
[pid=28606] ppid=28592 vsize=812760 CPUtime=6.19
/proc/28606/stat : 28606 (java) S 28592 28592 24139 0 -1 0 21113 0 1 0 605 14 0 0 18 0 9 0 1544400068 832266240 20525 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28606/statm: 203190 20525 1910 9 0 197171 0
[pid=28606/tid=28607] ppid=28592 vsize=812760 CPUtime=5.91
/proc/28606/task/28607/stat : 28607 (java) R 28592 28592 24139 0 -1 64 14528 0 1 0 580 11 0 0 25 0 9 0 1544400069 832266240 20525 996147200 134512640 134550740 4294955616 18446744073709551615 4126858099 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28606/tid=28608] ppid=28592 vsize=812760 CPUtime=0.05
/proc/28606/task/28608/stat : 28608 (java) S 28592 28592 24139 0 -1 64 5070 0 0 0 3 2 0 0 16 0 9 0 1544400070 832266240 20525 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28606/tid=28609] ppid=28592 vsize=812760 CPUtime=0
/proc/28606/task/28609/stat : 28609 (java) S 28592 28592 24139 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1544400070 832266240 20525 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28606/tid=28610] ppid=28592 vsize=812760 CPUtime=0
/proc/28606/task/28610/stat : 28610 (java) S 28592 28592 24139 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1544400070 832266240 20525 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28606/tid=28611] ppid=28592 vsize=812760 CPUtime=0
/proc/28606/task/28611/stat : 28611 (java) S 28592 28592 24139 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1544400072 832266240 20525 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28606/tid=28612] ppid=28592 vsize=812760 CPUtime=0.2
/proc/28606/task/28612/stat : 28612 (java) S 28592 28592 24139 0 -1 64 816 0 0 0 20 0 0 0 15 0 9 0 1544400073 832266240 20525 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28606/tid=28613] ppid=28592 vsize=812760 CPUtime=0
/proc/28606/task/28613/stat : 28613 (java) S 28592 28592 24139 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 1544400073 832266240 20525 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28606/tid=28614] ppid=28592 vsize=812760 CPUtime=0
/proc/28606/task/28614/stat : 28614 (java) S 28592 28592 24139 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1544400073 832266240 20525 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) 860316

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

[startup+7.90261 s]
/proc/loadavg: 1.79 1.82 1.91 3/91 28614
/proc/meminfo: memFree=1701720/2055920 swapFree=4121324/4192956
[pid=28592] ppid=28590 vsize=47556 CPUtime=0.01
/proc/28592/stat : 28592 (galacE.sh) S 28590 28592 24139 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 1544400064 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 212234070874 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/28592/statm: 11889 364 245 79 0 219 0
[pid=28606] ppid=28592 vsize=812760 CPUtime=7.77
/proc/28606/stat : 28606 (java) S 28592 28592 24139 0 -1 0 21116 0 1 0 762 15 0 0 18 0 9 0 1544400068 832266240 20525 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28606/statm: 203190 20525 1910 9 0 197171 0
[pid=28606/tid=28607] ppid=28592 vsize=812760 CPUtime=7.49
/proc/28606/task/28607/stat : 28607 (java) R 28592 28592 24139 0 -1 64 14531 0 1 0 738 11 0 0 25 0 9 0 1544400069 832266240 20525 996147200 134512640 134550740 4294955616 18446744073709551615 103206822 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28606/tid=28608] ppid=28592 vsize=812760 CPUtime=0.05
/proc/28606/task/28608/stat : 28608 (java) S 28592 28592 24139 0 -1 64 5070 0 0 0 3 2 0 0 16 0 9 0 1544400070 832266240 20525 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28606/tid=28609] ppid=28592 vsize=812760 CPUtime=0
/proc/28606/task/28609/stat : 28609 (java) S 28592 28592 24139 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1544400070 832266240 20525 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28606/tid=28610] ppid=28592 vsize=812760 CPUtime=0
/proc/28606/task/28610/stat : 28610 (java) S 28592 28592 24139 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1544400070 832266240 20525 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28606/tid=28611] ppid=28592 vsize=812760 CPUtime=0
/proc/28606/task/28611/stat : 28611 (java) S 28592 28592 24139 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1544400072 832266240 20525 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28606/tid=28612] ppid=28592 vsize=812760 CPUtime=0.2
/proc/28606/task/28612/stat : 28612 (java) S 28592 28592 24139 0 -1 64 816 0 0 0 20 0 0 0 15 0 9 0 1544400073 832266240 20525 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28606/tid=28613] ppid=28592 vsize=812760 CPUtime=0
/proc/28606/task/28613/stat : 28613 (java) S 28592 28592 24139 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 1544400073 832266240 20525 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28606/tid=28614] ppid=28592 vsize=812760 CPUtime=0
/proc/28606/task/28614/stat : 28614 (java) S 28592 28592 24139 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1544400073 832266240 20525 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 7.78
Current children cumulated vsize (KiB) 860316

[startup+8.70175 s]
/proc/loadavg: 1.79 1.82 1.91 3/83 28615
/proc/meminfo: memFree=1743768/2055920 swapFree=4121324/4192956
[pid=28592] ppid=28590 vsize=47556 CPUtime=7.84
/proc/28592/stat : 28592 (galacE.sh) S 28590 28592 24139 0 -1 4194304 799 22825 0 1 0 0 766 18 17 0 1 0 1544400064 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 212234070874 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/28592/statm: 11889 364 245 79 0 219 0
[pid=28615] ppid=28592 vsize=36276 CPUtime=0.71
/proc/28615/stat : 28615 (eSAT_static) R 28592 28592 24139 0 -1 4194304 8197 0 0 0 67 4 0 0 24 0 1 0 1544400862 37146624 8179 996147200 134512640 135177480 4294955984 18446744073709551615 134531243 0 0 4096 3 0 0 0 17 1 0 0
/proc/28615/statm: 9069 8179 75 162 0 8904 0
Current children cumulated CPU time (s) 8.55
Current children cumulated vsize (KiB) 83832

[startup+9.10182 s]
/proc/loadavg: 1.79 1.82 1.91 3/83 28615
/proc/meminfo: memFree=1743768/2055920 swapFree=4121324/4192956
[pid=28592] ppid=28590 vsize=47556 CPUtime=7.84
/proc/28592/stat : 28592 (galacE.sh) S 28590 28592 24139 0 -1 4194304 799 22825 0 1 0 0 766 18 17 0 1 0 1544400064 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 212234070874 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/28592/statm: 11889 364 245 79 0 219 0
[pid=28615] ppid=28592 vsize=43140 CPUtime=1.1
/proc/28615/stat : 28615 (eSAT_static) R 28592 28592 24139 0 -1 4194304 10059 0 0 0 106 4 0 0 25 0 1 0 1544400862 44175360 10041 996147200 134512640 135177480 4294955984 18446744073709551615 134538427 0 0 4096 3 0 0 0 17 1 0 0
/proc/28615/statm: 10785 10041 75 162 0 10620 0
Current children cumulated CPU time (s) 8.94
Current children cumulated vsize (KiB) 90696

[startup+9.50289 s]
/proc/loadavg: 1.79 1.82 1.91 3/83 28615
/proc/meminfo: memFree=1743768/2055920 swapFree=4121324/4192956
[pid=28592] ppid=28590 vsize=47556 CPUtime=7.84
/proc/28592/stat : 28592 (galacE.sh) S 28590 28592 24139 0 -1 4194304 799 22825 0 1 0 0 766 18 17 0 1 0 1544400064 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 212234070874 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/28592/statm: 11889 364 245 79 0 219 0
[pid=28615] ppid=28592 vsize=39432 CPUtime=1.5
/proc/28615/stat : 28615 (eSAT_static) R 28592 28592 24139 0 -1 4194304 10341 0 0 0 145 5 0 0 25 0 1 0 1544400862 40378368 9285 996147200 134512640 135177480 4294955984 18446744073709551615 134565457 0 0 4096 3 0 0 0 17 1 0 0
/proc/28615/statm: 9858 9285 78 162 0 9693 0
Current children cumulated CPU time (s) 9.34
Current children cumulated vsize (KiB) 86988

[startup+9.60291 s]
/proc/loadavg: 1.79 1.82 1.91 3/83 28615
/proc/meminfo: memFree=1743768/2055920 swapFree=4121324/4192956
[pid=28592] ppid=28590 vsize=47556 CPUtime=7.84
/proc/28592/stat : 28592 (galacE.sh) S 28590 28592 24139 0 -1 4194304 799 22825 0 1 0 0 766 18 17 0 1 0 1544400064 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 212234070874 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/28592/statm: 11889 364 245 79 0 219 0
[pid=28615] ppid=28592 vsize=39432 CPUtime=1.6
/proc/28615/stat : 28615 (eSAT_static) R 28592 28592 24139 0 -1 4194304 10343 0 0 0 155 5 0 0 25 0 1 0 1544400862 40378368 9287 996147200 134512640 135177480 4294955984 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/28615/statm: 9858 9287 80 162 0 9693 0
Current children cumulated CPU time (s) 9.44
Current children cumulated vsize (KiB) 86988

Child status: 0
Real time (s): 9.66755
CPU time (s): 9.54055
CPU user time (s): 9.28959
CPU system time (s): 0.250961
CPU usage (%): 98.6863
Max. virtual memory (cumulated for all children) (KiB): 860316

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 9.28959
system time used= 0.250961
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 34167
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= 1191
involuntary context switches= 1566

runsolver used 0.013997 second user time and 0.036994 second system time

The end

Launcher Data (download as text)

Begin job on node14 at 2008-07-04 06:54:20
IDJOB=1066210
IDBENCH=55103
IDSOLVER=351
FILE ID=node14/1066210-1215147260
PBS_JOBID= 7877311
Free space on /tmp= 66536 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 57f4206cc93a83610064734a04685251
RANDOM SEED=1292180912

node14.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.267
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	: 5931.00
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.267
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:       1782088 kB
Buffers:          9560 kB
Cached:          99616 kB
SwapCached:      65720 kB
Active:         201612 kB
Inactive:        17616 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1782088 kB
SwapTotal:     4192956 kB
SwapFree:      4121324 kB
Dirty:            3628 kB
Writeback:           0 kB
Mapped:         126276 kB
Slab:            39520 kB
Committed_AS:  3054608 kB
PageTables:       2100 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= 66532 MiB
End job on node14 at 2008-07-04 06:54:30