Trace number 1079316

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 19.1541 19.5904

General information on the benchmark

Namecsp/lexVg/
normalized-crossword-m1c-lex-vg11-12_ext.xml
MD5SUMe985d6a50614645b0425d00e5b840470
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.213967
Satisfiable
(Un)Satisfiability was proved
Number of variables132
Number of constraints23
Maximum constraint arity12
Maximum domain size26
Number of constraints which are defined in extension23
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.01/0.24	c --- Preproc Stats ---
0.01/0.91	c start processing
0.01/0.91	c start relation processing
0.73/1.05	c start cnf exporting
11.12/11.57	c parsing time : 0.572
11.12/11.57	c preprocessing time : 11.231
11.12/11.57	
11.12/11.57	c Nary constraints - conflicts : 0 supports : 23
11.12/11.57	c Binary constraints - conflicts : 0 supports :0
11.12/11.57	c max arity constraint : 12
11.12/11.57	c Max Tuples generated 0
11.12/11.57	c relations : 2
11.12/11.57	c relations BDD: 2
11.12/11.57	c sampling 0/0
11.12/11.57	c vars : 91372 - clauses :  325950
11.12/11.57	
11.12/11.60	 
11.12/11.60	c --- SAT Solver Stats ---
11.12/11.60	 
11.22/11.60	c eSAT 0.1 : minisat core with additionnal features
11.22/11.60	c ============================[ Problem Statistics ]=============================
11.22/11.60	c |                                                                             |
11.22/11.60	c |  Number of variables:  91371                                                |
11.22/11.60	c |  Number of clauses:    325950                                               |
11.22/11.99	c |  Parsing time:         0.35         s                                       |
19.03/19.57	c restarts              : 230
19.03/19.57	c conflicts             : 4201           (537 /sec)
19.03/19.57	c decisions             : 83580          (83.29 % random) (10684 /sec)
19.03/19.57	c euip                  : 416         
19.03/19.57	c propagations          : 6694139        (855721 /sec)
19.03/19.57	c conflict literals     : 43422          (25.95 % deleted)
19.03/19.57	c Memory used           : 48.80 MB
19.03/19.57	c CPU time              : 7.82281 s
19.03/19.57	c 
19.03/19.57	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-1079316-1215209604/watcher-1079316-1215209604 -o /tmp/evaluation-result-1079316-1215209604/solver-1079316-1215209604 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/galacE.sh HOME/instance-1079316-1215209604.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.20 2.08 2.02 4/84 14989
/proc/meminfo: memFree=1574384/2055920 swapFree=4179680/4192956
[pid=14989] ppid=14987 vsize=18572 CPUtime=0
/proc/14989/stat : 14989 (runsolver) R 14987 14989 13266 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 1999933047 19017728 292 996147200 4194304 4296836 548682068496 18446744073709551615 234211568935 0 0 4096 24578 0 0 0 17 1 0 0
/proc/14989/statm: 4643 292 257 25 0 2626 0

[startup+0.03618 s]
/proc/loadavg: 2.20 2.08 2.02 4/84 14989
/proc/meminfo: memFree=1574384/2055920 swapFree=4179680/4192956
[pid=14989] ppid=14987 vsize=8560 CPUtime=0
/proc/14989/stat : 14989 (galacE.sh) D 14987 14989 13266 0 -1 4194304 306 0 3 0 0 0 0 0 16 0 1 100 1999933047 8765440 255 996147200 4194304 4520092 548682068832 18446744073709551615 234211737682 0 2 4096 8192 18446744071563479169 0 0 17 1 0 0
/proc/14989/statm: 2140 255 198 79 0 133 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8560

[startup+0.101194 s]
/proc/loadavg: 2.20 2.08 2.02 4/84 14989
/proc/meminfo: memFree=1574384/2055920 swapFree=4179680/4192956
[pid=14989] ppid=14987 vsize=8748 CPUtime=0
/proc/14989/stat : 14989 (galacE.sh) R 14987 14989 13266 0 -1 4194304 402 833 4 0 0 0 0 0 17 0 1 0 1999933047 8957952 312 996147200 4194304 4520092 548682068832 18446744073709551615 234211568287 0 65538 4096 73728 0 0 0 17 1 0 0
/proc/14989/statm: 2187 312 217 79 0 180 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8748

