Trace number 1048416

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 260.676 262.799

General information on the benchmark

Namecsp/rand-10-20-10/
normalized-rand-10-20-10-5-10000-18_ext.xml
MD5SUM1a4263775f26614618ee62970f0a38af
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.577911
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.23/1.33	c start processing
1.23/1.33	c start relation processing
2.62/2.71	c start cnf exporting
20.45/20.78	c parsing time : 1.208
20.45/20.78	c preprocessing time : 20.653
20.45/20.78	
20.45/20.78	c Nary constraints - conflicts : 0 supports : 5
20.45/20.78	c Binary constraints - conflicts : 0 supports :0
20.45/20.78	c max arity constraint : 10
20.45/20.78	c Max Tuples generated 0
20.45/20.78	c relations : 5
20.45/20.78	c relations BDD: 5
20.45/20.78	c sampling 0/0
20.45/20.78	c vars : 169725 - clauses :  559442
20.45/20.78	
20.53/20.84	 
20.53/20.84	c --- SAT Solver Stats ---
20.53/20.84	 
260.55/262.78	c restarts              : 9
260.55/262.78	c conflicts             : 6750           (28 /sec)
260.55/262.78	c decisions             : 16973          (1.76 % random) (71 /sec)
260.55/262.78	c propagations          : 390205074      (1625939 /sec)
260.55/262.78	c conflict literals     : 138946         (28.63 % deleted)
260.55/262.78	c Memory used           : 37.78 MB
260.55/262.78	c CPU time              : 239.988 s
260.55/262.78	
260.55/262.78	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-1048416-1215043139/watcher-1048416-1215043139 -o /tmp/evaluation-result-1048416-1215043139/solver-1048416-1215043139 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/galacM.sh HOME/instance-1048416-1215043139.xml 

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


[startup+0 s]
/proc/loadavg: 2.00 2.00 1.91 4/73 9510
/proc/meminfo: memFree=1827784/2055920 swapFree=4180288/4192956
[pid=9510] ppid=9508 vsize=8652 CPUtime=0
/proc/9510/stat : 9510 (galacM.sh) S 9508 9510 9053 0 -1 4194304 346 0 0 0 0 0 0 0 16 0 1 0 409931331 8859648 280 996147200 4194304 4520092 548682068832 18446744073709551615 224627190618 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/9510/statm: 2163 280 208 79 0 156 0
[pid=9511] ppid=9510 vsize=8688 CPUtime=0
/proc/9511/stat : 9511 (galacM.sh) S 9510 9510 9053 0 -1 4194368 36 0 0 0 0 0 0 0 17 0 1 0 409931331 8896512 286 996147200 4194304 4520092 548682068832 18446744073709551615 224627753042 0 0 4096 73728 18446744071563648864 0 0 17 1 0 0
/proc/9511/statm: 2172 286 209 79 0 165 0
[pid=9512] ppid=9511 vsize=8728 CPUtime=0
/proc/9512/stat : 9512 (galacM.sh) R 9511 9510 9053 0 -1 4194368 25 0 0 0 0 0 0 0 19 0 1 0 409931331 8937472 290 996147200 4194304 4520092 548682068832 18446744073709551615 224627584295 0 0 3674112 73728 0 0 0 17 1 0 0
/proc/9512/statm: 2182 290 209 79 0 175 0

[startup+0.105162 s]
/proc/loadavg: 2.00 2.00 1.91 4/73 9510
/proc/meminfo: memFree=1827784/2055920 swapFree=4180288/4192956
[pid=9510] ppid=9508 vsize=47564 CPUtime=0
/proc/9510/stat : 9510 (galacM.sh) S 9508 9510 9053 0 -1 4194304 765 1697 0 0 0 0 0 0 18 0 1 0 409931331 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 224627190618 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/9510/statm: 11891 364 245 79 0 219 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 47564

[startup+0.202165 s]
/proc/loadavg: 2.00 2.00 1.91 4/73 9510
/proc/meminfo: memFree=1827784/2055920 swapFree=4180288/4192956
[pid=9510] ppid=9508 vsize=47564 CPUtime=0
/proc/9510/stat : 9510 (galacM.sh) S 9508 9510 9053 0 -1 4194304 765 1697 0 0 0 0 0 0 18 0 1 0 409931331 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 224627190618 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/9510/statm: 11891 364 245 79 0 219 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 47564

