Trace number 1097506

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 459.957 461.779

General information on the benchmark

Namecsp/tightness0.35/
normalized-rand-2-40-16-250-350-90_ext.xml
MD5SUMc866bb6a5cbfacfad286a14d732ce0db
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 benchmark7.62584
Satisfiable
(Un)Satisfiability was proved
Number of variables40
Number of constraints250
Maximum constraint arity2
Maximum domain size16
Number of constraints which are defined in extension250
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.76	c start processing
0.01/0.76	c start relation processing
0.01/0.76	c start cnf exporting
1.45/1.53	c parsing time : 0.639
1.45/1.53	c preprocessing time : 1.412
1.45/1.53	
1.45/1.53	c Nary constraints - conflicts : 0 supports : 0
1.45/1.53	c Binary constraints - conflicts : 250 supports :0
1.45/1.53	c max arity constraint : 2
1.45/1.53	c Max Tuples generated 0
1.45/1.53	c relations : 250
1.45/1.53	c relations BDD: 0
1.45/1.53	c sampling 0/0
1.45/1.53	c vars : 641 - clauses :  27288
1.45/1.53	
1.45/1.55	 
1.45/1.55	c --- SAT Solver Stats ---
1.45/1.55	 
459.86/461.76	c restarts              : 20
459.86/461.76	c conflicts             : 534696         (1167 /sec)
459.86/461.76	c decisions             : 777676         (1.28 % random) (1697 /sec)
459.86/461.76	c propagations          : 47832564       (104356 /sec)
459.86/461.76	c conflict literals     : 38502288       (29.27 % deleted)
459.86/461.76	c Memory used           : 27.27 MB
459.86/461.76	c CPU time              : 458.36 s
459.86/461.76	
459.86/461.76	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-1097506-1215282335/watcher-1097506-1215282335 -o /tmp/evaluation-result-1097506-1215282335/solver-1097506-1215282335 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/galacM.sh HOME/instance-1097506-1215282335.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.30 2.22 2.10 4/85 19568
/proc/meminfo: memFree=1620000/2055920 swapFree=4180580/4192956
[pid=19568] ppid=19566 vsize=8652 CPUtime=0
/proc/19568/stat : 19568 (galacM.sh) S 19566 19568 17664 0 -1 4194304 346 0 0 0 0 0 0 0 18 0 1 0 651163919 8859648 280 996147200 4194304 4520092 548682068832 18446744073709551615 234045500250 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/19568/statm: 2163 280 208 79 0 156 0
[pid=19569] ppid=19568 vsize=8688 CPUtime=0
/proc/19569/stat : 19569 (galacM.sh) S 19568 19568 17664 0 -1 4194368 36 0 0 0 0 0 0 0 18 0 1 0 651163919 8896512 286 996147200 4194304 4520092 548682068832 18446744073709551615 234046062674 0 0 4096 73728 18446744071563648864 0 0 17 0 0 0
/proc/19569/statm: 2172 286 209 79 0 165 0
[pid=19570] ppid=19569 vsize=8728 CPUtime=0
/proc/19570/stat : 19570 (galacM.sh) R 19569 19568 17664 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 1 0 651163919 8937472 290 996147200 4194304 4520092 548682068832 18446744073709551615 234045893927 0 0 3674112 73728 0 0 0 17 1 0 0
/proc/19570/statm: 2182 290 209 79 0 175 0

[startup+0.0685689 s]
/proc/loadavg: 2.30 2.22 2.10 4/85 19568
/proc/meminfo: memFree=1620000/2055920 swapFree=4180580/4192956
[pid=19568] ppid=19566 vsize=47572 CPUtime=0.01
/proc/19568/stat : 19568 (galacM.sh) S 19566 19568 17664 0 -1 4194304 764 1697 0 0 0 0 0 1 17 0 1 0 651163919 48713728 363 996147200 4194304 4520092 548682068832 18446744073709551615 234045500250 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/19568/statm: 11893 363 244 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47572

