Trace number 1066830

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 93.9787 94.402

General information on the benchmark

Namecsp/wordsVg/
normalized-crossword-m1c-words-vg10-12_ext.xml
MD5SUM19fed936c193b710d2133588a1e50e14
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 benchmark1.27381
Satisfiable
(Un)Satisfiability was proved
Number of variables120
Number of constraints22
Maximum constraint arity12
Maximum domain size26
Number of constraints which are defined in extension22
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.59	c start processing
0.01/0.59	c start relation processing
0.01/0.82	c start cnf exporting
21.18/21.35	c parsing time : 0.479
21.18/21.35	c preprocessing time : 21.242
21.18/21.35	
21.18/21.35	c Nary constraints - conflicts : 0 supports : 22
21.18/21.35	c Binary constraints - conflicts : 0 supports :0
21.18/21.35	c max arity constraint : 12
21.18/21.35	c Max Tuples generated 0
21.18/21.35	c relations : 2
21.18/21.35	c relations BDD: 2
21.18/21.35	c sampling 0/0
21.18/21.35	c vars : 192769 - clauses :  677078
21.18/21.35	
21.18/21.39	 
21.18/21.39	c --- SAT Solver Stats ---
21.18/21.39	 
93.85/94.38	c restarts              : 12
93.85/94.38	c conflicts             : 25736          (354 /sec)
93.85/94.38	c decisions             : 84081          (1.94 % random) (1158 /sec)
93.85/94.38	c propagations          : 160954139      (2216909 /sec)
93.85/94.38	c conflict literals     : 616351         (26.15 % deleted)
93.85/94.38	c Memory used           : 43.93 MB
93.85/94.38	c CPU time              : 72.603 s
93.85/94.38	
93.85/94.38	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-1066830-1215149133/watcher-1066830-1215149133 -o /tmp/evaluation-result-1066830-1215149133/solver-1066830-1215149133 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/galacM.sh HOME/instance-1066830-1215149133.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.95 1.97 1.99 4/74 25583
/proc/meminfo: memFree=1714320/2055920 swapFree=4179032/4192956
[pid=25583] ppid=25581 vsize=8560 CPUtime=0
/proc/25583/stat : 25583 (galacM.sh) R 25581 25583 22343 0 -1 4194304 305 0 0 0 0 0 0 0 20 0 1 0 627168949 8765440 251 996147200 4194304 4520092 548682068832 18446744073709551615 254613938572 0 0 4096 8192 0 0 0 17 1 0 0
/proc/25583/statm: 2140 251 194 79 0 133 0

[startup+0.0348561 s]
/proc/loadavg: 1.95 1.97 1.99 4/74 25583
/proc/meminfo: memFree=1714320/2055920 swapFree=4179032/4192956
[pid=25583] ppid=25581 vsize=47580 CPUtime=0.01
/proc/25583/stat : 25583 (galacM.sh) S 25581 25583 22343 0 -1 4194304 765 1697 0 0 0 0 0 1 17 0 1 0 627168949 48721920 364 996147200 4194304 4520092 548682068832 18446744073709551615 254613318490 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/25583/statm: 11895 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47580

[startup+0.101866 s]
/proc/loadavg: 1.95 1.97 1.99 4/74 25583
/proc/meminfo: memFree=1714320/2055920 swapFree=4179032/4192956
[pid=25583] ppid=25581 vsize=47580 CPUtime=0.01
/proc/25583/stat : 25583 (galacM.sh) S 25581 25583 22343 0 -1 4194304 765 1697 0 0 0 0 0 1 17 0 1 0 627168949 48721920 364 996147200 4194304 4520092 548682068832 18446744073709551615 254613318490 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/25583/statm: 11895 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47580

[startup+0.301892 s]
/proc/loadavg: 1.95 1.97 1.99 4/74 25583
/proc/meminfo: memFree=1714320/2055920 swapFree=4179032/4192956
[pid=25583] ppid=25581 vsize=47580 CPUtime=0.01
/proc/25583/stat : 25583 (galacM.sh) S 25581 25583 22343 0 -1 4194304 765 1697 0 0 0 0 0 1 17 0 1 0 627168949 48721920 364 996147200 4194304 4520092 548682068832 18446744073709551615 254613318490 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/25583/statm: 11895 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47580

