Trace number 1069082

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 ESAT 7.60084 7.76868

General information on the benchmark

Namecsp/ukVg/
normalized-crossword-m1c-uk-vg4-4_ext.xml
MD5SUM5d020f1d627f8b217c3b34cf58a45350
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.015996
Satisfiable
(Un)Satisfiability was proved
Number of variables16
Number of constraints8
Maximum constraint arity4
Maximum domain size26
Number of constraints which are defined in extension8
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.53	c start processing
0.01/0.53	c start relation processing
0.01/0.67	c start cnf exporting
4.33/4.43	c parsing time : 0.402
4.33/4.43	c preprocessing time : 4.3
4.33/4.43	
4.33/4.43	c Nary constraints - conflicts : 0 supports : 8
4.33/4.43	c Binary constraints - conflicts : 0 supports :0
4.33/4.43	c max arity constraint : 4
4.33/4.43	c Max Tuples generated 0
4.33/4.43	c relations : 1
4.33/4.43	c relations BDD: 1
4.33/4.43	c sampling 0/0
4.33/4.43	c vars : 31449 - clauses :  111888
4.33/4.43	
4.33/4.48	 
4.33/4.48	c --- SAT Solver Stats ---
4.33/4.48	 
4.33/4.48	c eSAT 0.1 : minisat core with additionnal features
4.33/4.48	c ============================[ Problem Statistics ]=============================
4.33/4.48	c |                                                                             |
4.33/4.48	c |  Number of variables:  31448                                                |
4.33/4.48	c |  Number of clauses:    111888                                               |
4.38/4.62	c |  Parsing time:         0.11         s                                       |
6.76/7.00	c restarts              : 201
6.76/7.00	c conflicts             : 477            (195 /sec)
6.76/7.00	c decisions             : 31381          (78.47 % random) (12805 /sec)
6.76/7.00	c euip                  : 57          
6.76/7.00	c propagations          : 1927605        (786576 /sec)
6.76/7.00	c conflict literals     : 20604          (36.00 % deleted)
6.76/7.00	c Memory used           : 19.48 MB
6.76/7.00	c CPU time              : 2.45063 s
6.76/7.00	c 
6.86/7.01	s SATISFIABLE
7.55/7.76	v 12 14 14 3 8 6 1 14 5 11 8 19 5 4 18 18

Verifier Data (download as text)

OK

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-1069082-1215158779/watcher-1069082-1215158779 -o /tmp/evaluation-result-1069082-1215158779/solver-1069082-1215158779 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/galacE.sh HOME/instance-1069082-1215158779.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.12 2.04 2.01 4/72 28998
/proc/meminfo: memFree=1806032/2055920 swapFree=4180840/4192956
[pid=28998] ppid=28996 vsize=8560 CPUtime=0
/proc/28998/stat : 28998 (galacE.sh) S 28996 28998 28769 0 -1 4194304 308 0 0 0 0 0 0 0 16 0 1 0 1994851920 8765440 254 996147200 4194304 4520092 548682068832 18446744073709551615 253307373455 0 0 4096 8192 0 0 0 17 1 0 0
/proc/28998/statm: 2163 280 208 79 0 156 0
[pid=28999] ppid=28998 vsize=8688 CPUtime=0
/proc/28999/stat : 28999 (galacE.sh) S 28998 28998 28769 0 -1 4194368 36 0 0 0 0 0 0 0 17 0 1 0 1994851921 8896512 286 996147200 4194304 4520092 548682068832 18446744073709551615 253307355218 0 0 4096 73728 18446744071563648864 0 0 17 1 0 0
/proc/28999/statm: 2172 286 209 79 0 165 0
[pid=29000] ppid=28999 vsize=8728 CPUtime=0
/proc/29000/stat : 29000 (galacE.sh) R 28999 28998 28769 0 -1 4194368 25 0 0 0 0 0 0 0 19 0 1 0 1994851921 8937472 290 996147200 4194304 4520092 548682068832 18446744073709551615 253307186471 0 0 3674112 73728 0 0 0 17 1 0 0
/proc/29000/statm: 2182 290 209 79 0 175 0

