Trace number 1079614

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.01 1808.61

General information on the benchmark

Namecsp/lexVg/
normalized-crossword-m1c-lex-vg5-9_ext.xml
MD5SUMcc349870ad14cc63690440668c347c92
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 benchmark24.4223
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.00/0.03	c --- Preproc Stats ---
0.01/0.73	c start processing
0.01/0.73	c start relation processing
0.01/0.93	c start cnf exporting
8.72/8.88	c parsing time : 0.62
8.72/8.88	c preprocessing time : 8.769
8.72/8.88	
8.72/8.88	c Nary constraints - conflicts : 0 supports : 14
8.72/8.88	c Binary constraints - conflicts : 0 supports :0
8.72/8.88	c max arity constraint : 9
8.72/8.88	c Max Tuples generated 0
8.72/8.88	c relations : 2
8.72/8.88	c relations BDD: 2
8.72/8.88	c sampling 0/0
8.72/8.88	c vars : 69883 - clauses :  256579
8.72/8.88	
8.81/8.91	 
8.81/8.91	c --- SAT Solver Stats ---
8.81/8.91	 

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-1079614-1215210430/watcher-1079614-1215210430 -o /tmp/evaluation-result-1079614-1215210430/solver-1079614-1215210430 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/galacM.sh HOME/instance-1079614-1215210430.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.01 2.08 2.02 4/74 21740
/proc/meminfo: memFree=1678568/2055920 swapFree=4179808/4192956
[pid=21740] ppid=21738 vsize=8652 CPUtime=0
/proc/21740/stat : 21740 (galacM.sh) S 21738 21740 19192 0 -1 4194304 346 0 0 0 0 0 0 0 19 0 1 0 676770669 8859648 280 996147200 4194304 4520092 548682068832 18446744073709551615 249069497178 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/21740/statm: 2163 280 208 79 0 156 0
[pid=21741] ppid=21740 vsize=8688 CPUtime=0
/proc/21741/stat : 21741 (galacM.sh) R 21740 21740 19192 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 1 0 676770669 8896512 286 996147200 4194304 4520092 548682068832 18446744073709551615 249069890207 0 65536 4096 73728 0 0 0 17 0 0 0
/proc/21741/statm: 2172 286 209 79 0 165 0
[pid=21742] ppid=21741 vsize=8688 CPUtime=0
/proc/21742/stat : 21742 (galacM.sh) R 21741 21740 19192 0 -1 4194368 0 0 0 0 0 0 0 0 20 0 1 0 676770669 8896512 286 996147200 4194304 4520092 548682068832 18446744073709551615 249069890207 0 65536 4096 73728 0 0 0 17 0 0 0
/proc/21742/statm: 2172 286 209 79 0 165 0

[startup+0.08948 s]
/proc/loadavg: 2.01 2.08 2.02 4/74 21740
/proc/meminfo: memFree=1678568/2055920 swapFree=4179808/4192956
[pid=21740] ppid=21738 vsize=47564 CPUtime=0.01
/proc/21740/stat : 21740 (galacM.sh) S 21738 21740 19192 0 -1 4194304 766 1858 0 0 0 0 0 1 17 0 1 0 676770669 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 249069497178 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/21740/statm: 11891 365 246 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47564

[startup+0.101482 s]
/proc/loadavg: 2.01 2.08 2.02 4/74 21740
/proc/meminfo: memFree=1678568/2055920 swapFree=4179808/4192956
[pid=21740] ppid=21738 vsize=47564 CPUtime=0.01
/proc/21740/stat : 21740 (galacM.sh) S 21738 21740 19192 0 -1 4194304 766 1858 0 0 0 0 0 1 17 0 1 0 676770669 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 249069497178 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/21740/statm: 11891 365 246 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47564

