Trace number 1078994

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 E? (TO) 1800.05 1801.01

General information on the benchmark

Namecsp/lexVg/
normalized-crossword-m1c-lex-vg5-6_ext.xml
MD5SUM329f89ece2c8c1cdd4cc1cd52f24e53d
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark5.48117
Satisfiable
(Un)Satisfiability was proved
Number of variables30
Number of constraints11
Maximum constraint arity6
Maximum domain size26
Number of constraints which are defined in extension11
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.71	c start processing
0.01/0.71	c start relation processing
0.01/0.92	c start cnf exporting
6.80/6.97	c parsing time : 0.581
6.80/6.97	c preprocessing time : 6.847
6.80/6.97	
6.80/6.97	c Nary constraints - conflicts : 0 supports : 11
6.80/6.97	c Binary constraints - conflicts : 0 supports :0
6.80/6.97	c max arity constraint : 6
6.80/6.97	c Max Tuples generated 0
6.80/6.97	c relations : 2
6.80/6.97	c relations BDD: 2
6.80/6.97	c sampling 0/0
6.80/6.97	c vars : 45929 - clauses :  175686
6.80/6.97	
6.87/7.04	 
6.87/7.04	c --- SAT Solver Stats ---
6.87/7.04	 
6.87/7.04	c eSAT 0.1 : minisat core with additionnal features
6.87/7.04	c ============================[ Problem Statistics ]=============================
6.87/7.04	c |                                                                             |
6.87/7.04	c |  Number of variables:  45928                                                |
6.87/7.04	c |  Number of clauses:    175686                                               |
6.89/7.25	c |  Parsing time:         0.19         s                                       |

Verifier Data (download as text)

ERROR: Unexpected answer ! ('s SATISFIABLE'/'s UNSATISFIABLE' expected)
Got answer: 

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-1078994-1215208960/watcher-1078994-1215208960 -o /tmp/evaluation-result-1078994-1215208960/solver-1078994-1215208960 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/galacE.sh HOME/instance-1078994-1215208960.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.05 2.03 2.00 4/72 29139
/proc/meminfo: memFree=1513556/2055920 swapFree=4179028/4192956
[pid=29139] ppid=29137 vsize=6392 CPUtime=0
/proc/29139/stat : 29139 (galacE.sh) R 29137 29139 26332 0 -1 4194304 231 0 0 0 0 0 0 0 23 0 1 0 1999868928 6545408 195 996147200 4194304 4520092 548682068832 18446744073709551615 240905159428 0 0 4096 8192 0 0 0 17 1 0 0
/proc/29139/statm: 1598 195 146 79 0 122 0

[startup+0.0149151 s]
/proc/loadavg: 2.05 2.03 2.00 4/72 29139
/proc/meminfo: memFree=1513556/2055920 swapFree=4179028/4192956
[pid=29139] ppid=29137 vsize=8652 CPUtime=0
/proc/29139/stat : 29139 (galacE.sh) S 29137 29139 26332 0 -1 4194304 346 0 0 0 0 0 0 0 16 0 1 0 1999868928 8859648 280 996147200 4194304 4520092 548682068832 18446744073709551615 240907381594 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/29139/statm: 2196 320 218 79 0 189 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8652

[startup+0.112805 s]
/proc/loadavg: 2.05 2.03 2.00 4/72 29139
/proc/meminfo: memFree=1513556/2055920 swapFree=4179028/4192956
[pid=29139] ppid=29137 vsize=47588 CPUtime=0.01
/proc/29139/stat : 29139 (galacE.sh) S 29137 29139 26332 0 -1 4194304 764 1697 0 0 0 0 0 1 18 0 1 0 1999868928 48730112 363 996147200 4194304 4520092 548682068832 18446744073709551615 240907381594 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/29139/statm: 11897 363 244 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47588

[startup+0.301821 s]
/proc/loadavg: 2.05 2.03 2.00 4/72 29139
/proc/meminfo: memFree=1513556/2055920 swapFree=4179028/4192956
[pid=29139] ppid=29137 vsize=47588 CPUtime=0.01
/proc/29139/stat : 29139 (galacE.sh) S 29137 29139 26332 0 -1 4194304 764 1697 0 0 0 0 0 1 18 0 1 0 1999868928 48730112 363 996147200 4194304 4520092 548682068832 18446744073709551615 240907381594 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/29139/statm: 11897 363 244 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47588

