Trace number 1068990

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 28.2037 28.4961

General information on the benchmark

Namecsp/ukVg/
normalized-crossword-m1c-uk-vg4-6_ext.xml
MD5SUMa797a3acf3e0d060958fe9edcfa2a904
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.105983
Satisfiable
(Un)Satisfiability was proved
Number of variables24
Number of constraints10
Maximum constraint arity6
Maximum domain size26
Number of constraints which are defined in extension10
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.93	c start processing
0.01/0.93	c start relation processing
1.45/1.56	c start cnf exporting
13.24/13.48	c parsing time : 0.807
13.24/13.48	c preprocessing time : 13.359
13.24/13.48	
13.24/13.48	c Nary constraints - conflicts : 0 supports : 10
13.24/13.48	c Binary constraints - conflicts : 0 supports :0
13.24/13.48	c max arity constraint : 6
13.24/13.48	c Max Tuples generated 0
13.24/13.48	c relations : 2
13.24/13.48	c relations BDD: 2
13.24/13.48	c sampling 0/0
13.24/13.48	c vars : 95559 - clauses :  355952
13.24/13.48	
13.32/13.51	 
13.32/13.51	c --- SAT Solver Stats ---
13.32/13.51	 
13.32/13.51	c eSAT 0.1 : minisat core with additionnal features
13.32/13.51	c ============================[ Problem Statistics ]=============================
13.32/13.51	c |                                                                             |
13.32/13.52	c |  Number of variables:  95558                                                |
13.32/13.52	c |  Number of clauses:    355952                                               |
13.35/13.97	c |  Parsing time:         0.40         s                                       |
26.81/27.17	c restarts              : 226
26.81/27.17	c conflicts             : 1793           (133 /sec)
26.81/27.17	c decisions             : 74964          (71.11 % random) (5579 /sec)
26.81/27.17	c euip                  : 230         
26.81/27.17	c propagations          : 10710300       (797137 /sec)
26.81/27.17	c conflict literals     : 62517          (37.39 % deleted)
26.81/27.17	c Memory used           : 55.42 MB
26.81/27.17	c CPU time              : 13.436 s
26.81/27.17	c 
26.91/27.21	s SATISFIABLE
28.08/28.48	v 19 17 0 15 0 13 18 8 13 4 22 24 0 12 4 1 0 4 17 4 18 0 24 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-1068990-1215158254/watcher-1068990-1215158254 -o /tmp/evaluation-result-1068990-1215158254/solver-1068990-1215158254 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/galacE.sh HOME/instance-1068990-1215158254.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.93 1.98 1.99 4/72 28842
/proc/meminfo: memFree=1806416/2055920 swapFree=4180840/4192956
[pid=28842] ppid=28840 vsize=8652 CPUtime=0
/proc/28842/stat : 28842 (galacE.sh) S 28840 28842 28769 0 -1 4194304 346 0 0 0 0 0 0 0 16 0 1 0 1994799414 8859648 280 996147200 4194304 4520092 548682068832 18446744073709551615 253306792794 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/28842/statm: 2163 280 208 79 0 156 0
[pid=28843] ppid=28842 vsize=8688 CPUtime=0
/proc/28843/stat : 28843 (galacE.sh) S 28842 28842 28769 0 -1 4194368 36 0 0 0 0 0 0 0 17 0 1 0 1994799415 8896512 286 996147200 4194304 4520092 548682068832 18446744073709551615 253307355218 0 0 4096 73728 18446744071563648864 0 0 17 1 0 0
/proc/28843/statm: 2172 286 209 79 0 165 0
[pid=28844] ppid=28843 vsize=8728 CPUtime=0
/proc/28844/stat : 28844 (galacE.sh) R 28843 28842 28769 0 -1 4194368 25 0 0 0 0 0 0 0 19 0 1 0 1994799415 8937472 290 996147200 4194304 4520092 548682068832 18446744073709551615 253307186471 0 0 3674112 73728 0 0 0 17 1 0 0
/proc/28844/statm: 2182 290 209 79 0 175 0