[startup+0.301236 s]
/proc/loadavg: 2.20 2.08 2.02 4/84 14989
/proc/meminfo: memFree=1574384/2055920 swapFree=4179680/4192956
[pid=14989] ppid=14987 vsize=47556 CPUtime=0.01
/proc/14989/stat : 14989 (galacE.sh) S 14987 14989 13266 0 -1 4194304 760 1698 5 0 0 0 0 1 18 0 1 0 1999933047 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 234211175258 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/14989/statm: 11889 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47556

[startup+0.701321 s]
/proc/loadavg: 2.20 2.08 2.02 4/84 14989
/proc/meminfo: memFree=1574384/2055920 swapFree=4179680/4192956
[pid=14989] ppid=14987 vsize=47556 CPUtime=0.01
/proc/14989/stat : 14989 (galacE.sh) S 14987 14989 13266 0 -1 4194304 760 1698 5 0 0 0 0 1 18 0 1 0 1999933047 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 234211175258 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/14989/statm: 11889 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47556

[startup+1.50249 s]
/proc/loadavg: 2.26 2.10 2.02 3/94 15011
/proc/meminfo: memFree=1543448/2055920 swapFree=4179680/4192956
[pid=14989] ppid=14987 vsize=47556 CPUtime=0.01
/proc/14989/stat : 14989 (galacE.sh) S 14987 14989 13266 0 -1 4194304 760 1698 5 0 0 0 0 1 18 0 1 0 1999933047 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 234211175258 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/14989/statm: 11889 364 245 79 0 219 0
[pid=15003] ppid=14989 vsize=812760 CPUtime=1.22
/proc/15003/stat : 15003 (java) S 14989 14989 13266 0 -1 0 19485 0 1 0 113 9 0 0 18 0 9 0 1999933071 832266240 18907 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15003/statm: 203190 18907 1910 9 0 197171 0
[pid=15003/tid=15004] ppid=14989 vsize=812760 CPUtime=0.97
/proc/15003/task/15004/stat : 15004 (java) R 14989 14989 13266 0 -1 64 14519 0 1 0 90 7 0 0 20 0 9 0 1999933072 832266240 18907 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15003/tid=15005] ppid=14989 vsize=812760 CPUtime=0.02
/proc/15003/task/15005/stat : 15005 (java) R 14989 14989 13266 0 -1 64 3451 0 0 0 1 1 0 0 16 0 9 0 1999933075 832266240 18907 996147200 134512640 134550740 4294955600 18446744073709551615 102674864 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15003/tid=15006] ppid=14989 vsize=812760 CPUtime=0
/proc/15003/task/15006/stat : 15006 (java) S 14989 14989 13266 0 -1 64 11 0 0 0 0 0 0 0 18 0 9 0 1999933075 832266240 18907 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15003/tid=15007] ppid=14989 vsize=812760 CPUtime=0
/proc/15003/task/15007/stat : 15007 (java) S 14989 14989 13266 0 -1 64 4 0 0 0 0 0 0 0 19 0 9 0 1999933075 832266240 18907 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15003/tid=15008] ppid=14989 vsize=812760 CPUtime=0
/proc/15003/task/15008/stat : 15008 (java) S 14989 14989 13266 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1999933077 832266240 18907 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15003/tid=15009] ppid=14989 vsize=812760 CPUtime=0.21
/proc/15003/task/15009/stat : 15009 (java) S 14989 14989 13266 0 -1 64 815 0 0 0 21 0 0 0 16 0 9 0 1999933077 832266240 18907 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15003/tid=15010] ppid=14989 vsize=812760 CPUtime=0
/proc/15003/task/15010/stat : 15010 (java) S 14989 14989 13266 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1999933077 832266240 18907 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15003/tid=15011] ppid=14989 vsize=812760 CPUtime=0
/proc/15003/task/15011/stat : 15011 (java) S 14989 14989 13266 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1999933077 832266240 18907 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.23
Current children cumulated vsize (KiB) 860316