[startup+0.701936 s]
/proc/loadavg: 1.95 1.97 1.99 4/74 25583
/proc/meminfo: memFree=1714320/2055920 swapFree=4179032/4192956
[pid=25583] ppid=25581 vsize=47580 CPUtime=0.01
/proc/25583/stat : 25583 (galacM.sh) S 25581 25583 22343 0 -1 4194304 765 1697 0 0 0 0 0 1 17 0 1 0 627168949 48721920 364 996147200 4194304 4520092 548682068832 18446744073709551615 254613318490 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/25583/statm: 11895 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47580

[startup+1.50202 s]
/proc/loadavg: 1.96 1.97 1.99 3/84 25605
/proc/meminfo: memFree=1663872/2055920 swapFree=4179032/4192956
[pid=25583] ppid=25581 vsize=47580 CPUtime=0.01
/proc/25583/stat : 25583 (galacM.sh) S 25581 25583 22343 0 -1 4194304 765 1697 0 0 0 0 0 1 17 0 1 0 627168949 48721920 364 996147200 4194304 4520092 548682068832 18446744073709551615 254613318490 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/25583/statm: 11895 364 245 79 0 219 0
[pid=25597] ppid=25583 vsize=812760 CPUtime=1.44
/proc/25597/stat : 25597 (java) S 25583 25583 22343 0 -1 0 21304 0 1 0 132 12 0 0 18 0 9 0 627168953 832266240 20728 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25597/statm: 203190 20728 1910 9 0 197171 0
[pid=25597/tid=25598] ppid=25583 vsize=812760 CPUtime=1.14
/proc/25597/task/25598/stat : 25598 (java) R 25583 25583 22343 0 -1 64 14515 0 1 0 106 8 0 0 25 0 9 0 627168953 832266240 20728 996147200 134512640 134550740 4294955616 18446744073709551615 4126860996 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25597/tid=25599] ppid=25583 vsize=812760 CPUtime=0.09
/proc/25597/task/25599/stat : 25599 (java) S 25583 25583 22343 0 -1 64 5270 0 0 0 6 3 0 0 17 0 9 0 627168955 832266240 20728 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25597/tid=25600] ppid=25583 vsize=812760 CPUtime=0
/proc/25597/task/25600/stat : 25600 (java) S 25583 25583 22343 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 627168955 832266240 20728 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25597/tid=25601] ppid=25583 vsize=812760 CPUtime=0
/proc/25597/task/25601/stat : 25601 (java) S 25583 25583 22343 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 627168955 832266240 20728 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25597/tid=25602] ppid=25583 vsize=812760 CPUtime=0
/proc/25597/task/25602/stat : 25602 (java) S 25583 25583 22343 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 627168957 832266240 20728 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25597/tid=25603] ppid=25583 vsize=812760 CPUtime=0.2
/proc/25597/task/25603/stat : 25603 (java) S 25583 25583 22343 0 -1 64 819 0 0 0 20 0 0 0 15 0 9 0 627168957 832266240 20728 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25597/tid=25604] ppid=25583 vsize=812760 CPUtime=0
/proc/25597/task/25604/stat : 25604 (java) S 25583 25583 22343 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 627168957 832266240 20728 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25597/tid=25605] ppid=25583 vsize=812760 CPUtime=0
/proc/25597/task/25605/stat : 25605 (java) S 25583 25583 22343 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 627168957 832266240 20728 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 860340