[startup+0.10004 s]
/proc/loadavg: 1.93 1.98 1.99 4/72 28842
/proc/meminfo: memFree=1806416/2055920 swapFree=4180840/4192956
[pid=28842] ppid=28840 vsize=47564 CPUtime=0.01
/proc/28842/stat : 28842 (galacE.sh) S 28840 28842 28769 0 -1 4194304 766 1697 0 0 0 0 0 1 18 0 1 0 1994799414 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 253306792794 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/28842/statm: 11891 365 246 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47564

[startup+0.201047 s]
/proc/loadavg: 1.93 1.98 1.99 4/72 28842
/proc/meminfo: memFree=1806416/2055920 swapFree=4180840/4192956
[pid=28842] ppid=28840 vsize=47564 CPUtime=0.01
/proc/28842/stat : 28842 (galacE.sh) S 28840 28842 28769 0 -1 4194304 766 1697 0 0 0 0 0 1 18 0 1 0 1994799414 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 253306792794 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/28842/statm: 11891 365 246 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47564

[startup+0.30106 s]
/proc/loadavg: 1.93 1.98 1.99 4/72 28842
/proc/meminfo: memFree=1806416/2055920 swapFree=4180840/4192956
[pid=28842] ppid=28840 vsize=47564 CPUtime=0.01
/proc/28842/stat : 28842 (galacE.sh) S 28840 28842 28769 0 -1 4194304 766 1697 0 0 0 0 0 1 18 0 1 0 1994799414 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 253306792794 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/28842/statm: 11891 365 246 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47564

[startup+0.701095 s]
/proc/loadavg: 1.93 1.98 1.99 4/72 28842
/proc/meminfo: memFree=1806416/2055920 swapFree=4180840/4192956
[pid=28842] ppid=28840 vsize=47564 CPUtime=0.01
/proc/28842/stat : 28842 (galacE.sh) S 28840 28842 28769 0 -1 4194304 766 1697 0 0 0 0 0 1 18 0 1 0 1994799414 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 253306792794 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/28842/statm: 11891 365 246 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47564

[startup+1.50117 s]
/proc/loadavg: 1.93 1.98 1.99 3/82 28864
/proc/meminfo: memFree=1734592/2055920 swapFree=4180840/4192956
[pid=28842] ppid=28840 vsize=47564 CPUtime=0.01
/proc/28842/stat : 28842 (galacE.sh) S 28840 28842 28769 0 -1 4194304 766 1697 0 0 0 0 0 1 18 0 1 0 1994799414 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 253306792794 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/28842/statm: 11891 365 246 79 0 219 0
[pid=28856] ppid=28842 vsize=812628 CPUtime=1.44
/proc/28856/stat : 28856 (java) S 28842 28842 28769 0 -1 0 20172 0 1 0 134 10 0 0 18 0 9 0 1994799418 832131072 19596 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28856/statm: 203157 19596 1889 9 0 197138 0
[pid=28856/tid=28857] ppid=28842 vsize=812628 CPUtime=1.23
/proc/28856/task/28857/stat : 28857 (java) R 28842 28842 28769 0 -1 64 14471 0 1 0 116 7 0 0 25 0 9 0 1994799419 832131072 19596 996147200 134512640 134550740 4294955600 18446744073709551615 4125960690 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28856/tid=28858] ppid=28842 vsize=812628 CPUtime=0.03
/proc/28856/task/28858/stat : 28858 (java) S 28842 28842 28769 0 -1 64 4221 0 0 0 2 1 0 0 16 0 9 0 1994799420 832131072 19596 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28856/tid=28859] ppid=28842 vsize=812628 CPUtime=0
/proc/28856/task/28859/stat : 28859 (java) S 28842 28842 28769 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1994799421 832131072 19596 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28856/tid=28860] ppid=28842 vsize=812628 CPUtime=0
/proc/28856/task/28860/stat : 28860 (java) S 28842 28842 28769 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 1994799421 832131072 19596 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28856/tid=28861] ppid=28842 vsize=812628 CPUtime=0
/proc/28856/task/28861/stat : 28861 (java) S 28842 28842 28769 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1994799423 832131072 19596 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28856/tid=28862] ppid=28842 vsize=812628 CPUtime=0.15
/proc/28856/task/28862/stat : 28862 (java) S 28842 28842 28769 0 -1 64 774 0 0 0 15 0 0 0 16 0 9 0 1994799423 832131072 19596 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28856/tid=28863] ppid=28842 vsize=812628 CPUtime=0
/proc/28856/task/28863/stat : 28863 (java) S 28842 28842 28769 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1994799423 832131072 19596 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28856/tid=28864] ppid=28842 vsize=812628 CPUtime=0
/proc/28856/task/28864/stat : 28864 (java) S 28842 28842 28769 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1994799423 832131072 19596 996147200 134512640 134550740 4294955600 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) 860192

