Trace number 1055408

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 17.2614 17.4743

General information on the benchmark

Namecsp/nengfa/
normalized-block.xml
MD5SUMd774b3d9a6f2ab41cce78f1e9dd6d763
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark3.83342
Satisfiable
(Un)Satisfiability was proved
Number of variables616
Number of constraints1812
Maximum constraint arity7
Maximum domain size8
Number of constraints which are defined in extension0
Number of constraints which are defined in intension1812
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.03	c --- Preproc Stats ---
8.78/8.92	c start processing
8.78/8.93	c start relation processing
9.27/9.47	c start cnf exporting
12.05/12.27	c parsing time : 8.794
12.05/12.27	c preprocessing time : 12.145
12.05/12.27	
12.05/12.27	c Nary constraints - conflicts : 616 supports : 243
12.05/12.27	c Binary constraints - conflicts : 942 supports :11
12.05/12.27	c max arity constraint : 7
12.05/12.27	c Max Tuples generated 448
12.05/12.27	c relations : 192
12.05/12.27	c relations BDD: 23
12.05/12.27	c sampling 0/0
12.05/12.27	c vars : 13451 - clauses :  79959
12.05/12.27	
12.12/12.31	 
12.12/12.31	c --- SAT Solver Stats ---
12.12/12.31	 
17.16/17.46	c restarts              : 12
17.16/17.46	c conflicts             : 24692          (4857 /sec)
17.16/17.46	c decisions             : 98927          (1.50 % random) (19458 /sec)
17.16/17.46	c propagations          : 10012238       (1969274 /sec)
17.16/17.46	c conflict literals     : 454147         (26.37 % deleted)
17.16/17.46	c Memory used           : 7.74 MB
17.16/17.46	c CPU time              : 5.08423 s
17.16/17.46	
17.16/17.46	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-1055408-1215059519/watcher-1055408-1215059519 -o /tmp/evaluation-result-1055408-1215059519/solver-1055408-1215059519 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/galacM.sh HOME/instance-1055408-1215059519.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.97 1.98 1.99 4/72 11701
/proc/meminfo: memFree=1738528/2055924 swapFree=4180432/4192956
[pid=11701] ppid=11699 vsize=8560 CPUtime=0
/proc/11701/stat : 11701 (galacM.sh) R 11699 11701 7759 0 -1 4194304 308 0 0 0 0 0 0 0 20 0 1 0 1984927174 8765440 254 996147200 4194304 4520092 548682068832 18446744073709551615 268583028623 0 0 4096 8192 0 0 0 17 1 0 0
/proc/11701/statm: 2140 254 197 79 0 133 0

[startup+0.0874659 s]
/proc/loadavg: 1.97 1.98 1.99 4/72 11701
/proc/meminfo: memFree=1738528/2055924 swapFree=4180432/4192956
[pid=11701] ppid=11699 vsize=47572 CPUtime=0.01
/proc/11701/stat : 11701 (galacM.sh) S 11699 11701 7759 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 1984927174 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 268582447962 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/11701/statm: 11893 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47572

[startup+0.101466 s]
/proc/loadavg: 1.97 1.98 1.99 4/72 11701
/proc/meminfo: memFree=1738528/2055924 swapFree=4180432/4192956
[pid=11701] ppid=11699 vsize=47572 CPUtime=0.01
/proc/11701/stat : 11701 (galacM.sh) S 11699 11701 7759 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 1984927174 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 268582447962 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/11701/statm: 11893 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47572

[startup+0.302922 s]
/proc/loadavg: 1.97 1.98 1.99 4/72 11701
/proc/meminfo: memFree=1738528/2055924 swapFree=4180432/4192956
[pid=11701] ppid=11699 vsize=47572 CPUtime=0.01
/proc/11701/stat : 11701 (galacM.sh) S 11699 11701 7759 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 1984927174 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 268582447962 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/11701/statm: 11893 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47572

