Trace number 1079407

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
galac MUNSAT 464.654 466.671

General information on the benchmark

Namecsp/lexVg/
normalized-crossword-m1c-lex-vg9-10_ext.xml
MD5SUMb1136f6831347ed9b7de8a63d714421a
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 benchmark5.34719
Satisfiable
(Un)Satisfiability was proved
Number of variables90
Number of constraints19
Maximum constraint arity10
Maximum domain size26
Number of constraints which are defined in extension19
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.04	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
15.60/15.86	c parsing time : 0.6
15.60/15.86	c preprocessing time : 15.731
15.60/15.86	
15.60/15.86	c Nary constraints - conflicts : 0 supports : 19
15.60/15.86	c Binary constraints - conflicts : 0 supports :0
15.60/15.86	c max arity constraint : 10
15.60/15.86	c Max Tuples generated 0
15.60/15.86	c relations : 2
15.60/15.86	c relations BDD: 2
15.60/15.86	c sampling 0/0
15.60/15.86	c vars : 136390 - clauses :  478454
15.60/15.86	
15.67/15.90	 
15.67/15.90	c --- SAT Solver Stats ---
15.67/15.90	 
464.55/466.65	c restarts              : 16
464.55/466.65	c conflicts             : 122596         (273 /sec)
464.55/466.65	c decisions             : 345829         (1.90 % random) (771 /sec)
464.55/466.65	c propagations          : 863561523      (1924278 /sec)
464.55/466.65	c conflict literals     : 4110899        (29.80 % deleted)
464.55/466.65	c Memory used           : 50.88 MB
464.55/466.65	c CPU time              : 448.772 s
464.55/466.65	
464.55/466.65	s UNSATISFIABLE

Verifier Data (download as text)

No possible verification on an UNSAT instance

Watcher Data (download as text)

runsolver version 3.2.5 (c) roussel@cril.univ-artois.fr

command line: /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1079407-1215209711/watcher-1079407-1215209711 -o /tmp/evaluation-result-1079407-1215209711/solver-1079407-1215209711 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/galacM.sh HOME/instance-1079407-1215209711.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.94 2.00 1.98 4/72 16098
/proc/meminfo: memFree=1644932/2055920 swapFree=4179816/4192956
[pid=16098] ppid=16096 vsize=18572 CPUtime=0
/proc/16098/stat : 16098 (runsolver) R 16096 16098 11601 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 1999943494 19017728 292 996147200 4194304 4296836 548682068496 18446744073709551615 258939088167 0 0 4096 24578 0 0 0 17 1 0 0
/proc/16098/statm: 4643 292 257 25 0 2626 0

[startup+0.0882659 s]
/proc/loadavg: 1.94 2.00 1.98 4/72 16098
/proc/meminfo: memFree=1644932/2055920 swapFree=4179816/4192956
[pid=16098] ppid=16096 vsize=47564 CPUtime=0.01
/proc/16098/stat : 16098 (galacM.sh) S 16096 16098 11601 0 -1 4194304 764 1698 0 0 0 0 0 1 23 0 1 0 1999943494 48705536 363 996147200 4194304 4520092 548682068832 18446744073709551615 258938694490 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/16098/statm: 11891 363 244 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47564

[startup+0.101272 s]
/proc/loadavg: 1.94 2.00 1.98 4/72 16098
/proc/meminfo: memFree=1644932/2055920 swapFree=4179816/4192956
[pid=16098] ppid=16096 vsize=47564 CPUtime=0.01
/proc/16098/stat : 16098 (galacM.sh) S 16096 16098 11601 0 -1 4194304 764 1698 0 0 0 0 0 1 23 0 1 0 1999943494 48705536 363 996147200 4194304 4520092 548682068832 18446744073709551615 258938694490 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/16098/statm: 11891 363 244 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47564

[startup+0.301303 s]
/proc/loadavg: 1.94 2.00 1.98 4/72 16098
/proc/meminfo: memFree=1644932/2055920 swapFree=4179816/4192956
[pid=16098] ppid=16096 vsize=47564 CPUtime=0.01
/proc/16098/stat : 16098 (galacM.sh) S 16096 16098 11601 0 -1 4194304 764 1698 0 0 0 0 0 1 23 0 1 0 1999943494 48705536 363 996147200 4194304 4520092 548682068832 18446744073709551615 258938694490 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/16098/statm: 11891 363 244 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47564

