Trace number 1038968

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 M? (TO) 1800.02 1817.01

General information on the benchmark

Namecsp/rand-2-25/
normalized-rand-25-25-300-147-59021_ext.xml
MD5SUMcf972dad052e0e75f6111f8bc4219577
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark8.35173
Satisfiable
(Un)Satisfiability was proved
Number of variables25
Number of constraints300
Maximum constraint arity2
Maximum domain size25
Number of constraints which are defined in extension300
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.03	c --- Preproc Stats ---
0.01/0.94	c start processing
0.01/0.94	c start relation processing
0.01/0.95	c start cnf exporting
2.15/2.28	c parsing time : 0.818
2.15/2.28	c preprocessing time : 2.162
2.15/2.29	
2.15/2.29	c Nary constraints - conflicts : 0 supports : 0
2.15/2.29	c Binary constraints - conflicts : 300 supports :0
2.15/2.29	c max arity constraint : 2
2.15/2.29	c Max Tuples generated 0
2.15/2.29	c relations : 300
2.15/2.29	c relations BDD: 0
2.15/2.29	c sampling 0/0
2.15/2.29	c vars : 626 - clauses :  51625
2.15/2.29	
2.23/2.35	 
2.23/2.35	c --- SAT Solver Stats ---
2.23/2.35	 

Verifier Data (download as text)

ERROR: Unexpected answer ! ('s SATISFIABLE'/'s UNSATISFIABLE' expected)
Got answer: 

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-1038968-1214966366/watcher-1038968-1214966366 -o /tmp/evaluation-result-1038968-1214966366/solver-1038968-1214966366 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/galacM.sh HOME/instance-1038968-1214966366.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 2.00 4/75 9818
/proc/meminfo: memFree=1604872/2055920 swapFree=4179604/4192956
[pid=9818] ppid=9816 vsize=8652 CPUtime=0
/proc/9818/stat : 9818 (galacM.sh) S 9816 9818 4946 0 -1 4194304 346 0 0 0 0 0 0 0 16 0 1 0 1975587774 8859648 280 996147200 4194304 4520092 548682068832 18446744073709551615 228774308698 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/9818/statm: 2163 280 208 79 0 156 0
[pid=9819] ppid=9818 vsize=8688 CPUtime=0
/proc/9819/stat : 9819 (galacM.sh) S 9818 9818 4946 0 -1 4194368 36 0 0 0 0 0 0 0 17 0 1 0 1975587775 8896512 286 996147200 4194304 4520092 548682068832 18446744073709551615 228774871122 0 0 4096 73728 18446744071563648864 0 0 17 1 0 0
/proc/9819/statm: 2172 286 209 79 0 165 0
[pid=9820] ppid=9819 vsize=8728 CPUtime=0
/proc/9820/stat : 9820 (galacM.sh) R 9819 9818 4946 0 -1 4194368 25 0 0 0 0 0 0 0 19 0 1 0 1975587775 8937472 290 996147200 4194304 4520092 548682068832 18446744073709551615 228774702375 0 0 3674112 73728 0 0 0 17 1 0 0
/proc/9820/statm: 2182 290 209 79 0 175 0

[startup+0.077043 s]
/proc/loadavg: 2.00 2.00 2.00 4/75 9818
/proc/meminfo: memFree=1604872/2055920 swapFree=4179604/4192956
[pid=9818] ppid=9816 vsize=47560 CPUtime=0.01
/proc/9818/stat : 9818 (galacM.sh) S 9816 9818 4946 0 -1 4194304 766 1698 0 0 0 0 0 1 23 0 1 0 1975587774 48701440 365 996147200 4194304 4520092 548682068832 18446744073709551615 228774308698 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/9818/statm: 11890 365 246 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47560

[startup+0.102012 s]
/proc/loadavg: 2.00 2.00 2.00 4/75 9818
/proc/meminfo: memFree=1604872/2055920 swapFree=4179604/4192956
[pid=9818] ppid=9816 vsize=47560 CPUtime=0.01
/proc/9818/stat : 9818 (galacM.sh) S 9816 9818 4946 0 -1 4194304 766 1698 0 0 0 0 0 1 23 0 1 0 1975587774 48701440 365 996147200 4194304 4520092 548682068832 18446744073709551615 228774308698 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/9818/statm: 11890 365 246 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47560