[startup+0.701585 s]
/proc/loadavg: 1.97 1.98 1.99 4/72 11701
/proc/meminfo: memFree=1738528/2055924 swapFree=4180432/4192956
[pid=11701] ppid=11699 vsize=47572 CPUtime=0.01
/proc/11701/stat : 11701 (galacM.sh) S 11699 11701 7759 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 1984927174 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 268582447962 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/11701/statm: 11893 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47572

[startup+1.50299 s]
/proc/loadavg: 1.97 1.98 1.99 4/82 11723
/proc/meminfo: memFree=1697808/2055924 swapFree=4180432/4192956
[pid=11701] ppid=11699 vsize=47572 CPUtime=0.01
/proc/11701/stat : 11701 (galacM.sh) S 11699 11701 7759 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 1984927174 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 268582447962 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/11701/statm: 11893 364 245 79 0 219 0
[pid=11715] ppid=11701 vsize=812740 CPUtime=1.44
/proc/11715/stat : 11715 (java) S 11701 11701 7759 0 -1 0 13358 0 1 0 135 9 0 0 18 0 9 0 1984927178 832245760 12561 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11715/statm: 203185 12561 2584 9 0 197166 0
[pid=11715/tid=11716] ppid=11701 vsize=812740 CPUtime=0.57
/proc/11715/task/11716/stat : 11716 (java) S 11701 11701 7759 0 -1 64 7479 0 1 0 51 6 0 0 16 0 9 0 1984927179 832245760 12561 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11715/tid=11717] ppid=11701 vsize=812740 CPUtime=0.71
/proc/11715/task/11717/stat : 11717 (java) R 11701 11701 7759 0 -1 64 4420 0 0 0 70 1 0 0 20 0 9 0 1984927180 832245760 12561 996147200 134512640 134550740 4294955616 18446744073709551615 102721928 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11715/tid=11718] ppid=11701 vsize=812740 CPUtime=0
/proc/11715/task/11718/stat : 11718 (java) S 11701 11701 7759 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1984927180 832245760 12561 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11715/tid=11719] ppid=11701 vsize=812740 CPUtime=0
/proc/11715/task/11719/stat : 11719 (java) S 11701 11701 7759 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1984927180 832245760 12561 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11715/tid=11720] ppid=11701 vsize=812740 CPUtime=0
/proc/11715/task/11720/stat : 11720 (java) S 11701 11701 7759 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1984927183 832245760 12561 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11715/tid=11721] ppid=11701 vsize=812740 CPUtime=0.13
/proc/11715/task/11721/stat : 11721 (java) S 11701 11701 7759 0 -1 64 759 0 0 0 13 0 0 0 16 0 9 0 1984927183 832245760 12561 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11715/tid=11722] ppid=11701 vsize=812740 CPUtime=0
/proc/11715/task/11722/stat : 11722 (java) S 11701 11701 7759 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1984927183 832245760 12561 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11715/tid=11723] ppid=11701 vsize=812740 CPUtime=0
/proc/11715/task/11723/stat : 11723 (java) S 11701 11701 7759 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1984927183 832245760 12561 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) 860312

