Trace number 1048577

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 348.264 348.586

General information on the benchmark

Namecsp/rand-10-20-10/
normalized-rand-10-20-10-5-10000-3_ext.xml
MD5SUM3a943544daeb42f629b766457a651c0a
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.639901
Satisfiable
(Un)Satisfiability was proved
Number of variables20
Number of constraints5
Maximum constraint arity10
Maximum domain size10
Number of constraints which are defined in extension5
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 ---
1.06/1.19	c start processing
1.06/1.19	c start relation processing
2.54/2.69	c start cnf exporting
20.27/20.58	c parsing time : 1.074
20.27/20.58	c preprocessing time : 20.457
20.27/20.58	
20.27/20.58	c Nary constraints - conflicts : 0 supports : 5
20.27/20.58	c Binary constraints - conflicts : 0 supports :0
20.27/20.58	c max arity constraint : 10
20.27/20.58	c Max Tuples generated 0
20.27/20.58	c relations : 5
20.27/20.58	c relations BDD: 5
20.27/20.58	c sampling 0/0
20.27/20.58	c vars : 169804 - clauses :  559678
20.27/20.58	
20.35/20.62	 
20.35/20.62	c --- SAT Solver Stats ---
20.35/20.62	 
348.15/348.56	c restarts              : 11
348.15/348.56	c conflicts             : 11700          (36 /sec)
348.15/348.56	c decisions             : 26857          (1.61 % random) (82 /sec)
348.15/348.57	c propagations          : 504819568      (1540173 /sec)
348.15/348.57	c conflict literals     : 663736         (52.63 % deleted)
348.15/348.57	c Memory used           : 40.30 MB
348.15/348.57	c CPU time              : 327.768 s
348.15/348.57	
348.15/348.57	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-1048577-1215043377/watcher-1048577-1215043377 -o /tmp/evaluation-result-1048577-1215043377/solver-1048577-1215043377 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/galacM.sh HOME/instance-1048577-1215043377.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.99 2.00 1.91 4/83 12980
/proc/meminfo: memFree=1768848/2055920 swapFree=4154836/4192956
[pid=12980] ppid=12978 vsize=8652 CPUtime=0
/proc/12980/stat : 12980 (galacM.sh) S 12978 12980 11585 0 -1 4194304 346 0 0 0 0 0 0 0 16 0 1 0 237325675 8859648 280 996147200 4194304 4520092 548682068832 18446744073709551615 269807184730 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/12980/statm: 2163 280 208 79 0 156 0
[pid=12981] ppid=12980 vsize=8688 CPUtime=0
/proc/12981/stat : 12981 (galacM.sh) R 12980 12980 11585 0 -1 4194368 67 485 0 0 0 0 0 0 16 0 1 0 237325675 8896512 288 996147200 4194304 4520092 548682068832 18446744073709551615 269807577759 0 65536 4096 73728 0 0 0 17 1 0 0
/proc/12981/statm: 2172 288 210 79 0 165 0

[startup+0.0553021 s]
/proc/loadavg: 1.99 2.00 1.91 4/83 12980
/proc/meminfo: memFree=1768848/2055920 swapFree=4154836/4192956
[pid=12980] ppid=12978 vsize=47556 CPUtime=0.01
/proc/12980/stat : 12980 (galacM.sh) S 12978 12980 11585 0 -1 4194304 765 1698 0 0 0 0 0 1 17 0 1 0 237325675 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 269807184730 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/12980/statm: 11889 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47556

[startup+0.101309 s]
/proc/loadavg: 1.99 2.00 1.91 4/83 12980
/proc/meminfo: memFree=1768848/2055920 swapFree=4154836/4192956
[pid=12980] ppid=12978 vsize=47556 CPUtime=0.01
/proc/12980/stat : 12980 (galacM.sh) S 12978 12980 11585 0 -1 4194304 765 1698 0 0 0 0 0 1 17 0 1 0 237325675 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 269807184730 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/12980/statm: 11889 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47556

