Trace number 1066853

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 M? (TO) 1800.02 1811.81

General information on the benchmark

Namecsp/wordsVg/
normalized-crossword-m1c-words-vg5-9_ext.xml
MD5SUM653e6ff13fec6aaa97fb929a62c8a610
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 benchmark138.233
Satisfiable
(Un)Satisfiability was proved
Number of variables45
Number of constraints14
Maximum constraint arity9
Maximum domain size26
Number of constraints which are defined in extension14
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.01/0.03	c --- Preproc Stats ---
0.01/0.59	c start processing
0.01/0.59	c start relation processing
0.01/0.88	c start cnf exporting
11.96/12.03	c parsing time : 0.473
11.96/12.03	c preprocessing time : 11.908
11.96/12.03	
11.96/12.03	c Nary constraints - conflicts : 0 supports : 14
11.96/12.03	c Binary constraints - conflicts : 0 supports :0
11.96/12.03	c max arity constraint : 9
11.96/12.03	c Max Tuples generated 0
11.96/12.03	c relations : 2
11.96/12.03	c relations BDD: 2
11.96/12.03	c sampling 0/0
11.96/12.03	c vars : 97192 - clauses :  355504
11.96/12.03	
11.96/12.07	 
11.96/12.07	c --- SAT Solver Stats ---
11.96/12.07	 

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-1066853-1215149217/watcher-1066853-1215149217 -o /tmp/evaluation-result-1066853-1215149217/solver-1066853-1215149217 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/galacM.sh HOME/instance-1066853-1215149217.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.99 1.98 1.99 4/73 32527
/proc/meminfo: memFree=1811120/2055920 swapFree=4180580/4192956
[pid=32527] ppid=32525 vsize=8652 CPUtime=0
/proc/32527/stat : 32527 (galacM.sh) S 32525 32527 29617 0 -1 4194304 346 0 0 0 0 0 0 0 18 0 1 0 637852065 8859648 280 996147200 4194304 4520092 548682068832 18446744073709551615 234045500250 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/32527/statm: 2163 280 208 79 0 156 0
[pid=32528] ppid=32527 vsize=8688 CPUtime=0
/proc/32528/stat : 32528 (galacM.sh) R 32527 32527 29617 0 -1 4194368 26 0 0 0 0 0 0 0 19 0 1 0 637852065 8896512 286 996147200 4194304 4520092 548682068832 18446744073709551615 234045893279 0 65536 4096 73728 0 0 0 17 0 0 0
/proc/32528/statm: 2172 286 209 79 0 165 0
[pid=32529] ppid=32528 vsize=8688 CPUtime=0
/proc/32529/stat : 32529 (galacM.sh) R 32528 32527 29617 0 -1 4194368 0 0 0 0 0 0 0 0 19 0 1 0 637852065 8896512 286 996147200 4194304 4520092 548682068832 18446744073709551615 234045893279 0 65536 4096 73728 0 0 0 17 0 0 0
/proc/32529/statm: 2172 286 209 79 0 165 0

[startup+0.0251801 s]
/proc/loadavg: 1.99 1.98 1.99 4/73 32527
/proc/meminfo: memFree=1811120/2055920 swapFree=4180580/4192956
[pid=32527] ppid=32525 vsize=8784 CPUtime=0.01
/proc/32527/stat : 32527 (galacM.sh) R 32525 32527 29617 0 -1 4194304 629 1481 0 0 0 0 0 1 16 0 1 0 637852065 8994816 320 996147200 4194304 4520092 548682068832 18446744073709551615 234045893279 0 65538 4096 73728 0 0 0 17 0 0 0
/proc/32527/statm: 2196 320 218 79 0 189 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 8784

[startup+0.100765 s]
/proc/loadavg: 1.99 1.98 1.99 4/73 32527
/proc/meminfo: memFree=1811120/2055920 swapFree=4180580/4192956
[pid=32527] ppid=32525 vsize=47572 CPUtime=0.01
/proc/32527/stat : 32527 (galacM.sh) S 32525 32527 29617 0 -1 4194304 764 1697 0 0 0 0 0 1 18 0 1 0 637852065 48713728 363 996147200 4194304 4520092 548682068832 18446744073709551615 234045500250 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/32527/statm: 11893 363 244 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47572