[startup+0.301053 s]
/proc/loadavg: 2.00 2.00 2.00 4/75 9818
/proc/meminfo: memFree=1604872/2055920 swapFree=4179604/4192956
[pid=9818] ppid=9816 vsize=47560 CPUtime=0.01
/proc/9818/stat : 9818 (galacM.sh) S 9816 9818 4946 0 -1 4194304 766 1698 0 0 0 0 0 1 23 0 1 0 1975587774 48701440 365 996147200 4194304 4520092 548682068832 18446744073709551615 228774308698 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/9818/statm: 11890 365 246 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47560

[startup+0.702134 s]
/proc/loadavg: 2.00 2.00 2.00 4/75 9818
/proc/meminfo: memFree=1604872/2055920 swapFree=4179604/4192956
[pid=9818] ppid=9816 vsize=47560 CPUtime=0.01
/proc/9818/stat : 9818 (galacM.sh) S 9816 9818 4946 0 -1 4194304 766 1698 0 0 0 0 0 1 23 0 1 0 1975587774 48701440 365 996147200 4194304 4520092 548682068832 18446744073709551615 228774308698 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/9818/statm: 11890 365 246 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47560

[startup+1.50129 s]
/proc/loadavg: 2.00 2.00 2.00 3/85 9840
/proc/meminfo: memFree=1534584/2055920 swapFree=4179604/4192956
[pid=9818] ppid=9816 vsize=47560 CPUtime=0.01
/proc/9818/stat : 9818 (galacM.sh) S 9816 9818 4946 0 -1 4194304 766 1698 0 0 0 0 0 1 23 0 1 0 1975587774 48701440 365 996147200 4194304 4520092 548682068832 18446744073709551615 228774308698 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/9818/statm: 11890 365 246 79 0 219 0
[pid=9832] ppid=9818 vsize=812760 CPUtime=1.44
/proc/9832/stat : 9832 (java) S 9818 9818 4946 0 -1 0 21430 0 1 0 134 10 0 0 18 0 9 0 1975587778 832266240 20852 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9832/statm: 203190 20852 1908 9 0 197171 0
[pid=9832/tid=9833] ppid=9818 vsize=812760 CPUtime=1.11
/proc/9832/task/9833/stat : 9833 (java) R 9818 9818 4946 0 -1 64 14511 0 1 0 104 7 0 0 25 0 9 0 1975587779 832266240 20852 996147200 134512640 134550740 4294955616 18446744073709551615 104688816 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9832/tid=9834] ppid=9818 vsize=812760 CPUtime=0.05
/proc/9832/task/9834/stat : 9834 (java) S 9818 9818 4946 0 -1 64 5364 0 0 0 3 2 0 0 16 0 9 0 1975587780 832266240 20852 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=9832/tid=9835] ppid=9818 vsize=812760 CPUtime=0
/proc/9832/task/9835/stat : 9835 (java) S 9818 9818 4946 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1975587781 832266240 20852 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9832/tid=9836] ppid=9818 vsize=812760 CPUtime=0
/proc/9832/task/9836/stat : 9836 (java) S 9818 9818 4946 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 1975587781 832266240 20852 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9832/tid=9837] ppid=9818 vsize=812760 CPUtime=0
/proc/9832/task/9837/stat : 9837 (java) S 9818 9818 4946 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1975587783 832266240 20852 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9832/tid=9838] ppid=9818 vsize=812760 CPUtime=0.25
/proc/9832/task/9838/stat : 9838 (java) S 9818 9818 4946 0 -1 64 855 0 0 0 25 0 0 0 16 0 9 0 1975587783 832266240 20852 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9832/tid=9839] ppid=9818 vsize=812760 CPUtime=0
/proc/9832/task/9839/stat : 9839 (java) S 9818 9818 4946 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1975587783 832266240 20852 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9832/tid=9840] ppid=9818 vsize=812760 CPUtime=0
/proc/9832/task/9840/stat : 9840 (java) S 9818 9818 4946 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1975587783 832266240 20852 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) 860320

