Trace number 1079200

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 10.6404 10.7652

General information on the benchmark

Namecsp/lexVg/
normalized-crossword-m1c-lex-vg12-12_ext.xml
MD5SUM401838c809953724c2b71a8d63bf31d3
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.084986
Satisfiable
(Un)Satisfiability was proved
Number of variables144
Number of constraints24
Maximum constraint arity12
Maximum domain size26
Number of constraints which are defined in extension24
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.64	c start processing
0.01/0.64	c start relation processing
0.01/0.73	c start cnf exporting
9.27/9.45	c parsing time : 0.513
9.27/9.45	c preprocessing time : 9.328
9.27/9.45	
9.27/9.45	c Nary constraints - conflicts : 0 supports : 24
9.27/9.45	c Binary constraints - conflicts : 0 supports :0
9.27/9.45	c max arity constraint : 12
9.27/9.45	c Max Tuples generated 0
9.27/9.45	c relations : 1
9.27/9.45	c relations BDD: 1
9.27/9.45	c sampling 0/0
9.27/9.45	c vars : 75961 - clauses :  277200
9.27/9.45	
9.27/9.48	 
9.27/9.48	c --- SAT Solver Stats ---
9.27/9.48	 
10.55/10.75	c restarts              : 5
10.55/10.75	c conflicts             : 830            (682 /sec)
10.55/10.75	c decisions             : 4960           (1.90 % random) (4073 /sec)
10.55/10.75	c propagations          : 2984714        (2450878 /sec)
10.55/10.75	c conflict literals     : 6684           (15.82 % deleted)
10.55/10.75	c Memory used           : 18.01 MB
10.55/10.75	c CPU time              : 1.21781 s
10.55/10.75	
10.55/10.75	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-1079200-1215209472/watcher-1079200-1215209472 -o /tmp/evaluation-result-1079200-1215209472/solver-1079200-1215209472 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/galacM.sh HOME/instance-1079200-1215209472.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.97 1.99 4/81 31594
/proc/meminfo: memFree=1689304/2055920 swapFree=4179464/4192956
[pid=31594] ppid=31592 vsize=18572 CPUtime=0
/proc/31594/stat : 31594 (runsolver) R 31592 31594 29966 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 1999922053 19017728 292 996147200 4194304 4296836 548682068496 18446744073709551615 214919867687 0 0 4096 24578 0 0 0 17 1 0 0
/proc/31594/statm: 4643 292 257 25 0 2626 0

[startup+0.105681 s]
/proc/loadavg: 1.91 1.97 1.99 4/81 31594
/proc/meminfo: memFree=1689304/2055920 swapFree=4179464/4192956
[pid=31594] ppid=31592 vsize=47580 CPUtime=0.01
/proc/31594/stat : 31594 (galacM.sh) S 31592 31594 29966 0 -1 4194304 765 1697 0 0 0 0 0 1 23 0 1 0 1999922053 48721920 364 996147200 4194304 4520092 548682068832 18446744073709551615 214919474010 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/31594/statm: 11895 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47580

[startup+0.201689 s]
/proc/loadavg: 1.91 1.97 1.99 4/81 31594
/proc/meminfo: memFree=1689304/2055920 swapFree=4179464/4192956
[pid=31594] ppid=31592 vsize=47580 CPUtime=0.01
/proc/31594/stat : 31594 (galacM.sh) S 31592 31594 29966 0 -1 4194304 765 1697 0 0 0 0 0 1 23 0 1 0 1999922053 48721920 364 996147200 4194304 4520092 548682068832 18446744073709551615 214919474010 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/31594/statm: 11895 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47580

[startup+0.301702 s]
/proc/loadavg: 1.91 1.97 1.99 4/81 31594
/proc/meminfo: memFree=1689304/2055920 swapFree=4179464/4192956
[pid=31594] ppid=31592 vsize=47580 CPUtime=0.01
/proc/31594/stat : 31594 (galacM.sh) S 31592 31594 29966 0 -1 4194304 765 1697 0 0 0 0 0 1 23 0 1 0 1999922053 48721920 364 996147200 4194304 4520092 548682068832 18446744073709551615 214919474010 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/31594/statm: 11895 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47580