[startup+3.10232 s]
/proc/loadavg: 1.93 1.98 1.99 3/82 28864
/proc/meminfo: memFree=1720704/2055920 swapFree=4180840/4192956
[pid=28842] ppid=28840 vsize=47564 CPUtime=0.01
/proc/28842/stat : 28842 (galacE.sh) S 28840 28842 28769 0 -1 4194304 766 1697 0 0 0 0 0 1 18 0 1 0 1994799414 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 253306792794 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/28842/statm: 11891 365 246 79 0 219 0
[pid=28856] ppid=28842 vsize=812760 CPUtime=3.03
/proc/28856/stat : 28856 (java) S 28842 28842 28769 0 -1 0 24930 0 1 0 290 13 0 0 18 0 9 0 1994799418 832266240 24350 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28856/statm: 203190 24350 1909 9 0 197171 0
[pid=28856/tid=28857] ppid=28842 vsize=812760 CPUtime=2.6
/proc/28856/task/28857/stat : 28857 (java) R 28842 28842 28769 0 -1 64 14518 0 1 0 252 8 0 0 25 0 9 0 1994799419 832266240 24350 996147200 134512640 134550740 4294955600 18446744073709551615 4126863207 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28856/tid=28858] ppid=28842 vsize=812760 CPUtime=0.17
/proc/28856/task/28858/stat : 28858 (java) S 28842 28842 28769 0 -1 64 8887 0 0 0 15 2 0 0 16 0 9 0 1994799420 832266240 24350 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28856/tid=28859] ppid=28842 vsize=812760 CPUtime=0
/proc/28856/task/28859/stat : 28859 (java) S 28842 28842 28769 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1994799421 832266240 24350 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28856/tid=28860] ppid=28842 vsize=812760 CPUtime=0
/proc/28856/task/28860/stat : 28860 (java) S 28842 28842 28769 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 1994799421 832266240 24350 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28856/tid=28861] ppid=28842 vsize=812760 CPUtime=0
/proc/28856/task/28861/stat : 28861 (java) S 28842 28842 28769 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1994799423 832266240 24350 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28856/tid=28862] ppid=28842 vsize=812760 CPUtime=0.21
/proc/28856/task/28862/stat : 28862 (java) S 28842 28842 28769 0 -1 64 819 0 0 0 21 0 0 0 15 0 9 0 1994799423 832266240 24350 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28856/tid=28863] ppid=28842 vsize=812760 CPUtime=0
/proc/28856/task/28863/stat : 28863 (java) S 28842 28842 28769 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1994799423 832266240 24350 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28856/tid=28864] ppid=28842 vsize=812760 CPUtime=0
/proc/28856/task/28864/stat : 28864 (java) S 28842 28842 28769 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1994799423 832266240 24350 996147200 134512640 134550740 4294955600 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) 860324

