Trace number 1048462

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
galac MUNSAT 125.435 126.76

General information on the benchmark

Namecsp/rand-10-20-10/
normalized-rand-10-20-10-5-10000-2_ext.xml
MD5SUM2df4c69d39e368cfd78aef96a796eed2
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.15782
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.25/1.38	c start processing
1.25/1.38	c start relation processing
2.72/2.81	c start cnf exporting
20.74/21.08	c parsing time : 1.253
20.74/21.08	c preprocessing time : 20.957
20.74/21.08	
20.74/21.08	c Nary constraints - conflicts : 0 supports : 5
20.74/21.08	c Binary constraints - conflicts : 0 supports :0
20.74/21.08	c max arity constraint : 10
20.74/21.08	c Max Tuples generated 0
20.74/21.08	c relations : 5
20.74/21.08	c relations BDD: 5
20.74/21.09	c sampling 0/0
20.74/21.09	c vars : 169999 - clauses :  560264
20.74/21.09	
20.82/21.16	 
20.82/21.16	c --- SAT Solver Stats ---
20.82/21.16	 
125.34/126.74	c restarts              : 9
125.34/126.74	c conflicts             : 5585           (53 /sec)
125.34/126.74	c decisions             : 17978          (1.80 % random) (172 /sec)
125.34/126.74	c propagations          : 138309082      (1323796 /sec)
125.34/126.74	c conflict literals     : 131237         (27.06 % deleted)
125.34/126.74	c Memory used           : 37.80 MB
125.34/126.74	c CPU time              : 104.479 s
125.34/126.74	
125.34/126.74	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-1048462-1215043204/watcher-1048462-1215043204 -o /tmp/evaluation-result-1048462-1215043204/solver-1048462-1215043204 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/galacM.sh HOME/instance-1048462-1215043204.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.90 1.97 1.91 4/82 6645
/proc/meminfo: memFree=1744400/2055920 swapFree=4180240/4192956
[pid=6645] ppid=6643 vsize=8652 CPUtime=0
/proc/6645/stat : 6645 (galacM.sh) S 6643 6645 6154 0 -1 4194304 346 0 0 0 0 0 0 0 16 0 1 0 1983292380 8859648 280 996147200 4194304 4520092 548682068832 18446744073709551615 240577080154 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/6645/statm: 2163 280 208 79 0 156 0
[pid=6646] ppid=6645 vsize=8688 CPUtime=0
/proc/6646/stat : 6646 (galacM.sh) S 6645 6645 6154 0 -1 4194368 36 0 0 0 0 0 0 0 17 0 1 0 1983292380 8896512 286 996147200 4194304 4520092 548682068832 18446744073709551615 240577642578 0 0 4096 73728 18446744071563648864 0 0 17 1 0 0
/proc/6646/statm: 2172 286 209 79 0 165 0
[pid=6647] ppid=6646 vsize=8728 CPUtime=0
/proc/6647/stat : 6647 (galacM.sh) R 6646 6645 6154 0 -1 4194368 25 0 0 0 0 0 0 0 19 0 1 0 1983292380 8937472 290 996147200 4194304 4520092 548682068832 18446744073709551615 240577473831 0 0 3674112 73728 0 0 0 17 1 0 0
/proc/6647/statm: 2182 290 209 79 0 175 0

[startup+0.103674 s]
/proc/loadavg: 1.90 1.97 1.91 4/82 6645
/proc/meminfo: memFree=1744400/2055920 swapFree=4180240/4192956
[pid=6645] ppid=6643 vsize=47580 CPUtime=0.01
/proc/6645/stat : 6645 (galacM.sh) S 6643 6645 6154 0 -1 4194304 766 1697 0 0 0 0 0 1 18 0 1 0 1983292380 48721920 365 996147200 4194304 4520092 548682068832 18446744073709551615 240577080154 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/6645/statm: 11895 365 246 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47580

