Trace number 1048186

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 305.505 307.05

General information on the benchmark

Namecsp/rand-10-20-10/
normalized-rand-10-20-10-5-10000-9_ext.xml
MD5SUMfa3fd3e463227823f5510a53e7f059f4
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 benchmark1.06484
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.01/0.03	c --- Preproc Stats ---
1.24/1.34	c start processing
1.24/1.34	c start relation processing
2.64/2.77	c start cnf exporting
20.46/20.66	c parsing time : 1.218
20.46/20.66	c preprocessing time : 20.538
20.46/20.66	
20.46/20.66	c Nary constraints - conflicts : 0 supports : 5
20.46/20.66	c Binary constraints - conflicts : 0 supports :0
20.46/20.66	c max arity constraint : 10
20.46/20.66	c Max Tuples generated 0
20.46/20.66	c relations : 5
20.46/20.66	c relations BDD: 5
20.46/20.66	c sampling 0/0
20.46/20.66	c vars : 169766 - clauses :  559565
20.46/20.66	
20.52/20.73	 
20.52/20.73	c --- SAT Solver Stats ---
20.52/20.73	 
305.43/307.03	c restarts              : 9
305.43/307.03	c conflicts             : 7449           (26 /sec)
305.43/307.03	c decisions             : 21558          (1.83 % random) (76 /sec)
305.43/307.03	c propagations          : 455509212      (1599323 /sec)
305.43/307.03	c conflict literals     : 184762         (33.95 % deleted)
305.43/307.03	c Memory used           : 38.07 MB
305.43/307.03	c CPU time              : 284.814 s
305.43/307.03	
305.43/307.03	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-1048186-1215042355/watcher-1048186-1215042355 -o /tmp/evaluation-result-1048186-1215042355/solver-1048186-1215042355 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/galacM.sh HOME/instance-1048186-1215042355.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.21 2.14 1.97 4/81 23950
/proc/meminfo: memFree=1359720/2055920 swapFree=4180440/4192956
[pid=23950] ppid=23948 vsize=5224 CPUtime=0
/proc/23950/stat : 23950 (galacM.sh) R 23948 23950 22985 0 -1 4194304 58 0 0 0 0 0 0 0 20 0 1 0 1983209274 5349376 43 996147200 4194304 4520092 548682068832 18446744073709551615 221778039212 0 0 4096 0 0 0 0 17 1 0 0
/proc/23950/statm: 1306 43 32 79 0 104 0

[startup+0.0249621 s]
/proc/loadavg: 2.21 2.14 1.97 4/81 23950
/proc/meminfo: memFree=1359720/2055920 swapFree=4180440/4192956
[pid=23950] ppid=23948 vsize=8772 CPUtime=0.01
/proc/23950/stat : 23950 (galacM.sh) S 23948 23950 22985 0 -1 4194304 527 1176 0 0 0 0 0 1 19 0 1 0 1983209274 8982528 317 996147200 4194304 4520092 548682068832 18446744073709551615 221780869202 0 2 4096 73728 18446744071563648864 0 0 17 1 0 0
/proc/23950/statm: 2193 317 217 79 0 186 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 8772

[startup+0.10297 s]
/proc/loadavg: 2.21 2.14 1.97 4/81 23950
/proc/meminfo: memFree=1359720/2055920 swapFree=4180440/4192956
[pid=23950] ppid=23948 vsize=47568 CPUtime=0.01
/proc/23950/stat : 23950 (galacM.sh) S 23948 23950 22985 0 -1 4194304 766 1697 0 0 0 0 0 1 23 0 1 0 1983209274 48709632 365 996147200 4194304 4520092 548682068832 18446744073709551615 221780306778 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/23950/statm: 11892 365 246 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47568

[startup+0.302986 s]
/proc/loadavg: 2.21 2.14 1.97 4/81 23950
/proc/meminfo: memFree=1359720/2055920 swapFree=4180440/4192956
[pid=23950] ppid=23948 vsize=47568 CPUtime=0.01
/proc/23950/stat : 23950 (galacM.sh) S 23948 23950 22985 0 -1 4194304 766 1697 0 0 0 0 0 1 23 0 1 0 1983209274 48709632 365 996147200 4194304 4520092 548682068832 18446744073709551615 221780306778 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/23950/statm: 11892 365 246 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47568