[startup+0.101573 s]
/proc/loadavg: 2.30 2.22 2.10 4/85 19568
/proc/meminfo: memFree=1620000/2055920 swapFree=4180580/4192956
[pid=19568] ppid=19566 vsize=47572 CPUtime=0.01
/proc/19568/stat : 19568 (galacM.sh) S 19566 19568 17664 0 -1 4194304 764 1697 0 0 0 0 0 1 17 0 1 0 651163919 48713728 363 996147200 4194304 4520092 548682068832 18446744073709551615 234045500250 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/19568/statm: 11893 363 244 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47572

[startup+0.301592 s]
/proc/loadavg: 2.30 2.22 2.10 4/85 19568
/proc/meminfo: memFree=1620000/2055920 swapFree=4180580/4192956
[pid=19568] ppid=19566 vsize=47572 CPUtime=0.01
/proc/19568/stat : 19568 (galacM.sh) S 19566 19568 17664 0 -1 4194304 764 1697 0 0 0 0 0 1 17 0 1 0 651163919 48713728 363 996147200 4194304 4520092 548682068832 18446744073709551615 234045500250 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/19568/statm: 11893 363 244 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47572

[startup+0.701633 s]
/proc/loadavg: 2.30 2.22 2.10 4/85 19568
/proc/meminfo: memFree=1620000/2055920 swapFree=4180580/4192956
[pid=19568] ppid=19566 vsize=47572 CPUtime=0.01
/proc/19568/stat : 19568 (galacM.sh) S 19566 19568 17664 0 -1 4194304 764 1697 0 0 0 0 0 1 17 0 1 0 651163919 48713728 363 996147200 4194304 4520092 548682068832 18446744073709551615 234045500250 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/19568/statm: 11893 363 244 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47572

[startup+1.50272 s]
/proc/loadavg: 2.30 2.22 2.10 4/95 19590
/proc/meminfo: memFree=1553616/2055920 swapFree=4180580/4192956
[pid=19568] ppid=19566 vsize=47572 CPUtime=0.01
/proc/19568/stat : 19568 (galacM.sh) S 19566 19568 17664 0 -1 4194304 764 1697 0 0 0 0 0 1 17 0 1 0 651163919 48713728 363 996147200 4194304 4520092 548682068832 18446744073709551615 234045500250 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/19568/statm: 11893 363 244 79 0 219 0
[pid=19582] ppid=19568 vsize=812760 CPUtime=1.44
/proc/19582/stat : 19582 (java) S 19568 19568 17664 0 -1 0 19722 0 1 0 134 10 0 0 19 0 9 0 651163922 832266240 19146 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/19582/statm: 203190 19146 1906 9 0 197171 0
[pid=19582/tid=19583] ppid=19568 vsize=812760 CPUtime=1.14
/proc/19582/task/19583/stat : 19583 (java) R 19568 19568 17664 0 -1 64 14502 0 1 0 107 7 0 0 25 0 9 0 651163923 832266240 19146 996147200 134512640 134550740 4294955600 18446744073709551615 4127062176 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19582/tid=19584] ppid=19568 vsize=812760 CPUtime=0.03
/proc/19582/task/19584/stat : 19584 (java) S 19568 19568 17664 0 -1 64 3659 0 0 0 2 1 0 0 17 0 9 0 651163924 832266240 19146 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=19582/tid=19585] ppid=19568 vsize=812760 CPUtime=0
/proc/19582/task/19585/stat : 19585 (java) S 19568 19568 17664 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 651163925 832266240 19146 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19582/tid=19586] ppid=19568 vsize=812760 CPUtime=0
/proc/19582/task/19586/stat : 19586 (java) S 19568 19568 17664 0 -1 64 6 0 0 0 0 0 0 0 16 0 9 0 651163925 832266240 19146 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19582/tid=19587] ppid=19568 vsize=812760 CPUtime=0
/proc/19582/task/19587/stat : 19587 (java) S 19568 19568 17664 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 651163927 832266240 19146 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19582/tid=19588] ppid=19568 vsize=812760 CPUtime=0.24
/proc/19582/task/19588/stat : 19588 (java) S 19568 19568 17664 0 -1 64 861 0 0 0 24 0 0 0 16 0 9 0 651163927 832266240 19146 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19582/tid=19589] ppid=19568 vsize=812760 CPUtime=0
/proc/19582/task/19589/stat : 19589 (java) S 19568 19568 17664 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 651163927 832266240 19146 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19582/tid=19590] ppid=19568 vsize=812760 CPUtime=0
/proc/19582/task/19590/stat : 19590 (java) S 19568 19568 17664 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 651163927 832266240 19146 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 860332

