Trace number 1103094

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 125.422 126.696

General information on the benchmark

Namecsp/tightness0.8/
normalized-rand-2-40-80-103-800-83_ext.xml
MD5SUM76f8d78401c9e50636602605612f7816
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark2.00469
Satisfiable
(Un)Satisfiability was proved
Number of variables40
Number of constraints103
Maximum constraint arity2
Maximum domain size80
Number of constraints which are defined in extension103
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.01/0.03	c --- Preproc Stats ---
1.44/1.53	c start processing
1.44/1.53	c start relation processing
1.84/1.95	c start cnf exporting
7.68/7.81	c parsing time : 1.406
7.68/7.81	c preprocessing time : 7.681
7.68/7.81	
7.68/7.81	c Nary constraints - conflicts : 0 supports : 0
7.68/7.81	c Binary constraints - conflicts : 0 supports :103
7.68/7.81	c max arity constraint : 2
7.68/7.81	c Max Tuples generated 0
7.68/7.81	c relations : 103
7.68/7.81	c relations BDD: 0
7.68/7.81	c sampling 0/0
7.68/7.81	c vars : 3201 - clauses :  142920
7.68/7.81	
7.68/7.87	 
7.68/7.87	c --- SAT Solver Stats ---
7.68/7.87	 
125.30/126.67	c restarts              : 13
125.30/126.68	c conflicts             : 31513          (268 /sec)
125.30/126.68	c decisions             : 45346          (1.51 % random) (386 /sec)
125.30/126.68	c propagations          : 16321317       (138828 /sec)
125.30/126.68	c conflict literals     : 8340255        (24.29 % deleted)
125.30/126.68	c Memory used           : 50.27 MB
125.30/126.68	c CPU time              : 117.565 s
125.30/126.68	
125.30/126.68	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-1103094-1215300384/watcher-1103094-1215300384 -o /tmp/evaluation-result-1103094-1215300384/solver-1103094-1215300384 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/galacM.sh HOME/instance-1103094-1215300384.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2200 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.00 2.05 2.05 4/75 29752
/proc/meminfo: memFree=1719368/2055920 swapFree=4179680/4192956
[pid=29752] ppid=29750 vsize=5316 CPUtime=0
/proc/29752/stat : 29752 (galacM.sh) R 29750 29752 29050 0 -1 4194304 229 0 0 0 0 0 0 0 22 0 1 0 2009011046 5443584 193 996147200 4194304 4520092 548682068832 18446744073709551615 234208949641 0 0 4096 8192 0 0 0 17 1 0 0
/proc/29752/statm: 1329 193 146 79 0 121 0

[startup+0.030339 s]
/proc/loadavg: 2.00 2.05 2.05 4/75 29752
/proc/meminfo: memFree=1719368/2055920 swapFree=4179680/4192956
[pid=29752] ppid=29750 vsize=8784 CPUtime=0.01
/proc/29752/stat : 29752 (galacM.sh) S 29750 29752 29050 0 -1 4194304 639 1482 0 0 0 0 0 1 21 0 1 0 2009011046 8994816 320 996147200 4194304 4520092 548682068832 18446744073709551615 234211737682 0 2 4096 73728 18446744071563648864 0 0 17 1 0 0
/proc/29752/statm: 2196 320 218 79 0 189 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 8784

[startup+0.102346 s]
/proc/loadavg: 2.00 2.05 2.05 4/75 29752
/proc/meminfo: memFree=1719368/2055920 swapFree=4179680/4192956
[pid=29752] ppid=29750 vsize=47556 CPUtime=0.01
/proc/29752/stat : 29752 (galacM.sh) S 29750 29752 29050 0 -1 4194304 765 1698 0 0 0 0 0 1 18 0 1 0 2009011046 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 234211175258 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/29752/statm: 11889 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47556

[startup+0.301379 s]
/proc/loadavg: 2.00 2.05 2.05 4/75 29752
/proc/meminfo: memFree=1719368/2055920 swapFree=4179680/4192956
[pid=29752] ppid=29750 vsize=47556 CPUtime=0.01
/proc/29752/stat : 29752 (galacM.sh) S 29750 29752 29050 0 -1 4194304 765 1698 0 0 0 0 0 1 18 0 1 0 2009011046 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 234211175258 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/29752/statm: 11889 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47556