[startup+0.202685 s]
/proc/loadavg: 1.90 1.97 1.91 4/82 6645
/proc/meminfo: memFree=1744400/2055920 swapFree=4180240/4192956
[pid=6645] ppid=6643 vsize=47580 CPUtime=0.01
/proc/6645/stat : 6645 (galacM.sh) S 6643 6645 6154 0 -1 4194304 766 1697 0 0 0 0 0 1 18 0 1 0 1983292380 48721920 365 996147200 4194304 4520092 548682068832 18446744073709551615 240577080154 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/6645/statm: 11895 365 246 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47580

[startup+0.303541 s]
/proc/loadavg: 1.90 1.97 1.91 4/82 6645
/proc/meminfo: memFree=1744400/2055920 swapFree=4180240/4192956
[pid=6645] ppid=6643 vsize=47580 CPUtime=0.01
/proc/6645/stat : 6645 (galacM.sh) S 6643 6645 6154 0 -1 4194304 766 1697 0 0 0 0 0 1 18 0 1 0 1983292380 48721920 365 996147200 4194304 4520092 548682068832 18446744073709551615 240577080154 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/6645/statm: 11895 365 246 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47580

[startup+0.702771 s]
/proc/loadavg: 1.90 1.97 1.91 4/82 6645
/proc/meminfo: memFree=1744400/2055920 swapFree=4180240/4192956
[pid=6645] ppid=6643 vsize=47580 CPUtime=0.01
/proc/6645/stat : 6645 (galacM.sh) S 6643 6645 6154 0 -1 4194304 766 1697 0 0 0 0 0 1 18 0 1 0 1983292380 48721920 365 996147200 4194304 4520092 548682068832 18446744073709551615 240577080154 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/6645/statm: 11895 365 246 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47580

[startup+1.5027 s]
/proc/loadavg: 1.90 1.97 1.91 3/92 6667
/proc/meminfo: memFree=1672704/2055920 swapFree=4180240/4192956
[pid=6645] ppid=6643 vsize=47580 CPUtime=0.01
/proc/6645/stat : 6645 (galacM.sh) S 6643 6645 6154 0 -1 4194304 766 1697 0 0 0 0 0 1 18 0 1 0 1983292380 48721920 365 996147200 4194304 4520092 548682068832 18446744073709551615 240577080154 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/6645/statm: 11895 365 246 79 0 219 0
[pid=6659] ppid=6645 vsize=812628 CPUtime=1.43
/proc/6659/stat : 6659 (java) S 6645 6645 6154 0 -1 0 20169 0 1 0 131 12 0 0 18 0 9 0 1983292383 832131072 19596 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/6659/statm: 203157 19596 1887 9 0 197138 0
[pid=6659/tid=6660] ppid=6645 vsize=812628 CPUtime=1.24
/proc/6659/task/6660/stat : 6660 (java) R 6645 6645 6154 0 -1 64 14474 0 1 0 116 8 0 0 25 0 9 0 1983292385 832131072 19596 996147200 134512640 134550740 4294955616 18446744073709551615 4126759095 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6659/tid=6661] ppid=6645 vsize=812628 CPUtime=0.03
/proc/6659/task/6661/stat : 6661 (java) S 6645 6645 6154 0 -1 64 4238 0 0 0 1 2 0 0 17 0 9 0 1983292386 832131072 19596 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=6659/tid=6662] ppid=6645 vsize=812628 CPUtime=0
/proc/6659/task/6662/stat : 6662 (java) S 6645 6645 6154 0 -1 64 11 0 0 0 0 0 0 0 19 0 9 0 1983292386 832131072 19596 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6659/tid=6663] ppid=6645 vsize=812628 CPUtime=0
/proc/6659/task/6663/stat : 6663 (java) S 6645 6645 6154 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 1983292386 832131072 19596 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6659/tid=6664] ppid=6645 vsize=812628 CPUtime=0
/proc/6659/task/6664/stat : 6664 (java) S 6645 6645 6154 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1983292389 832131072 19596 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6659/tid=6665] ppid=6645 vsize=812628 CPUtime=0.12
/proc/6659/task/6665/stat : 6665 (java) S 6645 6645 6154 0 -1 64 758 0 0 0 12 0 0 0 16 0 9 0 1983292389 832131072 19596 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6659/tid=6666] ppid=6645 vsize=812628 CPUtime=0
/proc/6659/task/6666/stat : 6666 (java) S 6645 6645 6154 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1983292389 832131072 19596 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6659/tid=6667] ppid=6645 vsize=812628 CPUtime=0
/proc/6659/task/6667/stat : 6667 (java) S 6645 6645 6154 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1983292389 832131072 19596 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.44
Current children cumulated vsize (KiB) 860208

