Trace number 1076723

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 58.7621 59.3977

General information on the benchmark

Namecsp/ogdVg/
normalized-crossword-m1c-ogd-vg16-16_ext.xml
MD5SUMdd0a8fec9df38bdb77868162a11330d0
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.277957
Satisfiable
(Un)Satisfiability was proved
Number of variables256
Number of constraints32
Maximum constraint arity16
Maximum domain size26
Number of constraints which are defined in extension32
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.77	c start processing
0.01/0.77	c start relation processing
0.01/0.92	c start cnf exporting
38.77/39.22	c parsing time : 0.641
38.77/39.22	c preprocessing time : 39.09
38.77/39.22	
38.77/39.22	c Nary constraints - conflicts : 0 supports : 32
38.77/39.22	c Binary constraints - conflicts : 0 supports :0
38.77/39.22	c max arity constraint : 16
38.77/39.22	c Max Tuples generated 0
38.77/39.22	c relations : 1
38.77/39.22	c relations BDD: 1
38.77/39.22	c sampling 0/0
38.77/39.22	c vars : 352385 - clauses :  1192384
38.77/39.22	
38.77/39.28	 
38.77/39.28	c --- SAT Solver Stats ---
38.77/39.28	 
38.77/39.28	c eSAT 0.1 : minisat core with additionnal features
38.77/39.28	c ============================[ Problem Statistics ]=============================
38.77/39.28	c |                                                                             |
38.77/39.28	c |  Number of variables:  352384                                               |
38.77/39.28	c |  Number of clauses:    1192384                                              |
40.30/40.87	c |  Parsing time:         1.40         s                                       |
58.64/59.34	c restarts              : 218
58.64/59.34	c conflicts             : 1929           (98 /sec)
58.64/59.34	c decisions             : 131690         (92.69 % random) (6723 /sec)
58.64/59.34	c euip                  : 189         
58.64/59.34	c propagations          : 9646344        (492487 /sec)
58.64/59.34	c conflict literals     : 29587          (42.34 % deleted)
58.64/59.34	c Memory used           : 190.80 MB
58.64/59.34	c CPU time              : 19.587 s
58.64/59.34	c 
58.64/59.34	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-1076723-1215189776/watcher-1076723-1215189776 -o /tmp/evaluation-result-1076723-1215189776/solver-1076723-1215189776 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/galacE.sh HOME/instance-1076723-1215189776.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.92 1.98 1.99 4/80 14933
/proc/meminfo: memFree=1726640/2055920 swapFree=4180808/4192956
[pid=14933] ppid=14931 vsize=8772 CPUtime=0
/proc/14933/stat : 14933 (galacE.sh) S 14931 14933 13830 0 -1 4194304 533 1180 0 0 0 0 0 0 19 0 1 0 641911185 8982528 317 996147200 4194304 4520092 548682068784 18446744073709551615 231493828690 0 2 4096 73728 18446744071563648864 0 0 17 1 0 0
/proc/14933/statm: 2193 317 217 79 0 186 0
[pid=14941] ppid=14933 vsize=8836 CPUtime=0
/proc/14941/stat : 14941 (galacE.sh) R 14933 14933 13830 0 -1 4194368 32 0 0 0 0 0 0 0 22 0 1 0 641911187 9048064 325 996147200 4194304 4520092 548682068784 18446744073709551615 231493659943 0 0 3674112 73728 0 0 0 17 1 0 0
/proc/14941/statm: 2209 325 217 79 0 202 0

[startup+0.124799 s]
/proc/loadavg: 1.92 1.98 1.99 4/80 14933
/proc/meminfo: memFree=1726640/2055920 swapFree=4180808/4192956
[pid=14933] ppid=14931 vsize=47576 CPUtime=0.01
/proc/14933/stat : 14933 (galacE.sh) S 14931 14933 13830 0 -1 4194304 769 1704 0 0 0 0 0 1 23 0 1 0 641911185 48717824 366 996147200 4194304 4520092 548682068784 18446744073709551615 231493266266 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/14933/statm: 11894 366 245 79 0 220 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47576

