Trace number 1066555

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 23.8524 24.3901

General information on the benchmark

Namecsp/wordsVg/
normalized-crossword-m1c-words-vg12-13_ext.xml
MD5SUMb2a514f597be5c58b1ba68e3430970ce
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.129979
Satisfiable
(Un)Satisfiability was proved
Number of variables156
Number of constraints25
Maximum constraint arity13
Maximum domain size26
Number of constraints which are defined in extension25
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.02/0.31	c --- Preproc Stats ---
0.68/1.01	c start processing
0.68/1.01	c start relation processing
0.79/1.17	c start cnf exporting
16.73/17.21	c parsing time : 0.611
16.73/17.21	c preprocessing time : 16.815
16.73/17.21	
16.73/17.21	c Nary constraints - conflicts : 0 supports : 25
16.73/17.21	c Binary constraints - conflicts : 0 supports :0
16.73/17.21	c max arity constraint : 13
16.73/17.21	c Max Tuples generated 0
16.73/17.21	c relations : 2
16.73/17.21	c relations BDD: 2
16.73/17.21	c sampling 0/0
16.73/17.21	c vars : 141043 - clauses :  497699
16.73/17.21	
16.73/17.25	 
16.73/17.25	c --- SAT Solver Stats ---
16.73/17.25	 
16.73/17.25	c eSAT 0.1 : minisat core with additionnal features
16.73/17.25	c ============================[ Problem Statistics ]=============================
16.73/17.25	c |                                                                             |
16.73/17.25	c |  Number of variables:  141042                                               |
16.73/17.25	c |  Number of clauses:    497699                                               |
17.30/17.87	c |  Parsing time:         0.55         s                                       |
23.74/24.36	c restarts              : 211
23.74/24.36	c conflicts             : 1689           (244 /sec)
23.74/24.36	c decisions             : 91752          (91.76 % random) (13238 /sec)
23.74/24.36	c euip                  : 157         
23.74/24.36	c propagations          : 3957813        (571035 /sec)
23.74/24.36	c conflict literals     : 16015          (30.94 % deleted)
23.74/24.36	c Memory used           : 76.46 MB
23.74/24.36	c CPU time              : 6.93095 s
23.74/24.36	c 
23.74/24.36	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-1066555-1215148519/watcher-1066555-1215148519 -o /tmp/evaluation-result-1066555-1215148519/solver-1066555-1215148519 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/galacE.sh HOME/instance-1066555-1215148519.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2200 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.00 2.01 2.00 4/81 12316
/proc/meminfo: memFree=1572736/2055920 swapFree=4180256/4192956
[pid=12316] ppid=12314 vsize=18572 CPUtime=0
/proc/12316/stat : 12316 (runsolver) D 12314 12316 9701 0 -1 4194368 15 0 0 0 0 0 0 0 22 0 1 0 1993826097 19017728 292 996147200 4194304 4296836 548682068496 18446744073709551615 272467815719 0 0 4096 24578 18446744071563608240 0 0 17 1 0 0
/proc/12316/statm: 4643 292 257 25 0 2626 0

[startup+0.0233241 s]
/proc/loadavg: 2.00 2.01 2.00 4/81 12316
/proc/meminfo: memFree=1572736/2055920 swapFree=4180256/4192956
[pid=12316] ppid=12314 vsize=544 CPUtime=0
/proc/12316/stat : 12316 (galacE.sh) D 12314 12316 9701 0 -1 4194304 15 0 0 0 0 0 0 0 21 0 1 0 1993826097 557056 1 996147200 0 0 548682069589 18446744073709551615 272467815719 0 0 4096 0 18446744071563479169 0 0 17 1 0 0
/proc/12316/statm: 136 1 0 0 0 51 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 544

[startup+0.101339 s]
/proc/loadavg: 2.00 2.01 2.00 4/81 12316
/proc/meminfo: memFree=1572736/2055920 swapFree=4180256/4192956
[pid=12316] ppid=12314 vsize=8652 CPUtime=0
/proc/12316/stat : 12316 (galacE.sh) S 12314 12316 9701 0 -1 4194304 342 0 4 0 0 0 0 0 17 0 1 0 1993826097 8859648 280 996147200 4194304 4520092 548682068832 18446744073709551615 272467422042 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/12316/statm: 2163 280 208 79 0 156 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8652