[startup+3.10282 s]
/proc/loadavg: 2.26 2.10 2.02 3/94 15011
/proc/meminfo: memFree=1495704/2055920 swapFree=4179680/4192956
[pid=14989] ppid=14987 vsize=47556 CPUtime=0.01
/proc/14989/stat : 14989 (galacE.sh) S 14987 14989 13266 0 -1 4194304 760 1698 5 0 0 0 0 1 18 0 1 0 1999933047 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 234211175258 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/14989/statm: 11889 364 245 79 0 219 0
[pid=15003] ppid=14989 vsize=812760 CPUtime=2.8
/proc/15003/stat : 15003 (java) S 14989 14989 13266 0 -1 0 21562 0 1 0 270 10 0 0 18 0 9 0 1999933071 832266240 20981 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15003/statm: 203190 20981 1911 9 0 197171 0
[pid=15003/tid=15004] ppid=14989 vsize=812760 CPUtime=2.49
/proc/15003/task/15004/stat : 15004 (java) R 14989 14989 13266 0 -1 64 14525 0 1 0 242 7 0 0 25 0 9 0 1999933072 832266240 20981 996147200 134512640 134550740 4294955600 18446744073709551615 4126977206 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15003/tid=15005] ppid=14989 vsize=812760 CPUtime=0.07
/proc/15003/task/15005/stat : 15005 (java) S 14989 14989 13266 0 -1 64 5512 0 0 0 5 2 0 0 16 0 9 0 1999933075 832266240 20981 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15003/tid=15006] ppid=14989 vsize=812760 CPUtime=0
/proc/15003/task/15006/stat : 15006 (java) S 14989 14989 13266 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1999933075 832266240 20981 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15003/tid=15007] ppid=14989 vsize=812760 CPUtime=0
/proc/15003/task/15007/stat : 15007 (java) S 14989 14989 13266 0 -1 64 6 0 0 0 0 0 0 0 16 0 9 0 1999933075 832266240 20981 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15003/tid=15008] ppid=14989 vsize=812760 CPUtime=0
/proc/15003/task/15008/stat : 15008 (java) S 14989 14989 13266 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1999933077 832266240 20981 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15003/tid=15009] ppid=14989 vsize=812760 CPUtime=0.22
/proc/15003/task/15009/stat : 15009 (java) S 14989 14989 13266 0 -1 64 823 0 0 0 22 0 0 0 16 0 9 0 1999933077 832266240 20981 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15003/tid=15010] ppid=14989 vsize=812760 CPUtime=0
/proc/15003/task/15010/stat : 15010 (java) S 14989 14989 13266 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1999933077 832266240 20981 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15003/tid=15011] ppid=14989 vsize=812760 CPUtime=0
/proc/15003/task/15011/stat : 15011 (java) S 14989 14989 13266 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1999933077 832266240 20981 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.81
Current children cumulated vsize (KiB) 860316

[startup+6.30248 s]
/proc/loadavg: 2.26 2.10 2.02 3/94 15011
/proc/meminfo: memFree=1493720/2055920 swapFree=4179680/4192956
[pid=14989] ppid=14987 vsize=47556 CPUtime=0.01
/proc/14989/stat : 14989 (galacE.sh) S 14987 14989 13266 0 -1 4194304 760 1698 5 0 0 0 0 1 18 0 1 0 1999933047 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 234211175258 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/14989/statm: 11889 364 245 79 0 219 0
[pid=15003] ppid=14989 vsize=812760 CPUtime=5.96
/proc/15003/stat : 15003 (java) S 14989 14989 13266 0 -1 0 21569 0 1 0 585 11 0 0 18 0 9 0 1999933071 832266240 20981 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15003/statm: 203190 20981 1911 9 0 197171 0
[pid=15003/tid=15004] ppid=14989 vsize=812760 CPUtime=5.65
/proc/15003/task/15004/stat : 15004 (java) R 14989 14989 13266 0 -1 64 14532 0 1 0 557 8 0 0 25 0 9 0 1999933072 832266240 20981 996147200 134512640 134550740 4294955600 18446744073709551615 4126864957 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15003/tid=15005] ppid=14989 vsize=812760 CPUtime=0.07
/proc/15003/task/15005/stat : 15005 (java) S 14989 14989 13266 0 -1 64 5512 0 0 0 5 2 0 0 16 0 9 0 1999933075 832266240 20981 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15003/tid=15006] ppid=14989 vsize=812760 CPUtime=0
/proc/15003/task/15006/stat : 15006 (java) S 14989 14989 13266 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1999933075 832266240 20981 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15003/tid=15007] ppid=14989 vsize=812760 CPUtime=0
/proc/15003/task/15007/stat : 15007 (java) S 14989 14989 13266 0 -1 64 6 0 0 0 0 0 0 0 16 0 9 0 1999933075 832266240 20981 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15003/tid=15008] ppid=14989 vsize=812760 CPUtime=0
/proc/15003/task/15008/stat : 15008 (java) S 14989 14989 13266 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1999933077 832266240 20981 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15003/tid=15009] ppid=14989 vsize=812760 CPUtime=0.22
/proc/15003/task/15009/stat : 15009 (java) S 14989 14989 13266 0 -1 64 823 0 0 0 22 0 0 0 16 0 9 0 1999933077 832266240 20981 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15003/tid=15010] ppid=14989 vsize=812760 CPUtime=0
/proc/15003/task/15010/stat : 15010 (java) S 14989 14989 13266 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1999933077 832266240 20981 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15003/tid=15011] ppid=14989 vsize=812760 CPUtime=0
/proc/15003/task/15011/stat : 15011 (java) S 14989 14989 13266 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1999933077 832266240 20981 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 5.97
Current children cumulated vsize (KiB) 860316