[startup+3.10217 s]
/proc/loadavg: 1.90 1.97 1.91 4/92 6667
/proc/meminfo: memFree=1659200/2055920 swapFree=4180240/4192956
[pid=6645] ppid=6643 vsize=47580 CPUtime=0.01
/proc/6645/stat : 6645 (galacM.sh) S 6643 6645 6154 0 -1 4194304 766 1697 0 0 0 0 0 1 18 0 1 0 1983292380 48721920 365 996147200 4194304 4520092 548682068832 18446744073709551615 240577080154 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/6645/statm: 11895 365 246 79 0 219 0
[pid=6659] ppid=6645 vsize=812760 CPUtime=3.02
/proc/6659/stat : 6659 (java) S 6645 6645 6154 0 -1 0 32324 0 1 0 282 20 0 0 18 0 9 0 1983292383 832266240 31745 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/6659/statm: 203190 31745 1908 9 0 197171 0
[pid=6659/tid=6660] ppid=6645 vsize=812760 CPUtime=2.29
/proc/6659/task/6660/stat : 6660 (java) R 6645 6645 6154 0 -1 64 14523 0 1 0 221 8 0 0 25 0 9 0 1983292385 832266240 31745 996147200 134512640 134550740 4294955616 18446744073709551615 4126880572 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6659/tid=6661] ppid=6645 vsize=812760 CPUtime=0.49
/proc/6659/task/6661/stat : 6661 (java) S 6645 6645 6154 0 -1 64 16293 0 0 0 40 9 0 0 19 0 9 0 1983292386 832266240 31745 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=6659/tid=6662] ppid=6645 vsize=812760 CPUtime=0
/proc/6659/task/6662/stat : 6662 (java) S 6645 6645 6154 0 -1 64 11 0 0 0 0 0 0 0 19 0 9 0 1983292386 832266240 31745 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6659/tid=6663] ppid=6645 vsize=812760 CPUtime=0
/proc/6659/task/6663/stat : 6663 (java) S 6645 6645 6154 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 1983292386 832266240 31745 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6659/tid=6664] ppid=6645 vsize=812760 CPUtime=0
/proc/6659/task/6664/stat : 6664 (java) S 6645 6645 6154 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1983292389 832266240 31745 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6659/tid=6665] ppid=6645 vsize=812760 CPUtime=0.21
/proc/6659/task/6665/stat : 6665 (java) S 6645 6645 6154 0 -1 64 809 0 0 0 20 1 0 0 16 0 9 0 1983292389 832266240 31745 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6659/tid=6666] ppid=6645 vsize=812760 CPUtime=0
/proc/6659/task/6666/stat : 6666 (java) S 6645 6645 6154 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1983292389 832266240 31745 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6659/tid=6667] ppid=6645 vsize=812760 CPUtime=0
/proc/6659/task/6667/stat : 6667 (java) S 6645 6645 6154 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1983292389 832266240 31745 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.03
Current children cumulated vsize (KiB) 860340