[startup+0.703921 s]
/proc/loadavg: 2.05 2.03 2.00 4/72 29139
/proc/meminfo: memFree=1513556/2055920 swapFree=4179028/4192956
[pid=29139] ppid=29137 vsize=47588 CPUtime=0.01
/proc/29139/stat : 29139 (galacE.sh) S 29137 29139 26332 0 -1 4194304 764 1697 0 0 0 0 0 1 18 0 1 0 1999868928 48730112 363 996147200 4194304 4520092 548682068832 18446744073709551615 240907381594 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/29139/statm: 11897 363 244 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47588

[startup+1.50295 s]
/proc/loadavg: 2.05 2.03 2.00 3/82 29161
/proc/meminfo: memFree=1474500/2055920 swapFree=4179028/4192956
[pid=29139] ppid=29137 vsize=47588 CPUtime=0.01
/proc/29139/stat : 29139 (galacE.sh) S 29137 29139 26332 0 -1 4194304 764 1697 0 0 0 0 0 1 18 0 1 0 1999868928 48730112 363 996147200 4194304 4520092 548682068832 18446744073709551615 240907381594 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/29139/statm: 11897 363 244 79 0 219 0
[pid=29153] ppid=29139 vsize=812552 CPUtime=1.44
/proc/29153/stat : 29153 (java) S 29139 29139 26332 0 -1 0 20419 0 1 0 133 11 0 0 18 0 9 0 1999868932 832053248 19841 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29153/statm: 203138 19841 1908 9 0 197171 0
[pid=29153/tid=29154] ppid=29139 vsize=812552 CPUtime=1.14
/proc/29153/task/29154/stat : 29154 (java) R 29139 29139 26332 0 -1 64 14516 0 1 0 108 6 0 0 25 0 9 0 1999868933 832053248 19841 996147200 134512640 134550740 4294955600 18446744073709551615 4126604331 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29153/tid=29155] ppid=29139 vsize=812552 CPUtime=0.06
/proc/29153/task/29155/stat : 29155 (java) S 29139 29139 26332 0 -1 64 4390 0 0 0 4 2 0 0 16 0 9 0 1999868935 832053248 19841 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=29153/tid=29156] ppid=29139 vsize=812552 CPUtime=0
/proc/29153/task/29156/stat : 29156 (java) S 29139 29139 26332 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1999868935 832053248 19841 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29153/tid=29157] ppid=29139 vsize=812552 CPUtime=0
/proc/29153/task/29157/stat : 29157 (java) S 29139 29139 26332 0 -1 64 6 0 0 0 0 0 0 0 16 0 9 0 1999868935 832053248 19841 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29153/tid=29158] ppid=29139 vsize=812552 CPUtime=0
/proc/29153/task/29158/stat : 29158 (java) S 29139 29139 26332 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1999868937 832053248 19841 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29153/tid=29159] ppid=29139 vsize=812552 CPUtime=0.21
/proc/29153/task/29159/stat : 29159 (java) S 29139 29139 26332 0 -1 64 812 0 0 0 20 1 0 0 15 0 9 0 1999868937 832053248 19841 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29153/tid=29160] ppid=29139 vsize=812552 CPUtime=0
/proc/29153/task/29160/stat : 29160 (java) S 29139 29139 26332 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1999868937 832053248 19841 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29153/tid=29161] ppid=29139 vsize=812552 CPUtime=0
/proc/29153/task/29161/stat : 29161 (java) S 29139 29139 26332 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1999868937 832053248 19841 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) 860140