[startup+0.301178 s]
/proc/loadavg: 2.00 2.00 1.91 4/73 9510
/proc/meminfo: memFree=1827784/2055920 swapFree=4180288/4192956
[pid=9510] ppid=9508 vsize=47564 CPUtime=0
/proc/9510/stat : 9510 (galacM.sh) S 9508 9510 9053 0 -1 4194304 765 1697 0 0 0 0 0 0 18 0 1 0 409931331 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 224627190618 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/9510/statm: 11891 364 245 79 0 219 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 47564

[startup+0.701234 s]
/proc/loadavg: 2.00 2.00 1.91 4/73 9510
/proc/meminfo: memFree=1827784/2055920 swapFree=4180288/4192956
[pid=9510] ppid=9508 vsize=47564 CPUtime=0
/proc/9510/stat : 9510 (galacM.sh) S 9508 9510 9053 0 -1 4194304 765 1697 0 0 0 0 0 0 18 0 1 0 409931331 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 224627190618 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/9510/statm: 11891 364 245 79 0 219 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 47564

[startup+1.50135 s]
/proc/loadavg: 2.00 2.00 1.91 3/83 9532
/proc/meminfo: memFree=1756088/2055920 swapFree=4180288/4192956
[pid=9510] ppid=9508 vsize=47564 CPUtime=0
/proc/9510/stat : 9510 (galacM.sh) S 9508 9510 9053 0 -1 4194304 765 1697 0 0 0 0 0 0 18 0 1 0 409931331 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 224627190618 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/9510/statm: 11891 364 245 79 0 219 0
[pid=9524] ppid=9510 vsize=812628 CPUtime=1.44
/proc/9524/stat : 9524 (java) S 9510 9510 9053 0 -1 0 20372 0 1 0 134 10 0 0 18 0 9 0 409931334 832131072 19797 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9524/statm: 203157 19797 1888 9 0 197138 0
[pid=9524/tid=9525] ppid=9510 vsize=812628 CPUtime=1.25
/proc/9524/task/9525/stat : 9525 (java) R 9510 9510 9053 0 -1 64 14477 0 1 0 118 7 0 0 25 0 9 0 409931335 832131072 19797 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9524/tid=9526] ppid=9510 vsize=812628 CPUtime=0.03
/proc/9524/task/9526/stat : 9526 (java) R 9510 9510 9053 0 -1 64 4433 0 0 0 2 1 0 0 16 0 9 0 409931337 832131072 19797 996147200 134512640 134550740 4294955616 18446744073709551615 102516776 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=9524/tid=9527] ppid=9510 vsize=812628 CPUtime=0
/proc/9524/task/9527/stat : 9527 (java) S 9510 9510 9053 0 -1 64 11 0 0 0 0 0 0 0 19 0 9 0 409931337 832131072 19797 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9524/tid=9528] ppid=9510 vsize=812628 CPUtime=0
/proc/9524/task/9528/stat : 9528 (java) S 9510 9510 9053 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 409931337 832131072 19797 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9524/tid=9529] ppid=9510 vsize=812628 CPUtime=0
/proc/9524/task/9529/stat : 9529 (java) S 9510 9510 9053 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 409931339 832131072 19797 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9524/tid=9530] ppid=9510 vsize=812628 CPUtime=0.12
/proc/9524/task/9530/stat : 9530 (java) S 9510 9510 9053 0 -1 64 764 0 0 0 12 0 0 0 16 0 9 0 409931339 832131072 19797 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9524/tid=9531] ppid=9510 vsize=812628 CPUtime=0
/proc/9524/task/9531/stat : 9531 (java) S 9510 9510 9053 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 409931339 832131072 19797 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9524/tid=9532] ppid=9510 vsize=812628 CPUtime=0
/proc/9524/task/9532/stat : 9532 (java) R 9510 9510 9053 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 409931339 832131072 19797 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) 860192