[startup+0.702049 s]
/proc/loadavg: 2.21 2.14 1.97 4/81 23950
/proc/meminfo: memFree=1359720/2055920 swapFree=4180440/4192956
[pid=23950] ppid=23948 vsize=47568 CPUtime=0.01
/proc/23950/stat : 23950 (galacM.sh) S 23948 23950 22985 0 -1 4194304 766 1697 0 0 0 0 0 1 23 0 1 0 1983209274 48709632 365 996147200 4194304 4520092 548682068832 18446744073709551615 221780306778 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/23950/statm: 11892 365 246 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47568

[startup+1.50106 s]
/proc/loadavg: 2.21 2.14 1.97 4/91 23972
/proc/meminfo: memFree=1287384/2055920 swapFree=4180440/4192956
[pid=23950] ppid=23948 vsize=47568 CPUtime=0.01
/proc/23950/stat : 23950 (galacM.sh) S 23948 23950 22985 0 -1 4194304 766 1697 0 0 0 0 0 1 23 0 1 0 1983209274 48709632 365 996147200 4194304 4520092 548682068832 18446744073709551615 221780306778 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/23950/statm: 11892 365 246 79 0 219 0
[pid=23964] ppid=23950 vsize=812628 CPUtime=1.44
/proc/23964/stat : 23964 (java) S 23950 23950 22985 0 -1 0 20173 0 1 0 133 11 0 0 18 0 9 0 1983209278 832131072 19599 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23964/statm: 203157 19599 1888 9 0 197138 0
[pid=23964/tid=23965] ppid=23950 vsize=812628 CPUtime=1.25
/proc/23964/task/23965/stat : 23965 (java) R 23950 23950 22985 0 -1 64 14477 0 1 0 118 7 0 0 25 0 9 0 1983209279 832131072 19599 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23964/tid=23966] ppid=23950 vsize=812628 CPUtime=0.03
/proc/23964/task/23966/stat : 23966 (java) S 23950 23950 22985 0 -1 64 4238 0 0 0 1 2 0 0 16 0 9 0 1983209281 832131072 19599 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23964/tid=23967] ppid=23950 vsize=812628 CPUtime=0
/proc/23964/task/23967/stat : 23967 (java) S 23950 23950 22985 0 -1 64 11 0 0 0 0 0 0 0 19 0 9 0 1983209281 832131072 19599 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23964/tid=23968] ppid=23950 vsize=812628 CPUtime=0
/proc/23964/task/23968/stat : 23968 (java) S 23950 23950 22985 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 1983209281 832131072 19599 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23964/tid=23969] ppid=23950 vsize=812628 CPUtime=0
/proc/23964/task/23969/stat : 23969 (java) S 23950 23950 22985 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1983209283 832131072 19599 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23964/tid=23970] ppid=23950 vsize=812628 CPUtime=0.13
/proc/23964/task/23970/stat : 23970 (java) R 23950 23950 22985 0 -1 64 760 0 0 0 13 0 0 0 16 0 9 0 1983209283 832131072 19599 996147200 134512640 134550740 4294955616 18446744073709551615 101637441 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23964/tid=23971] ppid=23950 vsize=812628 CPUtime=0
/proc/23964/task/23971/stat : 23971 (java) S 23950 23950 22985 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 1983209283 832131072 19599 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23964/tid=23972] ppid=23950 vsize=812628 CPUtime=0
/proc/23964/task/23972/stat : 23972 (java) S 23950 23950 22985 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1983209283 832131072 19599 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 860196