[startup+3.1011 s]
/proc/loadavg: 2.05 2.03 2.00 3/82 29161
/proc/meminfo: memFree=1434500/2055920 swapFree=4179028/4192956
[pid=29139] ppid=29137 vsize=47588 CPUtime=0.01
/proc/29139/stat : 29139 (galacE.sh) S 29137 29139 26332 0 -1 4194304 764 1697 0 0 0 0 0 1 18 0 1 0 1999868928 48730112 363 996147200 4194304 4520092 548682068832 18446744073709551615 240907381594 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/29139/statm: 11897 363 244 79 0 219 0
[pid=29153] ppid=29139 vsize=812552 CPUtime=3.02
/proc/29153/stat : 29153 (java) S 29139 29139 26332 0 -1 0 21807 0 1 0 290 12 0 0 18 0 9 0 1999868932 832053248 21226 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29153/statm: 203138 21226 1908 9 0 197171 0
[pid=29153/tid=29154] ppid=29139 vsize=812552 CPUtime=2.71
/proc/29153/task/29154/stat : 29154 (java) R 29139 29139 26332 0 -1 64 14520 0 1 0 264 7 0 0 25 0 9 0 1999868933 832053248 21226 996147200 134512640 134550740 4294955600 18446744073709551615 4126877037 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29153/tid=29155] ppid=29139 vsize=812552 CPUtime=0.08
/proc/29153/task/29155/stat : 29155 (java) S 29139 29139 26332 0 -1 64 5770 0 0 0 5 3 0 0 16 0 9 0 1999868935 832053248 21226 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=29153/tid=29156] ppid=29139 vsize=812552 CPUtime=0
/proc/29153/task/29156/stat : 29156 (java) S 29139 29139 26332 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1999868935 832053248 21226 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29153/tid=29157] ppid=29139 vsize=812552 CPUtime=0
/proc/29153/task/29157/stat : 29157 (java) S 29139 29139 26332 0 -1 64 6 0 0 0 0 0 0 0 16 0 9 0 1999868935 832053248 21226 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29153/tid=29158] ppid=29139 vsize=812552 CPUtime=0
/proc/29153/task/29158/stat : 29158 (java) S 29139 29139 26332 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1999868937 832053248 21226 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29153/tid=29159] ppid=29139 vsize=812552 CPUtime=0.22
/proc/29153/task/29159/stat : 29159 (java) S 29139 29139 26332 0 -1 64 816 0 0 0 21 1 0 0 15 0 9 0 1999868937 832053248 21226 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29153/tid=29160] ppid=29139 vsize=812552 CPUtime=0
/proc/29153/task/29160/stat : 29160 (java) S 29139 29139 26332 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1999868937 832053248 21226 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29153/tid=29161] ppid=29139 vsize=812552 CPUtime=0
/proc/29153/task/29161/stat : 29161 (java) S 29139 29139 26332 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1999868937 832053248 21226 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) 860140

[startup+6.30275 s]
/proc/loadavg: 2.05 2.03 2.00 3/82 29161
/proc/meminfo: memFree=1432580/2055920 swapFree=4179028/4192956
[pid=29139] ppid=29137 vsize=47588 CPUtime=0.01
/proc/29139/stat : 29139 (galacE.sh) S 29137 29139 26332 0 -1 4194304 764 1697 0 0 0 0 0 1 18 0 1 0 1999868928 48730112 363 996147200 4194304 4520092 548682068832 18446744073709551615 240907381594 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/29139/statm: 11897 363 244 79 0 219 0
[pid=29153] ppid=29139 vsize=812552 CPUtime=6.19
/proc/29153/stat : 29153 (java) S 29139 29139 26332 0 -1 0 21813 0 1 0 606 13 0 0 18 0 9 0 1999868932 832053248 21226 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29153/statm: 203138 21226 1908 9 0 197171 0
[pid=29153/tid=29154] ppid=29139 vsize=812552 CPUtime=5.87
/proc/29153/task/29154/stat : 29154 (java) R 29139 29139 26332 0 -1 64 14526 0 1 0 579 8 0 0 25 0 9 0 1999868933 832053248 21226 996147200 134512640 134550740 4294955600 18446744073709551615 4126843751 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29153/tid=29155] ppid=29139 vsize=812552 CPUtime=0.08
/proc/29153/task/29155/stat : 29155 (java) S 29139 29139 26332 0 -1 64 5770 0 0 0 5 3 0 0 16 0 9 0 1999868935 832053248 21226 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=29153/tid=29156] ppid=29139 vsize=812552 CPUtime=0
/proc/29153/task/29156/stat : 29156 (java) S 29139 29139 26332 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1999868935 832053248 21226 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29153/tid=29157] ppid=29139 vsize=812552 CPUtime=0
/proc/29153/task/29157/stat : 29157 (java) S 29139 29139 26332 0 -1 64 6 0 0 0 0 0 0 0 16 0 9 0 1999868935 832053248 21226 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29153/tid=29158] ppid=29139 vsize=812552 CPUtime=0
/proc/29153/task/29158/stat : 29158 (java) S 29139 29139 26332 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1999868937 832053248 21226 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29153/tid=29159] ppid=29139 vsize=812552 CPUtime=0.22
/proc/29153/task/29159/stat : 29159 (java) S 29139 29139 26332 0 -1 64 816 0 0 0 21 1 0 0 15 0 9 0 1999868937 832053248 21226 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29153/tid=29160] ppid=29139 vsize=812552 CPUtime=0
/proc/29153/task/29160/stat : 29160 (java) S 29139 29139 26332 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1999868937 832053248 21226 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29153/tid=29161] ppid=29139 vsize=812552 CPUtime=0
/proc/29153/task/29161/stat : 29161 (java) S 29139 29139 26332 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1999868937 832053248 21226 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) 860140