[startup+0.301504 s]
/proc/loadavg: 2.01 2.08 2.02 4/74 21740
/proc/meminfo: memFree=1678568/2055920 swapFree=4179808/4192956
[pid=21740] ppid=21738 vsize=47564 CPUtime=0.01
/proc/21740/stat : 21740 (galacM.sh) S 21738 21740 19192 0 -1 4194304 766 1858 0 0 0 0 0 1 17 0 1 0 676770669 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 249069497178 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/21740/statm: 11891 365 246 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47564

[startup+0.701542 s]
/proc/loadavg: 2.01 2.08 2.02 4/74 21740
/proc/meminfo: memFree=1678568/2055920 swapFree=4179808/4192956
[pid=21740] ppid=21738 vsize=47564 CPUtime=0.01
/proc/21740/stat : 21740 (galacM.sh) S 21738 21740 19192 0 -1 4194304 766 1858 0 0 0 0 0 1 17 0 1 0 676770669 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 249069497178 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/21740/statm: 11891 365 246 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47564

[startup+1.50262 s]
/proc/loadavg: 2.01 2.08 2.02 4/84 21762
/proc/meminfo: memFree=1638232/2055920 swapFree=4179808/4192956
[pid=21740] ppid=21738 vsize=47564 CPUtime=0.01
/proc/21740/stat : 21740 (galacM.sh) S 21738 21740 19192 0 -1 4194304 766 1858 0 0 0 0 0 1 17 0 1 0 676770669 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 249069497178 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/21740/statm: 11891 365 246 79 0 219 0
[pid=21754] ppid=21740 vsize=812732 CPUtime=1.44
/proc/21754/stat : 21754 (java) S 21740 21740 19192 0 -1 0 20673 0 1 0 133 11 0 0 18 0 9 0 676770672 832237568 20094 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21754/statm: 203183 20094 1910 9 0 197164 0
[pid=21754/tid=21755] ppid=21740 vsize=812732 CPUtime=1.18
/proc/21754/task/21755/stat : 21755 (java) R 21740 21740 19192 0 -1 64 14521 0 1 0 110 8 0 0 25 0 9 0 676770673 832237568 20094 996147200 134512640 134550740 4294955600 18446744073709551615 4125979096 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21754/tid=21756] ppid=21740 vsize=812732 CPUtime=0.06
/proc/21754/task/21756/stat : 21756 (java) S 21740 21740 19192 0 -1 64 4634 0 0 0 4 2 0 0 16 0 9 0 676770674 832237568 20094 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21754/tid=21757] ppid=21740 vsize=812732 CPUtime=0
/proc/21754/task/21757/stat : 21757 (java) S 21740 21740 19192 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 676770675 832237568 20094 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21754/tid=21758] ppid=21740 vsize=812732 CPUtime=0
/proc/21754/task/21758/stat : 21758 (java) S 21740 21740 19192 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 676770675 832237568 20094 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21754/tid=21759] ppid=21740 vsize=812732 CPUtime=0
/proc/21754/task/21759/stat : 21759 (java) S 21740 21740 19192 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 676770677 832237568 20094 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21754/tid=21760] ppid=21740 vsize=812732 CPUtime=0.19
/proc/21754/task/21760/stat : 21760 (java) S 21740 21740 19192 0 -1 64 817 0 0 0 18 1 0 0 16 0 9 0 676770677 832237568 20094 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21754/tid=21761] ppid=21740 vsize=812732 CPUtime=0
/proc/21754/task/21761/stat : 21761 (java) S 21740 21740 19192 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 676770677 832237568 20094 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21754/tid=21762] ppid=21740 vsize=812732 CPUtime=0
/proc/21754/task/21762/stat : 21762 (java) S 21740 21740 19192 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 676770677 832237568 20094 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 860296

