Trace number 1066209

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 MUNSAT 8.01578 8.15478

General information on the benchmark

Namecsp/wordsVg/
normalized-crossword-m1c-words-vg14-17_ext.xml
MD5SUM57f4206cc93a83610064734a04685251
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.025995
Satisfiable
(Un)Satisfiability was proved
Number of variables238
Number of constraints31
Maximum constraint arity17
Maximum domain size26
Number of constraints which are defined in extension31
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.01/0.03	c --- Preproc Stats ---
0.01/0.65	c start processing
0.01/0.65	c start relation processing
0.01/0.76	c start cnf exporting
7.78/7.91	c parsing time : 0.523
7.78/7.91	c preprocessing time : 7.783
7.78/7.91	
7.78/7.91	c Nary constraints - conflicts : 0 supports : 31
7.78/7.91	c Binary constraints - conflicts : 0 supports :0
7.78/7.91	c max arity constraint : 17
7.78/7.91	c Max Tuples generated 0
7.78/7.91	c relations : 2
7.78/7.91	c relations BDD: 2
7.78/7.91	c sampling 0/0
7.78/7.91	c vars : 62611 - clauses :  256214
7.78/7.91	
7.78/7.97	 
7.78/7.97	c --- SAT Solver Stats ---
7.78/7.97	 
7.82/8.14	c restarts              : 1
7.82/8.14	c conflicts             : 70             (507 /sec)
7.82/8.14	c decisions             : 270            (1.85 % random) (1957 /sec)
7.82/8.14	c propagations          : 42163          (305575 /sec)
7.82/8.14	c conflict literals     : 215            (12.24 % deleted)
7.82/8.14	c Memory used           : 16.11 MB
7.82/8.14	c CPU time              : 0.137979 s
7.82/8.14	
7.82/8.14	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-1066209-1215147258/watcher-1066209-1215147258 -o /tmp/evaluation-result-1066209-1215147258/solver-1066209-1215147258 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/galacM.sh HOME/instance-1066209-1215147258.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.83 1.95 1.98 4/72 20504
/proc/meminfo: memFree=1646120/2055920 swapFree=4110824/4192956
[pid=20504] ppid=20502 vsize=18572 CPUtime=0
/proc/20504/stat : 20504 (runsolver) R 20502 20504 17349 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 1993694687 19017728 292 996147200 4194304 4296836 548682068496 18446744073709551615 233402068263 0 0 4096 24578 0 0 0 17 1 0 0
/proc/20504/statm: 4643 292 257 25 0 2626 0

[startup+0.0309269 s]
/proc/loadavg: 1.83 1.95 1.98 4/72 20504
/proc/meminfo: memFree=1646120/2055920 swapFree=4110824/4192956
[pid=20504] ppid=20502 vsize=8784 CPUtime=0.01
/proc/20504/stat : 20504 (galacM.sh) S 20502 20504 17349 0 -1 4194304 639 1481 0 0 0 0 0 1 21 0 1 0 1993694687 8994816 320 996147200 4194304 4520092 548682068832 18446744073709551615 233402237010 0 2 4096 73728 18446744071563648864 0 0 17 1 0 0
/proc/20504/statm: 2196 320 218 79 0 189 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 8784

[startup+0.102937 s]
/proc/loadavg: 1.83 1.95 1.98 4/72 20504
/proc/meminfo: memFree=1646120/2055920 swapFree=4110824/4192956
[pid=20504] ppid=20502 vsize=47564 CPUtime=0.01
/proc/20504/stat : 20504 (galacM.sh) S 20502 20504 17349 0 -1 4194304 766 1697 0 0 0 0 0 1 18 0 1 0 1993694687 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 233401674586 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/20504/statm: 11891 365 246 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47564

[startup+0.302973 s]
/proc/loadavg: 1.83 1.95 1.98 4/72 20504
/proc/meminfo: memFree=1646120/2055920 swapFree=4110824/4192956
[pid=20504] ppid=20502 vsize=47564 CPUtime=0.01
/proc/20504/stat : 20504 (galacM.sh) S 20502 20504 17349 0 -1 4194304 766 1697 0 0 0 0 0 1 18 0 1 0 1993694687 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 233401674586 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/20504/statm: 11891 365 246 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47564