[startup+0.301785 s]
/proc/loadavg: 1.99 1.98 1.99 4/73 32527
/proc/meminfo: memFree=1811120/2055920 swapFree=4180580/4192956
[pid=32527] ppid=32525 vsize=47572 CPUtime=0.01
/proc/32527/stat : 32527 (galacM.sh) S 32525 32527 29617 0 -1 4194304 764 1697 0 0 0 0 0 1 18 0 1 0 637852065 48713728 363 996147200 4194304 4520092 548682068832 18446744073709551615 234045500250 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/32527/statm: 11893 363 244 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47572

[startup+0.701827 s]
/proc/loadavg: 1.99 1.98 1.99 4/73 32527
/proc/meminfo: memFree=1811120/2055920 swapFree=4180580/4192956
[pid=32527] ppid=32525 vsize=47572 CPUtime=0.01
/proc/32527/stat : 32527 (galacM.sh) S 32525 32527 29617 0 -1 4194304 764 1697 0 0 0 0 0 1 18 0 1 0 637852065 48713728 363 996147200 4194304 4520092 548682068832 18446744073709551615 234045500250 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/32527/statm: 11893 363 244 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47572

[startup+1.50191 s]
/proc/loadavg: 1.99 1.98 1.99 3/83 32549
/proc/meminfo: memFree=1761568/2055920 swapFree=4180580/4192956
[pid=32527] ppid=32525 vsize=47572 CPUtime=0.01
/proc/32527/stat : 32527 (galacM.sh) S 32525 32527 29617 0 -1 4194304 764 1697 0 0 0 0 0 1 18 0 1 0 637852065 48713728 363 996147200 4194304 4520092 548682068832 18446744073709551615 234045500250 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/32527/statm: 11893 363 244 79 0 219 0
[pid=32541] ppid=32527 vsize=812760 CPUtime=1.46
/proc/32541/stat : 32541 (java) S 32527 32527 29617 0 -1 0 21280 0 1 0 136 10 0 0 19 0 9 0 637852068 832266240 20702 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/32541/statm: 203190 20702 1907 9 0 197171 0
[pid=32541/tid=32542] ppid=32527 vsize=812760 CPUtime=1.14
/proc/32541/task/32542/stat : 32542 (java) R 32527 32527 29617 0 -1 64 14515 0 1 0 108 6 0 0 25 0 9 0 637852069 832266240 20702 996147200 134512640 134550740 4294955616 18446744073709551615 4126881059 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32541/tid=32543] ppid=32527 vsize=812760 CPUtime=0.08
/proc/32541/task/32543/stat : 32543 (java) S 32527 32527 29617 0 -1 64 5248 0 0 0 7 1 0 0 17 0 9 0 637852070 832266240 20702 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=32541/tid=32544] ppid=32527 vsize=812760 CPUtime=0
/proc/32541/task/32544/stat : 32544 (java) S 32527 32527 29617 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 637852071 832266240 20702 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32541/tid=32545] ppid=32527 vsize=812760 CPUtime=0
/proc/32541/task/32545/stat : 32545 (java) S 32527 32527 29617 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 637852071 832266240 20702 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32541/tid=32546] ppid=32527 vsize=812760 CPUtime=0
/proc/32541/task/32546/stat : 32546 (java) S 32527 32527 29617 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 637852073 832266240 20702 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32541/tid=32547] ppid=32527 vsize=812760 CPUtime=0.19
/proc/32541/task/32547/stat : 32547 (java) S 32527 32527 29617 0 -1 64 817 0 0 0 19 0 0 0 15 0 9 0 637852073 832266240 20702 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32541/tid=32548] ppid=32527 vsize=812760 CPUtime=0
/proc/32541/task/32548/stat : 32548 (java) S 32527 32527 29617 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 637852073 832266240 20702 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32541/tid=32549] ppid=32527 vsize=812760 CPUtime=0
/proc/32541/task/32549/stat : 32549 (java) S 32527 32527 29617 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 637852073 832266240 20702 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 860332

