Trace number 1076102

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 40.3169 40.7731

General information on the benchmark

Namecsp/ogdVg/
normalized-crossword-m1c-ogd-vg16-18_ext.xml
MD5SUM7eefbe4525d9a139e0a7a3d10b5fd38d
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.105983
Satisfiable
(Un)Satisfiability was proved
Number of variables288
Number of constraints34
Maximum constraint arity18
Maximum domain size26
Number of constraints which are defined in extension34
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.04	c --- Preproc Stats ---
0.01/0.81	c start processing
0.01/0.81	c start relation processing
0.96/1.02	c start cnf exporting
29.07/29.41	c parsing time : 0.684
29.07/29.41	c preprocessing time : 29.289
29.07/29.41	
29.07/29.41	c Nary constraints - conflicts : 0 supports : 34
29.07/29.41	c Binary constraints - conflicts : 0 supports :0
29.07/29.41	c max arity constraint : 18
29.07/29.41	c Max Tuples generated 0
29.07/29.41	c relations : 2
29.07/29.41	c relations BDD: 2
29.07/29.41	c sampling 0/0
29.07/29.41	c vars : 275609 - clauses :  947676
29.07/29.41	
29.07/29.46	 
29.07/29.46	c --- SAT Solver Stats ---
29.07/29.46	 
29.07/29.46	c eSAT 0.1 : minisat core with additionnal features
29.07/29.46	c ============================[ Problem Statistics ]=============================
29.07/29.46	c |                                                                             |
29.07/29.46	c |  Number of variables:  275608                                               |
29.07/29.46	c |  Number of clauses:    947676                                               |
30.22/30.68	c |  Parsing time:         1.07         s                                       |
40.22/40.73	c restarts              : 212
40.22/40.73	c conflicts             : 1218           (112 /sec)
40.22/40.73	c decisions             : 103574         (93.38 % random) (9495 /sec)
40.22/40.73	c euip                  : 101         
40.22/40.73	c propagations          : 3362545        (308254 /sec)
40.22/40.73	c conflict literals     : 8888           (24.68 % deleted)
40.22/40.73	c Memory used           : 150.18 MB
40.22/40.73	c CPU time              : 10.9083 s
40.22/40.73	c 
40.22/40.73	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-1076102-1215183632/watcher-1076102-1215183632 -o /tmp/evaluation-result-1076102-1215183632/solver-1076102-1215183632 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/galacE.sh HOME/instance-1076102-1215183632.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.91 1.98 1.99 4/73 9566
/proc/meminfo: memFree=1804360/2055920 swapFree=4179680/4192956
[pid=9566] ppid=9564 vsize=8652 CPUtime=0
/proc/9566/stat : 9566 (galacE.sh) S 9564 9566 7511 0 -1 4194304 346 0 0 0 0 0 0 0 17 0 1 0 1997335834 8859648 280 996147200 4194304 4520092 548682068832 18446744073709551615 234211175258 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/9566/statm: 2163 280 208 79 0 156 0
[pid=9567] ppid=9566 vsize=8688 CPUtime=0
/proc/9567/stat : 9567 (galacE.sh) S 9566 9566 7511 0 -1 4194368 36 0 0 0 0 0 0 0 17 0 1 0 1997335835 8896512 286 996147200 4194304 4520092 548682068832 18446744073709551615 234211737682 0 0 4096 73728 18446744071563648864 0 0 17 1 0 0
/proc/9567/statm: 2172 286 209 79 0 165 0
[pid=9568] ppid=9567 vsize=8728 CPUtime=0
/proc/9568/stat : 9568 (galacE.sh) R 9567 9566 7511 0 -1 4194368 25 0 0 0 0 0 0 0 19 0 1 0 1997335835 8937472 290 996147200 4194304 4520092 548682068832 18446744073709551615 234211568935 0 0 3674112 73728 0 0 0 17 1 0 0
/proc/9568/statm: 2182 290 209 79 0 175 0