[startup+0.201808 s]
/proc/loadavg: 1.92 1.98 1.99 4/80 14933
/proc/meminfo: memFree=1726640/2055920 swapFree=4180808/4192956
[pid=14933] ppid=14931 vsize=47576 CPUtime=0.01
/proc/14933/stat : 14933 (galacE.sh) S 14931 14933 13830 0 -1 4194304 769 1704 0 0 0 0 0 1 23 0 1 0 641911185 48717824 366 996147200 4194304 4520092 548682068784 18446744073709551615 231493266266 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/14933/statm: 11894 366 245 79 0 220 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47576

[startup+0.301822 s]
/proc/loadavg: 1.92 1.98 1.99 4/80 14933
/proc/meminfo: memFree=1726640/2055920 swapFree=4180808/4192956
[pid=14933] ppid=14931 vsize=47576 CPUtime=0.01
/proc/14933/stat : 14933 (galacE.sh) S 14931 14933 13830 0 -1 4194304 769 1704 0 0 0 0 0 1 23 0 1 0 641911185 48717824 366 996147200 4194304 4520092 548682068784 18446744073709551615 231493266266 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/14933/statm: 11894 366 245 79 0 220 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47576

[startup+0.701882 s]
/proc/loadavg: 1.92 1.98 1.99 4/80 14933
/proc/meminfo: memFree=1726640/2055920 swapFree=4180808/4192956
[pid=14933] ppid=14931 vsize=47576 CPUtime=0.01
/proc/14933/stat : 14933 (galacE.sh) S 14931 14933 13830 0 -1 4194304 769 1704 0 0 0 0 0 1 23 0 1 0 641911185 48717824 366 996147200 4194304 4520092 548682068784 18446744073709551615 231493266266 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/14933/statm: 11894 366 245 79 0 220 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47576

[startup+1.502 s]
/proc/loadavg: 1.92 1.98 1.99 3/90 14955
/proc/meminfo: memFree=1685856/2055920 swapFree=4180808/4192956
[pid=14933] ppid=14931 vsize=47576 CPUtime=0.01
/proc/14933/stat : 14933 (galacE.sh) S 14931 14933 13830 0 -1 4194304 769 1704 0 0 0 0 0 1 23 0 1 0 641911185 48717824 366 996147200 4194304 4520092 548682068784 18446744073709551615 231493266266 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/14933/statm: 11894 366 245 79 0 220 0
[pid=14947] ppid=14933 vsize=812760 CPUtime=1.43
/proc/14947/stat : 14947 (java) S 14933 14933 13830 0 -1 0 20558 0 1 0 131 12 0 0 18 0 9 0 641911189 832266240 19981 996147200 134512640 134550740 4294955568 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14947/statm: 203190 19981 1911 9 0 197171 0
[pid=14947/tid=14948] ppid=14933 vsize=812760 CPUtime=1.11
/proc/14947/task/14948/stat : 14948 (java) R 14933 14933 13830 0 -1 64 14518 0 1 0 103 8 0 0 25 0 9 0 641911190 832266240 19981 996147200 134512640 134550740 4294955568 18446744073709551615 4126887907 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14947/tid=14949] ppid=14933 vsize=812760 CPUtime=0.07
/proc/14947/task/14949/stat : 14949 (java) S 14933 14933 13830 0 -1 64 4514 0 0 0 5 2 0 0 16 0 9 0 641911191 832266240 19981 996147200 134512640 134550740 4294955568 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14947/tid=14950] ppid=14933 vsize=812760 CPUtime=0
/proc/14947/task/14950/stat : 14950 (java) S 14933 14933 13830 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 641911192 832266240 19981 996147200 134512640 134550740 4294955568 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14947/tid=14951] ppid=14933 vsize=812760 CPUtime=0
/proc/14947/task/14951/stat : 14951 (java) S 14933 14933 13830 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 641911192 832266240 19981 996147200 134512640 134550740 4294955568 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14947/tid=14952] ppid=14933 vsize=812760 CPUtime=0
/proc/14947/task/14952/stat : 14952 (java) S 14933 14933 13830 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 641911194 832266240 19981 996147200 134512640 134550740 4294955568 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14947/tid=14953] ppid=14933 vsize=812760 CPUtime=0.22
/proc/14947/task/14953/stat : 14953 (java) S 14933 14933 13830 0 -1 64 826 0 0 0 22 0 0 0 15 0 9 0 641911194 832266240 19981 996147200 134512640 134550740 4294955568 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14947/tid=14954] ppid=14933 vsize=812760 CPUtime=0
/proc/14947/task/14954/stat : 14954 (java) S 14933 14933 13830 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 641911194 832266240 19981 996147200 134512640 134550740 4294955568 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14947/tid=14955] ppid=14933 vsize=812760 CPUtime=0
/proc/14947/task/14955/stat : 14955 (java) S 14933 14933 13830 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 641911194 832266240 19981 996147200 134512640 134550740 4294955568 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.44
Current children cumulated vsize (KiB) 860336