[startup+6.3026 s]
/proc/loadavg: 1.93 1.98 1.99 3/82 28864
/proc/meminfo: memFree=1713280/2055920 swapFree=4180840/4192956
[pid=28842] ppid=28840 vsize=47564 CPUtime=0.01
/proc/28842/stat : 28842 (galacE.sh) S 28840 28842 28769 0 -1 4194304 766 1697 0 0 0 0 0 1 18 0 1 0 1994799414 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 253306792794 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/28842/statm: 11891 365 246 79 0 219 0
[pid=28856] ppid=28842 vsize=812760 CPUtime=6.2
/proc/28856/stat : 28856 (java) S 28842 28842 28769 0 -1 0 24937 0 1 0 605 15 0 0 18 0 9 0 1994799418 832266240 24350 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28856/statm: 203190 24350 1909 9 0 197171 0
[pid=28856/tid=28857] ppid=28842 vsize=812760 CPUtime=5.77
/proc/28856/task/28857/stat : 28857 (java) R 28842 28842 28769 0 -1 64 14525 0 1 0 567 10 0 0 25 0 9 0 1994799419 832266240 24350 996147200 134512640 134550740 4294955600 18446744073709551615 4126872247 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28856/tid=28858] ppid=28842 vsize=812760 CPUtime=0.18
/proc/28856/task/28858/stat : 28858 (java) S 28842 28842 28769 0 -1 64 8887 0 0 0 16 2 0 0 16 0 9 0 1994799420 832266240 24350 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28856/tid=28859] ppid=28842 vsize=812760 CPUtime=0
/proc/28856/task/28859/stat : 28859 (java) S 28842 28842 28769 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1994799421 832266240 24350 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28856/tid=28860] ppid=28842 vsize=812760 CPUtime=0
/proc/28856/task/28860/stat : 28860 (java) S 28842 28842 28769 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 1994799421 832266240 24350 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28856/tid=28861] ppid=28842 vsize=812760 CPUtime=0
/proc/28856/task/28861/stat : 28861 (java) S 28842 28842 28769 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1994799423 832266240 24350 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28856/tid=28862] ppid=28842 vsize=812760 CPUtime=0.21
/proc/28856/task/28862/stat : 28862 (java) S 28842 28842 28769 0 -1 64 819 0 0 0 21 0 0 0 15 0 9 0 1994799423 832266240 24350 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28856/tid=28863] ppid=28842 vsize=812760 CPUtime=0
/proc/28856/task/28863/stat : 28863 (java) S 28842 28842 28769 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1994799423 832266240 24350 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28856/tid=28864] ppid=28842 vsize=812760 CPUtime=0
/proc/28856/task/28864/stat : 28864 (java) S 28842 28842 28769 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1994799423 832266240 24350 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.21
Current children cumulated vsize (KiB) 860324

[startup+12.7022 s]
/proc/loadavg: 1.94 1.98 1.99 3/82 28864
/proc/meminfo: memFree=1709440/2055920 swapFree=4180840/4192956
[pid=28842] ppid=28840 vsize=47564 CPUtime=0.01
/proc/28842/stat : 28842 (galacE.sh) S 28840 28842 28769 0 -1 4194304 766 1697 0 0 0 0 0 1 18 0 1 0 1994799414 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 253306792794 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/28842/statm: 11891 365 246 79 0 219 0
[pid=28856] ppid=28842 vsize=812760 CPUtime=12.54
/proc/28856/stat : 28856 (java) S 28842 28842 28769 0 -1 0 24949 0 1 0 1236 18 0 0 18 0 9 0 1994799418 832266240 24350 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28856/statm: 203190 24350 1909 9 0 197171 0
[pid=28856/tid=28857] ppid=28842 vsize=812760 CPUtime=12.11
/proc/28856/task/28857/stat : 28857 (java) R 28842 28842 28769 0 -1 64 14537 0 1 0 1198 13 0 0 25 0 9 0 1994799419 832266240 24350 996147200 134512640 134550740 4294955600 18446744073709551615 101447056 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28856/tid=28858] ppid=28842 vsize=812760 CPUtime=0.18
/proc/28856/task/28858/stat : 28858 (java) S 28842 28842 28769 0 -1 64 8887 0 0 0 16 2 0 0 16 0 9 0 1994799420 832266240 24350 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28856/tid=28859] ppid=28842 vsize=812760 CPUtime=0
/proc/28856/task/28859/stat : 28859 (java) S 28842 28842 28769 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1994799421 832266240 24350 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28856/tid=28860] ppid=28842 vsize=812760 CPUtime=0
/proc/28856/task/28860/stat : 28860 (java) S 28842 28842 28769 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 1994799421 832266240 24350 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28856/tid=28861] ppid=28842 vsize=812760 CPUtime=0
/proc/28856/task/28861/stat : 28861 (java) S 28842 28842 28769 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1994799423 832266240 24350 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28856/tid=28862] ppid=28842 vsize=812760 CPUtime=0.21
/proc/28856/task/28862/stat : 28862 (java) S 28842 28842 28769 0 -1 64 819 0 0 0 21 0 0 0 15 0 9 0 1994799423 832266240 24350 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28856/tid=28863] ppid=28842 vsize=812760 CPUtime=0
/proc/28856/task/28863/stat : 28863 (java) S 28842 28842 28769 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1994799423 832266240 24350 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28856/tid=28864] ppid=28842 vsize=812760 CPUtime=0
/proc/28856/task/28864/stat : 28864 (java) S 28842 28842 28769 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1994799423 832266240 24350 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.55
Current children cumulated vsize (KiB) 860324

