Trace number 1078080

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 1801.21

General information on the benchmark

Namecsp/rand-3-20-20-fcd/
normalized-rand-3-20-20-60-632-fcd-9_ext.xml
MD5SUM2df44d57d350732871b63cf309febdce
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark10.7314
Satisfiable
(Un)Satisfiability was proved
Number of variables20
Number of constraints59
Maximum constraint arity3
Maximum domain size20
Number of constraints which are defined in extension59
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.55/1.70	c start processing
1.55/1.70	c start relation processing
4.62/4.76	c start cnf exporting
17.99/18.24	c parsing time : 1.57
17.99/18.24	c preprocessing time : 18.118
17.99/18.24	
17.99/18.24	c Nary constraints - conflicts : 0 supports : 59
17.99/18.24	c Binary constraints - conflicts : 0 supports :0
17.99/18.24	c max arity constraint : 3
17.99/18.24	c Max Tuples generated 0
17.99/18.24	c relations : 59
17.99/18.24	c relations BDD: 59
17.99/18.24	c sampling 0/0
17.99/18.24	c vars : 132095 - clauses :  421739
17.99/18.24	
17.99/18.30	 
17.99/18.30	c --- SAT Solver Stats ---
17.99/18.30	 

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-1078080-1215205533/watcher-1078080-1215205533 -o /tmp/evaluation-result-1078080-1215205533/solver-1078080-1215205533 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/galacM.sh HOME/instance-1078080-1215205533.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.93 1.98 1.99 4/75 973
/proc/meminfo: memFree=1752304/2055920 swapFree=4179604/4192956
[pid=973] ppid=971 vsize=8652 CPUtime=0
/proc/973/stat : 973 (galacM.sh) S 971 973 30497 0 -1 4194304 347 0 0 0 0 0 0 0 16 0 1 0 1999504483 8859648 281 996147200 4194304 4520092 548682068784 18446744073709551615 228774308698 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/973/statm: 2163 281 208 79 0 156 0
[pid=974] ppid=973 vsize=8688 CPUtime=0
/proc/974/stat : 974 (galacM.sh) S 973 973 30497 0 -1 4194368 37 0 0 0 0 0 0 0 17 0 1 0 1999504484 8896512 287 996147200 4194304 4520092 548682068784 18446744073709551615 228774871122 0 0 4096 73728 18446744071563648864 0 0 17 1 0 0
/proc/974/statm: 2172 287 209 79 0 165 0
[pid=975] ppid=974 vsize=8728 CPUtime=0
/proc/975/stat : 975 (galacM.sh) R 974 973 30497 0 -1 4194368 26 0 0 0 0 0 0 0 19 0 1 0 1999504484 8937472 291 996147200 4194304 4520092 548682068784 18446744073709551615 228774702375 0 0 3674112 73728 0 0 0 17 1 0 0
/proc/975/statm: 2182 291 209 79 0 175 0

[startup+0.0519821 s]
/proc/loadavg: 1.93 1.98 1.99 4/75 973
/proc/meminfo: memFree=1752304/2055920 swapFree=4179604/4192956
[pid=973] ppid=971 vsize=47564 CPUtime=0.01
/proc/973/stat : 973 (galacM.sh) S 971 973 30497 0 -1 4194304 770 1709 0 0 0 0 0 1 18 0 1 0 1999504483 48705536 367 996147200 4194304 4520092 548682068784 18446744073709551615 228774308698 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/973/statm: 11891 367 246 79 0 220 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47564

[startup+0.103285 s]
/proc/loadavg: 1.93 1.98 1.99 4/75 973
/proc/meminfo: memFree=1752304/2055920 swapFree=4179604/4192956
[pid=973] ppid=971 vsize=47564 CPUtime=0.01
/proc/973/stat : 973 (galacM.sh) S 971 973 30497 0 -1 4194304 770 1709 0 0 0 0 0 1 18 0 1 0 1999504483 48705536 367 996147200 4194304 4520092 548682068784 18446744073709551615 228774308698 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/973/statm: 11891 367 246 79 0 220 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47564