[startup+3.10116 s]
/proc/loadavg: 2.21 2.14 1.97 5/91 23972
/proc/meminfo: memFree=1276056/2055920 swapFree=4180440/4192956
[pid=23950] ppid=23948 vsize=47568 CPUtime=0.01
/proc/23950/stat : 23950 (galacM.sh) S 23948 23950 22985 0 -1 4194304 766 1697 0 0 0 0 0 1 23 0 1 0 1983209274 48709632 365 996147200 4194304 4520092 548682068832 18446744073709551615 221780306778 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/23950/statm: 11892 365 246 79 0 219 0
[pid=23964] ppid=23950 vsize=812760 CPUtime=3.03
/proc/23964/stat : 23964 (java) S 23950 23950 22985 0 -1 0 32326 0 1 0 287 16 0 0 18 0 9 0 1983209278 832266240 31747 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23964/statm: 203190 31747 1908 9 0 197171 0
[pid=23964/tid=23965] ppid=23950 vsize=812760 CPUtime=2.32
/proc/23964/task/23965/stat : 23965 (java) R 23950 23950 22985 0 -1 64 14523 0 1 0 225 7 0 0 25 0 9 0 1983209279 832266240 31747 996147200 134512640 134550740 4294955616 18446744073709551615 103207187 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23964/tid=23966] ppid=23950 vsize=812760 CPUtime=0.48
/proc/23964/task/23966/stat : 23966 (java) S 23950 23950 22985 0 -1 64 16293 0 0 0 41 7 0 0 19 0 9 0 1983209281 832266240 31747 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23964/tid=23967] ppid=23950 vsize=812760 CPUtime=0
/proc/23964/task/23967/stat : 23967 (java) S 23950 23950 22985 0 -1 64 11 0 0 0 0 0 0 0 19 0 9 0 1983209281 832266240 31747 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23964/tid=23968] ppid=23950 vsize=812760 CPUtime=0
/proc/23964/task/23968/stat : 23968 (java) S 23950 23950 22985 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 1983209281 832266240 31747 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23964/tid=23969] ppid=23950 vsize=812760 CPUtime=0
/proc/23964/task/23969/stat : 23969 (java) S 23950 23950 22985 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1983209283 832266240 31747 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23964/tid=23970] ppid=23950 vsize=812760 CPUtime=0.21
/proc/23964/task/23970/stat : 23970 (java) S 23950 23950 22985 0 -1 64 812 0 0 0 21 0 0 0 15 0 9 0 1983209283 832266240 31747 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23964/tid=23971] ppid=23950 vsize=812760 CPUtime=0
/proc/23964/task/23971/stat : 23971 (java) S 23950 23950 22985 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 1983209283 832266240 31747 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23964/tid=23972] ppid=23950 vsize=812760 CPUtime=0
/proc/23964/task/23972/stat : 23972 (java) S 23950 23950 22985 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1983209283 832266240 31747 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.04
Current children cumulated vsize (KiB) 860328

[startup+6.30236 s]
/proc/loadavg: 2.19 2.14 1.97 3/91 23972
/proc/meminfo: memFree=1201624/2055920 swapFree=4180440/4192956
[pid=23950] ppid=23948 vsize=47568 CPUtime=0.01
/proc/23950/stat : 23950 (galacM.sh) S 23948 23950 22985 0 -1 4194304 766 1697 0 0 0 0 0 1 23 0 1 0 1983209274 48709632 365 996147200 4194304 4520092 548682068832 18446744073709551615 221780306778 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/23950/statm: 11892 365 246 79 0 219 0
[pid=23964] ppid=23950 vsize=812760 CPUtime=6.22
/proc/23964/stat : 23964 (java) S 23950 23950 22985 0 -1 0 40453 0 1 0 601 21 0 0 18 0 9 0 1983209278 832266240 39867 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23964/statm: 203190 39867 1909 9 0 197171 0
[pid=23964/tid=23965] ppid=23950 vsize=812760 CPUtime=5.15
/proc/23964/task/23965/stat : 23965 (java) R 23950 23950 22985 0 -1 64 14530 0 1 0 507 8 0 0 25 0 9 0 1983209279 832266240 39867 996147200 134512640 134550740 4294955616 18446744073709551615 4126850015 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23964/tid=23966] ppid=23950 vsize=812760 CPUtime=0.83
/proc/23964/task/23966/stat : 23966 (java) S 23950 23950 22985 0 -1 64 24413 0 0 0 72 11 0 0 16 0 9 0 1983209281 832266240 39867 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23964/tid=23967] ppid=23950 vsize=812760 CPUtime=0
/proc/23964/task/23967/stat : 23967 (java) S 23950 23950 22985 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1983209281 832266240 39867 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23964/tid=23968] ppid=23950 vsize=812760 CPUtime=0
/proc/23964/task/23968/stat : 23968 (java) S 23950 23950 22985 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 1983209281 832266240 39867 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23964/tid=23969] ppid=23950 vsize=812760 CPUtime=0
/proc/23964/task/23969/stat : 23969 (java) S 23950 23950 22985 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1983209283 832266240 39867 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23964/tid=23970] ppid=23950 vsize=812760 CPUtime=0.21
/proc/23964/task/23970/stat : 23970 (java) S 23950 23950 22985 0 -1 64 812 0 0 0 21 0 0 0 15 0 9 0 1983209283 832266240 39867 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23964/tid=23971] ppid=23950 vsize=812760 CPUtime=0
/proc/23964/task/23971/stat : 23971 (java) S 23950 23950 22985 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 1983209283 832266240 39867 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23964/tid=23972] ppid=23950 vsize=812760 CPUtime=0
/proc/23964/task/23972/stat : 23972 (java) S 23950 23950 22985 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1983209283 832266240 39867 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 860328