[startup+0.701467 s]
/proc/loadavg: 2.00 2.05 2.05 4/75 29752
/proc/meminfo: memFree=1719368/2055920 swapFree=4179680/4192956
[pid=29752] ppid=29750 vsize=47556 CPUtime=0.01
/proc/29752/stat : 29752 (galacM.sh) S 29750 29752 29050 0 -1 4194304 765 1698 0 0 0 0 0 1 18 0 1 0 2009011046 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 234211175258 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/29752/statm: 11889 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47556

[startup+1.50163 s]
/proc/loadavg: 2.00 2.05 2.05 3/85 29774
/proc/meminfo: memFree=1649208/2055920 swapFree=4179680/4192956
[pid=29752] ppid=29750 vsize=47556 CPUtime=0.01
/proc/29752/stat : 29752 (galacM.sh) S 29750 29752 29050 0 -1 4194304 765 1698 0 0 0 0 0 1 18 0 1 0 2009011046 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 234211175258 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/29752/statm: 11889 364 245 79 0 219 0
[pid=29766] ppid=29752 vsize=812732 CPUtime=1.43
/proc/29766/stat : 29766 (java) S 29752 29752 29050 0 -1 0 21806 0 1 0 132 11 0 0 18 0 9 0 2009011050 832237568 21224 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29766/statm: 203183 21224 1890 9 0 197164 0
[pid=29766/tid=29767] ppid=29752 vsize=812732 CPUtime=1.2
/proc/29766/task/29767/stat : 29767 (java) R 29752 29752 29050 0 -1 64 14480 0 1 0 112 8 0 0 25 0 9 0 2009011051 832237568 21224 996147200 134512640 134550740 4294955600 18446744073709551615 4126788967 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29766/tid=29768] ppid=29752 vsize=812732 CPUtime=0.07
/proc/29766/task/29768/stat : 29768 (java) S 29752 29752 29050 0 -1 64 5857 0 0 0 6 1 0 0 16 0 9 0 2009011053 832237568 21224 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=29766/tid=29769] ppid=29752 vsize=812732 CPUtime=0
/proc/29766/task/29769/stat : 29769 (java) S 29752 29752 29050 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 2009011053 832237568 21224 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29766/tid=29770] ppid=29752 vsize=812732 CPUtime=0
/proc/29766/task/29770/stat : 29770 (java) S 29752 29752 29050 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 2009011053 832237568 21224 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29766/tid=29771] ppid=29752 vsize=812732 CPUtime=0
/proc/29766/task/29771/stat : 29771 (java) S 29752 29752 29050 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 2009011055 832237568 21224 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29766/tid=29772] ppid=29752 vsize=812732 CPUtime=0.13
/proc/29766/task/29772/stat : 29772 (java) S 29752 29752 29050 0 -1 64 770 0 0 0 13 0 0 0 16 0 9 0 2009011055 832237568 21224 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29766/tid=29773] ppid=29752 vsize=812732 CPUtime=0
/proc/29766/task/29773/stat : 29773 (java) S 29752 29752 29050 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 2009011055 832237568 21224 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29766/tid=29774] ppid=29752 vsize=812732 CPUtime=0
/proc/29766/task/29774/stat : 29774 (java) S 29752 29752 29050 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2009011055 832237568 21224 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.44
Current children cumulated vsize (KiB) 860288

