Trace number 237466

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, and are wall clock time (not CPU 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
BPrologCSPSolver70a 2006-12-13? (TO) 1800.06 1815.63

General information on the benchmark

Namehaystacks/
haystacks_52.xml
MD5SUMbfebe5df1905949972c2e283719f815b
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables2704
Number of constraints69003
Maximum constraint arity2
Maximum domain size52
Number of constraints which are defined in extension0
Number of constraints which are defined in intension69003
Global constraints used (with number of constraints)

Solver Data (download as text)

c 
c 
c 
c conversion script
c 
c 

converting(/tmp/evaluation/237466-1168348403/unknown)

Verifier Data (download as text)

ERROR: Unexpected answer ! (SAT/UNSAT expected)
Got answer: 

Watcher Data (download as text)

runsolver version 3.1.3 (c) roussel@cril.univ-artois.fr

command line: runsolver --timestamp -w ROOT/results/node62/watcher-237466-1168348403 -o ROOT/results/node62/solver-237466-1168348403 -C 1800 -M 900 /tmp/evaluation/237466-1168348403/Complete/Ordinary/solver /tmp/evaluation/237466-1168348403/unknown 1800 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 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
Current StackSize limit: 10240 KiB

/proc/loadavg: 2.00 2.02 2.21 5/74 18029
/proc/meminfo: memFree=1842672/2055920 swapFree=4192812/4192956
[pid=18028] ppid=18026 vsize=18540 CPUtime=0
/proc/18028/stat : 18028 (runsolver) R 18026 18028 17660 0 -1 4194368 16 0 0 0 0 0 0 0 20 0 1 0 183241673 18984960 279 18446744073709551615 4194304 4267372 548682069056 18446744073709551615 236437695783 0 0 4096 24578 0 0 0 17 1 0 0
/proc/18028/statm: 4635 279 244 17 0 2626 0

[startup+0.108456 s]
/proc/loadavg: 2.00 2.02 2.21 5/74 18029
/proc/meminfo: memFree=1842672/2055920 swapFree=4192812/4192956
[pid=18028] ppid=18026 vsize=53824 CPUtime=0.09
/proc/18028/stat : 18028 (bprolog) R 18026 18028 17660 0 -1 4194304 2218 0 0 0 9 0 0 0 20 0 1 0 183241673 55115776 1934 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134711657 0 0 4096 2 0 0 0 17 1 0 0
/proc/18028/statm: 13456 1934 157 90 0 12994 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 53824

[startup+0.520537 s]
/proc/loadavg: 2.00 2.02 2.21 5/74 18029
/proc/meminfo: memFree=1842672/2055920 swapFree=4192812/4192956
[pid=18028] ppid=18026 vsize=53824 CPUtime=0.5
/proc/18028/stat : 18028 (bprolog) R 18026 18028 17660 0 -1 4194304 9113 0 0 0 47 3 0 0 23 0 1 0 183241673 55115776 8829 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134550468 0 0 4096 2 0 0 0 17 1 0 0
/proc/18028/statm: 13456 8829 157 90 0 12994 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 53824

[startup+1.3447 s]
/proc/loadavg: 2.00 2.02 2.21 3/74 18029
/proc/meminfo: memFree=1779056/2055920 swapFree=4192812/4192956
[pid=18028] ppid=18026 vsize=83396 CPUtime=1.32
/proc/18028/stat : 18028 (bprolog) R 18026 18028 17660 0 -1 4194304 17176 0 0 0 125 7 0 0 25 0 1 0 183241673 85397504 16570 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134858988 0 0 4096 2 0 0 0 17 1 0 0
/proc/18028/statm: 20849 16570 157 90 0 20387 0
Current children cumulated CPU time (s) 1.32
Current children cumulated vsize (KiB) 83396

[startup+2.98202 s]
/proc/loadavg: 2.00 2.02 2.21 3/74 18029
/proc/meminfo: memFree=1775280/2055920 swapFree=4192812/4192956
[pid=18028] ppid=18026 vsize=122460 CPUtime=2.94
/proc/18028/stat : 18028 (bprolog) R 18026 18028 17660 0 -1 4194304 29636 0 0 0 282 12 0 0 25 0 1 0 183241673 125399040 19263 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134604028 0 0 4096 2 0 0 0 17 1 0 0
/proc/18028/statm: 30615 19263 157 90 0 30153 0
Current children cumulated CPU time (s) 2.94
Current children cumulated vsize (KiB) 122460

[startup+6.26567 s]
/proc/loadavg: 2.00 2.02 2.21 3/75 18030
/proc/meminfo: memFree=1768808/2055920 swapFree=4192812/4192956
[pid=18028] ppid=18026 vsize=158848 CPUtime=6.2
/proc/18028/stat : 18028 (bprolog) R 18026 18028 17660 0 -1 4194304 35340 0 0 0 604 16 0 0 25 0 2 0 183241673 162660352 18550 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134752078 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/18028/statm: 39712 18550 179 90 0 39250 0
[pid=18028/tid=18030] ppid=18026 vsize=158848 CPUtime=0
/proc/18028/task/18030/stat : 18030 (bprolog) S 18026 18028 17660 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 183242143 162660352 18550 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.2
Current children cumulated vsize (KiB) 158848

[startup+12.7279 s]
/proc/loadavg: 2.00 2.02 2.21 3/75 18030
/proc/meminfo: memFree=1768872/2055920 swapFree=4192812/4192956
[pid=18028] ppid=18026 vsize=158848 CPUtime=12.62
/proc/18028/stat : 18028 (bprolog) R 18026 18028 17660 0 -1 4194304 35340 0 0 0 1246 16 0 0 25 0 2 0 183241673 162660352 18550 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134554254 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/18028/statm: 39712 18550 179 90 0 39250 0
[pid=18028/tid=18030] ppid=18026 vsize=158848 CPUtime=0
/proc/18028/task/18030/stat : 18030 (bprolog) S 18026 18028 17660 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 183242143 162660352 18550 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.62
Current children cumulated vsize (KiB) 158848

[startup+25.5465 s]
/proc/loadavg: 2.00 2.02 2.20 3/75 18030
/proc/meminfo: memFree=1768936/2055920 swapFree=4192812/4192956
[pid=18028] ppid=18026 vsize=158848 CPUtime=25.34
/proc/18028/stat : 18028 (bprolog) R 18026 18028 17660 0 -1 4194304 35340 0 0 0 2518 16 0 0 25 0 2 0 183241673 162660352 18550 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134752490 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/18028/statm: 39712 18550 179 90 0 39250 0
[pid=18028/tid=18030] ppid=18026 vsize=158848 CPUtime=0
/proc/18028/task/18030/stat : 18030 (bprolog) S 18026 18028 17660 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 183242143 162660352 18550 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.34
Current children cumulated vsize (KiB) 158848

[startup+51.1975 s]
/proc/loadavg: 2.00 2.01 2.19 3/75 18030
/proc/meminfo: memFree=1769000/2055920 swapFree=4192812/4192956
[pid=18028] ppid=18026 vsize=158848 CPUtime=50.79
/proc/18028/stat : 18028 (bprolog) R 18026 18028 17660 0 -1 4194304 35340 0 0 0 5063 16 0 0 25 0 2 0 183241673 162660352 18550 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134664238 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/18028/statm: 39712 18550 179 90 0 39250 0
[pid=18028/tid=18030] ppid=18026 vsize=158848 CPUtime=0
/proc/18028/task/18030/stat : 18030 (bprolog) S 18026 18028 17660 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 183242143 162660352 18550 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.79
Current children cumulated vsize (KiB) 158848

[startup+102.497 s]
/proc/loadavg: 2.00 2.01 2.18 3/75 18030
/proc/meminfo: memFree=1769064/2055920 swapFree=4192812/4192956
[pid=18028] ppid=18026 vsize=158848 CPUtime=101.71
/proc/18028/stat : 18028 (bprolog) R 18026 18028 17660 0 -1 4194304 35340 0 0 0 10154 17 0 0 25 0 2 0 183241673 162660352 18550 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134661355 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/18028/statm: 39712 18550 179 90 0 39250 0
[pid=18028/tid=18030] ppid=18026 vsize=158848 CPUtime=0
/proc/18028/task/18030/stat : 18030 (bprolog) S 18026 18028 17660 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 183242143 162660352 18550 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 101.71
Current children cumulated vsize (KiB) 158848

[startup+162.51 s]
/proc/loadavg: 2.00 2.00 2.17 3/75 18030
/proc/meminfo: memFree=1769000/2055920 swapFree=4192812/4192956
[pid=18028] ppid=18026 vsize=158848 CPUtime=161.27
/proc/18028/stat : 18028 (bprolog) R 18026 18028 17660 0 -1 4194304 35340 0 0 0 16110 17 0 0 25 0 2 0 183241673 162660352 18550 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663850 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/18028/statm: 39712 18550 179 90 0 39250 0
[pid=18028/tid=18030] ppid=18026 vsize=158848 CPUtime=0
/proc/18028/task/18030/stat : 18030 (bprolog) S 18026 18028 17660 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 183242143 162660352 18550 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 161.27
Current children cumulated vsize (KiB) 158848

[startup+222.528 s]
/proc/loadavg: 2.00 2.00 2.16 3/75 18030
/proc/meminfo: memFree=1769064/2055920 swapFree=4192812/4192956
[pid=18028] ppid=18026 vsize=158848 CPUtime=220.83
/proc/18028/stat : 18028 (bprolog) R 18026 18028 17660 0 -1 4194304 35340 0 0 0 22066 17 0 0 25 0 2 0 183241673 162660352 18550 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134752078 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/18028/statm: 39712 18550 179 90 0 39250 0
[pid=18028/tid=18030] ppid=18026 vsize=158848 CPUtime=0
/proc/18028/task/18030/stat : 18030 (bprolog) S 18026 18028 17660 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 183242143 162660352 18550 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 220.83
Current children cumulated vsize (KiB) 158848

[startup+282.539 s]
/proc/loadavg: 2.00 2.00 2.14 3/75 18030
/proc/meminfo: memFree=1769000/2055920 swapFree=4192812/4192956
[pid=18028] ppid=18026 vsize=158848 CPUtime=280.39
/proc/18028/stat : 18028 (bprolog) R 18026 18028 17660 0 -1 4194304 35340 0 0 0 28022 17 0 0 25 0 2 0 183241673 162660352 18550 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134661300 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/18028/statm: 39712 18550 179 90 0 39250 0
[pid=18028/tid=18030] ppid=18026 vsize=158848 CPUtime=0
/proc/18028/task/18030/stat : 18030 (bprolog) S 18026 18028 17660 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 183242143 162660352 18550 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 280.39
Current children cumulated vsize (KiB) 158848

[startup+342.549 s]
/proc/loadavg: 2.00 2.00 2.13 3/75 18032
/proc/meminfo: memFree=1768552/2055920 swapFree=4192812/4192956
[pid=18028] ppid=18026 vsize=158848 CPUtime=339.94
/proc/18028/stat : 18028 (bprolog) R 18026 18028 17660 0 -1 4194304 35340 0 0 0 33977 17 0 0 25 0 2 0 183241673 162660352 18550 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134752163 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/18028/statm: 39712 18550 179 90 0 39250 0
[pid=18028/tid=18030] ppid=18026 vsize=158848 CPUtime=0
/proc/18028/task/18030/stat : 18030 (bprolog) S 18026 18028 17660 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 183242143 162660352 18550 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 339.94
Current children cumulated vsize (KiB) 158848

[startup+402.568 s]
/proc/loadavg: 2.00 2.00 2.12 3/75 18032
/proc/meminfo: memFree=1768552/2055920 swapFree=4192812/4192956
[pid=18028] ppid=18026 vsize=158848 CPUtime=399.48
/proc/18028/stat : 18028 (bprolog) R 18026 18028 17660 0 -1 4194304 35340 0 0 0 39930 18 0 0 25 0 2 0 183241673 162660352 18550 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663850 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/18028/statm: 39712 18550 179 90 0 39250 0
[pid=18028/tid=18030] ppid=18026 vsize=158848 CPUtime=0
/proc/18028/task/18030/stat : 18030 (bprolog) S 18026 18028 17660 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 183242143 162660352 18550 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 399.48
Current children cumulated vsize (KiB) 158848

[startup+462.583 s]
/proc/loadavg: 2.00 2.00 2.11 3/75 18032
/proc/meminfo: memFree=1768552/2055920 swapFree=4192812/4192956
[pid=18028] ppid=18026 vsize=158848 CPUtime=459.03
/proc/18028/stat : 18028 (bprolog) R 18026 18028 17660 0 -1 4194304 35340 0 0 0 45885 18 0 0 25 0 2 0 183241673 162660352 18550 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134661355 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/18028/statm: 39712 18550 179 90 0 39250 0
[pid=18028/tid=18030] ppid=18026 vsize=158848 CPUtime=0
/proc/18028/task/18030/stat : 18030 (bprolog) S 18026 18028 17660 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 183242143 162660352 18550 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 459.03
Current children cumulated vsize (KiB) 158848

[startup+522.604 s]
/proc/loadavg: 2.04 2.01 2.10 3/75 18032
/proc/meminfo: memFree=1768488/2055920 swapFree=4192812/4192956
[pid=18028] ppid=18026 vsize=158848 CPUtime=518.58
/proc/18028/stat : 18028 (bprolog) R 18026 18028 17660 0 -1 4194304 35340 0 0 0 51840 18 0 0 25 0 2 0 183241673 162660352 18550 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134664267 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/18028/statm: 39712 18550 179 90 0 39250 0
[pid=18028/tid=18030] ppid=18026 vsize=158848 CPUtime=0
/proc/18028/task/18030/stat : 18030 (bprolog) S 18026 18028 17660 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 183242143 162660352 18550 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 518.58
Current children cumulated vsize (KiB) 158848

[startup+582.618 s]
/proc/loadavg: 2.01 2.01 2.09 3/75 18032
/proc/meminfo: memFree=1768424/2055920 swapFree=4192812/4192956
[pid=18028] ppid=18026 vsize=158848 CPUtime=578.14
/proc/18028/stat : 18028 (bprolog) R 18026 18028 17660 0 -1 4194304 35340 0 0 0 57796 18 0 0 25 0 2 0 183241673 162660352 18550 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552597 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/18028/statm: 39712 18550 179 90 0 39250 0
[pid=18028/tid=18030] ppid=18026 vsize=158848 CPUtime=0
/proc/18028/task/18030/stat : 18030 (bprolog) S 18026 18028 17660 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 183242143 162660352 18550 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 578.14
Current children cumulated vsize (KiB) 158848

[startup+642.643 s]
/proc/loadavg: 2.04 2.02 2.09 3/75 18032
/proc/meminfo: memFree=1768488/2055920 swapFree=4192812/4192956
[pid=18028] ppid=18026 vsize=158848 CPUtime=637.69
/proc/18028/stat : 18028 (bprolog) R 18026 18028 17660 0 -1 4194304 35340 0 0 0 63751 18 0 0 25 0 2 0 183241673 162660352 18550 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134614636 0 0 4096 2 18446744073709551615 0 0 17 1 0 0

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

/proc/18028/stat : 18028 (bprolog) R 18026 18028 17660 0 -1 4194304 35341 0 0 0 117305 23 0 0 25 0 3 0 183241673 173150208 18551 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134752078 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/18028/statm: 42273 18551 179 90 0 41811 0
[pid=18028/tid=18030] ppid=18026 vsize=169092 CPUtime=0
/proc/18028/task/18030/stat : 18030 (bprolog) S 18026 18028 17660 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 183242143 173150208 18551 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=18028/tid=18103] ppid=18026 vsize=169092 CPUtime=0
/proc/18028/task/18103/stat : 18103 (bprolog) S 18026 18028 17660 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 183332159 173150208 18551 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1173.28
Current children cumulated vsize (KiB) 169092