[startup+3.1022 s]
/proc/loadavg: 1.96 1.97 1.99 3/84 25605
/proc/meminfo: memFree=1631552/2055920 swapFree=4179032/4192956
[pid=25583] ppid=25581 vsize=47580 CPUtime=0.01
/proc/25583/stat : 25583 (galacM.sh) S 25581 25583 22343 0 -1 4194304 765 1697 0 0 0 0 0 1 17 0 1 0 627168949 48721920 364 996147200 4194304 4520092 548682068832 18446744073709551615 254613318490 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/25583/statm: 11895 364 245 79 0 219 0
[pid=25597] ppid=25583 vsize=812760 CPUtime=3.04
/proc/25597/stat : 25597 (java) S 25583 25583 22343 0 -1 0 22696 0 1 0 290 14 0 0 18 0 9 0 627168953 832266240 22116 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25597/statm: 203190 22116 1910 9 0 197171 0
[pid=25597/tid=25598] ppid=25583 vsize=812760 CPUtime=2.7
/proc/25597/task/25598/stat : 25598 (java) R 25583 25583 22343 0 -1 64 14520 0 1 0 261 9 0 0 25 0 9 0 627168953 832266240 22116 996147200 134512640 134550740 4294955616 18446744073709551615 104689130 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25597/tid=25599] ppid=25583 vsize=812760 CPUtime=0.1
/proc/25597/task/25599/stat : 25599 (java) S 25583 25583 22343 0 -1 64 6650 0 0 0 7 3 0 0 16 0 9 0 627168955 832266240 22116 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25597/tid=25600] ppid=25583 vsize=812760 CPUtime=0
/proc/25597/task/25600/stat : 25600 (java) S 25583 25583 22343 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 627168955 832266240 22116 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25597/tid=25601] ppid=25583 vsize=812760 CPUtime=0
/proc/25597/task/25601/stat : 25601 (java) S 25583 25583 22343 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 627168955 832266240 22116 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25597/tid=25602] ppid=25583 vsize=812760 CPUtime=0
/proc/25597/task/25602/stat : 25602 (java) S 25583 25583 22343 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 627168957 832266240 22116 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25597/tid=25603] ppid=25583 vsize=812760 CPUtime=0.21
/proc/25597/task/25603/stat : 25603 (java) S 25583 25583 22343 0 -1 64 826 0 0 0 21 0 0 0 16 0 9 0 627168957 832266240 22116 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25597/tid=25604] ppid=25583 vsize=812760 CPUtime=0
/proc/25597/task/25604/stat : 25604 (java) S 25583 25583 22343 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 627168957 832266240 22116 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25597/tid=25605] ppid=25583 vsize=812760 CPUtime=0
/proc/25597/task/25605/stat : 25605 (java) S 25583 25583 22343 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 627168957 832266240 22116 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 860340

[startup+6.30156 s]
/proc/loadavg: 1.96 1.97 1.99 3/84 25605
/proc/meminfo: memFree=1629504/2055920 swapFree=4179032/4192956
[pid=25583] ppid=25581 vsize=47580 CPUtime=0.01
/proc/25583/stat : 25583 (galacM.sh) S 25581 25583 22343 0 -1 4194304 765 1697 0 0 0 0 0 1 17 0 1 0 627168949 48721920 364 996147200 4194304 4520092 548682068832 18446744073709551615 254613318490 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/25583/statm: 11895 364 245 79 0 219 0
[pid=25597] ppid=25583 vsize=812760 CPUtime=6.23
/proc/25597/stat : 25597 (java) S 25583 25583 22343 0 -1 0 22703 0 1 0 608 15 0 0 18 0 9 0 627168953 832266240 22116 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25597/statm: 203190 22116 1910 9 0 197171 0
[pid=25597/tid=25598] ppid=25583 vsize=812760 CPUtime=5.88
/proc/25597/task/25598/stat : 25598 (java) R 25583 25583 22343 0 -1 64 14527 0 1 0 579 9 0 0 25 0 9 0 627168953 832266240 22116 996147200 134512640 134550740 4294955616 18446744073709551615 102714788 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25597/tid=25599] ppid=25583 vsize=812760 CPUtime=0.1
/proc/25597/task/25599/stat : 25599 (java) S 25583 25583 22343 0 -1 64 6650 0 0 0 7 3 0 0 16 0 9 0 627168955 832266240 22116 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25597/tid=25600] ppid=25583 vsize=812760 CPUtime=0
/proc/25597/task/25600/stat : 25600 (java) S 25583 25583 22343 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 627168955 832266240 22116 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25597/tid=25601] ppid=25583 vsize=812760 CPUtime=0
/proc/25597/task/25601/stat : 25601 (java) S 25583 25583 22343 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 627168955 832266240 22116 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25597/tid=25602] ppid=25583 vsize=812760 CPUtime=0
/proc/25597/task/25602/stat : 25602 (java) S 25583 25583 22343 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 627168957 832266240 22116 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25597/tid=25603] ppid=25583 vsize=812760 CPUtime=0.21
/proc/25597/task/25603/stat : 25603 (java) S 25583 25583 22343 0 -1 64 826 0 0 0 21 0 0 0 16 0 9 0 627168957 832266240 22116 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25597/tid=25604] ppid=25583 vsize=812760 CPUtime=0
/proc/25597/task/25604/stat : 25604 (java) S 25583 25583 22343 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 627168957 832266240 22116 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25597/tid=25605] ppid=25583 vsize=812760 CPUtime=0
/proc/25597/task/25605/stat : 25605 (java) S 25583 25583 22343 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 627168957 832266240 22116 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.24
Current children cumulated vsize (KiB) 860340

