Trace number 1079569

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.02 1806.61

General information on the benchmark

Namecsp/lexVg/
normalized-crossword-m1c-lex-vg6-10_ext.xml
MD5SUMe968a766d9ee5ba2ff7ca47c79997ac1
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 benchmark9.72952
Satisfiable
(Un)Satisfiability was proved
Number of variables60
Number of constraints16
Maximum constraint arity10
Maximum domain size26
Number of constraints which are defined in extension16
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.72	c start processing
0.01/0.72	c start relation processing
0.01/0.94	c start cnf exporting
12.05/12.26	c parsing time : 0.593
12.05/12.26	c preprocessing time : 12.129
12.05/12.26	
12.05/12.26	c Nary constraints - conflicts : 0 supports : 16
12.05/12.26	c Binary constraints - conflicts : 0 supports :0
12.05/12.26	c max arity constraint : 10
12.05/12.26	c Max Tuples generated 0
12.05/12.26	c relations : 2
12.05/12.26	c relations BDD: 2
12.05/12.26	c sampling 0/0
12.05/12.26	c vars : 89607 - clauses :  328236
12.05/12.26	
12.05/12.29	 
12.05/12.29	c --- SAT Solver Stats ---
12.05/12.29	 
12.05/12.29	c eSAT 0.1 : minisat core with additionnal features
12.05/12.29	c ============================[ Problem Statistics ]=============================
12.05/12.29	c |                                                                             |
12.05/12.30	c |  Number of variables:  89606                                                |
12.05/12.30	c |  Number of clauses:    328236                                               |
12.12/12.72	c |  Parsing time:         0.37         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-1079569-1215210190/watcher-1079569-1215210190 -o /tmp/evaluation-result-1079569-1215210190/solver-1079569-1215210190 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/galacE.sh HOME/instance-1079569-1215210190.xml 

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


[startup+0 s]
/proc/loadavg: 2.00 2.00 2.00 4/73 2460
/proc/meminfo: memFree=1656104/2055920 swapFree=4180844/4192956
[pid=2460] ppid=2458 vsize=18572 CPUtime=0
/proc/2460/stat : 2460 (runsolver) R 2458 2460 1264 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 1999993066 19017728 292 996147200 4194304 4296836 548682068448 18446744073709551615 253307186471 0 0 4096 24578 0 0 0 17 1 0 0
/proc/2460/statm: 4643 292 257 25 0 2626 0

[startup+0.109358 s]
/proc/loadavg: 2.00 2.00 2.00 4/73 2460
/proc/meminfo: memFree=1656104/2055920 swapFree=4180844/4192956
[pid=2460] ppid=2458 vsize=47568 CPUtime=0.01
/proc/2460/stat : 2460 (galacE.sh) S 2458 2460 1264 0 -1 4194304 767 1707 0 0 0 0 0 1 18 0 1 0 1999993066 48709632 367 996147200 4194304 4520092 548682068784 18446744073709551615 253306792794 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/2460/statm: 11892 367 246 79 0 220 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47568

[startup+0.201378 s]
/proc/loadavg: 2.00 2.00 2.00 4/73 2460
/proc/meminfo: memFree=1656104/2055920 swapFree=4180844/4192956
[pid=2460] ppid=2458 vsize=47568 CPUtime=0.01
/proc/2460/stat : 2460 (galacE.sh) S 2458 2460 1264 0 -1 4194304 767 1707 0 0 0 0 0 1 18 0 1 0 1999993066 48709632 367 996147200 4194304 4520092 548682068784 18446744073709551615 253306792794 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/2460/statm: 11892 367 246 79 0 220 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47568

[startup+0.301375 s]
/proc/loadavg: 2.00 2.00 2.00 4/73 2460
/proc/meminfo: memFree=1656104/2055920 swapFree=4180844/4192956
[pid=2460] ppid=2458 vsize=47568 CPUtime=0.01
/proc/2460/stat : 2460 (galacE.sh) S 2458 2460 1264 0 -1 4194304 767 1707 0 0 0 0 0 1 18 0 1 0 1999993066 48709632 367 996147200 4194304 4520092 548682068784 18446744073709551615 253306792794 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/2460/statm: 11892 367 246 79 0 220 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47568