[startup+0.701379 s]
/proc/loadavg: 1.94 2.00 1.98 4/72 16098
/proc/meminfo: memFree=1644932/2055920 swapFree=4179816/4192956
[pid=16098] ppid=16096 vsize=47564 CPUtime=0.01
/proc/16098/stat : 16098 (galacM.sh) S 16096 16098 11601 0 -1 4194304 764 1698 0 0 0 0 0 1 23 0 1 0 1999943494 48705536 363 996147200 4194304 4520092 548682068832 18446744073709551615 258938694490 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/16098/statm: 11891 363 244 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47564

[startup+1.50253 s]
/proc/loadavg: 1.94 2.00 1.98 3/82 16120
/proc/meminfo: memFree=1604148/2055920 swapFree=4179816/4192956
[pid=16098] ppid=16096 vsize=47564 CPUtime=0.01
/proc/16098/stat : 16098 (galacM.sh) S 16096 16098 11601 0 -1 4194304 764 1698 0 0 0 0 0 1 23 0 1 0 1999943494 48705536 363 996147200 4194304 4520092 548682068832 18446744073709551615 258938694490 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/16098/statm: 11891 363 244 79 0 219 0
[pid=16112] ppid=16098 vsize=812548 CPUtime=1.42
/proc/16112/stat : 16112 (java) S 16098 16098 11601 0 -1 0 20936 0 1 0 132 10 0 0 18 0 9 0 1999943498 832049152 20358 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16112/statm: 203137 20358 1907 9 0 197171 0
[pid=16112/tid=16113] ppid=16098 vsize=812548 CPUtime=1.12
/proc/16112/task/16113/stat : 16113 (java) R 16098 16098 11601 0 -1 64 14515 0 1 0 105 7 0 0 25 0 9 0 1999943500 832049152 20358 996147200 134512640 134550740 4294955600 18446744073709551615 4126381665 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16112/tid=16114] ppid=16098 vsize=812548 CPUtime=0.07
/proc/16112/task/16114/stat : 16114 (java) S 16098 16098 11601 0 -1 64 4906 0 0 0 6 1 0 0 16 0 9 0 1999943501 832049152 20358 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16112/tid=16115] ppid=16098 vsize=812548 CPUtime=0
/proc/16112/task/16115/stat : 16115 (java) S 16098 16098 11601 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1999943501 832049152 20358 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16112/tid=16116] ppid=16098 vsize=812548 CPUtime=0
/proc/16112/task/16116/stat : 16116 (java) S 16098 16098 11601 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1999943501 832049152 20358 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16112/tid=16117] ppid=16098 vsize=812548 CPUtime=0
/proc/16112/task/16117/stat : 16117 (java) S 16098 16098 11601 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1999943503 832049152 20358 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16112/tid=16118] ppid=16098 vsize=812548 CPUtime=0.21
/proc/16112/task/16118/stat : 16118 (java) S 16098 16098 11601 0 -1 64 813 0 0 0 20 1 0 0 15 0 9 0 1999943503 832049152 20358 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16112/tid=16119] ppid=16098 vsize=812548 CPUtime=0
/proc/16112/task/16119/stat : 16119 (java) S 16098 16098 11601 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1999943503 832049152 20358 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16112/tid=16120] ppid=16098 vsize=812548 CPUtime=0
/proc/16112/task/16120/stat : 16120 (java) S 16098 16098 11601 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1999943503 832049152 20358 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.43
Current children cumulated vsize (KiB) 860112