[startup+3.10206 s]
/proc/loadavg: 1.97 1.98 1.99 3/82 11723
/proc/meminfo: memFree=1697488/2055924 swapFree=4180432/4192956
[pid=11701] ppid=11699 vsize=47572 CPUtime=0.01
/proc/11701/stat : 11701 (galacM.sh) S 11699 11701 7759 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 1984927174 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 268582447962 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/11701/statm: 11893 364 245 79 0 219 0
[pid=11715] ppid=11701 vsize=812740 CPUtime=3.03
/proc/11715/stat : 11715 (java) S 11701 11701 7759 0 -1 0 13447 0 1 0 293 10 0 0 18 0 9 0 1984927178 832245760 12603 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11715/statm: 203185 12603 2584 9 0 197166 0
[pid=11715/tid=11716] ppid=11701 vsize=812740 CPUtime=0.64
/proc/11715/task/11716/stat : 11716 (java) S 11701 11701 7759 0 -1 64 7526 0 1 0 58 6 0 0 16 0 9 0 1984927179 832245760 12603 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11715/tid=11717] ppid=11701 vsize=812740 CPUtime=2.19
/proc/11715/task/11717/stat : 11717 (java) R 11701 11701 7759 0 -1 64 4440 0 0 0 217 2 0 0 25 0 9 0 1984927180 832245760 12603 996147200 134512640 134550740 4294955616 18446744073709551615 102478995 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11715/tid=11718] ppid=11701 vsize=812740 CPUtime=0
/proc/11715/task/11718/stat : 11718 (java) S 11701 11701 7759 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1984927180 832245760 12603 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11715/tid=11719] ppid=11701 vsize=812740 CPUtime=0
/proc/11715/task/11719/stat : 11719 (java) S 11701 11701 7759 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1984927180 832245760 12603 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11715/tid=11720] ppid=11701 vsize=812740 CPUtime=0
/proc/11715/task/11720/stat : 11720 (java) S 11701 11701 7759 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1984927183 832245760 12603 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11715/tid=11721] ppid=11701 vsize=812740 CPUtime=0.17
/proc/11715/task/11721/stat : 11721 (java) S 11701 11701 7759 0 -1 64 781 0 0 0 17 0 0 0 15 0 9 0 1984927183 832245760 12603 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11715/tid=11722] ppid=11701 vsize=812740 CPUtime=0
/proc/11715/task/11722/stat : 11722 (java) S 11701 11701 7759 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1984927183 832245760 12603 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11715/tid=11723] ppid=11701 vsize=812740 CPUtime=0
/proc/11715/task/11723/stat : 11723 (java) S 11701 11701 7759 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1984927183 832245760 12603 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.30401 s]
/proc/loadavg: 2.05 2.00 2.00 3/82 11723
/proc/meminfo: memFree=1696144/2055924 swapFree=4180432/4192956
[pid=11701] ppid=11699 vsize=47572 CPUtime=0.01
/proc/11701/stat : 11701 (galacM.sh) S 11699 11701 7759 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 1984927174 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 268582447962 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/11701/statm: 11893 364 245 79 0 219 0
[pid=11715] ppid=11701 vsize=812892 CPUtime=6.19
/proc/11715/stat : 11715 (java) S 11701 11701 7759 0 -1 0 14516 0 1 0 608 11 0 0 18 0 9 0 1984927178 832401408 12824 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11715/statm: 203223 12824 2585 9 0 197204 0
[pid=11715/tid=11716] ppid=11701 vsize=812892 CPUtime=1.14
/proc/11715/task/11716/stat : 11716 (java) S 11701 11701 7759 0 -1 64 7619 0 1 0 108 6 0 0 15 0 9 0 1984927179 832401408 12824 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11715/tid=11717] ppid=11701 vsize=812892 CPUtime=4.72
/proc/11715/task/11717/stat : 11717 (java) R 11701 11701 7759 0 -1 64 5315 0 0 0 469 3 0 0 25 0 9 0 1984927180 832401408 12824 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11715/tid=11718] ppid=11701 vsize=812892 CPUtime=0
/proc/11715/task/11718/stat : 11718 (java) S 11701 11701 7759 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1984927180 832401408 12824 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11715/tid=11719] ppid=11701 vsize=812892 CPUtime=0
/proc/11715/task/11719/stat : 11719 (java) S 11701 11701 7759 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1984927180 832401408 12824 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11715/tid=11720] ppid=11701 vsize=812892 CPUtime=0
/proc/11715/task/11720/stat : 11720 (java) S 11701 11701 7759 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1984927183 832401408 12824 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11715/tid=11721] ppid=11701 vsize=812892 CPUtime=0.31
/proc/11715/task/11721/stat : 11721 (java) S 11701 11701 7759 0 -1 64 882 0 0 0 30 1 0 0 15 0 9 0 1984927183 832401408 12824 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11715/tid=11722] ppid=11701 vsize=812892 CPUtime=0
/proc/11715/task/11722/stat : 11722 (java) S 11701 11701 7759 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1984927183 832401408 12824 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11715/tid=11723] ppid=11701 vsize=812892 CPUtime=0
/proc/11715/task/11723/stat : 11723 (java) S 11701 11701 7759 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1984927183 832401408 12824 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.2
Current children cumulated vsize (KiB) 860464