[startup+3.10108 s]
/proc/loadavg: 1.99 1.98 1.99 3/83 32549
/proc/meminfo: memFree=1728672/2055920 swapFree=4180580/4192956
[pid=32527] ppid=32525 vsize=47572 CPUtime=0.01
/proc/32527/stat : 32527 (galacM.sh) S 32525 32527 29617 0 -1 4194304 764 1697 0 0 0 0 0 1 18 0 1 0 637852065 48713728 363 996147200 4194304 4520092 548682068832 18446744073709551615 234045500250 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/32527/statm: 11893 363 244 79 0 219 0
[pid=32541] ppid=32527 vsize=812760 CPUtime=3.05
/proc/32541/stat : 32541 (java) S 32527 32527 29617 0 -1 0 22665 0 1 0 294 11 0 0 19 0 9 0 637852068 832266240 22084 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/32541/statm: 203190 22084 1907 9 0 197171 0
[pid=32541/tid=32542] ppid=32527 vsize=812760 CPUtime=2.72
/proc/32541/task/32542/stat : 32542 (java) R 32527 32527 29617 0 -1 64 14518 0 1 0 265 7 0 0 25 0 9 0 637852069 832266240 22084 996147200 134512640 134550740 4294955616 18446744073709551615 4126861040 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32541/tid=32543] ppid=32527 vsize=812760 CPUtime=0.1
/proc/32541/task/32543/stat : 32543 (java) S 32527 32527 29617 0 -1 64 6629 0 0 0 8 2 0 0 16 0 9 0 637852070 832266240 22084 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=32541/tid=32544] ppid=32527 vsize=812760 CPUtime=0
/proc/32541/task/32544/stat : 32544 (java) S 32527 32527 29617 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 637852071 832266240 22084 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32541/tid=32545] ppid=32527 vsize=812760 CPUtime=0
/proc/32541/task/32545/stat : 32545 (java) S 32527 32527 29617 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 637852071 832266240 22084 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32541/tid=32546] ppid=32527 vsize=812760 CPUtime=0
/proc/32541/task/32546/stat : 32546 (java) S 32527 32527 29617 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 637852073 832266240 22084 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32541/tid=32547] ppid=32527 vsize=812760 CPUtime=0.2
/proc/32541/task/32547/stat : 32547 (java) S 32527 32527 29617 0 -1 64 818 0 0 0 20 0 0 0 15 0 9 0 637852073 832266240 22084 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32541/tid=32548] ppid=32527 vsize=812760 CPUtime=0
/proc/32541/task/32548/stat : 32548 (java) S 32527 32527 29617 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 637852073 832266240 22084 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32541/tid=32549] ppid=32527 vsize=812760 CPUtime=0
/proc/32541/task/32549/stat : 32549 (java) S 32527 32527 29617 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 637852073 832266240 22084 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 860332

[startup+6.30242 s]
/proc/loadavg: 1.99 1.98 1.99 3/83 32549
/proc/meminfo: memFree=1726624/2055920 swapFree=4180580/4192956
[pid=32527] ppid=32525 vsize=47572 CPUtime=0.01
/proc/32527/stat : 32527 (galacM.sh) S 32525 32527 29617 0 -1 4194304 764 1697 0 0 0 0 0 1 18 0 1 0 637852065 48713728 363 996147200 4194304 4520092 548682068832 18446744073709551615 234045500250 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/32527/statm: 11893 363 244 79 0 219 0
[pid=32541] ppid=32527 vsize=812760 CPUtime=6.25
/proc/32541/stat : 32541 (java) S 32527 32527 29617 0 -1 0 22672 0 1 0 613 12 0 0 19 0 9 0 637852068 832266240 22084 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/32541/statm: 203190 22084 1907 9 0 197171 0
[pid=32541/tid=32542] ppid=32527 vsize=812760 CPUtime=5.92
/proc/32541/task/32542/stat : 32542 (java) R 32527 32527 29617 0 -1 64 14525 0 1 0 584 8 0 0 25 0 9 0 637852069 832266240 22084 996147200 134512640 134550740 4294955616 18446744073709551615 4126904432 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32541/tid=32543] ppid=32527 vsize=812760 CPUtime=0.11
/proc/32541/task/32543/stat : 32543 (java) S 32527 32527 29617 0 -1 64 6629 0 0 0 9 2 0 0 16 0 9 0 637852070 832266240 22084 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=32541/tid=32544] ppid=32527 vsize=812760 CPUtime=0
/proc/32541/task/32544/stat : 32544 (java) S 32527 32527 29617 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 637852071 832266240 22084 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32541/tid=32545] ppid=32527 vsize=812760 CPUtime=0
/proc/32541/task/32545/stat : 32545 (java) S 32527 32527 29617 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 637852071 832266240 22084 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32541/tid=32546] ppid=32527 vsize=812760 CPUtime=0
/proc/32541/task/32546/stat : 32546 (java) S 32527 32527 29617 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 637852073 832266240 22084 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32541/tid=32547] ppid=32527 vsize=812760 CPUtime=0.2
/proc/32541/task/32547/stat : 32547 (java) S 32527 32527 29617 0 -1 64 818 0 0 0 20 0 0 0 15 0 9 0 637852073 832266240 22084 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32541/tid=32548] ppid=32527 vsize=812760 CPUtime=0
/proc/32541/task/32548/stat : 32548 (java) S 32527 32527 29617 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 637852073 832266240 22084 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32541/tid=32549] ppid=32527 vsize=812760 CPUtime=0
/proc/32541/task/32549/stat : 32549 (java) S 32527 32527 29617 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 637852073 832266240 22084 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 860332