[startup+3.10282 s]
/proc/loadavg: 1.95 2.00 1.98 3/82 16120
/proc/meminfo: memFree=1563828/2055920 swapFree=4179816/4192956
[pid=16098] ppid=16096 vsize=47564 CPUtime=0.01
/proc/16098/stat : 16098 (galacM.sh) S 16096 16098 11601 0 -1 4194304 764 1698 0 0 0 0 0 1 23 0 1 0 1999943494 48705536 363 996147200 4194304 4520092 548682068832 18446744073709551615 258938694490 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/16098/statm: 11891 363 244 79 0 219 0
[pid=16112] ppid=16098 vsize=812548 CPUtime=3.01
/proc/16112/stat : 16112 (java) S 16098 16098 11601 0 -1 0 22329 0 1 0 290 11 0 0 18 0 9 0 1999943498 832049152 21747 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16112/statm: 203137 21747 1907 9 0 197171 0
[pid=16112/tid=16113] ppid=16098 vsize=812548 CPUtime=2.67
/proc/16112/task/16113/stat : 16113 (java) R 16098 16098 11601 0 -1 64 14520 0 1 0 260 7 0 0 25 0 9 0 1999943500 832049152 21747 996147200 134512640 134550740 4294955600 18446744073709551615 4126852823 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16112/tid=16114] ppid=16098 vsize=812548 CPUtime=0.1
/proc/16112/task/16114/stat : 16114 (java) S 16098 16098 11601 0 -1 64 6286 0 0 0 8 2 0 0 16 0 9 0 1999943501 832049152 21747 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16112/tid=16115] ppid=16098 vsize=812548 CPUtime=0
/proc/16112/task/16115/stat : 16115 (java) S 16098 16098 11601 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1999943501 832049152 21747 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16112/tid=16116] ppid=16098 vsize=812548 CPUtime=0
/proc/16112/task/16116/stat : 16116 (java) S 16098 16098 11601 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1999943501 832049152 21747 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16112/tid=16117] ppid=16098 vsize=812548 CPUtime=0
/proc/16112/task/16117/stat : 16117 (java) S 16098 16098 11601 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1999943503 832049152 21747 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16112/tid=16118] ppid=16098 vsize=812548 CPUtime=0.22
/proc/16112/task/16118/stat : 16118 (java) S 16098 16098 11601 0 -1 64 821 0 0 0 21 1 0 0 15 0 9 0 1999943503 832049152 21747 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16112/tid=16119] ppid=16098 vsize=812548 CPUtime=0
/proc/16112/task/16119/stat : 16119 (java) S 16098 16098 11601 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1999943503 832049152 21747 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16112/tid=16120] ppid=16098 vsize=812548 CPUtime=0
/proc/16112/task/16120/stat : 16120 (java) S 16098 16098 11601 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1999943503 832049152 21747 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.02
Current children cumulated vsize (KiB) 860112

[startup+6.3024 s]
/proc/loadavg: 1.95 2.00 1.98 3/82 16120
/proc/meminfo: memFree=1561652/2055920 swapFree=4179816/4192956
[pid=16098] ppid=16096 vsize=47564 CPUtime=0.01
/proc/16098/stat : 16098 (galacM.sh) S 16096 16098 11601 0 -1 4194304 764 1698 0 0 0 0 0 1 23 0 1 0 1999943494 48705536 363 996147200 4194304 4520092 548682068832 18446744073709551615 258938694490 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/16098/statm: 11891 363 244 79 0 219 0
[pid=16112] ppid=16098 vsize=812548 CPUtime=6.18
/proc/16112/stat : 16112 (java) S 16098 16098 11601 0 -1 0 22336 0 1 0 605 13 0 0 18 0 9 0 1999943498 832049152 21747 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16112/statm: 203137 21747 1907 9 0 197171 0
[pid=16112/tid=16113] ppid=16098 vsize=812548 CPUtime=5.85
/proc/16112/task/16113/stat : 16113 (java) R 16098 16098 11601 0 -1 64 14527 0 1 0 576 9 0 0 25 0 9 0 1999943500 832049152 21747 996147200 134512640 134550740 4294955600 18446744073709551615 4126889934 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16112/tid=16114] ppid=16098 vsize=812548 CPUtime=0.1
/proc/16112/task/16114/stat : 16114 (java) S 16098 16098 11601 0 -1 64 6286 0 0 0 8 2 0 0 16 0 9 0 1999943501 832049152 21747 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16112/tid=16115] ppid=16098 vsize=812548 CPUtime=0
/proc/16112/task/16115/stat : 16115 (java) S 16098 16098 11601 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1999943501 832049152 21747 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16112/tid=16116] ppid=16098 vsize=812548 CPUtime=0
/proc/16112/task/16116/stat : 16116 (java) S 16098 16098 11601 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1999943501 832049152 21747 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16112/tid=16117] ppid=16098 vsize=812548 CPUtime=0
/proc/16112/task/16117/stat : 16117 (java) S 16098 16098 11601 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1999943503 832049152 21747 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16112/tid=16118] ppid=16098 vsize=812548 CPUtime=0.22
/proc/16112/task/16118/stat : 16118 (java) S 16098 16098 11601 0 -1 64 821 0 0 0 21 1 0 0 15 0 9 0 1999943503 832049152 21747 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16112/tid=16119] ppid=16098 vsize=812548 CPUtime=0
/proc/16112/task/16119/stat : 16119 (java) S 16098 16098 11601 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1999943503 832049152 21747 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16112/tid=16120] ppid=16098 vsize=812548 CPUtime=0
/proc/16112/task/16120/stat : 16120 (java) S 16098 16098 11601 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1999943503 832049152 21747 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.19
Current children cumulated vsize (KiB) 860112