[startup+0.301327 s]
/proc/loadavg: 1.99 2.00 1.91 4/83 12980
/proc/meminfo: memFree=1768848/2055920 swapFree=4154836/4192956
[pid=12980] ppid=12978 vsize=47556 CPUtime=0.01
/proc/12980/stat : 12980 (galacM.sh) S 12978 12980 11585 0 -1 4194304 765 1698 0 0 0 0 0 1 17 0 1 0 237325675 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 269807184730 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/12980/statm: 11889 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47556

[startup+0.701371 s]
/proc/loadavg: 1.99 2.00 1.91 4/83 12980
/proc/meminfo: memFree=1768848/2055920 swapFree=4154836/4192956
[pid=12980] ppid=12978 vsize=47556 CPUtime=0.01
/proc/12980/stat : 12980 (galacM.sh) S 12978 12980 11585 0 -1 4194304 765 1698 0 0 0 0 0 1 17 0 1 0 237325675 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 269807184730 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/12980/statm: 11889 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47556

[startup+1.50247 s]
/proc/loadavg: 1.99 2.00 1.91 3/93 13002
/proc/meminfo: memFree=1696880/2055920 swapFree=4154836/4192956
[pid=12980] ppid=12978 vsize=47556 CPUtime=0.01
/proc/12980/stat : 12980 (galacM.sh) S 12978 12980 11585 0 -1 4194304 765 1698 0 0 0 0 0 1 17 0 1 0 237325675 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 269807184730 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/12980/statm: 11889 364 245 79 0 219 0
[pid=12994] ppid=12980 vsize=812420 CPUtime=1.44
/proc/12994/stat : 12994 (java) S 12980 12980 11585 0 -1 0 22612 0 1 0 131 13 0 0 19 0 9 0 237325678 831918080 22036 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12994/statm: 203105 22036 1888 9 0 197138 0
[pid=12994/tid=12995] ppid=12980 vsize=812420 CPUtime=1.21
/proc/12994/task/12995/stat : 12995 (java) R 12980 12980 11585 0 -1 64 14471 0 1 0 113 8 0 0 25 0 9 0 237325679 831918080 22036 996147200 134512640 134550740 4294955616 18446744073709551615 4125978148 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12994/tid=12996] ppid=12980 vsize=812420 CPUtime=0.07
/proc/12994/task/12996/stat : 12996 (java) S 12980 12980 11585 0 -1 64 6671 0 0 0 4 3 0 0 16 0 9 0 237325680 831918080 22036 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=12994/tid=12997] ppid=12980 vsize=812420 CPUtime=0
/proc/12994/task/12997/stat : 12997 (java) S 12980 12980 11585 0 -1 64 11 0 0 0 0 0 0 0 23 0 9 0 237325681 831918080 22036 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12994/tid=12998] ppid=12980 vsize=812420 CPUtime=0
/proc/12994/task/12998/stat : 12998 (java) S 12980 12980 11585 0 -1 64 3 0 0 0 0 0 0 0 24 0 9 0 237325681 831918080 22036 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12994/tid=12999] ppid=12980 vsize=812420 CPUtime=0
/proc/12994/task/12999/stat : 12999 (java) S 12980 12980 11585 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 237325683 831918080 22036 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12994/tid=13000] ppid=12980 vsize=812420 CPUtime=0.13
/proc/12994/task/13000/stat : 13000 (java) S 12980 12980 11585 0 -1 64 771 0 0 0 13 0 0 0 16 0 9 0 237325683 831918080 22036 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12994/tid=13001] ppid=12980 vsize=812420 CPUtime=0
/proc/12994/task/13001/stat : 13001 (java) S 12980 12980 11585 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 237325683 831918080 22036 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12994/tid=13002] ppid=12980 vsize=812420 CPUtime=0
/proc/12994/task/13002/stat : 13002 (java) S 12980 12980 11585 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 237325683 831918080 22036 996147200 134512640 134550740 4294955616 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) 859976

