Trace number 1069058

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 64.0123 64.3798

General information on the benchmark

Namecsp/ukVg/
normalized-crossword-m1c-uk-vg15-19_ext.xml
MD5SUM5b614ca3797813e4aab919808e9965e8
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 benchmark0.887864
Satisfiable
(Un)Satisfiability was proved
Number of variables285
Number of constraints34
Maximum constraint arity19
Maximum domain size26
Number of constraints which are defined in extension34
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.79	c start processing
0.01/0.79	c start relation processing
0.96/1.02	c start cnf exporting
43.41/43.74	c parsing time : 0.675
43.41/43.74	c preprocessing time : 43.622
43.41/43.74	
43.41/43.74	c Nary constraints - conflicts : 0 supports : 34
43.41/43.74	c Binary constraints - conflicts : 0 supports :0
43.41/43.74	c max arity constraint : 19
43.41/43.74	c Max Tuples generated 0
43.41/43.74	c relations : 2
43.41/43.74	c relations BDD: 2
43.41/43.74	c sampling 0/0
43.41/43.74	c vars : 464179 - clauses :  1538247
43.41/43.74	
43.41/43.77	 
43.41/43.77	c --- SAT Solver Stats ---
43.41/43.77	 
63.91/64.34	c restarts              : 9
63.91/64.34	c conflicts             : 6755           (332 /sec)
63.91/64.34	c decisions             : 25699          (1.97 % random) (1263 /sec)
63.91/64.34	c propagations          : 42831018       (2104831 /sec)
63.91/64.34	c conflict literals     : 107113         (19.78 % deleted)
63.91/64.34	c Memory used           : 90.17 MB
63.91/64.34	c CPU time              : 20.3489 s
63.91/64.34	
63.91/64.34	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-1069058-1215158742/watcher-1069058-1215158742 -o /tmp/evaluation-result-1069058-1215158742/solver-1069058-1215158742 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/galacM.sh HOME/instance-1069058-1215158742.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.92 2.02 2.04 4/81 28794
/proc/meminfo: memFree=1822608/2055924 swapFree=4177292/4192956
[pid=28794] ppid=28792 vsize=5264 CPUtime=0
/proc/28794/stat : 28794 (galacM.sh) R 28792 28794 28269 0 -1 4194304 189 0 0 0 0 0 0 0 20 0 1 0 671603821 5390336 155 996147200 4194304 4520092 548682068832 18446744073709551615 4227676 0 0 4096 8192 0 0 0 17 1 0 0
/proc/28794/statm: 1316 157 113 79 0 120 0

[startup+0.0419841 s]
/proc/loadavg: 1.92 2.02 2.04 4/81 28794
/proc/meminfo: memFree=1822608/2055924 swapFree=4177292/4192956
[pid=28794] ppid=28792 vsize=47568 CPUtime=0.01
/proc/28794/stat : 28794 (galacM.sh) S 28792 28794 28269 0 -1 4194304 765 1697 0 0 0 0 0 1 17 0 1 0 671603821 48709632 364 996147200 4194304 4520092 548682068832 18446744073709551615 230266432346 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/28794/statm: 11892 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47568

[startup+0.102996 s]
/proc/loadavg: 1.92 2.02 2.04 4/81 28794
/proc/meminfo: memFree=1822608/2055924 swapFree=4177292/4192956
[pid=28794] ppid=28792 vsize=47568 CPUtime=0.01
/proc/28794/stat : 28794 (galacM.sh) S 28792 28794 28269 0 -1 4194304 765 1697 0 0 0 0 0 1 17 0 1 0 671603821 48709632 364 996147200 4194304 4520092 548682068832 18446744073709551615 230266432346 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/28794/statm: 11892 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47568

[startup+0.30203 s]
/proc/loadavg: 1.92 2.02 2.04 4/81 28794
/proc/meminfo: memFree=1822608/2055924 swapFree=4177292/4192956
[pid=28794] ppid=28792 vsize=47568 CPUtime=0.01
/proc/28794/stat : 28794 (galacM.sh) S 28792 28794 28269 0 -1 4194304 765 1697 0 0 0 0 0 1 17 0 1 0 671603821 48709632 364 996147200 4194304 4520092 548682068832 18446744073709551615 230266432346 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/28794/statm: 11892 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47568