[startup+12.7026 s]
/proc/loadavg: 1.96 2.00 1.98 3/82 16120
/proc/meminfo: memFree=1557748/2055920 swapFree=4179816/4192956
[pid=16098] ppid=16096 vsize=47564 CPUtime=0.01
/proc/16098/stat : 16098 (galacM.sh) S 16096 16098 11601 0 -1 4194304 764 1698 0 0 0 0 0 1 23 0 1 0 1999943494 48705536 363 996147200 4194304 4520092 548682068832 18446744073709551615 258938694490 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/16098/statm: 11891 363 244 79 0 219 0
[pid=16112] ppid=16098 vsize=812548 CPUtime=12.52
/proc/16112/stat : 16112 (java) S 16098 16098 11601 0 -1 0 22348 0 1 0 1237 15 0 0 18 0 9 0 1999943498 832049152 21747 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16112/statm: 203137 21747 1907 9 0 197171 0
[pid=16112/tid=16113] ppid=16098 vsize=812548 CPUtime=12.18
/proc/16112/task/16113/stat : 16113 (java) R 16098 16098 11601 0 -1 64 14539 0 1 0 1207 11 0 0 25 0 9 0 1999943500 832049152 21747 996147200 134512640 134550740 4294955600 18446744073709551615 102105664 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16112/tid=16114] ppid=16098 vsize=812548 CPUtime=0.1
/proc/16112/task/16114/stat : 16114 (java) S 16098 16098 11601 0 -1 64 6286 0 0 0 8 2 0 0 16 0 9 0 1999943501 832049152 21747 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16112/tid=16115] ppid=16098 vsize=812548 CPUtime=0
/proc/16112/task/16115/stat : 16115 (java) S 16098 16098 11601 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1999943501 832049152 21747 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16112/tid=16116] ppid=16098 vsize=812548 CPUtime=0
/proc/16112/task/16116/stat : 16116 (java) S 16098 16098 11601 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1999943501 832049152 21747 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16112/tid=16117] ppid=16098 vsize=812548 CPUtime=0
/proc/16112/task/16117/stat : 16117 (java) S 16098 16098 11601 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1999943503 832049152 21747 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16112/tid=16118] ppid=16098 vsize=812548 CPUtime=0.22
/proc/16112/task/16118/stat : 16118 (java) S 16098 16098 11601 0 -1 64 821 0 0 0 21 1 0 0 15 0 9 0 1999943503 832049152 21747 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16112/tid=16119] ppid=16098 vsize=812548 CPUtime=0
/proc/16112/task/16119/stat : 16119 (java) S 16098 16098 11601 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1999943503 832049152 21747 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16112/tid=16120] ppid=16098 vsize=812548 CPUtime=0
/proc/16112/task/16120/stat : 16120 (java) S 16098 16098 11601 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1999943503 832049152 21747 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.53
Current children cumulated vsize (KiB) 860112