[startup+12.7023 s]
/proc/loadavg: 1.96 1.97 1.99 3/84 25605
/proc/meminfo: memFree=1625536/2055920 swapFree=4179032/4192956
[pid=25583] ppid=25581 vsize=47580 CPUtime=0.01
/proc/25583/stat : 25583 (galacM.sh) S 25581 25583 22343 0 -1 4194304 765 1697 0 0 0 0 0 1 17 0 1 0 627168949 48721920 364 996147200 4194304 4520092 548682068832 18446744073709551615 254613318490 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/25583/statm: 11895 364 245 79 0 219 0
[pid=25597] ppid=25583 vsize=812760 CPUtime=12.6
/proc/25597/stat : 25597 (java) S 25583 25583 22343 0 -1 0 22715 0 1 0 1243 17 0 0 18 0 9 0 627168953 832266240 22116 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25597/statm: 203190 22116 1910 9 0 197171 0
[pid=25597/tid=25598] ppid=25583 vsize=812760 CPUtime=12.25
/proc/25597/task/25598/stat : 25598 (java) R 25583 25583 22343 0 -1 64 14539 0 1 0 1214 11 0 0 25 0 9 0 627168953 832266240 22116 996147200 134512640 134550740 4294955616 18446744073709551615 103827288 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25597/tid=25599] ppid=25583 vsize=812760 CPUtime=0.11
/proc/25597/task/25599/stat : 25599 (java) S 25583 25583 22343 0 -1 64 6650 0 0 0 7 4 0 0 16 0 9 0 627168955 832266240 22116 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25597/tid=25600] ppid=25583 vsize=812760 CPUtime=0
/proc/25597/task/25600/stat : 25600 (java) S 25583 25583 22343 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 627168955 832266240 22116 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25597/tid=25601] ppid=25583 vsize=812760 CPUtime=0
/proc/25597/task/25601/stat : 25601 (java) S 25583 25583 22343 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 627168955 832266240 22116 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25597/tid=25602] ppid=25583 vsize=812760 CPUtime=0
/proc/25597/task/25602/stat : 25602 (java) S 25583 25583 22343 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 627168957 832266240 22116 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25597/tid=25603] ppid=25583 vsize=812760 CPUtime=0.21
/proc/25597/task/25603/stat : 25603 (java) S 25583 25583 22343 0 -1 64 826 0 0 0 21 0 0 0 16 0 9 0 627168957 832266240 22116 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25597/tid=25604] ppid=25583 vsize=812760 CPUtime=0
/proc/25597/task/25604/stat : 25604 (java) S 25583 25583 22343 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 627168957 832266240 22116 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25597/tid=25605] ppid=25583 vsize=812760 CPUtime=0
/proc/25597/task/25605/stat : 25605 (java) S 25583 25583 22343 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 627168957 832266240 22116 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.61
Current children cumulated vsize (KiB) 860340