[startup+12.7011 s]
/proc/loadavg: 1.99 1.98 1.99 3/83 32549
/proc/meminfo: memFree=1722592/2055920 swapFree=4180580/4192956
[pid=32527] ppid=32525 vsize=47572 CPUtime=12.01
/proc/32527/stat : 32527 (galacM.sh) S 32525 32527 29617 0 -1 4194304 798 24393 0 1 0 0 1184 17 17 0 1 0 637852065 48713728 363 996147200 4194304 4520092 548682068832 18446744073709551615 234045500250 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/32527/statm: 11893 363 244 79 0 219 0
Current children cumulated CPU time (s) 12.01
Current children cumulated vsize (KiB) 47572

[startup+25.5015 s]
/proc/loadavg: 1.99 1.98 1.99 3/75 32550
/proc/meminfo: memFree=1780256/2055920 swapFree=4180580/4192956
[pid=32527] ppid=32525 vsize=47572 CPUtime=12.01
/proc/32527/stat : 32527 (galacM.sh) S 32525 32527 29617 0 -1 4194304 798 24393 0 1 0 0 1184 17 17 0 1 0 637852065 48713728 363 996147200 4194304 4520092 548682068832 18446744073709551615 234045500250 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/32527/statm: 11893 363 244 79 0 219 0
[pid=32550] ppid=32527 vsize=25772 CPUtime=13.32
/proc/32550/stat : 32550 (minisat) R 32527 32527 29617 0 -1 4194304 5910 0 0 0 1328 4 0 0 25 0 1 0 637853272 26390528 5891 996147200 134512640 135136200 4294955968 18446744073709551615 134529382 0 0 4096 3 0 0 0 17 1 0 0
/proc/32550/statm: 6443 5891 57 152 0 6288 0
Current children cumulated CPU time (s) 25.33
Current children cumulated vsize (KiB) 73344

[startup+51.1012 s]
/proc/loadavg: 1.99 1.98 1.99 3/75 32550
/proc/meminfo: memFree=1775520/2055920 swapFree=4180580/4192956
[pid=32527] ppid=32525 vsize=47572 CPUtime=12.01
/proc/32527/stat : 32527 (galacM.sh) S 32525 32527 29617 0 -1 4194304 798 24393 0 1 0 0 1184 17 17 0 1 0 637852065 48713728 363 996147200 4194304 4520092 548682068832 18446744073709551615 234045500250 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/32527/statm: 11893 363 244 79 0 219 0
[pid=32550] ppid=32527 vsize=30604 CPUtime=38.72
/proc/32550/stat : 32550 (minisat) R 32527 32527 29617 0 -1 4194304 7067 0 0 0 3867 5 0 0 25 0 1 0 637853272 31338496 7048 996147200 134512640 135136200 4294955968 18446744073709551615 134529333 0 0 4096 3 0 0 0 17 1 0 0
/proc/32550/statm: 7651 7048 57 152 0 7496 0
Current children cumulated CPU time (s) 50.73
Current children cumulated vsize (KiB) 78176