[startup+0.70142 s]
/proc/loadavg: 2.00 2.00 2.00 4/73 2460
/proc/meminfo: memFree=1656104/2055920 swapFree=4180844/4192956
[pid=2460] ppid=2458 vsize=47568 CPUtime=0.01
/proc/2460/stat : 2460 (galacE.sh) S 2458 2460 1264 0 -1 4194304 767 1707 0 0 0 0 0 1 18 0 1 0 1999993066 48709632 367 996147200 4194304 4520092 548682068784 18446744073709551615 253306792794 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/2460/statm: 11892 367 246 79 0 220 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47568

[startup+1.50249 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 2482
/proc/meminfo: memFree=1613976/2055920 swapFree=4180844/4192956
[pid=2460] ppid=2458 vsize=47568 CPUtime=0.01
/proc/2460/stat : 2460 (galacE.sh) S 2458 2460 1264 0 -1 4194304 767 1707 0 0 0 0 0 1 18 0 1 0 1999993066 48709632 367 996147200 4194304 4520092 548682068784 18446744073709551615 253306792794 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/2460/statm: 11892 367 246 79 0 220 0
[pid=2474] ppid=2460 vsize=812760 CPUtime=1.43
/proc/2474/stat : 2474 (java) S 2460 2460 1264 0 -1 0 20693 0 1 0 131 12 0 0 18 0 9 0 1999993069 832266240 20116 996147200 134512640 134550740 4294955568 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2474/statm: 203190 20116 1909 9 0 197171 0
[pid=2474/tid=2475] ppid=2460 vsize=812760 CPUtime=1.11
/proc/2474/task/2475/stat : 2475 (java) R 2460 2460 1264 0 -1 64 14516 0 1 0 102 9 0 0 25 0 9 0 1999993071 832266240 20116 996147200 134512640 134550740 4294955568 18446744073709551615 103826564 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2474/tid=2476] ppid=2460 vsize=812760 CPUtime=0.08
/proc/2474/task/2476/stat : 2476 (java) S 2460 2460 1264 0 -1 64 4666 0 0 0 6 2 0 0 16 0 9 0 1999993072 832266240 20116 996147200 134512640 134550740 4294955568 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2474/tid=2477] ppid=2460 vsize=812760 CPUtime=0
/proc/2474/task/2477/stat : 2477 (java) S 2460 2460 1264 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1999993072 832266240 20116 996147200 134512640 134550740 4294955568 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2474/tid=2478] ppid=2460 vsize=812760 CPUtime=0
/proc/2474/task/2478/stat : 2478 (java) S 2460 2460 1264 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1999993072 832266240 20116 996147200 134512640 134550740 4294955568 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2474/tid=2479] ppid=2460 vsize=812760 CPUtime=0
/proc/2474/task/2479/stat : 2479 (java) S 2460 2460 1264 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1999993075 832266240 20116 996147200 134512640 134550740 4294955568 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2474/tid=2480] ppid=2460 vsize=812760 CPUtime=0.22
/proc/2474/task/2480/stat : 2480 (java) S 2460 2460 1264 0 -1 64 811 0 0 0 22 0 0 0 15 0 9 0 1999993075 832266240 20116 996147200 134512640 134550740 4294955568 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2474/tid=2481] ppid=2460 vsize=812760 CPUtime=0
/proc/2474/task/2481/stat : 2481 (java) S 2460 2460 1264 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1999993075 832266240 20116 996147200 134512640 134550740 4294955568 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2474/tid=2482] ppid=2460 vsize=812760 CPUtime=0
/proc/2474/task/2482/stat : 2482 (java) S 2460 2460 1264 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1999993075 832266240 20116 996147200 134512640 134550740 4294955568 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) 860328