[startup+3.10278 s]
/proc/loadavg: 2.01 2.08 2.02 3/84 21762
/proc/meminfo: memFree=1598488/2055920 swapFree=4179808/4192956
[pid=21740] ppid=21738 vsize=47564 CPUtime=0.01
/proc/21740/stat : 21740 (galacM.sh) S 21738 21740 19192 0 -1 4194304 766 1858 0 0 0 0 0 1 17 0 1 0 676770669 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 249069497178 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/21740/statm: 11891 365 246 79 0 219 0
[pid=21754] ppid=21740 vsize=812732 CPUtime=3.04
/proc/21754/stat : 21754 (java) S 21740 21740 19192 0 -1 0 22060 0 1 0 292 12 0 0 18 0 9 0 676770672 832237568 21478 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21754/statm: 203183 21478 1910 9 0 197164 0
[pid=21754/tid=21755] ppid=21740 vsize=812732 CPUtime=2.74
/proc/21754/task/21755/stat : 21755 (java) R 21740 21740 19192 0 -1 64 14524 0 1 0 266 8 0 0 25 0 9 0 676770673 832237568 21478 996147200 134512640 134550740 4294955600 18446744073709551615 4126852922 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21754/tid=21756] ppid=21740 vsize=812732 CPUtime=0.07
/proc/21754/task/21756/stat : 21756 (java) S 21740 21740 19192 0 -1 64 6014 0 0 0 5 2 0 0 16 0 9 0 676770674 832237568 21478 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21754/tid=21757] ppid=21740 vsize=812732 CPUtime=0
/proc/21754/task/21757/stat : 21757 (java) S 21740 21740 19192 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 676770675 832237568 21478 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21754/tid=21758] ppid=21740 vsize=812732 CPUtime=0
/proc/21754/task/21758/stat : 21758 (java) S 21740 21740 19192 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 676770675 832237568 21478 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21754/tid=21759] ppid=21740 vsize=812732 CPUtime=0
/proc/21754/task/21759/stat : 21759 (java) S 21740 21740 19192 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 676770677 832237568 21478 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21754/tid=21760] ppid=21740 vsize=812732 CPUtime=0.2
/proc/21754/task/21760/stat : 21760 (java) S 21740 21740 19192 0 -1 64 821 0 0 0 19 1 0 0 16 0 9 0 676770677 832237568 21478 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21754/tid=21761] ppid=21740 vsize=812732 CPUtime=0
/proc/21754/task/21761/stat : 21761 (java) S 21740 21740 19192 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 676770677 832237568 21478 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21754/tid=21762] ppid=21740 vsize=812732 CPUtime=0
/proc/21754/task/21762/stat : 21762 (java) S 21740 21740 19192 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 676770677 832237568 21478 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 860296

[startup+6.3011 s]
/proc/loadavg: 2.09 2.09 2.02 3/84 21762
/proc/meminfo: memFree=1596312/2055920 swapFree=4179808/4192956
[pid=21740] ppid=21738 vsize=47564 CPUtime=0.01
/proc/21740/stat : 21740 (galacM.sh) S 21738 21740 19192 0 -1 4194304 766 1858 0 0 0 0 0 1 17 0 1 0 676770669 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 249069497178 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/21740/statm: 11891 365 246 79 0 219 0
[pid=21754] ppid=21740 vsize=812732 CPUtime=6.22
/proc/21754/stat : 21754 (java) S 21740 21740 19192 0 -1 0 22067 0 1 0 608 14 0 0 18 0 9 0 676770672 832237568 21478 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21754/statm: 203183 21478 1910 9 0 197164 0
[pid=21754/tid=21755] ppid=21740 vsize=812732 CPUtime=5.92
/proc/21754/task/21755/stat : 21755 (java) R 21740 21740 19192 0 -1 64 14531 0 1 0 583 9 0 0 25 0 9 0 676770673 832237568 21478 996147200 134512640 134550740 4294955600 18446744073709551615 4126632940 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21754/tid=21756] ppid=21740 vsize=812732 CPUtime=0.08
/proc/21754/task/21756/stat : 21756 (java) S 21740 21740 19192 0 -1 64 6014 0 0 0 6 2 0 0 16 0 9 0 676770674 832237568 21478 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21754/tid=21757] ppid=21740 vsize=812732 CPUtime=0
/proc/21754/task/21757/stat : 21757 (java) S 21740 21740 19192 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 676770675 832237568 21478 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21754/tid=21758] ppid=21740 vsize=812732 CPUtime=0
/proc/21754/task/21758/stat : 21758 (java) S 21740 21740 19192 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 676770675 832237568 21478 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21754/tid=21759] ppid=21740 vsize=812732 CPUtime=0
/proc/21754/task/21759/stat : 21759 (java) S 21740 21740 19192 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 676770677 832237568 21478 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21754/tid=21760] ppid=21740 vsize=812732 CPUtime=0.2
/proc/21754/task/21760/stat : 21760 (java) S 21740 21740 19192 0 -1 64 821 0 0 0 19 1 0 0 16 0 9 0 676770677 832237568 21478 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21754/tid=21761] ppid=21740 vsize=812732 CPUtime=0
/proc/21754/task/21761/stat : 21761 (java) S 21740 21740 19192 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 676770677 832237568 21478 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21754/tid=21762] ppid=21740 vsize=812732 CPUtime=0
/proc/21754/task/21762/stat : 21762 (java) S 21740 21740 19192 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 676770677 832237568 21478 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 860296