[startup+0.70176 s]
/proc/loadavg: 1.91 1.97 1.99 4/81 31594
/proc/meminfo: memFree=1689304/2055920 swapFree=4179464/4192956
[pid=31594] ppid=31592 vsize=47580 CPUtime=0.01
/proc/31594/stat : 31594 (galacM.sh) S 31592 31594 29966 0 -1 4194304 765 1697 0 0 0 0 0 1 23 0 1 0 1999922053 48721920 364 996147200 4194304 4520092 548682068832 18446744073709551615 214919474010 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/31594/statm: 11895 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47580

[startup+1.50287 s]
/proc/loadavg: 1.91 1.97 1.99 3/91 31616
/proc/meminfo: memFree=1642880/2055920 swapFree=4179464/4192956
[pid=31594] ppid=31592 vsize=47580 CPUtime=0.01
/proc/31594/stat : 31594 (galacM.sh) S 31592 31594 29966 0 -1 4194304 765 1697 0 0 0 0 0 1 23 0 1 0 1999922053 48721920 364 996147200 4194304 4520092 548682068832 18446744073709551615 214919474010 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/31594/statm: 11895 364 245 79 0 219 0
[pid=31608] ppid=31594 vsize=812628 CPUtime=1.44
/proc/31608/stat : 31608 (java) S 31594 31594 29966 0 -1 0 19657 0 1 0 130 14 0 0 18 0 9 0 1999922057 832131072 19080 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31608/statm: 203157 19080 1910 9 0 197138 0
[pid=31608/tid=31609] ppid=31594 vsize=812628 CPUtime=1.19
/proc/31608/task/31609/stat : 31609 (java) R 31594 31594 29966 0 -1 64 14516 0 1 0 109 10 0 0 25 0 9 0 1999922058 832131072 19080 996147200 134512640 134550740 4294955600 18446744073709551615 4126876392 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31608/tid=31610] ppid=31594 vsize=812628 CPUtime=0.03
/proc/31608/task/31610/stat : 31610 (java) S 31594 31594 29966 0 -1 64 3646 0 0 0 2 1 0 0 16 0 9 0 1999922059 832131072 19080 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31608/tid=31611] ppid=31594 vsize=812628 CPUtime=0
/proc/31608/task/31611/stat : 31611 (java) S 31594 31594 29966 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1999922059 832131072 19080 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31608/tid=31612] ppid=31594 vsize=812628 CPUtime=0
/proc/31608/task/31612/stat : 31612 (java) S 31594 31594 29966 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1999922060 832131072 19080 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31608/tid=31613] ppid=31594 vsize=812628 CPUtime=0
/proc/31608/task/31613/stat : 31613 (java) S 31594 31594 29966 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1999922062 832131072 19080 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31608/tid=31614] ppid=31594 vsize=812628 CPUtime=0.18
/proc/31608/task/31614/stat : 31614 (java) S 31594 31594 29966 0 -1 64 794 0 0 0 18 0 0 0 15 0 9 0 1999922062 832131072 19080 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31608/tid=31615] ppid=31594 vsize=812628 CPUtime=0
/proc/31608/task/31615/stat : 31615 (java) S 31594 31594 29966 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1999922062 832131072 19080 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31608/tid=31616] ppid=31594 vsize=812628 CPUtime=0
/proc/31608/task/31616/stat : 31616 (java) S 31594 31594 29966 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1999922062 832131072 19080 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) 860208