[startup+3.10296 s]
/proc/loadavg: 2.00 2.04 2.05 3/85 29774
/proc/meminfo: memFree=1640448/2055920 swapFree=4179680/4192956
[pid=29752] ppid=29750 vsize=47556 CPUtime=0.01
/proc/29752/stat : 29752 (galacM.sh) S 29750 29752 29050 0 -1 4194304 765 1698 0 0 0 0 0 1 18 0 1 0 2009011046 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 234211175258 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/29752/statm: 11889 364 245 79 0 219 0
[pid=29766] ppid=29752 vsize=812732 CPUtime=3.02
/proc/29766/stat : 29766 (java) S 29752 29752 29050 0 -1 0 24866 0 1 0 289 13 0 0 18 0 9 0 2009011050 832237568 24279 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29766/statm: 203183 24279 1913 9 0 197164 0
[pid=29766/tid=29767] ppid=29752 vsize=812732 CPUtime=2.61
/proc/29766/task/29767/stat : 29767 (java) R 29752 29752 29050 0 -1 64 14529 0 1 0 252 9 0 0 25 0 9 0 2009011051 832237568 24279 996147200 134512640 134550740 4294955600 18446744073709551615 4126925221 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29766/tid=29768] ppid=29752 vsize=812732 CPUtime=0.16
/proc/29766/task/29768/stat : 29768 (java) S 29752 29752 29050 0 -1 64 8799 0 0 0 14 2 0 0 16 0 9 0 2009011053 832237568 24279 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=29766/tid=29769] ppid=29752 vsize=812732 CPUtime=0
/proc/29766/task/29769/stat : 29769 (java) S 29752 29752 29050 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 2009011053 832237568 24279 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29766/tid=29770] ppid=29752 vsize=812732 CPUtime=0
/proc/29766/task/29770/stat : 29770 (java) S 29752 29752 29050 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 2009011053 832237568 24279 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29766/tid=29771] ppid=29752 vsize=812732 CPUtime=0
/proc/29766/task/29771/stat : 29771 (java) S 29752 29752 29050 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 2009011055 832237568 24279 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29766/tid=29772] ppid=29752 vsize=812732 CPUtime=0.21
/proc/29766/task/29772/stat : 29772 (java) S 29752 29752 29050 0 -1 64 839 0 0 0 21 0 0 0 16 0 9 0 2009011055 832237568 24279 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29766/tid=29773] ppid=29752 vsize=812732 CPUtime=0
/proc/29766/task/29773/stat : 29773 (java) S 29752 29752 29050 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 2009011055 832237568 24279 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29766/tid=29774] ppid=29752 vsize=812732 CPUtime=0
/proc/29766/task/29774/stat : 29774 (java) S 29752 29752 29050 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2009011055 832237568 24279 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.03
Current children cumulated vsize (KiB) 860288

[startup+6.30162 s]
/proc/loadavg: 2.00 2.04 2.05 3/85 29774
/proc/meminfo: memFree=1626432/2055920 swapFree=4179680/4192956
[pid=29752] ppid=29750 vsize=47556 CPUtime=0.01
/proc/29752/stat : 29752 (galacM.sh) S 29750 29752 29050 0 -1 4194304 765 1698 0 0 0 0 0 1 18 0 1 0 2009011046 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 234211175258 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/29752/statm: 11889 364 245 79 0 219 0
[pid=29766] ppid=29752 vsize=812732 CPUtime=6.18
/proc/29766/stat : 29766 (java) S 29752 29752 29050 0 -1 0 24888 0 1 0 603 15 0 0 18 0 9 0 2009011050 832237568 24294 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29766/statm: 203183 24294 1914 9 0 197164 0
[pid=29766/tid=29767] ppid=29752 vsize=812732 CPUtime=5.75
/proc/29766/task/29767/stat : 29767 (java) R 29752 29752 29050 0 -1 64 14537 0 1 0 564 11 0 0 25 0 9 0 2009011051 832237568 24294 996147200 134512640 134550740 4294955600 18446744073709551615 4126614346 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29766/tid=29768] ppid=29752 vsize=812732 CPUtime=0.17
/proc/29766/task/29768/stat : 29768 (java) S 29752 29752 29050 0 -1 64 8799 0 0 0 15 2 0 0 16 0 9 0 2009011053 832237568 24294 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=29766/tid=29769] ppid=29752 vsize=812732 CPUtime=0
/proc/29766/task/29769/stat : 29769 (java) S 29752 29752 29050 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 2009011053 832237568 24294 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29766/tid=29770] ppid=29752 vsize=812732 CPUtime=0
/proc/29766/task/29770/stat : 29770 (java) S 29752 29752 29050 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 2009011053 832237568 24294 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29766/tid=29771] ppid=29752 vsize=812732 CPUtime=0
/proc/29766/task/29771/stat : 29771 (java) S 29752 29752 29050 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 2009011055 832237568 24294 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29766/tid=29772] ppid=29752 vsize=812732 CPUtime=0.23
/proc/29766/task/29772/stat : 29772 (java) S 29752 29752 29050 0 -1 64 853 0 0 0 23 0 0 0 15 0 9 0 2009011055 832237568 24294 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29766/tid=29773] ppid=29752 vsize=812732 CPUtime=0
/proc/29766/task/29773/stat : 29773 (java) S 29752 29752 29050 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 2009011055 832237568 24294 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29766/tid=29774] ppid=29752 vsize=812732 CPUtime=0
/proc/29766/task/29774/stat : 29774 (java) S 29752 29752 29050 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2009011055 832237568 24294 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.19
Current children cumulated vsize (KiB) 860288