[startup+3.10289 s]
/proc/loadavg: 2.28 2.21 2.09 3/87 19591
/proc/meminfo: memFree=1615504/2055920 swapFree=4180580/4192956
[pid=19568] ppid=19566 vsize=47572 CPUtime=1.51
/proc/19568/stat : 19568 (galacM.sh) S 19566 19568 17664 0 -1 4194304 798 21431 0 1 0 0 138 13 17 0 1 0 651163919 48713728 363 996147200 4194304 4520092 548682068832 18446744073709551615 234045500250 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/19568/statm: 11893 363 244 79 0 219 0
[pid=19591] ppid=19568 vsize=6132 CPUtime=1.53
/proc/19591/stat : 19591 (minisat) R 19568 19568 17664 0 -1 4194304 1262 0 0 0 153 0 0 0 25 0 1 0 651164074 6279168 1243 996147200 134512640 135136200 4294955968 18446744073709551615 134529438 0 0 4096 3 0 0 0 17 1 0 0
/proc/19591/statm: 1533 1243 56 152 0 1378 0
Current children cumulated CPU time (s) 3.04
Current children cumulated vsize (KiB) 53704

[startup+6.30123 s]
/proc/loadavg: 2.28 2.21 2.09 3/87 19591
/proc/meminfo: memFree=1611472/2055920 swapFree=4180580/4192956
[pid=19568] ppid=19566 vsize=47572 CPUtime=1.51
/proc/19568/stat : 19568 (galacM.sh) S 19566 19568 17664 0 -1 4194304 798 21431 0 1 0 0 138 13 17 0 1 0 651163919 48713728 363 996147200 4194304 4520092 548682068832 18446744073709551615 234045500250 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/19568/statm: 11893 363 244 79 0 219 0
[pid=19591] ppid=19568 vsize=9196 CPUtime=4.72
/proc/19591/stat : 19591 (minisat) R 19568 19568 17664 0 -1 4194304 2014 0 0 0 471 1 0 0 25 0 1 0 651164074 9416704 1995 996147200 134512640 135136200 4294955968 18446744073709551615 134529382 0 0 4096 3 0 0 0 17 1 0 0
/proc/19591/statm: 2299 1995 56 152 0 2144 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 56768

[startup+12.7029 s]
/proc/loadavg: 2.24 2.20 2.09 3/87 19591
/proc/meminfo: memFree=1607696/2055920 swapFree=4180580/4192956
[pid=19568] ppid=19566 vsize=47572 CPUtime=1.51
/proc/19568/stat : 19568 (galacM.sh) S 19566 19568 17664 0 -1 4194304 798 21431 0 1 0 0 138 13 17 0 1 0 651163919 48713728 363 996147200 4194304 4520092 548682068832 18446744073709551615 234045500250 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/19568/statm: 11893 363 244 79 0 219 0
[pid=19591] ppid=19568 vsize=12564 CPUtime=11.1
/proc/19591/stat : 19591 (minisat) R 19568 19568 17664 0 -1 4194304 2829 0 0 0 1108 2 0 0 25 0 1 0 651164074 12865536 2810 996147200 134512640 135136200 4294955968 18446744073709551615 134529491 0 0 4096 3 0 0 0 17 1 0 0
/proc/19591/statm: 3141 2810 56 152 0 2986 0
Current children cumulated CPU time (s) 12.61
Current children cumulated vsize (KiB) 60136