[startup+25.5013 s]
/proc/loadavg: 1.95 1.98 1.99 3/74 28865
/proc/meminfo: memFree=1745472/2055920 swapFree=4180840/4192956
[pid=28842] ppid=28840 vsize=47564 CPUtime=13.35
/proc/28842/stat : 28842 (galacE.sh) S 28840 28842 28769 0 -1 4194304 800 26660 0 1 0 0 1314 21 17 0 1 0 1994799414 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 253306792794 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/28842/statm: 11891 365 246 79 0 219 0
[pid=28865] ppid=28842 vsize=56744 CPUtime=11.87
/proc/28865/stat : 28865 (eSAT_static) R 28842 28842 28769 0 -1 4194304 15115 0 0 0 1177 10 0 0 25 0 1 0 1994800766 58105856 13379 996147200 134512640 135177480 4294955968 18446744073709551615 134565312 0 0 4096 3 0 0 0 17 1 0 0
/proc/28865/statm: 14186 13379 80 162 0 14021 0
Current children cumulated CPU time (s) 25.22
Current children cumulated vsize (KiB) 104308

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

[startup+25.6014 s]
/proc/loadavg: 1.95 1.98 1.99 3/74 28865
/proc/meminfo: memFree=1745472/2055920 swapFree=4180840/4192956
[pid=28842] ppid=28840 vsize=47564 CPUtime=13.35
/proc/28842/stat : 28842 (galacE.sh) S 28840 28842 28769 0 -1 4194304 800 26660 0 1 0 0 1314 21 17 0 1 0 1994799414 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 253306792794 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/28842/statm: 11891 365 246 79 0 219 0
[pid=28865] ppid=28842 vsize=56744 CPUtime=11.97
/proc/28865/stat : 28865 (eSAT_static) R 28842 28842 28769 0 -1 4194304 15115 0 0 0 1187 10 0 0 25 0 1 0 1994800766 58105856 13379 996147200 134512640 135177480 4294955968 18446744073709551615 134547829 0 0 4096 3 0 0 0 17 1 0 0
/proc/28865/statm: 14186 13379 80 162 0 14021 0
Current children cumulated CPU time (s) 25.32
Current children cumulated vsize (KiB) 104308