[startup+0.0220781 s]
/proc/loadavg: 1.91 1.98 1.99 4/73 9566
/proc/meminfo: memFree=1804360/2055920 swapFree=4179680/4192956
[pid=9566] ppid=9564 vsize=8748 CPUtime=0
/proc/9566/stat : 9566 (galacE.sh) S 9564 9566 7511 0 -1 4194304 454 948 0 0 0 0 0 0 17 0 1 0 1997335834 8957952 312 996147200 4194304 4520092 548682068832 18446744073709551615 234211175258 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/9566/statm: 2187 312 217 79 0 180 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8748

[startup+0.101622 s]
/proc/loadavg: 1.91 1.98 1.99 4/73 9566
/proc/meminfo: memFree=1804360/2055920 swapFree=4179680/4192956
[pid=9566] ppid=9564 vsize=47556 CPUtime=0.01
/proc/9566/stat : 9566 (galacE.sh) S 9564 9566 7511 0 -1 4194304 765 1698 0 0 0 0 0 1 18 0 1 0 1997335834 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 234211175258 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/9566/statm: 11889 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47556

[startup+0.301664 s]
/proc/loadavg: 1.91 1.98 1.99 4/73 9566
/proc/meminfo: memFree=1804360/2055920 swapFree=4179680/4192956
[pid=9566] ppid=9564 vsize=47556 CPUtime=0.01
/proc/9566/stat : 9566 (galacE.sh) S 9564 9566 7511 0 -1 4194304 765 1698 0 0 0 0 0 1 18 0 1 0 1997335834 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 234211175258 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/9566/statm: 11889 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47556

[startup+0.701744 s]
/proc/loadavg: 1.91 1.98 1.99 4/73 9566
/proc/meminfo: memFree=1804360/2055920 swapFree=4179680/4192956
[pid=9566] ppid=9564 vsize=47556 CPUtime=0.01
/proc/9566/stat : 9566 (galacE.sh) S 9564 9566 7511 0 -1 4194304 765 1698 0 0 0 0 0 1 18 0 1 0 1997335834 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 234211175258 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/9566/statm: 11889 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47556

[startup+1.50291 s]
/proc/loadavg: 1.91 1.98 1.99 3/83 9588
/proc/meminfo: memFree=1764152/2055920 swapFree=4179680/4192956
[pid=9566] ppid=9564 vsize=47556 CPUtime=0.01
/proc/9566/stat : 9566 (galacE.sh) S 9564 9566 7511 0 -1 4194304 765 1698 0 0 0 0 0 1 18 0 1 0 1997335834 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 234211175258 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/9566/statm: 11889 364 245 79 0 219 0
[pid=9580] ppid=9566 vsize=812748 CPUtime=1.44
/proc/9580/stat : 9580 (java) S 9566 9566 7511 0 -1 0 21053 0 1 0 131 13 0 0 18 0 9 0 1997335838 832253952 20475 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9580/statm: 203187 20475 1911 9 0 197168 0
[pid=9580/tid=9581] ppid=9566 vsize=812748 CPUtime=1.08
/proc/9580/task/9581/stat : 9581 (java) R 9566 9566 7511 0 -1 64 14518 0 1 0 99 9 0 0 25 0 9 0 1997335839 832253952 20475 996147200 134512640 134550740 4294955600 18446744073709551615 4126657967 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9580/tid=9582] ppid=9566 vsize=812748 CPUtime=0.08
/proc/9580/task/9582/stat : 9582 (java) S 9566 9566 7511 0 -1 64 4991 0 0 0 6 2 0 0 16 0 9 0 1997335841 832253952 20475 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=9580/tid=9583] ppid=9566 vsize=812748 CPUtime=0
/proc/9580/task/9583/stat : 9583 (java) S 9566 9566 7511 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1997335841 832253952 20475 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9580/tid=9584] ppid=9566 vsize=812748 CPUtime=0
/proc/9580/task/9584/stat : 9584 (java) S 9566 9566 7511 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1997335841 832253952 20475 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9580/tid=9585] ppid=9566 vsize=812748 CPUtime=0
/proc/9580/task/9585/stat : 9585 (java) S 9566 9566 7511 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1997335843 832253952 20475 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9580/tid=9586] ppid=9566 vsize=812748 CPUtime=0.24
/proc/9580/task/9586/stat : 9586 (java) S 9566 9566 7511 0 -1 64 844 0 0 0 24 0 0 0 15 0 9 0 1997335843 832253952 20475 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9580/tid=9587] ppid=9566 vsize=812748 CPUtime=0
/proc/9580/task/9587/stat : 9587 (java) S 9566 9566 7511 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 1997335843 832253952 20475 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9580/tid=9588] ppid=9566 vsize=812748 CPUtime=0
/proc/9580/task/9588/stat : 9588 (java) S 9566 9566 7511 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1997335843 832253952 20475 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) 860304