[startup+0.301326 s]
/proc/loadavg: 1.93 1.98 1.99 4/75 973
/proc/meminfo: memFree=1752304/2055920 swapFree=4179604/4192956
[pid=973] ppid=971 vsize=47564 CPUtime=0.01
/proc/973/stat : 973 (galacM.sh) S 971 973 30497 0 -1 4194304 770 1709 0 0 0 0 0 1 18 0 1 0 1999504483 48705536 367 996147200 4194304 4520092 548682068784 18446744073709551615 228774308698 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/973/statm: 11891 367 246 79 0 220 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47564

[startup+0.70141 s]
/proc/loadavg: 1.93 1.98 1.99 4/75 973
/proc/meminfo: memFree=1752304/2055920 swapFree=4179604/4192956
[pid=973] ppid=971 vsize=47564 CPUtime=0.01
/proc/973/stat : 973 (galacM.sh) S 971 973 30497 0 -1 4194304 770 1709 0 0 0 0 0 1 18 0 1 0 1999504483 48705536 367 996147200 4194304 4520092 548682068784 18446744073709551615 228774308698 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/973/statm: 11891 367 246 79 0 220 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47564

[startup+1.50256 s]
/proc/loadavg: 1.93 1.98 1.99 3/85 995
/proc/meminfo: memFree=1682208/2055920 swapFree=4179604/4192956
[pid=973] ppid=971 vsize=47564 CPUtime=0.01
/proc/973/stat : 973 (galacM.sh) S 971 973 30497 0 -1 4194304 770 1709 0 0 0 0 0 1 18 0 1 0 1999504483 48705536 367 996147200 4194304 4520092 548682068784 18446744073709551615 228774308698 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/973/statm: 11891 367 246 79 0 220 0
[pid=987] ppid=973 vsize=812628 CPUtime=1.44
/proc/987/stat : 987 (java) S 973 973 30497 0 -1 0 21762 0 1 0 131 13 0 0 18 0 9 0 1999504487 832131072 21187 996147200 134512640 134550740 4294955568 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/987/statm: 203157 21187 1883 9 0 197138 0
[pid=987/tid=988] ppid=973 vsize=812628 CPUtime=1.21
/proc/987/task/988/stat : 988 (java) R 973 973 30497 0 -1 64 14459 0 1 0 113 8 0 0 25 0 9 0 1999504488 832131072 21187 996147200 134512640 134550740 4294955568 18446744073709551615 4126738741 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=987/tid=989] ppid=973 vsize=812628 CPUtime=0.07
/proc/987/task/989/stat : 989 (java) S 973 973 30497 0 -1 64 5852 0 0 0 5 2 0 0 16 0 9 0 1999504489 832131072 21187 996147200 134512640 134550740 4294955568 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=987/tid=990] ppid=973 vsize=812628 CPUtime=0
/proc/987/task/990/stat : 990 (java) S 973 973 30497 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1999504489 832131072 21187 996147200 134512640 134550740 4294955568 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=987/tid=991] ppid=973 vsize=812628 CPUtime=0
/proc/987/task/991/stat : 991 (java) S 973 973 30497 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 1999504489 832131072 21187 996147200 134512640 134550740 4294955568 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=987/tid=992] ppid=973 vsize=812628 CPUtime=0
/proc/987/task/992/stat : 992 (java) S 973 973 30497 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1999504492 832131072 21187 996147200 134512640 134550740 4294955568 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=987/tid=993] ppid=973 vsize=812628 CPUtime=0.12
/proc/987/task/993/stat : 993 (java) S 973 973 30497 0 -1 64 752 0 0 0 12 0 0 0 16 0 9 0 1999504492 832131072 21187 996147200 134512640 134550740 4294955568 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=987/tid=994] ppid=973 vsize=812628 CPUtime=0
/proc/987/task/994/stat : 994 (java) S 973 973 30497 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1999504492 832131072 21187 996147200 134512640 134550740 4294955568 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=987/tid=995] ppid=973 vsize=812628 CPUtime=0
/proc/987/task/995/stat : 995 (java) S 973 973 30497 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1999504492 832131072 21187 996147200 134512640 134550740 4294955568 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) 860192