[startup+6.30171 s]
/proc/loadavg: 1.91 1.97 1.91 3/92 6667
/proc/meminfo: memFree=1587520/2055920 swapFree=4180240/4192956
[pid=6645] ppid=6643 vsize=47580 CPUtime=0.01
/proc/6645/stat : 6645 (galacM.sh) S 6643 6645 6154 0 -1 4194304 766 1697 0 0 0 0 0 1 18 0 1 0 1983292380 48721920 365 996147200 4194304 4520092 548682068832 18446744073709551615 240577080154 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/6645/statm: 11895 365 246 79 0 219 0
[pid=6659] ppid=6645 vsize=812760 CPUtime=6.18
/proc/6659/stat : 6659 (java) S 6645 6645 6154 0 -1 0 40474 0 1 0 593 25 0 0 18 0 9 0 1983292383 832266240 39888 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/6659/statm: 203190 39888 1909 9 0 197171 0
[pid=6659/tid=6660] ppid=6645 vsize=812760 CPUtime=5.11
/proc/6659/task/6660/stat : 6660 (java) R 6645 6645 6154 0 -1 64 14530 0 1 0 501 10 0 0 25 0 9 0 1983292385 832266240 39888 996147200 134512640 134550740 4294955616 18446744073709551615 4126846503 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6659/tid=6661] ppid=6645 vsize=812760 CPUtime=0.84
/proc/6659/task/6661/stat : 6661 (java) S 6645 6645 6154 0 -1 64 24433 0 0 0 71 13 0 0 16 0 9 0 1983292386 832266240 39888 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=6659/tid=6662] ppid=6645 vsize=812760 CPUtime=0
/proc/6659/task/6662/stat : 6662 (java) S 6645 6645 6154 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1983292386 832266240 39888 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6659/tid=6663] ppid=6645 vsize=812760 CPUtime=0
/proc/6659/task/6663/stat : 6663 (java) S 6645 6645 6154 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 1983292386 832266240 39888 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6659/tid=6664] ppid=6645 vsize=812760 CPUtime=0
/proc/6659/task/6664/stat : 6664 (java) S 6645 6645 6154 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1983292389 832266240 39888 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6659/tid=6665] ppid=6645 vsize=812760 CPUtime=0.21
/proc/6659/task/6665/stat : 6665 (java) S 6645 6645 6154 0 -1 64 812 0 0 0 20 1 0 0 15 0 9 0 1983292389 832266240 39888 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6659/tid=6666] ppid=6645 vsize=812760 CPUtime=0
/proc/6659/task/6666/stat : 6666 (java) S 6645 6645 6154 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1983292389 832266240 39888 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6659/tid=6667] ppid=6645 vsize=812760 CPUtime=0
/proc/6659/task/6667/stat : 6667 (java) S 6645 6645 6154 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1983292389 832266240 39888 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.19
Current children cumulated vsize (KiB) 860340