[startup+3.10208 s]
/proc/loadavg: 1.91 1.97 1.99 3/91 31616
/proc/meminfo: memFree=1612992/2055920 swapFree=4179464/4192956
[pid=31594] ppid=31592 vsize=47580 CPUtime=0.01
/proc/31594/stat : 31594 (galacM.sh) S 31592 31594 29966 0 -1 4194304 765 1697 0 0 0 0 0 1 23 0 1 0 1999922053 48721920 364 996147200 4194304 4520092 548682068832 18446744073709551615 214919474010 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/31594/statm: 11895 364 245 79 0 219 0
[pid=31608] ppid=31594 vsize=812628 CPUtime=3.02
/proc/31608/stat : 31608 (java) S 31594 31594 29966 0 -1 0 21049 0 1 0 287 15 0 0 18 0 9 0 1999922057 832131072 20468 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31608/statm: 203157 20468 1910 9 0 197138 0
[pid=31608/tid=31609] ppid=31594 vsize=812628 CPUtime=2.74
/proc/31608/task/31609/stat : 31609 (java) R 31594 31594 29966 0 -1 64 14521 0 1 0 263 11 0 0 25 0 9 0 1999922058 832131072 20468 996147200 134512640 134550740 4294955600 18446744073709551615 4126856471 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31608/tid=31610] ppid=31594 vsize=812628 CPUtime=0.05
/proc/31608/task/31610/stat : 31610 (java) S 31594 31594 29966 0 -1 64 5025 0 0 0 3 2 0 0 16 0 9 0 1999922059 832131072 20468 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31608/tid=31611] ppid=31594 vsize=812628 CPUtime=0
/proc/31608/task/31611/stat : 31611 (java) S 31594 31594 29966 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1999922059 832131072 20468 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31608/tid=31612] ppid=31594 vsize=812628 CPUtime=0
/proc/31608/task/31612/stat : 31612 (java) S 31594 31594 29966 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1999922060 832131072 20468 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31608/tid=31613] ppid=31594 vsize=812628 CPUtime=0
/proc/31608/task/31613/stat : 31613 (java) S 31594 31594 29966 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1999922062 832131072 20468 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31608/tid=31614] ppid=31594 vsize=812628 CPUtime=0.2
/proc/31608/task/31614/stat : 31614 (java) S 31594 31594 29966 0 -1 64 802 0 0 0 20 0 0 0 15 0 9 0 1999922062 832131072 20468 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31608/tid=31615] ppid=31594 vsize=812628 CPUtime=0
/proc/31608/task/31615/stat : 31615 (java) S 31594 31594 29966 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1999922062 832131072 20468 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31608/tid=31616] ppid=31594 vsize=812628 CPUtime=0
/proc/31608/task/31616/stat : 31616 (java) S 31594 31594 29966 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1999922062 832131072 20468 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) 860208

[startup+6.30151 s]
/proc/loadavg: 1.92 1.97 1.99 3/91 31616
/proc/meminfo: memFree=1611072/2055920 swapFree=4179464/4192956
[pid=31594] ppid=31592 vsize=47580 CPUtime=0.01
/proc/31594/stat : 31594 (galacM.sh) S 31592 31594 29966 0 -1 4194304 765 1697 0 0 0 0 0 1 23 0 1 0 1999922053 48721920 364 996147200 4194304 4520092 548682068832 18446744073709551615 214919474010 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/31594/statm: 11895 364 245 79 0 219 0
[pid=31608] ppid=31594 vsize=812628 CPUtime=6.19
/proc/31608/stat : 31608 (java) S 31594 31594 29966 0 -1 0 21055 0 1 0 602 17 0 0 18 0 9 0 1999922057 832131072 20468 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31608/statm: 203157 20468 1910 9 0 197138 0
[pid=31608/tid=31609] ppid=31594 vsize=812628 CPUtime=5.91
/proc/31608/task/31609/stat : 31609 (java) R 31594 31594 29966 0 -1 64 14527 0 1 0 579 12 0 0 25 0 9 0 1999922058 832131072 20468 996147200 134512640 134550740 4294955600 18446744073709551615 4126641672 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31608/tid=31610] ppid=31594 vsize=812628 CPUtime=0.05
/proc/31608/task/31610/stat : 31610 (java) S 31594 31594 29966 0 -1 64 5025 0 0 0 3 2 0 0 16 0 9 0 1999922059 832131072 20468 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31608/tid=31611] ppid=31594 vsize=812628 CPUtime=0
/proc/31608/task/31611/stat : 31611 (java) S 31594 31594 29966 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1999922059 832131072 20468 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31608/tid=31612] ppid=31594 vsize=812628 CPUtime=0
/proc/31608/task/31612/stat : 31612 (java) S 31594 31594 29966 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1999922060 832131072 20468 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31608/tid=31613] ppid=31594 vsize=812628 CPUtime=0
/proc/31608/task/31613/stat : 31613 (java) S 31594 31594 29966 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1999922062 832131072 20468 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31608/tid=31614] ppid=31594 vsize=812628 CPUtime=0.2
/proc/31608/task/31614/stat : 31614 (java) S 31594 31594 29966 0 -1 64 802 0 0 0 20 0 0 0 15 0 9 0 1999922062 832131072 20468 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31608/tid=31615] ppid=31594 vsize=812628 CPUtime=0
/proc/31608/task/31615/stat : 31615 (java) S 31594 31594 29966 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1999922062 832131072 20468 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31608/tid=31616] ppid=31594 vsize=812628 CPUtime=0
/proc/31608/task/31616/stat : 31616 (java) S 31594 31594 29966 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1999922062 832131072 20468 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) 860208

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