[startup+1243.12 s]
/proc/loadavg: 2.00 2.00 2.04 3/83 18103
/proc/meminfo: memFree=1701800/2055920 swapFree=4192812/4192956
[pid=18028] ppid=18026 vsize=169092 CPUtime=1232.82
/proc/18028/stat : 18028 (bprolog) R 18026 18028 17660 0 -1 4194304 35342 0 0 0 123259 23 0 0 25 0 3 0 183241673 173150208 18552 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134661380 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/18028/statm: 42273 18552 179 90 0 41811 0
[pid=18028/tid=18030] ppid=18026 vsize=169092 CPUtime=0
/proc/18028/task/18030/stat : 18030 (bprolog) S 18026 18028 17660 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 183242143 173150208 18552 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=18028/tid=18103] ppid=18026 vsize=169092 CPUtime=0
/proc/18028/task/18103/stat : 18103 (bprolog) S 18026 18028 17660 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 183332159 173150208 18552 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1232.82
Current children cumulated vsize (KiB) 169092

[startup+1303.19 s]
/proc/loadavg: 2.00 2.00 2.04 3/83 18103
/proc/meminfo: memFree=1701736/2055920 swapFree=4192812/4192956
[pid=18028] ppid=18026 vsize=169092 CPUtime=1292.33
/proc/18028/stat : 18028 (bprolog) R 18026 18028 17660 0 -1 4194304 35342 0 0 0 129210 23 0 0 25 0 3 0 183241673 173150208 18552 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134752078 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/18028/statm: 42273 18552 179 90 0 41811 0
[pid=18028/tid=18030] ppid=18026 vsize=169092 CPUtime=0
/proc/18028/task/18030/stat : 18030 (bprolog) S 18026 18028 17660 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 183242143 173150208 18552 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=18028/tid=18103] ppid=18026 vsize=169092 CPUtime=0
/proc/18028/task/18103/stat : 18103 (bprolog) S 18026 18028 17660 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 183332159 173150208 18552 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1292.33
Current children cumulated vsize (KiB) 169092