[startup+12.702 s]
/proc/loadavg: 2.00 2.04 2.05 3/77 29775
/proc/meminfo: memFree=1700736/2055920 swapFree=4179680/4192956
[pid=29752] ppid=29750 vsize=47556 CPUtime=7.71
/proc/29752/stat : 29752 (galacM.sh) S 29750 29752 29050 0 -1 4194304 799 26601 0 1 0 0 752 19 17 0 1 0 2009011046 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 234211175258 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/29752/statm: 11889 364 245 79 0 219 0
[pid=29775] ppid=29752 vsize=16168 CPUtime=4.77
/proc/29775/stat : 29775 (minisat) R 29752 29752 29050 0 -1 4194304 3891 0 0 0 475 2 0 0 25 0 1 0 2009011834 16556032 3872 996147200 134512640 135136200 4294955968 18446744073709551615 134529382 0 0 4096 3 0 0 0 17 1 0 0
/proc/29775/statm: 4042 3872 57 152 0 3887 0
Current children cumulated CPU time (s) 12.48
Current children cumulated vsize (KiB) 63724

[startup+25.5016 s]
/proc/loadavg: 2.00 2.04 2.05 3/77 29775
/proc/meminfo: memFree=1691968/2055920 swapFree=4179680/4192956
[pid=29752] ppid=29750 vsize=47556 CPUtime=7.71
/proc/29752/stat : 29752 (galacM.sh) S 29750 29752 29050 0 -1 4194304 799 26601 0 1 0 0 752 19 17 0 1 0 2009011046 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 234211175258 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/29752/statm: 11889 364 245 79 0 219 0
[pid=29775] ppid=29752 vsize=24400 CPUtime=17.45
/proc/29775/stat : 29775 (minisat) R 29752 29752 29050 0 -1 4194304 5947 0 0 0 1741 4 0 0 25 0 1 0 2009011834 24985600 5928 996147200 134512640 135136200 4294955968 18446744073709551615 134529518 0 0 4096 3 0 0 0 17 1 0 0
/proc/29775/statm: 6100 5928 57 152 0 5945 0
Current children cumulated CPU time (s) 25.16
Current children cumulated vsize (KiB) 71956

[startup+51.1019 s]
/proc/loadavg: 2.00 2.04 2.05 3/77 29775
/proc/meminfo: memFree=1681536/2055920 swapFree=4179680/4192956
[pid=29752] ppid=29750 vsize=47556 CPUtime=7.71
/proc/29752/stat : 29752 (galacM.sh) S 29750 29752 29050 0 -1 4194304 799 26601 0 1 0 0 752 19 17 0 1 0 2009011046 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 234211175258 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/29752/statm: 11889 364 245 79 0 219 0
[pid=29775] ppid=29752 vsize=34548 CPUtime=42.81
/proc/29775/stat : 29775 (minisat) R 29752 29752 29050 0 -1 4194304 8463 0 0 0 4274 7 0 0 25 0 1 0 2009011834 35377152 8444 996147200 134512640 135136200 4294955968 18446744073709551615 134526802 0 0 4096 3 0 0 0 17 1 0 0
/proc/29775/statm: 8637 8444 57 152 0 8482 0
Current children cumulated CPU time (s) 50.52
Current children cumulated vsize (KiB) 82104

[startup+102.307 s]
/proc/loadavg: 2.00 2.03 2.04 3/77 29775
/proc/meminfo: memFree=1668800/2055920 swapFree=4179680/4192956
[pid=29752] ppid=29750 vsize=47556 CPUtime=7.71
/proc/29752/stat : 29752 (galacM.sh) S 29750 29752 29050 0 -1 4194304 799 26601 0 1 0 0 752 19 17 0 1 0 2009011046 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 234211175258 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/29752/statm: 11889 364 245 79 0 219 0
[pid=29775] ppid=29752 vsize=46920 CPUtime=93.52
/proc/29775/stat : 29775 (minisat) R 29752 29752 29050 0 -1 4194304 11503 0 0 0 9342 10 0 0 25 0 1 0 2009011834 48046080 11484 996147200 134512640 135136200 4294955968 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 1 0 0
/proc/29775/statm: 11730 11484 57 152 0 11575 0
Current children cumulated CPU time (s) 101.23
Current children cumulated vsize (KiB) 94476

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