[startup+3.10223 s]
/proc/loadavg: 1.92 1.98 1.99 3/90 14955
/proc/meminfo: memFree=1646752/2055920 swapFree=4180808/4192956
[pid=14933] ppid=14931 vsize=47576 CPUtime=0.01
/proc/14933/stat : 14933 (galacE.sh) S 14931 14933 13830 0 -1 4194304 769 1704 0 0 0 0 0 1 23 0 1 0 641911185 48717824 366 996147200 4194304 4520092 548682068784 18446744073709551615 231493266266 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/14933/statm: 11894 366 245 79 0 220 0
[pid=14947] ppid=14933 vsize=812760 CPUtime=3.03
/proc/14947/stat : 14947 (java) S 14933 14933 13830 0 -1 0 21948 0 1 0 289 14 0 0 18 0 9 0 641911189 832266240 21367 996147200 134512640 134550740 4294955568 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14947/statm: 203190 21367 1911 9 0 197171 0
[pid=14947/tid=14948] ppid=14933 vsize=812760 CPUtime=2.67
/proc/14947/task/14948/stat : 14948 (java) R 14933 14933 13830 0 -1 64 14524 0 1 0 258 9 0 0 25 0 9 0 641911190 832266240 21367 996147200 134512640 134550740 4294955568 18446744073709551615 4126939964 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14947/tid=14949] ppid=14933 vsize=812760 CPUtime=0.08
/proc/14947/task/14949/stat : 14949 (java) S 14933 14933 13830 0 -1 64 5893 0 0 0 6 2 0 0 16 0 9 0 641911191 832266240 21367 996147200 134512640 134550740 4294955568 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14947/tid=14950] ppid=14933 vsize=812760 CPUtime=0
/proc/14947/task/14950/stat : 14950 (java) S 14933 14933 13830 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 641911192 832266240 21367 996147200 134512640 134550740 4294955568 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14947/tid=14951] ppid=14933 vsize=812760 CPUtime=0
/proc/14947/task/14951/stat : 14951 (java) S 14933 14933 13830 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 641911192 832266240 21367 996147200 134512640 134550740 4294955568 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14947/tid=14952] ppid=14933 vsize=812760 CPUtime=0
/proc/14947/task/14952/stat : 14952 (java) S 14933 14933 13830 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 641911194 832266240 21367 996147200 134512640 134550740 4294955568 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14947/tid=14953] ppid=14933 vsize=812760 CPUtime=0.23
/proc/14947/task/14953/stat : 14953 (java) S 14933 14933 13830 0 -1 64 831 0 0 0 23 0 0 0 15 0 9 0 641911194 832266240 21367 996147200 134512640 134550740 4294955568 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14947/tid=14954] ppid=14933 vsize=812760 CPUtime=0
/proc/14947/task/14954/stat : 14954 (java) S 14933 14933 13830 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 641911194 832266240 21367 996147200 134512640 134550740 4294955568 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14947/tid=14955] ppid=14933 vsize=812760 CPUtime=0
/proc/14947/task/14955/stat : 14955 (java) S 14933 14933 13830 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 641911194 832266240 21367 996147200 134512640 134550740 4294955568 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) 860336