[startup+3.10264 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 2482
/proc/meminfo: memFree=1576024/2055920 swapFree=4180844/4192956
[pid=2460] ppid=2458 vsize=47568 CPUtime=0.01
/proc/2460/stat : 2460 (galacE.sh) S 2458 2460 1264 0 -1 4194304 767 1707 0 0 0 0 0 1 18 0 1 0 1999993066 48709632 367 996147200 4194304 4520092 548682068784 18446744073709551615 253306792794 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/2460/statm: 11892 367 246 79 0 220 0
[pid=2474] ppid=2460 vsize=812760 CPUtime=3.02
/proc/2474/stat : 2474 (java) S 2460 2460 1264 0 -1 0 22087 0 1 0 288 14 0 0 18 0 9 0 1999993069 832266240 21507 996147200 134512640 134550740 4294955568 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2474/statm: 203190 21507 1909 9 0 197171 0
[pid=2474/tid=2475] ppid=2460 vsize=812760 CPUtime=2.67
/proc/2474/task/2475/stat : 2475 (java) R 2460 2460 1264 0 -1 64 14522 0 1 0 257 10 0 0 25 0 9 0 1999993071 832266240 21507 996147200 134512640 134550740 4294955568 18446744073709551615 4126660115 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2474/tid=2476] ppid=2460 vsize=812760 CPUtime=0.1
/proc/2474/task/2476/stat : 2476 (java) S 2460 2460 1264 0 -1 64 6046 0 0 0 7 3 0 0 16 0 9 0 1999993072 832266240 21507 996147200 134512640 134550740 4294955568 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2474/tid=2477] ppid=2460 vsize=812760 CPUtime=0
/proc/2474/task/2477/stat : 2477 (java) S 2460 2460 1264 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1999993072 832266240 21507 996147200 134512640 134550740 4294955568 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2474/tid=2478] ppid=2460 vsize=812760 CPUtime=0
/proc/2474/task/2478/stat : 2478 (java) S 2460 2460 1264 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1999993072 832266240 21507 996147200 134512640 134550740 4294955568 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2474/tid=2479] ppid=2460 vsize=812760 CPUtime=0
/proc/2474/task/2479/stat : 2479 (java) S 2460 2460 1264 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1999993075 832266240 21507 996147200 134512640 134550740 4294955568 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2474/tid=2480] ppid=2460 vsize=812760 CPUtime=0.23
/proc/2474/task/2480/stat : 2480 (java) S 2460 2460 1264 0 -1 64 819 0 0 0 23 0 0 0 15 0 9 0 1999993075 832266240 21507 996147200 134512640 134550740 4294955568 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2474/tid=2481] ppid=2460 vsize=812760 CPUtime=0
/proc/2474/task/2481/stat : 2481 (java) S 2460 2460 1264 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1999993075 832266240 21507 996147200 134512640 134550740 4294955568 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2474/tid=2482] ppid=2460 vsize=812760 CPUtime=0
/proc/2474/task/2482/stat : 2482 (java) S 2460 2460 1264 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1999993075 832266240 21507 996147200 134512640 134550740 4294955568 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) 860328

[startup+6.30192 s]
/proc/loadavg: 2.08 2.02 2.01 3/83 2482
/proc/meminfo: memFree=1574104/2055920 swapFree=4180844/4192956
[pid=2460] ppid=2458 vsize=47568 CPUtime=0.01
/proc/2460/stat : 2460 (galacE.sh) S 2458 2460 1264 0 -1 4194304 767 1707 0 0 0 0 0 1 18 0 1 0 1999993066 48709632 367 996147200 4194304 4520092 548682068784 18446744073709551615 253306792794 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/2460/statm: 11892 367 246 79 0 220 0
[pid=2474] ppid=2460 vsize=812760 CPUtime=6.18
/proc/2474/stat : 2474 (java) S 2460 2460 1264 0 -1 0 22094 0 1 0 603 15 0 0 18 0 9 0 1999993069 832266240 21507 996147200 134512640 134550740 4294955568 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2474/statm: 203190 21507 1909 9 0 197171 0
[pid=2474/tid=2475] ppid=2460 vsize=812760 CPUtime=5.83
/proc/2474/task/2475/stat : 2475 (java) R 2460 2460 1264 0 -1 64 14529 0 1 0 572 11 0 0 25 0 9 0 1999993071 832266240 21507 996147200 134512640 134550740 4294955568 18446744073709551615 4126984320 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2474/tid=2476] ppid=2460 vsize=812760 CPUtime=0.1
/proc/2474/task/2476/stat : 2476 (java) S 2460 2460 1264 0 -1 64 6046 0 0 0 7 3 0 0 16 0 9 0 1999993072 832266240 21507 996147200 134512640 134550740 4294955568 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2474/tid=2477] ppid=2460 vsize=812760 CPUtime=0
/proc/2474/task/2477/stat : 2477 (java) S 2460 2460 1264 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1999993072 832266240 21507 996147200 134512640 134550740 4294955568 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2474/tid=2478] ppid=2460 vsize=812760 CPUtime=0
/proc/2474/task/2478/stat : 2478 (java) S 2460 2460 1264 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1999993072 832266240 21507 996147200 134512640 134550740 4294955568 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2474/tid=2479] ppid=2460 vsize=812760 CPUtime=0
/proc/2474/task/2479/stat : 2479 (java) S 2460 2460 1264 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1999993075 832266240 21507 996147200 134512640 134550740 4294955568 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2474/tid=2480] ppid=2460 vsize=812760 CPUtime=0.23
/proc/2474/task/2480/stat : 2480 (java) S 2460 2460 1264 0 -1 64 819 0 0 0 23 0 0 0 15 0 9 0 1999993075 832266240 21507 996147200 134512640 134550740 4294955568 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2474/tid=2481] ppid=2460 vsize=812760 CPUtime=0
/proc/2474/task/2481/stat : 2481 (java) S 2460 2460 1264 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1999993075 832266240 21507 996147200 134512640 134550740 4294955568 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2474/tid=2482] ppid=2460 vsize=812760 CPUtime=0
/proc/2474/task/2482/stat : 2482 (java) S 2460 2460 1264 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1999993075 832266240 21507 996147200 134512640 134550740 4294955568 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.19
Current children cumulated vsize (KiB) 860328