[startup+3.10263 s]
/proc/loadavg: 1.99 2.00 1.91 4/93 13002
/proc/meminfo: memFree=1681072/2055920 swapFree=4154836/4192956
[pid=12980] ppid=12978 vsize=47556 CPUtime=0.01
/proc/12980/stat : 12980 (galacM.sh) S 12978 12980 11585 0 -1 4194304 765 1698 0 0 0 0 0 1 17 0 1 0 237325675 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 269807184730 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/12980/statm: 11889 364 245 79 0 219 0
[pid=12994] ppid=12980 vsize=812552 CPUtime=3.03
/proc/12994/stat : 12994 (java) S 12980 12980 11585 0 -1 0 32650 0 1 0 283 20 0 0 19 0 9 0 237325678 832053248 32069 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12994/statm: 203138 32069 1908 9 0 197171 0
[pid=12994/tid=12995] ppid=12980 vsize=812552 CPUtime=2.27
/proc/12994/task/12995/stat : 12995 (java) R 12980 12980 11585 0 -1 64 14516 0 1 0 218 9 0 0 25 0 9 0 237325679 832053248 32069 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12994/tid=12996] ppid=12980 vsize=812552 CPUtime=0.54
/proc/12994/task/12996/stat : 12996 (java) R 12980 12980 11585 0 -1 64 16617 0 0 0 45 9 0 0 16 0 9 0 237325680 832053248 32069 996147200 134512640 134550740 4294955616 18446744073709551615 102516792 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=12994/tid=12997] ppid=12980 vsize=812552 CPUtime=0
/proc/12994/task/12997/stat : 12997 (java) S 12980 12980 11585 0 -1 64 11 0 0 0 0 0 0 0 23 0 9 0 237325681 832053248 32069 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12994/tid=12998] ppid=12980 vsize=812552 CPUtime=0
/proc/12994/task/12998/stat : 12998 (java) S 12980 12980 11585 0 -1 64 3 0 0 0 0 0 0 0 24 0 9 0 237325681 832053248 32069 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12994/tid=12999] ppid=12980 vsize=812552 CPUtime=0
/proc/12994/task/12999/stat : 12999 (java) S 12980 12980 11585 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 237325683 832053248 32069 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12994/tid=13000] ppid=12980 vsize=812552 CPUtime=0.18
/proc/12994/task/13000/stat : 13000 (java) S 12980 12980 11585 0 -1 64 818 0 0 0 18 0 0 0 15 0 9 0 237325683 832053248 32069 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12994/tid=13001] ppid=12980 vsize=812552 CPUtime=0
/proc/12994/task/13001/stat : 13001 (java) S 12980 12980 11585 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 237325683 832053248 32069 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12994/tid=13002] ppid=12980 vsize=812552 CPUtime=0
/proc/12994/task/13002/stat : 13002 (java) S 12980 12980 11585 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 237325683 832053248 32069 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.04
Current children cumulated vsize (KiB) 860108