[startup+25.5017 s]
/proc/loadavg: 1.97 1.97 1.99 3/76 25606
/proc/meminfo: memFree=1660992/2055920 swapFree=4179032/4192956
[pid=25583] ppid=25581 vsize=47580 CPUtime=21.25
/proc/25583/stat : 25583 (galacM.sh) S 25581 25583 22343 0 -1 4194304 799 24443 0 1 0 0 2103 22 17 0 1 0 627168949 48721920 364 996147200 4194304 4520092 548682068832 18446744073709551615 254613318490 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/25583/statm: 11895 364 245 79 0 219 0
[pid=25606] ppid=25583 vsize=41504 CPUtime=4.08
/proc/25606/stat : 25606 (minisat) R 25583 25583 22343 0 -1 4194304 9926 0 0 0 402 6 0 0 25 0 1 0 627171088 42500096 9907 996147200 134512640 135136200 4294955968 18446744073709551615 134529382 0 0 4096 3 0 0 0 17 0 0 0
/proc/25606/statm: 10376 9907 56 152 0 10221 0
Current children cumulated CPU time (s) 25.33
Current children cumulated vsize (KiB) 89084

[startup+51.1016 s]
/proc/loadavg: 1.98 1.97 1.99 3/76 25606
/proc/meminfo: memFree=1659520/2055920 swapFree=4179032/4192956
[pid=25583] ppid=25581 vsize=47580 CPUtime=21.25
/proc/25583/stat : 25583 (galacM.sh) S 25581 25583 22343 0 -1 4194304 799 24443 0 1 0 0 2103 22 17 0 1 0 627168949 48721920 364 996147200 4194304 4520092 548682068832 18446744073709551615 254613318490 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/25583/statm: 11895 364 245 79 0 219 0
[pid=25606] ppid=25583 vsize=42964 CPUtime=29.58
/proc/25606/stat : 25606 (minisat) R 25583 25583 22343 0 -1 4194304 10281 0 0 0 2951 7 0 0 25 0 1 0 627171088 43995136 10262 996147200 134512640 135136200 4294955968 18446744073709551615 134529452 0 0 4096 3 0 0 0 17 0 0 0
/proc/25606/statm: 10741 10262 56 152 0 10586 0
Current children cumulated CPU time (s) 50.83
Current children cumulated vsize (KiB) 90544

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

[startup+76.7014 s]
/proc/loadavg: 1.99 1.97 1.99 3/76 25606
/proc/meminfo: memFree=1658560/2055920 swapFree=4179032/4192956
[pid=25583] ppid=25581 vsize=47580 CPUtime=21.25
/proc/25583/stat : 25583 (galacM.sh) S 25581 25583 22343 0 -1 4194304 799 24443 0 1 0 0 2103 22 17 0 1 0 627168949 48721920 364 996147200 4194304 4520092 548682068832 18446744073709551615 254613318490 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/25583/statm: 11895 364 245 79 0 219 0
[pid=25606] ppid=25583 vsize=44184 CPUtime=55.07
/proc/25606/stat : 25606 (minisat) R 25583 25583 22343 0 -1 4194304 10570 0 0 0 5500 7 0 0 25 0 1 0 627171088 45244416 10551 996147200 134512640 135136200 4294955968 18446744073709551615 134529373 0 0 4096 3 0 0 0 17 0 0 0
/proc/25606/statm: 11046 10551 56 152 0 10891 0
Current children cumulated CPU time (s) 76.32
Current children cumulated vsize (KiB) 91764

[startup+83.1012 s]
/proc/loadavg: 1.99 1.97 1.99 3/76 25606
/proc/meminfo: memFree=1658176/2055920 swapFree=4179032/4192956
[pid=25583] ppid=25581 vsize=47580 CPUtime=21.25
/proc/25583/stat : 25583 (galacM.sh) S 25581 25583 22343 0 -1 4194304 799 24443 0 1 0 0 2103 22 17 0 1 0 627168949 48721920 364 996147200 4194304 4520092 548682068832 18446744073709551615 254613318490 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/25583/statm: 11895 364 245 79 0 219 0
[pid=25606] ppid=25583 vsize=44448 CPUtime=61.45
/proc/25606/stat : 25606 (minisat) R 25583 25583 22343 0 -1 4194304 10654 0 0 0 6137 8 0 0 25 0 1 0 627171088 45514752 10635 996147200 134512640 135136200 4294955968 18446744073709551615 134529382 0 0 4096 3 0 0 0 17 0 0 0
/proc/25606/statm: 11112 10635 56 152 0 10957 0
Current children cumulated CPU time (s) 82.7
Current children cumulated vsize (KiB) 92028