[startup+12.7028 s]
/proc/loadavg: 2.18 2.14 1.97 3/91 23972
/proc/meminfo: memFree=1193432/2055920 swapFree=4180440/4192956
[pid=23950] ppid=23948 vsize=47568 CPUtime=0.01
/proc/23950/stat : 23950 (galacM.sh) S 23948 23950 22985 0 -1 4194304 766 1697 0 0 0 0 0 1 23 0 1 0 1983209274 48709632 365 996147200 4194304 4520092 548682068832 18446744073709551615 221780306778 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/23950/statm: 11892 365 246 79 0 219 0
[pid=23964] ppid=23950 vsize=812760 CPUtime=12.59
/proc/23964/stat : 23964 (java) S 23950 23950 22985 0 -1 0 40467 0 1 0 1236 23 0 0 18 0 9 0 1983209278 832266240 39869 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23964/statm: 203190 39869 1909 9 0 197171 0
[pid=23964/tid=23965] ppid=23950 vsize=812760 CPUtime=11.51
/proc/23964/task/23965/stat : 23965 (java) R 23950 23950 22985 0 -1 64 14542 0 1 0 1141 10 0 0 25 0 9 0 1983209279 832266240 39869 996147200 134512640 134550740 4294955616 18446744073709551615 4126882916 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23964/tid=23966] ppid=23950 vsize=812760 CPUtime=0.83
/proc/23964/task/23966/stat : 23966 (java) S 23950 23950 22985 0 -1 64 24413 0 0 0 72 11 0 0 16 0 9 0 1983209281 832266240 39869 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23964/tid=23967] ppid=23950 vsize=812760 CPUtime=0
/proc/23964/task/23967/stat : 23967 (java) S 23950 23950 22985 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1983209281 832266240 39869 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23964/tid=23968] ppid=23950 vsize=812760 CPUtime=0
/proc/23964/task/23968/stat : 23968 (java) S 23950 23950 22985 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 1983209281 832266240 39869 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23964/tid=23969] ppid=23950 vsize=812760 CPUtime=0
/proc/23964/task/23969/stat : 23969 (java) S 23950 23950 22985 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1983209283 832266240 39869 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23964/tid=23970] ppid=23950 vsize=812760 CPUtime=0.21
/proc/23964/task/23970/stat : 23970 (java) S 23950 23950 22985 0 -1 64 814 0 0 0 21 0 0 0 16 0 9 0 1983209283 832266240 39869 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23964/tid=23971] ppid=23950 vsize=812760 CPUtime=0
/proc/23964/task/23971/stat : 23971 (java) S 23950 23950 22985 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 1983209283 832266240 39869 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23964/tid=23972] ppid=23950 vsize=812760 CPUtime=0
/proc/23964/task/23972/stat : 23972 (java) S 23950 23950 22985 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1983209283 832266240 39869 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.6
Current children cumulated vsize (KiB) 860328

[startup+25.5026 s]
/proc/loadavg: 2.14 2.13 1.97 3/83 23973
/proc/meminfo: memFree=1297752/2055920 swapFree=4180440/4192956
[pid=23950] ppid=23948 vsize=47568 CPUtime=20.56
/proc/23950/stat : 23950 (galacM.sh) S 23948 23950 22985 0 -1 4194304 800 42191 0 1 0 0 2025 31 17 0 1 0 1983209274 48709632 365 996147200 4194304 4520092 548682068832 18446744073709551615 221780306778 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/23950/statm: 11892 365 246 79 0 219 0
[pid=23973] ppid=23950 vsize=37656 CPUtime=4.73
/proc/23973/stat : 23973 (minisat) R 23950 23950 22985 0 -1 4194304 8501 0 0 0 468 5 0 0 25 0 1 0 1983211348 38559744 8482 996147200 134512640 135136200 4294955968 18446744073709551615 134529333 0 0 4096 3 0 0 0 17 1 0 0
/proc/23973/statm: 9414 8482 57 152 0 9259 0
Current children cumulated CPU time (s) 25.29
Current children cumulated vsize (KiB) 85224