[startup+12.7025 s]
/proc/loadavg: 2.15 2.03 2.01 3/83 2482
/proc/meminfo: memFree=1570392/2055920 swapFree=4180844/4192956
[pid=2460] ppid=2458 vsize=47568 CPUtime=12.12
/proc/2460/stat : 2460 (galacE.sh) S 2458 2460 1264 0 -1 4194304 802 23825 0 1 0 0 1191 21 17 0 1 0 1999993066 48709632 367 996147200 4194304 4520092 548682068784 18446744073709551615 253306792794 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/2460/statm: 11892 367 246 79 0 220 0
Current children cumulated CPU time (s) 12.12
Current children cumulated vsize (KiB) 47568

[startup+25.5017 s]
/proc/loadavg: 2.13 2.03 2.01 3/75 2483
/proc/meminfo: memFree=1601432/2055920 swapFree=4180844/4192956
[pid=2460] ppid=2458 vsize=47568 CPUtime=12.12
/proc/2460/stat : 2460 (galacE.sh) S 2458 2460 1264 0 -1 4194304 802 23825 0 1 0 0 1191 21 17 0 1 0 1999993066 48709632 367 996147200 4194304 4520092 548682068784 18446744073709551615 253306792794 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/2460/statm: 11892 367 246 79 0 220 0
[pid=2483] ppid=2460 vsize=49400 CPUtime=13.07
/proc/2483/stat : 2483 (eSAT_static) R 2460 2460 1264 0 -1 4194304 13433 0 0 0 1299 8 0 0 25 0 1 0 1999994296 50585600 11944 996147200 134512640 135177480 4294955936 18446744073709551615 134565414 0 0 4096 3 0 0 0 17 1 0 0
/proc/2483/statm: 12350 11944 80 162 0 12185 0
Current children cumulated CPU time (s) 25.19
Current children cumulated vsize (KiB) 96968

[startup+51.102 s]
/proc/loadavg: 2.19 2.06 2.02 3/75 2483
/proc/meminfo: memFree=1601432/2055920 swapFree=4180844/4192956
[pid=2460] ppid=2458 vsize=47568 CPUtime=12.12
/proc/2460/stat : 2460 (galacE.sh) S 2458 2460 1264 0 -1 4194304 802 23825 0 1 0 0 1191 21 17 0 1 0 1999993066 48709632 367 996147200 4194304 4520092 548682068784 18446744073709551615 253306792794 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/2460/statm: 11892 367 246 79 0 220 0
[pid=2483] ppid=2460 vsize=49400 CPUtime=38.42
/proc/2483/stat : 2483 (eSAT_static) R 2460 2460 1264 0 -1 4194304 13440 0 0 0 3834 8 0 0 25 0 1 0 1999994296 50585600 11951 996147200 134512640 135177480 4294955936 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/2483/statm: 12350 11951 80 162 0 12185 0
Current children cumulated CPU time (s) 50.54
Current children cumulated vsize (KiB) 96968