[startup+1363.27 s]
/proc/loadavg: 2.00 2.00 2.03 3/84 18104
/proc/meminfo: memFree=1692256/2055920 swapFree=4192812/4192956
[pid=18028] ppid=18026 vsize=187148 CPUtime=1351.86
/proc/18028/stat : 18028 (bprolog) R 18026 18028 17660 0 -1 4194304 39656 0 0 0 135160 26 0 0 25 0 4 0 183241673 191639552 20912 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134752078 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/18028/statm: 46787 20912 179 90 0 46325 0
[pid=18028/tid=18030] ppid=18026 vsize=187148 CPUtime=0
/proc/18028/task/18030/stat : 18030 (bprolog) S 18026 18028 17660 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 183242143 191639552 20912 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=18028/tid=18103] ppid=18026 vsize=187148 CPUtime=0
/proc/18028/task/18103/stat : 18103 (bprolog) S 18026 18028 17660 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 183332159 191639552 20912 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=18028/tid=18104] ppid=18026 vsize=187148 CPUtime=0
/proc/18028/task/18104/stat : 18104 (bprolog) S 18026 18028 17660 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 183377172 191639552 20912 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1351.86
Current children cumulated vsize (KiB) 187148

[startup+1423.35 s]
/proc/loadavg: 2.08 2.02 2.03 3/84 18104
/proc/meminfo: memFree=1692192/2055920 swapFree=4192812/4192956
[pid=18028] ppid=18026 vsize=187148 CPUtime=1411.39
/proc/18028/stat : 18028 (bprolog) R 18026 18028 17660 0 -1 4194304 39657 0 0 0 141113 26 0 0 25 0 4 0 183241673 191639552 20913 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134752078 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/18028/statm: 46787 20913 179 90 0 46325 0
[pid=18028/tid=18030] ppid=18026 vsize=187148 CPUtime=0
/proc/18028/task/18030/stat : 18030 (bprolog) S 18026 18028 17660 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 183242143 191639552 20913 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=18028/tid=18103] ppid=18026 vsize=187148 CPUtime=0
/proc/18028/task/18103/stat : 18103 (bprolog) S 18026 18028 17660 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 183332159 191639552 20913 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=18028/tid=18104] ppid=18026 vsize=187148 CPUtime=0
/proc/18028/task/18104/stat : 18104 (bprolog) S 18026 18028 17660 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 183377172 191639552 20913 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1411.39
Current children cumulated vsize (KiB) 187148