[startup+6.40253 s]
/proc/loadavg: 1.92 1.97 1.99 3/91 31616
/proc/meminfo: memFree=1611072/2055920 swapFree=4179464/4192956
[pid=31594] ppid=31592 vsize=47580 CPUtime=0.01
/proc/31594/stat : 31594 (galacM.sh) S 31592 31594 29966 0 -1 4194304 765 1697 0 0 0 0 0 1 23 0 1 0 1999922053 48721920 364 996147200 4194304 4520092 548682068832 18446744073709551615 214919474010 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/31594/statm: 11895 364 245 79 0 219 0
[pid=31608] ppid=31594 vsize=812628 CPUtime=6.3
/proc/31608/stat : 31608 (java) S 31594 31594 29966 0 -1 0 21055 0 1 0 613 17 0 0 18 0 9 0 1999922057 832131072 20468 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31608/statm: 203157 20468 1910 9 0 197138 0
[pid=31608/tid=31609] ppid=31594 vsize=812628 CPUtime=6.01
/proc/31608/task/31609/stat : 31609 (java) R 31594 31594 29966 0 -1 64 14527 0 1 0 589 12 0 0 25 0 9 0 1999922058 832131072 20468 996147200 134512640 134550740 4294955600 18446744073709551615 4126858159 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31608/tid=31610] ppid=31594 vsize=812628 CPUtime=0.05
/proc/31608/task/31610/stat : 31610 (java) S 31594 31594 29966 0 -1 64 5025 0 0 0 3 2 0 0 16 0 9 0 1999922059 832131072 20468 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31608/tid=31611] ppid=31594 vsize=812628 CPUtime=0
/proc/31608/task/31611/stat : 31611 (java) S 31594 31594 29966 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1999922059 832131072 20468 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31608/tid=31612] ppid=31594 vsize=812628 CPUtime=0
/proc/31608/task/31612/stat : 31612 (java) S 31594 31594 29966 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1999922060 832131072 20468 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31608/tid=31613] ppid=31594 vsize=812628 CPUtime=0
/proc/31608/task/31613/stat : 31613 (java) S 31594 31594 29966 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1999922062 832131072 20468 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31608/tid=31614] ppid=31594 vsize=812628 CPUtime=0.2
/proc/31608/task/31614/stat : 31614 (java) S 31594 31594 29966 0 -1 64 802 0 0 0 20 0 0 0 15 0 9 0 1999922062 832131072 20468 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31608/tid=31615] ppid=31594 vsize=812628 CPUtime=0
/proc/31608/task/31615/stat : 31615 (java) S 31594 31594 29966 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1999922062 832131072 20468 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31608/tid=31616] ppid=31594 vsize=812628 CPUtime=0
/proc/31608/task/31616/stat : 31616 (java) S 31594 31594 29966 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1999922062 832131072 20468 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.31
Current children cumulated vsize (KiB) 860208