[startup+102.302 s]
/proc/loadavg: 2.08 2.05 2.01 3/75 2483
/proc/meminfo: memFree=1601432/2055920 swapFree=4180844/4192956
[pid=2460] ppid=2458 vsize=47568 CPUtime=12.12
/proc/2460/stat : 2460 (galacE.sh) S 2458 2460 1264 0 -1 4194304 802 23825 0 1 0 0 1191 21 17 0 1 0 1999993066 48709632 367 996147200 4194304 4520092 548682068784 18446744073709551615 253306792794 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/2460/statm: 11892 367 246 79 0 220 0
[pid=2483] ppid=2460 vsize=49400 CPUtime=89.15
/proc/2483/stat : 2483 (eSAT_static) R 2460 2460 1264 0 -1 4194304 13472 0 0 0 8907 8 0 0 25 0 1 0 1999994296 50585600 11983 996147200 134512640 135177480 4294955936 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/2483/statm: 12350 11983 80 162 0 12185 0
Current children cumulated CPU time (s) 101.27
Current children cumulated vsize (KiB) 96968

[startup+162.302 s]
/proc/loadavg: 2.03 2.04 2.01 3/75 2483
/proc/meminfo: memFree=1600600/2055920 swapFree=4180844/4192956
[pid=2460] ppid=2458 vsize=47568 CPUtime=12.12
/proc/2460/stat : 2460 (galacE.sh) S 2458 2460 1264 0 -1 4194304 802 23825 0 1 0 0 1191 21 17 0 1 0 1999993066 48709632 367 996147200 4194304 4520092 548682068784 18446744073709551615 253306792794 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/2460/statm: 11892 367 246 79 0 220 0
[pid=2483] ppid=2460 vsize=49400 CPUtime=148.59
/proc/2483/stat : 2483 (eSAT_static) R 2460 2460 1264 0 -1 4194304 13475 0 0 0 14851 8 0 0 25 0 1 0 1999994296 50585600 11986 996147200 134512640 135177480 4294955936 18446744073709551615 134565260 0 0 4096 3 0 0 0 17 1 0 0
/proc/2483/statm: 12350 11986 80 162 0 12185 0
Current children cumulated CPU time (s) 160.71
Current children cumulated vsize (KiB) 96968

[startup+222.306 s]
/proc/loadavg: 2.01 2.03 2.00 3/75 2483
/proc/meminfo: memFree=1599704/2055920 swapFree=4180844/4192956

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