[startup+12.7018 s]
/proc/loadavg: 1.91 1.97 1.91 3/92 6667
/proc/meminfo: memFree=1583680/2055920 swapFree=4180240/4192956
[pid=6645] ppid=6643 vsize=47580 CPUtime=0.01
/proc/6645/stat : 6645 (galacM.sh) S 6643 6645 6154 0 -1 4194304 766 1697 0 0 0 0 0 1 18 0 1 0 1983292380 48721920 365 996147200 4194304 4520092 548682068832 18446744073709551615 240577080154 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/6645/statm: 11895 365 246 79 0 219 0
[pid=6659] ppid=6645 vsize=812760 CPUtime=12.51
/proc/6659/stat : 6659 (java) S 6645 6645 6154 0 -1 0 40488 0 1 0 1223 28 0 0 18 0 9 0 1983292383 832266240 39891 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/6659/statm: 203190 39891 1909 9 0 197171 0
[pid=6659/tid=6660] ppid=6645 vsize=812760 CPUtime=11.42
/proc/6659/task/6660/stat : 6660 (java) R 6645 6645 6154 0 -1 64 14541 0 1 0 1130 12 0 0 25 0 9 0 1983292385 832266240 39891 996147200 134512640 134550740 4294955616 18446744073709551615 4126846736 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6659/tid=6661] ppid=6645 vsize=812760 CPUtime=0.84
/proc/6659/task/6661/stat : 6661 (java) S 6645 6645 6154 0 -1 64 24433 0 0 0 71 13 0 0 16 0 9 0 1983292386 832266240 39891 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=6659/tid=6662] ppid=6645 vsize=812760 CPUtime=0
/proc/6659/task/6662/stat : 6662 (java) S 6645 6645 6154 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1983292386 832266240 39891 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6659/tid=6663] ppid=6645 vsize=812760 CPUtime=0
/proc/6659/task/6663/stat : 6663 (java) S 6645 6645 6154 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 1983292386 832266240 39891 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6659/tid=6664] ppid=6645 vsize=812760 CPUtime=0
/proc/6659/task/6664/stat : 6664 (java) S 6645 6645 6154 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1983292389 832266240 39891 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6659/tid=6665] ppid=6645 vsize=812760 CPUtime=0.22
/proc/6659/task/6665/stat : 6665 (java) S 6645 6645 6154 0 -1 64 815 0 0 0 21 1 0 0 15 0 9 0 1983292389 832266240 39891 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6659/tid=6666] ppid=6645 vsize=812760 CPUtime=0
/proc/6659/task/6666/stat : 6666 (java) S 6645 6645 6154 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1983292389 832266240 39891 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6659/tid=6667] ppid=6645 vsize=812760 CPUtime=0
/proc/6659/task/6667/stat : 6667 (java) S 6645 6645 6154 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1983292389 832266240 39891 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.52
Current children cumulated vsize (KiB) 860340

[startup+25.5029 s]
/proc/loadavg: 1.93 1.97 1.91 3/84 6668
/proc/meminfo: memFree=1690624/2055920 swapFree=4180240/4192956
[pid=6645] ppid=6643 vsize=47580 CPUtime=20.85
/proc/6645/stat : 6645 (galacM.sh) S 6643 6645 6154 0 -1 4194304 800 42213 0 1 0 0 2050 35 17 0 1 0 1983292380 48721920 365 996147200 4194304 4520092 548682068832 18446744073709551615 240577080154 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/6645/statm: 11895 365 246 79 0 219 0
[pid=6668] ppid=6645 vsize=37648 CPUtime=4.29
/proc/6668/stat : 6668 (minisat) R 6645 6645 6154 0 -1 4194304 8516 0 0 0 423 6 0 0 25 0 1 0 1983294496 38551552 8497 996147200 134512640 135136200 4294955968 18446744073709551615 134529452 0 0 4096 3 0 0 0 17 1 0 0
/proc/6668/statm: 9412 8497 57 152 0 9257 0
Current children cumulated CPU time (s) 25.14
Current children cumulated vsize (KiB) 85228

[startup+51.1012 s]
/proc/loadavg: 1.95 1.97 1.91 3/84 6668
/proc/meminfo: memFree=1690304/2055920 swapFree=4180240/4192956
[pid=6645] ppid=6643 vsize=47580 CPUtime=20.85
/proc/6645/stat : 6645 (galacM.sh) S 6643 6645 6154 0 -1 4194304 800 42213 0 1 0 0 2050 35 17 0 1 0 1983292380 48721920 365 996147200 4194304 4520092 548682068832 18446744073709551615 240577080154 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/6645/statm: 11895 365 246 79 0 219 0
[pid=6668] ppid=6645 vsize=38048 CPUtime=29.64
/proc/6668/stat : 6668 (minisat) R 6645 6645 6154 0 -1 4194304 8621 0 0 0 2958 6 0 0 25 0 1 0 1983294496 38961152 8602 996147200 134512640 135136200 4294955968 18446744073709551615 134529373 0 0 4096 3 0 0 0 17 1 0 0
/proc/6668/statm: 9512 8602 57 152 0 9357 0
Current children cumulated CPU time (s) 50.49
Current children cumulated vsize (KiB) 85628