[startup+0.060363 s]
/proc/loadavg: 2.12 2.04 2.01 4/72 28998
/proc/meminfo: memFree=1806032/2055920 swapFree=4180840/4192956
[pid=28998] ppid=28996 vsize=47564 CPUtime=0.01
/proc/28998/stat : 28998 (galacE.sh) S 28996 28998 28769 0 -1 4194304 766 1697 0 0 0 0 0 1 18 0 1 0 1994851920 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 253306792794 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/28998/statm: 11891 365 246 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47564

[startup+0.101271 s]
/proc/loadavg: 2.12 2.04 2.01 4/72 28998
/proc/meminfo: memFree=1806032/2055920 swapFree=4180840/4192956
[pid=28998] ppid=28996 vsize=47564 CPUtime=0.01
/proc/28998/stat : 28998 (galacE.sh) S 28996 28998 28769 0 -1 4194304 766 1697 0 0 0 0 0 1 18 0 1 0 1994851920 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 253306792794 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/28998/statm: 11891 365 246 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47564

[startup+0.30129 s]
/proc/loadavg: 2.12 2.04 2.01 4/72 28998
/proc/meminfo: memFree=1806032/2055920 swapFree=4180840/4192956
[pid=28998] ppid=28996 vsize=47564 CPUtime=0.01
/proc/28998/stat : 28998 (galacE.sh) S 28996 28998 28769 0 -1 4194304 766 1697 0 0 0 0 0 1 18 0 1 0 1994851920 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 253306792794 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/28998/statm: 11891 365 246 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47564

[startup+0.701325 s]
/proc/loadavg: 2.12 2.04 2.01 4/72 28998
/proc/meminfo: memFree=1806032/2055920 swapFree=4180840/4192956
[pid=28998] ppid=28996 vsize=47564 CPUtime=0.01
/proc/28998/stat : 28998 (galacE.sh) S 28996 28998 28769 0 -1 4194304 766 1697 0 0 0 0 0 1 18 0 1 0 1994851920 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 253306792794 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/28998/statm: 11891 365 246 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47564

[startup+1.50241 s]
/proc/loadavg: 2.12 2.04 2.01 3/82 29020
/proc/meminfo: memFree=1759744/2055920 swapFree=4180840/4192956
[pid=28998] ppid=28996 vsize=47564 CPUtime=0.01
/proc/28998/stat : 28998 (galacE.sh) S 28996 28998 28769 0 -1 4194304 766 1697 0 0 0 0 0 1 18 0 1 0 1994851920 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 253306792794 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/28998/statm: 11891 365 246 79 0 219 0
[pid=29012] ppid=28998 vsize=812760 CPUtime=1.44
/proc/29012/stat : 29012 (java) S 28998 28998 28769 0 -1 0 19835 0 1 0 133 11 0 0 19 0 9 0 1994851924 832266240 19257 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29012/statm: 203190 19257 1909 9 0 197171 0
[pid=29012/tid=29013] ppid=28998 vsize=812760 CPUtime=1.18
/proc/29012/task/29013/stat : 29013 (java) R 28998 28998 28769 0 -1 64 14519 0 1 0 110 8 0 0 25 0 9 0 1994851925 832266240 19257 996147200 134512640 134550740 4294955600 18446744073709551615 4126381676 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29012/tid=29014] ppid=28998 vsize=812760 CPUtime=0.04
/proc/29012/task/29014/stat : 29014 (java) S 28998 28998 28769 0 -1 64 3813 0 0 0 3 1 0 0 16 0 9 0 1994851926 832266240 19257 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=29012/tid=29015] ppid=28998 vsize=812760 CPUtime=0
/proc/29012/task/29015/stat : 29015 (java) S 28998 28998 28769 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1994851927 832266240 19257 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29012/tid=29016] ppid=28998 vsize=812760 CPUtime=0
/proc/29012/task/29016/stat : 29016 (java) S 28998 28998 28769 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1994851927 832266240 19257 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29012/tid=29017] ppid=28998 vsize=812760 CPUtime=0
/proc/29012/task/29017/stat : 29017 (java) S 28998 28998 28769 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1994851929 832266240 19257 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29012/tid=29018] ppid=28998 vsize=812760 CPUtime=0.19
/proc/29012/task/29018/stat : 29018 (java) S 28998 28998 28769 0 -1 64 804 0 0 0 19 0 0 0 15 0 9 0 1994851929 832266240 19257 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29012/tid=29019] ppid=28998 vsize=812760 CPUtime=0
/proc/29012/task/29019/stat : 29019 (java) S 28998 28998 28769 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 1994851929 832266240 19257 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29012/tid=29020] ppid=28998 vsize=812760 CPUtime=0
/proc/29012/task/29020/stat : 29020 (java) R 28998 28998 28769 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1994851929 832266240 19257 996147200 134512640 134550740 4294955600 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) 860324