[startup+0.301368 s]
/proc/loadavg: 2.00 2.01 2.00 4/81 12316
/proc/meminfo: memFree=1572736/2055920 swapFree=4180256/4192956
[pid=12316] ppid=12314 vsize=47580 CPUtime=0.02
/proc/12316/stat : 12316 (galacE.sh) D 12314 12316 9701 0 -1 4194304 745 1697 5 0 0 1 0 1 18 0 1 0 1993826097 48721920 361 996147200 4194304 4520092 548682068832 18446744073709551615 272467800350 0 2 4096 73728 18446744071563608240 0 0 17 1 0 0
/proc/12316/statm: 11895 361 245 79 0 218 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 47580

[startup+0.701431 s]
/proc/loadavg: 2.00 2.01 2.00 4/81 12316
/proc/meminfo: memFree=1572736/2055920 swapFree=4180256/4192956
[pid=12316] ppid=12314 vsize=47584 CPUtime=0.02
/proc/12316/stat : 12316 (galacE.sh) S 12314 12316 9701 0 -1 4194304 760 1697 5 0 0 1 0 1 18 0 1 0 1993826097 48726016 364 996147200 4194304 4520092 548682068832 18446744073709551615 272467422042 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/12316/statm: 11896 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 47584

[startup+1.50255 s]
/proc/loadavg: 2.00 2.01 2.00 4/91 12338
/proc/meminfo: memFree=1541232/2055920 swapFree=4180256/4192956
[pid=12316] ppid=12314 vsize=47584 CPUtime=0.02
/proc/12316/stat : 12316 (galacE.sh) S 12314 12316 9701 0 -1 4194304 760 1697 5 0 0 1 0 1 18 0 1 0 1993826097 48726016 364 996147200 4194304 4520092 548682068832 18446744073709551615 272467422042 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/12316/statm: 11896 364 245 79 0 219 0
[pid=12330] ppid=12316 vsize=812760 CPUtime=1.16
/proc/12330/stat : 12330 (java) S 12316 12316 9701 0 -1 0 15371 0 1 0 107 9 0 0 18 0 9 0 1993826128 832266240 14795 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12330/statm: 203190 14795 1900 9 0 197171 0
[pid=12330/tid=12331] ppid=12316 vsize=812760 CPUtime=0.93
/proc/12330/task/12331/stat : 12331 (java) R 12316 12316 9701 0 -1 64 13849 0 1 0 85 8 0 0 20 0 9 0 1993826129 832266240 14795 996147200 134512640 134550740 4294955616 18446744073709551615 4126651168 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12330/tid=12332] ppid=12316 vsize=812760 CPUtime=0
/proc/12330/task/12332/stat : 12332 (java) S 12316 12316 9701 0 -1 64 6 0 0 0 0 0 0 0 17 0 9 0 1993826130 832266240 14795 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12330/tid=12333] ppid=12316 vsize=812760 CPUtime=0
/proc/12330/task/12333/stat : 12333 (java) S 12316 12316 9701 0 -1 64 11 0 0 0 0 0 0 0 19 0 9 0 1993826130 832266240 14795 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12330/tid=12334] ppid=12316 vsize=812760 CPUtime=0
/proc/12330/task/12334/stat : 12334 (java) S 12316 12316 9701 0 -1 64 3 0 0 0 0 0 0 0 20 0 9 0 1993826130 832266240 14795 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12330/tid=12335] ppid=12316 vsize=812760 CPUtime=0
/proc/12330/task/12335/stat : 12335 (java) S 12316 12316 9701 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1993826133 832266240 14795 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12330/tid=12336] ppid=12316 vsize=812760 CPUtime=0.22
/proc/12330/task/12336/stat : 12336 (java) S 12316 12316 9701 0 -1 64 818 0 0 0 21 1 0 0 16 0 9 0 1993826133 832266240 14795 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12330/tid=12337] ppid=12316 vsize=812760 CPUtime=0
/proc/12330/task/12337/stat : 12337 (java) S 12316 12316 9701 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1993826133 832266240 14795 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12330/tid=12338] ppid=12316 vsize=812760 CPUtime=0
/proc/12330/task/12338/stat : 12338 (java) S 12316 12316 9701 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1993826133 832266240 14795 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.18
Current children cumulated vsize (KiB) 860344