[startup+1483.42 s]
/proc/loadavg: 2.03 2.01 2.03 3/84 18104
/proc/meminfo: memFree=1692192/2055920 swapFree=4192812/4192956
[pid=18028] ppid=18026 vsize=187148 CPUtime=1470.91
/proc/18028/stat : 18028 (bprolog) R 18026 18028 17660 0 -1 4194304 39657 0 0 0 147065 26 0 0 25 0 4 0 183241673 191639552 20913 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134627102 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/18028/statm: 46787 20913 179 90 0 46325 0
[pid=18028/tid=18030] ppid=18026 vsize=187148 CPUtime=0
/proc/18028/task/18030/stat : 18030 (bprolog) S 18026 18028 17660 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 183242143 191639552 20913 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=18028/tid=18103] ppid=18026 vsize=187148 CPUtime=0
/proc/18028/task/18103/stat : 18103 (bprolog) S 18026 18028 17660 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 183332159 191639552 20913 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=18028/tid=18104] ppid=18026 vsize=187148 CPUtime=0
/proc/18028/task/18104/stat : 18104 (bprolog) S 18026 18028 17660 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 183377172 191639552 20913 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1470.91
Current children cumulated vsize (KiB) 187148

[startup+1543.42 s]
/proc/loadavg: 2.01 2.00 2.02 3/84 18104
/proc/meminfo: memFree=1692128/2055920 swapFree=4192812/4192956
[pid=18028] ppid=18026 vsize=187148 CPUtime=1530.36
/proc/18028/stat : 18028 (bprolog) R 18026 18028 17660 0 -1 4194304 39658 0 0 0 153010 26 0 0 25 0 4 0 183241673 191639552 20914 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134664003 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/18028/statm: 46787 20914 179 90 0 46325 0
[pid=18028/tid=18030] ppid=18026 vsize=187148 CPUtime=0
/proc/18028/task/18030/stat : 18030 (bprolog) S 18026 18028 17660 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 183242143 191639552 20914 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=18028/tid=18103] ppid=18026 vsize=187148 CPUtime=0
/proc/18028/task/18103/stat : 18103 (bprolog) S 18026 18028 17660 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 183332159 191639552 20914 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=18028/tid=18104] ppid=18026 vsize=187148 CPUtime=0
/proc/18028/task/18104/stat : 18104 (bprolog) S 18026 18028 17660 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 183377172 191639552 20914 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1530.36
Current children cumulated vsize (KiB) 187148