[startup+102.307 s]
/proc/loadavg: 1.99 1.98 1.99 3/75 32550
/proc/meminfo: memFree=1773344/2055920 swapFree=4180580/4192956
[pid=32527] ppid=32525 vsize=47572 CPUtime=12.01
/proc/32527/stat : 32527 (galacM.sh) S 32525 32527 29617 0 -1 4194304 798 24393 0 1 0 0 1184 17 17 0 1 0 637852065 48713728 363 996147200 4194304 4520092 548682068832 18446744073709551615 234045500250 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/32527/statm: 11893 363 244 79 0 219 0
[pid=32550] ppid=32527 vsize=32776 CPUtime=89.53
/proc/32550/stat : 32550 (minisat) R 32527 32527 29617 0 -1 4194304 7622 0 0 0 8948 5 0 0 25 0 1 0 637853272 33562624 7603 996147200 134512640 135136200 4294955968 18446744073709551615 134529373 0 0 4096 3 0 0 0 17 1 0 0
/proc/32550/statm: 8194 7603 57 152 0 8039 0
Current children cumulated CPU time (s) 101.54
Current children cumulated vsize (KiB) 80348

[startup+162.303 s]
/proc/loadavg: 1.99 1.98 1.99 3/75 32550
/proc/meminfo: memFree=1766880/2055920 swapFree=4180580/4192956
[pid=32527] ppid=32525 vsize=47572 CPUtime=12.01
/proc/32527/stat : 32527 (galacM.sh) S 32525 32527 29617 0 -1 4194304 798 24393 0 1 0 0 1184 17 17 0 1 0 637852065 48713728 363 996147200 4194304 4520092 548682068832 18446744073709551615 234045500250 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/32527/statm: 11893 363 244 79 0 219 0
[pid=32550] ppid=32527 vsize=39284 CPUtime=149.08
/proc/32550/stat : 32550 (minisat) R 32527 32527 29617 0 -1 4194304 9235 0 0 0 14901 7 0 0 25 0 1 0 637853272 40226816 9216 996147200 134512640 135136200 4294955968 18446744073709551615 134529373 0 0 4096 3 0 0 0 17 1 0 0
/proc/32550/statm: 9821 9216 57 152 0 9666 0

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

/proc/32550/statm: 24539 23879 57 152 0 24384 0
Current children cumulated CPU time (s) 1115.98
Current children cumulated vsize (KiB) 145728

[startup+1182.3 s]
/proc/loadavg: 1.99 1.97 1.97 3/75 375
/proc/meminfo: memFree=1704552/2055920 swapFree=4180580/4192956
[pid=32527] ppid=32525 vsize=47572 CPUtime=12.01
/proc/32527/stat : 32527 (galacM.sh) S 32525 32527 29617 0 -1 4194304 798 24393 0 1 0 0 1184 17 17 0 1 0 637852065 48713728 363 996147200 4194304 4520092 548682068832 18446744073709551615 234045500250 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/32527/statm: 11893 363 244 79 0 219 0
[pid=32550] ppid=32527 vsize=100796 CPUtime=1163.67
/proc/32550/stat : 32550 (minisat) R 32527 32527 29617 0 -1 4194304 24563 0 0 0 116338 29 0 0 25 0 1 0 637853272 103215104 24544 996147200 134512640 135136200 4294955968 18446744073709551615 134529387 0 0 4096 3 0 0 0 17 0 0 0
/proc/32550/statm: 25199 24544 57 152 0 25044 0
Current children cumulated CPU time (s) 1175.68
Current children cumulated vsize (KiB) 148368

[startup+1242.3 s]
/proc/loadavg: 1.99 1.97 1.97 3/75 375
/proc/meminfo: memFree=1702056/2055920 swapFree=4180580/4192956
[pid=32527] ppid=32525 vsize=47572 CPUtime=12.01
/proc/32527/stat : 32527 (galacM.sh) S 32525 32527 29617 0 -1 4194304 798 24393 0 1 0 0 1184 17 17 0 1 0 637852065 48713728 363 996147200 4194304 4520092 548682068832 18446744073709551615 234045500250 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/32527/statm: 11893 363 244 79 0 219 0
[pid=32550] ppid=32527 vsize=103040 CPUtime=1223.43
/proc/32550/stat : 32550 (minisat) R 32527 32527 29617 0 -1 4194304 25137 0 0 0 122314 29 0 0 25 0 1 0 637853272 105512960 25118 996147200 134512640 135136200 4294955968 18446744073709551615 134529382 0 0 4096 3 0 0 0 17 0 0 0
/proc/32550/statm: 25760 25118 57 152 0 25605 0
Current children cumulated CPU time (s) 1235.44
Current children cumulated vsize (KiB) 150612