[startup+3.10124 s]
/proc/loadavg: 1.91 1.98 1.99 3/83 9588
/proc/meminfo: memFree=1722680/2055920 swapFree=4179680/4192956
[pid=9566] ppid=9564 vsize=47556 CPUtime=0.01
/proc/9566/stat : 9566 (galacE.sh) S 9564 9566 7511 0 -1 4194304 765 1698 0 0 0 0 0 1 18 0 1 0 1997335834 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 234211175258 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/9566/statm: 11889 364 245 79 0 219 0
[pid=9580] ppid=9566 vsize=812748 CPUtime=3.02
/proc/9580/stat : 9580 (java) S 9566 9566 7511 0 -1 0 22444 0 1 0 288 14 0 0 18 0 9 0 1997335838 832253952 21862 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9580/statm: 203187 21862 1911 9 0 197168 0
[pid=9580/tid=9581] ppid=9566 vsize=812748 CPUtime=2.64
/proc/9580/task/9581/stat : 9581 (java) R 9566 9566 7511 0 -1 64 14526 0 1 0 254 10 0 0 25 0 9 0 1997335839 832253952 21862 996147200 134512640 134550740 4294955600 18446744073709551615 4126939563 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9580/tid=9582] ppid=9566 vsize=812748 CPUtime=0.11
/proc/9580/task/9582/stat : 9582 (java) S 9566 9566 7511 0 -1 64 6369 0 0 0 8 3 0 0 16 0 9 0 1997335841 832253952 21862 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=9580/tid=9583] ppid=9566 vsize=812748 CPUtime=0
/proc/9580/task/9583/stat : 9583 (java) S 9566 9566 7511 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1997335841 832253952 21862 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9580/tid=9584] ppid=9566 vsize=812748 CPUtime=0
/proc/9580/task/9584/stat : 9584 (java) S 9566 9566 7511 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1997335841 832253952 21862 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9580/tid=9585] ppid=9566 vsize=812748 CPUtime=0
/proc/9580/task/9585/stat : 9585 (java) S 9566 9566 7511 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1997335843 832253952 21862 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9580/tid=9586] ppid=9566 vsize=812748 CPUtime=0.25
/proc/9580/task/9586/stat : 9586 (java) S 9566 9566 7511 0 -1 64 849 0 0 0 25 0 0 0 15 0 9 0 1997335843 832253952 21862 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9580/tid=9587] ppid=9566 vsize=812748 CPUtime=0
/proc/9580/task/9587/stat : 9587 (java) S 9566 9566 7511 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 1997335843 832253952 21862 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9580/tid=9588] ppid=9566 vsize=812748 CPUtime=0
/proc/9580/task/9588/stat : 9588 (java) S 9566 9566 7511 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1997335843 832253952 21862 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.03
Current children cumulated vsize (KiB) 860304