[startup+25.5012 s]
/proc/loadavg: 2.20 2.20 2.09 3/87 19591
/proc/meminfo: memFree=1606480/2055920 swapFree=4180580/4192956
[pid=19568] ppid=19566 vsize=47572 CPUtime=1.51
/proc/19568/stat : 19568 (galacM.sh) S 19566 19568 17664 0 -1 4194304 798 21431 0 1 0 0 138 13 17 0 1 0 651163919 48713728 363 996147200 4194304 4520092 548682068832 18446744073709551615 234045500250 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/19568/statm: 11893 363 244 79 0 219 0
[pid=19591] ppid=19568 vsize=13680 CPUtime=23.84
/proc/19591/stat : 19591 (minisat) R 19568 19568 17664 0 -1 4194304 3104 0 0 0 2382 2 0 0 25 0 1 0 651164074 14008320 3085 996147200 134512640 135136200 4294955968 18446744073709551615 134524750 0 0 4096 3 0 0 0 17 1 0 0
/proc/19591/statm: 3420 3085 56 152 0 3265 0
Current children cumulated CPU time (s) 25.35
Current children cumulated vsize (KiB) 61252

[startup+51.1019 s]
/proc/loadavg: 2.13 2.18 2.09 3/87 19591
/proc/meminfo: memFree=1604880/2055920 swapFree=4180580/4192956
[pid=19568] ppid=19566 vsize=47572 CPUtime=1.51
/proc/19568/stat : 19568 (galacM.sh) S 19566 19568 17664 0 -1 4194304 798 21431 0 1 0 0 138 13 17 0 1 0 651163919 48713728 363 996147200 4194304 4520092 548682068832 18446744073709551615 234045500250 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/19568/statm: 11893 363 244 79 0 219 0
[pid=19591] ppid=19568 vsize=15300 CPUtime=49.34
/proc/19591/stat : 19591 (minisat) R 19568 19568 17664 0 -1 4194304 3511 0 0 0 4931 3 0 0 25 0 1 0 651164074 15667200 3492 996147200 134512640 135136200 4294955968 18446744073709551615 134529382 0 0 4096 3 0 0 0 17 1 0 0
/proc/19591/statm: 3825 3492 56 152 0 3670 0
Current children cumulated CPU time (s) 50.85
Current children cumulated vsize (KiB) 62872

[startup+102.306 s]
/proc/loadavg: 2.05 2.15 2.08 3/87 19591
/proc/meminfo: memFree=1600912/2055920 swapFree=4180580/4192956
[pid=19568] ppid=19566 vsize=47572 CPUtime=1.51
/proc/19568/stat : 19568 (galacM.sh) S 19566 19568 17664 0 -1 4194304 798 21431 0 1 0 0 138 13 17 0 1 0 651163919 48713728 363 996147200 4194304 4520092 548682068832 18446744073709551615 234045500250 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/19568/statm: 11893 363 244 79 0 219 0
[pid=19591] ppid=19568 vsize=19380 CPUtime=100.35
/proc/19591/stat : 19591 (minisat) R 19568 19568 17664 0 -1 4194304 4476 0 0 0 10031 4 0 0 25 0 1 0 651164074 19845120 4457 996147200 134512640 135136200 4294955968 18446744073709551615 134529382 0 0 4096 3 0 0 0 17 1 0 0
/proc/19591/statm: 4845 4457 56 152 0 4690 0
Current children cumulated CPU time (s) 101.86
Current children cumulated vsize (KiB) 66952

[startup+162.302 s]
/proc/loadavg: 2.02 2.12 2.08 3/87 19591
/proc/meminfo: memFree=1597712/2055920 swapFree=4180580/4192956
[pid=19568] ppid=19566 vsize=47572 CPUtime=1.51
/proc/19568/stat : 19568 (galacM.sh) S 19566 19568 17664 0 -1 4194304 798 21431 0 1 0 0 138 13 17 0 1 0 651163919 48713728 363 996147200 4194304 4520092 548682068832 18446744073709551615 234045500250 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/19568/statm: 11893 363 244 79 0 219 0
[pid=19591] ppid=19568 vsize=22520 CPUtime=160.1
/proc/19591/stat : 19591 (minisat) R 19568 19568 17664 0 -1 4194304 5260 0 0 0 16006 4 0 0 25 0 1 0 651164074 23060480 5241 996147200 134512640 135136200 4294955968 18446744073709551615 134529425 0 0 4096 3 0 0 0 17 1 0 0
/proc/19591/statm: 5630 5241 56 152 0 5475 0
Current children cumulated CPU time (s) 161.61
Current children cumulated vsize (KiB) 70092