[startup+102.303 s]
/proc/loadavg: 1.98 1.97 1.91 3/84 6674
/proc/meminfo: memFree=1676800/2055920 swapFree=4180240/4192956
[pid=6645] ppid=6643 vsize=47580 CPUtime=20.85
/proc/6645/stat : 6645 (galacM.sh) S 6643 6645 6154 0 -1 4194304 800 42213 0 1 0 0 2050 35 17 0 1 0 1983292380 48721920 365 996147200 4194304 4520092 548682068832 18446744073709551615 240577080154 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/6645/statm: 11895 365 246 79 0 219 0
[pid=6668] ppid=6645 vsize=38576 CPUtime=80.33
/proc/6668/stat : 6668 (minisat) R 6645 6645 6154 0 -1 4194304 8741 0 0 0 8027 6 0 0 25 0 1 0 1983294496 39501824 8722 996147200 134512640 135136200 4294955968 18446744073709551615 134529382 0 0 4096 3 0 0 0 17 1 0 0
/proc/6668/statm: 9644 8722 57 152 0 9489 0
Current children cumulated CPU time (s) 101.18
Current children cumulated vsize (KiB) 86156

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

[startup+102.408 s]
/proc/loadavg: 1.98 1.97 1.91 3/84 6674
/proc/meminfo: memFree=1676800/2055920 swapFree=4180240/4192956
[pid=6645] ppid=6643 vsize=47580 CPUtime=20.85
/proc/6645/stat : 6645 (galacM.sh) S 6643 6645 6154 0 -1 4194304 800 42213 0 1 0 0 2050 35 17 0 1 0 1983292380 48721920 365 996147200 4194304 4520092 548682068832 18446744073709551615 240577080154 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/6645/statm: 11895 365 246 79 0 219 0
[pid=6668] ppid=6645 vsize=38576 CPUtime=80.43
/proc/6668/stat : 6668 (minisat) R 6645 6645 6154 0 -1 4194304 8741 0 0 0 8037 6 0 0 25 0 1 0 1983294496 39501824 8722 996147200 134512640 135136200 4294955968 18446744073709551615 134529373 0 0 4096 3 0 0 0 17 1 0 0
/proc/6668/statm: 9644 8722 57 152 0 9489 0
Current children cumulated CPU time (s) 101.28
Current children cumulated vsize (KiB) 86156

[startup+115.202 s]
/proc/loadavg: 1.98 1.97 1.91 3/84 6674
/proc/meminfo: memFree=1670592/2055920 swapFree=4180240/4192956
[pid=6645] ppid=6643 vsize=47580 CPUtime=20.85
/proc/6645/stat : 6645 (galacM.sh) S 6643 6645 6154 0 -1 4194304 800 42213 0 1 0 0 2050 35 17 0 1 0 1983292380 48721920 365 996147200 4194304 4520092 548682068832 18446744073709551615 240577080154 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/6645/statm: 11895 365 246 79 0 219 0
[pid=6668] ppid=6645 vsize=38576 CPUtime=93.1
/proc/6668/stat : 6668 (minisat) R 6645 6645 6154 0 -1 4194304 8766 0 0 0 9304 6 0 0 25 0 1 0 1983294496 39501824 8747 996147200 134512640 135136200 4294955968 18446744073709551615 134529382 0 0 4096 3 0 0 0 17 1 0 0
/proc/6668/statm: 9644 8747 57 152 0 9489 0
Current children cumulated CPU time (s) 113.95
Current children cumulated vsize (KiB) 86156