[startup+3.10158 s]
/proc/loadavg: 2.00 2.00 1.91 4/83 9532
/proc/meminfo: memFree=1735040/2055920 swapFree=4180288/4192956
[pid=9510] ppid=9508 vsize=47564 CPUtime=0
/proc/9510/stat : 9510 (galacM.sh) S 9508 9510 9053 0 -1 4194304 765 1697 0 0 0 0 0 0 18 0 1 0 409931331 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 224627190618 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/9510/statm: 11891 364 245 79 0 219 0
[pid=9524] ppid=9510 vsize=812760 CPUtime=3.03
/proc/9524/stat : 9524 (java) S 9510 9510 9053 0 -1 0 32456 0 1 0 287 16 0 0 18 0 9 0 409931334 832266240 31876 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9524/statm: 203190 31876 1908 9 0 197171 0
[pid=9524/tid=9525] ppid=9510 vsize=812760 CPUtime=2.31
/proc/9524/task/9525/stat : 9525 (java) R 9510 9510 9053 0 -1 64 14523 0 1 0 224 7 0 0 25 0 9 0 409931335 832266240 31876 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9524/tid=9526] ppid=9510 vsize=812760 CPUtime=0.51
/proc/9524/task/9526/stat : 9526 (java) R 9510 9510 9053 0 -1 64 16423 0 0 0 44 7 0 0 16 0 9 0 409931337 832266240 31876 996147200 134512640 134550740 4294955616 18446744073709551615 102514349 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=9524/tid=9527] ppid=9510 vsize=812760 CPUtime=0
/proc/9524/task/9527/stat : 9527 (java) S 9510 9510 9053 0 -1 64 11 0 0 0 0 0 0 0 19 0 9 0 409931337 832266240 31876 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9524/tid=9528] ppid=9510 vsize=812760 CPUtime=0
/proc/9524/task/9528/stat : 9528 (java) S 9510 9510 9053 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 409931337 832266240 31876 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9524/tid=9529] ppid=9510 vsize=812760 CPUtime=0
/proc/9524/task/9529/stat : 9529 (java) S 9510 9510 9053 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 409931339 832266240 31876 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9524/tid=9530] ppid=9510 vsize=812760 CPUtime=0.18
/proc/9524/task/9530/stat : 9530 (java) S 9510 9510 9053 0 -1 64 812 0 0 0 18 0 0 0 15 0 9 0 409931339 832266240 31876 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9524/tid=9531] ppid=9510 vsize=812760 CPUtime=0
/proc/9524/task/9531/stat : 9531 (java) S 9510 9510 9053 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 409931339 832266240 31876 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9524/tid=9532] ppid=9510 vsize=812760 CPUtime=0
/proc/9524/task/9532/stat : 9532 (java) S 9510 9510 9053 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 409931339 832266240 31876 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) 860324

[startup+6.30303 s]
/proc/loadavg: 2.00 2.00 1.91 3/83 9532
/proc/meminfo: memFree=1673216/2055920 swapFree=4180288/4192956
[pid=9510] ppid=9508 vsize=47564 CPUtime=0
/proc/9510/stat : 9510 (galacM.sh) S 9508 9510 9053 0 -1 4194304 765 1697 0 0 0 0 0 0 18 0 1 0 409931331 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 224627190618 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/9510/statm: 11891 364 245 79 0 219 0
[pid=9524] ppid=9510 vsize=812760 CPUtime=6.19
/proc/9524/stat : 9524 (java) S 9510 9510 9053 0 -1 0 40448 0 1 0 599 20 0 0 18 0 9 0 409931334 832266240 39862 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9524/statm: 203190 39862 1908 9 0 197171 0
[pid=9524/tid=9525] ppid=9510 vsize=812760 CPUtime=5.16
/proc/9524/task/9525/stat : 9525 (java) R 9510 9510 9053 0 -1 64 14529 0 1 0 508 8 0 0 25 0 9 0 409931335 832266240 39862 996147200 134512640 134550740 4294955616 18446744073709551615 4126925700 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9524/tid=9526] ppid=9510 vsize=812760 CPUtime=0.82
/proc/9524/task/9526/stat : 9526 (java) S 9510 9510 9053 0 -1 64 24409 0 0 0 72 10 0 0 16 0 9 0 409931337 832266240 39862 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=9524/tid=9527] ppid=9510 vsize=812760 CPUtime=0
/proc/9524/task/9527/stat : 9527 (java) S 9510 9510 9053 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 409931337 832266240 39862 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9524/tid=9528] ppid=9510 vsize=812760 CPUtime=0
/proc/9524/task/9528/stat : 9528 (java) S 9510 9510 9053 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 409931337 832266240 39862 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9524/tid=9529] ppid=9510 vsize=812760 CPUtime=0
/proc/9524/task/9529/stat : 9529 (java) S 9510 9510 9053 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 409931339 832266240 39862 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9524/tid=9530] ppid=9510 vsize=812760 CPUtime=0.18
/proc/9524/task/9530/stat : 9530 (java) S 9510 9510 9053 0 -1 64 812 0 0 0 18 0 0 0 15 0 9 0 409931339 832266240 39862 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9524/tid=9531] ppid=9510 vsize=812760 CPUtime=0
/proc/9524/task/9531/stat : 9531 (java) S 9510 9510 9053 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 409931339 832266240 39862 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9524/tid=9532] ppid=9510 vsize=812760 CPUtime=0
/proc/9524/task/9532/stat : 9532 (java) S 9510 9510 9053 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 409931339 832266240 39862 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) 860324