[startup+0.702105 s]
/proc/loadavg: 1.92 2.02 2.04 4/81 28794
/proc/meminfo: memFree=1822608/2055924 swapFree=4177292/4192956
[pid=28794] ppid=28792 vsize=47568 CPUtime=0.01
/proc/28794/stat : 28794 (galacM.sh) S 28792 28794 28269 0 -1 4194304 765 1697 0 0 0 0 0 1 17 0 1 0 671603821 48709632 364 996147200 4194304 4520092 548682068832 18446744073709551615 230266432346 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/28794/statm: 11892 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47568

[startup+1.50125 s]
/proc/loadavg: 1.92 2.02 2.04 3/91 28816
/proc/meminfo: memFree=1774976/2055924 swapFree=4177292/4192956
[pid=28794] ppid=28792 vsize=47568 CPUtime=0.01
/proc/28794/stat : 28794 (galacM.sh) S 28792 28794 28269 0 -1 4194304 765 1697 0 0 0 0 0 1 17 0 1 0 671603821 48709632 364 996147200 4194304 4520092 548682068832 18446744073709551615 230266432346 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/28794/statm: 11892 364 245 79 0 219 0
[pid=28808] ppid=28794 vsize=812744 CPUtime=1.45
/proc/28808/stat : 28808 (java) S 28794 28794 28269 0 -1 0 22036 0 1 0 131 14 0 0 18 0 9 0 671603824 832249856 21459 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28808/statm: 203186 21459 1911 9 0 197167 0
[pid=28808/tid=28809] ppid=28794 vsize=812744 CPUtime=1.06
/proc/28808/task/28809/stat : 28809 (java) R 28794 28794 28269 0 -1 64 14521 0 1 0 98 8 0 0 25 0 9 0 671603825 832249856 21459 996147200 134512640 134550740 4294955616 18446744073709551615 102064680 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28808/tid=28810] ppid=28794 vsize=812744 CPUtime=0.11
/proc/28808/task/28810/stat : 28810 (java) S 28794 28794 28269 0 -1 64 5975 0 0 0 8 3 0 0 17 0 9 0 671603827 832249856 21459 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28808/tid=28811] ppid=28794 vsize=812744 CPUtime=0
/proc/28808/task/28811/stat : 28811 (java) S 28794 28794 28269 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 671603827 832249856 21459 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28808/tid=28812] ppid=28794 vsize=812744 CPUtime=0
/proc/28808/task/28812/stat : 28812 (java) S 28794 28794 28269 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 671603827 832249856 21459 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28808/tid=28813] ppid=28794 vsize=812744 CPUtime=0
/proc/28808/task/28813/stat : 28813 (java) S 28794 28794 28269 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 671603829 832249856 21459 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28808/tid=28814] ppid=28794 vsize=812744 CPUtime=0.24
/proc/28808/task/28814/stat : 28814 (java) S 28794 28794 28269 0 -1 64 839 0 0 0 23 1 0 0 15 0 9 0 671603829 832249856 21459 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28808/tid=28815] ppid=28794 vsize=812744 CPUtime=0
/proc/28808/task/28815/stat : 28815 (java) S 28794 28794 28269 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 671603829 832249856 21459 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28808/tid=28816] ppid=28794 vsize=812744 CPUtime=0
/proc/28808/task/28816/stat : 28816 (java) S 28794 28794 28269 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 671603829 832249856 21459 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 860312