[startup+115.101 s]
/proc/loadavg: 2.00 2.03 2.04 3/77 29775
/proc/meminfo: memFree=1666816/2055920 swapFree=4179680/4192956
[pid=29752] ppid=29750 vsize=47556 CPUtime=7.71
/proc/29752/stat : 29752 (galacM.sh) S 29750 29752 29050 0 -1 4194304 799 26601 0 1 0 0 752 19 17 0 1 0 2009011046 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 234211175258 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/29752/statm: 11889 364 245 79 0 219 0
[pid=29775] ppid=29752 vsize=48992 CPUtime=106.2
/proc/29775/stat : 29775 (minisat) R 29752 29752 29050 0 -1 4194304 11963 0 0 0 10610 10 0 0 25 0 1 0 2009011834 50167808 11944 996147200 134512640 135136200 4294955968 18446744073709551615 134529382 0 0 4096 3 0 0 0 17 1 0 0
/proc/29775/statm: 12248 11944 57 152 0 12093 0
Current children cumulated CPU time (s) 113.91
Current children cumulated vsize (KiB) 96548

[startup+121.502 s]
/proc/loadavg: 2.00 2.03 2.04 3/77 29775
/proc/meminfo: memFree=1665408/2055920 swapFree=4179680/4192956
[pid=29752] ppid=29750 vsize=47556 CPUtime=7.71
/proc/29752/stat : 29752 (galacM.sh) S 29750 29752 29050 0 -1 4194304 799 26601 0 1 0 0 752 19 17 0 1 0 2009011046 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 234211175258 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/29752/statm: 11889 364 245 79 0 219 0
[pid=29775] ppid=29752 vsize=50528 CPUtime=112.54
/proc/29775/stat : 29775 (minisat) R 29752 29752 29050 0 -1 4194304 12347 0 0 0 11243 11 0 0 25 0 1 0 2009011834 51740672 12328 996147200 134512640 135136200 4294955968 18446744073709551615 134529382 0 0 4096 3 0 0 0 17 1 0 0
/proc/29775/statm: 12632 12328 57 152 0 12477 0
Current children cumulated CPU time (s) 120.25
Current children cumulated vsize (KiB) 98084

[startup+124.701 s]
/proc/loadavg: 2.00 2.02 2.04 3/77 29775
/proc/meminfo: memFree=1664768/2055920 swapFree=4179680/4192956
[pid=29752] ppid=29750 vsize=47556 CPUtime=7.71
/proc/29752/stat : 29752 (galacM.sh) S 29750 29752 29050 0 -1 4194304 799 26601 0 1 0 0 752 19 17 0 1 0 2009011046 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 234211175258 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/29752/statm: 11889 364 245 79 0 219 0
[pid=29775] ppid=29752 vsize=51076 CPUtime=115.71
/proc/29775/stat : 29775 (minisat) R 29752 29752 29050 0 -1 4194304 12473 0 0 0 11560 11 0 0 25 0 1 0 2009011834 52301824 12454 996147200 134512640 135136200 4294955968 18446744073709551615 134529491 0 0 4096 3 0 0 0 17 1 0 0
/proc/29775/statm: 12769 12454 57 152 0 12614 0
Current children cumulated CPU time (s) 123.42
Current children cumulated vsize (KiB) 98632

[startup+125.501 s]
/proc/loadavg: 2.00 2.02 2.04 3/77 29775
/proc/meminfo: memFree=1664576/2055920 swapFree=4179680/4192956
[pid=29752] ppid=29750 vsize=47556 CPUtime=7.71
/proc/29752/stat : 29752 (galacM.sh) S 29750 29752 29050 0 -1 4194304 799 26601 0 1 0 0 752 19 17 0 1 0 2009011046 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 234211175258 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/29752/statm: 11889 364 245 79 0 219 0
[pid=29775] ppid=29752 vsize=51340 CPUtime=116.5
/proc/29775/stat : 29775 (minisat) R 29752 29752 29050 0 -1 4194304 12526 0 0 0 11639 11 0 0 25 0 1 0 2009011834 52572160 12507 996147200 134512640 135136200 4294955968 18446744073709551615 134529382 0 0 4096 3 0 0 0 17 1 0 0
/proc/29775/statm: 12835 12507 57 152 0 12680 0
Current children cumulated CPU time (s) 124.21
Current children cumulated vsize (KiB) 98896