[startup+3.1016 s]
/proc/loadavg: 2.00 2.00 2.00 3/85 9840
/proc/meminfo: memFree=1527416/2055920 swapFree=4179604/4192956
[pid=9818] ppid=9816 vsize=47560 CPUtime=2.25
/proc/9818/stat : 9818 (galacM.sh) S 9816 9818 4946 0 -1 4194304 800 23141 0 1 0 0 211 14 17 0 1 0 1975587774 48701440 365 996147200 4194304 4520092 548682068832 18446744073709551615 228774308698 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/9818/statm: 11890 365 246 79 0 219 0
Current children cumulated CPU time (s) 2.25
Current children cumulated vsize (KiB) 47560

[startup+6.30223 s]
/proc/loadavg: 2.08 2.02 2.01 3/77 9841
/proc/meminfo: memFree=1593400/2055920 swapFree=4179604/4192956
[pid=9818] ppid=9816 vsize=47560 CPUtime=2.25
/proc/9818/stat : 9818 (galacM.sh) S 9816 9818 4946 0 -1 4194304 800 23141 0 1 0 0 211 14 17 0 1 0 1975587774 48701440 365 996147200 4194304 4520092 548682068832 18446744073709551615 228774308698 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/9818/statm: 11890 365 246 79 0 219 0
[pid=9841] ppid=9818 vsize=12000 CPUtime=3.91
/proc/9841/stat : 9841 (minisat) R 9818 9818 4946 0 -1 4194304 2783 0 0 0 389 2 0 0 25 0 1 0 1975588009 12288000 2764 996147200 134512640 135136200 4294955968 18446744073709551615 134529382 0 0 4096 3 0 0 0 17 1 0 0
/proc/9841/statm: 3000 2764 57 152 0 2845 0
Current children cumulated CPU time (s) 6.16
Current children cumulated vsize (KiB) 59560

[startup+12.7015 s]
/proc/loadavg: 2.07 2.02 2.00 3/77 9841
/proc/meminfo: memFree=1587960/2055920 swapFree=4179604/4192956
[pid=9818] ppid=9816 vsize=47560 CPUtime=2.25
/proc/9818/stat : 9818 (galacM.sh) S 9816 9818 4946 0 -1 4194304 800 23141 0 1 0 0 211 14 17 0 1 0 1975587774 48701440 365 996147200 4194304 4520092 548682068832 18446744073709551615 228774308698 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/9818/statm: 11890 365 246 79 0 219 0
[pid=9841] ppid=9818 vsize=16800 CPUtime=10.24
/proc/9841/stat : 9841 (minisat) R 9818 9818 4946 0 -1 4194304 3985 0 0 0 1021 3 0 0 25 0 1 0 1975588009 17203200 3966 996147200 134512640 135136200 4294955968 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 1 0 0
/proc/9841/statm: 4200 3966 57 152 0 4045 0
Current children cumulated CPU time (s) 12.49
Current children cumulated vsize (KiB) 64360

[startup+25.502 s]
/proc/loadavg: 2.06 2.01 2.00 3/77 9841
/proc/meminfo: memFree=1582008/2055920 swapFree=4179604/4192956
[pid=9818] ppid=9816 vsize=47560 CPUtime=2.25
/proc/9818/stat : 9818 (galacM.sh) S 9816 9818 4946 0 -1 4194304 800 23141 0 1 0 0 211 14 17 0 1 0 1975587774 48701440 365 996147200 4194304 4520092 548682068832 18446744073709551615 228774308698 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/9818/statm: 11890 365 246 79 0 219 0
[pid=9841] ppid=9818 vsize=22288 CPUtime=22.91
/proc/9841/stat : 9841 (minisat) R 9818 9818 4946 0 -1 4194304 5336 0 0 0 2287 4 0 0 25 0 1 0 1975588009 22822912 5317 996147200 134512640 135136200 4294955968 18446744073709551615 134529504 0 0 4096 3 0 0 0 17 1 0 0
/proc/9841/statm: 5572 5317 57 152 0 5417 0
Current children cumulated CPU time (s) 25.16
Current children cumulated vsize (KiB) 69848