[startup+12.7019 s]
/proc/loadavg: 2.12 2.02 2.01 4/82 11723
/proc/meminfo: memFree=1665040/2055924 swapFree=4180432/4192956
[pid=11701] ppid=11699 vsize=47572 CPUtime=12.13
/proc/11701/stat : 11701 (galacM.sh) S 11699 11701 7759 0 -1 4194304 799 23731 0 1 0 0 1194 19 18 0 1 0 1984927174 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 268582447962 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/11701/statm: 11893 364 245 79 0 219 0
Current children cumulated CPU time (s) 12.13
Current children cumulated vsize (KiB) 47572

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

[startup+15.9016 s]
/proc/loadavg: 2.11 2.02 2.00 3/74 11724
/proc/meminfo: memFree=1730000/2055924 swapFree=4180432/4192956
[pid=11701] ppid=11699 vsize=47572 CPUtime=12.13
/proc/11701/stat : 11701 (galacM.sh) S 11699 11701 7759 0 -1 4194304 799 23731 0 1 0 0 1194 19 18 0 1 0 1984927174 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 268582447962 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/11701/statm: 11893 364 245 79 0 219 0
[pid=11724] ppid=11701 vsize=7160 CPUtime=3.54
/proc/11724/stat : 11724 (minisat) R 11701 11701 7759 0 -1 4194304 1665 0 0 0 353 1 0 0 25 0 1 0 1984928406 7331840 1646 996147200 134512640 135136200 4294955968 18446744073709551615 134529434 0 0 4096 3 0 0 0 17 1 0 0
/proc/11724/statm: 1790 1646 57 152 0 1635 0
Current children cumulated CPU time (s) 15.67
Current children cumulated vsize (KiB) 54732

[startup+16.7017 s]
/proc/loadavg: 2.11 2.02 2.00 3/74 11724
/proc/meminfo: memFree=1729360/2055924 swapFree=4180432/4192956
[pid=11701] ppid=11699 vsize=47572 CPUtime=12.13
/proc/11701/stat : 11701 (galacM.sh) S 11699 11701 7759 0 -1 4194304 799 23731 0 1 0 0 1194 19 18 0 1 0 1984927174 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 268582447962 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/11701/statm: 11893 364 245 79 0 219 0
[pid=11724] ppid=11701 vsize=7656 CPUtime=4.33
/proc/11724/stat : 11724 (minisat) R 11701 11701 7759 0 -1 4194304 1765 0 0 0 432 1 0 0 25 0 1 0 1984928406 7839744 1746 996147200 134512640 135136200 4294955968 18446744073709551615 134520045 0 0 4096 3 0 0 0 17 1 0 0
/proc/11724/statm: 1914 1746 57 152 0 1759 0
Current children cumulated CPU time (s) 16.46
Current children cumulated vsize (KiB) 55228

[startup+17.1018 s]
/proc/loadavg: 2.11 2.02 2.00 3/74 11724
/proc/meminfo: memFree=1729360/2055924 swapFree=4180432/4192956
[pid=11701] ppid=11699 vsize=47572 CPUtime=12.13
/proc/11701/stat : 11701 (galacM.sh) S 11699 11701 7759 0 -1 4194304 799 23731 0 1 0 0 1194 19 18 0 1 0 1984927174 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 268582447962 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/11701/statm: 11893 364 245 79 0 219 0
[pid=11724] ppid=11701 vsize=7788 CPUtime=4.73
/proc/11724/stat : 11724 (minisat) R 11701 11701 7759 0 -1 4194304 1815 0 0 0 472 1 0 0 25 0 1 0 1984928406 7974912 1796 996147200 134512640 135136200 4294955968 18446744073709551615 134529438 0 0 4096 3 0 0 0 17 1 0 0
/proc/11724/statm: 1947 1796 57 152 0 1792 0
Current children cumulated CPU time (s) 16.86
Current children cumulated vsize (KiB) 55360