[startup+222.302 s]
/proc/loadavg: 2.00 2.09 2.07 3/87 19591
/proc/meminfo: memFree=1596368/2055920 swapFree=4180580/4192956
[pid=19568] ppid=19566 vsize=47572 CPUtime=1.51
/proc/19568/stat : 19568 (galacM.sh) S 19566 19568 17664 0 -1 4194304 798 21431 0 1 0 0 138 13 17 0 1 0 651163919 48713728 363 996147200 4194304 4520092 548682068832 18446744073709551615 234045500250 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/19568/statm: 11893 363 244 79 0 219 0
[pid=19591] ppid=19568 vsize=23892 CPUtime=219.87
/proc/19591/stat : 19591 (minisat) R 19568 19568 17664 0 -1 4194304 5594 0 0 0 21983 4 0 0 25 0 1 0 651164074 24465408 5575 996147200 134512640 135136200 4294955968 18446744073709551615 134529382 0 0 4096 3 0 0 0 17 1 0 0
/proc/19591/statm: 5973 5575 56 152 0 5818 0
Current children cumulated CPU time (s) 221.38
Current children cumulated vsize (KiB) 71464

[startup+282.301 s]
/proc/loadavg: 2.00 2.07 2.07 3/87 19591
/proc/meminfo: memFree=1594192/2055920 swapFree=4180580/4192956
[pid=19568] ppid=19566 vsize=47572 CPUtime=1.51
/proc/19568/stat : 19568 (galacM.sh) S 19566 19568 17664 0 -1 4194304 798 21431 0 1 0 0 138 13 17 0 1 0 651163919 48713728 363 996147200 4194304 4520092 548682068832 18446744073709551615 234045500250 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/19568/statm: 11893 363 244 79 0 219 0
[pid=19591] ppid=19568 vsize=26232 CPUtime=279.64
/proc/19591/stat : 19591 (minisat) R 19568 19568 17664 0 -1 4194304 6136 0 0 0 27959 5 0 0 25 0 1 0 651164074 26861568 6117 996147200 134512640 135136200 4294955968 18446744073709551615 134529382 0 0 4096 3 0 0 0 17 1 0 0
/proc/19591/statm: 6558 6117 56 152 0 6403 0
Current children cumulated CPU time (s) 281.15
Current children cumulated vsize (KiB) 73804

[startup+342.302 s]
/proc/loadavg: 2.00 2.06 2.06 3/87 19591
/proc/meminfo: memFree=1593872/2055920 swapFree=4180580/4192956
[pid=19568] ppid=19566 vsize=47572 CPUtime=1.51
/proc/19568/stat : 19568 (galacM.sh) S 19566 19568 17664 0 -1 4194304 798 21431 0 1 0 0 138 13 17 0 1 0 651163919 48713728 363 996147200 4194304 4520092 548682068832 18446744073709551615 234045500250 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/19568/statm: 11893 363 244 79 0 219 0
[pid=19591] ppid=19568 vsize=26532 CPUtime=339.41
/proc/19591/stat : 19591 (minisat) R 19568 19568 17664 0 -1 4194304 6210 0 0 0 33936 5 0 0 25 0 1 0 651164074 27168768 6191 996147200 134512640 135136200 4294955968 18446744073709551615 134529527 0 0 4096 3 0 0 0 17 1 0 0
/proc/19591/statm: 6633 6191 56 152 0 6478 0
Current children cumulated CPU time (s) 340.92
Current children cumulated vsize (KiB) 74104

[startup+402.302 s]
/proc/loadavg: 2.00 2.05 2.05 3/87 19591
/proc/meminfo: memFree=1593104/2055920 swapFree=4180580/4192956
[pid=19568] ppid=19566 vsize=47572 CPUtime=1.51
/proc/19568/stat : 19568 (galacM.sh) S 19566 19568 17664 0 -1 4194304 798 21431 0 1 0 0 138 13 17 0 1 0 651163919 48713728 363 996147200 4194304 4520092 548682068832 18446744073709551615 234045500250 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/19568/statm: 11893 363 244 79 0 219 0
[pid=19591] ppid=19568 vsize=27412 CPUtime=399.17
/proc/19591/stat : 19591 (minisat) R 19568 19568 17664 0 -1 4194304 6392 0 0 0 39912 5 0 0 25 0 1 0 651164074 28069888 6373 996147200 134512640 135136200 4294955968 18446744073709551615 134529382 0 0 4096 3 0 0 0 17 1 0 0
/proc/19591/statm: 6853 6373 56 152 0 6698 0
Current children cumulated CPU time (s) 400.68
Current children cumulated vsize (KiB) 74984

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