[startup+6.30197 s]
/proc/loadavg: 1.99 2.00 1.91 3/93 13002
/proc/meminfo: memFree=1613936/2055920 swapFree=4154836/4192956
[pid=12980] ppid=12978 vsize=47556 CPUtime=0.01
/proc/12980/stat : 12980 (galacM.sh) S 12978 12980 11585 0 -1 4194304 765 1698 0 0 0 0 0 1 17 0 1 0 237325675 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 269807184730 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/12980/statm: 11889 364 245 79 0 219 0
[pid=12994] ppid=12980 vsize=812552 CPUtime=6.2
/proc/12994/stat : 12994 (java) S 12980 12980 11585 0 -1 0 40455 0 1 0 593 27 0 0 19 0 9 0 237325678 832053248 39868 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12994/statm: 203138 39868 1908 9 0 197171 0
[pid=12994/tid=12995] ppid=12980 vsize=812552 CPUtime=5.14
/proc/12994/task/12995/stat : 12995 (java) R 12980 12980 11585 0 -1 64 14522 0 1 0 503 11 0 0 25 0 9 0 237325679 832053248 39868 996147200 134512640 134550740 4294955616 18446744073709551615 4126909511 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12994/tid=12996] ppid=12980 vsize=812552 CPUtime=0.84
/proc/12994/task/12996/stat : 12996 (java) S 12980 12980 11585 0 -1 64 24416 0 0 0 70 14 0 0 16 0 9 0 237325680 832053248 39868 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=12994/tid=12997] ppid=12980 vsize=812552 CPUtime=0
/proc/12994/task/12997/stat : 12997 (java) S 12980 12980 11585 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 237325681 832053248 39868 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12994/tid=12998] ppid=12980 vsize=812552 CPUtime=0
/proc/12994/task/12998/stat : 12998 (java) S 12980 12980 11585 0 -1 64 3 0 0 0 0 0 0 0 24 0 9 0 237325681 832053248 39868 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12994/tid=12999] ppid=12980 vsize=812552 CPUtime=0
/proc/12994/task/12999/stat : 12999 (java) S 12980 12980 11585 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 237325683 832053248 39868 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12994/tid=13000] ppid=12980 vsize=812552 CPUtime=0.18
/proc/12994/task/13000/stat : 13000 (java) S 12980 12980 11585 0 -1 64 818 0 0 0 18 0 0 0 15 0 9 0 237325683 832053248 39868 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12994/tid=13001] ppid=12980 vsize=812552 CPUtime=0
/proc/12994/task/13001/stat : 13001 (java) S 12980 12980 11585 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 237325683 832053248 39868 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12994/tid=13002] ppid=12980 vsize=812552 CPUtime=0
/proc/12994/task/13002/stat : 13002 (java) S 12980 12980 11585 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 237325683 832053248 39868 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.21
Current children cumulated vsize (KiB) 860108

[startup+12.7028 s]
/proc/loadavg: 1.99 2.00 1.91 4/93 13002
/proc/meminfo: memFree=1610224/2055920 swapFree=4154836/4192956
[pid=12980] ppid=12978 vsize=47556 CPUtime=0.01
/proc/12980/stat : 12980 (galacM.sh) S 12978 12980 11585 0 -1 4194304 765 1698 0 0 0 0 0 1 17 0 1 0 237325675 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 269807184730 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/12980/statm: 11889 364 245 79 0 219 0
[pid=12994] ppid=12980 vsize=812552 CPUtime=12.54
/proc/12994/stat : 12994 (java) S 12980 12980 11585 0 -1 0 40469 0 1 0 1225 29 0 0 19 0 9 0 237325678 832053248 39870 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12994/statm: 203138 39870 1908 9 0 197171 0
[pid=12994/tid=12995] ppid=12980 vsize=812552 CPUtime=11.47
/proc/12994/task/12995/stat : 12995 (java) R 12980 12980 11585 0 -1 64 14534 0 1 0 1134 13 0 0 25 0 9 0 237325679 832053248 39870 996147200 134512640 134550740 4294955616 18446744073709551615 4126633448 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12994/tid=12996] ppid=12980 vsize=812552 CPUtime=0.85
/proc/12994/task/12996/stat : 12996 (java) S 12980 12980 11585 0 -1 64 24416 0 0 0 71 14 0 0 16 0 9 0 237325680 832053248 39870 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=12994/tid=12997] ppid=12980 vsize=812552 CPUtime=0
/proc/12994/task/12997/stat : 12997 (java) S 12980 12980 11585 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 237325681 832053248 39870 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12994/tid=12998] ppid=12980 vsize=812552 CPUtime=0
/proc/12994/task/12998/stat : 12998 (java) S 12980 12980 11585 0 -1 64 3 0 0 0 0 0 0 0 24 0 9 0 237325681 832053248 39870 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12994/tid=12999] ppid=12980 vsize=812552 CPUtime=0
/proc/12994/task/12999/stat : 12999 (java) S 12980 12980 11585 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 237325683 832053248 39870 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12994/tid=13000] ppid=12980 vsize=812552 CPUtime=0.18
/proc/12994/task/13000/stat : 13000 (java) S 12980 12980 11585 0 -1 64 820 0 0 0 18 0 0 0 16 0 9 0 237325683 832053248 39870 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12994/tid=13001] ppid=12980 vsize=812552 CPUtime=0
/proc/12994/task/13001/stat : 13001 (java) S 12980 12980 11585 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 237325683 832053248 39870 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12994/tid=13002] ppid=12980 vsize=812552 CPUtime=0
/proc/12994/task/13002/stat : 13002 (java) S 12980 12980 11585 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 237325683 832053248 39870 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.55
Current children cumulated vsize (KiB) 860108