[startup+3.10155 s]
/proc/loadavg: 1.92 2.02 2.04 3/91 28816
/proc/meminfo: memFree=1736960/2055924 swapFree=4177292/4192956
[pid=28794] ppid=28792 vsize=47568 CPUtime=0.01
/proc/28794/stat : 28794 (galacM.sh) S 28792 28794 28269 0 -1 4194304 765 1697 0 0 0 0 0 1 17 0 1 0 671603821 48709632 364 996147200 4194304 4520092 548682068832 18446744073709551615 230266432346 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/28794/statm: 11892 364 245 79 0 219 0
[pid=28808] ppid=28794 vsize=812744 CPUtime=3.03
/proc/28808/stat : 28808 (java) S 28794 28794 28269 0 -1 0 23430 0 1 0 288 15 0 0 18 0 9 0 671603824 832249856 22849 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28808/statm: 203186 22849 1911 9 0 197167 0
[pid=28808/tid=28809] ppid=28794 vsize=812744 CPUtime=2.62
/proc/28808/task/28809/stat : 28809 (java) R 28794 28794 28269 0 -1 64 14530 0 1 0 253 9 0 0 25 0 9 0 671603825 832249856 22849 996147200 134512640 134550740 4294955616 18446744073709551615 4126937169 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28808/tid=28810] ppid=28794 vsize=812744 CPUtime=0.14
/proc/28808/task/28810/stat : 28810 (java) S 28794 28794 28269 0 -1 64 7355 0 0 0 10 4 0 0 16 0 9 0 671603827 832249856 22849 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28808/tid=28811] ppid=28794 vsize=812744 CPUtime=0
/proc/28808/task/28811/stat : 28811 (java) S 28794 28794 28269 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 671603827 832249856 22849 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28808/tid=28812] ppid=28794 vsize=812744 CPUtime=0
/proc/28808/task/28812/stat : 28812 (java) S 28794 28794 28269 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 671603827 832249856 22849 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28808/tid=28813] ppid=28794 vsize=812744 CPUtime=0
/proc/28808/task/28813/stat : 28813 (java) S 28794 28794 28269 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 671603829 832249856 22849 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28808/tid=28814] ppid=28794 vsize=812744 CPUtime=0.25
/proc/28808/task/28814/stat : 28814 (java) S 28794 28794 28269 0 -1 64 844 0 0 0 24 1 0 0 15 0 9 0 671603829 832249856 22849 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28808/tid=28815] ppid=28794 vsize=812744 CPUtime=0
/proc/28808/task/28815/stat : 28815 (java) S 28794 28794 28269 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 671603829 832249856 22849 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28808/tid=28816] ppid=28794 vsize=812744 CPUtime=0
/proc/28808/task/28816/stat : 28816 (java) S 28794 28794 28269 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 671603829 832249856 22849 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.04
Current children cumulated vsize (KiB) 860312

[startup+6.30114 s]
/proc/loadavg: 1.93 2.02 2.04 3/91 28816
/proc/meminfo: memFree=1734528/2055924 swapFree=4177292/4192956
[pid=28794] ppid=28792 vsize=47568 CPUtime=0.01
/proc/28794/stat : 28794 (galacM.sh) S 28792 28794 28269 0 -1 4194304 765 1697 0 0 0 0 0 1 17 0 1 0 671603821 48709632 364 996147200 4194304 4520092 548682068832 18446744073709551615 230266432346 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/28794/statm: 11892 364 245 79 0 219 0
[pid=28808] ppid=28794 vsize=812744 CPUtime=6.21
/proc/28808/stat : 28808 (java) S 28794 28794 28269 0 -1 0 23439 0 1 0 605 16 0 0 18 0 9 0 671603824 832249856 22851 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28808/statm: 203186 22851 1911 9 0 197167 0
[pid=28808/tid=28809] ppid=28794 vsize=812744 CPUtime=5.79
/proc/28808/task/28809/stat : 28809 (java) R 28794 28794 28269 0 -1 64 14537 0 1 0 569 10 0 0 25 0 9 0 671603825 832249856 22851 996147200 134512640 134550740 4294955616 18446744073709551615 4126681030 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28808/tid=28810] ppid=28794 vsize=812744 CPUtime=0.14
/proc/28808/task/28810/stat : 28810 (java) S 28794 28794 28269 0 -1 64 7355 0 0 0 10 4 0 0 16 0 9 0 671603827 832249856 22851 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28808/tid=28811] ppid=28794 vsize=812744 CPUtime=0
/proc/28808/task/28811/stat : 28811 (java) S 28794 28794 28269 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 671603827 832249856 22851 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28808/tid=28812] ppid=28794 vsize=812744 CPUtime=0
/proc/28808/task/28812/stat : 28812 (java) S 28794 28794 28269 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 671603827 832249856 22851 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28808/tid=28813] ppid=28794 vsize=812744 CPUtime=0
/proc/28808/task/28813/stat : 28813 (java) S 28794 28794 28269 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 671603829 832249856 22851 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28808/tid=28814] ppid=28794 vsize=812744 CPUtime=0.25
/proc/28808/task/28814/stat : 28814 (java) S 28794 28794 28269 0 -1 64 846 0 0 0 24 1 0 0 16 0 9 0 671603829 832249856 22851 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28808/tid=28815] ppid=28794 vsize=812744 CPUtime=0
/proc/28808/task/28815/stat : 28815 (java) S 28794 28794 28269 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 671603829 832249856 22851 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28808/tid=28816] ppid=28794 vsize=812744 CPUtime=0
/proc/28808/task/28816/stat : 28816 (java) S 28794 28794 28269 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 671603829 832249856 22851 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.22
Current children cumulated vsize (KiB) 860312