[startup+25.5019 s]
/proc/loadavg: 1.96 2.00 1.98 3/74 16121
/proc/meminfo: memFree=1605812/2055920 swapFree=4179816/4192956
[pid=16098] ppid=16096 vsize=47564 CPUtime=15.68
/proc/16098/stat : 16098 (galacM.sh) S 16096 16098 11601 0 -1 4194304 798 24064 0 1 0 0 1550 18 17 0 1 0 1999943494 48705536 363 996147200 4194304 4520092 548682068832 18446744073709551615 258938694490 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/16098/statm: 11891 363 244 79 0 219 0
[pid=16121] ppid=16098 vsize=31352 CPUtime=9.51
/proc/16121/stat : 16121 (minisat) R 16098 16098 11601 0 -1 4194304 7384 0 0 0 947 4 0 0 25 0 1 0 1999945085 32104448 7365 996147200 134512640 135136200 4294955968 18446744073709551615 134529382 0 0 4096 3 0 0 0 17 1 0 0
/proc/16121/statm: 7838 7365 57 152 0 7683 0
Current children cumulated CPU time (s) 25.19
Current children cumulated vsize (KiB) 78916

[startup+51.1015 s]
/proc/loadavg: 1.97 2.00 1.98 3/74 16121
/proc/meminfo: memFree=1604084/2055920 swapFree=4179816/4192956
[pid=16098] ppid=16096 vsize=47564 CPUtime=15.68
/proc/16098/stat : 16098 (galacM.sh) S 16096 16098 11601 0 -1 4194304 798 24064 0 1 0 0 1550 18 17 0 1 0 1999943494 48705536 363 996147200 4194304 4520092 548682068832 18446744073709551615 258938694490 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/16098/statm: 11891 363 244 79 0 219 0
[pid=16121] ppid=16098 vsize=33092 CPUtime=34.89
/proc/16121/stat : 16121 (minisat) R 16098 16098 11601 0 -1 4194304 7814 0 0 0 3484 5 0 0 25 0 1 0 1999945085 33886208 7795 996147200 134512640 135136200 4294955968 18446744073709551615 134529382 0 0 4096 3 0 0 0 17 1 0 0
/proc/16121/statm: 8273 7795 57 152 0 8118 0
Current children cumulated CPU time (s) 50.57
Current children cumulated vsize (KiB) 80656

[startup+102.307 s]
/proc/loadavg: 1.99 2.00 1.98 3/74 16121
/proc/meminfo: memFree=1601716/2055920 swapFree=4179816/4192956
[pid=16098] ppid=16096 vsize=47564 CPUtime=15.68
/proc/16098/stat : 16098 (galacM.sh) S 16096 16098 11601 0 -1 4194304 798 24064 0 1 0 0 1550 18 17 0 1 0 1999943494 48705536 363 996147200 4194304 4520092 548682068832 18446744073709551615 258938694490 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/16098/statm: 11891 363 244 79 0 219 0
[pid=16121] ppid=16098 vsize=35648 CPUtime=85.66
/proc/16121/stat : 16121 (minisat) R 16098 16098 11601 0 -1 4194304 8434 0 0 0 8561 5 0 0 25 0 1 0 1999945085 36503552 8415 996147200 134512640 135136200 4294955968 18446744073709551615 134529580 0 0 4096 3 0 0 0 17 1 0 0
/proc/16121/statm: 8912 8415 57 152 0 8757 0
Current children cumulated CPU time (s) 101.34
Current children cumulated vsize (KiB) 83212

[startup+162.302 s]
/proc/loadavg: 1.99 2.00 1.98 3/74 16121
/proc/meminfo: memFree=1598004/2055920 swapFree=4179816/4192956
[pid=16098] ppid=16096 vsize=47564 CPUtime=15.68
/proc/16098/stat : 16098 (galacM.sh) S 16096 16098 11601 0 -1 4194304 798 24064 0 1 0 0 1550 18 17 0 1 0 1999943494 48705536 363 996147200 4194304 4520092 548682068832 18446744073709551615 258938694490 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/16098/statm: 11891 363 244 79 0 219 0
[pid=16121] ppid=16098 vsize=39316 CPUtime=145.16
/proc/16121/stat : 16121 (minisat) R 16098 16098 11601 0 -1 4194304 9344 0 0 0 14510 6 0 0 25 0 1 0 1999945085 40259584 9325 996147200 134512640 135136200 4294955968 18446744073709551615 134529382 0 0 4096 3 0 0 0 17 1 0 0
/proc/16121/statm: 9829 9325 57 152 0 9674 0
Current children cumulated CPU time (s) 160.84
Current children cumulated vsize (KiB) 86880