[startup+1302.3 s]
/proc/loadavg: 2.04 1.99 1.98 3/85 536
/proc/meminfo: memFree=1664520/2055920 swapFree=4180580/4192956
[pid=32527] ppid=32525 vsize=47572 CPUtime=12.01
/proc/32527/stat : 32527 (galacM.sh) S 32525 32527 29617 0 -1 4194304 798 24393 0 1 0 0 1184 17 17 0 1 0 637852065 48713728 363 996147200 4194304 4520092 548682068832 18446744073709551615 234045500250 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/32527/statm: 11893 363 244 79 0 219 0
[pid=32550] ppid=32527 vsize=104820 CPUtime=1282.83
/proc/32550/stat : 32550 (minisat) R 32527 32527 29617 0 -1 4194304 25588 0 0 0 128250 33 0 0 25 0 1 0 637853272 107335680 25569 996147200 134512640 135136200 4294955968 18446744073709551615 134529365 0 0 4096 3 0 0 0 17 1 0 0
/proc/32550/statm: 26205 25569 57 152 0 26050 0
Current children cumulated CPU time (s) 1294.84
Current children cumulated vsize (KiB) 152392

[startup+1362.3 s]
/proc/loadavg: 2.01 1.99 1.98 3/84 537
/proc/meminfo: memFree=1663048/2055920 swapFree=4180580/4192956
[pid=32527] ppid=32525 vsize=47572 CPUtime=12.01
/proc/32527/stat : 32527 (galacM.sh) S 32525 32527 29617 0 -1 4194304 798 24393 0 1 0 0 1184 17 17 0 1 0 637852065 48713728 363 996147200 4194304 4520092 548682068832 18446744073709551615 234045500250 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/32527/statm: 11893 363 244 79 0 219 0
[pid=32550] ppid=32527 vsize=106164 CPUtime=1342.32
/proc/32550/stat : 32550 (minisat) R 32527 32527 29617 0 -1 4194304 25917 0 0 0 134199 33 0 0 25 0 1 0 637853272 108711936 25898 996147200 134512640 135136200 4294955968 18446744073709551615 134529554 0 0 4096 3 0 0 0 17 1 0 0
/proc/32550/statm: 26541 25898 57 152 0 26386 0
Current children cumulated CPU time (s) 1354.33
Current children cumulated vsize (KiB) 153736

[startup+1422.31 s]
/proc/loadavg: 2.00 1.99 1.98 3/84 537
/proc/meminfo: memFree=1661320/2055920 swapFree=4180580/4192956
[pid=32527] ppid=32525 vsize=47572 CPUtime=12.01
/proc/32527/stat : 32527 (galacM.sh) S 32525 32527 29617 0 -1 4194304 798 24393 0 1 0 0 1184 17 17 0 1 0 637852065 48713728 363 996147200 4194304 4520092 548682068832 18446744073709551615 234045500250 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/32527/statm: 11893 363 244 79 0 219 0
[pid=32550] ppid=32527 vsize=108096 CPUtime=1401.81
/proc/32550/stat : 32550 (minisat) R 32527 32527 29617 0 -1 4194304 26315 0 0 0 140148 33 0 0 25 0 1 0 637853272 110690304 26296 996147200 134512640 135136200 4294955968 18446744073709551615 134529382 0 0 4096 3 0 0 0 17 1 0 0
/proc/32550/statm: 27024 26296 57 152 0 26869 0
Current children cumulated CPU time (s) 1413.82
Current children cumulated vsize (KiB) 155668

[startup+1482.3 s]
/proc/loadavg: 2.00 1.99 1.98 3/84 537
/proc/meminfo: memFree=1660040/2055920 swapFree=4180580/4192956
[pid=32527] ppid=32525 vsize=47572 CPUtime=12.01
/proc/32527/stat : 32527 (galacM.sh) S 32525 32527 29617 0 -1 4194304 798 24393 0 1 0 0 1184 17 17 0 1 0 637852065 48713728 363 996147200 4194304 4520092 548682068832 18446744073709551615 234045500250 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/32527/statm: 11893 363 244 79 0 219 0
[pid=32550] ppid=32527 vsize=109444 CPUtime=1461.3
/proc/32550/stat : 32550 (minisat) R 32527 32527 29617 0 -1 4194304 26646 0 0 0 146096 34 0 0 25 0 1 0 637853272 112070656 26627 996147200 134512640 135136200 4294955968 18446744073709551615 134529373 0 0 4096 3 0 0 0 17 1 0 0
/proc/32550/statm: 27361 26627 57 152 0 27206 0
Current children cumulated CPU time (s) 1473.31
Current children cumulated vsize (KiB) 157016