[startup+12.7011 s]
/proc/loadavg: 2.04 2.03 2.00 3/74 29162
/proc/meminfo: memFree=1483332/2055920 swapFree=4179028/4192956
[pid=29139] ppid=29137 vsize=47588 CPUtime=6.89
/proc/29139/stat : 29139 (galacE.sh) S 29137 29139 26332 0 -1 4194304 798 23525 0 1 0 0 673 16 17 0 1 0 1999868928 48730112 363 996147200 4194304 4520092 548682068832 18446744073709551615 240907381594 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/29139/statm: 11897 363 244 79 0 219 0
[pid=29162] ppid=29139 vsize=27300 CPUtime=5.6
/proc/29162/stat : 29162 (eSAT_static) R 29139 29139 26332 0 -1 4194304 7337 0 0 0 557 3 0 0 25 0 1 0 1999869633 27955200 6512 996147200 134512640 135177480 4294955968 18446744073709551615 134565260 0 0 4096 3 0 0 0 17 1 0 0
/proc/29162/statm: 6825 6512 80 162 0 6660 0
Current children cumulated CPU time (s) 12.49
Current children cumulated vsize (KiB) 74888

[startup+25.5013 s]
/proc/loadavg: 2.03 2.03 2.00 3/82 29201
/proc/meminfo: memFree=1452228/2055920 swapFree=4179028/4192956
[pid=29139] ppid=29137 vsize=47588 CPUtime=6.89
/proc/29139/stat : 29139 (galacE.sh) S 29137 29139 26332 0 -1 4194304 798 23525 0 1 0 0 673 16 17 0 1 0 1999868928 48730112 363 996147200 4194304 4520092 548682068832 18446744073709551615 240907381594 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/29139/statm: 11897 363 244 79 0 219 0
[pid=29162] ppid=29139 vsize=27460 CPUtime=18.32
/proc/29162/stat : 29162 (eSAT_static) R 29139 29139 26332 0 -1 4194304 7348 0 0 0 1828 4 0 0 25 0 1 0 1999869633 28119040 6523 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 0 0 0
/proc/29162/statm: 6865 6523 80 162 0 6700 0
Current children cumulated CPU time (s) 25.21
Current children cumulated vsize (KiB) 75048

[startup+51.1029 s]
/proc/loadavg: 2.02 2.03 2.00 3/83 29241
/proc/meminfo: memFree=1471548/2055920 swapFree=4179028/4192956
[pid=29139] ppid=29137 vsize=47588 CPUtime=6.89
/proc/29139/stat : 29139 (galacE.sh) S 29137 29139 26332 0 -1 4194304 798 23525 0 1 0 0 673 16 17 0 1 0 1999868928 48730112 363 996147200 4194304 4520092 548682068832 18446744073709551615 240907381594 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/29139/statm: 11897 363 244 79 0 219 0
[pid=29162] ppid=29139 vsize=27460 CPUtime=43.92
/proc/29162/stat : 29162 (eSAT_static) R 29139 29139 26332 0 -1 4194304 7360 0 0 0 4388 4 0 0 25 0 1 0 1999869633 28119040 6535 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 0 0 0
/proc/29162/statm: 6865 6535 80 162 0 6700 0
Current children cumulated CPU time (s) 50.81
Current children cumulated vsize (KiB) 75048