[startup+0.702053 s]
/proc/loadavg: 1.83 1.95 1.98 4/72 20504
/proc/meminfo: memFree=1646120/2055920 swapFree=4110824/4192956
[pid=20504] ppid=20502 vsize=47564 CPUtime=0.01
/proc/20504/stat : 20504 (galacM.sh) S 20502 20504 17349 0 -1 4194304 766 1697 0 0 0 0 0 1 18 0 1 0 1993694687 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 233401674586 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/20504/statm: 11891 365 246 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47564

[startup+1.50119 s]
/proc/loadavg: 1.83 1.95 1.98 3/82 20526
/proc/meminfo: memFree=1608728/2055920 swapFree=4110824/4192956
[pid=20504] ppid=20502 vsize=47564 CPUtime=0.01
/proc/20504/stat : 20504 (galacM.sh) S 20502 20504 17349 0 -1 4194304 766 1697 0 0 0 0 0 1 18 0 1 0 1993694687 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 233401674586 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/20504/statm: 11891 365 246 79 0 219 0
[pid=20518] ppid=20504 vsize=812420 CPUtime=1.43
/proc/20518/stat : 20518 (java) S 20504 20504 17349 0 -1 0 19714 0 1 0 132 11 0 0 18 0 9 0 1993694691 831918080 19137 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20518/statm: 203105 19137 1911 9 0 197138 0
[pid=20518/tid=20519] ppid=20504 vsize=812420 CPUtime=1.18
/proc/20518/task/20519/stat : 20519 (java) R 20504 20504 17349 0 -1 64 14522 0 1 0 110 8 0 0 25 0 9 0 1993694692 831918080 19137 996147200 134512640 134550740 4294955616 18446744073709551615 4126933319 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20518/tid=20520] ppid=20504 vsize=812420 CPUtime=0.03
/proc/20518/task/20520/stat : 20520 (java) S 20504 20504 17349 0 -1 64 3690 0 0 0 2 1 0 0 16 0 9 0 1993694694 831918080 19137 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20518/tid=20521] ppid=20504 vsize=812420 CPUtime=0
/proc/20518/task/20521/stat : 20521 (java) S 20504 20504 17349 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1993694694 831918080 19137 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20518/tid=20522] ppid=20504 vsize=812420 CPUtime=0
/proc/20518/task/20522/stat : 20522 (java) S 20504 20504 17349 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1993694694 831918080 19137 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20518/tid=20523] ppid=20504 vsize=812420 CPUtime=0
/proc/20518/task/20523/stat : 20523 (java) S 20504 20504 17349 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1993694696 831918080 19137 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20518/tid=20524] ppid=20504 vsize=812420 CPUtime=0.2
/proc/20518/task/20524/stat : 20524 (java) S 20504 20504 17349 0 -1 64 803 0 0 0 20 0 0 0 15 0 9 0 1993694696 831918080 19137 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20518/tid=20525] ppid=20504 vsize=812420 CPUtime=0
/proc/20518/task/20525/stat : 20525 (java) S 20504 20504 17349 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 1993694696 831918080 19137 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20518/tid=20526] ppid=20504 vsize=812420 CPUtime=0
/proc/20518/task/20526/stat : 20526 (java) S 20504 20504 17349 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1993694696 831918080 19137 996147200 134512640 134550740 4294955616 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) 859984