[startup+12.7013 s]
/proc/loadavg: 1.93 2.02 2.04 3/91 28816
/proc/meminfo: memFree=1730184/2055924 swapFree=4177292/4192956
[pid=28794] ppid=28792 vsize=47568 CPUtime=0.01
/proc/28794/stat : 28794 (galacM.sh) S 28792 28794 28269 0 -1 4194304 765 1697 0 0 0 0 0 1 17 0 1 0 671603821 48709632 364 996147200 4194304 4520092 548682068832 18446744073709551615 230266432346 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/28794/statm: 11892 364 245 79 0 219 0
[pid=28808] ppid=28794 vsize=812744 CPUtime=12.58
/proc/28808/stat : 28808 (java) S 28794 28794 28269 0 -1 0 23452 0 1 0 1240 18 0 0 18 0 9 0 671603824 832249856 22851 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28808/statm: 203186 22851 1911 9 0 197167 0
[pid=28808/tid=28809] ppid=28794 vsize=812744 CPUtime=12.15
/proc/28808/task/28809/stat : 28809 (java) R 28794 28794 28269 0 -1 64 14550 0 1 0 1203 12 0 0 25 0 9 0 671603825 832249856 22851 996147200 134512640 134550740 4294955616 18446744073709551615 4126628261 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28808/tid=28810] ppid=28794 vsize=812744 CPUtime=0.15
/proc/28808/task/28810/stat : 28810 (java) S 28794 28794 28269 0 -1 64 7355 0 0 0 11 4 0 0 16 0 9 0 671603827 832249856 22851 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28808/tid=28811] ppid=28794 vsize=812744 CPUtime=0
/proc/28808/task/28811/stat : 28811 (java) S 28794 28794 28269 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 671603827 832249856 22851 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28808/tid=28812] ppid=28794 vsize=812744 CPUtime=0
/proc/28808/task/28812/stat : 28812 (java) S 28794 28794 28269 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 671603827 832249856 22851 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28808/tid=28813] ppid=28794 vsize=812744 CPUtime=0
/proc/28808/task/28813/stat : 28813 (java) S 28794 28794 28269 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 671603829 832249856 22851 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28808/tid=28814] ppid=28794 vsize=812744 CPUtime=0.25
/proc/28808/task/28814/stat : 28814 (java) S 28794 28794 28269 0 -1 64 846 0 0 0 24 1 0 0 16 0 9 0 671603829 832249856 22851 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28808/tid=28815] ppid=28794 vsize=812744 CPUtime=0
/proc/28808/task/28815/stat : 28815 (java) S 28794 28794 28269 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 671603829 832249856 22851 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28808/tid=28816] ppid=28794 vsize=812744 CPUtime=0
/proc/28808/task/28816/stat : 28816 (java) S 28794 28794 28269 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 671603829 832249856 22851 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.59
Current children cumulated vsize (KiB) 860312