[startup+51.1022 s]
/proc/loadavg: 2.09 2.12 1.97 3/83 23973
/proc/meminfo: memFree=1280600/2055920 swapFree=4180440/4192956
[pid=23950] ppid=23948 vsize=47568 CPUtime=20.56
/proc/23950/stat : 23950 (galacM.sh) S 23948 23950 22985 0 -1 4194304 800 42191 0 1 0 0 2025 31 17 0 1 0 1983209274 48709632 365 996147200 4194304 4520092 548682068832 18446744073709551615 221780306778 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/23950/statm: 11892 365 246 79 0 219 0
[pid=23973] ppid=23950 vsize=37788 CPUtime=30.21
/proc/23973/stat : 23973 (minisat) R 23950 23950 22985 0 -1 4194304 8543 0 0 0 3015 6 0 0 25 0 1 0 1983211348 38694912 8524 996147200 134512640 135136200 4294955968 18446744073709551615 134529382 0 0 4096 3 0 0 0 17 1 0 0
/proc/23973/statm: 9447 8524 57 152 0 9292 0
Current children cumulated CPU time (s) 50.77
Current children cumulated vsize (KiB) 85356

[startup+102.307 s]
/proc/loadavg: 2.04 2.10 1.97 3/83 23973
/proc/meminfo: memFree=1245208/2055920 swapFree=4180440/4192956
[pid=23950] ppid=23948 vsize=47568 CPUtime=20.56
/proc/23950/stat : 23950 (galacM.sh) S 23948 23950 22985 0 -1 4194304 800 42191 0 1 0 0 2025 31 17 0 1 0 1983209274 48709632 365 996147200 4194304 4520092 548682068832 18446744073709551615 221780306778 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/23950/statm: 11892 365 246 79 0 219 0
[pid=23973] ppid=23950 vsize=38052 CPUtime=81.17
/proc/23973/stat : 23973 (minisat) R 23950 23950 22985 0 -1 4194304 8601 0 0 0 8110 7 0 0 25 0 1 0 1983211348 38965248 8582 996147200 134512640 135136200 4294955968 18446744073709551615 134529373 0 0 4096 3 0 0 0 17 1 0 0
/proc/23973/statm: 9513 8582 57 152 0 9358 0
Current children cumulated CPU time (s) 101.73
Current children cumulated vsize (KiB) 85620

[startup+162.302 s]
/proc/loadavg: 2.01 2.08 1.97 3/83 23973
/proc/meminfo: memFree=1204504/2055920 swapFree=4180440/4192956
[pid=23950] ppid=23948 vsize=47568 CPUtime=20.56
/proc/23950/stat : 23950 (galacM.sh) S 23948 23950 22985 0 -1 4194304 800 42191 0 1 0 0 2025 31 17 0 1 0 1983209274 48709632 365 996147200 4194304 4520092 548682068832 18446744073709551615 221780306778 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/23950/statm: 11892 365 246 79 0 219 0
[pid=23973] ppid=23950 vsize=38316 CPUtime=140.87
/proc/23973/stat : 23973 (minisat) R 23950 23950 22985 0 -1 4194304 8680 0 0 0 14079 8 0 0 25 0 1 0 1983211348 39235584 8661 996147200 134512640 135136200 4294955968 18446744073709551615 134529373 0 0 4096 3 0 0 0 17 1 0 0
/proc/23973/statm: 9579 8661 57 152 0 9424 0
Current children cumulated CPU time (s) 161.43
Current children cumulated vsize (KiB) 85884