[startup+3.10248 s]
/proc/loadavg: 1.83 1.95 1.98 3/82 20526
/proc/meminfo: memFree=1569496/2055920 swapFree=4110824/4192956
[pid=20504] ppid=20502 vsize=47564 CPUtime=0.01
/proc/20504/stat : 20504 (galacM.sh) S 20502 20504 17349 0 -1 4194304 766 1697 0 0 0 0 0 1 18 0 1 0 1993694687 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 233401674586 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/20504/statm: 11891 365 246 79 0 219 0
[pid=20518] ppid=20504 vsize=812552 CPUtime=3.03
/proc/20518/stat : 20518 (java) S 20504 20504 17349 0 -1 0 21111 0 1 0 290 13 0 0 18 0 9 0 1993694691 832053248 20530 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20518/statm: 203138 20530 1911 9 0 197171 0
[pid=20518/tid=20519] ppid=20504 vsize=812552 CPUtime=2.74
/proc/20518/task/20519/stat : 20519 (java) R 20504 20504 17349 0 -1 64 14528 0 1 0 265 9 0 0 25 0 9 0 1993694692 832053248 20530 996147200 134512640 134550740 4294955616 18446744073709551615 4126809125 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20518/tid=20520] ppid=20504 vsize=812552 CPUtime=0.05
/proc/20518/task/20520/stat : 20520 (java) S 20504 20504 17349 0 -1 64 5070 0 0 0 3 2 0 0 16 0 9 0 1993694694 832053248 20530 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20518/tid=20521] ppid=20504 vsize=812552 CPUtime=0
/proc/20518/task/20521/stat : 20521 (java) S 20504 20504 17349 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1993694694 832053248 20530 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20518/tid=20522] ppid=20504 vsize=812552 CPUtime=0
/proc/20518/task/20522/stat : 20522 (java) S 20504 20504 17349 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1993694694 832053248 20530 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20518/tid=20523] ppid=20504 vsize=812552 CPUtime=0
/proc/20518/task/20523/stat : 20523 (java) S 20504 20504 17349 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1993694696 832053248 20530 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20518/tid=20524] ppid=20504 vsize=812552 CPUtime=0.21
/proc/20518/task/20524/stat : 20524 (java) S 20504 20504 17349 0 -1 64 814 0 0 0 21 0 0 0 15 0 9 0 1993694696 832053248 20530 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20518/tid=20525] ppid=20504 vsize=812552 CPUtime=0
/proc/20518/task/20525/stat : 20525 (java) S 20504 20504 17349 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 1993694696 832053248 20530 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20518/tid=20526] ppid=20504 vsize=812552 CPUtime=0
/proc/20518/task/20526/stat : 20526 (java) S 20504 20504 17349 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1993694696 832053248 20530 996147200 134512640 134550740 4294955616 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) 860116

[startup+6.30105 s]
/proc/loadavg: 1.84 1.95 1.98 3/82 20526
/proc/meminfo: memFree=1567584/2055920 swapFree=4110824/4192956
[pid=20504] ppid=20502 vsize=47564 CPUtime=0.01
/proc/20504/stat : 20504 (galacM.sh) S 20502 20504 17349 0 -1 4194304 766 1697 0 0 0 0 0 1 18 0 1 0 1993694687 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 233401674586 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/20504/statm: 11891 365 246 79 0 219 0
[pid=20518] ppid=20504 vsize=812552 CPUtime=6.19
/proc/20518/stat : 20518 (java) S 20504 20504 17349 0 -1 0 21118 0 1 0 604 15 0 0 18 0 9 0 1993694691 832053248 20530 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20518/statm: 203138 20530 1911 9 0 197171 0
[pid=20518/tid=20519] ppid=20504 vsize=812552 CPUtime=5.9
/proc/20518/task/20519/stat : 20519 (java) R 20504 20504 17349 0 -1 64 14535 0 1 0 579 11 0 0 25 0 9 0 1993694692 832053248 20530 996147200 134512640 134550740 4294955616 18446744073709551615 4126808508 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20518/tid=20520] ppid=20504 vsize=812552 CPUtime=0.05
/proc/20518/task/20520/stat : 20520 (java) S 20504 20504 17349 0 -1 64 5070 0 0 0 3 2 0 0 16 0 9 0 1993694694 832053248 20530 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20518/tid=20521] ppid=20504 vsize=812552 CPUtime=0
/proc/20518/task/20521/stat : 20521 (java) S 20504 20504 17349 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1993694694 832053248 20530 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20518/tid=20522] ppid=20504 vsize=812552 CPUtime=0
/proc/20518/task/20522/stat : 20522 (java) S 20504 20504 17349 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1993694694 832053248 20530 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20518/tid=20523] ppid=20504 vsize=812552 CPUtime=0
/proc/20518/task/20523/stat : 20523 (java) S 20504 20504 17349 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1993694696 832053248 20530 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20518/tid=20524] ppid=20504 vsize=812552 CPUtime=0.21
/proc/20518/task/20524/stat : 20524 (java) S 20504 20504 17349 0 -1 64 814 0 0 0 21 0 0 0 15 0 9 0 1993694696 832053248 20530 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20518/tid=20525] ppid=20504 vsize=812552 CPUtime=0
/proc/20518/task/20525/stat : 20525 (java) S 20504 20504 17349 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 1993694696 832053248 20530 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20518/tid=20526] ppid=20504 vsize=812552 CPUtime=0
/proc/20518/task/20526/stat : 20526 (java) S 20504 20504 17349 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1993694696 832053248 20530 996147200 134512640 134550740 4294955616 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) 860116

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