[startup+12.7029 s]
/proc/loadavg: 2.00 2.00 1.91 3/83 9532
/proc/meminfo: memFree=1669504/2055920 swapFree=4180288/4192956
[pid=9510] ppid=9508 vsize=47564 CPUtime=0
/proc/9510/stat : 9510 (galacM.sh) S 9508 9510 9053 0 -1 4194304 765 1697 0 0 0 0 0 0 18 0 1 0 409931331 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 224627190618 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/9510/statm: 11891 364 245 79 0 219 0
[pid=9524] ppid=9510 vsize=812760 CPUtime=12.53
/proc/9524/stat : 9524 (java) S 9510 9510 9053 0 -1 0 40462 0 1 0 1231 22 0 0 18 0 9 0 409931334 832266240 39864 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9524/statm: 203190 39864 1908 9 0 197171 0
[pid=9524/tid=9525] ppid=9510 vsize=812760 CPUtime=11.49
/proc/9524/task/9525/stat : 9525 (java) R 9510 9510 9053 0 -1 64 14541 0 1 0 1139 10 0 0 25 0 9 0 409931335 832266240 39864 996147200 134512640 134550740 4294955616 18446744073709551615 4126882916 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9524/tid=9526] ppid=9510 vsize=812760 CPUtime=0.82
/proc/9524/task/9526/stat : 9526 (java) S 9510 9510 9053 0 -1 64 24409 0 0 0 72 10 0 0 16 0 9 0 409931337 832266240 39864 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=9524/tid=9527] ppid=9510 vsize=812760 CPUtime=0
/proc/9524/task/9527/stat : 9527 (java) S 9510 9510 9053 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 409931337 832266240 39864 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9524/tid=9528] ppid=9510 vsize=812760 CPUtime=0
/proc/9524/task/9528/stat : 9528 (java) S 9510 9510 9053 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 409931337 832266240 39864 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9524/tid=9529] ppid=9510 vsize=812760 CPUtime=0
/proc/9524/task/9529/stat : 9529 (java) S 9510 9510 9053 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 409931339 832266240 39864 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9524/tid=9530] ppid=9510 vsize=812760 CPUtime=0.19
/proc/9524/task/9530/stat : 9530 (java) S 9510 9510 9053 0 -1 64 814 0 0 0 19 0 0 0 16 0 9 0 409931339 832266240 39864 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9524/tid=9531] ppid=9510 vsize=812760 CPUtime=0
/proc/9524/task/9531/stat : 9531 (java) S 9510 9510 9053 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 409931339 832266240 39864 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9524/tid=9532] ppid=9510 vsize=812760 CPUtime=0
/proc/9524/task/9532/stat : 9532 (java) S 9510 9510 9053 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 409931339 832266240 39864 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.53
Current children cumulated vsize (KiB) 860324