[startup+3.10288 s]
/proc/loadavg: 1.93 1.98 1.99 3/85 995
/proc/meminfo: memFree=1668896/2055920 swapFree=4179604/4192956
[pid=973] ppid=971 vsize=47564 CPUtime=0.01
/proc/973/stat : 973 (galacM.sh) S 971 973 30497 0 -1 4194304 770 1709 0 0 0 0 0 1 18 0 1 0 1999504483 48705536 367 996147200 4194304 4520092 548682068784 18446744073709551615 228774308698 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/973/statm: 11891 367 246 79 0 220 0
[pid=987] ppid=973 vsize=812732 CPUtime=3.03
/proc/987/stat : 987 (java) S 973 973 30497 0 -1 0 23012 0 1 0 289 14 0 0 18 0 9 0 1999504487 832237568 22434 996147200 134512640 134550740 4294955568 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/987/statm: 203183 22434 1888 9 0 197164 0
[pid=987/tid=988] ppid=973 vsize=812732 CPUtime=2.72
/proc/987/task/988/stat : 988 (java) R 973 973 30497 0 -1 64 14484 0 1 0 263 9 0 0 25 0 9 0 1999504488 832237568 22434 996147200 134512640 134550740 4294955568 18446744073709551615 4126789220 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=987/tid=989] ppid=973 vsize=812732 CPUtime=0.11
/proc/987/task/989/stat : 989 (java) S 973 973 30497 0 -1 64 7053 0 0 0 8 3 0 0 17 0 9 0 1999504489 832237568 22434 996147200 134512640 134550740 4294955568 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=987/tid=990] ppid=973 vsize=812732 CPUtime=0
/proc/987/task/990/stat : 990 (java) S 973 973 30497 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1999504489 832237568 22434 996147200 134512640 134550740 4294955568 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=987/tid=991] ppid=973 vsize=812732 CPUtime=0
/proc/987/task/991/stat : 991 (java) S 973 973 30497 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 1999504489 832237568 22434 996147200 134512640 134550740 4294955568 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=987/tid=992] ppid=973 vsize=812732 CPUtime=0
/proc/987/task/992/stat : 992 (java) S 973 973 30497 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1999504492 832237568 22434 996147200 134512640 134550740 4294955568 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=987/tid=993] ppid=973 vsize=812732 CPUtime=0.16
/proc/987/task/993/stat : 993 (java) S 973 973 30497 0 -1 64 776 0 0 0 16 0 0 0 16 0 9 0 1999504492 832237568 22434 996147200 134512640 134550740 4294955568 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=987/tid=994] ppid=973 vsize=812732 CPUtime=0
/proc/987/task/994/stat : 994 (java) S 973 973 30497 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1999504492 832237568 22434 996147200 134512640 134550740 4294955568 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=987/tid=995] ppid=973 vsize=812732 CPUtime=0
/proc/987/task/995/stat : 995 (java) S 973 973 30497 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1999504492 832237568 22434 996147200 134512640 134550740 4294955568 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.04
Current children cumulated vsize (KiB) 860296