[startup+8.00175 s]
/proc/loadavg: 1.92 1.97 1.99 3/91 31616
/proc/meminfo: memFree=1609928/2055920 swapFree=4179464/4192956
[pid=31594] ppid=31592 vsize=47580 CPUtime=0.01
/proc/31594/stat : 31594 (galacM.sh) S 31592 31594 29966 0 -1 4194304 765 1697 0 0 0 0 0 1 23 0 1 0 1999922053 48721920 364 996147200 4194304 4520092 548682068832 18446744073709551615 214919474010 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/31594/statm: 11895 364 245 79 0 219 0
[pid=31608] ppid=31594 vsize=812628 CPUtime=7.87
/proc/31608/stat : 31608 (java) S 31594 31594 29966 0 -1 0 21058 0 1 0 770 17 0 0 18 0 9 0 1999922057 832131072 20468 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31608/statm: 203157 20468 1910 9 0 197138 0
[pid=31608/tid=31609] ppid=31594 vsize=812628 CPUtime=7.59
/proc/31608/task/31609/stat : 31609 (java) R 31594 31594 29966 0 -1 64 14530 0 1 0 746 13 0 0 25 0 9 0 1999922058 832131072 20468 996147200 134512640 134550740 4294955600 18446744073709551615 4126796647 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31608/tid=31610] ppid=31594 vsize=812628 CPUtime=0.05
/proc/31608/task/31610/stat : 31610 (java) S 31594 31594 29966 0 -1 64 5025 0 0 0 3 2 0 0 16 0 9 0 1999922059 832131072 20468 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31608/tid=31611] ppid=31594 vsize=812628 CPUtime=0
/proc/31608/task/31611/stat : 31611 (java) S 31594 31594 29966 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1999922059 832131072 20468 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31608/tid=31612] ppid=31594 vsize=812628 CPUtime=0
/proc/31608/task/31612/stat : 31612 (java) S 31594 31594 29966 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1999922060 832131072 20468 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31608/tid=31613] ppid=31594 vsize=812628 CPUtime=0
/proc/31608/task/31613/stat : 31613 (java) S 31594 31594 29966 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1999922062 832131072 20468 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31608/tid=31614] ppid=31594 vsize=812628 CPUtime=0.2
/proc/31608/task/31614/stat : 31614 (java) S 31594 31594 29966 0 -1 64 802 0 0 0 20 0 0 0 15 0 9 0 1999922062 832131072 20468 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31608/tid=31615] ppid=31594 vsize=812628 CPUtime=0
/proc/31608/task/31615/stat : 31615 (java) S 31594 31594 29966 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1999922062 832131072 20468 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31608/tid=31616] ppid=31594 vsize=812628 CPUtime=0
/proc/31608/task/31616/stat : 31616 (java) S 31594 31594 29966 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1999922062 832131072 20468 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 7.88
Current children cumulated vsize (KiB) 860208

[startup+9.60196 s]
/proc/loadavg: 1.92 1.97 1.99 3/91 31616
/proc/meminfo: memFree=1609288/2055920 swapFree=4179464/4192956
[pid=31594] ppid=31592 vsize=47580 CPUtime=9.35
/proc/31594/stat : 31594 (galacM.sh) S 31592 31594 29966 0 -1 4194304 799 22771 0 1 0 0 914 21 17 0 1 0 1999922053 48721920 364 996147200 4194304 4520092 548682068832 18446744073709551615 214919474010 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/31594/statm: 11895 364 245 79 0 219 0
Current children cumulated CPU time (s) 9.35
Current children cumulated vsize (KiB) 47580

[startup+10.4011 s]
/proc/loadavg: 1.93 1.97 1.99 3/83 31617
/proc/meminfo: memFree=1667016/2055920 swapFree=4179464/4192956
[pid=31594] ppid=31592 vsize=47580 CPUtime=9.35
/proc/31594/stat : 31594 (galacM.sh) S 31592 31594 29966 0 -1 4194304 799 22771 0 1 0 0 914 21 17 0 1 0 1999922053 48721920 364 996147200 4194304 4520092 548682068832 18446744073709551615 214919474010 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/31594/statm: 11895 364 245 79 0 219 0
[pid=31617] ppid=31594 vsize=18440 CPUtime=0.9
/proc/31617/stat : 31617 (minisat) R 31594 31594 29966 0 -1 4194304 4192 0 0 0 86 4 0 0 25 0 1 0 1999923001 18882560 4173 996147200 134512640 135136200 4294955968 18446744073709551615 134529382 0 0 4096 3 0 0 0 17 1 0 0
/proc/31617/statm: 4610 4173 56 152 0 4455 0
Current children cumulated CPU time (s) 10.25
Current children cumulated vsize (KiB) 66020