[startup+222.303 s]
/proc/loadavg: 2.00 2.06 1.97 3/83 23973
/proc/meminfo: memFree=1163032/2055920 swapFree=4180440/4192956
[pid=23950] ppid=23948 vsize=47568 CPUtime=20.56
/proc/23950/stat : 23950 (galacM.sh) S 23948 23950 22985 0 -1 4194304 800 42191 0 1 0 0 2025 31 17 0 1 0 1983209274 48709632 365 996147200 4194304 4520092 548682068832 18446744073709551615 221780306778 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/23950/statm: 11892 365 246 79 0 219 0
[pid=23973] ppid=23950 vsize=38712 CPUtime=200.58
/proc/23973/stat : 23973 (minisat) R 23950 23950 22985 0 -1 4194304 8760 0 0 0 20050 8 0 0 25 0 1 0 1983211348 39641088 8741 996147200 134512640 135136200 4294955968 18446744073709551615 134529382 0 0 4096 3 0 0 0 17 1 0 0
/proc/23973/statm: 9678 8741 57 152 0 9523 0
Current children cumulated CPU time (s) 221.14
Current children cumulated vsize (KiB) 86280

[startup+282.303 s]
/proc/loadavg: 2.00 2.05 1.97 3/83 23973
/proc/meminfo: memFree=1122392/2055920 swapFree=4180440/4192956
[pid=23950] ppid=23948 vsize=47568 CPUtime=20.56
/proc/23950/stat : 23950 (galacM.sh) S 23948 23950 22985 0 -1 4194304 800 42191 0 1 0 0 2025 31 17 0 1 0 1983209274 48709632 365 996147200 4194304 4520092 548682068832 18446744073709551615 221780306778 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/23950/statm: 11892 365 246 79 0 219 0
[pid=23973] ppid=23950 vsize=38976 CPUtime=260.29
/proc/23973/stat : 23973 (minisat) R 23950 23950 22985 0 -1 4194304 8830 0 0 0 26020 9 0 0 25 0 1 0 1983211348 39911424 8811 996147200 134512640 135136200 4294955968 18446744073709551615 134529382 0 0 4096 3 0 0 0 17 1 0 0
/proc/23973/statm: 9744 8811 57 152 0 9589 0
Current children cumulated CPU time (s) 280.85
Current children cumulated vsize (KiB) 86544

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

[startup+294.301 s]
/proc/loadavg: 2.00 2.05 1.97 3/83 23973
/proc/meminfo: memFree=1114072/2055920 swapFree=4180440/4192956
[pid=23950] ppid=23948 vsize=47568 CPUtime=20.56
/proc/23950/stat : 23950 (galacM.sh) S 23948 23950 22985 0 -1 4194304 800 42191 0 1 0 0 2025 31 17 0 1 0 1983209274 48709632 365 996147200 4194304 4520092 548682068832 18446744073709551615 221780306778 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/23950/statm: 11892 365 246 79 0 219 0
[pid=23973] ppid=23950 vsize=38976 CPUtime=272.23
/proc/23973/stat : 23973 (minisat) R 23950 23950 22985 0 -1 4194304 8841 0 0 0 27214 9 0 0 25 0 1 0 1983211348 39911424 8822 996147200 134512640 135136200 4294955968 18446744073709551615 134529373 0 0 4096 3 0 0 0 17 1 0 0
/proc/23973/statm: 9744 8822 57 152 0 9589 0
Current children cumulated CPU time (s) 292.79
Current children cumulated vsize (KiB) 86544

[startup+300.702 s]
/proc/loadavg: 2.00 2.04 1.97 3/83 23973
/proc/meminfo: memFree=1109464/2055920 swapFree=4180440/4192956
[pid=23950] ppid=23948 vsize=47568 CPUtime=20.56
/proc/23950/stat : 23950 (galacM.sh) S 23948 23950 22985 0 -1 4194304 800 42191 0 1 0 0 2025 31 17 0 1 0 1983209274 48709632 365 996147200 4194304 4520092 548682068832 18446744073709551615 221780306778 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/23950/statm: 11892 365 246 79 0 219 0
[pid=23973] ppid=23950 vsize=38976 CPUtime=278.6
/proc/23973/stat : 23973 (minisat) R 23950 23950 22985 0 -1 4194304 8846 0 0 0 27851 9 0 0 25 0 1 0 1983211348 39911424 8827 996147200 134512640 135136200 4294955968 18446744073709551615 134529373 0 0 4096 3 0 0 0 17 1 0 0
/proc/23973/statm: 9744 8827 57 152 0 9589 0
Current children cumulated CPU time (s) 299.16
Current children cumulated vsize (KiB) 86544