/proc/2483/statm: 14623 14187 80 162 0 14458 0
Current children cumulated CPU time (s) 1175.94
Current children cumulated vsize (KiB) 106060

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 2726
/proc/meminfo: memFree=1645648/2055920 swapFree=4180844/4192956
[pid=2460] ppid=2458 vsize=47568 CPUtime=12.12
/proc/2460/stat : 2460 (galacE.sh) S 2458 2460 1264 0 -1 4194304 802 23825 0 1 0 0 1191 21 17 0 1 0 1999993066 48709632 367 996147200 4194304 4520092 548682068784 18446744073709551615 253306792794 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/2460/statm: 11892 367 246 79 0 220 0
[pid=2483] ppid=2460 vsize=58492 CPUtime=1223.8
/proc/2483/stat : 2483 (eSAT_static) R 2460 2460 1264 0 -1 4194304 15676 0 0 0 122364 16 0 0 25 0 1 0 1999994296 59895808 14187 996147200 134512640 135177480 4294955936 18446744073709551615 134564590 0 0 4096 3 0 0 0 17 0 0 0
/proc/2483/statm: 14623 14187 80 162 0 14458 0
Current children cumulated CPU time (s) 1235.92
Current children cumulated vsize (KiB) 106060

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 2726
/proc/meminfo: memFree=1642128/2055920 swapFree=4180844/4192956
[pid=2460] ppid=2458 vsize=47568 CPUtime=12.12
/proc/2460/stat : 2460 (galacE.sh) S 2458 2460 1264 0 -1 4194304 802 23825 0 1 0 0 1191 21 17 0 1 0 1999993066 48709632 367 996147200 4194304 4520092 548682068784 18446744073709551615 253306792794 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/2460/statm: 11892 367 246 79 0 220 0
[pid=2483] ppid=2460 vsize=58492 CPUtime=1283.78
/proc/2483/stat : 2483 (eSAT_static) R 2460 2460 1264 0 -1 4194304 15677 0 0 0 128362 16 0 0 25 0 1 0 1999994296 59895808 14188 996147200 134512640 135177480 4294955936 18446744073709551615 134565325 0 0 4096 3 0 0 0 17 0 0 0
/proc/2483/statm: 14623 14188 80 162 0 14458 0
Current children cumulated CPU time (s) 1295.9
Current children cumulated vsize (KiB) 106060

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 2726
/proc/meminfo: memFree=1642064/2055920 swapFree=4180844/4192956
[pid=2460] ppid=2458 vsize=47568 CPUtime=12.12
/proc/2460/stat : 2460 (galacE.sh) S 2458 2460 1264 0 -1 4194304 802 23825 0 1 0 0 1191 21 17 0 1 0 1999993066 48709632 367 996147200 4194304 4520092 548682068784 18446744073709551615 253306792794 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/2460/statm: 11892 367 246 79 0 220 0
[pid=2483] ppid=2460 vsize=58492 CPUtime=1343.76
/proc/2483/stat : 2483 (eSAT_static) R 2460 2460 1264 0 -1 4194304 15685 0 0 0 134359 17 0 0 25 0 1 0 1999994296 59895808 14196 996147200 134512640 135177480 4294955936 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 0 0 0
/proc/2483/statm: 14623 14196 80 162 0 14458 0
Current children cumulated CPU time (s) 1355.88
Current children cumulated vsize (KiB) 106060