[startup+222.302 s]
/proc/loadavg: 1.99 2.00 1.98 3/84 16196
/proc/meminfo: memFree=1599204/2055920 swapFree=4179816/4192956
[pid=16098] ppid=16096 vsize=47564 CPUtime=15.68
/proc/16098/stat : 16098 (galacM.sh) S 16096 16098 11601 0 -1 4194304 798 24064 0 1 0 0 1550 18 17 0 1 0 1999943494 48705536 363 996147200 4194304 4520092 548682068832 18446744073709551615 258938694490 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/16098/statm: 11891 363 244 79 0 219 0
[pid=16121] ppid=16098 vsize=42372 CPUtime=204.69
/proc/16121/stat : 16121 (minisat) R 16098 16098 11601 0 -1 4194304 10107 0 0 0 20460 9 0 0 25 0 1 0 1999945085 43388928 10088 996147200 134512640 135136200 4294955968 18446744073709551615 134529431 0 0 4096 3 0 0 0 17 0 0 0
/proc/16121/statm: 10593 10088 57 152 0 10438 0
Current children cumulated CPU time (s) 220.37
Current children cumulated vsize (KiB) 89936

[startup+282.302 s]
/proc/loadavg: 1.96 1.98 1.98 3/74 16358
/proc/meminfo: memFree=1613428/2055920 swapFree=4179816/4192956
[pid=16098] ppid=16096 vsize=47564 CPUtime=15.68
/proc/16098/stat : 16098 (galacM.sh) S 16096 16098 11601 0 -1 4194304 798 24064 0 1 0 0 1550 18 17 0 1 0 1999943494 48705536 363 996147200 4194304 4520092 548682068832 18446744073709551615 258938694490 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/16098/statm: 11891 363 244 79 0 219 0
[pid=16121] ppid=16098 vsize=45100 CPUtime=264.66
/proc/16121/stat : 16121 (minisat) R 16098 16098 11601 0 -1 4194304 10773 0 0 0 26454 12 0 0 25 0 1 0 1999945085 46182400 10754 996147200 134512640 135136200 4294955968 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 0 0 0
/proc/16121/statm: 11275 10754 57 152 0 11120 0
Current children cumulated CPU time (s) 280.34
Current children cumulated vsize (KiB) 92664

[startup+342.301 s]
/proc/loadavg: 1.98 1.98 1.98 3/74 16385
/proc/meminfo: memFree=1607028/2055920 swapFree=4179816/4192956
[pid=16098] ppid=16096 vsize=47564 CPUtime=15.68
/proc/16098/stat : 16098 (galacM.sh) S 16096 16098 11601 0 -1 4194304 798 24064 0 1 0 0 1550 18 17 0 1 0 1999943494 48705536 363 996147200 4194304 4520092 548682068832 18446744073709551615 258938694490 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/16098/statm: 11891 363 244 79 0 219 0
[pid=16121] ppid=16098 vsize=47560 CPUtime=324.63
/proc/16121/stat : 16121 (minisat) R 16098 16098 11601 0 -1 4194304 11358 0 0 0 32449 14 0 0 25 0 1 0 1999945085 48701440 11339 996147200 134512640 135136200 4294955968 18446744073709551615 134529373 0 0 4096 3 0 0 0 17 0 0 0
/proc/16121/statm: 11890 11339 57 152 0 11735 0
Current children cumulated CPU time (s) 340.31
Current children cumulated vsize (KiB) 95124

[startup+402.301 s]
/proc/loadavg: 1.99 1.98 1.98 3/74 16385
/proc/meminfo: memFree=1604148/2055920 swapFree=4179816/4192956
[pid=16098] ppid=16096 vsize=47564 CPUtime=15.68
/proc/16098/stat : 16098 (galacM.sh) S 16096 16098 11601 0 -1 4194304 798 24064 0 1 0 0 1550 18 17 0 1 0 1999943494 48705536 363 996147200 4194304 4520092 548682068832 18446744073709551615 258938694490 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/16098/statm: 11891 363 244 79 0 219 0
[pid=16121] ppid=16098 vsize=50332 CPUtime=384.6
/proc/16121/stat : 16121 (minisat) R 16098 16098 11601 0 -1 4194304 12046 0 0 0 38445 15 0 0 25 0 1 0 1999945085 51539968 12027 996147200 134512640 135136200 4294955968 18446744073709551615 134529333 0 0 4096 3 0 0 0 17 0 0 0
/proc/16121/statm: 12583 12027 57 152 0 12428 0
Current children cumulated CPU time (s) 400.28
Current children cumulated vsize (KiB) 97896