[startup+25.502 s]
/proc/loadavg: 1.99 2.00 1.91 3/85 13003
/proc/meminfo: memFree=1723576/2055920 swapFree=4154836/4192956
[pid=12980] ppid=12978 vsize=47556 CPUtime=20.38
/proc/12980/stat : 12980 (galacM.sh) S 12978 12980 11585 0 -1 4194304 799 42195 0 1 0 0 2002 36 17 0 1 0 237325675 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 269807184730 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/12980/statm: 11889 364 245 79 0 219 0
[pid=13003] ppid=12980 vsize=37764 CPUtime=4.86
/proc/13003/stat : 13003 (minisat) R 12980 12980 11585 0 -1 4194304 8525 0 0 0 481 5 0 0 25 0 1 0 237327737 38670336 8506 996147200 134512640 135136200 4294955968 18446744073709551615 134529856 0 0 4096 3 0 0 0 17 1 0 0
/proc/13003/statm: 9441 8506 57 152 0 9286 0
Current children cumulated CPU time (s) 25.24
Current children cumulated vsize (KiB) 85320

[startup+51.1018 s]
/proc/loadavg: 1.99 2.00 1.91 3/85 13003
/proc/meminfo: memFree=1723256/2055920 swapFree=4154836/4192956
[pid=12980] ppid=12978 vsize=47556 CPUtime=20.38
/proc/12980/stat : 12980 (galacM.sh) S 12978 12980 11585 0 -1 4194304 799 42195 0 1 0 0 2002 36 17 0 1 0 237325675 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 269807184730 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/12980/statm: 11889 364 245 79 0 219 0
[pid=13003] ppid=12980 vsize=38164 CPUtime=30.46
/proc/13003/stat : 13003 (minisat) R 12980 12980 11585 0 -1 4194304 8632 0 0 0 3040 6 0 0 25 0 1 0 237327737 39079936 8613 996147200 134512640 135136200 4294955968 18446744073709551615 134529396 0 0 4096 3 0 0 0 17 1 0 0
/proc/13003/statm: 9541 8613 57 152 0 9386 0
Current children cumulated CPU time (s) 50.84
Current children cumulated vsize (KiB) 85720

[startup+102.306 s]
/proc/loadavg: 1.99 2.00 1.91 3/85 13003
/proc/meminfo: memFree=1718456/2055920 swapFree=4154836/4192956
[pid=12980] ppid=12978 vsize=47556 CPUtime=20.38
/proc/12980/stat : 12980 (galacM.sh) S 12978 12980 11585 0 -1 4194304 799 42195 0 1 0 0 2002 36 17 0 1 0 237325675 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 269807184730 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/12980/statm: 11889 364 245 79 0 219 0
[pid=13003] ppid=12980 vsize=38836 CPUtime=81.64
/proc/13003/stat : 13003 (minisat) R 12980 12980 11585 0 -1 4194304 8797 0 0 0 8158 6 0 0 25 0 1 0 237327737 39768064 8778 996147200 134512640 135136200 4294955968 18446744073709551615 134529382 0 0 4096 3 0 0 0 17 1 0 0
/proc/13003/statm: 9709 8778 57 152 0 9554 0
Current children cumulated CPU time (s) 102.02
Current children cumulated vsize (KiB) 86392