[startup+3.10255 s]
/proc/loadavg: 2.12 2.04 2.01 3/82 29020
/proc/meminfo: memFree=1729344/2055920 swapFree=4180840/4192956
[pid=28998] ppid=28996 vsize=47564 CPUtime=0.01
/proc/28998/stat : 28998 (galacE.sh) S 28996 28998 28769 0 -1 4194304 766 1697 0 0 0 0 0 1 18 0 1 0 1994851920 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 253306792794 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/28998/statm: 11891 365 246 79 0 219 0
[pid=29012] ppid=28998 vsize=812760 CPUtime=3.03
/proc/29012/stat : 29012 (java) S 28998 28998 28769 0 -1 0 21218 0 1 0 291 12 0 0 19 0 9 0 1994851924 832266240 20637 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29012/statm: 203190 20637 1909 9 0 197171 0
[pid=29012/tid=29013] ppid=28998 vsize=812760 CPUtime=2.75
/proc/29012/task/29013/stat : 29013 (java) R 28998 28998 28769 0 -1 64 14522 0 1 0 267 8 0 0 25 0 9 0 1994851925 832266240 20637 996147200 134512640 134550740 4294955600 18446744073709551615 102715100 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29012/tid=29014] ppid=28998 vsize=812760 CPUtime=0.04
/proc/29012/task/29014/stat : 29014 (java) S 28998 28998 28769 0 -1 64 5193 0 0 0 3 1 0 0 16 0 9 0 1994851926 832266240 20637 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=29012/tid=29015] ppid=28998 vsize=812760 CPUtime=0
/proc/29012/task/29015/stat : 29015 (java) S 28998 28998 28769 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1994851927 832266240 20637 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29012/tid=29016] ppid=28998 vsize=812760 CPUtime=0
/proc/29012/task/29016/stat : 29016 (java) S 28998 28998 28769 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1994851927 832266240 20637 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29012/tid=29017] ppid=28998 vsize=812760 CPUtime=0
/proc/29012/task/29017/stat : 29017 (java) S 28998 28998 28769 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1994851929 832266240 20637 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29012/tid=29018] ppid=28998 vsize=812760 CPUtime=0.19
/proc/29012/task/29018/stat : 29018 (java) S 28998 28998 28769 0 -1 64 804 0 0 0 19 0 0 0 15 0 9 0 1994851929 832266240 20637 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29012/tid=29019] ppid=28998 vsize=812760 CPUtime=0
/proc/29012/task/29019/stat : 29019 (java) S 28998 28998 28769 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 1994851929 832266240 20637 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29012/tid=29020] ppid=28998 vsize=812760 CPUtime=0
/proc/29012/task/29020/stat : 29020 (java) S 28998 28998 28769 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1994851929 832266240 20637 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.04
Current children cumulated vsize (KiB) 860324