[startup+7.1012 s]
/proc/loadavg: 1.84 1.95 1.98 3/82 20526
/proc/meminfo: memFree=1566880/2055920 swapFree=4110824/4192956
[pid=20504] ppid=20502 vsize=47564 CPUtime=0.01
/proc/20504/stat : 20504 (galacM.sh) S 20502 20504 17349 0 -1 4194304 766 1697 0 0 0 0 0 1 18 0 1 0 1993694687 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 233401674586 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/20504/statm: 11891 365 246 79 0 219 0
[pid=20518] ppid=20504 vsize=812552 CPUtime=6.98
/proc/20518/stat : 20518 (java) S 20504 20504 17349 0 -1 0 21119 0 1 0 683 15 0 0 18 0 9 0 1993694691 832053248 20530 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20518/statm: 203138 20530 1911 9 0 197171 0
[pid=20518/tid=20519] ppid=20504 vsize=812552 CPUtime=6.69
/proc/20518/task/20519/stat : 20519 (java) R 20504 20504 17349 0 -1 64 14536 0 1 0 658 11 0 0 25 0 9 0 1993694692 832053248 20530 996147200 134512640 134550740 4294955616 18446744073709551615 102064827 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20518/tid=20520] ppid=20504 vsize=812552 CPUtime=0.05
/proc/20518/task/20520/stat : 20520 (java) S 20504 20504 17349 0 -1 64 5070 0 0 0 3 2 0 0 16 0 9 0 1993694694 832053248 20530 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20518/tid=20521] ppid=20504 vsize=812552 CPUtime=0
/proc/20518/task/20521/stat : 20521 (java) S 20504 20504 17349 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1993694694 832053248 20530 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20518/tid=20522] ppid=20504 vsize=812552 CPUtime=0
/proc/20518/task/20522/stat : 20522 (java) S 20504 20504 17349 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1993694694 832053248 20530 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20518/tid=20523] ppid=20504 vsize=812552 CPUtime=0
/proc/20518/task/20523/stat : 20523 (java) S 20504 20504 17349 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1993694696 832053248 20530 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20518/tid=20524] ppid=20504 vsize=812552 CPUtime=0.21
/proc/20518/task/20524/stat : 20524 (java) S 20504 20504 17349 0 -1 64 814 0 0 0 21 0 0 0 15 0 9 0 1993694696 832053248 20530 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20518/tid=20525] ppid=20504 vsize=812552 CPUtime=0
/proc/20518/task/20525/stat : 20525 (java) S 20504 20504 17349 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 1993694696 832053248 20530 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20518/tid=20526] ppid=20504 vsize=812552 CPUtime=0
/proc/20518/task/20526/stat : 20526 (java) S 20504 20504 17349 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1993694696 832053248 20530 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.99
Current children cumulated vsize (KiB) 860116