[startup+121.602 s]
/proc/loadavg: 1.98 1.97 1.91 3/84 6674
/proc/meminfo: memFree=1670592/2055920 swapFree=4180240/4192956
[pid=6645] ppid=6643 vsize=47580 CPUtime=20.85
/proc/6645/stat : 6645 (galacM.sh) S 6643 6645 6154 0 -1 4194304 800 42213 0 1 0 0 2050 35 17 0 1 0 1983292380 48721920 365 996147200 4194304 4520092 548682068832 18446744073709551615 240577080154 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/6645/statm: 11895 365 246 79 0 219 0
[pid=6668] ppid=6645 vsize=38708 CPUtime=99.44
/proc/6668/stat : 6668 (minisat) R 6645 6645 6154 0 -1 4194304 8774 0 0 0 9938 6 0 0 25 0 1 0 1983294496 39636992 8755 996147200 134512640 135136200 4294955968 18446744073709551615 134529856 0 0 4096 3 0 0 0 17 1 0 0
/proc/6668/statm: 9677 8755 57 152 0 9522 0
Current children cumulated CPU time (s) 120.29
Current children cumulated vsize (KiB) 86288

[startup+124.802 s]
/proc/loadavg: 1.98 1.97 1.91 3/84 6674
/proc/meminfo: memFree=1670528/2055920 swapFree=4180240/4192956
[pid=6645] ppid=6643 vsize=47580 CPUtime=20.85
/proc/6645/stat : 6645 (galacM.sh) S 6643 6645 6154 0 -1 4194304 800 42213 0 1 0 0 2050 35 17 0 1 0 1983292380 48721920 365 996147200 4194304 4520092 548682068832 18446744073709551615 240577080154 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/6645/statm: 11895 365 246 79 0 219 0
[pid=6668] ppid=6645 vsize=38708 CPUtime=102.61
/proc/6668/stat : 6668 (minisat) R 6645 6645 6154 0 -1 4194304 8783 0 0 0 10255 6 0 0 25 0 1 0 1983294496 39636992 8764 996147200 134512640 135136200 4294955968 18446744073709551615 134529373 0 0 4096 3 0 0 0 17 1 0 0
/proc/6668/statm: 9677 8764 57 152 0 9522 0
Current children cumulated CPU time (s) 123.46
Current children cumulated vsize (KiB) 86288

[startup+125.602 s]
/proc/loadavg: 1.98 1.97 1.91 3/84 6674
/proc/meminfo: memFree=1670528/2055920 swapFree=4180240/4192956
[pid=6645] ppid=6643 vsize=47580 CPUtime=20.85
/proc/6645/stat : 6645 (galacM.sh) S 6643 6645 6154 0 -1 4194304 800 42213 0 1 0 0 2050 35 17 0 1 0 1983292380 48721920 365 996147200 4194304 4520092 548682068832 18446744073709551615 240577080154 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/6645/statm: 11895 365 246 79 0 219 0
[pid=6668] ppid=6645 vsize=38708 CPUtime=103.4
/proc/6668/stat : 6668 (minisat) R 6645 6645 6154 0 -1 4194304 8783 0 0 0 10334 6 0 0 25 0 1 0 1983294496 39636992 8764 996147200 134512640 135136200 4294955968 18446744073709551615 134529382 0 0 4096 3 0 0 0 17 1 0 0
/proc/6668/statm: 9677 8764 57 152 0 9522 0
Current children cumulated CPU time (s) 124.25
Current children cumulated vsize (KiB) 86288

[startup+126.402 s]
/proc/loadavg: 1.98 1.97 1.91 3/84 6674
/proc/meminfo: memFree=1670528/2055920 swapFree=4180240/4192956
[pid=6645] ppid=6643 vsize=47580 CPUtime=20.85
/proc/6645/stat : 6645 (galacM.sh) S 6643 6645 6154 0 -1 4194304 800 42213 0 1 0 0 2050 35 17 0 1 0 1983292380 48721920 365 996147200 4194304 4520092 548682068832 18446744073709551615 240577080154 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/6645/statm: 11895 365 246 79 0 219 0
[pid=6668] ppid=6645 vsize=38708 CPUtime=104.2
/proc/6668/stat : 6668 (minisat) R 6645 6645 6154 0 -1 4194304 8783 0 0 0 10414 6 0 0 25 0 1 0 1983294496 39636992 8764 996147200 134512640 135136200 4294955968 18446744073709551615 134529438 0 0 4096 3 0 0 0 17 1 0 0
/proc/6668/statm: 9677 8764 57 152 0 9522 0
Current children cumulated CPU time (s) 125.05
Current children cumulated vsize (KiB) 86288