[startup+27.2015 s]
/proc/loadavg: 1.95 1.98 1.99 3/74 28865
/proc/meminfo: memFree=1745472/2055920 swapFree=4180840/4192956
[pid=28842] ppid=28840 vsize=47564 CPUtime=13.35
/proc/28842/stat : 28842 (galacE.sh) S 28840 28842 28769 0 -1 4194304 800 26660 0 1 0 0 1314 21 17 0 1 0 1994799414 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 253306792794 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/28842/statm: 11891 365 246 79 0 219 0
[pid=28865] ppid=28842 vsize=56752 CPUtime=13.56
/proc/28865/stat : 28865 (eSAT_static) R 28842 28842 28769 0 -1 4194304 15186 0 0 0 1346 10 0 0 25 0 1 0 1994800766 58114048 13394 996147200 134512640 135177480 4294955968 18446744073709551615 134720618 0 0 4096 3 0 0 0 17 1 0 0
/proc/28865/statm: 14188 13394 90 162 0 14023 0
Current children cumulated CPU time (s) 26.91
Current children cumulated vsize (KiB) 104316

[startup+28.0016 s]
/proc/loadavg: 1.95 1.98 1.99 3/82 28874
/proc/meminfo: memFree=1787136/2055920 swapFree=4180840/4192956
[pid=28842] ppid=28840 vsize=47564 CPUtime=26.93
/proc/28842/stat : 28842 (galacE.sh) S 28840 28842 28769 0 -1 4194304 836 41846 0 1 0 0 2661 32 16 0 1 0 1994799414 48705536 366 996147200 4194304 4520092 548682068832 18446744073709551615 253307355218 0 0 4096 73728 18446744071563648864 0 0 17 1 0 0
/proc/28842/statm: 11891 366 246 79 0 219 0
[pid=28866] ppid=28842 vsize=812788 CPUtime=0.76
/proc/28866/stat : 28866 (java) S 28842 28842 28769 0 -1 0 14930 0 1 0 68 8 0 0 18 0 9 0 1994802136 832294912 14313 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28866/statm: 203197 14313 1912 9 0 197150 0
[pid=28866/tid=28867] ppid=28842 vsize=812788 CPUtime=0.6
/proc/28866/task/28867/stat : 28867 (java) R 28842 28842 28769 0 -1 64 13432 0 1 0 54 6 0 0 18 0 9 0 1994802137 832294912 14313 996147200 134512640 134550740 4294955616 18446744073709551615 4126801108 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=28866/tid=28868] ppid=28842 vsize=812788 CPUtime=0
/proc/28866/task/28868/stat : 28868 (java) S 28842 28842 28769 0 -1 64 3 0 0 0 0 0 0 0 19 0 9 0 1994802139 832294912 14313 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 0 0 0 -1 1 0 0
[pid=28866/tid=28869] ppid=28842 vsize=812788 CPUtime=0
/proc/28866/task/28869/stat : 28869 (java) S 28842 28842 28769 0 -1 64 11 0 0 0 0 0 0 0 19 0 9 0 1994802139 832294912 14313 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=28866/tid=28870] ppid=28842 vsize=812788 CPUtime=0
/proc/28866/task/28870/stat : 28870 (java) S 28842 28842 28769 0 -1 64 3 0 0 0 0 0 0 0 20 0 9 0 1994802139 832294912 14313 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=28866/tid=28871] ppid=28842 vsize=812788 CPUtime=0
/proc/28866/task/28871/stat : 28871 (java) S 28842 28842 28769 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1994802141 832294912 14313 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=28866/tid=28872] ppid=28842 vsize=812788 CPUtime=0.13
/proc/28866/task/28872/stat : 28872 (java) S 28842 28842 28769 0 -1 64 786 0 0 0 13 0 0 0 16 0 9 0 1994802141 832294912 14313 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=28866/tid=28873] ppid=28842 vsize=812788 CPUtime=0
/proc/28866/task/28873/stat : 28873 (java) S 28842 28842 28769 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1994802141 832294912 14313 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=28866/tid=28874] ppid=28842 vsize=812788 CPUtime=0
/proc/28866/task/28874/stat : 28874 (java) S 28842 28842 28769 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1994802141 832294912 14313 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 27.69
Current children cumulated vsize (KiB) 860352