[startup+6.3015 s]
/proc/loadavg: 1.94 1.98 1.99 4/85 995
/proc/meminfo: memFree=1625184/2055920 swapFree=4179604/4192956
[pid=973] ppid=971 vsize=47564 CPUtime=0.01
/proc/973/stat : 973 (galacM.sh) S 971 973 30497 0 -1 4194304 770 1709 0 0 0 0 0 1 18 0 1 0 1999504483 48705536 367 996147200 4194304 4520092 548682068784 18446744073709551615 228774308698 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/973/statm: 11891 367 246 79 0 220 0
[pid=987] ppid=973 vsize=812732 CPUtime=6.19
/proc/987/stat : 987 (java) S 973 973 30497 0 -1 0 36821 0 1 0 597 22 0 0 18 0 9 0 1999504487 832237568 36236 996147200 134512640 134550740 4294955568 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/987/statm: 203183 36236 1909 9 0 197164 0
[pid=987/tid=988] ppid=973 vsize=812732 CPUtime=5.1
/proc/987/task/988/stat : 988 (java) R 973 973 30497 0 -1 64 14531 0 1 0 501 9 0 0 25 0 9 0 1999504488 832237568 36236 996147200 134512640 134550740 4294955568 18446744073709551615 104688752 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=987/tid=989] ppid=973 vsize=812732 CPUtime=0.84
/proc/987/task/989/stat : 989 (java) S 973 973 30497 0 -1 64 20770 0 0 0 73 11 0 0 16 0 9 0 1999504489 832237568 36236 996147200 134512640 134550740 4294955568 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=987/tid=990] ppid=973 vsize=812732 CPUtime=0
/proc/987/task/990/stat : 990 (java) S 973 973 30497 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1999504489 832237568 36236 996147200 134512640 134550740 4294955568 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=987/tid=991] ppid=973 vsize=812732 CPUtime=0
/proc/987/task/991/stat : 991 (java) S 973 973 30497 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 1999504489 832237568 36236 996147200 134512640 134550740 4294955568 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=987/tid=992] ppid=973 vsize=812732 CPUtime=0
/proc/987/task/992/stat : 992 (java) S 973 973 30497 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1999504492 832237568 36236 996147200 134512640 134550740 4294955568 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=987/tid=993] ppid=973 vsize=812732 CPUtime=0.23
/proc/987/task/993/stat : 993 (java) S 973 973 30497 0 -1 64 821 0 0 0 22 1 0 0 16 0 9 0 1999504492 832237568 36236 996147200 134512640 134550740 4294955568 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=987/tid=994] ppid=973 vsize=812732 CPUtime=0
/proc/987/task/994/stat : 994 (java) S 973 973 30497 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1999504492 832237568 36236 996147200 134512640 134550740 4294955568 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=987/tid=995] ppid=973 vsize=812732 CPUtime=0
/proc/987/task/995/stat : 995 (java) S 973 973 30497 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1999504492 832237568 36236 996147200 134512640 134550740 4294955568 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.2
Current children cumulated vsize (KiB) 860296

[startup+12.7028 s]
/proc/loadavg: 1.94 1.98 1.99 3/85 995
/proc/meminfo: memFree=1608096/2055920 swapFree=4179604/4192956
[pid=973] ppid=971 vsize=47564 CPUtime=0.01
/proc/973/stat : 973 (galacM.sh) S 971 973 30497 0 -1 4194304 770 1709 0 0 0 0 0 1 18 0 1 0 1999504483 48705536 367 996147200 4194304 4520092 548682068784 18446744073709551615 228774308698 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/973/statm: 11891 367 246 79 0 220 0
[pid=987] ppid=973 vsize=812732 CPUtime=12.54
/proc/987/stat : 987 (java) S 973 973 30497 0 -1 0 36833 0 1 0 1229 25 0 0 18 0 9 0 1999504487 832237568 36236 996147200 134512640 134550740 4294955568 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/987/statm: 203183 36236 1909 9 0 197164 0
[pid=987/tid=988] ppid=973 vsize=812732 CPUtime=11.42
/proc/987/task/988/stat : 988 (java) R 973 973 30497 0 -1 64 14543 0 1 0 1131 11 0 0 25 0 9 0 1999504488 832237568 36236 996147200 134512640 134550740 4294955568 18446744073709551615 4126996160 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=987/tid=989] ppid=973 vsize=812732 CPUtime=0.85
/proc/987/task/989/stat : 989 (java) S 973 973 30497 0 -1 64 20770 0 0 0 74 11 0 0 16 0 9 0 1999504489 832237568 36236 996147200 134512640 134550740 4294955568 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=987/tid=990] ppid=973 vsize=812732 CPUtime=0
/proc/987/task/990/stat : 990 (java) S 973 973 30497 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1999504489 832237568 36236 996147200 134512640 134550740 4294955568 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=987/tid=991] ppid=973 vsize=812732 CPUtime=0
/proc/987/task/991/stat : 991 (java) S 973 973 30497 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 1999504489 832237568 36236 996147200 134512640 134550740 4294955568 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=987/tid=992] ppid=973 vsize=812732 CPUtime=0
/proc/987/task/992/stat : 992 (java) S 973 973 30497 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1999504492 832237568 36236 996147200 134512640 134550740 4294955568 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=987/tid=993] ppid=973 vsize=812732 CPUtime=0.23
/proc/987/task/993/stat : 993 (java) S 973 973 30497 0 -1 64 821 0 0 0 22 1 0 0 16 0 9 0 1999504492 832237568 36236 996147200 134512640 134550740 4294955568 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=987/tid=994] ppid=973 vsize=812732 CPUtime=0
/proc/987/task/994/stat : 994 (java) S 973 973 30497 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1999504492 832237568 36236 996147200 134512640 134550740 4294955568 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=987/tid=995] ppid=973 vsize=812732 CPUtime=0
/proc/987/task/995/stat : 995 (java) R 973 973 30497 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1999504492 832237568 36236 996147200 134512640 134550740 4294955568 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.55
Current children cumulated vsize (KiB) 860296