[startup+7.90234 s]
/proc/loadavg: 1.84 1.95 1.98 3/82 20526
/proc/meminfo: memFree=1566304/2055920 swapFree=4110824/4192956
[pid=20504] ppid=20502 vsize=47564 CPUtime=0.01
/proc/20504/stat : 20504 (galacM.sh) S 20502 20504 17349 0 -1 4194304 766 1697 0 0 0 0 0 1 18 0 1 0 1993694687 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 233401674586 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/20504/statm: 11891 365 246 79 0 219 0
[pid=20518] ppid=20504 vsize=812552 CPUtime=7.77
/proc/20518/stat : 20518 (java) S 20504 20504 17349 0 -1 0 21121 0 1 0 762 15 0 0 18 0 9 0 1993694691 832053248 20530 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20518/statm: 203138 20530 1911 9 0 197171 0
[pid=20518/tid=20519] ppid=20504 vsize=812552 CPUtime=7.47
/proc/20518/task/20519/stat : 20519 (java) R 20504 20504 17349 0 -1 64 14538 0 1 0 736 11 0 0 25 0 9 0 1993694692 832053248 20530 996147200 134512640 134550740 4294955616 18446744073709551615 104036955 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20518/tid=20520] ppid=20504 vsize=812552 CPUtime=0.05
/proc/20518/task/20520/stat : 20520 (java) S 20504 20504 17349 0 -1 64 5070 0 0 0 3 2 0 0 16 0 9 0 1993694694 832053248 20530 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20518/tid=20521] ppid=20504 vsize=812552 CPUtime=0
/proc/20518/task/20521/stat : 20521 (java) S 20504 20504 17349 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1993694694 832053248 20530 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20518/tid=20522] ppid=20504 vsize=812552 CPUtime=0
/proc/20518/task/20522/stat : 20522 (java) S 20504 20504 17349 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1993694694 832053248 20530 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20518/tid=20523] ppid=20504 vsize=812552 CPUtime=0
/proc/20518/task/20523/stat : 20523 (java) S 20504 20504 17349 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1993694696 832053248 20530 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20518/tid=20524] ppid=20504 vsize=812552 CPUtime=0.21
/proc/20518/task/20524/stat : 20524 (java) S 20504 20504 17349 0 -1 64 814 0 0 0 21 0 0 0 15 0 9 0 1993694696 832053248 20530 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20518/tid=20525] ppid=20504 vsize=812552 CPUtime=0
/proc/20518/task/20525/stat : 20525 (java) S 20504 20504 17349 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 1993694696 832053248 20530 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20518/tid=20526] ppid=20504 vsize=812552 CPUtime=0
/proc/20518/task/20526/stat : 20526 (java) S 20504 20504 17349 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1993694696 832053248 20530 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 7.78
Current children cumulated vsize (KiB) 860116

[startup+8.10138 s]
/proc/loadavg: 1.84 1.95 1.98 3/82 20526
/proc/meminfo: memFree=1566304/2055920 swapFree=4110824/4192956
[pid=20504] ppid=20502 vsize=47564 CPUtime=7.82
/proc/20504/stat : 20504 (galacM.sh) S 20502 20504 17349 0 -1 4194304 800 22830 0 1 0 0 763 19 17 0 1 0 1993694687 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 233401674586 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/20504/statm: 11891 365 246 79 0 219 0
Current children cumulated CPU time (s) 7.82
Current children cumulated vsize (KiB) 47564

Child status: 0
Real time (s): 8.15478
CPU time (s): 8.01578
CPU user time (s): 7.77882
CPU system time (s): 0.236963
CPU usage (%): 98.2955
Max. virtual memory (cumulated for all children) (KiB): 860116

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 7.77882
system time used= 0.236963
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 27590
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= 1200
involuntary context switches= 1348

runsolver used 0.010998 second user time and 0.034994 second system time

The end

Launcher Data (download as text)

Begin job on node70 at 2008-07-04 06:54:18
IDJOB=1066209
IDBENCH=55103
IDSOLVER=350
FILE ID=node70/1066209-1215147258
PBS_JOBID= 7877238
Free space on /tmp= 66448 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 57f4206cc93a83610064734a04685251
RANDOM SEED=1639715692

node70.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.256
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.256
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:       1646600 kB
Buffers:         14932 kB
Cached:         110672 kB
SwapCached:      76424 kB
Active:         315176 kB
Inactive:        39072 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1646600 kB
SwapTotal:     4192956 kB
SwapFree:      4110824 kB
Dirty:            3256 kB
Writeback:           0 kB
Mapped:         235640 kB
Slab:            40036 kB
Committed_AS:  4238872 kB
PageTables:       2132 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= 66448 MiB
End job on node70 at 2008-07-04 06:54:27