[startup+89.5029 s]
/proc/loadavg: 1.99 1.97 1.99 3/76 25606
/proc/meminfo: memFree=1657792/2055920 swapFree=4179032/4192956
[pid=25583] ppid=25581 vsize=47580 CPUtime=21.25
/proc/25583/stat : 25583 (galacM.sh) S 25581 25583 22343 0 -1 4194304 799 24443 0 1 0 0 2103 22 17 0 1 0 627168949 48721920 364 996147200 4194304 4520092 548682068832 18446744073709551615 254613318490 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/25583/statm: 11895 364 245 79 0 219 0
[pid=25606] ppid=25583 vsize=44720 CPUtime=67.82
/proc/25606/stat : 25606 (minisat) R 25583 25583 22343 0 -1 4194304 10730 0 0 0 6774 8 0 0 25 0 1 0 627171088 45793280 10711 996147200 134512640 135136200 4294955968 18446744073709551615 134529382 0 0 4096 3 0 0 0 17 0 0 0
/proc/25606/statm: 11180 10711 56 152 0 11025 0
Current children cumulated CPU time (s) 89.07
Current children cumulated vsize (KiB) 92300

[startup+92.7012 s]
/proc/loadavg: 2.07 1.99 1.99 3/76 25606
/proc/meminfo: memFree=1657664/2055920 swapFree=4179032/4192956
[pid=25583] ppid=25581 vsize=47580 CPUtime=21.25
/proc/25583/stat : 25583 (galacM.sh) S 25581 25583 22343 0 -1 4194304 799 24443 0 1 0 0 2103 22 17 0 1 0 627168949 48721920 364 996147200 4194304 4520092 548682068832 18446744073709551615 254613318490 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/25583/statm: 11895 364 245 79 0 219 0
[pid=25606] ppid=25583 vsize=44852 CPUtime=71.01
/proc/25606/stat : 25606 (minisat) R 25583 25583 22343 0 -1 4194304 10760 0 0 0 7093 8 0 0 25 0 1 0 627171088 45928448 10741 996147200 134512640 135136200 4294955968 18446744073709551615 134529373 0 0 4096 3 0 0 0 17 0 0 0
/proc/25606/statm: 11213 10741 56 152 0 11058 0
Current children cumulated CPU time (s) 92.26
Current children cumulated vsize (KiB) 92432

[startup+93.5063 s]
/proc/loadavg: 2.07 1.99 1.99 3/76 25606
/proc/meminfo: memFree=1657664/2055920 swapFree=4179032/4192956
[pid=25583] ppid=25581 vsize=47580 CPUtime=21.25
/proc/25583/stat : 25583 (galacM.sh) S 25581 25583 22343 0 -1 4194304 799 24443 0 1 0 0 2103 22 17 0 1 0 627168949 48721920 364 996147200 4194304 4520092 548682068832 18446744073709551615 254613318490 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/25583/statm: 11895 364 245 79 0 219 0
[pid=25606] ppid=25583 vsize=44852 CPUtime=71.8
/proc/25606/stat : 25606 (minisat) R 25583 25583 22343 0 -1 4194304 10769 0 0 0 7172 8 0 0 25 0 1 0 627171088 45928448 10750 996147200 134512640 135136200 4294955968 18446744073709551615 134529382 0 0 4096 3 0 0 0 17 0 0 0
/proc/25606/statm: 11213 10750 56 152 0 11058 0
Current children cumulated CPU time (s) 93.05
Current children cumulated vsize (KiB) 92432