[startup+1542.3 s]
/proc/loadavg: 2.00 1.99 1.98 3/84 537
/proc/meminfo: memFree=1658760/2055920 swapFree=4180580/4192956
[pid=32527] ppid=32525 vsize=47572 CPUtime=12.01
/proc/32527/stat : 32527 (galacM.sh) S 32525 32527 29617 0 -1 4194304 798 24393 0 1 0 0 1184 17 17 0 1 0 637852065 48713728 363 996147200 4194304 4520092 548682068832 18446744073709551615 234045500250 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/32527/statm: 11893 363 244 79 0 219 0
[pid=32550] ppid=32527 vsize=110524 CPUtime=1520.79
/proc/32550/stat : 32550 (minisat) R 32527 32527 29617 0 -1 4194304 26934 0 0 0 152044 35 0 0 25 0 1 0 637853272 113176576 26915 996147200 134512640 135136200 4294955968 18446744073709551615 134529382 0 0 4096 3 0 0 0 17 1 0 0
/proc/32550/statm: 27631 26915 57 152 0 27476 0
Current children cumulated CPU time (s) 1532.8
Current children cumulated vsize (KiB) 158096

[startup+1602.3 s]
/proc/loadavg: 2.00 1.99 1.98 3/84 537
/proc/meminfo: memFree=1657096/2055920 swapFree=4180580/4192956
[pid=32527] ppid=32525 vsize=47572 CPUtime=12.01
/proc/32527/stat : 32527 (galacM.sh) S 32525 32527 29617 0 -1 4194304 798 24393 0 1 0 0 1184 17 17 0 1 0 637852065 48713728 363 996147200 4194304 4520092 548682068832 18446744073709551615 234045500250 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/32527/statm: 11893 363 244 79 0 219 0
[pid=32550] ppid=32527 vsize=112128 CPUtime=1580.28
/proc/32550/stat : 32550 (minisat) R 32527 32527 29617 0 -1 4194304 27345 0 0 0 157993 35 0 0 25 0 1 0 637853272 114819072 27326 996147200 134512640 135136200 4294955968 18446744073709551615 134529333 0 0 4096 3 0 0 0 17 1 0 0
/proc/32550/statm: 28032 27326 57 152 0 27877 0
Current children cumulated CPU time (s) 1592.29
Current children cumulated vsize (KiB) 159700

[startup+1662.3 s]
/proc/loadavg: 2.00 1.99 1.98 3/84 538
/proc/meminfo: memFree=1655240/2055920 swapFree=4180580/4192956
[pid=32527] ppid=32525 vsize=47572 CPUtime=12.01
/proc/32527/stat : 32527 (galacM.sh) S 32525 32527 29617 0 -1 4194304 798 24393 0 1 0 0 1184 17 17 0 1 0 637852065 48713728 363 996147200 4194304 4520092 548682068832 18446744073709551615 234045500250 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/32527/statm: 11893 363 244 79 0 219 0
[pid=32550] ppid=32527 vsize=113944 CPUtime=1639.77
/proc/32550/stat : 32550 (minisat) R 32527 32527 29617 0 -1 4194304 27791 0 0 0 163942 35 0 0 25 0 1 0 637853272 116678656 27772 996147200 134512640 135136200 4294955968 18446744073709551615 134529373 0 0 4096 3 0 0 0 17 1 0 0
/proc/32550/statm: 28486 27772 57 152 0 28331 0
Current children cumulated CPU time (s) 1651.78
Current children cumulated vsize (KiB) 161516