[startup+102.307 s]
/proc/loadavg: 2.01 2.02 2.00 3/74 29269
/proc/meminfo: memFree=1459780/2055920 swapFree=4179028/4192956
[pid=29139] ppid=29137 vsize=47588 CPUtime=6.89
/proc/29139/stat : 29139 (galacE.sh) S 29137 29139 26332 0 -1 4194304 798 23525 0 1 0 0 673 16 17 0 1 0 1999868928 48730112 363 996147200 4194304 4520092 548682068832 18446744073709551615 240907381594 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/29139/statm: 11897 363 244 79 0 219 0
[pid=29162] ppid=29139 vsize=28416 CPUtime=95.09
/proc/29162/stat : 29162 (eSAT_static) R 29139 29139 26332 0 -1 4194304 7581 0 0 0 9504 5 0 0 25 0 1 0 1999869633 29097984 6756 996147200 134512640 135177480 4294955968 18446744073709551615 134565210 0 0 4096 3 0 0 0 17 0 0 0
/proc/29162/statm: 7104 6756 80 162 0 6939 0
Current children cumulated CPU time (s) 101.98
Current children cumulated vsize (KiB) 76004

[startup+162.302 s]
/proc/loadavg: 2.00 2.02 2.00 3/74 29269
/proc/meminfo: memFree=1457348/2055920 swapFree=4179028/4192956
[pid=29139] ppid=29137 vsize=47588 CPUtime=6.89
/proc/29139/stat : 29139 (galacE.sh) S 29137 29139 26332 0 -1 4194304 798 23525 0 1 0 0 673 16 17 0 1 0 1999868928 48730112 363 996147200 4194304 4520092 548682068832 18446744073709551615 240907381594 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/29139/statm: 11897 363 244 79 0 219 0
[pid=29162] ppid=29139 vsize=30796 CPUtime=155.07
/proc/29162/stat : 29162 (eSAT_static) R 29139 29139 26332 0 -1 4194304 8173 0 0 0 15501 6 0 0 25 0 1 0 1999869633 31535104 7348 996147200 134512640 135177480 4294955968 18446744073709551615 134547843 0 0 4096 3 0 0 0 17 0 0 0
/proc/29162/statm: 7699 7348 80 162 0 7534 0
Current children cumulated CPU time (s) 161.96
Current children cumulated vsize (KiB) 78384


################
# More data... #
################