[startup+409.502 s]
/proc/loadavg: 2.00 2.04 2.05 3/87 19591
/proc/meminfo: memFree=1593040/2055920 swapFree=4180580/4192956
[pid=19568] ppid=19566 vsize=47572 CPUtime=1.51
/proc/19568/stat : 19568 (galacM.sh) S 19566 19568 17664 0 -1 4194304 798 21431 0 1 0 0 138 13 17 0 1 0 651163919 48713728 363 996147200 4194304 4520092 548682068832 18446744073709551615 234045500250 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/19568/statm: 11893 363 244 79 0 219 0
[pid=19591] ppid=19568 vsize=27412 CPUtime=406.34
/proc/19591/stat : 19591 (minisat) R 19568 19568 17664 0 -1 4194304 6393 0 0 0 40629 5 0 0 25 0 1 0 651164074 28069888 6374 996147200 134512640 135136200 4294955968 18446744073709551615 134529382 0 0 4096 3 0 0 0 17 1 0 0
/proc/19591/statm: 6853 6374 56 152 0 6698 0
Current children cumulated CPU time (s) 407.85
Current children cumulated vsize (KiB) 74984

[startup+435.101 s]
/proc/loadavg: 2.00 2.04 2.05 3/87 19591
/proc/meminfo: memFree=1592784/2055920 swapFree=4180580/4192956
[pid=19568] ppid=19566 vsize=47572 CPUtime=1.51
/proc/19568/stat : 19568 (galacM.sh) S 19566 19568 17664 0 -1 4194304 798 21431 0 1 0 0 138 13 17 0 1 0 651163919 48713728 363 996147200 4194304 4520092 548682068832 18446744073709551615 234045500250 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/19568/statm: 11893 363 244 79 0 219 0
[pid=19591] ppid=19568 vsize=27744 CPUtime=431.84
/proc/19591/stat : 19591 (minisat) R 19568 19568 17664 0 -1 4194304 6474 0 0 0 43179 5 0 0 25 0 1 0 651164074 28409856 6455 996147200 134512640 135136200 4294955968 18446744073709551615 134529580 0 0 4096 3 0 0 0 17 1 0 0
/proc/19591/statm: 6936 6455 56 152 0 6781 0
Current children cumulated CPU time (s) 433.35
Current children cumulated vsize (KiB) 75316

[startup+447.903 s]
/proc/loadavg: 2.00 2.04 2.05 3/87 19591
/proc/meminfo: memFree=1592656/2055920 swapFree=4180580/4192956
[pid=19568] ppid=19566 vsize=47572 CPUtime=1.51
/proc/19568/stat : 19568 (galacM.sh) S 19566 19568 17664 0 -1 4194304 798 21431 0 1 0 0 138 13 17 0 1 0 651163919 48713728 363 996147200 4194304 4520092 548682068832 18446744073709551615 234045500250 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/19568/statm: 11893 363 244 79 0 219 0
[pid=19591] ppid=19568 vsize=27744 CPUtime=444.6
/proc/19591/stat : 19591 (minisat) R 19568 19568 17664 0 -1 4194304 6496 0 0 0 44454 6 0 0 25 0 1 0 651164074 28409856 6477 996147200 134512640 135136200 4294955968 18446744073709551615 134529504 0 0 4096 3 0 0 0 17 1 0 0
/proc/19591/statm: 6936 6477 56 152 0 6781 0
Current children cumulated CPU time (s) 446.11
Current children cumulated vsize (KiB) 75316