[startup+462.301 s]
/proc/loadavg: 1.99 1.98 1.98 3/74 16385
/proc/meminfo: memFree=1602164/2055920 swapFree=4179816/4192956
[pid=16098] ppid=16096 vsize=47564 CPUtime=15.68
/proc/16098/stat : 16098 (galacM.sh) S 16096 16098 11601 0 -1 4194304 798 24064 0 1 0 0 1550 18 17 0 1 0 1999943494 48705536 363 996147200 4194304 4520092 548682068832 18446744073709551615 258938694490 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/16098/statm: 11891 363 244 79 0 219 0
[pid=16121] ppid=16098 vsize=52096 CPUtime=444.57
/proc/16121/stat : 16121 (minisat) R 16098 16098 11601 0 -1 4194304 12486 0 0 0 44442 15 0 0 25 0 1 0 1999945085 53346304 12467 996147200 134512640 135136200 4294955968 18446744073709551615 134529566 0 0 4096 3 0 0 0 17 0 0 0
/proc/16121/statm: 13024 12467 57 152 0 12869 0
Current children cumulated CPU time (s) 460.25
Current children cumulated vsize (KiB) 99660

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

[startup+463.901 s]
/proc/loadavg: 1.99 1.98 1.98 3/74 16385
/proc/meminfo: memFree=1602164/2055920 swapFree=4179816/4192956
[pid=16098] ppid=16096 vsize=47564 CPUtime=15.68
/proc/16098/stat : 16098 (galacM.sh) S 16096 16098 11601 0 -1 4194304 798 24064 0 1 0 0 1550 18 17 0 1 0 1999943494 48705536 363 996147200 4194304 4520092 548682068832 18446744073709551615 258938694490 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/16098/statm: 11891 363 244 79 0 219 0
[pid=16121] ppid=16098 vsize=52096 CPUtime=446.17
/proc/16121/stat : 16121 (minisat) R 16098 16098 11601 0 -1 4194304 12486 0 0 0 44602 15 0 0 25 0 1 0 1999945085 53346304 12467 996147200 134512640 135136200 4294955968 18446744073709551615 134529382 0 0 4096 3 0 0 0 17 0 0 0
/proc/16121/statm: 13024 12467 57 152 0 12869 0
Current children cumulated CPU time (s) 461.85
Current children cumulated vsize (KiB) 99660

[startup+465.503 s]
/proc/loadavg: 1.99 1.98 1.98 3/74 16385
/proc/meminfo: memFree=1602100/2055920 swapFree=4179816/4192956
[pid=16098] ppid=16096 vsize=47564 CPUtime=15.68
/proc/16098/stat : 16098 (galacM.sh) S 16096 16098 11601 0 -1 4194304 798 24064 0 1 0 0 1550 18 17 0 1 0 1999943494 48705536 363 996147200 4194304 4520092 548682068832 18446744073709551615 258938694490 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/16098/statm: 11891 363 244 79 0 219 0
[pid=16121] ppid=16098 vsize=52096 CPUtime=447.77
/proc/16121/stat : 16121 (minisat) R 16098 16098 11601 0 -1 4194304 12487 0 0 0 44762 15 0 0 25 0 1 0 1999945085 53346304 12468 996147200 134512640 135136200 4294955968 18446744073709551615 134529382 0 0 4096 3 0 0 0 17 0 0 0
/proc/16121/statm: 13024 12468 57 152 0 12869 0
Current children cumulated CPU time (s) 463.45
Current children cumulated vsize (KiB) 99660