[startup+3.10278 s]
/proc/loadavg: 2.00 2.01 2.00 3/91 12338
/proc/meminfo: memFree=1492336/2055920 swapFree=4180256/4192956
[pid=12316] ppid=12314 vsize=47584 CPUtime=0.02
/proc/12316/stat : 12316 (galacE.sh) S 12314 12316 9701 0 -1 4194304 760 1697 5 0 0 1 0 1 18 0 1 0 1993826097 48726016 364 996147200 4194304 4520092 548682068832 18446744073709551615 272467422042 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/12316/statm: 11896 364 245 79 0 219 0
[pid=12330] ppid=12316 vsize=812760 CPUtime=2.75
/proc/12330/stat : 12330 (java) S 12316 12316 9701 0 -1 0 21967 0 1 0 262 13 0 0 18 0 9 0 1993826128 832266240 21387 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12330/statm: 203190 21387 1911 9 0 197171 0
[pid=12330/tid=12331] ppid=12316 vsize=812760 CPUtime=2.42
/proc/12330/task/12331/stat : 12331 (java) R 12316 12316 9701 0 -1 64 14524 0 1 0 233 9 0 0 25 0 9 0 1993826129 832266240 21387 996147200 134512640 134550740 4294955616 18446744073709551615 102714905 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12330/tid=12332] ppid=12316 vsize=812760 CPUtime=0.08
/proc/12330/task/12332/stat : 12332 (java) S 12316 12316 9701 0 -1 64 5917 0 0 0 6 2 0 0 16 0 9 0 1993826130 832266240 21387 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12330/tid=12333] ppid=12316 vsize=812760 CPUtime=0
/proc/12330/task/12333/stat : 12333 (java) S 12316 12316 9701 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1993826130 832266240 21387 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12330/tid=12334] ppid=12316 vsize=812760 CPUtime=0
/proc/12330/task/12334/stat : 12334 (java) S 12316 12316 9701 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1993826130 832266240 21387 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12330/tid=12335] ppid=12316 vsize=812760 CPUtime=0
/proc/12330/task/12335/stat : 12335 (java) S 12316 12316 9701 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1993826133 832266240 21387 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12330/tid=12336] ppid=12316 vsize=812760 CPUtime=0.23
/proc/12330/task/12336/stat : 12336 (java) S 12316 12316 9701 0 -1 64 826 0 0 0 22 1 0 0 16 0 9 0 1993826133 832266240 21387 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12330/tid=12337] ppid=12316 vsize=812760 CPUtime=0
/proc/12330/task/12337/stat : 12337 (java) S 12316 12316 9701 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1993826133 832266240 21387 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12330/tid=12338] ppid=12316 vsize=812760 CPUtime=0
/proc/12330/task/12338/stat : 12338 (java) S 12316 12316 9701 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1993826133 832266240 21387 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.77
Current children cumulated vsize (KiB) 860344