[startup+25.5027 s]
/proc/loadavg: 2.00 2.00 1.91 3/75 9533
/proc/meminfo: memFree=1782912/2055920 swapFree=4180288/4192956
[pid=9510] ppid=9508 vsize=47564 CPUtime=20.58
/proc/9510/stat : 9510 (galacM.sh) S 9508 9510 9053 0 -1 4194304 799 42186 0 1 0 0 2028 30 17 0 1 0 409931331 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 224627190618 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/9510/statm: 11891 364 245 79 0 219 0
[pid=9533] ppid=9510 vsize=37608 CPUtime=4.6
/proc/9533/stat : 9533 (minisat) R 9510 9510 9053 0 -1 4194304 8491 0 0 0 456 4 0 0 25 0 1 0 409933415 38510592 8472 996147200 134512640 135136200 4294955968 18446744073709551615 134529382 0 0 4096 3 0 0 0 17 1 0 0
/proc/9533/statm: 9402 8472 57 152 0 9247 0
Current children cumulated CPU time (s) 25.18
Current children cumulated vsize (KiB) 85172

[startup+51.1024 s]
/proc/loadavg: 2.00 2.00 1.91 3/75 9533
/proc/meminfo: memFree=1782912/2055920 swapFree=4180288/4192956
[pid=9510] ppid=9508 vsize=47564 CPUtime=20.58
/proc/9510/stat : 9510 (galacM.sh) S 9508 9510 9053 0 -1 4194304 799 42186 0 1 0 0 2028 30 17 0 1 0 409931331 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 224627190618 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/9510/statm: 11891 364 245 79 0 219 0
[pid=9533] ppid=9510 vsize=37872 CPUtime=29.98
/proc/9533/stat : 9533 (minisat) R 9510 9510 9053 0 -1 4194304 8549 0 0 0 2993 5 0 0 25 0 1 0 409933415 38780928 8530 996147200 134512640 135136200 4294955968 18446744073709551615 134529333 0 0 4096 3 0 0 0 17 1 0 0
/proc/9533/statm: 9468 8530 57 152 0 9313 0
Current children cumulated CPU time (s) 50.56
Current children cumulated vsize (KiB) 85436

[startup+102.303 s]
/proc/loadavg: 2.00 2.00 1.91 3/75 9533
/proc/meminfo: memFree=1782784/2055920 swapFree=4180288/4192956
[pid=9510] ppid=9508 vsize=47564 CPUtime=20.58
/proc/9510/stat : 9510 (galacM.sh) S 9508 9510 9053 0 -1 4194304 799 42186 0 1 0 0 2028 30 17 0 1 0 409931331 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 224627190618 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/9510/statm: 11891 364 245 79 0 219 0
[pid=9533] ppid=9510 vsize=38004 CPUtime=80.71
/proc/9533/stat : 9533 (minisat) R 9510 9510 9053 0 -1 4194304 8598 0 0 0 8066 5 0 0 25 0 1 0 409933415 38916096 8579 996147200 134512640 135136200 4294955968 18446744073709551615 134529368 0 0 4096 3 0 0 0 17 1 0 0
/proc/9533/statm: 9501 8579 57 152 0 9346 0
Current children cumulated CPU time (s) 101.29
Current children cumulated vsize (KiB) 85568

[startup+162.302 s]
/proc/loadavg: 2.00 2.00 1.91 3/75 9539
/proc/meminfo: memFree=1782272/2055920 swapFree=4180288/4192956
[pid=9510] ppid=9508 vsize=47564 CPUtime=20.58
/proc/9510/stat : 9510 (galacM.sh) S 9508 9510 9053 0 -1 4194304 799 42186 0 1 0 0 2028 30 17 0 1 0 409931331 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 224627190618 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/9510/statm: 11891 364 245 79 0 219 0
[pid=9533] ppid=9510 vsize=38284 CPUtime=140.15
/proc/9533/stat : 9533 (minisat) R 9510 9510 9053 0 -1 4194304 8665 0 0 0 14009 6 0 0 25 0 1 0 409933415 39202816 8646 996147200 134512640 135136200 4294955968 18446744073709551615 134529368 0 0 4096 3 0 0 0 17 1 0 0
/proc/9533/statm: 9571 8646 57 152 0 9416 0
Current children cumulated CPU time (s) 160.73
Current children cumulated vsize (KiB) 85848