[startup+12.7028 s]
/proc/loadavg: 2.22 2.10 2.02 3/86 15012
/proc/meminfo: memFree=1537568/2055920 swapFree=4179680/4192956
[pid=14989] ppid=14987 vsize=47556 CPUtime=11.22
/proc/14989/stat : 14989 (galacE.sh) S 14987 14989 13266 0 -1 4194304 794 23289 5 1 0 0 1106 16 17 0 1 0 1999933047 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 234211175258 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/14989/statm: 11889 364 245 79 0 219 0
[pid=15012] ppid=14989 vsize=48128 CPUtime=1.08
/proc/15012/stat : 15012 (eSAT_static) R 14989 14989 13266 0 -1 4194304 11418 0 0 0 102 6 0 0 25 0 1 0 1999934207 49283072 11400 996147200 134512640 135177480 4294955968 18446744073709551615 134525885 0 0 4096 3 0 0 0 17 1 0 0
/proc/15012/statm: 12032 11400 75 162 0 11867 0
Current children cumulated CPU time (s) 12.3
Current children cumulated vsize (KiB) 95684

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

[startup+15.9015 s]
/proc/loadavg: 2.22 2.10 2.02 3/86 15012
/proc/meminfo: memFree=1518368/2055920 swapFree=4179680/4192956
[pid=14989] ppid=14987 vsize=47556 CPUtime=11.22
/proc/14989/stat : 14989 (galacE.sh) S 14987 14989 13266 0 -1 4194304 794 23289 5 1 0 0 1106 16 17 0 1 0 1999933047 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 234211175258 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/14989/statm: 11889 364 245 79 0 219 0
[pid=15012] ppid=14989 vsize=49972 CPUtime=4.25
/proc/15012/stat : 15012 (eSAT_static) R 14989 14989 13266 0 -1 4194304 13582 0 0 0 418 7 0 0 25 0 1 0 1999934207 51171328 12147 996147200 134512640 135177480 4294955968 18446744073709551615 134565483 0 0 4096 3 0 0 0 17 1 0 0
/proc/15012/statm: 12493 12147 80 162 0 12328 0
Current children cumulated CPU time (s) 15.47
Current children cumulated vsize (KiB) 97528

[startup+17.5018 s]
/proc/loadavg: 2.20 2.09 2.02 3/86 15012
/proc/meminfo: memFree=1518368/2055920 swapFree=4179680/4192956
[pid=14989] ppid=14987 vsize=47556 CPUtime=11.22
/proc/14989/stat : 14989 (galacE.sh) S 14987 14989 13266 0 -1 4194304 794 23289 5 1 0 0 1106 16 17 0 1 0 1999933047 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 234211175258 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/14989/statm: 11889 364 245 79 0 219 0
[pid=15012] ppid=14989 vsize=49972 CPUtime=5.84
/proc/15012/stat : 15012 (eSAT_static) R 14989 14989 13266 0 -1 4194304 13582 0 0 0 577 7 0 0 25 0 1 0 1999934207 51171328 12147 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/15012/statm: 12493 12147 80 162 0 12328 0
Current children cumulated CPU time (s) 17.06
Current children cumulated vsize (KiB) 97528