[startup+6.30171 s]
/proc/loadavg: 1.93 1.98 1.99 3/90 14955
/proc/meminfo: memFree=1644768/2055920 swapFree=4180808/4192956
[pid=14933] ppid=14931 vsize=47576 CPUtime=0.01
/proc/14933/stat : 14933 (galacE.sh) S 14931 14933 13830 0 -1 4194304 769 1704 0 0 0 0 0 1 23 0 1 0 641911185 48717824 366 996147200 4194304 4520092 548682068784 18446744073709551615 231493266266 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/14933/statm: 11894 366 245 79 0 220 0
[pid=14947] ppid=14933 vsize=812760 CPUtime=6.19
/proc/14947/stat : 14947 (java) S 14933 14933 13830 0 -1 0 21958 0 1 0 604 15 0 0 18 0 9 0 641911189 832266240 21371 996147200 134512640 134550740 4294955568 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14947/statm: 203190 21371 1911 9 0 197171 0
[pid=14947/tid=14948] ppid=14933 vsize=812760 CPUtime=5.83
/proc/14947/task/14948/stat : 14948 (java) R 14933 14933 13830 0 -1 64 14530 0 1 0 573 10 0 0 25 0 9 0 641911190 832266240 21371 996147200 134512640 134550740 4294955568 18446744073709551615 4126933219 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14947/tid=14949] ppid=14933 vsize=812760 CPUtime=0.08
/proc/14947/task/14949/stat : 14949 (java) S 14933 14933 13830 0 -1 64 5893 0 0 0 6 2 0 0 16 0 9 0 641911191 832266240 21371 996147200 134512640 134550740 4294955568 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14947/tid=14950] ppid=14933 vsize=812760 CPUtime=0
/proc/14947/task/14950/stat : 14950 (java) S 14933 14933 13830 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 641911192 832266240 21371 996147200 134512640 134550740 4294955568 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14947/tid=14951] ppid=14933 vsize=812760 CPUtime=0
/proc/14947/task/14951/stat : 14951 (java) S 14933 14933 13830 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 641911192 832266240 21371 996147200 134512640 134550740 4294955568 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14947/tid=14952] ppid=14933 vsize=812760 CPUtime=0
/proc/14947/task/14952/stat : 14952 (java) S 14933 14933 13830 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 641911194 832266240 21371 996147200 134512640 134550740 4294955568 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14947/tid=14953] ppid=14933 vsize=812760 CPUtime=0.23
/proc/14947/task/14953/stat : 14953 (java) S 14933 14933 13830 0 -1 64 835 0 0 0 23 0 0 0 15 0 9 0 641911194 832266240 21371 996147200 134512640 134550740 4294955568 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14947/tid=14954] ppid=14933 vsize=812760 CPUtime=0
/proc/14947/task/14954/stat : 14954 (java) S 14933 14933 13830 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 641911194 832266240 21371 996147200 134512640 134550740 4294955568 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14947/tid=14955] ppid=14933 vsize=812760 CPUtime=0
/proc/14947/task/14955/stat : 14955 (java) S 14933 14933 13830 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 641911194 832266240 21371 996147200 134512640 134550740 4294955568 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) 860336