[startup+222.306 s]
/proc/loadavg: 2.00 2.00 1.91 3/84 9587
/proc/meminfo: memFree=1752504/2055920 swapFree=4180288/4192956
[pid=9510] ppid=9508 vsize=47564 CPUtime=20.58
/proc/9510/stat : 9510 (galacM.sh) S 9508 9510 9053 0 -1 4194304 799 42186 0 1 0 0 2028 30 17 0 1 0 409931331 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 224627190618 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/9510/statm: 11891 364 245 79 0 219 0
[pid=9533] ppid=9510 vsize=38548 CPUtime=199.74
/proc/9533/stat : 9533 (minisat) R 9510 9510 9053 0 -1 4194304 8734 0 0 0 19967 7 0 0 25 0 1 0 409933415 39473152 8715 996147200 134512640 135136200 4294955968 18446744073709551615 134529504 0 0 4096 3 0 0 0 17 0 0 0
/proc/9533/statm: 9637 8715 57 152 0 9482 0
Current children cumulated CPU time (s) 220.32
Current children cumulated vsize (KiB) 86112

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

[startup+230.402 s]
/proc/loadavg: 2.00 2.00 1.91 3/84 9587
/proc/meminfo: memFree=1752504/2055920 swapFree=4180288/4192956
[pid=9510] ppid=9508 vsize=47564 CPUtime=20.58
/proc/9510/stat : 9510 (galacM.sh) S 9508 9510 9053 0 -1 4194304 799 42186 0 1 0 0 2028 30 17 0 1 0 409931331 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 224627190618 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/9510/statm: 11891 364 245 79 0 219 0
[pid=9533] ppid=9510 vsize=38548 CPUtime=207.8
/proc/9533/stat : 9533 (minisat) R 9510 9510 9053 0 -1 4194304 8741 0 0 0 20773 7 0 0 25 0 1 0 409933415 39473152 8722 996147200 134512640 135136200 4294955968 18446744073709551615 134529333 0 0 4096 3 0 0 0 17 0 0 0
/proc/9533/statm: 9637 8722 57 152 0 9482 0
Current children cumulated CPU time (s) 228.38
Current children cumulated vsize (KiB) 86112

[startup+243.206 s]
/proc/loadavg: 2.00 2.00 1.91 3/84 9587
/proc/meminfo: memFree=1752440/2055920 swapFree=4180288/4192956
[pid=9510] ppid=9508 vsize=47564 CPUtime=20.58
/proc/9510/stat : 9510 (galacM.sh) S 9508 9510 9053 0 -1 4194304 799 42186 0 1 0 0 2028 30 17 0 1 0 409931331 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 224627190618 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/9510/statm: 11891 364 245 79 0 219 0
[pid=9533] ppid=9510 vsize=38548 CPUtime=220.55
/proc/9533/stat : 9533 (minisat) R 9510 9510 9053 0 -1 4194304 8749 0 0 0 22048 7 0 0 25 0 1 0 409933415 39473152 8730 996147200 134512640 135136200 4294955968 18446744073709551615 134529382 0 0 4096 3 0 0 0 17 0 0 0
/proc/9533/statm: 9637 8730 57 152 0 9482 0
Current children cumulated CPU time (s) 241.13
Current children cumulated vsize (KiB) 86112

[startup+256.001 s]
/proc/loadavg: 2.00 2.00 1.91 3/84 9587
/proc/meminfo: memFree=1752440/2055920 swapFree=4180288/4192956
[pid=9510] ppid=9508 vsize=47564 CPUtime=20.58
/proc/9510/stat : 9510 (galacM.sh) S 9508 9510 9053 0 -1 4194304 799 42186 0 1 0 0 2028 30 17 0 1 0 409931331 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 224627190618 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/9510/statm: 11891 364 245 79 0 219 0
[pid=9533] ppid=9510 vsize=38680 CPUtime=233.3
/proc/9533/stat : 9533 (minisat) R 9510 9510 9053 0 -1 4194304 8766 0 0 0 23323 7 0 0 25 0 1 0 409933415 39608320 8747 996147200 134512640 135136200 4294955968 18446744073709551615 134529875 0 0 4096 3 0 0 0 17 0 0 0
/proc/9533/statm: 9670 8747 57 152 0 9515 0
Current children cumulated CPU time (s) 253.88
Current children cumulated vsize (KiB) 86244