[startup+25.5027 s]
/proc/loadavg: 1.95 2.02 2.04 3/91 28816
/proc/meminfo: memFree=1720968/2055924 swapFree=4177292/4192956
[pid=28794] ppid=28792 vsize=47568 CPUtime=0.01
/proc/28794/stat : 28794 (galacM.sh) S 28792 28794 28269 0 -1 4194304 765 1697 0 0 0 0 0 1 17 0 1 0 671603821 48709632 364 996147200 4194304 4520092 548682068832 18446744073709551615 230266432346 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/28794/statm: 11892 364 245 79 0 219 0
[pid=28808] ppid=28794 vsize=812744 CPUtime=25.32
/proc/28808/stat : 28808 (java) S 28794 28794 28269 0 -1 0 23478 0 1 0 2508 24 0 0 18 0 9 0 671603824 832249856 22851 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28808/statm: 203186 22851 1911 9 0 197167 0
[pid=28808/tid=28809] ppid=28794 vsize=812744 CPUtime=24.88
/proc/28808/task/28809/stat : 28809 (java) R 28794 28794 28269 0 -1 64 14576 0 1 0 2471 17 0 0 25 0 9 0 671603825 832249856 22851 996147200 134512640 134550740 4294955616 18446744073709551615 102714993 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28808/tid=28810] ppid=28794 vsize=812744 CPUtime=0.16
/proc/28808/task/28810/stat : 28810 (java) S 28794 28794 28269 0 -1 64 7355 0 0 0 12 4 0 0 16 0 9 0 671603827 832249856 22851 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28808/tid=28811] ppid=28794 vsize=812744 CPUtime=0
/proc/28808/task/28811/stat : 28811 (java) S 28794 28794 28269 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 671603827 832249856 22851 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28808/tid=28812] ppid=28794 vsize=812744 CPUtime=0
/proc/28808/task/28812/stat : 28812 (java) S 28794 28794 28269 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 671603827 832249856 22851 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28808/tid=28813] ppid=28794 vsize=812744 CPUtime=0
/proc/28808/task/28813/stat : 28813 (java) S 28794 28794 28269 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 671603829 832249856 22851 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28808/tid=28814] ppid=28794 vsize=812744 CPUtime=0.25
/proc/28808/task/28814/stat : 28814 (java) S 28794 28794 28269 0 -1 64 846 0 0 0 24 1 0 0 16 0 9 0 671603829 832249856 22851 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28808/tid=28815] ppid=28794 vsize=812744 CPUtime=0
/proc/28808/task/28815/stat : 28815 (java) S 28794 28794 28269 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 671603829 832249856 22851 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28808/tid=28816] ppid=28794 vsize=812744 CPUtime=0
/proc/28808/task/28816/stat : 28816 (java) S 28794 28794 28269 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 671603829 832249856 22851 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.33
Current children cumulated vsize (KiB) 860312

[startup+51.1025 s]
/proc/loadavg: 1.96 2.02 2.04 3/83 28817
/proc/meminfo: memFree=1702792/2055924 swapFree=4177292/4192956
[pid=28794] ppid=28792 vsize=47568 CPUtime=43.48
/proc/28794/stat : 28794 (galacM.sh) S 28792 28794 28269 0 -1 4194304 799 25224 0 1 0 0 4313 35 17 0 1 0 671603821 48709632 364 996147200 4194304 4520092 548682068832 18446744073709551615 230266432346 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/28794/statm: 11892 364 245 79 0 219 0
[pid=28817] ppid=28794 vsize=91936 CPUtime=7.29
/proc/28817/stat : 28817 (minisat) R 28794 28794 28269 0 -1 4194304 22395 0 0 0 716 13 0 0 25 0 1 0 671608198 94142464 22376 996147200 134512640 135136200 4294955968 18446744073709551615 134529333 0 0 4096 3 0 0 0 17 0 0 0
/proc/28817/statm: 22984 22376 56 152 0 22829 0
Current children cumulated CPU time (s) 50.77
Current children cumulated vsize (KiB) 139504

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