[startup+12.7026 s]
/proc/loadavg: 1.93 1.98 1.99 3/90 14955
/proc/meminfo: memFree=1640864/2055920 swapFree=4180808/4192956
[pid=14933] ppid=14931 vsize=47576 CPUtime=0.01
/proc/14933/stat : 14933 (galacE.sh) S 14931 14933 13830 0 -1 4194304 769 1704 0 0 0 0 0 1 23 0 1 0 641911185 48717824 366 996147200 4194304 4520092 548682068784 18446744073709551615 231493266266 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/14933/statm: 11894 366 245 79 0 220 0
[pid=14947] ppid=14933 vsize=812760 CPUtime=12.53
/proc/14947/stat : 14947 (java) S 14933 14933 13830 0 -1 0 21969 0 1 0 1236 17 0 0 18 0 9 0 641911189 832266240 21371 996147200 134512640 134550740 4294955568 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14947/statm: 203190 21371 1911 9 0 197171 0
[pid=14947/tid=14948] ppid=14933 vsize=812760 CPUtime=12.16
/proc/14947/task/14948/stat : 14948 (java) R 14933 14933 13830 0 -1 64 14541 0 1 0 1204 12 0 0 25 0 9 0 641911190 832266240 21371 996147200 134512640 134550740 4294955568 18446744073709551615 103648747 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14947/tid=14949] ppid=14933 vsize=812760 CPUtime=0.09
/proc/14947/task/14949/stat : 14949 (java) S 14933 14933 13830 0 -1 64 5893 0 0 0 7 2 0 0 16 0 9 0 641911191 832266240 21371 996147200 134512640 134550740 4294955568 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14947/tid=14950] ppid=14933 vsize=812760 CPUtime=0
/proc/14947/task/14950/stat : 14950 (java) S 14933 14933 13830 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 641911192 832266240 21371 996147200 134512640 134550740 4294955568 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14947/tid=14951] ppid=14933 vsize=812760 CPUtime=0
/proc/14947/task/14951/stat : 14951 (java) S 14933 14933 13830 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 641911192 832266240 21371 996147200 134512640 134550740 4294955568 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14947/tid=14952] ppid=14933 vsize=812760 CPUtime=0
/proc/14947/task/14952/stat : 14952 (java) S 14933 14933 13830 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 641911194 832266240 21371 996147200 134512640 134550740 4294955568 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14947/tid=14953] ppid=14933 vsize=812760 CPUtime=0.23
/proc/14947/task/14953/stat : 14953 (java) S 14933 14933 13830 0 -1 64 835 0 0 0 23 0 0 0 15 0 9 0 641911194 832266240 21371 996147200 134512640 134550740 4294955568 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14947/tid=14954] ppid=14933 vsize=812760 CPUtime=0
/proc/14947/task/14954/stat : 14954 (java) S 14933 14933 13830 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 641911194 832266240 21371 996147200 134512640 134550740 4294955568 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14947/tid=14955] ppid=14933 vsize=812760 CPUtime=0
/proc/14947/task/14955/stat : 14955 (java) S 14933 14933 13830 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 641911194 832266240 21371 996147200 134512640 134550740 4294955568 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.54
Current children cumulated vsize (KiB) 860336

[startup+25.5015 s]
/proc/loadavg: 1.95 1.98 1.99 4/90 14955
/proc/meminfo: memFree=1633056/2055920 swapFree=4180808/4192956
[pid=14933] ppid=14931 vsize=47576 CPUtime=0.01
/proc/14933/stat : 14933 (galacE.sh) S 14931 14933 13830 0 -1 4194304 769 1704 0 0 0 0 0 1 23 0 1 0 641911185 48717824 366 996147200 4194304 4520092 548682068784 18446744073709551615 231493266266 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/14933/statm: 11894 366 245 79 0 220 0
[pid=14947] ppid=14933 vsize=812760 CPUtime=25.19
/proc/14947/stat : 14947 (java) S 14933 14933 13830 0 -1 0 21992 0 1 0 2497 22 0 0 18 0 9 0 641911189 832266240 21371 996147200 134512640 134550740 4294955568 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14947/statm: 203190 21371 1911 9 0 197171 0
[pid=14947/tid=14948] ppid=14933 vsize=812760 CPUtime=24.83
/proc/14947/task/14948/stat : 14948 (java) R 14933 14933 13830 0 -1 64 14564 0 1 0 2465 18 0 0 25 0 9 0 641911190 832266240 21371 996147200 134512640 134550740 4294955568 18446744073709551615 4126604337 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14947/tid=14949] ppid=14933 vsize=812760 CPUtime=0.1
/proc/14947/task/14949/stat : 14949 (java) S 14933 14933 13830 0 -1 64 5893 0 0 0 8 2 0 0 16 0 9 0 641911191 832266240 21371 996147200 134512640 134550740 4294955568 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14947/tid=14950] ppid=14933 vsize=812760 CPUtime=0
/proc/14947/task/14950/stat : 14950 (java) S 14933 14933 13830 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 641911192 832266240 21371 996147200 134512640 134550740 4294955568 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14947/tid=14951] ppid=14933 vsize=812760 CPUtime=0
/proc/14947/task/14951/stat : 14951 (java) S 14933 14933 13830 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 641911192 832266240 21371 996147200 134512640 134550740 4294955568 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14947/tid=14952] ppid=14933 vsize=812760 CPUtime=0
/proc/14947/task/14952/stat : 14952 (java) S 14933 14933 13830 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 641911194 832266240 21371 996147200 134512640 134550740 4294955568 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14947/tid=14953] ppid=14933 vsize=812760 CPUtime=0.23
/proc/14947/task/14953/stat : 14953 (java) S 14933 14933 13830 0 -1 64 835 0 0 0 23 0 0 0 16 0 9 0 641911194 832266240 21371 996147200 134512640 134550740 4294955568 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14947/tid=14954] ppid=14933 vsize=812760 CPUtime=0
/proc/14947/task/14954/stat : 14954 (java) S 14933 14933 13830 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 641911194 832266240 21371 996147200 134512640 134550740 4294955568 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14947/tid=14955] ppid=14933 vsize=812760 CPUtime=0
/proc/14947/task/14955/stat : 14955 (java) S 14933 14933 13830 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 641911194 832266240 21371 996147200 134512640 134550740 4294955568 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.2
Current children cumulated vsize (KiB) 860336