[startup+12.7017 s]
/proc/loadavg: 2.08 2.09 2.02 3/76 21763
/proc/meminfo: memFree=1656936/2055920 swapFree=4179808/4192956
[pid=21740] ppid=21738 vsize=47564 CPUtime=8.82
/proc/21740/stat : 21740 (galacM.sh) S 21738 21740 19192 0 -1 4194304 800 23944 0 1 0 0 864 18 17 0 1 0 676770669 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 249069497178 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/21740/statm: 11891 365 246 79 0 219 0
[pid=21763] ppid=21740 vsize=18636 CPUtime=3.77
/proc/21763/stat : 21763 (minisat) R 21740 21740 19192 0 -1 4194304 4127 0 0 0 375 2 0 0 25 0 1 0 676771560 19083264 4108 996147200 134512640 135136200 4294955968 18446744073709551615 134529382 0 0 4096 3 0 0 0 17 0 0 0
/proc/21763/statm: 4659 4108 57 152 0 4504 0
Current children cumulated CPU time (s) 12.59
Current children cumulated vsize (KiB) 66200

[startup+25.502 s]
/proc/loadavg: 2.06 2.08 2.02 3/76 21763
/proc/meminfo: memFree=1655592/2055920 swapFree=4179808/4192956
[pid=21740] ppid=21738 vsize=47564 CPUtime=8.82
/proc/21740/stat : 21740 (galacM.sh) S 21738 21740 19192 0 -1 4194304 800 23944 0 1 0 0 864 18 17 0 1 0 676770669 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 249069497178 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/21740/statm: 11891 365 246 79 0 219 0
[pid=21763] ppid=21740 vsize=19824 CPUtime=16.51
/proc/21763/stat : 21763 (minisat) R 21740 21740 19192 0 -1 4194304 4453 0 0 0 1649 2 0 0 25 0 1 0 676771560 20299776 4434 996147200 134512640 135136200 4294955968 18446744073709551615 134529382 0 0 4096 3 0 0 0 17 0 0 0
/proc/21763/statm: 4956 4434 57 152 0 4801 0
Current children cumulated CPU time (s) 25.33
Current children cumulated vsize (KiB) 67388

[startup+51.1015 s]
/proc/loadavg: 2.04 2.08 2.02 3/76 21763
/proc/meminfo: memFree=1653736/2055920 swapFree=4179808/4192956
[pid=21740] ppid=21738 vsize=47564 CPUtime=8.82
/proc/21740/stat : 21740 (galacM.sh) S 21738 21740 19192 0 -1 4194304 800 23944 0 1 0 0 864 18 17 0 1 0 676770669 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 249069497178 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/21740/statm: 11891 365 246 79 0 219 0
[pid=21763] ppid=21740 vsize=21724 CPUtime=42.01
/proc/21763/stat : 21763 (minisat) R 21740 21740 19192 0 -1 4194304 4925 0 0 0 4198 3 0 0 25 0 1 0 676771560 22245376 4906 996147200 134512640 135136200 4294955968 18446744073709551615 134529382 0 0 4096 3 0 0 0 17 0 0 0
/proc/21763/statm: 5431 4906 57 152 0 5276 0
Current children cumulated CPU time (s) 50.83
Current children cumulated vsize (KiB) 69288