[startup+93.9014 s]
/proc/loadavg: 2.07 1.99 1.99 3/76 25606
/proc/meminfo: memFree=1657664/2055920 swapFree=4179032/4192956
[pid=25583] ppid=25581 vsize=47580 CPUtime=21.25
/proc/25583/stat : 25583 (galacM.sh) S 25581 25583 22343 0 -1 4194304 799 24443 0 1 0 0 2103 22 17 0 1 0 627168949 48721920 364 996147200 4194304 4520092 548682068832 18446744073709551615 254613318490 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/25583/statm: 11895 364 245 79 0 219 0
[pid=25606] ppid=25583 vsize=44984 CPUtime=72.2
/proc/25606/stat : 25606 (minisat) R 25583 25583 22343 0 -1 4194304 10773 0 0 0 7212 8 0 0 25 0 1 0 627171088 46063616 10754 996147200 134512640 135136200 4294955968 18446744073709551615 134529431 0 0 4096 3 0 0 0 17 0 0 0
/proc/25606/statm: 11246 10754 56 152 0 11091 0
Current children cumulated CPU time (s) 93.45
Current children cumulated vsize (KiB) 92564

[startup+94.3014 s]
/proc/loadavg: 2.07 1.99 1.99 3/76 25606
/proc/meminfo: memFree=1657664/2055920 swapFree=4179032/4192956
[pid=25583] ppid=25581 vsize=47580 CPUtime=21.25
/proc/25583/stat : 25583 (galacM.sh) S 25581 25583 22343 0 -1 4194304 799 24443 0 1 0 0 2103 22 17 0 1 0 627168949 48721920 364 996147200 4194304 4520092 548682068832 18446744073709551615 254613318490 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/25583/statm: 11895 364 245 79 0 219 0
[pid=25606] ppid=25583 vsize=44984 CPUtime=72.6
/proc/25606/stat : 25606 (minisat) R 25583 25583 22343 0 -1 4194304 10773 0 0 0 7252 8 0 0 25 0 1 0 627171088 46063616 10754 996147200 134512640 135136200 4294955968 18446744073709551615 134529452 0 0 4096 3 0 0 0 17 0 0 0
/proc/25606/statm: 11246 10754 56 152 0 11091 0
Current children cumulated CPU time (s) 93.85
Current children cumulated vsize (KiB) 92564

[startup+94.4014 s]
/proc/loadavg: 2.07 1.99 1.99 3/76 25606
/proc/meminfo: memFree=1657664/2055920 swapFree=4179032/4192956
[pid=25583] ppid=25581 vsize=47580 CPUtime=93.94
/proc/25583/stat : 25583 (galacM.sh) S 25581 25583 22343 0 -1 4194304 833 35243 0 1 0 0 9363 31 16 0 1 0 627168949 48721920 364 996147200 4194304 4520092 548682068832 18446744073709551615 254613318490 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/25583/statm: 11895 364 245 79 0 219 0
Current children cumulated CPU time (s) 93.94
Current children cumulated vsize (KiB) 47580

Child status: 0
Real time (s): 94.402
CPU time (s): 93.9787
CPU user time (s): 93.6418
CPU system time (s): 0.336948
CPU usage (%): 99.5516
Max. virtual memory (cumulated for all children) (KiB): 860340

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 93.6418
system time used= 0.336948
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 36233
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= 1777
involuntary context switches= 3004

runsolver used 0.121981 second user time and 0.254961 second system time

The end

Launcher Data (download as text)

Begin job on node87 at 2008-07-04 07:25:33
IDJOB=1066830
IDBENCH=55145
IDSOLVER=350
FILE ID=node87/1066830-1215149133
PBS_JOBID= 7877252
Free space on /tmp= 66556 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 19fed936c193b710d2133588a1e50e14
RANDOM SEED=1004525035

node87.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.232
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.232
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:       1714736 kB
Buffers:         17480 kB
Cached:         111432 kB
SwapCached:       8108 kB
Active:         260632 kB
Inactive:        31740 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1714736 kB
SwapTotal:     4192956 kB
SwapFree:      4179032 kB
Dirty:            3208 kB
Writeback:           0 kB
Mapped:         168084 kB
Slab:            33460 kB
Committed_AS:  1838660 kB
PageTables:       2448 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264992 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66556 MiB
End job on node87 at 2008-07-04 07:27:07