[startup+162.302 s]
/proc/loadavg: 1.99 2.00 1.91 3/85 13003
/proc/meminfo: memFree=1712632/2055920 swapFree=4154836/4192956
[pid=12980] ppid=12978 vsize=47556 CPUtime=20.38
/proc/12980/stat : 12980 (galacM.sh) S 12978 12980 11585 0 -1 4194304 799 42195 0 1 0 0 2002 36 17 0 1 0 237325675 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 269807184730 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/12980/statm: 11889 364 245 79 0 219 0
[pid=13003] ppid=12980 vsize=39372 CPUtime=141.62
/proc/13003/stat : 13003 (minisat) R 12980 12980 11585 0 -1 4194304 8929 0 0 0 14156 6 0 0 25 0 1 0 237327737 40316928 8910 996147200 134512640 135136200 4294955968 18446744073709551615 134529601 0 0 4096 3 0 0 0 17 1 0 0
/proc/13003/statm: 9843 8910 57 152 0 9688 0
Current children cumulated CPU time (s) 162
Current children cumulated vsize (KiB) 86928

[startup+222.301 s]
/proc/loadavg: 1.99 2.00 1.91 3/85 13003
/proc/meminfo: memFree=1693688/2055920 swapFree=4154836/4192956
[pid=12980] ppid=12978 vsize=47556 CPUtime=20.38
/proc/12980/stat : 12980 (galacM.sh) S 12978 12980 11585 0 -1 4194304 799 42195 0 1 0 0 2002 36 17 0 1 0 237325675 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 269807184730 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/12980/statm: 11889 364 245 79 0 219 0
[pid=13003] ppid=12980 vsize=39904 CPUtime=201.59
/proc/13003/stat : 13003 (minisat) R 12980 12980 11585 0 -1 4194304 9085 0 0 0 20153 6 0 0 25 0 1 0 237327737 40861696 9066 996147200 134512640 135136200 4294955968 18446744073709551615 134521081 0 0 4096 3 0 0 0 17 1 0 0
/proc/13003/statm: 9976 9066 57 152 0 9821 0
Current children cumulated CPU time (s) 221.97
Current children cumulated vsize (KiB) 87460

[startup+282.302 s]
/proc/loadavg: 1.99 2.00 1.91 3/85 13003
/proc/meminfo: memFree=1691512/2055920 swapFree=4154836/4192956
[pid=12980] ppid=12978 vsize=47556 CPUtime=20.38
/proc/12980/stat : 12980 (galacM.sh) S 12978 12980 11585 0 -1 4194304 799 42195 0 1 0 0 2002 36 17 0 1 0 237325675 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 269807184730 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/12980/statm: 11889 364 245 79 0 219 0
[pid=13003] ppid=12980 vsize=40604 CPUtime=261.58
/proc/13003/stat : 13003 (minisat) R 12980 12980 11585 0 -1 4194304 9254 0 0 0 26152 6 0 0 25 0 1 0 237327737 41578496 9235 996147200 134512640 135136200 4294955968 18446744073709551615 134529431 0 0 4096 3 0 0 0 17 1 0 0
/proc/13003/statm: 10151 9235 57 152 0 9996 0
Current children cumulated CPU time (s) 281.96
Current children cumulated vsize (KiB) 88160