[startup+102.307 s]
/proc/loadavg: 2.02 2.06 2.01 3/76 21763
/proc/meminfo: memFree=1649448/2055920 swapFree=4179808/4192956
[pid=21740] ppid=21738 vsize=47564 CPUtime=8.82
/proc/21740/stat : 21740 (galacM.sh) S 21738 21740 19192 0 -1 4194304 800 23944 0 1 0 0 864 18 17 0 1 0 676770669 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 249069497178 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/21740/statm: 11891 365 246 79 0 219 0
[pid=21763] ppid=21740 vsize=26028 CPUtime=93.01
/proc/21763/stat : 21763 (minisat) R 21740 21740 19192 0 -1 4194304 5981 0 0 0 9296 5 0 0 25 0 1 0 676771560 26652672 5962 996147200 134512640 135136200 4294955968 18446744073709551615 134529382 0 0 4096 3 0 0 0 17 0 0 0
/proc/21763/statm: 6507 5962 57 152 0 6352 0
Current children cumulated CPU time (s) 101.83
Current children cumulated vsize (KiB) 73592

[startup+162.302 s]
/proc/loadavg: 2.12 2.08 2.02 3/76 21763
/proc/meminfo: memFree=1645480/2055920 swapFree=4179808/4192956
[pid=21740] ppid=21738 vsize=47564 CPUtime=8.82
/proc/21740/stat : 21740 (galacM.sh) S 21738 21740 19192 0 -1 4194304 800 23944 0 1 0 0 864 18 17 0 1 0 676770669 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 249069497178 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/21740/statm: 11891 365 246 79 0 219 0

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