[startup+6.30225 s]
/proc/loadavg: 2.00 2.01 2.00 3/91 12338
/proc/meminfo: memFree=1490288/2055920 swapFree=4180256/4192956
[pid=12316] ppid=12314 vsize=47584 CPUtime=0.02
/proc/12316/stat : 12316 (galacE.sh) S 12314 12316 9701 0 -1 4194304 760 1697 5 0 0 1 0 1 18 0 1 0 1993826097 48726016 364 996147200 4194304 4520092 548682068832 18446744073709551615 272467422042 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/12316/statm: 11896 364 245 79 0 219 0
[pid=12330] ppid=12316 vsize=812760 CPUtime=5.91
/proc/12330/stat : 12330 (java) S 12316 12316 9701 0 -1 0 21975 0 1 0 578 13 0 0 18 0 9 0 1993826128 832266240 21388 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12330/statm: 203190 21388 1911 9 0 197171 0
[pid=12330/tid=12331] ppid=12316 vsize=812760 CPUtime=5.57
/proc/12330/task/12331/stat : 12331 (java) R 12316 12316 9701 0 -1 64 14531 0 1 0 548 9 0 0 25 0 9 0 1993826129 832266240 21388 996147200 134512640 134550740 4294955616 18446744073709551615 4126868986 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12330/tid=12332] ppid=12316 vsize=812760 CPUtime=0.08
/proc/12330/task/12332/stat : 12332 (java) S 12316 12316 9701 0 -1 64 5917 0 0 0 6 2 0 0 16 0 9 0 1993826130 832266240 21388 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12330/tid=12333] ppid=12316 vsize=812760 CPUtime=0
/proc/12330/task/12333/stat : 12333 (java) S 12316 12316 9701 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1993826130 832266240 21388 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12330/tid=12334] ppid=12316 vsize=812760 CPUtime=0
/proc/12330/task/12334/stat : 12334 (java) S 12316 12316 9701 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1993826130 832266240 21388 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12330/tid=12335] ppid=12316 vsize=812760 CPUtime=0
/proc/12330/task/12335/stat : 12335 (java) S 12316 12316 9701 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1993826133 832266240 21388 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12330/tid=12336] ppid=12316 vsize=812760 CPUtime=0.23
/proc/12330/task/12336/stat : 12336 (java) S 12316 12316 9701 0 -1 64 827 0 0 0 22 1 0 0 16 0 9 0 1993826133 832266240 21388 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12330/tid=12337] ppid=12316 vsize=812760 CPUtime=0
/proc/12330/task/12337/stat : 12337 (java) S 12316 12316 9701 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1993826133 832266240 21388 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12330/tid=12338] ppid=12316 vsize=812760 CPUtime=0
/proc/12330/task/12338/stat : 12338 (java) S 12316 12316 9701 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1993826133 832266240 21388 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 5.93
Current children cumulated vsize (KiB) 860344

[startup+12.7022 s]
/proc/loadavg: 2.00 2.00 2.00 3/91 12338
/proc/meminfo: memFree=1486576/2055920 swapFree=4180256/4192956
[pid=12316] ppid=12314 vsize=47584 CPUtime=0.02
/proc/12316/stat : 12316 (galacE.sh) S 12314 12316 9701 0 -1 4194304 760 1697 5 0 0 1 0 1 18 0 1 0 1993826097 48726016 364 996147200 4194304 4520092 548682068832 18446744073709551615 272467422042 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/12316/statm: 11896 364 245 79 0 219 0
[pid=12330] ppid=12316 vsize=812760 CPUtime=12.25
/proc/12330/stat : 12330 (java) S 12316 12316 9701 0 -1 0 21986 0 1 0 1210 15 0 0 18 0 9 0 1993826128 832266240 21388 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12330/statm: 203190 21388 1911 9 0 197171 0
[pid=12330/tid=12331] ppid=12316 vsize=812760 CPUtime=11.91
/proc/12330/task/12331/stat : 12331 (java) R 12316 12316 9701 0 -1 64 14542 0 1 0 1180 11 0 0 25 0 9 0 1993826129 832266240 21388 996147200 134512640 134550740 4294955616 18446744073709551615 4126919257 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12330/tid=12332] ppid=12316 vsize=812760 CPUtime=0.09
/proc/12330/task/12332/stat : 12332 (java) S 12316 12316 9701 0 -1 64 5917 0 0 0 7 2 0 0 16 0 9 0 1993826130 832266240 21388 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12330/tid=12333] ppid=12316 vsize=812760 CPUtime=0
/proc/12330/task/12333/stat : 12333 (java) S 12316 12316 9701 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1993826130 832266240 21388 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12330/tid=12334] ppid=12316 vsize=812760 CPUtime=0
/proc/12330/task/12334/stat : 12334 (java) S 12316 12316 9701 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1993826130 832266240 21388 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12330/tid=12335] ppid=12316 vsize=812760 CPUtime=0
/proc/12330/task/12335/stat : 12335 (java) S 12316 12316 9701 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1993826133 832266240 21388 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12330/tid=12336] ppid=12316 vsize=812760 CPUtime=0.23
/proc/12330/task/12336/stat : 12336 (java) S 12316 12316 9701 0 -1 64 827 0 0 0 22 1 0 0 16 0 9 0 1993826133 832266240 21388 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12330/tid=12337] ppid=12316 vsize=812760 CPUtime=0
/proc/12330/task/12337/stat : 12337 (java) S 12316 12316 9701 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1993826133 832266240 21388 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12330/tid=12338] ppid=12316 vsize=812760 CPUtime=0
/proc/12330/task/12338/stat : 12338 (java) S 12316 12316 9701 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1993826133 832266240 21388 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.27
Current children cumulated vsize (KiB) 860344

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