[startup+342.302 s]
/proc/loadavg: 1.99 2.00 1.91 3/85 13003
/proc/meminfo: memFree=1690808/2055920 swapFree=4154836/4192956
[pid=12980] ppid=12978 vsize=47556 CPUtime=20.38
/proc/12980/stat : 12980 (galacM.sh) S 12978 12980 11585 0 -1 4194304 799 42195 0 1 0 0 2002 36 17 0 1 0 237325675 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 269807184730 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/12980/statm: 11889 364 245 79 0 219 0
[pid=13003] ppid=12980 vsize=41264 CPUtime=321.57
/proc/13003/stat : 13003 (minisat) R 12980 12980 11585 0 -1 4194304 9403 0 0 0 32150 7 0 0 25 0 1 0 237327737 42254336 9384 996147200 134512640 135136200 4294955968 18446744073709551615 134533731 0 0 4096 3 0 0 0 17 1 0 0
/proc/13003/statm: 10316 9384 57 152 0 10161 0
Current children cumulated CPU time (s) 341.95
Current children cumulated vsize (KiB) 88820

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

[startup+345.501 s]
/proc/loadavg: 1.99 2.00 1.91 3/85 13003
/proc/meminfo: memFree=1690808/2055920 swapFree=4154836/4192956
[pid=12980] ppid=12978 vsize=47556 CPUtime=20.38
/proc/12980/stat : 12980 (galacM.sh) S 12978 12980 11585 0 -1 4194304 799 42195 0 1 0 0 2002 36 17 0 1 0 237325675 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 269807184730 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/12980/statm: 11889 364 245 79 0 219 0
[pid=13003] ppid=12980 vsize=41264 CPUtime=324.77
/proc/13003/stat : 13003 (minisat) R 12980 12980 11585 0 -1 4194304 9403 0 0 0 32470 7 0 0 25 0 1 0 237327737 42254336 9384 996147200 134512640 135136200 4294955968 18446744073709551615 134529592 0 0 4096 3 0 0 0 17 1 0 0
/proc/13003/statm: 10316 9384 57 152 0 10161 0
Current children cumulated CPU time (s) 345.15
Current children cumulated vsize (KiB) 88820

[startup+347.102 s]
/proc/loadavg: 1.99 2.00 1.91 3/85 13003
/proc/meminfo: memFree=1690808/2055920 swapFree=4154836/4192956
[pid=12980] ppid=12978 vsize=47556 CPUtime=20.38
/proc/12980/stat : 12980 (galacM.sh) S 12978 12980 11585 0 -1 4194304 799 42195 0 1 0 0 2002 36 17 0 1 0 237325675 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 269807184730 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/12980/statm: 11889 364 245 79 0 219 0
[pid=13003] ppid=12980 vsize=41264 CPUtime=326.37
/proc/13003/stat : 13003 (minisat) R 12980 12980 11585 0 -1 4194304 9403 0 0 0 32630 7 0 0 25 0 1 0 237327737 42254336 9384 996147200 134512640 135136200 4294955968 18446744073709551615 134526800 0 0 4096 3 0 0 0 17 1 0 0
/proc/13003/statm: 10316 9384 57 152 0 10161 0
Current children cumulated CPU time (s) 346.75
Current children cumulated vsize (KiB) 88820

[startup+347.902 s]
/proc/loadavg: 1.99 2.00 1.91 3/85 13003
/proc/meminfo: memFree=1690808/2055920 swapFree=4154836/4192956
[pid=12980] ppid=12978 vsize=47556 CPUtime=20.38
/proc/12980/stat : 12980 (galacM.sh) S 12978 12980 11585 0 -1 4194304 799 42195 0 1 0 0 2002 36 17 0 1 0 237325675 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 269807184730 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/12980/statm: 11889 364 245 79 0 219 0
[pid=13003] ppid=12980 vsize=41264 CPUtime=327.17
/proc/13003/stat : 13003 (minisat) R 12980 12980 11585 0 -1 4194304 9403 0 0 0 32710 7 0 0 25 0 1 0 237327737 42254336 9384 996147200 134512640 135136200 4294955968 18446744073709551615 134529373 0 0 4096 3 0 0 0 17 1 0 0
/proc/13003/statm: 10316 9384 57 152 0 10161 0
Current children cumulated CPU time (s) 347.55
Current children cumulated vsize (KiB) 88820