[startup+454.306 s]
/proc/loadavg: 2.00 2.04 2.05 3/87 19591
/proc/meminfo: memFree=1592656/2055920 swapFree=4180580/4192956
[pid=19568] ppid=19566 vsize=47572 CPUtime=1.51
/proc/19568/stat : 19568 (galacM.sh) S 19566 19568 17664 0 -1 4194304 798 21431 0 1 0 0 138 13 17 0 1 0 651163919 48713728 363 996147200 4194304 4520092 548682068832 18446744073709551615 234045500250 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/19568/statm: 11893 363 244 79 0 219 0
[pid=19591] ppid=19568 vsize=27920 CPUtime=450.98
/proc/19591/stat : 19591 (minisat) R 19568 19568 17664 0 -1 4194304 6510 0 0 0 45092 6 0 0 25 0 1 0 651164074 28590080 6491 996147200 134512640 135136200 4294955968 18446744073709551615 134529382 0 0 4096 3 0 0 0 17 1 0 0
/proc/19591/statm: 6980 6491 56 152 0 6825 0
Current children cumulated CPU time (s) 452.49
Current children cumulated vsize (KiB) 75492

[startup+457.503 s]
/proc/loadavg: 2.00 2.04 2.05 3/87 19591
/proc/meminfo: memFree=1592656/2055920 swapFree=4180580/4192956
[pid=19568] ppid=19566 vsize=47572 CPUtime=1.51
/proc/19568/stat : 19568 (galacM.sh) S 19566 19568 17664 0 -1 4194304 798 21431 0 1 0 0 138 13 17 0 1 0 651163919 48713728 363 996147200 4194304 4520092 548682068832 18446744073709551615 234045500250 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/19568/statm: 11893 363 244 79 0 219 0
[pid=19591] ppid=19568 vsize=27920 CPUtime=454.17
/proc/19591/stat : 19591 (minisat) R 19568 19568 17664 0 -1 4194304 6511 0 0 0 45411 6 0 0 25 0 1 0 651164074 28590080 6492 996147200 134512640 135136200 4294955968 18446744073709551615 134529382 0 0 4096 3 0 0 0 17 1 0 0
/proc/19591/statm: 6980 6492 56 152 0 6825 0
Current children cumulated CPU time (s) 455.68
Current children cumulated vsize (KiB) 75492

[startup+459.102 s]
/proc/loadavg: 2.00 2.04 2.05 3/87 19591
/proc/meminfo: memFree=1592656/2055920 swapFree=4180580/4192956
[pid=19568] ppid=19566 vsize=47572 CPUtime=1.51
/proc/19568/stat : 19568 (galacM.sh) S 19566 19568 17664 0 -1 4194304 798 21431 0 1 0 0 138 13 17 0 1 0 651163919 48713728 363 996147200 4194304 4520092 548682068832 18446744073709551615 234045500250 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/19568/statm: 11893 363 244 79 0 219 0
[pid=19591] ppid=19568 vsize=27920 CPUtime=455.76
/proc/19591/stat : 19591 (minisat) R 19568 19568 17664 0 -1 4194304 6515 0 0 0 45570 6 0 0 25 0 1 0 651164074 28590080 6496 996147200 134512640 135136200 4294955968 18446744073709551615 134529504 0 0 4096 3 0 0 0 17 1 0 0
/proc/19591/statm: 6980 6496 56 152 0 6825 0
Current children cumulated CPU time (s) 457.27
Current children cumulated vsize (KiB) 75492

[startup+460.701 s]
/proc/loadavg: 2.00 2.04 2.05 3/87 19591
/proc/meminfo: memFree=1592528/2055920 swapFree=4180580/4192956
[pid=19568] ppid=19566 vsize=47572 CPUtime=1.51
/proc/19568/stat : 19568 (galacM.sh) S 19566 19568 17664 0 -1 4194304 798 21431 0 1 0 0 138 13 17 0 1 0 651163919 48713728 363 996147200 4194304 4520092 548682068832 18446744073709551615 234045500250 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/19568/statm: 11893 363 244 79 0 219 0
[pid=19591] ppid=19568 vsize=27920 CPUtime=457.35
/proc/19591/stat : 19591 (minisat) R 19568 19568 17664 0 -1 4194304 6530 0 0 0 45729 6 0 0 25 0 1 0 651164074 28590080 6511 996147200 134512640 135136200 4294955968 18446744073709551615 134529535 0 0 4096 3 0 0 0 17 1 0 0
/proc/19591/statm: 6980 6511 56 152 0 6825 0
Current children cumulated CPU time (s) 458.86
Current children cumulated vsize (KiB) 75492