[startup+1603.47 s]
/proc/loadavg: 2.00 2.00 2.02 3/84 18104
/proc/meminfo: memFree=1633056/2055920 swapFree=4192812/4192956
[pid=18028] ppid=18026 vsize=234100 CPUtime=1589.86
/proc/18028/stat : 18028 (bprolog) R 18026 18028 17660 0 -1 4194304 246533 0 0 0 158864 122 0 0 25 0 4 0 183241673 239718400 36144 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134856341 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/18028/statm: 58525 36144 179 90 0 58063 0
[pid=18028/tid=18030] ppid=18026 vsize=234100 CPUtime=0
/proc/18028/task/18030/stat : 18030 (bprolog) S 18026 18028 17660 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 183242143 239718400 36144 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=18028/tid=18103] ppid=18026 vsize=234100 CPUtime=0
/proc/18028/task/18103/stat : 18103 (bprolog) S 18026 18028 17660 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 183332159 239718400 36144 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=18028/tid=18104] ppid=18026 vsize=234100 CPUtime=0
/proc/18028/task/18104/stat : 18104 (bprolog) S 18026 18028 17660 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 183377172 239718400 36144 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1589.86
Current children cumulated vsize (KiB) 234100

[startup+1663.47 s]
/proc/loadavg: 2.00 2.00 2.01 3/84 18104
/proc/meminfo: memFree=1507808/2055920 swapFree=4192812/4192956
[pid=18028] ppid=18026 vsize=491916 CPUtime=1649.31
/proc/18028/stat : 18028 (bprolog) R 18026 18028 17660 0 -1 4194304 353589 0 0 0 164759 172 0 0 25 0 4 0 183241673 503721984 66742 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134661402 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/18028/statm: 122979 66742 179 90 0 122517 0
[pid=18028/tid=18030] ppid=18026 vsize=491916 CPUtime=0
/proc/18028/task/18030/stat : 18030 (bprolog) S 18026 18028 17660 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 183242143 503721984 66742 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=18028/tid=18103] ppid=18026 vsize=491916 CPUtime=0
/proc/18028/task/18103/stat : 18103 (bprolog) S 18026 18028 17660 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 183332159 503721984 66742 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=18028/tid=18104] ppid=18026 vsize=491916 CPUtime=0
/proc/18028/task/18104/stat : 18104 (bprolog) S 18026 18028 17660 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 183377172 503721984 66742 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1649.31
Current children cumulated vsize (KiB) 491916