/proc/21763/statm: 19732 18938 57 152 0 19577 0
Current children cumulated CPU time (s) 1117.73
Current children cumulated vsize (KiB) 126492

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/78 21765
/proc/meminfo: memFree=1594904/2055920 swapFree=4179808/4192956
[pid=21740] ppid=21738 vsize=47564 CPUtime=8.82
/proc/21740/stat : 21740 (galacM.sh) S 21738 21740 19192 0 -1 4194304 800 23944 0 1 0 0 864 18 17 0 1 0 676770669 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 249069497178 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/21740/statm: 11891 365 246 79 0 219 0
[pid=21763] ppid=21740 vsize=81128 CPUtime=1168.68
/proc/21763/stat : 21763 (minisat) R 21740 21740 19192 0 -1 4194304 19509 0 0 0 116845 23 0 0 25 0 1 0 676771560 83075072 19490 996147200 134512640 135136200 4294955968 18446744073709551615 134527373 0 0 4096 3 0 0 0 17 0 0 0
/proc/21763/statm: 20282 19490 57 152 0 20127 0
Current children cumulated CPU time (s) 1177.5
Current children cumulated vsize (KiB) 128692

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/79 21766
/proc/meminfo: memFree=1592656/2055920 swapFree=4179808/4192956
[pid=21740] ppid=21738 vsize=47564 CPUtime=8.82
/proc/21740/stat : 21740 (galacM.sh) S 21738 21740 19192 0 -1 4194304 800 23944 0 1 0 0 864 18 17 0 1 0 676770669 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 249069497178 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/21740/statm: 11891 365 246 79 0 219 0
[pid=21763] ppid=21740 vsize=83364 CPUtime=1228.43
/proc/21763/stat : 21763 (minisat) R 21740 21740 19192 0 -1 4194304 20078 0 0 0 122819 24 0 0 25 0 1 0 676771560 85364736 20059 996147200 134512640 135136200 4294955968 18446744073709551615 134529382 0 0 4096 3 0 0 0 17 0 0 0
/proc/21763/statm: 20841 20059 57 152 0 20686 0
Current children cumulated CPU time (s) 1237.25
Current children cumulated vsize (KiB) 130928

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/79 21766
/proc/meminfo: memFree=1590608/2055920 swapFree=4179808/4192956
[pid=21740] ppid=21738 vsize=47564 CPUtime=8.82
/proc/21740/stat : 21740 (galacM.sh) S 21738 21740 19192 0 -1 4194304 800 23944 0 1 0 0 864 18 17 0 1 0 676770669 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 249069497178 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/21740/statm: 11891 365 246 79 0 219 0
[pid=21763] ppid=21740 vsize=85428 CPUtime=1288.18
/proc/21763/stat : 21763 (minisat) R 21740 21740 19192 0 -1 4194304 20570 0 0 0 128794 24 0 0 25 0 1 0 676771560 87478272 20551 996147200 134512640 135136200 4294955968 18446744073709551615 134529688 0 0 4096 3 0 0 0 17 0 0 0
/proc/21763/statm: 21357 20551 57 152 0 21202 0
Current children cumulated CPU time (s) 1297
Current children cumulated vsize (KiB) 132992

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/79 21767
/proc/meminfo: memFree=1587920/2055920 swapFree=4179808/4192956
[pid=21740] ppid=21738 vsize=47564 CPUtime=8.82
/proc/21740/stat : 21740 (galacM.sh) S 21738 21740 19192 0 -1 4194304 800 23944 0 1 0 0 864 18 17 0 1 0 676770669 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 249069497178 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/21740/statm: 11891 365 246 79 0 219 0
[pid=21763] ppid=21740 vsize=87852 CPUtime=1347.93
/proc/21763/stat : 21763 (minisat) R 21740 21740 19192 0 -1 4194304 21195 0 0 0 134768 25 0 0 25 0 1 0 676771560 89960448 21176 996147200 134512640 135136200 4294955968 18446744073709551615 134529417 0 0 4096 3 0 0 0 17 0 0 0
/proc/21763/statm: 21963 21176 57 152 0 21808 0
Current children cumulated CPU time (s) 1356.75
Current children cumulated vsize (KiB) 135416

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/79 21768
/proc/meminfo: memFree=1585808/2055920 swapFree=4179808/4192956
[pid=21740] ppid=21738 vsize=47564 CPUtime=8.82
/proc/21740/stat : 21740 (galacM.sh) S 21738 21740 19192 0 -1 4194304 800 23944 0 1 0 0 864 18 17 0 1 0 676770669 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 249069497178 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/21740/statm: 11891 365 246 79 0 219 0
[pid=21763] ppid=21740 vsize=89836 CPUtime=1407.69
/proc/21763/stat : 21763 (minisat) R 21740 21740 19192 0 -1 4194304 21700 0 0 0 140743 26 0 0 25 0 1 0 676771560 91992064 21681 996147200 134512640 135136200 4294955968 18446744073709551615 134529382 0 0 4096 3 0 0 0 17 0 0 0
/proc/21763/statm: 22459 21681 57 152 0 22304 0
Current children cumulated CPU time (s) 1416.51
Current children cumulated vsize (KiB) 137400

[startup+1482.3 s]
/proc/loadavg: 1.93 1.98 1.99 3/75 21796
/proc/meminfo: memFree=1602408/2055920 swapFree=4179808/4192956
[pid=21740] ppid=21738 vsize=47564 CPUtime=8.82
/proc/21740/stat : 21740 (galacM.sh) S 21738 21740 19192 0 -1 4194304 800 23944 0 1 0 0 864 18 17 0 1 0 676770669 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 249069497178 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/21740/statm: 11891 365 246 79 0 219 0
[pid=21763] ppid=21740 vsize=92660 CPUtime=1467.35
/proc/21763/stat : 21763 (minisat) R 21740 21740 19192 0 -1 4194304 22375 0 0 0 146708 27 0 0 25 0 1 0 676771560 94883840 22356 996147200 134512640 135136200 4294955968 18446744073709551615 134529382 0 0 4096 3 0 0 0 17 1 0 0
/proc/21763/statm: 23165 22356 57 152 0 23010 0
Current children cumulated CPU time (s) 1476.17
Current children cumulated vsize (KiB) 140224