[startup+6.3029 s]
/proc/loadavg: 1.92 1.98 1.99 3/83 9588
/proc/meminfo: memFree=1720504/2055920 swapFree=4179680/4192956
[pid=9566] ppid=9564 vsize=47556 CPUtime=0.01
/proc/9566/stat : 9566 (galacE.sh) S 9564 9566 7511 0 -1 4194304 765 1698 0 0 0 0 0 1 18 0 1 0 1997335834 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 234211175258 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/9566/statm: 11889 364 245 79 0 219 0
[pid=9580] ppid=9566 vsize=812748 CPUtime=6.19
/proc/9580/stat : 9580 (java) S 9566 9566 7511 0 -1 0 22456 0 1 0 604 15 0 0 18 0 9 0 1997335838 832253952 21867 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9580/statm: 203187 21867 1911 9 0 197168 0
[pid=9580/tid=9581] ppid=9566 vsize=812748 CPUtime=5.8
/proc/9580/task/9581/stat : 9581 (java) R 9566 9566 7511 0 -1 64 14533 0 1 0 569 11 0 0 25 0 9 0 1997335839 832253952 21867 996147200 134512640 134550740 4294955600 18446744073709551615 4126659930 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9580/tid=9582] ppid=9566 vsize=812748 CPUtime=0.11
/proc/9580/task/9582/stat : 9582 (java) S 9566 9566 7511 0 -1 64 6370 0 0 0 8 3 0 0 16 0 9 0 1997335841 832253952 21867 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=9580/tid=9583] ppid=9566 vsize=812748 CPUtime=0
/proc/9580/task/9583/stat : 9583 (java) S 9566 9566 7511 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1997335841 832253952 21867 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9580/tid=9584] ppid=9566 vsize=812748 CPUtime=0
/proc/9580/task/9584/stat : 9584 (java) S 9566 9566 7511 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1997335841 832253952 21867 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9580/tid=9585] ppid=9566 vsize=812748 CPUtime=0
/proc/9580/task/9585/stat : 9585 (java) S 9566 9566 7511 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1997335843 832253952 21867 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9580/tid=9586] ppid=9566 vsize=812748 CPUtime=0.26
/proc/9580/task/9586/stat : 9586 (java) S 9566 9566 7511 0 -1 64 853 0 0 0 26 0 0 0 15 0 9 0 1997335843 832253952 21867 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9580/tid=9587] ppid=9566 vsize=812748 CPUtime=0
/proc/9580/task/9587/stat : 9587 (java) S 9566 9566 7511 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 1997335843 832253952 21867 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9580/tid=9588] ppid=9566 vsize=812748 CPUtime=0
/proc/9580/task/9588/stat : 9588 (java) S 9566 9566 7511 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1997335843 832253952 21867 996147200 134512640 134550740 4294955600 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) 860304