[startup+1722.3 s]
/proc/loadavg: 2.11 2.02 1.99 3/84 539
/proc/meminfo: memFree=1653320/2055920 swapFree=4180580/4192956
[pid=32527] ppid=32525 vsize=47572 CPUtime=12.01
/proc/32527/stat : 32527 (galacM.sh) S 32525 32527 29617 0 -1 4194304 798 24393 0 1 0 0 1184 17 17 0 1 0 637852065 48713728 363 996147200 4194304 4520092 548682068832 18446744073709551615 234045500250 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/32527/statm: 11893 363 244 79 0 219 0
[pid=32550] ppid=32527 vsize=115792 CPUtime=1699.27
/proc/32550/stat : 32550 (minisat) R 32527 32527 29617 0 -1 4194304 28261 0 0 0 169891 36 0 0 25 0 1 0 637853272 118571008 28242 996147200 134512640 135136200 4294955968 18446744073709551615 134529382 0 0 4096 3 0 0 0 17 1 0 0
/proc/32550/statm: 28948 28242 57 152 0 28793 0
Current children cumulated CPU time (s) 1711.28
Current children cumulated vsize (KiB) 163364

[startup+1782.3 s]
/proc/loadavg: 2.04 2.01 1.99 3/84 539
/proc/meminfo: memFree=1651464/2055920 swapFree=4180580/4192956
[pid=32527] ppid=32525 vsize=47572 CPUtime=12.01
/proc/32527/stat : 32527 (galacM.sh) S 32525 32527 29617 0 -1 4194304 798 24393 0 1 0 0 1184 17 17 0 1 0 637852065 48713728 363 996147200 4194304 4520092 548682068832 18446744073709551615 234045500250 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/32527/statm: 11893 363 244 79 0 219 0
[pid=32550] ppid=32527 vsize=117624 CPUtime=1758.76
/proc/32550/stat : 32550 (minisat) R 32527 32527 29617 0 -1 4194304 28713 0 0 0 175839 37 0 0 25 0 1 0 637853272 120446976 28694 996147200 134512640 135136200 4294955968 18446744073709551615 134529382 0 0 4096 3 0 0 0 17 1 0 0
/proc/32550/statm: 29406 28694 57 152 0 29251 0
Current children cumulated CPU time (s) 1770.77
Current children cumulated vsize (KiB) 165196



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1811.8 s]
/proc/loadavg: 2.02 2.01 1.99 3/84 539
/proc/meminfo: memFree=1650632/2055920 swapFree=4180580/4192956
[pid=32527] ppid=32525 vsize=47572 CPUtime=12.01
/proc/32527/stat : 32527 (galacM.sh) S 32525 32527 29617 0 -1 4194304 798 24393 0 1 0 0 1184 17 17 0 1 0 637852065 48713728 363 996147200 4194304 4520092 548682068832 18446744073709551615 234045500250 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/32527/statm: 11893 363 244 79 0 219 0
[pid=32550] ppid=32527 vsize=118372 CPUtime=1788.01
/proc/32550/stat : 32550 (minisat) R 32527 32527 29617 0 -1 4194304 28905 0 0 0 178764 37 0 0 25 0 1 0 637853272 121212928 28886 996147200 134512640 135136200 4294955968 18446744073709551615 134529875 0 0 4096 3 0 0 0 17 1 0 0
/proc/32550/statm: 29593 28886 57 152 0 29438 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 165944

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 32527 and gives
#  childrusage.ru_utime.tv_sec=11
#  childrusage.ru_utime.tv_usec=846199
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=186971
# CPU time returned by wait4() is 12.0332
# 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): 1811.81
CPU time (s): 1800.02
CPU user time (s): 1799.48
CPU system time (s): 0.54
CPU usage (%): 99.3491
Max. virtual memory (cumulated for all children) (KiB): 860332

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 11.8462
system time used= 0.186971
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 25191
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= 1434
involuntary context switches= 1390

runsolver used 1.53277 second user time and 5.15822 second system time

The end

Launcher Data (download as text)

Begin job on node79 at 2008-07-04 07:26:57
IDJOB=1066853
IDBENCH=55147
IDSOLVER=350
FILE ID=node79/1066853-1215149217
PBS_JOBID= 7877332
Free space on /tmp= 66556 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 653e6ff13fec6aaa97fb929a62c8a610
RANDOM SEED=2040871406

node79.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.218
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.218
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1811664 kB
Buffers:         35604 kB
Cached:         144040 kB
SwapCached:       6948 kB
Active:         115736 kB
Inactive:        75688 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1811664 kB
SwapTotal:     4192956 kB
SwapFree:      4180580 kB
Dirty:            3236 kB
Writeback:           0 kB
Mapped:          18664 kB
Slab:            38292 kB
Committed_AS:   977164 kB
PageTables:       1712 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= 66548 MiB
End job on node79 at 2008-07-04 07:57:10