[startup+25.5012 s]
/proc/loadavg: 1.95 1.98 1.99 3/75 1033
/proc/meminfo: memFree=1728496/2055920 swapFree=4179604/4192956
[pid=973] ppid=971 vsize=47564 CPUtime=18.06
/proc/973/stat : 973 (galacM.sh) S 971 973 30497 0 -1 4194304 805 38565 0 1 0 0 1776 30 17 0 1 0 1999504483 48705536 367 996147200 4194304 4520092 548682068784 18446744073709551615 228774308698 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/973/statm: 11891 367 246 79 0 220 0
[pid=1009] ppid=973 vsize=28984 CPUtime=7.18
/proc/1009/stat : 1009 (minisat) R 973 973 30497 0 -1 4194304 6907 0 0 0 714 4 0 0 25 0 1 0 1999506313 29679616 6888 996147200 134512640 135136200 4294955920 18446744073709551615 134529333 0 0 4096 3 0 0 0 17 0 0 0
/proc/1009/statm: 7246 6888 57 152 0 7091 0
Current children cumulated CPU time (s) 25.24
Current children cumulated vsize (KiB) 76548

[startup+51.1013 s]
/proc/loadavg: 2.04 2.00 2.00 3/84 1114
/proc/meminfo: memFree=1710312/2055920 swapFree=4179604/4192956
[pid=973] ppid=971 vsize=47564 CPUtime=18.06
/proc/973/stat : 973 (galacM.sh) S 971 973 30497 0 -1 4194304 805 38565 0 1 0 0 1776 30 17 0 1 0 1999504483 48705536 367 996147200 4194304 4520092 548682068784 18446744073709551615 228774308698 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/973/statm: 11891 367 246 79 0 220 0
[pid=1009] ppid=973 vsize=34748 CPUtime=32.7
/proc/1009/stat : 1009 (minisat) R 973 973 30497 0 -1 4194304 8307 0 0 0 3263 7 0 0 25 0 1 0 1999506313 35581952 8288 996147200 134512640 135136200 4294955920 18446744073709551615 134529373 0 0 4096 3 0 0 0 17 1 0 0
/proc/1009/statm: 8687 8288 57 152 0 8532 0
Current children cumulated CPU time (s) 50.76
Current children cumulated vsize (KiB) 82312

[startup+102.306 s]
/proc/loadavg: 2.01 2.00 2.00 3/83 1210

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