[startup+1542.3 s]
/proc/loadavg: 1.97 1.98 1.99 3/75 21796
/proc/meminfo: memFree=1599336/2055920 swapFree=4179808/4192956
[pid=21740] ppid=21738 vsize=47564 CPUtime=8.82
/proc/21740/stat : 21740 (galacM.sh) S 21738 21740 19192 0 -1 4194304 800 23944 0 1 0 0 864 18 17 0 1 0 676770669 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 249069497178 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/21740/statm: 11891 365 246 79 0 219 0
[pid=21763] ppid=21740 vsize=95280 CPUtime=1526.89
/proc/21763/stat : 21763 (minisat) R 21740 21740 19192 0 -1 4194304 23008 0 0 0 152662 27 0 0 25 0 1 0 676771560 97566720 22989 996147200 134512640 135136200 4294955968 18446744073709551615 134529382 0 0 4096 3 0 0 0 17 1 0 0
/proc/21763/statm: 23820 22989 57 152 0 23665 0
Current children cumulated CPU time (s) 1535.71
Current children cumulated vsize (KiB) 142844

[startup+1602.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/75 21796
/proc/meminfo: memFree=1597480/2055920 swapFree=4179808/4192956
[pid=21740] ppid=21738 vsize=47564 CPUtime=8.82
/proc/21740/stat : 21740 (galacM.sh) S 21738 21740 19192 0 -1 4194304 800 23944 0 1 0 0 864 18 17 0 1 0 676770669 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 249069497178 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/21740/statm: 11891 365 246 79 0 219 0
[pid=21763] ppid=21740 vsize=97236 CPUtime=1586.45
/proc/21763/stat : 21763 (minisat) R 21740 21740 19192 0 -1 4194304 23477 0 0 0 158617 28 0 0 25 0 1 0 676771560 99569664 23458 996147200 134512640 135136200 4294955968 18446744073709551615 134529382 0 0 4096 3 0 0 0 17 1 0 0
/proc/21763/statm: 24309 23458 57 152 0 24154 0
Current children cumulated CPU time (s) 1595.27
Current children cumulated vsize (KiB) 144800

[startup+1662.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/75 21796
/proc/meminfo: memFree=1595816/2055920 swapFree=4179808/4192956
[pid=21740] ppid=21738 vsize=47564 CPUtime=8.82
/proc/21740/stat : 21740 (galacM.sh) S 21738 21740 19192 0 -1 4194304 800 23944 0 1 0 0 864 18 17 0 1 0 676770669 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 249069497178 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/21740/statm: 11891 365 246 79 0 219 0
[pid=21763] ppid=21740 vsize=99320 CPUtime=1645.99
/proc/21763/stat : 21763 (minisat) R 21740 21740 19192 0 -1 4194304 23848 0 0 0 164571 28 0 0 25 0 1 0 676771560 101703680 23829 996147200 134512640 135136200 4294955968 18446744073709551615 134529333 0 0 4096 3 0 0 0 17 1 0 0
/proc/21763/statm: 24830 23829 57 152 0 24675 0
Current children cumulated CPU time (s) 1654.81
Current children cumulated vsize (KiB) 146884

[startup+1722.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/75 21796
/proc/meminfo: memFree=1593896/2055920 swapFree=4179808/4192956
[pid=21740] ppid=21738 vsize=47564 CPUtime=8.82
/proc/21740/stat : 21740 (galacM.sh) S 21738 21740 19192 0 -1 4194304 800 23944 0 1 0 0 864 18 17 0 1 0 676770669 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 249069497178 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/21740/statm: 11891 365 246 79 0 219 0
[pid=21763] ppid=21740 vsize=101288 CPUtime=1705.54
/proc/21763/stat : 21763 (minisat) R 21740 21740 19192 0 -1 4194304 24332 0 0 0 170525 29 0 0 25 0 1 0 676771560 103718912 24313 996147200 134512640 135136200 4294955968 18446744073709551615 134529373 0 0 4096 3 0 0 0 17 1 0 0
/proc/21763/statm: 25322 24313 57 152 0 25167 0
Current children cumulated CPU time (s) 1714.36
Current children cumulated vsize (KiB) 148852

[startup+1782.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/75 21796
/proc/meminfo: memFree=1591400/2055920 swapFree=4179808/4192956
[pid=21740] ppid=21738 vsize=47564 CPUtime=8.82
/proc/21740/stat : 21740 (galacM.sh) S 21738 21740 19192 0 -1 4194304 800 23944 0 1 0 0 864 18 17 0 1 0 676770669 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 249069497178 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/21740/statm: 11891 365 246 79 0 219 0
[pid=21763] ppid=21740 vsize=103596 CPUtime=1765.09
/proc/21763/stat : 21763 (minisat) R 21740 21740 19192 0 -1 4194304 24927 0 0 0 176479 30 0 0 25 0 1 0 676771560 106082304 24908 996147200 134512640 135136200 4294955968 18446744073709551615 134529431 0 0 4096 3 0 0 0 17 1 0 0
/proc/21763/statm: 25899 24908 57 152 0 25744 0
Current children cumulated CPU time (s) 1773.91
Current children cumulated vsize (KiB) 151160



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1808.6 s]
/proc/loadavg: 1.99 1.98 1.99 3/75 21796
/proc/meminfo: memFree=1590376/2055920 swapFree=4179808/4192956
[pid=21740] ppid=21738 vsize=47564 CPUtime=8.82
/proc/21740/stat : 21740 (galacM.sh) S 21738 21740 19192 0 -1 4194304 800 23944 0 1 0 0 864 18 17 0 1 0 676770669 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 249069497178 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/21740/statm: 11891 365 246 79 0 219 0
[pid=21763] ppid=21740 vsize=104656 CPUtime=1791.19
/proc/21763/stat : 21763 (minisat) R 21740 21740 19192 0 -1 4194304 25182 0 0 0 179089 30 0 0 25 0 1 0 676771560 107167744 25163 996147200 134512640 135136200 4294955968 18446744073709551615 134529382 0 0 4096 3 0 0 0 17 1 0 0
/proc/21763/statm: 26164 25163 57 152 0 26009 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 152220

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 21740 and gives
#  childrusage.ru_utime.tv_sec=8
#  childrusage.ru_utime.tv_usec=650684
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=192970
# CPU time returned by wait4() is 8.84365
# while last known CPU time is 1800.01
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1808.61
CPU time (s): 1800.01
CPU user time (s): 1799.53
CPU system time (s): 0.48
CPU usage (%): 99.5243
Max. virtual memory (cumulated for all children) (KiB): 860296

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 8.65068
system time used= 0.19297
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 24744
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= 1162
involuntary context switches= 1038

runsolver used 1.71474 second user time and 4.88626 second system time

The end

Launcher Data (download as text)

Begin job on node89 at 2008-07-05 00:27:10
IDJOB=1079614
IDBENCH=56892
IDSOLVER=350
FILE ID=node89/1079614-1215210430
PBS_JOBID= 7881653
Free space on /tmp= 66520 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= cc349870ad14cc63690440668c347c92
RANDOM SEED=551792145

node89.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.213
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.213
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:       1679048 kB
Buffers:         66380 kB
Cached:         209840 kB
SwapCached:       7136 kB
Active:         232124 kB
Inactive:        89564 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1679048 kB
SwapTotal:     4192956 kB
SwapFree:      4179808 kB
Dirty:            3140 kB
Writeback:           0 kB
Mapped:          49352 kB
Slab:            40528 kB
Committed_AS:  2001024 kB
PageTables:       1780 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 node89 at 2008-07-05 00:57:21