[startup+303.902 s]
/proc/loadavg: 2.00 2.04 1.97 3/83 23973
/proc/meminfo: memFree=1107160/2055920 swapFree=4180440/4192956
[pid=23950] ppid=23948 vsize=47568 CPUtime=20.56
/proc/23950/stat : 23950 (galacM.sh) S 23948 23950 22985 0 -1 4194304 800 42191 0 1 0 0 2025 31 17 0 1 0 1983209274 48709632 365 996147200 4194304 4520092 548682068832 18446744073709551615 221780306778 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/23950/statm: 11892 365 246 79 0 219 0
[pid=23973] ppid=23950 vsize=38976 CPUtime=281.78
/proc/23973/stat : 23973 (minisat) R 23950 23950 22985 0 -1 4194304 8847 0 0 0 28169 9 0 0 25 0 1 0 1983211348 39911424 8828 996147200 134512640 135136200 4294955968 18446744073709551615 134529339 0 0 4096 3 0 0 0 17 1 0 0
/proc/23973/statm: 9744 8828 57 152 0 9589 0
Current children cumulated CPU time (s) 302.34
Current children cumulated vsize (KiB) 86544

[startup+305.501 s]
/proc/loadavg: 2.00 2.04 1.97 3/83 23973
/proc/meminfo: memFree=1106456/2055920 swapFree=4180440/4192956
[pid=23950] ppid=23948 vsize=47568 CPUtime=20.56
/proc/23950/stat : 23950 (galacM.sh) S 23948 23950 22985 0 -1 4194304 800 42191 0 1 0 0 2025 31 17 0 1 0 1983209274 48709632 365 996147200 4194304 4520092 548682068832 18446744073709551615 221780306778 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/23950/statm: 11892 365 246 79 0 219 0
[pid=23973] ppid=23950 vsize=38976 CPUtime=283.38
/proc/23973/stat : 23973 (minisat) R 23950 23950 22985 0 -1 4194304 8847 0 0 0 28329 9 0 0 25 0 1 0 1983211348 39911424 8828 996147200 134512640 135136200 4294955968 18446744073709551615 134529382 0 0 4096 3 0 0 0 17 1 0 0
/proc/23973/statm: 9744 8828 57 152 0 9589 0
Current children cumulated CPU time (s) 303.94
Current children cumulated vsize (KiB) 86544

[startup+306.301 s]
/proc/loadavg: 2.00 2.04 1.97 4/83 23973
/proc/meminfo: memFree=1105688/2055920 swapFree=4180440/4192956
[pid=23950] ppid=23948 vsize=47568 CPUtime=20.56
/proc/23950/stat : 23950 (galacM.sh) S 23948 23950 22985 0 -1 4194304 800 42191 0 1 0 0 2025 31 17 0 1 0 1983209274 48709632 365 996147200 4194304 4520092 548682068832 18446744073709551615 221780306778 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/23950/statm: 11892 365 246 79 0 219 0
[pid=23973] ppid=23950 vsize=38976 CPUtime=284.17
/proc/23973/stat : 23973 (minisat) R 23950 23950 22985 0 -1 4194304 8847 0 0 0 28408 9 0 0 25 0 1 0 1983211348 39911424 8828 996147200 134512640 135136200 4294955968 18446744073709551615 134529382 0 0 4096 3 0 0 0 17 1 0 0
/proc/23973/statm: 9744 8828 57 152 0 9589 0
Current children cumulated CPU time (s) 304.73
Current children cumulated vsize (KiB) 86544