[startup+28.4026 s]
/proc/loadavg: 1.95 1.98 1.99 3/82 28874
/proc/meminfo: memFree=1787136/2055920 swapFree=4180840/4192956
[pid=28842] ppid=28840 vsize=47564 CPUtime=26.93
/proc/28842/stat : 28842 (galacE.sh) S 28840 28842 28769 0 -1 4194304 836 41846 0 1 0 0 2661 32 16 0 1 0 1994799414 48705536 366 996147200 4194304 4520092 548682068832 18446744073709551615 253307355218 0 0 4096 73728 18446744071563648864 0 0 17 1 0 0
/proc/28842/statm: 11891 366 246 79 0 219 0
[pid=28866] ppid=28842 vsize=812788 CPUtime=1.15
/proc/28866/stat : 28866 (java) S 28842 28842 28769 0 -1 0 16197 0 1 0 107 8 0 0 18 0 9 0 1994802136 832294912 15578 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28866/statm: 203197 15578 1924 9 0 197150 0
[pid=28866/tid=28867] ppid=28842 vsize=812788 CPUtime=1
/proc/28866/task/28867/stat : 28867 (java) R 28842 28842 28769 0 -1 64 14528 0 1 0 93 7 0 0 21 0 9 0 1994802137 832294912 15578 996147200 134512640 134550740 4294955616 18446744073709551615 4126656859 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=28866/tid=28868] ppid=28842 vsize=812788 CPUtime=0
/proc/28866/task/28868/stat : 28868 (java) S 28842 28842 28769 0 -1 64 172 0 0 0 0 0 0 0 16 0 9 0 1994802139 832294912 15578 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 0 0 0 -1 1 0 0
[pid=28866/tid=28869] ppid=28842 vsize=812788 CPUtime=0
/proc/28866/task/28869/stat : 28869 (java) S 28842 28842 28769 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1994802139 832294912 15578 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=28866/tid=28870] ppid=28842 vsize=812788 CPUtime=0
/proc/28866/task/28870/stat : 28870 (java) S 28842 28842 28769 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1994802139 832294912 15578 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=28866/tid=28871] ppid=28842 vsize=812788 CPUtime=0
/proc/28866/task/28871/stat : 28871 (java) S 28842 28842 28769 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1994802141 832294912 15578 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=28866/tid=28872] ppid=28842 vsize=812788 CPUtime=0.13
/proc/28866/task/28872/stat : 28872 (java) S 28842 28842 28769 0 -1 64 786 0 0 0 13 0 0 0 16 0 9 0 1994802141 832294912 15578 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=28866/tid=28873] ppid=28842 vsize=812788 CPUtime=0
/proc/28866/task/28873/stat : 28873 (java) S 28842 28842 28769 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1994802141 832294912 15578 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=28866/tid=28874] ppid=28842 vsize=812788 CPUtime=0
/proc/28866/task/28874/stat : 28874 (java) S 28842 28842 28769 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1994802141 832294912 15578 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 28.08
Current children cumulated vsize (KiB) 860352

Child status: 0
Real time (s): 28.4961
CPU time (s): 28.2037
CPU user time (s): 27.7668
CPU system time (s): 0.436933
CPU usage (%): 98.9741
Max. virtual memory (cumulated for all children) (KiB): 860352

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 27.7668
system time used= 0.436933
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 59086
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= 2089
involuntary context switches= 2384

runsolver used 0.043993 second user time and 0.090986 second system time

The end

Launcher Data (download as text)

Begin job on node25 at 2008-07-04 09:57:34
IDJOB=1068990
IDBENCH=55555
IDSOLVER=351
FILE ID=node25/1068990-1215158254
PBS_JOBID= 7881450
Free space on /tmp= 66556 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= a797a3acf3e0d060958fe9edcfa2a904
RANDOM SEED=1589532280

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:       1806896 kB
Buffers:         40988 kB
Cached:         134140 kB
SwapCached:       5956 kB
Active:         114128 kB
Inactive:        76416 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1806896 kB
SwapTotal:     4192956 kB
SwapFree:      4180840 kB
Dirty:            3608 kB
Writeback:           0 kB
Mapped:          22784 kB
Slab:            43768 kB
Committed_AS:  3451460 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 09:58:02