[startup+461.501 s]
/proc/loadavg: 2.00 2.04 2.05 3/87 19591
/proc/meminfo: memFree=1592528/2055920 swapFree=4180580/4192956
[pid=19568] ppid=19566 vsize=47572 CPUtime=1.51
/proc/19568/stat : 19568 (galacM.sh) S 19566 19568 17664 0 -1 4194304 798 21431 0 1 0 0 138 13 17 0 1 0 651163919 48713728 363 996147200 4194304 4520092 548682068832 18446744073709551615 234045500250 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/19568/statm: 11893 363 244 79 0 219 0
[pid=19591] ppid=19568 vsize=27920 CPUtime=458.15
/proc/19591/stat : 19591 (minisat) R 19568 19568 17664 0 -1 4194304 6531 0 0 0 45809 6 0 0 25 0 1 0 651164074 28590080 6512 996147200 134512640 135136200 4294955968 18446744073709551615 134529382 0 0 4096 3 0 0 0 17 1 0 0
/proc/19591/statm: 6980 6512 56 152 0 6825 0
Current children cumulated CPU time (s) 459.66
Current children cumulated vsize (KiB) 75492

[startup+461.701 s]
/proc/loadavg: 2.00 2.04 2.05 3/87 19591
/proc/meminfo: memFree=1592528/2055920 swapFree=4180580/4192956
[pid=19568] ppid=19566 vsize=47572 CPUtime=1.51
/proc/19568/stat : 19568 (galacM.sh) S 19566 19568 17664 0 -1 4194304 798 21431 0 1 0 0 138 13 17 0 1 0 651163919 48713728 363 996147200 4194304 4520092 548682068832 18446744073709551615 234045500250 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/19568/statm: 11893 363 244 79 0 219 0
[pid=19591] ppid=19568 vsize=27920 CPUtime=458.35
/proc/19591/stat : 19591 (minisat) R 19568 19568 17664 0 -1 4194304 6531 0 0 0 45829 6 0 0 25 0 1 0 651164074 28590080 6512 996147200 134512640 135136200 4294955968 18446744073709551615 134529382 0 0 4096 3 0 0 0 17 1 0 0
/proc/19591/statm: 6980 6512 56 152 0 6825 0
Current children cumulated CPU time (s) 459.86
Current children cumulated vsize (KiB) 75492

Child status: 0
Real time (s): 461.779
CPU time (s): 459.957
CPU user time (s): 459.749
CPU system time (s): 0.207968
CPU usage (%): 99.6054
Max. virtual memory (cumulated for all children) (KiB): 860332

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 459.749
system time used= 0.207968
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 28977
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= 1093
involuntary context switches= 6183

runsolver used 0.421935 second user time and 1.26681 second system time

The end

Launcher Data (download as text)

Begin job on node79 at 2008-07-05 20:25:35
IDJOB=1097506
IDBENCH=59478
IDSOLVER=350
FILE ID=node79/1097506-1215282335
PBS_JOBID= 7882283
Free space on /tmp= 66496 MiB

SOLVER NAME= galac M
BENCH NAME= CPAI08/csp/tightness0.35/normalized-rand-2-40-16-250-350-90_ext.xml
COMMAND LINE= HOME/galacM.sh BENCHNAME 
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1097506-1215282335/watcher-1097506-1215282335 -o /tmp/evaluation-result-1097506-1215282335/solver-1097506-1215282335 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/galacM.sh HOME/instance-1097506-1215282335.xml 

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= c866bb6a5cbfacfad286a14d732ce0db
RANDOM SEED=951825674

node79.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.218
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.218
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:       1620544 kB
Buffers:         52500 kB
Cached:         195108 kB
SwapCached:       6916 kB
Active:         287592 kB
Inactive:        97020 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1620544 kB
SwapTotal:     4192956 kB
SwapFree:      4180580 kB
Dirty:            3208 kB
Writeback:           0 kB
Mapped:         146416 kB
Slab:            35936 kB
Committed_AS:  1844764 kB
PageTables:       2000 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= 66492 MiB
End job on node79 at 2008-07-05 20:33:17