/proc/1009/statm: 28749 28246 57 152 0 28594 0
Current children cumulated CPU time (s) 1121.42
Current children cumulated vsize (KiB) 162560

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 1292
/proc/meminfo: memFree=1630064/2055920 swapFree=4179604/4192956
[pid=973] ppid=971 vsize=47564 CPUtime=18.06
/proc/973/stat : 973 (galacM.sh) S 971 973 30497 0 -1 4194304 805 38565 0 1 0 0 1776 30 17 0 1 0 1999504483 48705536 367 996147200 4194304 4520092 548682068784 18446744073709551615 228774308698 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/973/statm: 11891 367 246 79 0 220 0
[pid=1009] ppid=973 vsize=117676 CPUtime=1163.34
/proc/1009/stat : 1009 (minisat) R 973 973 30497 0 -1 4194304 28840 0 0 0 116297 37 0 0 25 0 1 0 1999506313 120500224 28821 996147200 134512640 135136200 4294955920 18446744073709551615 134529373 0 0 4096 3 0 0 0 17 0 0 0
/proc/1009/statm: 29419 28821 57 152 0 29264 0
Current children cumulated CPU time (s) 1181.4
Current children cumulated vsize (KiB) 165240

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 1292
/proc/meminfo: memFree=1627568/2055920 swapFree=4179604/4192956
[pid=973] ppid=971 vsize=47564 CPUtime=18.06
/proc/973/stat : 973 (galacM.sh) S 971 973 30497 0 -1 4194304 805 38565 0 1 0 0 1776 30 17 0 1 0 1999504483 48705536 367 996147200 4194304 4520092 548682068784 18446744073709551615 228774308698 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/973/statm: 11891 367 246 79 0 220 0
[pid=1009] ppid=973 vsize=120120 CPUtime=1223.3
/proc/1009/stat : 1009 (minisat) R 973 973 30497 0 -1 4194304 29444 0 0 0 122293 37 0 0 25 0 1 0 1999506313 123002880 29425 996147200 134512640 135136200 4294955920 18446744073709551615 134529580 0 0 4096 3 0 0 0 17 0 0 0
/proc/1009/statm: 30030 29425 57 152 0 29875 0
Current children cumulated CPU time (s) 1241.36
Current children cumulated vsize (KiB) 167684

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 1319
/proc/meminfo: memFree=1633520/2055920 swapFree=4179604/4192956
[pid=973] ppid=971 vsize=47564 CPUtime=18.06
/proc/973/stat : 973 (galacM.sh) S 971 973 30497 0 -1 4194304 805 38565 0 1 0 0 1776 30 17 0 1 0 1999504483 48705536 367 996147200 4194304 4520092 548682068784 18446744073709551615 228774308698 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/973/statm: 11891 367 246 79 0 220 0
[pid=1009] ppid=973 vsize=122928 CPUtime=1283.28
/proc/1009/stat : 1009 (minisat) R 973 973 30497 0 -1 4194304 30085 0 0 0 128290 38 0 0 25 0 1 0 1999506313 125878272 30066 996147200 134512640 135136200 4294955920 18446744073709551615 134529373 0 0 4096 3 0 0 0 17 0 0 0
/proc/1009/statm: 30732 30066 57 152 0 30577 0
Current children cumulated CPU time (s) 1301.34
Current children cumulated vsize (KiB) 170492

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 1319
/proc/meminfo: memFree=1630896/2055920 swapFree=4179604/4192956
[pid=973] ppid=971 vsize=47564 CPUtime=18.06
/proc/973/stat : 973 (galacM.sh) S 971 973 30497 0 -1 4194304 805 38565 0 1 0 0 1776 30 17 0 1 0 1999504483 48705536 367 996147200 4194304 4520092 548682068784 18446744073709551615 228774308698 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/973/statm: 11891 367 246 79 0 220 0
[pid=1009] ppid=973 vsize=125644 CPUtime=1343.24
/proc/1009/stat : 1009 (minisat) R 973 973 30497 0 -1 4194304 30765 0 0 0 134285 39 0 0 25 0 1 0 1999506313 128659456 30746 996147200 134512640 135136200 4294955920 18446744073709551615 134529333 0 0 4096 3 0 0 0 17 0 0 0
/proc/1009/statm: 31411 30746 57 152 0 31256 0
Current children cumulated CPU time (s) 1361.3
Current children cumulated vsize (KiB) 173208

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 1346
/proc/meminfo: memFree=1626608/2055920 swapFree=4179604/4192956
[pid=973] ppid=971 vsize=47564 CPUtime=18.06
/proc/973/stat : 973 (galacM.sh) S 971 973 30497 0 -1 4194304 805 38565 0 1 0 0 1776 30 17 0 1 0 1999504483 48705536 367 996147200 4194304 4520092 548682068784 18446744073709551615 228774308698 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/973/statm: 11891 367 246 79 0 220 0
[pid=1009] ppid=973 vsize=127928 CPUtime=1403.23
/proc/1009/stat : 1009 (minisat) R 973 973 30497 0 -1 4194304 31346 0 0 0 140282 41 0 0 25 0 1 0 1999506313 130998272 31327 996147200 134512640 135136200 4294955920 18446744073709551615 134529382 0 0 4096 3 0 0 0 17 0 0 0
/proc/1009/statm: 31982 31327 57 152 0 31827 0
Current children cumulated CPU time (s) 1421.29
Current children cumulated vsize (KiB) 175492

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 1346
/proc/meminfo: memFree=1623600/2055920 swapFree=4179604/4192956
[pid=973] ppid=971 vsize=47564 CPUtime=18.06
/proc/973/stat : 973 (galacM.sh) S 971 973 30497 0 -1 4194304 805 38565 0 1 0 0 1776 30 17 0 1 0 1999504483 48705536 367 996147200 4194304 4520092 548682068784 18446744073709551615 228774308698 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/973/statm: 11891 367 246 79 0 220 0
[pid=1009] ppid=973 vsize=130936 CPUtime=1463.19
/proc/1009/stat : 1009 (minisat) R 973 973 30497 0 -1 4194304 32073 0 0 0 146277 42 0 0 25 0 1 0 1999506313 134078464 32054 996147200 134512640 135136200 4294955920 18446744073709551615 134529382 0 0 4096 3 0 0 0 17 0 0 0
/proc/1009/statm: 32734 32054 57 152 0 32579 0
Current children cumulated CPU time (s) 1481.25
Current children cumulated vsize (KiB) 178500

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 1346
/proc/meminfo: memFree=1621424/2055920 swapFree=4179604/4192956
[pid=973] ppid=971 vsize=47564 CPUtime=18.06
/proc/973/stat : 973 (galacM.sh) S 971 973 30497 0 -1 4194304 805 38565 0 1 0 0 1776 30 17 0 1 0 1999504483 48705536 367 996147200 4194304 4520092 548682068784 18446744073709551615 228774308698 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/973/statm: 11891 367 246 79 0 220 0
[pid=1009] ppid=973 vsize=132972 CPUtime=1523.17
/proc/1009/stat : 1009 (minisat) R 973 973 30497 0 -1 4194304 32597 0 0 0 152274 43 0 0 25 0 1 0 1999506313 136163328 32578 996147200 134512640 135136200 4294955920 18446744073709551615 134529382 0 0 4096 3 0 0 0 17 0 0 0
/proc/1009/statm: 33243 32578 57 152 0 33088 0
Current children cumulated CPU time (s) 1541.23
Current children cumulated vsize (KiB) 180536

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 1346
/proc/meminfo: memFree=1618928/2055920 swapFree=4179604/4192956
[pid=973] ppid=971 vsize=47564 CPUtime=18.06
/proc/973/stat : 973 (galacM.sh) S 971 973 30497 0 -1 4194304 805 38565 0 1 0 0 1776 30 17 0 1 0 1999504483 48705536 367 996147200 4194304 4520092 548682068784 18446744073709551615 228774308698 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/973/statm: 11891 367 246 79 0 220 0
[pid=1009] ppid=973 vsize=135424 CPUtime=1583.13
/proc/1009/stat : 1009 (minisat) R 973 973 30497 0 -1 4194304 33209 0 0 0 158270 43 0 0 25 0 1 0 1999506313 138674176 33190 996147200 134512640 135136200 4294955920 18446744073709551615 134529382 0 0 4096 3 0 0 0 17 0 0 0
/proc/1009/statm: 33856 33190 57 152 0 33701 0
Current children cumulated CPU time (s) 1601.19
Current children cumulated vsize (KiB) 182988

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 1346
/proc/meminfo: memFree=1616304/2055920 swapFree=4179604/4192956
[pid=973] ppid=971 vsize=47564 CPUtime=18.06
/proc/973/stat : 973 (galacM.sh) S 971 973 30497 0 -1 4194304 805 38565 0 1 0 0 1776 30 17 0 1 0 1999504483 48705536 367 996147200 4194304 4520092 548682068784 18446744073709551615 228774308698 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/973/statm: 11891 367 246 79 0 220 0
[pid=1009] ppid=973 vsize=137940 CPUtime=1643.11
/proc/1009/stat : 1009 (minisat) R 973 973 30497 0 -1 4194304 33856 0 0 0 164267 44 0 0 25 0 1 0 1999506313 141250560 33837 996147200 134512640 135136200 4294955920 18446744073709551615 134529373 0 0 4096 3 0 0 0 17 0 0 0
/proc/1009/statm: 34485 33837 57 152 0 34330 0
Current children cumulated CPU time (s) 1661.17
Current children cumulated vsize (KiB) 185504

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 1346
/proc/meminfo: memFree=1613936/2055920 swapFree=4179604/4192956
[pid=973] ppid=971 vsize=47564 CPUtime=18.06
/proc/973/stat : 973 (galacM.sh) S 971 973 30497 0 -1 4194304 805 38565 0 1 0 0 1776 30 17 0 1 0 1999504483 48705536 367 996147200 4194304 4520092 548682068784 18446744073709551615 228774308698 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/973/statm: 11891 367 246 79 0 220 0
[pid=1009] ppid=973 vsize=140408 CPUtime=1703.08
/proc/1009/stat : 1009 (minisat) R 973 973 30497 0 -1 4194304 34458 0 0 0 170263 45 0 0 25 0 1 0 1999506313 143777792 34439 996147200 134512640 135136200 4294955920 18446744073709551615 134529504 0 0 4096 3 0 0 0 17 0 0 0
/proc/1009/statm: 35102 34439 57 152 0 34947 0
Current children cumulated CPU time (s) 1721.14
Current children cumulated vsize (KiB) 187972

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 1346
/proc/meminfo: memFree=1611312/2055920 swapFree=4179604/4192956
[pid=973] ppid=971 vsize=47564 CPUtime=18.06
/proc/973/stat : 973 (galacM.sh) S 971 973 30497 0 -1 4194304 805 38565 0 1 0 0 1776 30 17 0 1 0 1999504483 48705536 367 996147200 4194304 4520092 548682068784 18446744073709551615 228774308698 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/973/statm: 11891 367 246 79 0 220 0
[pid=1009] ppid=973 vsize=143168 CPUtime=1763.05
/proc/1009/stat : 1009 (minisat) R 973 973 30497 0 -1 4194304 35120 0 0 0 176260 45 0 0 25 0 1 0 1999506313 146604032 35101 996147200 134512640 135136200 4294955920 18446744073709551615 134529373 0 0 4096 3 0 0 0 17 0 0 0
/proc/1009/statm: 35792 35101 57 152 0 35637 0
Current children cumulated CPU time (s) 1781.11
Current children cumulated vsize (KiB) 190732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1801.2 s]
/proc/loadavg: 2.00 2.00 2.00 3/72 1367
/proc/meminfo: memFree=1610760/2055920 swapFree=4179604/4192956
[pid=973] ppid=971 vsize=47564 CPUtime=18.06
/proc/973/stat : 973 (galacM.sh) S 971 973 30497 0 -1 4194304 805 38565 0 1 0 0 1776 30 17 0 1 0 1999504483 48705536 367 996147200 4194304 4520092 548682068784 18446744073709551615 228774308698 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/973/statm: 11891 367 246 79 0 220 0
[pid=1009] ppid=973 vsize=143808 CPUtime=1781.94
/proc/1009/stat : 1009 (minisat) R 973 973 30497 0 -1 4194304 35258 0 0 0 178148 46 0 0 25 0 1 0 1999506313 147259392 35239 996147200 134512640 135136200 4294955920 18446744073709551615 134529382 0 0 4096 3 0 0 0 17 0 0 0
/proc/1009/statm: 35952 35239 57 152 0 35797 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 191372

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 973 and gives
#  childrusage.ru_utime.tv_sec=17
#  childrusage.ru_utime.tv_usec=767298
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=318951
# CPU time returned by wait4() is 18.0862
# while last known CPU time is 1800
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1801.21
CPU time (s): 1800
CPU user time (s): 1799.24
CPU system time (s): 0.76
CPU usage (%): 99.9326
Max. virtual memory (cumulated for all children) (KiB): 860296

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 17.7673
system time used= 0.318951
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 39370
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= 1619
involuntary context switches= 1959

runsolver used 2.07868 second user time and 5.98909 second system time

The end

Launcher Data (download as text)

Begin job on node74 at 2008-07-04 23:05:33
IDJOB=1078080
IDBENCH=56758
IDSOLVER=350
FILE ID=node74/1078080-1215205533
PBS_JOBID= 7881610
Free space on /tmp= 103228 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 2df44d57d350732871b63cf309febdce
RANDOM SEED=1235864142

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:       1752784 kB
Buffers:         52944 kB
Cached:         170668 kB
SwapCached:       6432 kB
Active:         180604 kB
Inactive:        64172 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1752784 kB
SwapTotal:     4192956 kB
SwapFree:      4179604 kB
Dirty:           11372 kB
Writeback:           0 kB
Mapped:          28536 kB
Slab:            43496 kB
Committed_AS:  4026716 kB
PageTables:       1896 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= 103220 MiB
End job on node74 at 2008-07-04 23:35:37