[startup+348.302 s]
/proc/loadavg: 1.99 2.00 1.91 3/85 13003
/proc/meminfo: memFree=1690808/2055920 swapFree=4154836/4192956
[pid=12980] ppid=12978 vsize=47556 CPUtime=20.38
/proc/12980/stat : 12980 (galacM.sh) S 12978 12980 11585 0 -1 4194304 799 42195 0 1 0 0 2002 36 17 0 1 0 237325675 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 269807184730 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/12980/statm: 11889 364 245 79 0 219 0
[pid=13003] ppid=12980 vsize=41264 CPUtime=327.57
/proc/13003/stat : 13003 (minisat) R 12980 12980 11585 0 -1 4194304 9403 0 0 0 32750 7 0 0 25 0 1 0 237327737 42254336 9384 996147200 134512640 135136200 4294955968 18446744073709551615 134522268 0 0 4096 3 0 0 0 17 1 0 0
/proc/13003/statm: 10316 9384 57 152 0 10161 0
Current children cumulated CPU time (s) 347.95
Current children cumulated vsize (KiB) 88820

[startup+348.502 s]
/proc/loadavg: 1.99 2.00 1.91 3/85 13003
/proc/meminfo: memFree=1690808/2055920 swapFree=4154836/4192956
[pid=12980] ppid=12978 vsize=47556 CPUtime=20.38
/proc/12980/stat : 12980 (galacM.sh) S 12978 12980 11585 0 -1 4194304 799 42195 0 1 0 0 2002 36 17 0 1 0 237325675 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 269807184730 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/12980/statm: 11889 364 245 79 0 219 0
[pid=13003] ppid=12980 vsize=41264 CPUtime=327.77
/proc/13003/stat : 13003 (minisat) R 12980 12980 11585 0 -1 4194304 9403 0 0 0 32770 7 0 0 25 0 1 0 237327737 42254336 9384 996147200 134512640 135136200 4294955968 18446744073709551615 134529431 0 0 4096 3 0 0 0 17 1 0 0
/proc/13003/statm: 10316 9384 57 152 0 10161 0
Current children cumulated CPU time (s) 348.15
Current children cumulated vsize (KiB) 88820

Child status: 0
Real time (s): 348.586
CPU time (s): 348.264
CPU user time (s): 347.803
CPU system time (s): 0.460929
CPU usage (%): 99.9075
Max. virtual memory (cumulated for all children) (KiB): 860108

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 347.803
system time used= 0.460929
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 52615
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= 1672
involuntary context switches= 9284

runsolver used 0.366944 second user time and 0.971852 second system time

The end

Launcher Data (download as text)

Begin job on node81 at 2008-07-03 02:02:57
IDJOB=1048577
IDBENCH=54368
IDSOLVER=350
FILE ID=node81/1048577-1215043377
PBS_JOBID= 7875016
Free space on /tmp= 126848 MiB

SOLVER NAME= galac M
BENCH NAME= CPAI08/csp/rand-10-20-10/normalized-rand-10-20-10-5-10000-3_ext.xml
COMMAND LINE= HOME/galacM.sh BENCHNAME 
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1048577-1215043377/watcher-1048577-1215043377 -o /tmp/evaluation-result-1048577-1215043377/solver-1048577-1215043377 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/galacM.sh HOME/instance-1048577-1215043377.xml 

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 3a943544daeb42f629b766457a651c0a
RANDOM SEED=89045864

node81.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.236
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.236
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:       1769392 kB
Buffers:         18372 kB
Cached:         116012 kB
SwapCached:      30856 kB
Active:         151160 kB
Inactive:        80180 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1769392 kB
SwapTotal:     4192956 kB
SwapFree:      4154836 kB
Dirty:            7668 kB
Writeback:           0 kB
Mapped:          89844 kB
Slab:            40396 kB
Committed_AS:   564652 kB
PageTables:       1852 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= 126840 MiB
End job on node81 at 2008-07-03 02:08:46