[startup+51.103 s]
/proc/loadavg: 2.04 2.01 2.00 3/77 9841
/proc/meminfo: memFree=1573560/2055920 swapFree=4179604/4192956
[pid=9818] ppid=9816 vsize=47560 CPUtime=2.25
/proc/9818/stat : 9818 (galacM.sh) S 9816 9818 4946 0 -1 4194304 800 23141 0 1 0 0 211 14 17 0 1 0 1975587774 48701440 365 996147200 4194304 4520092 548682068832 18446744073709551615 228774308698 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/9818/statm: 11890 365 246 79 0 219 0
[pid=9841] ppid=9818 vsize=30524 CPUtime=48.28
/proc/9841/stat : 9841 (minisat) R 9818 9818 4946 0 -1 4194304 7399 0 0 0 4821 7 0 0 25 0 1 0 1975588009 31256576 7380 996147200 134512640 135136200 4294955968 18446744073709551615 134529368 0 0 4096 3 0 0 0 17 1 0 0
/proc/9841/statm: 7631 7380 57 152 0 7476 0
Current children cumulated CPU time (s) 50.53
Current children cumulated vsize (KiB) 78084

[startup+102.308 s]
/proc/loadavg: 2.01 2.01 2.00 3/77 9841
/proc/meminfo: memFree=1564280/2055920 swapFree=4179604/4192956
[pid=9818] ppid=9816 vsize=47560 CPUtime=2.25
/proc/9818/stat : 9818 (galacM.sh) S 9816 9818 4946 0 -1 4194304 800 23141 0 1 0 0 211 14 17 0 1 0 1975587774 48701440 365 996147200 4194304 4520092 548682068832 18446744073709551615 228774308698 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/9818/statm: 11890 365 246 79 0 219 0
[pid=9841] ppid=9818 vsize=38860 CPUtime=98.99
/proc/9841/stat : 9841 (minisat) R 9818 9818 4946 0 -1 4194304 9459 0 0 0 9890 9 0 0 25 0 1 0 1975588009 39792640 9440 996147200 134512640 135136200 4294955968 18446744073709551615 134529382 0 0 4096 3 0 0 0 17 1 0 0
/proc/9841/statm: 9715 9440 57 152 0 9560 0
Current children cumulated CPU time (s) 101.24
Current children cumulated vsize (KiB) 86420