[startup+17.3019 s]
/proc/loadavg: 2.11 2.02 2.00 3/74 11724
/proc/meminfo: memFree=1729360/2055924 swapFree=4180432/4192956
[pid=11701] ppid=11699 vsize=47572 CPUtime=12.13
/proc/11701/stat : 11701 (galacM.sh) S 11699 11701 7759 0 -1 4194304 799 23731 0 1 0 0 1194 19 18 0 1 0 1984927174 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 268582447962 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/11701/statm: 11893 364 245 79 0 219 0
[pid=11724] ppid=11701 vsize=7920 CPUtime=4.93
/proc/11724/stat : 11724 (minisat) R 11701 11701 7759 0 -1 4194304 1846 0 0 0 492 1 0 0 25 0 1 0 1984928406 8110080 1827 996147200 134512640 135136200 4294955968 18446744073709551615 134520057 0 0 4096 3 0 0 0 17 1 0 0
/proc/11724/statm: 1980 1827 57 152 0 1825 0
Current children cumulated CPU time (s) 17.06
Current children cumulated vsize (KiB) 55492

[startup+17.4019 s]
/proc/loadavg: 2.11 2.02 2.00 3/74 11724
/proc/meminfo: memFree=1729360/2055924 swapFree=4180432/4192956
[pid=11701] ppid=11699 vsize=47572 CPUtime=12.13
/proc/11701/stat : 11701 (galacM.sh) S 11699 11701 7759 0 -1 4194304 799 23731 0 1 0 0 1194 19 18 0 1 0 1984927174 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 268582447962 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/11701/statm: 11893 364 245 79 0 219 0
[pid=11724] ppid=11701 vsize=7920 CPUtime=5.03
/proc/11724/stat : 11724 (minisat) R 11701 11701 7759 0 -1 4194304 1855 0 0 0 502 1 0 0 25 0 1 0 1984928406 8110080 1836 996147200 134512640 135136200 4294955968 18446744073709551615 134529504 0 0 4096 3 0 0 0 17 1 0 0
/proc/11724/statm: 1980 1836 57 152 0 1825 0
Current children cumulated CPU time (s) 17.16
Current children cumulated vsize (KiB) 55492

Child status: 0
Real time (s): 17.4743
CPU time (s): 17.2614
CPU user time (s): 17.0324
CPU system time (s): 0.228965
CPU usage (%): 98.7813
Max. virtual memory (cumulated for all children) (KiB): 860756

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 17.0324
system time used= 0.228965
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 26606
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= 2006

runsolver used 0.029995 second user time and 0.066989 second system time

The end

Launcher Data (download as text)

Begin job on node6 at 2008-07-03 06:31:59
IDJOB=1055408
IDBENCH=56818
IDSOLVER=350
FILE ID=node6/1055408-1215059519
PBS_JOBID= 7875161
Free space on /tmp= 66540 MiB

SOLVER NAME= galac M
BENCH NAME= CPAI08/csp/nengfa/normalized-block.xml
COMMAND LINE= HOME/galacM.sh BENCHNAME 
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1055408-1215059519/watcher-1055408-1215059519 -o /tmp/evaluation-result-1055408-1215059519/solver-1055408-1215059519 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/galacM.sh HOME/instance-1055408-1215059519.xml 

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= d774b3d9a6f2ab41cce78f1e9dd6d763
RANDOM SEED=759663921

node6.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.265
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.265
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:      2055924 kB
MemFree:       1739072 kB
Buffers:         38628 kB
Cached:         153704 kB
SwapCached:       6636 kB
Active:         164496 kB
Inactive:        87192 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055924 kB
LowFree:       1739072 kB
SwapTotal:     4192956 kB
SwapFree:      4180432 kB
Dirty:            3604 kB
Writeback:           0 kB
Mapped:          66792 kB
Slab:            50544 kB
Committed_AS:  3273560 kB
PageTables:       1960 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= 66540 MiB
End job on node6 at 2008-07-03 06:32:16