[startup+259.202 s]
/proc/loadavg: 2.00 2.00 1.91 3/84 9587
/proc/meminfo: memFree=1752440/2055920 swapFree=4180288/4192956
[pid=9510] ppid=9508 vsize=47564 CPUtime=20.58
/proc/9510/stat : 9510 (galacM.sh) S 9508 9510 9053 0 -1 4194304 799 42186 0 1 0 0 2028 30 17 0 1 0 409931331 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 224627190618 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/9510/statm: 11891 364 245 79 0 219 0
[pid=9533] ppid=9510 vsize=38680 CPUtime=236.48
/proc/9533/stat : 9533 (minisat) R 9510 9510 9053 0 -1 4194304 8766 0 0 0 23641 7 0 0 25 0 1 0 409933415 39608320 8747 996147200 134512640 135136200 4294955968 18446744073709551615 134529382 0 0 4096 3 0 0 0 17 0 0 0
/proc/9533/statm: 9670 8747 57 152 0 9515 0
Current children cumulated CPU time (s) 257.06
Current children cumulated vsize (KiB) 86244

[startup+260.807 s]
/proc/loadavg: 2.00 2.00 1.91 3/84 9587
/proc/meminfo: memFree=1752440/2055920 swapFree=4180288/4192956
[pid=9510] ppid=9508 vsize=47564 CPUtime=20.58
/proc/9510/stat : 9510 (galacM.sh) S 9508 9510 9053 0 -1 4194304 799 42186 0 1 0 0 2028 30 17 0 1 0 409931331 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 224627190618 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/9510/statm: 11891 364 245 79 0 219 0
[pid=9533] ppid=9510 vsize=38680 CPUtime=238.08
/proc/9533/stat : 9533 (minisat) R 9510 9510 9053 0 -1 4194304 8766 0 0 0 23801 7 0 0 25 0 1 0 409933415 39608320 8747 996147200 134512640 135136200 4294955968 18446744073709551615 134520063 0 0 4096 3 0 0 0 17 0 0 0
/proc/9533/statm: 9670 8747 57 152 0 9515 0
Current children cumulated CPU time (s) 258.66
Current children cumulated vsize (KiB) 86244

[startup+261.602 s]
/proc/loadavg: 2.00 2.00 1.91 3/84 9587
/proc/meminfo: memFree=1752440/2055920 swapFree=4180288/4192956
[pid=9510] ppid=9508 vsize=47564 CPUtime=20.58
/proc/9510/stat : 9510 (galacM.sh) S 9508 9510 9053 0 -1 4194304 799 42186 0 1 0 0 2028 30 17 0 1 0 409931331 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 224627190618 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/9510/statm: 11891 364 245 79 0 219 0
[pid=9533] ppid=9510 vsize=38680 CPUtime=238.88
/proc/9533/stat : 9533 (minisat) R 9510 9510 9053 0 -1 4194304 8766 0 0 0 23881 7 0 0 25 0 1 0 409933415 39608320 8747 996147200 134512640 135136200 4294955968 18446744073709551615 134529333 0 0 4096 3 0 0 0 17 0 0 0
/proc/9533/statm: 9670 8747 57 152 0 9515 0
Current children cumulated CPU time (s) 259.46
Current children cumulated vsize (KiB) 86244