[startup+57.5016 s]
/proc/loadavg: 1.97 2.02 2.04 3/83 28817
/proc/meminfo: memFree=1702792/2055924 swapFree=4177292/4192956
[pid=28794] ppid=28792 vsize=47568 CPUtime=43.48
/proc/28794/stat : 28794 (galacM.sh) S 28792 28794 28269 0 -1 4194304 799 25224 0 1 0 0 4313 35 17 0 1 0 671603821 48709632 364 996147200 4194304 4520092 548682068832 18446744073709551615 230266432346 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/28794/statm: 11892 364 245 79 0 219 0
[pid=28817] ppid=28794 vsize=91936 CPUtime=13.66
/proc/28817/stat : 28817 (minisat) R 28794 28794 28269 0 -1 4194304 22421 0 0 0 1353 13 0 0 25 0 1 0 671608198 94142464 22402 996147200 134512640 135136200 4294955968 18446744073709551615 134529382 0 0 4096 3 0 0 0 17 0 0 0
/proc/28817/statm: 22984 22402 56 152 0 22829 0
Current children cumulated CPU time (s) 57.14
Current children cumulated vsize (KiB) 139504

[startup+60.7012 s]
/proc/loadavg: 1.97 2.02 2.04 3/83 28817
/proc/meminfo: memFree=1702664/2055924 swapFree=4177292/4192956
[pid=28794] ppid=28792 vsize=47568 CPUtime=43.48
/proc/28794/stat : 28794 (galacM.sh) S 28792 28794 28269 0 -1 4194304 799 25224 0 1 0 0 4313 35 17 0 1 0 671603821 48709632 364 996147200 4194304 4520092 548682068832 18446744073709551615 230266432346 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/28794/statm: 11892 364 245 79 0 219 0
[pid=28817] ppid=28794 vsize=92200 CPUtime=16.84
/proc/28817/stat : 28817 (minisat) R 28794 28794 28269 0 -1 4194304 22468 0 0 0 1671 13 0 0 25 0 1 0 671608198 94412800 22449 996147200 134512640 135136200 4294955968 18446744073709551615 134529333 0 0 4096 3 0 0 0 17 0 0 0
/proc/28817/statm: 23050 22449 56 152 0 22895 0
Current children cumulated CPU time (s) 60.32
Current children cumulated vsize (KiB) 139768

[startup+62.3015 s]
/proc/loadavg: 1.97 2.02 2.04 3/83 28817
/proc/meminfo: memFree=1702600/2055924 swapFree=4177292/4192956
[pid=28794] ppid=28792 vsize=47568 CPUtime=43.48
/proc/28794/stat : 28794 (galacM.sh) S 28792 28794 28269 0 -1 4194304 799 25224 0 1 0 0 4313 35 17 0 1 0 671603821 48709632 364 996147200 4194304 4520092 548682068832 18446744073709551615 230266432346 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/28794/statm: 11892 364 245 79 0 219 0
[pid=28817] ppid=28794 vsize=92332 CPUtime=18.44
/proc/28817/stat : 28817 (minisat) R 28794 28794 28269 0 -1 4194304 22492 0 0 0 1831 13 0 0 25 0 1 0 671608198 94547968 22473 996147200 134512640 135136200 4294955968 18446744073709551615 134529333 0 0 4096 3 0 0 0 17 0 0 0
/proc/28817/statm: 23083 22473 56 152 0 22928 0
Current children cumulated CPU time (s) 61.92
Current children cumulated vsize (KiB) 139900

[startup+63.1017 s]
/proc/loadavg: 1.97 2.02 2.04 3/83 28817
/proc/meminfo: memFree=1702600/2055924 swapFree=4177292/4192956
[pid=28794] ppid=28792 vsize=47568 CPUtime=43.48
/proc/28794/stat : 28794 (galacM.sh) S 28792 28794 28269 0 -1 4194304 799 25224 0 1 0 0 4313 35 17 0 1 0 671603821 48709632 364 996147200 4194304 4520092 548682068832 18446744073709551615 230266432346 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/28794/statm: 11892 364 245 79 0 219 0
[pid=28817] ppid=28794 vsize=92332 CPUtime=19.24
/proc/28817/stat : 28817 (minisat) R 28794 28794 28269 0 -1 4194304 22499 0 0 0 1911 13 0 0 25 0 1 0 671608198 94547968 22480 996147200 134512640 135136200 4294955968 18446744073709551615 134529333 0 0 4096 3 0 0 0 17 0 0 0
/proc/28817/statm: 23083 22480 56 152 0 22928 0
Current children cumulated CPU time (s) 62.72
Current children cumulated vsize (KiB) 139900