[startup+1723.55 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 18104
/proc/meminfo: memFree=1507744/2055920 swapFree=4192812/4192956
[pid=18028] ppid=18026 vsize=491916 CPUtime=1708.84
/proc/18028/stat : 18028 (bprolog) R 18026 18028 17660 0 -1 4194304 353593 0 0 0 170712 172 0 0 25 0 4 0 183241673 503721984 66746 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134664572 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/18028/statm: 122979 66746 179 90 0 122517 0
[pid=18028/tid=18030] ppid=18026 vsize=491916 CPUtime=0
/proc/18028/task/18030/stat : 18030 (bprolog) S 18026 18028 17660 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 183242143 503721984 66746 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=18028/tid=18103] ppid=18026 vsize=491916 CPUtime=0
/proc/18028/task/18103/stat : 18103 (bprolog) S 18026 18028 17660 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 183332159 503721984 66746 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=18028/tid=18104] ppid=18026 vsize=491916 CPUtime=0
/proc/18028/task/18104/stat : 18104 (bprolog) S 18026 18028 17660 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 183377172 503721984 66746 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1708.84
Current children cumulated vsize (KiB) 491916

[startup+1783.59 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 18104
/proc/meminfo: memFree=1507744/2055920 swapFree=4192812/4192956
[pid=18028] ppid=18026 vsize=491916 CPUtime=1768.32
/proc/18028/stat : 18028 (bprolog) R 18026 18028 17660 0 -1 4194304 353596 0 0 0 176660 172 0 0 25 0 4 0 183241673 503721984 66749 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134661376 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/18028/statm: 122979 66749 179 90 0 122517 0
[pid=18028/tid=18030] ppid=18026 vsize=491916 CPUtime=0
/proc/18028/task/18030/stat : 18030 (bprolog) S 18026 18028 17660 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 183242143 503721984 66749 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=18028/tid=18103] ppid=18026 vsize=491916 CPUtime=0
/proc/18028/task/18103/stat : 18103 (bprolog) S 18026 18028 17660 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 183332159 503721984 66749 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=18028/tid=18104] ppid=18026 vsize=491916 CPUtime=0
/proc/18028/task/18104/stat : 18104 (bprolog) S 18026 18028 17660 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 183377172 503721984 66749 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1768.32
Current children cumulated vsize (KiB) 491916



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1815.58 s]
/proc/loadavg: 2.00 2.00 2.00 3/81 18104
/proc/meminfo: memFree=1507680/2055920 swapFree=4192812/4192956
[pid=18028] ppid=18026 vsize=491916 CPUtime=1800.01
/proc/18028/stat : 18028 (bprolog) R 18026 18028 17660 0 -1 4194304 353597 0 0 0 179829 172 0 0 25 0 1 0 183241673 503721984 66750 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134626955 0 0 4096 2 0 0 0 17 1 0 0
/proc/18028/statm: 122979 66750 180 90 0 122517 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 491916

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1815.63
CPU time (s): 1800.06
CPU user time (s): 1798.29
CPU system time (s): 1.77073
CPU usage (%): 99.1429
Max. virtual memory (cumulated for all children) (KiB): 616920

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.29
system time used= 1.77073
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 353597
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 13
involuntary context switches= 57152