[startup+262.402 s]
/proc/loadavg: 2.00 2.00 1.91 3/84 9587
/proc/meminfo: memFree=1752440/2055920 swapFree=4180288/4192956
[pid=9510] ppid=9508 vsize=47564 CPUtime=20.58
/proc/9510/stat : 9510 (galacM.sh) S 9508 9510 9053 0 -1 4194304 799 42186 0 1 0 0 2028 30 17 0 1 0 409931331 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 224627190618 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/9510/statm: 11891 364 245 79 0 219 0
[pid=9533] ppid=9510 vsize=38680 CPUtime=239.67
/proc/9533/stat : 9533 (minisat) R 9510 9510 9053 0 -1 4194304 8766 0 0 0 23960 7 0 0 25 0 1 0 409933415 39608320 8747 996147200 134512640 135136200 4294955968 18446744073709551615 134529373 0 0 4096 3 0 0 0 17 0 0 0
/proc/9533/statm: 9670 8747 57 152 0 9515 0
Current children cumulated CPU time (s) 260.25
Current children cumulated vsize (KiB) 86244

[startup+262.601 s]
/proc/loadavg: 2.00 2.00 1.91 3/84 9587
/proc/meminfo: memFree=1752440/2055920 swapFree=4180288/4192956
[pid=9510] ppid=9508 vsize=47564 CPUtime=20.58
/proc/9510/stat : 9510 (galacM.sh) S 9508 9510 9053 0 -1 4194304 799 42186 0 1 0 0 2028 30 17 0 1 0 409931331 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 224627190618 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/9510/statm: 11891 364 245 79 0 219 0
[pid=9533] ppid=9510 vsize=38680 CPUtime=239.87
/proc/9533/stat : 9533 (minisat) R 9510 9510 9053 0 -1 4194304 8766 0 0 0 23980 7 0 0 25 0 1 0 409933415 39608320 8747 996147200 134512640 135136200 4294955968 18446744073709551615 134525805 0 0 4096 3 0 0 0 17 0 0 0
/proc/9533/statm: 9670 8747 57 152 0 9515 0
Current children cumulated CPU time (s) 260.45
Current children cumulated vsize (KiB) 86244

[startup+262.701 s]
/proc/loadavg: 2.00 2.00 1.91 3/84 9587
/proc/meminfo: memFree=1752440/2055920 swapFree=4180288/4192956
[pid=9510] ppid=9508 vsize=47564 CPUtime=20.58
/proc/9510/stat : 9510 (galacM.sh) S 9508 9510 9053 0 -1 4194304 799 42186 0 1 0 0 2028 30 17 0 1 0 409931331 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 224627190618 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/9510/statm: 11891 364 245 79 0 219 0
[pid=9533] ppid=9510 vsize=38680 CPUtime=239.97
/proc/9533/stat : 9533 (minisat) R 9510 9510 9053 0 -1 4194304 8766 0 0 0 23990 7 0 0 25 0 1 0 409933415 39608320 8747 996147200 134512640 135136200 4294955968 18446744073709551615 134529382 0 0 4096 3 0 0 0 17 0 0 0
/proc/9533/statm: 9670 8747 57 152 0 9515 0
Current children cumulated CPU time (s) 260.55
Current children cumulated vsize (KiB) 86244

Child status: 0
Real time (s): 262.799
CPU time (s): 260.676
CPU user time (s): 260.276
CPU system time (s): 0.399939
CPU usage (%): 99.1921
Max. virtual memory (cumulated for all children) (KiB): 860324

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 260.276
system time used= 0.399939
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 51969
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= 1684
involuntary context switches= 6680

runsolver used 0.285956 second user time and 0.799878 second system time

The end

Launcher Data (download as text)

Begin job on node49 at 2008-07-03 01:59:00
IDJOB=1048416
IDBENCH=54361
IDSOLVER=350
FILE ID=node49/1048416-1215043139
PBS_JOBID= 7875078
Free space on /tmp= 66536 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 1a4263775f26614618ee62970f0a38af
RANDOM SEED=1412728617

node49.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.249
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.249
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:       1828264 kB
Buffers:         17664 kB
Cached:         106064 kB
SwapCached:       6084 kB
Active:          85244 kB
Inactive:        82668 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1828264 kB
SwapTotal:     4192956 kB
SwapFree:      4180288 kB
Dirty:            4032 kB
Writeback:           0 kB
Mapped:          50444 kB
Slab:            44824 kB
Committed_AS:   772444 kB
PageTables:       1796 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= 66532 MiB
End job on node49 at 2008-07-03 02:03:22