[startup+63.9018 s]
/proc/loadavg: 1.97 2.02 2.04 3/83 28817
/proc/meminfo: memFree=1702536/2055924 swapFree=4177292/4192956
[pid=28794] ppid=28792 vsize=47568 CPUtime=43.48
/proc/28794/stat : 28794 (galacM.sh) S 28792 28794 28269 0 -1 4194304 799 25224 0 1 0 0 4313 35 17 0 1 0 671603821 48709632 364 996147200 4194304 4520092 548682068832 18446744073709551615 230266432346 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/28794/statm: 11892 364 245 79 0 219 0
[pid=28817] ppid=28794 vsize=92332 CPUtime=20.03
/proc/28817/stat : 28817 (minisat) R 28794 28794 28269 0 -1 4194304 22500 0 0 0 1990 13 0 0 25 0 1 0 671608198 94547968 22481 996147200 134512640 135136200 4294955968 18446744073709551615 134529382 0 0 4096 3 0 0 0 17 0 0 0
/proc/28817/statm: 23083 22481 56 152 0 22928 0
Current children cumulated CPU time (s) 63.51
Current children cumulated vsize (KiB) 139900

[startup+64.3019 s]
/proc/loadavg: 1.97 2.02 2.04 3/83 28817
/proc/meminfo: memFree=1702536/2055924 swapFree=4177292/4192956
[pid=28794] ppid=28792 vsize=47568 CPUtime=43.48
/proc/28794/stat : 28794 (galacM.sh) S 28792 28794 28269 0 -1 4194304 799 25224 0 1 0 0 4313 35 17 0 1 0 671603821 48709632 364 996147200 4194304 4520092 548682068832 18446744073709551615 230266432346 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/28794/statm: 11892 364 245 79 0 219 0
[pid=28817] ppid=28794 vsize=92332 CPUtime=20.43
/proc/28817/stat : 28817 (minisat) R 28794 28794 28269 0 -1 4194304 22504 0 0 0 2030 13 0 0 25 0 1 0 671608198 94547968 22485 996147200 134512640 135136200 4294955968 18446744073709551615 134531161 0 0 4096 3 0 0 0 17 0 0 0
/proc/28817/statm: 23083 22485 56 152 0 22928 0
Current children cumulated CPU time (s) 63.91
Current children cumulated vsize (KiB) 139900

Child status: 0
Real time (s): 64.3798
CPU time (s): 64.0123
CPU user time (s): 63.4843
CPU system time (s): 0.527919
CPU usage (%): 99.4292
Max. virtual memory (cumulated for all children) (KiB): 860312

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 63.4843
system time used= 0.527919
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 48746
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= 2585
involuntary context switches= 4129

runsolver used 0.079987 second user time and 0.200969 second system time

The end

Launcher Data (download as text)

Begin job on node83 at 2008-07-04 10:05:42
IDJOB=1069058
IDBENCH=55559
IDSOLVER=350
FILE ID=node83/1069058-1215158742
PBS_JOBID= 7877465
Free space on /tmp= 66552 MiB

SOLVER NAME= galac M
BENCH NAME= CPAI08/csp/ukVg/normalized-crossword-m1c-uk-vg15-19_ext.xml
COMMAND LINE= HOME/galacM.sh BENCHNAME 
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1069058-1215158742/watcher-1069058-1215158742 -o /tmp/evaluation-result-1069058-1215158742/solver-1069058-1215158742 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/galacM.sh HOME/instance-1069058-1215158742.xml 

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 5b614ca3797813e4aab919808e9965e8
RANDOM SEED=90263253

node83.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.263
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.263
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:      2055924 kB
MemFree:       1823024 kB
Buffers:         11932 kB
Cached:          89100 kB
SwapCached:       9264 kB
Active:         169784 kB
Inactive:        19584 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055924 kB
LowFree:       1823024 kB
SwapTotal:     4192956 kB
SwapFree:      4177292 kB
Dirty:            3240 kB
Writeback:           0 kB
Mapped:          99908 kB
Slab:            28644 kB
Committed_AS:  1857600 kB
PageTables:       1936 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66548 MiB
End job on node83 at 2008-07-04 10:06:47