[startup+12.7022 s]
/proc/loadavg: 1.93 1.98 1.99 3/83 9588
/proc/meminfo: memFree=1716600/2055920 swapFree=4179680/4192956
[pid=9566] ppid=9564 vsize=47556 CPUtime=0.01
/proc/9566/stat : 9566 (galacE.sh) S 9564 9566 7511 0 -1 4194304 765 1698 0 0 0 0 0 1 18 0 1 0 1997335834 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 234211175258 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/9566/statm: 11889 364 245 79 0 219 0
[pid=9580] ppid=9566 vsize=812748 CPUtime=12.53
/proc/9580/stat : 9580 (java) S 9566 9566 7511 0 -1 0 22467 0 1 0 1234 19 0 0 18 0 9 0 1997335838 832253952 21867 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9580/statm: 203187 21867 1911 9 0 197168 0
[pid=9580/tid=9581] ppid=9566 vsize=812748 CPUtime=12.13
/proc/9580/task/9581/stat : 9581 (java) R 9566 9566 7511 0 -1 64 14544 0 1 0 1199 14 0 0 25 0 9 0 1997335839 832253952 21867 996147200 134512640 134550740 4294955600 18446744073709551615 102105664 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9580/tid=9582] ppid=9566 vsize=812748 CPUtime=0.12
/proc/9580/task/9582/stat : 9582 (java) S 9566 9566 7511 0 -1 64 6370 0 0 0 9 3 0 0 16 0 9 0 1997335841 832253952 21867 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=9580/tid=9583] ppid=9566 vsize=812748 CPUtime=0
/proc/9580/task/9583/stat : 9583 (java) S 9566 9566 7511 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1997335841 832253952 21867 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9580/tid=9584] ppid=9566 vsize=812748 CPUtime=0
/proc/9580/task/9584/stat : 9584 (java) S 9566 9566 7511 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1997335841 832253952 21867 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9580/tid=9585] ppid=9566 vsize=812748 CPUtime=0
/proc/9580/task/9585/stat : 9585 (java) S 9566 9566 7511 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1997335843 832253952 21867 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9580/tid=9586] ppid=9566 vsize=812748 CPUtime=0.26
/proc/9580/task/9586/stat : 9586 (java) S 9566 9566 7511 0 -1 64 853 0 0 0 26 0 0 0 15 0 9 0 1997335843 832253952 21867 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9580/tid=9587] ppid=9566 vsize=812748 CPUtime=0
/proc/9580/task/9587/stat : 9587 (java) S 9566 9566 7511 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 1997335843 832253952 21867 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9580/tid=9588] ppid=9566 vsize=812748 CPUtime=0
/proc/9580/task/9588/stat : 9588 (java) S 9566 9566 7511 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1997335843 832253952 21867 996147200 134512640 134550740 4294955600 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) 860304

[startup+25.5029 s]
/proc/loadavg: 1.94 1.98 1.99 3/83 9588
/proc/meminfo: memFree=1708152/2055920 swapFree=4179680/4192956
[pid=9566] ppid=9564 vsize=47556 CPUtime=0.01
/proc/9566/stat : 9566 (galacE.sh) S 9564 9566 7511 0 -1 4194304 765 1698 0 0 0 0 0 1 18 0 1 0 1997335834 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 234211175258 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/9566/statm: 11889 364 245 79 0 219 0
[pid=9580] ppid=9566 vsize=812748 CPUtime=25.19
/proc/9580/stat : 9580 (java) S 9566 9566 7511 0 -1 0 22492 0 1 0 2495 24 0 0 18 0 9 0 1997335838 832253952 21868 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9580/statm: 203187 21868 1911 9 0 197168 0
[pid=9580/tid=9581] ppid=9566 vsize=812748 CPUtime=24.79
/proc/9580/task/9581/stat : 9581 (java) R 9566 9566 7511 0 -1 64 14569 0 1 0 2459 20 0 0 25 0 9 0 1997335839 832253952 21868 996147200 134512640 134550740 4294955600 18446744073709551615 4126987150 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9580/tid=9582] ppid=9566 vsize=812748 CPUtime=0.13
/proc/9580/task/9582/stat : 9582 (java) S 9566 9566 7511 0 -1 64 6370 0 0 0 10 3 0 0 16 0 9 0 1997335841 832253952 21868 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=9580/tid=9583] ppid=9566 vsize=812748 CPUtime=0
/proc/9580/task/9583/stat : 9583 (java) S 9566 9566 7511 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1997335841 832253952 21868 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9580/tid=9584] ppid=9566 vsize=812748 CPUtime=0
/proc/9580/task/9584/stat : 9584 (java) S 9566 9566 7511 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1997335841 832253952 21868 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9580/tid=9585] ppid=9566 vsize=812748 CPUtime=0
/proc/9580/task/9585/stat : 9585 (java) S 9566 9566 7511 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1997335843 832253952 21868 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9580/tid=9586] ppid=9566 vsize=812748 CPUtime=0.26
/proc/9580/task/9586/stat : 9586 (java) S 9566 9566 7511 0 -1 64 853 0 0 0 26 0 0 0 16 0 9 0 1997335843 832253952 21868 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9580/tid=9587] ppid=9566 vsize=812748 CPUtime=0
/proc/9580/task/9587/stat : 9587 (java) S 9566 9566 7511 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 1997335843 832253952 21868 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9580/tid=9588] ppid=9566 vsize=812748 CPUtime=0
/proc/9580/task/9588/stat : 9588 (java) S 9566 9566 7511 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1997335843 832253952 21868 996147200 134512640 134550740 4294955600 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) 860304

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