[startup+126.302 s]
/proc/loadavg: 2.00 2.02 2.04 3/77 29775
/proc/meminfo: memFree=1664576/2055920 swapFree=4179680/4192956
[pid=29752] ppid=29750 vsize=47556 CPUtime=7.71
/proc/29752/stat : 29752 (galacM.sh) S 29750 29752 29050 0 -1 4194304 799 26601 0 1 0 0 752 19 17 0 1 0 2009011046 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 234211175258 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/29752/statm: 11889 364 245 79 0 219 0
[pid=29775] ppid=29752 vsize=51476 CPUtime=117.3
/proc/29775/stat : 29775 (minisat) R 29752 29752 29050 0 -1 4194304 12561 0 0 0 11719 11 0 0 25 0 1 0 2009011834 52711424 12542 996147200 134512640 135136200 4294955968 18446744073709551615 134529382 0 0 4096 3 0 0 0 17 1 0 0
/proc/29775/statm: 12869 12542 57 152 0 12714 0
Current children cumulated CPU time (s) 125.01
Current children cumulated vsize (KiB) 99032

[startup+126.508 s]
/proc/loadavg: 2.00 2.02 2.04 3/77 29775
/proc/meminfo: memFree=1664384/2055920 swapFree=4179680/4192956
[pid=29752] ppid=29750 vsize=47556 CPUtime=7.71
/proc/29752/stat : 29752 (galacM.sh) S 29750 29752 29050 0 -1 4194304 799 26601 0 1 0 0 752 19 17 0 1 0 2009011046 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 234211175258 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/29752/statm: 11889 364 245 79 0 219 0
[pid=29775] ppid=29752 vsize=51476 CPUtime=117.5
/proc/29775/stat : 29775 (minisat) R 29752 29752 29050 0 -1 4194304 12561 0 0 0 11739 11 0 0 25 0 1 0 2009011834 52711424 12542 996147200 134512640 135136200 4294955968 18446744073709551615 134529527 0 0 4096 3 0 0 0 17 1 0 0
/proc/29775/statm: 12869 12542 57 152 0 12714 0
Current children cumulated CPU time (s) 125.21
Current children cumulated vsize (KiB) 99032

[startup+126.603 s]
/proc/loadavg: 2.00 2.02 2.04 3/77 29775
/proc/meminfo: memFree=1664384/2055920 swapFree=4179680/4192956
[pid=29752] ppid=29750 vsize=47556 CPUtime=7.71
/proc/29752/stat : 29752 (galacM.sh) S 29750 29752 29050 0 -1 4194304 799 26601 0 1 0 0 752 19 17 0 1 0 2009011046 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 234211175258 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/29752/statm: 11889 364 245 79 0 219 0
[pid=29775] ppid=29752 vsize=51476 CPUtime=117.59
/proc/29775/stat : 29775 (minisat) R 29752 29752 29050 0 -1 4194304 12561 0 0 0 11748 11 0 0 25 0 1 0 2009011834 52711424 12542 996147200 134512640 135136200 4294955968 18446744073709551615 134529518 0 0 4096 3 0 0 0 17 1 0 0
/proc/29775/statm: 12869 12542 57 152 0 12714 0
Current children cumulated CPU time (s) 125.3
Current children cumulated vsize (KiB) 99032

Child status: 0
Real time (s): 126.696
CPU time (s): 125.422
CPU user time (s): 125.098
CPU system time (s): 0.32395
CPU usage (%): 98.9943
Max. virtual memory (cumulated for all children) (KiB): 860288

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 125.098
system time used= 0.32395
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 40180
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= 1067
involuntary context switches= 3648

runsolver used 0.152976 second user time and 0.440932 second system time

The end

Launcher Data (download as text)

Begin job on node54 at 2008-07-06 01:26:24
IDJOB=1103094
IDBENCH=60270
IDSOLVER=350
FILE ID=node54/1103094-1215300384
PBS_JOBID= 7882383
Free space on /tmp= 66524 MiB

SOLVER NAME= galac M
BENCH NAME= CPAI08/csp/tightness0.8/normalized-rand-2-40-80-103-800-83_ext.xml
COMMAND LINE= HOME/galacM.sh BENCHNAME 
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1103094-1215300384/watcher-1103094-1215300384 -o /tmp/evaluation-result-1103094-1215300384/solver-1103094-1215300384 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/galacM.sh HOME/instance-1103094-1215300384.xml 

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 76f8d78401c9e50636602605612f7816
RANDOM SEED=914830742

node54.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.279
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.279
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1719848 kB
Buffers:         59292 kB
Cached:         201084 kB
SwapCached:       6932 kB
Active:         177916 kB
Inactive:       102868 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1719848 kB
SwapTotal:     4192956 kB
SwapFree:      4179680 kB
Dirty:            3808 kB
Writeback:           0 kB
Mapped:          26960 kB
Slab:            40508 kB
Committed_AS:  4004680 kB
PageTables:       1780 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66520 MiB
End job on node54 at 2008-07-06 01:28:31