[startup+126.607 s]
/proc/loadavg: 1.98 1.97 1.91 3/84 6674
/proc/meminfo: memFree=1670528/2055920 swapFree=4180240/4192956
[pid=6645] ppid=6643 vsize=47580 CPUtime=20.85
/proc/6645/stat : 6645 (galacM.sh) S 6643 6645 6154 0 -1 4194304 800 42213 0 1 0 0 2050 35 17 0 1 0 1983292380 48721920 365 996147200 4194304 4520092 548682068832 18446744073709551615 240577080154 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/6645/statm: 11895 365 246 79 0 219 0
[pid=6668] ppid=6645 vsize=38708 CPUtime=104.4
/proc/6668/stat : 6668 (minisat) R 6645 6645 6154 0 -1 4194304 8783 0 0 0 10434 6 0 0 25 0 1 0 1983294496 39636992 8764 996147200 134512640 135136200 4294955968 18446744073709551615 134529382 0 0 4096 3 0 0 0 17 1 0 0
/proc/6668/statm: 9677 8764 57 152 0 9522 0
Current children cumulated CPU time (s) 125.25
Current children cumulated vsize (KiB) 86288

[startup+126.703 s]
/proc/loadavg: 1.98 1.97 1.91 3/84 6674
/proc/meminfo: memFree=1670528/2055920 swapFree=4180240/4192956
[pid=6645] ppid=6643 vsize=47580 CPUtime=20.85
/proc/6645/stat : 6645 (galacM.sh) S 6643 6645 6154 0 -1 4194304 800 42213 0 1 0 0 2050 35 17 0 1 0 1983292380 48721920 365 996147200 4194304 4520092 548682068832 18446744073709551615 240577080154 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/6645/statm: 11895 365 246 79 0 219 0
[pid=6668] ppid=6645 vsize=38708 CPUtime=104.49
/proc/6668/stat : 6668 (minisat) R 6645 6645 6154 0 -1 4194304 8783 0 0 0 10443 6 0 0 25 0 1 0 1983294496 39636992 8764 996147200 134512640 135136200 4294955968 18446744073709551615 134529373 0 0 4096 3 0 0 0 17 1 0 0
/proc/6668/statm: 9677 8764 57 152 0 9522 0
Current children cumulated CPU time (s) 125.34
Current children cumulated vsize (KiB) 86288

Child status: 0
Real time (s): 126.76
CPU time (s): 125.435
CPU user time (s): 124.991
CPU system time (s): 0.443932
CPU usage (%): 98.9547
Max. virtual memory (cumulated for all children) (KiB): 860340

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 124.991
system time used= 0.443932
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 52015
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= 1692
involuntary context switches= 6616

runsolver used 0.176973 second user time and 0.441932 second system time

The end

Launcher Data (download as text)

Begin job on node50 at 2008-07-03 02:00:04
IDJOB=1048462
IDBENCH=54363
IDSOLVER=350
FILE ID=node50/1048462-1215043204
PBS_JOBID= 7875076
Free space on /tmp= 66544 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 2df4c69d39e368cfd78aef96a796eed2
RANDOM SEED=1241683406

node50.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.261
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.261
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:       1744944 kB
Buffers:         29724 kB
Cached:         148920 kB
SwapCached:       6724 kB
Active:         184612 kB
Inactive:        66360 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1744944 kB
SwapTotal:     4192956 kB
SwapFree:      4180240 kB
Dirty:            4020 kB
Writeback:           0 kB
Mapped:          89408 kB
Slab:            45032 kB
Committed_AS:  3884420 kB
PageTables:       2088 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= 66536 MiB
End job on node50 at 2008-07-03 02:02:11