[startup+31.9072 s]
/proc/loadavg: 1.95 1.98 1.99 3/75 9595
/proc/meminfo: memFree=1679544/2055920 swapFree=4179680/4192956
[pid=9566] ppid=9564 vsize=47556 CPUtime=29.11
/proc/9566/stat : 9566 (galacE.sh) S 9564 9566 7511 0 -1 4194304 799 24209 0 1 0 0 2882 29 17 0 1 0 1997335834 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 234211175258 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/9566/statm: 11889 364 245 79 0 219 0
[pid=9595] ppid=9566 vsize=117108 CPUtime=2.4
/proc/9595/stat : 9595 (eSAT_static) R 9566 9566 7511 0 -1 4194304 27212 0 0 0 223 17 0 0 25 0 1 0 1997338781 119918592 27194 996147200 134512640 135177480 4294955968 18446744073709551615 134541317 0 0 4096 3 0 0 0 17 1 0 0
/proc/9595/statm: 29277 27194 74 162 0 29112 0
Current children cumulated CPU time (s) 31.51
Current children cumulated vsize (KiB) 164664

[startup+35.1019 s]
/proc/loadavg: 1.95 1.98 1.99 3/75 9595
/proc/meminfo: memFree=1625592/2055920 swapFree=4179680/4192956
[pid=9566] ppid=9564 vsize=47556 CPUtime=29.11
/proc/9566/stat : 9566 (galacE.sh) S 9564 9566 7511 0 -1 4194304 799 24209 0 1 0 0 2882 29 17 0 1 0 1997335834 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 234211175258 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/9566/statm: 11889 364 245 79 0 219 0
[pid=9595] ppid=9566 vsize=170520 CPUtime=5.57
/proc/9595/stat : 9595 (eSAT_static) R 9566 9566 7511 0 -1 4194304 40033 0 0 0 534 23 0 0 25 0 1 0 1997338781 174612480 40015 996147200 134512640 135177480 4294955968 18446744073709551615 134538977 0 0 4096 3 0 0 0 17 1 0 0
/proc/9595/statm: 42630 40015 74 162 0 42465 0
Current children cumulated CPU time (s) 34.68
Current children cumulated vsize (KiB) 218076

[startup+38.3015 s]
/proc/loadavg: 1.95 1.98 1.99 3/75 9595
/proc/meminfo: memFree=1638712/2055920 swapFree=4179680/4192956
[pid=9566] ppid=9564 vsize=47556 CPUtime=29.11
/proc/9566/stat : 9566 (galacE.sh) S 9564 9566 7511 0 -1 4194304 799 24209 0 1 0 0 2882 29 17 0 1 0 1997335834 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 234211175258 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/9566/statm: 11889 364 245 79 0 219 0
[pid=9595] ppid=9566 vsize=153784 CPUtime=8.73
/proc/9595/stat : 9595 (eSAT_static) R 9566 9566 7511 0 -1 4194304 40995 0 0 0 850 23 0 0 25 0 1 0 1997338781 157474816 36723 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/9595/statm: 38446 36723 79 162 0 38281 0
Current children cumulated CPU time (s) 37.84
Current children cumulated vsize (KiB) 201340