runsolver used 2.06968 s user time and 5.2942 s system time

The end

Launcher Data (download as text)

Begin job on node62 on Tue Jan  9 13:13:24 UTC 2007


IDJOB= 237466
IDBENCH= 6943
FILE ID= node62/237466-1168348403

PBS_JOBID= 3503643

Free space on /tmp= 66539 MiB

BENCH NAME= HOME/pub/bench/CPAI06/haystacks/haystacks_52.xml
COMMAND LINE= /tmp/evaluation/237466-1168348403/Complete/Ordinary/solver /tmp/evaluation/237466-1168348403/unknown 1800
CONVERSION COMMAND LINE= runsolver -w ROOT/results/node62/convwatcher-237466-1168348403 -o ROOT/results/node62/conversion-237466-1168348403 -C 600 -M 900 /tmp/evaluation/237466-1168348403/Complete/Ordinary/conversion /tmp/evaluation/237466-1168348403/unknown
CONVERSION RUNSOLVER STATUS CODE= 0
CONVERSION STATUS CODE= 0

RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node62/watcher-237466-1168348403 -o ROOT/results/node62/solver-237466-1168348403 -C 1800 -M 900  /tmp/evaluation/237466-1168348403/Complete/Ordinary/solver /tmp/evaluation/237466-1168348403/unknown 1800

META MD5SUM SOLVER= b53ab06f245aa5e62684a7a0a4388ade
MD5SUM BENCH=  bfebe5df1905949972c2e283719f815b

RANDOM SEED= 362907502

TIME LIMIT= 1800 seconds

MEMORY LIMIT= 900 MiB


/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:       1843152 kB
Buffers:         12720 kB
Cached:         114372 kB
SwapCached:          0 kB
Active:          99156 kB
Inactive:        63472 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1843152 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            9216 kB
Writeback:           0 kB
Mapped:          46768 kB
Slab:            35440 kB
Committed_AS:  4197080 kB
PageTables:       1880 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66544 MiB



End job on node62 on Tue Jan  9 13:44:15 UTC 2007