[startup+6.30183 s]
/proc/loadavg: 2.11 2.04 2.01 3/74 29021
/proc/meminfo: memFree=1784704/2055920 swapFree=4180840/4192956
[pid=28998] ppid=28996 vsize=47564 CPUtime=4.38
/proc/28998/stat : 28998 (galacE.sh) S 28996 28998 28769 0 -1 4194304 800 22932 0 1 0 0 423 15 17 0 1 0 1994851920 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 253306792794 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/28998/statm: 11891 365 246 79 0 219 0
[pid=29021] ppid=28998 vsize=19712 CPUtime=1.79
/proc/29021/stat : 29021 (eSAT_static) R 28998 28998 28769 0 -1 4194304 5153 0 0 0 176 3 0 0 25 0 1 0 1994852369 20185088 4623 996147200 134512640 135177480 4294955968 18446744073709551615 134565457 0 0 4096 3 0 0 0 17 1 0 0
/proc/29021/statm: 4928 4623 81 162 0 4763 0
Current children cumulated CPU time (s) 6.17
Current children cumulated vsize (KiB) 67276

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

[startup+7.1019 s]
/proc/loadavg: 2.11 2.04 2.01 3/74 29021
/proc/meminfo: memFree=1784704/2055920 swapFree=4180840/4192956
[pid=28998] ppid=28996 vsize=47564 CPUtime=6.88
/proc/28998/stat : 28998 (galacE.sh) S 28996 28998 28769 0 -1 4194304 836 28100 0 1 0 0 669 19 16 0 1 0 1994851920 48705536 366 996147200 4194304 4520092 548682068832 18446744073709551615 253307355218 0 0 4096 73728 18446744071563648864 0 0 17 1 0 0
/proc/28998/statm: 11891 366 246 79 0 219 0
Current children cumulated CPU time (s) 6.88
Current children cumulated vsize (KiB) 47564

[startup+7.50194 s]
/proc/loadavg: 2.11 2.04 2.01 3/74 29021
/proc/meminfo: memFree=1784704/2055920 swapFree=4180840/4192956
[pid=28998] ppid=28996 vsize=47564 CPUtime=6.88
/proc/28998/stat : 28998 (galacE.sh) S 28996 28998 28769 0 -1 4194304 836 28100 0 1 0 0 669 19 16 0 1 0 1994851920 48705536 366 996147200 4194304 4520092 548682068832 18446744073709551615 253307355218 0 0 4096 73728 18446744071563648864 0 0 17 1 0 0
/proc/28998/statm: 11891 366 246 79 0 219 0
Current children cumulated CPU time (s) 6.88
Current children cumulated vsize (KiB) 47564