[startup+1422.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 2726
/proc/meminfo: memFree=1641744/2055920 swapFree=4180844/4192956
[pid=2460] ppid=2458 vsize=47568 CPUtime=12.12
/proc/2460/stat : 2460 (galacE.sh) S 2458 2460 1264 0 -1 4194304 802 23825 0 1 0 0 1191 21 17 0 1 0 1999993066 48709632 367 996147200 4194304 4520092 548682068784 18446744073709551615 253306792794 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/2460/statm: 11892 367 246 79 0 220 0
[pid=2483] ppid=2460 vsize=58648 CPUtime=1403.74
/proc/2483/stat : 2483 (eSAT_static) R 2460 2460 1264 0 -1 4194304 15721 0 0 0 140357 17 0 0 25 0 1 0 1999994296 60055552 14232 996147200 134512640 135177480 4294955936 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 0 0 0
/proc/2483/statm: 14662 14232 80 162 0 14497 0
Current children cumulated CPU time (s) 1415.86
Current children cumulated vsize (KiB) 106216

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 2726
/proc/meminfo: memFree=1639568/2055920 swapFree=4180844/4192956
[pid=2460] ppid=2458 vsize=47568 CPUtime=12.12
/proc/2460/stat : 2460 (galacE.sh) S 2458 2460 1264 0 -1 4194304 802 23825 0 1 0 0 1191 21 17 0 1 0 1999993066 48709632 367 996147200 4194304 4520092 548682068784 18446744073709551615 253306792794 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/2460/statm: 11892 367 246 79 0 220 0
[pid=2483] ppid=2460 vsize=60364 CPUtime=1463.71
/proc/2483/stat : 2483 (eSAT_static) R 2460 2460 1264 0 -1 4194304 16170 0 0 0 146354 17 0 0 25 0 1 0 1999994296 61812736 14681 996147200 134512640 135177480 4294955936 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 0 0 0
/proc/2483/statm: 15091 14681 80 162 0 14926 0
Current children cumulated CPU time (s) 1475.83
Current children cumulated vsize (KiB) 107932

[startup+1542.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 2726
/proc/meminfo: memFree=1636560/2055920 swapFree=4180844/4192956
[pid=2460] ppid=2458 vsize=47568 CPUtime=12.12
/proc/2460/stat : 2460 (galacE.sh) S 2458 2460 1264 0 -1 4194304 802 23825 0 1 0 0 1191 21 17 0 1 0 1999993066 48709632 367 996147200 4194304 4520092 548682068784 18446744073709551615 253306792794 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/2460/statm: 11892 367 246 79 0 220 0
[pid=2483] ppid=2460 vsize=62876 CPUtime=1523.7
/proc/2483/stat : 2483 (eSAT_static) R 2460 2460 1264 0 -1 4194304 16746 0 0 0 152352 18 0 0 25 0 1 0 1999994296 64385024 15257 996147200 134512640 135177480 4294955936 18446744073709551615 134572442 0 0 4096 3 0 0 0 17 0 0 0
/proc/2483/statm: 15719 15257 80 162 0 15554 0
Current children cumulated CPU time (s) 1535.82
Current children cumulated vsize (KiB) 110444

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 2726
/proc/meminfo: memFree=1631248/2055920 swapFree=4180844/4192956
[pid=2460] ppid=2458 vsize=47568 CPUtime=12.12
/proc/2460/stat : 2460 (galacE.sh) S 2458 2460 1264 0 -1 4194304 802 23825 0 1 0 0 1191 21 17 0 1 0 1999993066 48709632 367 996147200 4194304 4520092 548682068784 18446744073709551615 253306792794 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/2460/statm: 11892 367 246 79 0 220 0
[pid=2483] ppid=2460 vsize=65356 CPUtime=1583.67
/proc/2483/stat : 2483 (eSAT_static) R 2460 2460 1264 0 -1 4194304 17353 0 0 0 158348 19 0 0 25 0 1 0 1999994296 66924544 15864 996147200 134512640 135177480 4294955936 18446744073709551615 134565457 0 0 4096 3 0 0 0 17 0 0 0
/proc/2483/statm: 16339 15864 80 162 0 16174 0
Current children cumulated CPU time (s) 1595.79
Current children cumulated vsize (KiB) 112924

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 2726
/proc/meminfo: memFree=1629200/2055920 swapFree=4180844/4192956
[pid=2460] ppid=2458 vsize=47568 CPUtime=12.12
/proc/2460/stat : 2460 (galacE.sh) S 2458 2460 1264 0 -1 4194304 802 23825 0 1 0 0 1191 21 17 0 1 0 1999993066 48709632 367 996147200 4194304 4520092 548682068784 18446744073709551615 253306792794 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/2460/statm: 11892 367 246 79 0 220 0
[pid=2483] ppid=2460 vsize=65488 CPUtime=1643.65
/proc/2483/stat : 2483 (eSAT_static) R 2460 2460 1264 0 -1 4194304 17386 0 0 0 164346 19 0 0 25 0 1 0 1999994296 67059712 15897 996147200 134512640 135177480 4294955936 18446744073709551615 134565260 0 0 4096 3 0 0 0 17 0 0 0
/proc/2483/statm: 16372 15897 80 162 0 16207 0
Current children cumulated CPU time (s) 1655.77
Current children cumulated vsize (KiB) 113056

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 2726
/proc/meminfo: memFree=1629008/2055920 swapFree=4180844/4192956
[pid=2460] ppid=2458 vsize=47568 CPUtime=12.12
/proc/2460/stat : 2460 (galacE.sh) S 2458 2460 1264 0 -1 4194304 802 23825 0 1 0 0 1191 21 17 0 1 0 1999993066 48709632 367 996147200 4194304 4520092 548682068784 18446744073709551615 253306792794 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/2460/statm: 11892 367 246 79 0 220 0
[pid=2483] ppid=2460 vsize=65488 CPUtime=1703.62
/proc/2483/stat : 2483 (eSAT_static) R 2460 2460 1264 0 -1 4194304 17386 0 0 0 170343 19 0 0 25 0 1 0 1999994296 67059712 15897 996147200 134512640 135177480 4294955936 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 0 0 0
/proc/2483/statm: 16372 15897 80 162 0 16207 0
Current children cumulated CPU time (s) 1715.74
Current children cumulated vsize (KiB) 113056

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 2726
/proc/meminfo: memFree=1628752/2055920 swapFree=4180844/4192956
[pid=2460] ppid=2458 vsize=47568 CPUtime=12.12
/proc/2460/stat : 2460 (galacE.sh) S 2458 2460 1264 0 -1 4194304 802 23825 0 1 0 0 1191 21 17 0 1 0 1999993066 48709632 367 996147200 4194304 4520092 548682068784 18446744073709551615 253306792794 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/2460/statm: 11892 367 246 79 0 220 0
[pid=2483] ppid=2460 vsize=65652 CPUtime=1763.6
/proc/2483/stat : 2483 (eSAT_static) R 2460 2460 1264 0 -1 4194304 17423 0 0 0 176341 19 0 0 25 0 1 0 1999994296 67227648 15934 996147200 134512640 135177480 4294955936 18446744073709551615 134565260 0 0 4096 3 0 0 0 17 0 0 0
/proc/2483/statm: 16413 15934 80 162 0 16248 0
Current children cumulated CPU time (s) 1775.72
Current children cumulated vsize (KiB) 113220



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1806.6 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 2726
/proc/meminfo: memFree=1628752/2055920 swapFree=4180844/4192956
[pid=2460] ppid=2458 vsize=47568 CPUtime=12.12
/proc/2460/stat : 2460 (galacE.sh) S 2458 2460 1264 0 -1 4194304 802 23825 0 1 0 0 1191 21 17 0 1 0 1999993066 48709632 367 996147200 4194304 4520092 548682068784 18446744073709551615 253306792794 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/2460/statm: 11892 367 246 79 0 220 0
[pid=2483] ppid=2460 vsize=65652 CPUtime=1787.9
/proc/2483/stat : 2483 (eSAT_static) R 2460 2460 1264 0 -1 4194304 17423 0 0 0 178771 19 0 0 25 0 1 0 1999994296 67227648 15934 996147200 134512640 135177480 4294955936 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 0 0 0
/proc/2483/statm: 16413 15934 80 162 0 16248 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 113220

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

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

[startup+1806.6 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 2726
/proc/meminfo: memFree=1628752/2055920 swapFree=4180844/4192956
[pid=2460] ppid=2458 vsize=47568 CPUtime=12.12
/proc/2460/stat : 2460 (galacE.sh) S 2458 2460 1264 0 -1 4194304 802 23825 0 1 0 0 1191 21 17 0 1 0 1999993066 48709632 367 996147200 4194304 4520092 548682068784 18446744073709551615 253306792794 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/2460/statm: 11892 367 246 79 0 220 0
[pid=2483] ppid=2460 vsize=65652 CPUtime=1787.9
/proc/2483/stat : 2483 (eSAT_static) R 2460 2460 1264 0 -1 4194304 17423 0 0 0 178771 19 0 0 25 0 1 0 1999994296 67227648 15934 996147200 134512640 135177480 4294955936 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 0 0 0
/proc/2483/statm: 16413 15934 80 162 0 16248 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 113220

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 2460 and gives
#  childrusage.ru_utime.tv_sec=11
#  childrusage.ru_utime.tv_usec=924187
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=218966
# CPU time returned by wait4() is 12.1432
# while last known CPU time is 1800.02
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1806.61
CPU time (s): 1800.02
CPU user time (s): 1799.62
CPU system time (s): 0.4
CPU usage (%): 99.635
Max. virtual memory (cumulated for all children) (KiB): 860328

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 11.9242
system time used= 0.218966
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 24627
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= 1425
involuntary context switches= 1595

runsolver used 2.20466 second user time and 6.00609 second system time

The end

Launcher Data (download as text)

Begin job on node25 at 2008-07-05 00:23:10
IDJOB=1079569
IDBENCH=56890
IDSOLVER=351
FILE ID=node25/1079569-1215210190
PBS_JOBID= 7881643
Free space on /tmp= 66516 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= e968a766d9ee5ba2ff7ca47c79997ac1
RANDOM SEED=1381078036

node25.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.234
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.234
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:       1656584 kB
Buffers:         54412 kB
Cached:         204728 kB
SwapCached:       6196 kB
Active:         266212 kB
Inactive:        77700 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1656584 kB
SwapTotal:     4192956 kB
SwapFree:      4180844 kB
Dirty:            3292 kB
Writeback:           0 kB
Mapped:          90948 kB
Slab:            40344 kB
Committed_AS:  3582628 kB
PageTables:       2152 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= 66512 MiB
End job on node25 at 2008-07-05 00:53:19