[startup+10.6011 s]
/proc/loadavg: 1.93 1.97 1.99 3/83 31617
/proc/meminfo: memFree=1667016/2055920 swapFree=4179464/4192956
[pid=31594] ppid=31592 vsize=47580 CPUtime=9.35
/proc/31594/stat : 31594 (galacM.sh) S 31592 31594 29966 0 -1 4194304 799 22771 0 1 0 0 914 21 17 0 1 0 1999922053 48721920 364 996147200 4194304 4520092 548682068832 18446744073709551615 214919474010 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/31594/statm: 11895 364 245 79 0 219 0
[pid=31617] ppid=31594 vsize=18440 CPUtime=1.1
/proc/31617/stat : 31617 (minisat) R 31594 31594 29966 0 -1 4194304 4193 0 0 0 106 4 0 0 25 0 1 0 1999923001 18882560 4174 996147200 134512640 135136200 4294955968 18446744073709551615 134529382 0 0 4096 3 0 0 0 17 1 0 0
/proc/31617/statm: 4610 4174 56 152 0 4455 0
Current children cumulated CPU time (s) 10.45
Current children cumulated vsize (KiB) 66020

[startup+10.7011 s]
/proc/loadavg: 1.93 1.97 1.99 3/83 31617
/proc/meminfo: memFree=1667016/2055920 swapFree=4179464/4192956
[pid=31594] ppid=31592 vsize=47580 CPUtime=9.35
/proc/31594/stat : 31594 (galacM.sh) S 31592 31594 29966 0 -1 4194304 799 22771 0 1 0 0 914 21 17 0 1 0 1999922053 48721920 364 996147200 4194304 4520092 548682068832 18446744073709551615 214919474010 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/31594/statm: 11895 364 245 79 0 219 0
[pid=31617] ppid=31594 vsize=18440 CPUtime=1.2
/proc/31617/stat : 31617 (minisat) R 31594 31594 29966 0 -1 4194304 4193 0 0 0 116 4 0 0 25 0 1 0 1999923001 18882560 4174 996147200 134512640 135136200 4294955968 18446744073709551615 134529373 0 0 4096 3 0 0 0 17 1 0 0
/proc/31617/statm: 4610 4174 56 152 0 4455 0
Current children cumulated CPU time (s) 10.55
Current children cumulated vsize (KiB) 66020

Child status: 0
Real time (s): 10.7652
CPU time (s): 10.6404
CPU user time (s): 10.3684
CPU system time (s): 0.271958
CPU usage (%): 98.8405
Max. virtual memory (cumulated for all children) (KiB): 860208

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 10.3684
system time used= 0.271958
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 27981
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= 1196
involuntary context switches= 1532

runsolver used 0.013997 second user time and 0.043993 second system time

The end

Launcher Data (download as text)

Begin job on node10 at 2008-07-05 00:11:12
IDJOB=1079200
IDBENCH=56866
IDSOLVER=350
FILE ID=node10/1079200-1215209472
PBS_JOBID= 7881701
Free space on /tmp= 66508 MiB

SOLVER NAME= galac M
BENCH NAME= CPAI08/csp/lexVg/normalized-crossword-m1c-lex-vg12-12_ext.xml
COMMAND LINE= HOME/galacM.sh BENCHNAME 
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1079200-1215209472/watcher-1079200-1215209472 -o /tmp/evaluation-result-1079200-1215209472/solver-1079200-1215209472 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/galacM.sh HOME/instance-1079200-1215209472.xml 

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 401838c809953724c2b71a8d63bf31d3
RANDOM SEED=1850234225

node10.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.229
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.229
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:       1689784 kB
Buffers:         62836 kB
Cached:         220732 kB
SwapCached:       7540 kB
Active:         210512 kB
Inactive:        97084 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1689784 kB
SwapTotal:     4192956 kB
SwapFree:      4179464 kB
Dirty:            3208 kB
Writeback:           0 kB
Mapped:          40272 kB
Slab:            43596 kB
Committed_AS:  3435488 kB
PageTables:       2036 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= 66504 MiB
End job on node10 at 2008-07-05 00:11:23