[startup+466.302 s]
/proc/loadavg: 1.99 1.98 1.98 3/74 16385
/proc/meminfo: memFree=1602100/2055920 swapFree=4179816/4192956
[pid=16098] ppid=16096 vsize=47564 CPUtime=15.68
/proc/16098/stat : 16098 (galacM.sh) S 16096 16098 11601 0 -1 4194304 798 24064 0 1 0 0 1550 18 17 0 1 0 1999943494 48705536 363 996147200 4194304 4520092 548682068832 18446744073709551615 258938694490 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/16098/statm: 11891 363 244 79 0 219 0
[pid=16121] ppid=16098 vsize=52096 CPUtime=448.57
/proc/16121/stat : 16121 (minisat) R 16098 16098 11601 0 -1 4194304 12487 0 0 0 44842 15 0 0 25 0 1 0 1999945085 53346304 12468 996147200 134512640 135136200 4294955968 18446744073709551615 134522146 0 0 4096 3 0 0 0 17 0 0 0
/proc/16121/statm: 13024 12468 57 152 0 12869 0
Current children cumulated CPU time (s) 464.25
Current children cumulated vsize (KiB) 99660

[startup+466.502 s]
/proc/loadavg: 1.99 1.98 1.98 3/74 16385
/proc/meminfo: memFree=1602100/2055920 swapFree=4179816/4192956
[pid=16098] ppid=16096 vsize=47564 CPUtime=15.68
/proc/16098/stat : 16098 (galacM.sh) S 16096 16098 11601 0 -1 4194304 798 24064 0 1 0 0 1550 18 17 0 1 0 1999943494 48705536 363 996147200 4194304 4520092 548682068832 18446744073709551615 258938694490 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/16098/statm: 11891 363 244 79 0 219 0
[pid=16121] ppid=16098 vsize=52096 CPUtime=448.77
/proc/16121/stat : 16121 (minisat) R 16098 16098 11601 0 -1 4194304 12487 0 0 0 44862 15 0 0 25 0 1 0 1999945085 53346304 12468 996147200 134512640 135136200 4294955968 18446744073709551615 134529333 0 0 4096 3 0 0 0 17 0 0 0
/proc/16121/statm: 13024 12468 57 152 0 12869 0
Current children cumulated CPU time (s) 464.45
Current children cumulated vsize (KiB) 99660

[startup+466.602 s]
/proc/loadavg: 1.99 1.98 1.98 3/74 16385
/proc/meminfo: memFree=1602100/2055920 swapFree=4179816/4192956
[pid=16098] ppid=16096 vsize=47564 CPUtime=15.68
/proc/16098/stat : 16098 (galacM.sh) S 16096 16098 11601 0 -1 4194304 798 24064 0 1 0 0 1550 18 17 0 1 0 1999943494 48705536 363 996147200 4194304 4520092 548682068832 18446744073709551615 258938694490 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/16098/statm: 11891 363 244 79 0 219 0
[pid=16121] ppid=16098 vsize=52096 CPUtime=448.87
/proc/16121/stat : 16121 (minisat) R 16098 16098 11601 0 -1 4194304 12487 0 0 0 44872 15 0 0 25 0 1 0 1999945085 53346304 12468 996147200 134512640 135136200 4294955968 18446744073709551615 134529382 0 0 4096 3 0 0 0 17 0 0 0
/proc/16121/statm: 13024 12468 57 152 0 12869 0
Current children cumulated CPU time (s) 464.55
Current children cumulated vsize (KiB) 99660

Child status: 0
Real time (s): 466.671
CPU time (s): 464.654
CPU user time (s): 464.286
CPU system time (s): 0.367944
CPU usage (%): 99.5679
Max. virtual memory (cumulated for all children) (KiB): 860112

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 464.286
system time used= 0.367944
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 37566
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= 1574
involuntary context switches= 6876

runsolver used 0.475927 second user time and 1.40179 second system time

The end

Launcher Data (download as text)

Begin job on node45 at 2008-07-05 00:15:11
IDJOB=1079407
IDBENCH=56880
IDSOLVER=350
FILE ID=node45/1079407-1215209711
PBS_JOBID= 7881630
Free space on /tmp= 66488 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= b1136f6831347ed9b7de8a63d714421a
RANDOM SEED=1608215329

node45.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.268
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.268
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:       1645412 kB
Buffers:         69492 kB
Cached:         248504 kB
SwapCached:       7180 kB
Active:         200668 kB
Inactive:       148112 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1645412 kB
SwapTotal:     4192956 kB
SwapFree:      4179816 kB
Dirty:            3364 kB
Writeback:           0 kB
Mapped:          38248 kB
Slab:            47084 kB
Committed_AS:  3899612 kB
PageTables:       1756 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= 66484 MiB
End job on node45 at 2008-07-05 00:22:58