[startup+51.1013 s]
/proc/loadavg: 1.90 1.97 1.99 3/82 14956
/proc/meminfo: memFree=1519264/2055920 swapFree=4180808/4192956
[pid=14933] ppid=14931 vsize=47576 CPUtime=38.81
/proc/14933/stat : 14933 (galacE.sh) S 14931 14933 13830 0 -1 4194304 804 23732 0 1 0 0 3851 30 17 0 1 0 641911185 48717824 366 996147200 4194304 4520092 548682068784 18446744073709551615 231493266266 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/14933/statm: 11894 366 245 79 0 220 0
[pid=14956] ppid=14933 vsize=195372 CPUtime=11.7
/proc/14956/stat : 14956 (eSAT_static) R 14933 14933 13830 0 -1 4194304 51256 0 0 0 1141 29 0 0 25 0 1 0 641915113 200060928 45840 996147200 134512640 135177480 4294955936 18446744073709551615 134565457 0 0 4096 3 0 0 0 17 1 0 0
/proc/14956/statm: 48843 45840 78 162 0 48678 0
Current children cumulated CPU time (s) 50.51
Current children cumulated vsize (KiB) 242948

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

[startup+51.2013 s]
/proc/loadavg: 1.90 1.97 1.99 3/82 14956
/proc/meminfo: memFree=1519264/2055920 swapFree=4180808/4192956
[pid=14933] ppid=14931 vsize=47576 CPUtime=38.81
/proc/14933/stat : 14933 (galacE.sh) S 14931 14933 13830 0 -1 4194304 804 23732 0 1 0 0 3851 30 17 0 1 0 641911185 48717824 366 996147200 4194304 4520092 548682068784 18446744073709551615 231493266266 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/14933/statm: 11894 366 245 79 0 220 0
[pid=14956] ppid=14933 vsize=195372 CPUtime=11.8
/proc/14956/stat : 14956 (eSAT_static) R 14933 14933 13830 0 -1 4194304 51256 0 0 0 1151 29 0 0 25 0 1 0 641915113 200060928 45840 996147200 134512640 135177480 4294955936 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/14956/statm: 48843 45840 78 162 0 48678 0
Current children cumulated CPU time (s) 50.61
Current children cumulated vsize (KiB) 242948