[startup+7.70696 s]
/proc/loadavg: 2.11 2.04 2.01 3/82 29030
/proc/meminfo: memFree=1772608/2055920 swapFree=4180840/4192956
[pid=28998] ppid=28996 vsize=47564 CPUtime=6.88
/proc/28998/stat : 28998 (galacE.sh) S 28996 28998 28769 0 -1 4194304 836 28100 0 1 0 0 669 19 16 0 1 0 1994851920 48705536 366 996147200 4194304 4520092 548682068832 18446744073709551615 253307355218 0 0 4096 73728 18446744071563648864 0 0 17 1 0 0
/proc/28998/statm: 11891 366 246 79 0 219 0
[pid=29022] ppid=28998 vsize=812788 CPUtime=0.67
/proc/29022/stat : 29022 (java) S 28998 28998 28769 0 -1 0 13550 0 1 0 59 8 0 0 18 0 9 0 1994852622 832294912 12933 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29022/statm: 203197 12933 1912 9 0 197150 0
[pid=29022/tid=29023] ppid=28998 vsize=812788 CPUtime=0.52
/proc/29022/task/29023/stat : 29023 (java) R 28998 28998 28769 0 -1 64 12057 0 1 0 46 6 0 0 19 0 9 0 1994852623 832294912 12933 996147200 134512640 134550740 4294955616 18446744073709551615 4126123568 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=29022/tid=29024] ppid=28998 vsize=812788 CPUtime=0
/proc/29022/task/29024/stat : 29024 (java) S 28998 28998 28769 0 -1 64 4 0 0 0 0 0 0 0 19 0 9 0 1994852624 832294912 12933 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 0 0 0 -1 1 0 0
[pid=29022/tid=29025] ppid=28998 vsize=812788 CPUtime=0
/proc/29022/task/29025/stat : 29025 (java) S 28998 28998 28769 0 -1 64 11 0 0 0 0 0 0 0 19 0 9 0 1994852624 832294912 12933 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=29022/tid=29026] ppid=28998 vsize=812788 CPUtime=0
/proc/29022/task/29026/stat : 29026 (java) S 28998 28998 28769 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 1994852624 832294912 12933 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=29022/tid=29027] ppid=28998 vsize=812788 CPUtime=0
/proc/29022/task/29027/stat : 29027 (java) S 28998 28998 28769 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1994852626 832294912 12933 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=29022/tid=29028] ppid=28998 vsize=812788 CPUtime=0.12
/proc/29022/task/29028/stat : 29028 (java) S 28998 28998 28769 0 -1 64 780 0 0 0 12 0 0 0 16 0 9 0 1994852627 832294912 12933 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=29022/tid=29029] ppid=28998 vsize=812788 CPUtime=0
/proc/29022/task/29029/stat : 29029 (java) S 28998 28998 28769 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 1994852627 832294912 12933 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=29022/tid=29030] ppid=28998 vsize=812788 CPUtime=0
/proc/29022/task/29030/stat : 29030 (java) S 28998 28998 28769 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1994852627 832294912 12933 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 7.55
Current children cumulated vsize (KiB) 860352

Child status: 0
Real time (s): 7.76868
CPU time (s): 7.60084
CPU user time (s): 7.29889
CPU system time (s): 0.301954
CPU usage (%): 97.8395
Max. virtual memory (cumulated for all children) (KiB): 860352

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 7.29889
system time used= 0.301954
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 42728
page faults= 2
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1748
involuntary context switches= 1842

runsolver used 0.014997 second user time and 0.029995 second system time

The end

Launcher Data (download as text)

Begin job on node25 at 2008-07-04 10:06:19
IDJOB=1069082
IDBENCH=55560
IDSOLVER=351
FILE ID=node25/1069082-1215158779
PBS_JOBID= 7881450
Free space on /tmp= 66556 MiB

SOLVER NAME= galac E
BENCH NAME= CPAI08/csp/ukVg/normalized-crossword-m1c-uk-vg4-4_ext.xml
COMMAND LINE= HOME/galacE.sh BENCHNAME 
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1069082-1215158779/watcher-1069082-1215158779 -o /tmp/evaluation-result-1069082-1215158779/solver-1069082-1215158779 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/galacE.sh HOME/instance-1069082-1215158779.xml 

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 5d020f1d627f8b217c3b34cf58a45350
RANDOM SEED=833293225

node25.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.234
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.234
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:       1806512 kB
Buffers:         41520 kB
Cached:         134084 kB
SwapCached:       5956 kB
Active:         114184 kB
Inactive:        76852 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1806512 kB
SwapTotal:     4192956 kB
SwapFree:      4180840 kB
Dirty:            3204 kB
Writeback:           0 kB
Mapped:          22776 kB
Slab:            43612 kB
Committed_AS:  3453016 kB
PageTables:       1904 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= 66556 MiB
End job on node25 at 2008-07-04 10:06:27