[startup+39.9019 s]
/proc/loadavg: 1.95 1.98 1.99 3/75 9595
/proc/meminfo: memFree=1638776/2055920 swapFree=4179680/4192956
[pid=9566] ppid=9564 vsize=47556 CPUtime=29.11
/proc/9566/stat : 9566 (galacE.sh) S 9564 9566 7511 0 -1 4194304 799 24209 0 1 0 0 2882 29 17 0 1 0 1997335834 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 234211175258 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/9566/statm: 11889 364 245 79 0 219 0
[pid=9595] ppid=9566 vsize=153784 CPUtime=10.31
/proc/9595/stat : 9595 (eSAT_static) R 9566 9566 7511 0 -1 4194304 41002 0 0 0 1008 23 0 0 25 0 1 0 1997338781 157474816 36730 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/9595/statm: 38446 36730 79 162 0 38281 0
Current children cumulated CPU time (s) 39.42
Current children cumulated vsize (KiB) 201340

[startup+40.3019 s]
/proc/loadavg: 1.95 1.98 1.99 3/75 9595
/proc/meminfo: memFree=1638776/2055920 swapFree=4179680/4192956
[pid=9566] ppid=9564 vsize=47556 CPUtime=29.11
/proc/9566/stat : 9566 (galacE.sh) S 9564 9566 7511 0 -1 4194304 799 24209 0 1 0 0 2882 29 17 0 1 0 1997335834 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 234211175258 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/9566/statm: 11889 364 245 79 0 219 0
[pid=9595] ppid=9566 vsize=153784 CPUtime=10.71
/proc/9595/stat : 9595 (eSAT_static) R 9566 9566 7511 0 -1 4194304 41002 0 0 0 1048 23 0 0 25 0 1 0 1997338781 157474816 36730 996147200 134512640 135177480 4294955968 18446744073709551615 134565340 0 0 4096 3 0 0 0 17 1 0 0
/proc/9595/statm: 38446 36730 79 162 0 38281 0
Current children cumulated CPU time (s) 39.82
Current children cumulated vsize (KiB) 201340

[startup+40.707 s]
/proc/loadavg: 1.95 1.98 1.99 3/75 9595
/proc/meminfo: memFree=1638776/2055920 swapFree=4179680/4192956
[pid=9566] ppid=9564 vsize=47556 CPUtime=29.11
/proc/9566/stat : 9566 (galacE.sh) S 9564 9566 7511 0 -1 4194304 799 24209 0 1 0 0 2882 29 17 0 1 0 1997335834 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 234211175258 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/9566/statm: 11889 364 245 79 0 219 0
[pid=9595] ppid=9566 vsize=153784 CPUtime=11.11
/proc/9595/stat : 9595 (eSAT_static) R 9566 9566 7511 0 -1 4194304 41002 0 0 0 1088 23 0 0 25 0 1 0 1997338781 157474816 36730 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/9595/statm: 38446 36730 79 162 0 38281 0
Current children cumulated CPU time (s) 40.22
Current children cumulated vsize (KiB) 201340

Child status: 0
Real time (s): 40.7731
CPU time (s): 40.3169
CPU user time (s): 39.74
CPU system time (s): 0.576912
CPU usage (%): 98.881
Max. virtual memory (cumulated for all children) (KiB): 860304

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 39.74
system time used= 0.576912
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 66212
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= 2005
involuntary context switches= 2834

runsolver used 0.06099 second user time and 0.146977 second system time

The end

Launcher Data (download as text)

Begin job on node54 at 2008-07-04 17:00:32
IDJOB=1076102
IDBENCH=56563
IDSOLVER=351
FILE ID=node54/1076102-1215183632
PBS_JOBID= 7881529
Free space on /tmp= 66552 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 7eefbe4525d9a139e0a7a3d10b5fd38d
RANDOM SEED=339485360

node54.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.279
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.279
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1804840 kB
Buffers:         45512 kB
Cached:         122712 kB
SwapCached:       6536 kB
Active:         132320 kB
Inactive:        53792 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1804840 kB
SwapTotal:     4192956 kB
SwapFree:      4179680 kB
Dirty:            3232 kB
Writeback:           0 kB
Mapped:          25268 kB
Slab:            50304 kB
Committed_AS:  3838240 kB
PageTables:       1692 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66548 MiB
End job on node54 at 2008-07-04 17:01:13