[startup+54.4028 s]
/proc/loadavg: 1.90 1.97 1.99 3/82 14956
/proc/meminfo: memFree=1519264/2055920 swapFree=4180808/4192956
[pid=14933] ppid=14931 vsize=47576 CPUtime=38.81
/proc/14933/stat : 14933 (galacE.sh) S 14931 14933 13830 0 -1 4194304 804 23732 0 1 0 0 3851 30 17 0 1 0 641911185 48717824 366 996147200 4194304 4520092 548682068784 18446744073709551615 231493266266 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/14933/statm: 11894 366 245 79 0 220 0
[pid=14956] ppid=14933 vsize=195372 CPUtime=14.97
/proc/14956/stat : 14956 (eSAT_static) R 14933 14933 13830 0 -1 4194304 51266 0 0 0 1468 29 0 0 25 0 1 0 641915113 200060928 45850 996147200 134512640 135177480 4294955936 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/14956/statm: 48843 45850 78 162 0 48678 0
Current children cumulated CPU time (s) 53.78
Current children cumulated vsize (KiB) 242948

[startup+57.6013 s]
/proc/loadavg: 1.90 1.97 1.99 3/82 14956
/proc/meminfo: memFree=1519264/2055920 swapFree=4180808/4192956
[pid=14933] ppid=14931 vsize=47576 CPUtime=38.81
/proc/14933/stat : 14933 (galacE.sh) S 14931 14933 13830 0 -1 4194304 804 23732 0 1 0 0 3851 30 17 0 1 0 641911185 48717824 366 996147200 4194304 4520092 548682068784 18446744073709551615 231493266266 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/14933/statm: 11894 366 245 79 0 220 0
[pid=14956] ppid=14933 vsize=195372 CPUtime=18.14
/proc/14956/stat : 14956 (eSAT_static) R 14933 14933 13830 0 -1 4194304 51266 0 0 0 1785 29 0 0 25 0 1 0 641915113 200060928 45850 996147200 134512640 135177480 4294955936 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/14956/statm: 48843 45850 78 162 0 48678 0
Current children cumulated CPU time (s) 56.95
Current children cumulated vsize (KiB) 242948

[startup+58.4064 s]
/proc/loadavg: 1.90 1.97 1.99 3/82 14956
/proc/meminfo: memFree=1519264/2055920 swapFree=4180808/4192956
[pid=14933] ppid=14931 vsize=47576 CPUtime=38.81
/proc/14933/stat : 14933 (galacE.sh) S 14931 14933 13830 0 -1 4194304 804 23732 0 1 0 0 3851 30 17 0 1 0 641911185 48717824 366 996147200 4194304 4520092 548682068784 18446744073709551615 231493266266 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/14933/statm: 11894 366 245 79 0 220 0
[pid=14956] ppid=14933 vsize=195372 CPUtime=18.94
/proc/14956/stat : 14956 (eSAT_static) R 14933 14933 13830 0 -1 4194304 51272 0 0 0 1865 29 0 0 25 0 1 0 641915113 200060928 45856 996147200 134512640 135177480 4294955936 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/14956/statm: 48843 45856 79 162 0 48678 0
Current children cumulated CPU time (s) 57.75
Current children cumulated vsize (KiB) 242948

[startup+58.8014 s]
/proc/loadavg: 1.90 1.97 1.99 3/82 14956
/proc/meminfo: memFree=1519264/2055920 swapFree=4180808/4192956
[pid=14933] ppid=14931 vsize=47576 CPUtime=38.81
/proc/14933/stat : 14933 (galacE.sh) S 14931 14933 13830 0 -1 4194304 804 23732 0 1 0 0 3851 30 17 0 1 0 641911185 48717824 366 996147200 4194304 4520092 548682068784 18446744073709551615 231493266266 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/14933/statm: 11894 366 245 79 0 220 0
[pid=14956] ppid=14933 vsize=195372 CPUtime=19.33
/proc/14956/stat : 14956 (eSAT_static) R 14933 14933 13830 0 -1 4194304 51272 0 0 0 1904 29 0 0 25 0 1 0 641915113 200060928 45856 996147200 134512640 135177480 4294955936 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/14956/statm: 48843 45856 79 162 0 48678 0
Current children cumulated CPU time (s) 58.14
Current children cumulated vsize (KiB) 242948