[startup+162.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 9841
/proc/meminfo: memFree=1563384/2055920 swapFree=4179604/4192956
[pid=9818] ppid=9816 vsize=47560 CPUtime=2.25
/proc/9818/stat : 9818 (galacM.sh) S 9816 9818 4946 0 -1 4194304 800 23141 0 1 0 0 211 14 17 0 1 0 1975587774 48701440 365 996147200 4194304 4520092 548682068832 18446744073709551615 228774308698 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/9818/statm: 11890 365 246 79 0 219 0
[pid=9841] ppid=9818 vsize=39032 CPUtime=158.42
/proc/9841/stat : 9841 (minisat) R 9818 9818 4946 0 -1 4194304 9489 0 0 0 15833 9 0 0 25 0 1 0 1975588009 39968768 9470 996147200 134512640 135136200 4294955968 18446744073709551615 134529382 0 0 4096 3 0 0 0 17 1 0 0
/proc/9841/statm: 9758 9470 57 152 0 9603 0
Current children cumulated CPU time (s) 160.67
Current children cumulated vsize (KiB) 86592

[startup+222.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 9841
/proc/meminfo: memFree=1558712/2055920 swapFree=4179604/4192956
[pid=9818] ppid=9816 vsize=47560 CPUtime=2.25
/proc/9818/stat : 9818 (galacM.sh) S 9816 9818 4946 0 -1 4194304 800 23141 0 1 0 0 211 14 17 0 1 0 1975587774 48701440 365 996147200 4194304 4520092 548682068832 18446744073709551615 228774308698 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/9818/statm: 11890 365 246 79 0 219 0
[pid=9841] ppid=9818 vsize=43520 CPUtime=217.85
/proc/9841/stat : 9841 (minisat) R 9818 9818 4946 0 -1 4194304 10595 0 0 0 21774 11 0 0 25 0 1 0 1975588009 44564480 10576 996147200 134512640 135136200 4294955968 18446744073709551615 134529504 0 0 4096 3 0 0 0 17 1 0 0
/proc/9841/statm: 10880 10576 57 152 0 10725 0
Current children cumulated CPU time (s) 220.1
Current children cumulated vsize (KiB) 91080

[startup+282.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 9841
/proc/meminfo: memFree=1554552/2055920 swapFree=4179604/4192956
[pid=9818] ppid=9816 vsize=47560 CPUtime=2.25
/proc/9818/stat : 9818 (galacM.sh) S 9816 9818 4946 0 -1 4194304 800 23141 0 1 0 0 211 14 17 0 1 0 1975587774 48701440 365 996147200 4194304 4520092 548682068832 18446744073709551615 228774308698 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/9818/statm: 11890 365 246 79 0 219 0
[pid=9841] ppid=9818 vsize=47612 CPUtime=277.29
/proc/9841/stat : 9841 (minisat) R 9818 9818 4946 0 -1 4194304 11598 0 0 0 27717 12 0 0 25 0 1 0 1975588009 48754688 11579 996147200 134512640 135136200 4294955968 18446744073709551615 134529382 0 0 4096 3 0 0 0 17 1 0 0
/proc/9841/statm: 11903 11579 57 152 0 11748 0
Current children cumulated CPU time (s) 279.54
Current children cumulated vsize (KiB) 95172

[startup+342.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 9841
/proc/meminfo: memFree=1551544/2055920 swapFree=4179604/4192956
[pid=9818] ppid=9816 vsize=47560 CPUtime=2.25
/proc/9818/stat : 9818 (galacM.sh) S 9816 9818 4946 0 -1 4194304 800 23141 0 1 0 0 211 14 17 0 1 0 1975587774 48701440 365 996147200 4194304 4520092 548682068832 18446744073709551615 228774308698 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0

################
# More data... #
################

/proc/9841/statm: 19406 18870 57 152 0 19251 0
Current children cumulated CPU time (s) 1111.6
Current children cumulated vsize (KiB) 125184

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 9843
/proc/meminfo: memFree=1521976/2055920 swapFree=4179604/4192956
[pid=9818] ppid=9816 vsize=47560 CPUtime=2.25
/proc/9818/stat : 9818 (galacM.sh) S 9816 9818 4946 0 -1 4194304 800 23141 0 1 0 0 211 14 17 0 1 0 1975587774 48701440 365 996147200 4194304 4520092 548682068832 18446744073709551615 228774308698 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/9818/statm: 11890 365 246 79 0 219 0
[pid=9841] ppid=9818 vsize=77788 CPUtime=1168.79
/proc/9841/stat : 9841 (minisat) R 9818 9818 4946 0 -1 4194304 18919 0 0 0 116858 21 0 0 25 0 1 0 1975588009 79654912 18900 996147200 134512640 135136200 4294955968 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 1 0 0
/proc/9841/statm: 19447 18900 57 152 0 19292 0
Current children cumulated CPU time (s) 1171.04
Current children cumulated vsize (KiB) 125348

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 9843
/proc/meminfo: memFree=1521016/2055920 swapFree=4179604/4192956
[pid=9818] ppid=9816 vsize=47560 CPUtime=2.25
/proc/9818/stat : 9818 (galacM.sh) S 9816 9818 4946 0 -1 4194304 800 23141 0 1 0 0 211 14 17 0 1 0 1975587774 48701440 365 996147200 4194304 4520092 548682068832 18446744073709551615 228774308698 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/9818/statm: 11890 365 246 79 0 219 0
[pid=9841] ppid=9818 vsize=78556 CPUtime=1228.22
/proc/9841/stat : 9841 (minisat) R 9818 9818 4946 0 -1 4194304 19067 0 0 0 122801 21 0 0 25 0 1 0 1975588009 80441344 19048 996147200 134512640 135136200 4294955968 18446744073709551615 134529504 0 0 4096 3 0 0 0 17 1 0 0
/proc/9841/statm: 19639 19048 57 152 0 19484 0
Current children cumulated CPU time (s) 1230.47
Current children cumulated vsize (KiB) 126116

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 9849
/proc/meminfo: memFree=1520752/2055920 swapFree=4179604/4192956
[pid=9818] ppid=9816 vsize=47560 CPUtime=2.25
/proc/9818/stat : 9818 (galacM.sh) S 9816 9818 4946 0 -1 4194304 800 23141 0 1 0 0 211 14 17 0 1 0 1975587774 48701440 365 996147200 4194304 4520092 548682068832 18446744073709551615 228774308698 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/9818/statm: 11890 365 246 79 0 219 0
[pid=9841] ppid=9818 vsize=78556 CPUtime=1287.63
/proc/9841/stat : 9841 (minisat) R 9818 9818 4946 0 -1 4194304 19067 0 0 0 128742 21 0 0 25 0 1 0 1975588009 80441344 19048 996147200 134512640 135136200 4294955968 18446744073709551615 134529382 0 0 4096 3 0 0 0 17 1 0 0
/proc/9841/statm: 19639 19048 57 152 0 19484 0
Current children cumulated CPU time (s) 1289.88
Current children cumulated vsize (KiB) 126116

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 9849
/proc/meminfo: memFree=1520688/2055920 swapFree=4179604/4192956
[pid=9818] ppid=9816 vsize=47560 CPUtime=2.25
/proc/9818/stat : 9818 (galacM.sh) S 9816 9818 4946 0 -1 4194304 800 23141 0 1 0 0 211 14 17 0 1 0 1975587774 48701440 365 996147200 4194304 4520092 548682068832 18446744073709551615 228774308698 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/9818/statm: 11890 365 246 79 0 219 0
[pid=9841] ppid=9818 vsize=78720 CPUtime=1347.07
/proc/9841/stat : 9841 (minisat) R 9818 9818 4946 0 -1 4194304 19125 0 0 0 134686 21 0 0 25 0 1 0 1975588009 80609280 19106 996147200 134512640 135136200 4294955968 18446744073709551615 134529580 0 0 4096 3 0 0 0 17 1 0 0
/proc/9841/statm: 19680 19106 57 152 0 19525 0
Current children cumulated CPU time (s) 1349.32
Current children cumulated vsize (KiB) 126280

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 9849
/proc/meminfo: memFree=1520560/2055920 swapFree=4179604/4192956
[pid=9818] ppid=9816 vsize=47560 CPUtime=2.25
/proc/9818/stat : 9818 (galacM.sh) S 9816 9818 4946 0 -1 4194304 800 23141 0 1 0 0 211 14 17 0 1 0 1975587774 48701440 365 996147200 4194304 4520092 548682068832 18446744073709551615 228774308698 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/9818/statm: 11890 365 246 79 0 219 0
[pid=9841] ppid=9818 vsize=78720 CPUtime=1406.51
/proc/9841/stat : 9841 (minisat) R 9818 9818 4946 0 -1 4194304 19126 0 0 0 140629 22 0 0 25 0 1 0 1975588009 80609280 19107 996147200 134512640 135136200 4294955968 18446744073709551615 134529535 0 0 4096 3 0 0 0 17 1 0 0
/proc/9841/statm: 19680 19107 57 152 0 19525 0
Current children cumulated CPU time (s) 1408.76
Current children cumulated vsize (KiB) 126280

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 9849
/proc/meminfo: memFree=1520624/2055920 swapFree=4179604/4192956
[pid=9818] ppid=9816 vsize=47560 CPUtime=2.25
/proc/9818/stat : 9818 (galacM.sh) S 9816 9818 4946 0 -1 4194304 800 23141 0 1 0 0 211 14 17 0 1 0 1975587774 48701440 365 996147200 4194304 4520092 548682068832 18446744073709551615 228774308698 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/9818/statm: 11890 365 246 79 0 219 0
[pid=9841] ppid=9818 vsize=78720 CPUtime=1465.94
/proc/9841/stat : 9841 (minisat) R 9818 9818 4946 0 -1 4194304 19126 0 0 0 146572 22 0 0 25 0 1 0 1975588009 80609280 19107 996147200 134512640 135136200 4294955968 18446744073709551615 134529382 0 0 4096 3 0 0 0 17 1 0 0
/proc/9841/statm: 19680 19107 57 152 0 19525 0
Current children cumulated CPU time (s) 1468.19
Current children cumulated vsize (KiB) 126280

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 9849
/proc/meminfo: memFree=1520560/2055920 swapFree=4179604/4192956
[pid=9818] ppid=9816 vsize=47560 CPUtime=2.25
/proc/9818/stat : 9818 (galacM.sh) S 9816 9818 4946 0 -1 4194304 800 23141 0 1 0 0 211 14 17 0 1 0 1975587774 48701440 365 996147200 4194304 4520092 548682068832 18446744073709551615 228774308698 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/9818/statm: 11890 365 246 79 0 219 0
[pid=9841] ppid=9818 vsize=78720 CPUtime=1525.37
/proc/9841/stat : 9841 (minisat) R 9818 9818 4946 0 -1 4194304 19126 0 0 0 152515 22 0 0 25 0 1 0 1975588009 80609280 19107 996147200 134512640 135136200 4294955968 18446744073709551615 134529382 0 0 4096 3 0 0 0 17 1 0 0
/proc/9841/statm: 19680 19107 57 152 0 19525 0
Current children cumulated CPU time (s) 1527.62
Current children cumulated vsize (KiB) 126280

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 9849
/proc/meminfo: memFree=1517816/2055920 swapFree=4179604/4192956
[pid=9818] ppid=9816 vsize=47560 CPUtime=2.25
/proc/9818/stat : 9818 (galacM.sh) S 9816 9818 4946 0 -1 4194304 800 23141 0 1 0 0 211 14 17 0 1 0 1975587774 48701440 365 996147200 4194304 4520092 548682068832 18446744073709551615 228774308698 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/9818/statm: 11890 365 246 79 0 219 0
[pid=9841] ppid=9818 vsize=81312 CPUtime=1584.8
/proc/9841/stat : 9841 (minisat) R 9818 9818 4946 0 -1 4194304 19770 0 0 0 158457 23 0 0 25 0 1 0 1975588009 83263488 19751 996147200 134512640 135136200 4294955968 18446744073709551615 134529382 0 0 4096 3 0 0 0 17 1 0 0
/proc/9841/statm: 20328 19751 57 152 0 20173 0
Current children cumulated CPU time (s) 1587.05
Current children cumulated vsize (KiB) 128872

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 9849
/proc/meminfo: memFree=1515960/2055920 swapFree=4179604/4192956
[pid=9818] ppid=9816 vsize=47560 CPUtime=2.25
/proc/9818/stat : 9818 (galacM.sh) S 9816 9818 4946 0 -1 4194304 800 23141 0 1 0 0 211 14 17 0 1 0 1975587774 48701440 365 996147200 4194304 4520092 548682068832 18446744073709551615 228774308698 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/9818/statm: 11890 365 246 79 0 219 0
[pid=9841] ppid=9818 vsize=82752 CPUtime=1644.23
/proc/9841/stat : 9841 (minisat) R 9818 9818 4946 0 -1 4194304 20093 0 0 0 164400 23 0 0 25 0 1 0 1975588009 84738048 20074 996147200 134512640 135136200 4294955968 18446744073709551615 134527104 0 0 4096 3 0 0 0 17 1 0 0
/proc/9841/statm: 20688 20074 57 152 0 20533 0
Current children cumulated CPU time (s) 1646.48
Current children cumulated vsize (KiB) 130312

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 9849
/proc/meminfo: memFree=1515576/2055920 swapFree=4179604/4192956
[pid=9818] ppid=9816 vsize=47560 CPUtime=2.25
/proc/9818/stat : 9818 (galacM.sh) S 9816 9818 4946 0 -1 4194304 800 23141 0 1 0 0 211 14 17 0 1 0 1975587774 48701440 365 996147200 4194304 4520092 548682068832 18446744073709551615 228774308698 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/9818/statm: 11890 365 246 79 0 219 0
[pid=9841] ppid=9818 vsize=83248 CPUtime=1703.67
/proc/9841/stat : 9841 (minisat) R 9818 9818 4946 0 -1 4194304 20221 0 0 0 170344 23 0 0 25 0 1 0 1975588009 85245952 20202 996147200 134512640 135136200 4294955968 18446744073709551615 134529504 0 0 4096 3 0 0 0 17 1 0 0
/proc/9841/statm: 20812 20202 57 152 0 20657 0
Current children cumulated CPU time (s) 1705.92
Current children cumulated vsize (KiB) 130808

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 9849
/proc/meminfo: memFree=1515064/2055920 swapFree=4179604/4192956
[pid=9818] ppid=9816 vsize=47560 CPUtime=2.25
/proc/9818/stat : 9818 (galacM.sh) S 9816 9818 4946 0 -1 4194304 800 23141 0 1 0 0 211 14 17 0 1 0 1975587774 48701440 365 996147200 4194304 4520092 548682068832 18446744073709551615 228774308698 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/9818/statm: 11890 365 246 79 0 219 0
[pid=9841] ppid=9818 vsize=83412 CPUtime=1763.09
/proc/9841/stat : 9841 (minisat) R 9818 9818 4946 0 -1 4194304 20253 0 0 0 176286 23 0 0 25 0 1 0 1975588009 85413888 20234 996147200 134512640 135136200 4294955968 18446744073709551615 134529382 0 0 4096 3 0 0 0 17 1 0 0
/proc/9841/statm: 20853 20234 57 152 0 20698 0
Current children cumulated CPU time (s) 1765.34
Current children cumulated vsize (KiB) 130972



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1817 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 9891
/proc/meminfo: memFree=1482432/2055920 swapFree=4179604/4192956
[pid=9818] ppid=9816 vsize=47560 CPUtime=2.25
/proc/9818/stat : 9818 (galacM.sh) S 9816 9818 4946 0 -1 4194304 800 23141 0 1 0 0 211 14 17 0 1 0 1975587774 48701440 365 996147200 4194304 4520092 548682068832 18446744073709551615 228774308698 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/9818/statm: 11890 365 246 79 0 219 0
[pid=9841] ppid=9818 vsize=83904 CPUtime=1797.77
/proc/9841/stat : 9841 (minisat) R 9818 9818 4946 0 -1 4194304 20348 0 0 0 179753 24 0 0 25 0 1 0 1975588009 85917696 20329 996147200 134512640 135136200 4294955968 18446744073709551615 134529382 0 0 4096 3 0 0 0 17 0 0 0
/proc/9841/statm: 20976 20329 57 152 0 20821 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 131464

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 9818 and gives
#  childrusage.ru_utime.tv_sec=2
#  childrusage.ru_utime.tv_usec=124677
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=147977
# CPU time returned by wait4() is 2.27265
# while last known CPU time is 1800.02
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1817.01
CPU time (s): 1800.02
CPU user time (s): 1799.64
CPU system time (s): 0.38
CPU usage (%): 99.0648
Max. virtual memory (cumulated for all children) (KiB): 860320

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2.12468
system time used= 0.147977
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 23941
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= 1124
involuntary context switches= 1136

runsolver used 1.73374 second user time and 6.52601 second system time

The end

Launcher Data (download as text)

Begin job on node74 at 2008-07-02 04:39:26
IDJOB=1038968
IDBENCH=53593
IDSOLVER=350
FILE ID=node74/1038968-1214966366
PBS_JOBID= 7870188
Free space on /tmp= 103212 MiB

SOLVER NAME= galac M
BENCH NAME= CPAI08/csp/rand-2-25/normalized-rand-25-25-300-147-59021_ext.xml
COMMAND LINE= HOME/galacM.sh BENCHNAME 
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1038968-1214966366/watcher-1038968-1214966366 -o /tmp/evaluation-result-1038968-1214966366/solver-1038968-1214966366 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/galacM.sh HOME/instance-1038968-1214966366.xml 

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= cf972dad052e0e75f6111f8bc4219577
RANDOM SEED=284176149

node74.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.259
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.259
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:       1605352 kB
Buffers:         46548 kB
Cached:         313808 kB
SwapCached:       6640 kB
Active:         117272 kB
Inactive:       257992 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1605352 kB
SwapTotal:     4192956 kB
SwapFree:      4179604 kB
Dirty:            5888 kB
Writeback:           0 kB
Mapped:          21936 kB
Slab:            60328 kB
Committed_AS:  3850136 kB
PageTables:       1884 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= 103212 MiB
End job on node74 at 2008-07-02 05:09:45