[startup+18.303 s]
/proc/loadavg: 2.20 2.09 2.02 3/86 15012
/proc/meminfo: memFree=1518368/2055920 swapFree=4179680/4192956
[pid=14989] ppid=14987 vsize=47556 CPUtime=11.22
/proc/14989/stat : 14989 (galacE.sh) S 14987 14989 13266 0 -1 4194304 794 23289 5 1 0 0 1106 16 17 0 1 0 1999933047 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 234211175258 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/14989/statm: 11889 364 245 79 0 219 0
[pid=15012] ppid=14989 vsize=49972 CPUtime=6.63
/proc/15012/stat : 15012 (eSAT_static) R 14989 14989 13266 0 -1 4194304 13582 0 0 0 656 7 0 0 25 0 1 0 1999934207 51171328 12147 996147200 134512640 135177480 4294955968 18446744073709551615 134565457 0 0 4096 3 0 0 0 17 1 0 0
/proc/15012/statm: 12493 12147 80 162 0 12328 0
Current children cumulated CPU time (s) 17.85
Current children cumulated vsize (KiB) 97528

[startup+19.1011 s]
/proc/loadavg: 2.20 2.09 2.02 3/86 15012
/proc/meminfo: memFree=1518368/2055920 swapFree=4179680/4192956
[pid=14989] ppid=14987 vsize=47556 CPUtime=11.22
/proc/14989/stat : 14989 (galacE.sh) S 14987 14989 13266 0 -1 4194304 794 23289 5 1 0 0 1106 16 17 0 1 0 1999933047 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 234211175258 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/14989/statm: 11889 364 245 79 0 219 0
[pid=15012] ppid=14989 vsize=49972 CPUtime=7.42
/proc/15012/stat : 15012 (eSAT_static) R 14989 14989 13266 0 -1 4194304 13582 0 0 0 735 7 0 0 25 0 1 0 1999934207 51171328 12147 996147200 134512640 135177480 4294955968 18446744073709551615 134565492 0 0 4096 3 0 0 0 17 1 0 0
/proc/15012/statm: 12493 12147 80 162 0 12328 0
Current children cumulated CPU time (s) 18.64
Current children cumulated vsize (KiB) 97528

[startup+19.5012 s]
/proc/loadavg: 2.20 2.09 2.02 3/86 15012
/proc/meminfo: memFree=1518368/2055920 swapFree=4179680/4192956
[pid=14989] ppid=14987 vsize=47556 CPUtime=11.22
/proc/14989/stat : 14989 (galacE.sh) S 14987 14989 13266 0 -1 4194304 794 23289 5 1 0 0 1106 16 17 0 1 0 1999933047 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 234211175258 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/14989/statm: 11889 364 245 79 0 219 0
[pid=15012] ppid=14989 vsize=49972 CPUtime=7.81
/proc/15012/stat : 15012 (eSAT_static) R 14989 14989 13266 0 -1 4194304 13582 0 0 0 774 7 0 0 25 0 1 0 1999934207 51171328 12147 996147200 134512640 135177480 4294955968 18446744073709551615 134565254 0 0 4096 3 0 0 0 17 1 0 0
/proc/15012/statm: 12493 12147 80 162 0 12328 0
Current children cumulated CPU time (s) 19.03
Current children cumulated vsize (KiB) 97528

Child status: 0
Real time (s): 19.5904
CPU time (s): 19.1541
CPU user time (s): 18.8971
CPU system time (s): 0.25696
CPU usage (%): 97.773
Max. virtual memory (cumulated for all children) (KiB): 860316

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 18.8971
system time used= 0.25696
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 37866
page faults= 6
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1455
involuntary context switches= 1565

runsolver used 0.022996 second user time and 0.074988 second system time

The end

Launcher Data (download as text)

Begin job on node54 at 2008-07-05 00:13:24
IDJOB=1079316
IDBENCH=56873
IDSOLVER=351
FILE ID=node54/1079316-1215209604
PBS_JOBID= 7881700
Free space on /tmp= 66528 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= e985d6a50614645b0425d00e5b840470
RANDOM SEED=545213363

node54.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.279
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.279
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:       1574736 kB
Buffers:         18156 kB
Cached:         136404 kB
SwapCached:       6328 kB
Active:         363148 kB
Inactive:        61596 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1574736 kB
SwapTotal:     4192956 kB
SwapFree:      4179680 kB
Dirty:            3144 kB
Writeback:           0 kB
Mapped:         281880 kB
Slab:            41088 kB
Committed_AS:  4605232 kB
PageTables:       2248 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= 66524 MiB
End job on node54 at 2008-07-05 00:13:44