[startup+59.2015 s]
/proc/loadavg: 1.90 1.97 1.99 3/82 14956
/proc/meminfo: memFree=1519264/2055920 swapFree=4180808/4192956
[pid=14933] ppid=14931 vsize=47576 CPUtime=38.81
/proc/14933/stat : 14933 (galacE.sh) S 14931 14933 13830 0 -1 4194304 804 23732 0 1 0 0 3851 30 17 0 1 0 641911185 48717824 366 996147200 4194304 4520092 548682068784 18446744073709551615 231493266266 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/14933/statm: 11894 366 245 79 0 220 0
[pid=14956] ppid=14933 vsize=195372 CPUtime=19.73
/proc/14956/stat : 14956 (eSAT_static) R 14933 14933 13830 0 -1 4194304 51272 0 0 0 1944 29 0 0 25 0 1 0 641915113 200060928 45856 996147200 134512640 135177480 4294955936 18446744073709551615 134547815 0 0 4096 3 0 0 0 17 1 0 0
/proc/14956/statm: 48843 45856 79 162 0 48678 0
Current children cumulated CPU time (s) 58.54
Current children cumulated vsize (KiB) 242948

[startup+59.3015 s]
/proc/loadavg: 1.90 1.97 1.99 3/82 14956
/proc/meminfo: memFree=1519264/2055920 swapFree=4180808/4192956
[pid=14933] ppid=14931 vsize=47576 CPUtime=38.81
/proc/14933/stat : 14933 (galacE.sh) S 14931 14933 13830 0 -1 4194304 804 23732 0 1 0 0 3851 30 17 0 1 0 641911185 48717824 366 996147200 4194304 4520092 548682068784 18446744073709551615 231493266266 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/14933/statm: 11894 366 245 79 0 220 0
[pid=14956] ppid=14933 vsize=195372 CPUtime=19.83
/proc/14956/stat : 14956 (eSAT_static) R 14933 14933 13830 0 -1 4194304 51272 0 0 0 1954 29 0 0 25 0 1 0 641915113 200060928 45856 996147200 134512640 135177480 4294955936 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/14956/statm: 48843 45856 79 162 0 48678 0
Current children cumulated CPU time (s) 58.64
Current children cumulated vsize (KiB) 242948

Child status: 0
Real time (s): 59.3977
CPU time (s): 58.7621
CPU user time (s): 58.1062
CPU system time (s): 0.6559
CPU usage (%): 98.9298
Max. virtual memory (cumulated for all children) (KiB): 860336

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 58.1062
system time used= 0.6559
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 76011
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= 2339
involuntary context switches= 3598

runsolver used 0.087986 second user time and 0.188971 second system time

The end

Launcher Data (download as text)

Begin job on node39 at 2008-07-04 18:42:56
IDJOB=1076723
IDBENCH=56600
IDSOLVER=351
FILE ID=node39/1076723-1215189776
PBS_JOBID= 7881593
Free space on /tmp= 66552 MiB

SOLVER NAME= galac E
BENCH NAME= CPAI08/csp/ogdVg/normalized-crossword-m1c-ogd-vg16-16_ext.xml
COMMAND LINE= HOME/galacE.sh BENCHNAME 
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1076723-1215189776/watcher-1076723-1215189776 -o /tmp/evaluation-result-1076723-1215189776/solver-1076723-1215189776 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/galacE.sh HOME/instance-1076723-1215189776.xml 

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= dd0a8fec9df38bdb77868162a11330d0
RANDOM SEED=1177473171

node39.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	: 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.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:       1727120 kB
Buffers:         42904 kB
Cached:         135828 kB
SwapCached:       5956 kB
Active:         218884 kB
Inactive:        56968 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1727120 kB
SwapTotal:     4192956 kB
SwapFree:      4180808 kB
Dirty:            3252 kB
Writeback:           0 kB
Mapped:         110552 kB
Slab:            38220 kB
Committed_AS:  1743888 kB
PageTables:       1948 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= 66548 MiB
End job on node39 at 2008-07-04 18:43:55