/proc/29162/statm: 12948 12604 80 162 0 12783 0
Current children cumulated CPU time (s) 1121.6
Current children cumulated vsize (KiB) 99380

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 29319
/proc/meminfo: memFree=1372980/2055920 swapFree=4179028/4192956
[pid=29139] ppid=29137 vsize=47588 CPUtime=6.89
/proc/29139/stat : 29139 (galacE.sh) S 29137 29139 26332 0 -1 4194304 798 23525 0 1 0 0 673 16 17 0 1 0 1999868928 48730112 363 996147200 4194304 4520092 548682068832 18446744073709551615 240907381594 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/29139/statm: 11897 363 244 79 0 219 0
[pid=29162] ppid=29139 vsize=51924 CPUtime=1174.68
/proc/29162/stat : 29162 (eSAT_static) R 29139 29139 26332 0 -1 4194304 13452 0 0 0 117451 17 0 0 25 0 1 0 1999869633 53170176 12627 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 0 0 0
/proc/29162/statm: 12981 12627 80 162 0 12816 0
Current children cumulated CPU time (s) 1181.57
Current children cumulated vsize (KiB) 99512

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 29319
/proc/meminfo: memFree=1369012/2055920 swapFree=4179028/4192956
[pid=29139] ppid=29137 vsize=47588 CPUtime=6.89
/proc/29139/stat : 29139 (galacE.sh) S 29137 29139 26332 0 -1 4194304 798 23525 0 1 0 0 673 16 17 0 1 0 1999868928 48730112 363 996147200 4194304 4520092 548682068832 18446744073709551615 240907381594 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/29139/statm: 11897 363 244 79 0 219 0
[pid=29162] ppid=29139 vsize=53988 CPUtime=1234.66
/proc/29162/stat : 29162 (eSAT_static) R 29139 29139 26332 0 -1 4194304 13983 0 0 0 123448 18 0 0 25 0 1 0 1999869633 55283712 13158 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 0 0 0
/proc/29162/statm: 13497 13158 80 162 0 13332 0
Current children cumulated CPU time (s) 1241.55
Current children cumulated vsize (KiB) 101576

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 29319
/proc/meminfo: memFree=1366900/2055920 swapFree=4179028/4192956
[pid=29139] ppid=29137 vsize=47588 CPUtime=6.89
/proc/29139/stat : 29139 (galacE.sh) S 29137 29139 26332 0 -1 4194304 798 23525 0 1 0 0 673 16 17 0 1 0 1999868928 48730112 363 996147200 4194304 4520092 548682068832 18446744073709551615 240907381594 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/29139/statm: 11897 363 244 79 0 219 0
[pid=29162] ppid=29139 vsize=53988 CPUtime=1294.64
/proc/29162/stat : 29162 (eSAT_static) R 29139 29139 26332 0 -1 4194304 13983 0 0 0 129446 18 0 0 25 0 1 0 1999869633 55283712 13158 996147200 134512640 135177480 4294955968 18446744073709551615 134565321 0 0 4096 3 0 0 0 17 0 0 0
/proc/29162/statm: 13497 13158 80 162 0 13332 0
Current children cumulated CPU time (s) 1301.53
Current children cumulated vsize (KiB) 101576

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 29319
/proc/meminfo: memFree=1364916/2055920 swapFree=4179028/4192956
[pid=29139] ppid=29137 vsize=47588 CPUtime=6.89
/proc/29139/stat : 29139 (galacE.sh) S 29137 29139 26332 0 -1 4194304 798 23525 0 1 0 0 673 16 17 0 1 0 1999868928 48730112 363 996147200 4194304 4520092 548682068832 18446744073709551615 240907381594 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/29139/statm: 11897 363 244 79 0 219 0
[pid=29162] ppid=29139 vsize=53988 CPUtime=1354.62
/proc/29162/stat : 29162 (eSAT_static) R 29139 29139 26332 0 -1 4194304 13983 0 0 0 135443 19 0 0 25 0 1 0 1999869633 55283712 13158 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 0 0 0
/proc/29162/statm: 13497 13158 80 162 0 13332 0
Current children cumulated CPU time (s) 1361.51
Current children cumulated vsize (KiB) 101576

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 29319
/proc/meminfo: memFree=1363252/2055920 swapFree=4179028/4192956
[pid=29139] ppid=29137 vsize=47588 CPUtime=6.89
/proc/29139/stat : 29139 (galacE.sh) S 29137 29139 26332 0 -1 4194304 798 23525 0 1 0 0 673 16 17 0 1 0 1999868928 48730112 363 996147200 4194304 4520092 548682068832 18446744073709551615 240907381594 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/29139/statm: 11897 363 244 79 0 219 0
[pid=29162] ppid=29139 vsize=53988 CPUtime=1414.6
/proc/29162/stat : 29162 (eSAT_static) R 29139 29139 26332 0 -1 4194304 13983 0 0 0 141441 19 0 0 25 0 1 0 1999869633 55283712 13158 996147200 134512640 135177480 4294955968 18446744073709551615 134565457 0 0 4096 3 0 0 0 17 0 0 0
/proc/29162/statm: 13497 13158 80 162 0 13332 0
Current children cumulated CPU time (s) 1421.49
Current children cumulated vsize (KiB) 101576

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 29319
/proc/meminfo: memFree=1361524/2055920 swapFree=4179028/4192956
[pid=29139] ppid=29137 vsize=47588 CPUtime=6.89
/proc/29139/stat : 29139 (galacE.sh) S 29137 29139 26332 0 -1 4194304 798 23525 0 1 0 0 673 16 17 0 1 0 1999868928 48730112 363 996147200 4194304 4520092 548682068832 18446744073709551615 240907381594 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/29139/statm: 11897 363 244 79 0 219 0
[pid=29162] ppid=29139 vsize=54124 CPUtime=1474.57
/proc/29162/stat : 29162 (eSAT_static) R 29139 29139 26332 0 -1 4194304 13990 0 0 0 147438 19 0 0 25 0 1 0 1999869633 55422976 13165 996147200 134512640 135177480 4294955968 18446744073709551615 134565495 0 0 4096 3 0 0 0 17 0 0 0
/proc/29162/statm: 13531 13165 80 162 0 13366 0
Current children cumulated CPU time (s) 1481.46
Current children cumulated vsize (KiB) 101712

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 29319
/proc/meminfo: memFree=1359476/2055920 swapFree=4179028/4192956
[pid=29139] ppid=29137 vsize=47588 CPUtime=6.89
/proc/29139/stat : 29139 (galacE.sh) S 29137 29139 26332 0 -1 4194304 798 23525 0 1 0 0 673 16 17 0 1 0 1999868928 48730112 363 996147200 4194304 4520092 548682068832 18446744073709551615 240907381594 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/29139/statm: 11897 363 244 79 0 219 0
[pid=29162] ppid=29139 vsize=54652 CPUtime=1534.55
/proc/29162/stat : 29162 (eSAT_static) R 29139 29139 26332 0 -1 4194304 14126 0 0 0 153436 19 0 0 25 0 1 0 1999869633 55963648 13301 996147200 134512640 135177480 4294955968 18446744073709551615 134547832 0 0 4096 3 0 0 0 17 0 0 0
/proc/29162/statm: 13663 13301 80 162 0 13498 0
Current children cumulated CPU time (s) 1541.44
Current children cumulated vsize (KiB) 102240

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 29319
/proc/meminfo: memFree=1354036/2055920 swapFree=4179028/4192956
[pid=29139] ppid=29137 vsize=47588 CPUtime=6.89
/proc/29139/stat : 29139 (galacE.sh) S 29137 29139 26332 0 -1 4194304 798 23525 0 1 0 0 673 16 17 0 1 0 1999868928 48730112 363 996147200 4194304 4520092 548682068832 18446744073709551615 240907381594 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/29139/statm: 11897 363 244 79 0 219 0
[pid=29162] ppid=29139 vsize=58692 CPUtime=1594.53
/proc/29162/stat : 29162 (eSAT_static) R 29139 29139 26332 0 -1 4194304 15089 0 0 0 159432 21 0 0 25 0 1 0 1999869633 60100608 14264 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 0 0 0
/proc/29162/statm: 14673 14264 80 162 0 14508 0
Current children cumulated CPU time (s) 1601.42
Current children cumulated vsize (KiB) 106280

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 29319
/proc/meminfo: memFree=1348404/2055920 swapFree=4179028/4192956
[pid=29139] ppid=29137 vsize=47588 CPUtime=6.89
/proc/29139/stat : 29139 (galacE.sh) S 29137 29139 26332 0 -1 4194304 798 23525 0 1 0 0 673 16 17 0 1 0 1999868928 48730112 363 996147200 4194304 4520092 548682068832 18446744073709551615 240907381594 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/29139/statm: 11897 363 244 79 0 219 0
[pid=29162] ppid=29139 vsize=62472 CPUtime=1654.51
/proc/29162/stat : 29162 (eSAT_static) R 29139 29139 26332 0 -1 4194304 16034 0 0 0 165429 22 0 0 25 0 1 0 1999869633 63971328 15209 996147200 134512640 135177480 4294955968 18446744073709551615 134565260 0 0 4096 3 0 0 0 17 0 0 0
/proc/29162/statm: 15618 15209 80 162 0 15453 0
Current children cumulated CPU time (s) 1661.4
Current children cumulated vsize (KiB) 110060

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 29319
/proc/meminfo: memFree=1345332/2055920 swapFree=4179028/4192956
[pid=29139] ppid=29137 vsize=47588 CPUtime=6.89
/proc/29139/stat : 29139 (galacE.sh) S 29137 29139 26332 0 -1 4194304 798 23525 0 1 0 0 673 16 17 0 1 0 1999868928 48730112 363 996147200 4194304 4520092 548682068832 18446744073709551615 240907381594 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/29139/statm: 11897 363 244 79 0 219 0
[pid=29162] ppid=29139 vsize=63924 CPUtime=1714.48
/proc/29162/stat : 29162 (eSAT_static) R 29139 29139 26332 0 -1 4194304 16417 0 0 0 171426 22 0 0 25 0 1 0 1999869633 65458176 15592 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 0 0 0
/proc/29162/statm: 15981 15592 80 162 0 15816 0
Current children cumulated CPU time (s) 1721.37
Current children cumulated vsize (KiB) 111512

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 29319
/proc/meminfo: memFree=1343796/2055920 swapFree=4179028/4192956
[pid=29139] ppid=29137 vsize=47588 CPUtime=6.89
/proc/29139/stat : 29139 (galacE.sh) S 29137 29139 26332 0 -1 4194304 798 23525 0 1 0 0 673 16 17 0 1 0 1999868928 48730112 363 996147200 4194304 4520092 548682068832 18446744073709551615 240907381594 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/29139/statm: 11897 363 244 79 0 219 0
[pid=29162] ppid=29139 vsize=63924 CPUtime=1774.46
/proc/29162/stat : 29162 (eSAT_static) R 29139 29139 26332 0 -1 4194304 16417 0 0 0 177424 22 0 0 25 0 1 0 1999869633 65458176 15592 996147200 134512640 135177480 4294955968 18446744073709551615 134564765 0 0 4096 3 0 0 0 17 0 0 0
/proc/29162/statm: 15981 15592 80 162 0 15816 0
Current children cumulated CPU time (s) 1781.35
Current children cumulated vsize (KiB) 111512



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1801 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 29319
/proc/meminfo: memFree=1343348/2055920 swapFree=4179028/4192956
[pid=29139] ppid=29137 vsize=47588 CPUtime=6.89
/proc/29139/stat : 29139 (galacE.sh) S 29137 29139 26332 0 -1 4194304 798 23525 0 1 0 0 673 16 17 0 1 0 1999868928 48730112 363 996147200 4194304 4520092 548682068832 18446744073709551615 240907381594 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/29139/statm: 11897 363 244 79 0 219 0
[pid=29162] ppid=29139 vsize=63924 CPUtime=1793.16
/proc/29162/stat : 29162 (eSAT_static) R 29139 29139 26332 0 -1 4194304 16417 0 0 0 179294 22 0 0 25 0 1 0 1999869633 65458176 15592 996147200 134512640 135177480 4294955968 18446744073709551615 134565537 0 0 4096 3 0 0 0 17 0 0 0
/proc/29162/statm: 15981 15592 80 162 0 15816 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 111512

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 29139 and gives
#  childrusage.ru_utime.tv_sec=6
#  childrusage.ru_utime.tv_usec=743974
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=167974
# CPU time returned by wait4() is 6.91195
# while last known CPU time is 1800.05
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1801.01
CPU time (s): 1800.05
CPU user time (s): 1799.67
CPU system time (s): 0.38
CPU usage (%): 99.9465
Max. virtual memory (cumulated for all children) (KiB): 860140

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 6.74397
system time used= 0.167974
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 24323
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= 1226
involuntary context switches= 1303

runsolver used 2.15767 second user time and 5.9261 second system time

The end

Launcher Data (download as text)

Begin job on node36 at 2008-07-05 00:02:40
IDJOB=1078994
IDBENCH=56854
IDSOLVER=351
FILE ID=node36/1078994-1215208960
PBS_JOBID= 7881623
Free space on /tmp= 66552 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 329f89ece2c8c1cdd4cc1cd52f24e53d
RANDOM SEED=1610364082

node36.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.240
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.240
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:       1513972 kB
Buffers:         94336 kB
Cached:         365436 kB
SwapCached:       7932 kB
Active:         284300 kB
Inactive:       187620 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1513972 kB
SwapTotal:     4192956 kB
SwapFree:      4179028 kB
Dirty:            4608 kB
Writeback:           0 kB
Mapped:          19548 kB
Slab:            55552 kB
Committed_AS:  3279920 kB
PageTables:       1660 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= 66524 MiB
End job on node36 at 2008-07-05 00:32:43