[startup+19.1011 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 12339
/proc/meminfo: memFree=1502064/2055920 swapFree=4180256/4192956
[pid=12316] ppid=12314 vsize=47584 CPUtime=16.77
/proc/12316/stat : 12316 (galacE.sh) S 12314 12316 9701 0 -1 4194304 794 23705 5 1 0 1 1656 20 17 0 1 0 1993826097 48726016 364 996147200 4194304 4520092 548682068832 18446744073709551615 272467422042 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/12316/statm: 11896 364 245 79 0 219 0
[pid=12339] ppid=12316 vsize=78160 CPUtime=1.82
/proc/12339/stat : 12339 (eSAT_static) R 12316 12316 9701 0 -1 4194304 17528 0 0 0 173 9 0 0 25 0 1 0 1993827822 80035840 17510 996147200 134512640 135177480 4294955984 18446744073709551615 134546264 0 0 4096 3 0 0 0 17 1 0 0
/proc/12339/statm: 19540 17510 75 162 0 19375 0
Current children cumulated CPU time (s) 18.59
Current children cumulated vsize (KiB) 125744

[startup+22.3016 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 12339
/proc/meminfo: memFree=1488944/2055920 swapFree=4180256/4192956
[pid=12316] ppid=12314 vsize=47584 CPUtime=16.77
/proc/12316/stat : 12316 (galacE.sh) S 12314 12316 9701 0 -1 4194304 794 23705 5 1 0 1 1656 20 17 0 1 0 1993826097 48726016 364 996147200 4194304 4520092 548682068832 18446744073709551615 272467422042 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/12316/statm: 11896 364 245 79 0 219 0
[pid=12339] ppid=12316 vsize=78292 CPUtime=4.99
/proc/12339/stat : 12339 (eSAT_static) R 12316 12316 9701 0 -1 4194304 20458 0 0 0 488 11 0 0 25 0 1 0 1993827822 80171008 18219 996147200 134512640 135177480 4294955984 18446744073709551615 134565239 0 0 4096 3 0 0 0 17 1 0 0
/proc/12339/statm: 19573 18219 80 162 0 19408 0
Current children cumulated CPU time (s) 21.76
Current children cumulated vsize (KiB) 125876

[startup+23.1067 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 12339
/proc/meminfo: memFree=1488944/2055920 swapFree=4180256/4192956
[pid=12316] ppid=12314 vsize=47584 CPUtime=16.77
/proc/12316/stat : 12316 (galacE.sh) S 12314 12316 9701 0 -1 4194304 794 23705 5 1 0 1 1656 20 17 0 1 0 1993826097 48726016 364 996147200 4194304 4520092 548682068832 18446744073709551615 272467422042 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/12316/statm: 11896 364 245 79 0 219 0
[pid=12339] ppid=12316 vsize=78292 CPUtime=5.79
/proc/12339/stat : 12339 (eSAT_static) R 12316 12316 9701 0 -1 4194304 20458 0 0 0 568 11 0 0 25 0 1 0 1993827822 80171008 18219 996147200 134512640 135177480 4294955984 18446744073709551615 134565406 0 0 4096 3 0 0 0 17 1 0 0
/proc/12339/statm: 19573 18219 80 162 0 19408 0
Current children cumulated CPU time (s) 22.56
Current children cumulated vsize (KiB) 125876

[startup+23.9028 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 12339
/proc/meminfo: memFree=1488944/2055920 swapFree=4180256/4192956
[pid=12316] ppid=12314 vsize=47584 CPUtime=16.77
/proc/12316/stat : 12316 (galacE.sh) S 12314 12316 9701 0 -1 4194304 794 23705 5 1 0 1 1656 20 17 0 1 0 1993826097 48726016 364 996147200 4194304 4520092 548682068832 18446744073709551615 272467422042 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/12316/statm: 11896 364 245 79 0 219 0
[pid=12339] ppid=12316 vsize=78292 CPUtime=6.58
/proc/12339/stat : 12339 (eSAT_static) R 12316 12316 9701 0 -1 4194304 20458 0 0 0 647 11 0 0 25 0 1 0 1993827822 80171008 18219 996147200 134512640 135177480 4294955984 18446744073709551615 134565222 0 0 4096 3 0 0 0 17 1 0 0
/proc/12339/statm: 19573 18219 80 162 0 19408 0
Current children cumulated CPU time (s) 23.35
Current children cumulated vsize (KiB) 125876

[startup+24.3019 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 12339
/proc/meminfo: memFree=1488944/2055920 swapFree=4180256/4192956
[pid=12316] ppid=12314 vsize=47584 CPUtime=16.77
/proc/12316/stat : 12316 (galacE.sh) S 12314 12316 9701 0 -1 4194304 794 23705 5 1 0 1 1656 20 17 0 1 0 1993826097 48726016 364 996147200 4194304 4520092 548682068832 18446744073709551615 272467422042 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/12316/statm: 11896 364 245 79 0 219 0
[pid=12339] ppid=12316 vsize=78292 CPUtime=6.97
/proc/12339/stat : 12339 (eSAT_static) R 12316 12316 9701 0 -1 4194304 20458 0 0 0 686 11 0 0 25 0 1 0 1993827822 80171008 18219 996147200 134512640 135177480 4294955984 18446744073709551615 134565260 0 0 4096 3 0 0 0 17 1 0 0
/proc/12339/statm: 19573 18219 80 162 0 19408 0
Current children cumulated CPU time (s) 23.74
Current children cumulated vsize (KiB) 125876

Child status: 0
Real time (s): 24.3901
CPU time (s): 23.8524
CPU user time (s): 23.5034
CPU system time (s): 0.348946
CPU usage (%): 97.7952
Max. virtual memory (cumulated for all children) (KiB): 860344

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

runsolver used 0.032994 second user time and 0.088986 second system time

The end

Launcher Data (download as text)

Begin job on node22 at 2008-07-04 07:15:19
IDJOB=1066555
IDBENCH=55128
IDSOLVER=351
FILE ID=node22/1066555-1215148519
PBS_JOBID= 7877335
Free space on /tmp= 66560 MiB

SOLVER NAME= galac E
BENCH NAME= CPAI08/csp/wordsVg/normalized-crossword-m1c-words-vg12-13_ext.xml
COMMAND LINE= HOME/galacE.sh BENCHNAME 
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1066555-1215148519/watcher-1066555-1215148519 -o /tmp/evaluation-result-1066555-1215148519/solver-1066555-1215148519 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/galacE.sh HOME/instance-1066555-1215148519.xml 

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= b2a514f597be5c58b1ba68e3430970ce
RANDOM SEED=26145057

node22.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:       1573216 kB
Buffers:          8872 kB
Cached:          91460 kB
SwapCached:       6564 kB
Active:         387936 kB
Inactive:        38328 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1573216 kB
SwapTotal:     4192956 kB
SwapFree:      4180256 kB
Dirty:            3176 kB
Writeback:           0 kB
Mapped:         342000 kB
Slab:            41132 kB
Committed_AS:  3878824 kB
PageTables:       2396 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 node22 at 2008-07-04 07:15:44