[startup+306.702 s]
/proc/loadavg: 2.00 2.04 1.97 4/83 23973
/proc/meminfo: memFree=1105688/2055920 swapFree=4180440/4192956
[pid=23950] ppid=23948 vsize=47568 CPUtime=20.56
/proc/23950/stat : 23950 (galacM.sh) S 23948 23950 22985 0 -1 4194304 800 42191 0 1 0 0 2025 31 17 0 1 0 1983209274 48709632 365 996147200 4194304 4520092 548682068832 18446744073709551615 221780306778 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/23950/statm: 11892 365 246 79 0 219 0
[pid=23973] ppid=23950 vsize=38976 CPUtime=284.57
/proc/23973/stat : 23973 (minisat) R 23950 23950 22985 0 -1 4194304 8847 0 0 0 28448 9 0 0 25 0 1 0 1983211348 39911424 8828 996147200 134512640 135136200 4294955968 18446744073709551615 134529452 0 0 4096 3 0 0 0 17 1 0 0
/proc/23973/statm: 9744 8828 57 152 0 9589 0
Current children cumulated CPU time (s) 305.13
Current children cumulated vsize (KiB) 86544

[startup+306.906 s]
/proc/loadavg: 2.00 2.04 1.97 3/83 23973
/proc/meminfo: memFree=1104920/2055920 swapFree=4180440/4192956
[pid=23950] ppid=23948 vsize=47568 CPUtime=20.56
/proc/23950/stat : 23950 (galacM.sh) S 23948 23950 22985 0 -1 4194304 800 42191 0 1 0 0 2025 31 17 0 1 0 1983209274 48709632 365 996147200 4194304 4520092 548682068832 18446744073709551615 221780306778 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/23950/statm: 11892 365 246 79 0 219 0
[pid=23973] ppid=23950 vsize=38976 CPUtime=284.77
/proc/23973/stat : 23973 (minisat) R 23950 23950 22985 0 -1 4194304 8847 0 0 0 28468 9 0 0 25 0 1 0 1983211348 39911424 8828 996147200 134512640 135136200 4294955968 18446744073709551615 134529382 0 0 4096 3 0 0 0 17 1 0 0
/proc/23973/statm: 9744 8828 57 152 0 9589 0
Current children cumulated CPU time (s) 305.33
Current children cumulated vsize (KiB) 86544

[startup+307.002 s]
/proc/loadavg: 2.00 2.04 1.97 3/83 23973
/proc/meminfo: memFree=1104920/2055920 swapFree=4180440/4192956
[pid=23950] ppid=23948 vsize=47568 CPUtime=20.56
/proc/23950/stat : 23950 (galacM.sh) S 23948 23950 22985 0 -1 4194304 800 42191 0 1 0 0 2025 31 17 0 1 0 1983209274 48709632 365 996147200 4194304 4520092 548682068832 18446744073709551615 221780306778 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/23950/statm: 11892 365 246 79 0 219 0
[pid=23973] ppid=23950 vsize=38976 CPUtime=284.87
/proc/23973/stat : 23973 (minisat) R 23950 23950 22985 0 -1 4194304 8847 0 0 0 28478 9 0 0 25 0 1 0 1983211348 39911424 8828 996147200 134512640 135136200 4294955968 18446744073709551615 134529373 0 0 4096 3 0 0 0 17 1 0 0
/proc/23973/statm: 9744 8828 57 152 0 9589 0
Current children cumulated CPU time (s) 305.43
Current children cumulated vsize (KiB) 86544

Child status: 0
Real time (s): 307.05
CPU time (s): 305.505
CPU user time (s): 305.075
CPU system time (s): 0.429934
CPU usage (%): 99.4967
Max. virtual memory (cumulated for all children) (KiB): 860328

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 305.075
system time used= 0.429934
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 52057
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= 1673
involuntary context switches= 10971

runsolver used 0.39294 second user time and 1.01185 second system time

The end

Launcher Data (download as text)

Begin job on node29 at 2008-07-03 01:45:55
IDJOB=1048186
IDBENCH=54351
IDSOLVER=350
FILE ID=node29/1048186-1215042355
PBS_JOBID= 7875115
Free space on /tmp= 66028 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= fa3fd3e463227823f5510a53e7f059f4
RANDOM SEED=180021202

node29.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.220
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.220
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:       1360200 kB
Buffers:          6552 kB
Cached:         531976 kB
SwapCached:       6492 kB
Active:         330588 kB
Inactive:       296268 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1360200 kB
SwapTotal:     4192956 kB
SwapFree:      4180440 kB
Dirty:           52168 kB
Writeback:           0 kB
Mapped:         102096 kB
Slab:            53808 kB
Committed_AS:  4046232 kB
PageTables:       2216 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= 65820 MiB
End job on node29 at 2008-07-03 01:51:02