Trace number 198488

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
sugar 0.40? (TO) 1800.08 1801.7

General information on the benchmark

Namepigeons/
pigeons-45.xml
MD5SUMc22220f0066a10d534b4ab30e1dfa583
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 variables45
Number of constraints990
Maximum constraint arity2
Maximum domain size44
Number of constraints which are defined in extension0
Number of constraints which are defined in intension990
Global constraints used (with number of constraints)

Solver Data (download as text)

0.04	c # Sugar v0-40 (/tmp/evaluation/198488-1170093882/sugar-v0-40.jar)
0.04	
0.04	c # MAIN  BEGIN : /tmp/evaluation/198488-1170093882/unknown.xml [Mon Jan 29 19:04:43 2007]
0.04	c # CONVERT_XML  BEGIN : /tmp/evaluation/198488-1170093882/unknown.xml /tmp/evaluation/198488-1170093882/sugar24953.csp [Mon Jan 29 19:04:43 2007]
0.04	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/198488-1170093882/sugar-v0-40.jar -convert /tmp/evaluation/198488-1170093882/unknown.xml /tmp/evaluation/198488-1170093882/sugar24953.csp
0.15	c BEGIN convert /tmp/evaluation/198488-1170093882/unknown.xml
0.49	c END convert (0.345132 seconds)
0.53	c # CONVERT_XML  END : /tmp/evaluation/198488-1170093882/sugar24953.csp 14175 bytes (0 seconds) [Mon Jan 29 19:04:43 2007]
0.53	c # CONVERT_XML  CPU : 0.46 = 0 + 0.01 + 0.41 + 0.04
0.53	
0.53	c # GENERATE_SAT  BEGIN : /tmp/evaluation/198488-1170093882/sugar24953.bcnf [Mon Jan 29 19:04:43 2007]
0.53	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/198488-1170093882/sugar-v0-40.jar -bcnf -map /tmp/evaluation/198488-1170093882/sugar24953.map /tmp/evaluation/198488-1170093882/sugar24953.csp /tmp/evaluation/198488-1170093882/sugar24953.bcnf
0.64	c BEGIN parse /tmp/evaluation/198488-1170093882/sugar24953.csp
0.93	c END parse (0.291641 seconds)
0.93	c BEGIN simplify
0.96	c END simplify (0.025211 seconds)
0.96	c BEGIN encode /tmp/evaluation/198488-1170093882/sugar24953.bcnf
1.11	c END encode (0.150032 seconds)
1.14	c # GENERATE_SAT  END : 3915 variables 90000 clauses 1412664 bytes (1 seconds) [Mon Jan 29 19:04:44 2007]
1.14	c # GENERATE_SAT  CPU : 0.6 = 0.02 + 0 + 0.53 + 0.05
1.14	
1.14	c # SOLVE_SAT  BEGIN : /tmp/evaluation/198488-1170093882/sugar24953.bcnf [Mon Jan 29 19:04:44 2007]
1.14	c # CMD : /tmp/evaluation/198488-1170093882/minisat /tmp/evaluation/198488-1170093882/sugar24953.bcnf /tmp/evaluation/198488-1170093882/sugar24953.out
1.19	c ==================================[MINISAT]===================================
1.19	c | Conflicts |     ORIGINAL     |              LEARNT              | Progress |
1.19	c |           | Clauses Literals |   Limit Clauses Literals  Lit/Cl |          |
1.19	c ==============================================================================
1.19	c |         0 |   90000   263160 |   30000       0        0     nan |  0.000 % |
1.22	c |       100 |   90000   263160 |   33000     100      741     7.4 |  0.000 % |
1.23	c |       251 |   90000   263160 |   36300     251     2262     9.0 |  0.000 % |
1.26	c |       476 |   90000   263160 |   39930     476     5075    10.7 |  0.000 % |
1.28	c |       813 |   90000   263160 |   43923     813     7789     9.6 |  0.000 % |
1.31	c |      1319 |   90000   263160 |   48315    1319    13189    10.0 |  0.000 % |
1.34	c |      2080 |   90000   263160 |   53146    2080    20916    10.1 |  0.000 % |
1.38	c |      3220 |   90000   263160 |   58461    3220    31322     9.7 |  0.000 % |
1.46	c |      4930 |   90000   263160 |   64307    4930    47002     9.5 |  0.000 % |
1.57	c |      7492 |   90000   263160 |   70738    7492    72895     9.7 |  0.000 % |
1.75	c |     11336 |   90000   263160 |   77812   11336   117672    10.4 |  0.000 % |
2.13	c |     17104 |   90000   263160 |   85593   17104   193880    11.3 |  0.000 % |
2.61	c |     25753 |   90000   263160 |   94152   25753   282382    11.0 |  0.000 % |
3.94	c |     38728 |   90000   263160 |  103568   38728   544497    14.1 |  0.000 % |
6.38	c |     58189 |   90000   263160 |  113924   58189   832314    14.3 |  0.000 % |
10.50	c |     87382 |   90000   263160 |  125317   87382  1209713    13.8 |  0.000 % |
18.89	c |    131172 |   90000   263160 |  137849   17415   247815    14.2 |  0.000 % |
34.35	c |    196857 |   90000   263160 |  151634   83100  1179457    14.2 |  0.000 % |
64.59	c |    295383 |   90000   263160 |  166797   43489   976830    22.5 |  0.000 % |
128.28	c |    443172 |   90000   263160 |  183477   38113   628589    16.5 |  0.000 % |
207.63	c |    664856 |   90000   263160 |  201824   88928  1427014    16.0 |  0.000 % |
448.22	c |    997381 |   90000   263160 |  222007   45503   749954    16.5 |  0.000 % |
869.94	c |   1496170 |   90000   263160 |  244208  132653  2408659    18.2 |  0.000 % |
1497.37	c |   2244352 |   90000   263160 |  268629  191003  3471640    18.2 |  0.000 % |
1800.69	
1800.69	s UNKNOWN
1800.69	c # INTERRUPTED
1800.69	c # MAIN  END :  (1800 seconds) [Mon Jan 29 19:34:43 2007]
1800.69	c # MAIN  CPU : 1.06 = 0.02 + 0.01 + 0.94 + 0.09
1800.69	

Verifier Data (download as text)

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

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node76/watcher-198488-1170093882 -o ROOT/results/node76/solver-198488-1170093882 -C 1800 -M 900 /tmp/evaluation/198488-1170093882/solver /tmp/evaluation/198488-1170093882 /tmp/evaluation/198488-1170093882/unknown.xml 

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.44 2.88 2.37 5/79 24954
/proc/meminfo: memFree=1914336/2055888 swapFree=4096564/4096564
[pid=24953] ppid=24951 vsize=13728 CPUtime=0.03
/proc/24953/stat : 24953 (sugar) S 24951 24953 24685 0 -1 4194304 1106 0 0 0 2 1 0 0 16 0 1 0 29346583 14057472 802 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 206852632722 0 0 4224 16386 18446744071563651996 0 0 17 0 0 0
/proc/24953/statm: 3432 802 365 3 0 531 0
[pid=24955] ppid=24953 vsize=1788 CPUtime=0
/proc/24955/stat : 24955 (java) D 24953 24953 24685 0 -1 0 372 0 0 0 0 0 0 0 18 0 1 0 29346587 1830912 162 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4817844 0 2147483391 4096 0 18446744072100015398 0 0 17 0 0 0
/proc/24955/statm: 447 162 126 14 0 91 0

[startup+0.102895 s]
/proc/loadavg: 2.44 2.88 2.37 5/79 24954
/proc/meminfo: memFree=1914336/2055888 swapFree=4096564/4096564
[pid=24953] ppid=24951 vsize=13728 CPUtime=0.03
/proc/24953/stat : 24953 (sugar) S 24951 24953 24685 0 -1 4194304 1106 0 0 0 2 1 0 0 16 0 1 0 29346583 14057472 802 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 206852632722 0 0 4224 16386 18446744071563651996 0 0 17 0 0 0
/proc/24953/statm: 3432 802 365 3 0 531 0
[pid=24955] ppid=24953 vsize=802980 CPUtime=0.05
/proc/24955/stat : 24955 (java) R 24953 24953 24685 0 -1 0 2209 0 1 0 4 1 0 0 21 0 4 0 29346587 822251520 1961 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4072922866 0 4 0 23755 18446744073709551615 0 0 17 0 0 0
/proc/24955/statm: 200745 1961 1226 14 0 188327 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 816708

[startup+0.514938 s]
/proc/loadavg: 2.44 2.88 2.37 5/79 24954
/proc/meminfo: memFree=1914336/2055888 swapFree=4096564/4096564
[pid=24953] ppid=24951 vsize=13728 CPUtime=0.03
/proc/24953/stat : 24953 (sugar) S 24951 24953 24685 0 -1 4194304 1115 0 0 0 2 1 0 0 16 0 1 0 29346583 14057472 802 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 206852632722 0 0 4224 16386 18446744071563651996 0 0 17 0 0 0
/proc/24953/statm: 3432 802 365 3 0 531 0
[pid=24955] ppid=24953 vsize=807144 CPUtime=0.44
/proc/24955/stat : 24955 (java) S 24953 24953 24685 0 -1 0 4215 0 1 0 41 3 0 0 24 0 8 0 29346587 826515456 3966 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/24955/statm: 201786 3966 1685 14 0 189063 0
Current children cumulated CPU time (s) 0.47
Current children cumulated vsize (KiB) 820872

[startup+1.35904 s]
/proc/loadavg: 2.44 2.88 2.37 4/80 24971
/proc/meminfo: memFree=1909784/2055888 swapFree=4096564/4096564
[pid=24953] ppid=24951 vsize=14840 CPUtime=1.08
/proc/24953/stat : 24953 (sugar) S 24951 24953 24685 0 -1 4194304 1571 11791 0 2 4 1 94 9 15 0 1 0 29346583 15196160 1085 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 206852632722 0 0 4224 16386 18446744071563651996 0 0 17 1 0 0
/proc/24953/statm: 3710 1085 373 3 0 809 0
[pid=24971] ppid=24953 vsize=5880 CPUtime=0.2
/proc/24971/stat : 24971 (minisat) R 24953 24953 24685 0 -1 0 1483 0 0 0 20 0 0 0 19 0 1 0 29346698 6021120 1123 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134525748 0 0 4096 3 0 0 0 17 1 0 0
/proc/24971/statm: 1470 1123 52 112 0 1354 0
Current children cumulated CPU time (s) 1.28
Current children cumulated vsize (KiB) 20720

[startup+2.99924 s]
/proc/loadavg: 2.44 2.88 2.37 3/80 24971
/proc/meminfo: memFree=1904088/2055888 swapFree=4096564/4096564
[pid=24953] ppid=24951 vsize=14840 CPUtime=1.08
/proc/24953/stat : 24953 (sugar) S 24951 24953 24685 0 -1 4194304 1571 11791 0 2 4 1 94 9 15 0 1 0 29346583 15196160 1085 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 206852632722 0 0 4224 16386 18446744071563651996 0 0 17 1 0 0
/proc/24953/statm: 3710 1085 373 3 0 809 0
[pid=24971] ppid=24953 vsize=8232 CPUtime=1.84
/proc/24971/stat : 24971 (minisat) R 24953 24953 24685 0 -1 0 2042 0 0 0 184 0 0 0 25 0 1 0 29346698 8429568 1682 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/24971/statm: 2058 1682 52 112 0 1942 0
Current children cumulated CPU time (s) 2.92
Current children cumulated vsize (KiB) 23072

[startup+6.27762 s]
/proc/loadavg: 2.41 2.87 2.36 3/80 24971
/proc/meminfo: memFree=1900504/2055888 swapFree=4096564/4096564
[pid=24953] ppid=24951 vsize=14840 CPUtime=1.08
/proc/24953/stat : 24953 (sugar) S 24951 24953 24685 0 -1 4194304 1571 11791 0 2 4 1 94 9 16 0 1 0 29346583 15196160 1085 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 206852632722 0 0 4224 16386 18446744071563651996 0 0 17 1 0 0
/proc/24953/statm: 3710 1085 373 3 0 809 0
[pid=24971] ppid=24953 vsize=11088 CPUtime=5.12
/proc/24971/stat : 24971 (minisat) R 24953 24953 24685 0 -1 0 2781 0 0 0 511 1 0 0 25 0 1 0 29346698 11354112 2421 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/24971/statm: 2772 2421 52 112 0 2656 0
Current children cumulated CPU time (s) 6.2
Current children cumulated vsize (KiB) 25928

[startup+12.7464 s]
/proc/loadavg: 2.37 2.85 2.36 3/80 24971
/proc/meminfo: memFree=1895704/2055888 swapFree=4096564/4096564
[pid=24953] ppid=24951 vsize=14840 CPUtime=1.08
/proc/24953/stat : 24953 (sugar) S 24951 24953 24685 0 -1 4194304 1571 11791 0 2 4 1 94 9 16 0 1 0 29346583 15196160 1085 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 206852632722 0 0 4224 16386 18446744071563651996 0 0 17 1 0 0
/proc/24953/statm: 3710 1085 373 3 0 809 0
[pid=24971] ppid=24953 vsize=15772 CPUtime=11.58
/proc/24971/stat : 24971 (minisat) R 24953 24953 24685 0 -1 0 3911 0 0 0 1156 2 0 0 25 0 1 0 29346698 16150528 3551 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528342 0 0 4096 3 0 0 0 17 1 0 0
/proc/24971/statm: 3943 3551 52 112 0 3827 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 30612

[startup+25.5669 s]
/proc/loadavg: 2.29 2.81 2.35 3/80 24971
/proc/meminfo: memFree=1892376/2055888 swapFree=4096564/4096564
[pid=24953] ppid=24951 vsize=14840 CPUtime=1.08
/proc/24953/stat : 24953 (sugar) S 24951 24953 24685 0 -1 4194304 1571 11791 0 2 4 1 94 9 16 0 1 0 29346583 15196160 1085 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 206852632722 0 0 4224 16386 18446744071563651996 0 0 17 1 0 0
/proc/24953/statm: 3710 1085 373 3 0 809 0
[pid=24971] ppid=24953 vsize=17784 CPUtime=24.4
/proc/24971/stat : 24971 (minisat) R 24953 24953 24685 0 -1 0 4446 0 0 0 2437 3 0 0 25 0 1 0 29346698 18210816 4086 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/24971/statm: 4446 4086 52 112 0 4330 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 32624

[startup+51.2269 s]
/proc/loadavg: 2.19 2.75 2.35 3/80 24971
/proc/meminfo: memFree=1887128/2055888 swapFree=4096564/4096564
[pid=24953] ppid=24951 vsize=14840 CPUtime=1.08
/proc/24953/stat : 24953 (sugar) S 24951 24953 24685 0 -1 4194304 1571 11791 0 2 4 1 94 9 16 0 1 0 29346583 15196160 1085 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 206852632722 0 0 4224 16386 18446744071563651996 0 0 17 1 0 0
/proc/24953/statm: 3710 1085 373 3 0 809 0
[pid=24971] ppid=24953 vsize=22612 CPUtime=50.05
/proc/24971/stat : 24971 (minisat) R 24953 24953 24685 0 -1 0 5579 0 0 0 5001 4 0 0 25 0 1 0 29346698 23154688 5219 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528549 0 0 4096 3 0 0 0 17 1 0 0
/proc/24971/statm: 5653 5219 52 112 0 5537 0
Current children cumulated CPU time (s) 51.13
Current children cumulated vsize (KiB) 37452

[startup+102.438 s]
/proc/loadavg: 2.08 2.63 2.33 3/80 24971
/proc/meminfo: memFree=1882392/2055888 swapFree=4096564/4096564
[pid=24953] ppid=24951 vsize=14840 CPUtime=1.08
/proc/24953/stat : 24953 (sugar) S 24951 24953 24685 0 -1 4194304 1571 11791 0 2 4 1 94 9 16 0 1 0 29346583 15196160 1085 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 206852632722 0 0 4224 16386 18446744071563651996 0 0 17 1 0 0
/proc/24953/statm: 3710 1085 373 3 0 809 0
[pid=24971] ppid=24953 vsize=25896 CPUtime=101.25
/proc/24971/stat : 24971 (minisat) R 24953 24953 24685 0 -1 0 6358 0 0 0 10120 5 0 0 25 0 1 0 29346698 26517504 5998 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/24971/statm: 6474 5998 52 112 0 6358 0
Current children cumulated CPU time (s) 102.33
Current children cumulated vsize (KiB) 40736

[startup+162.478 s]
/proc/loadavg: 2.03 2.51 2.30 3/80 24971
/proc/meminfo: memFree=1877592/2055888 swapFree=4096564/4096564
[pid=24953] ppid=24951 vsize=14840 CPUtime=1.08
/proc/24953/stat : 24953 (sugar) S 24951 24953 24685 0 -1 4194304 1571 11791 0 2 4 1 94 9 16 0 1 0 29346583 15196160 1085 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 206852632722 0 0 4224 16386 18446744071563651996 0 0 17 1 0 0
/proc/24953/statm: 3710 1085 373 3 0 809 0
[pid=24971] ppid=24953 vsize=29072 CPUtime=161.28
/proc/24971/stat : 24971 (minisat) R 24953 24953 24685 0 -1 0 7148 0 0 0 16122 6 0 0 25 0 1 0 29346698 29769728 6788 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/24971/statm: 7268 6788 52 112 0 7152 0
Current children cumulated CPU time (s) 162.36
Current children cumulated vsize (KiB) 43912

[startup+222.521 s]
/proc/loadavg: 2.01 2.42 2.28 3/80 24971
/proc/meminfo: memFree=1872152/2055888 swapFree=4096564/4096564
[pid=24953] ppid=24951 vsize=14840 CPUtime=1.08
/proc/24953/stat : 24953 (sugar) S 24951 24953 24685 0 -1 4194304 1571 11791 0 2 4 1 94 9 16 0 1 0 29346583 15196160 1085 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 206852632722 0 0 4224 16386 18446744071563651996 0 0 17 1 0 0
/proc/24953/statm: 3710 1085 373 3 0 809 0
[pid=24971] ppid=24953 vsize=33164 CPUtime=221.3
/proc/24971/stat : 24971 (minisat) R 24953 24953 24685 0 -1 0 8167 0 0 0 22123 7 0 0 25 0 1 0 29346698 33959936 7807 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/24971/statm: 8291 7807 52 112 0 8175 0
Current children cumulated CPU time (s) 222.38
Current children cumulated vsize (KiB) 48004

[startup+282.566 s]
/proc/loadavg: 2.03 2.35 2.26 3/80 24971
/proc/meminfo: memFree=1868248/2055888 swapFree=4096564/4096564
[pid=24953] ppid=24951 vsize=14840 CPUtime=1.08
/proc/24953/stat : 24953 (sugar) S 24951 24953 24685 0 -1 4194304 1571 11791 0 2 4 1 94 9 16 0 1 0 29346583 15196160 1085 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 206852632722 0 0 4224 16386 18446744071563651996 0 0 17 1 0 0
/proc/24953/statm: 3710 1085 373 3 0 809 0
[pid=24971] ppid=24953 vsize=35112 CPUtime=281.33
/proc/24971/stat : 24971 (minisat) R 24953 24953 24685 0 -1 0 8665 0 0 0 28126 7 0 0 25 0 1 0 29346698 35954688 8305 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/24971/statm: 8778 8305 52 112 0 8662 0
Current children cumulated CPU time (s) 282.41
Current children cumulated vsize (KiB) 49952

[startup+342.613 s]
/proc/loadavg: 2.01 2.28 2.25 3/80 24971
/proc/meminfo: memFree=1865560/2055888 swapFree=4096564/4096564
[pid=24953] ppid=24951 vsize=14840 CPUtime=1.08
/proc/24953/stat : 24953 (sugar) S 24951 24953 24685 0 -1 4194304 1571 11791 0 2 4 1 94 9 16 0 1 0 29346583 15196160 1085 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 206852632722 0 0 4224 16386 18446744071563651996 0 0 17 1 0 0
/proc/24953/statm: 3710 1085 373 3 0 809 0
[pid=24971] ppid=24953 vsize=36280 CPUtime=341.36
/proc/24971/stat : 24971 (minisat) R 24953 24953 24685 0 -1 0 8908 0 0 0 34129 7 0 0 25 0 1 0 29346698 37150720 8548 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528438 0 0 4096 3 0 0 0 17 1 0 0
/proc/24971/statm: 9070 8548 52 112 0 8954 0
Current children cumulated CPU time (s) 342.44
Current children cumulated vsize (KiB) 51120

[startup+402.659 s]
/proc/loadavg: 2.00 2.23 2.23 3/80 24971
/proc/meminfo: memFree=1864856/2055888 swapFree=4096564/4096564
[pid=24953] ppid=24951 vsize=14840 CPUtime=1.08
/proc/24953/stat : 24953 (sugar) S 24951 24953 24685 0 -1 4194304 1571 11791 0 2 4 1 94 9 16 0 1 0 29346583 15196160 1085 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 206852632722 0 0 4224 16386 18446744071563651996 0 0 17 1 0 0
/proc/24953/statm: 3710 1085 373 3 0 809 0
[pid=24971] ppid=24953 vsize=36764 CPUtime=401.39
/proc/24971/stat : 24971 (minisat) R 24953 24953 24685 0 -1 0 9056 0 0 0 40131 8 0 0 25 0 1 0 29346698 37646336 8696 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/24971/statm: 9191 8696 52 112 0 9075 0
Current children cumulated CPU time (s) 402.47
Current children cumulated vsize (KiB) 51604

[startup+462.704 s]
/proc/loadavg: 2.00 2.19 2.21 3/80 24971
/proc/meminfo: memFree=1861208/2055888 swapFree=4096564/4096564
[pid=24953] ppid=24951 vsize=14840 CPUtime=1.08
/proc/24953/stat : 24953 (sugar) S 24951 24953 24685 0 -1 4194304 1571 11791 0 2 4 1 94 9 16 0 1 0 29346583 15196160 1085 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 206852632722 0 0 4224 16386 18446744071563651996 0 0 17 1 0 0
/proc/24953/statm: 3710 1085 373 3 0 809 0
[pid=24971] ppid=24953 vsize=38936 CPUtime=461.42
/proc/24971/stat : 24971 (minisat) R 24953 24953 24685 0 -1 0 9538 0 0 0 46134 8 0 0 25 0 1 0 29346698 39870464 9178 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/24971/statm: 9734 9178 52 112 0 9618 0
Current children cumulated CPU time (s) 462.5
Current children cumulated vsize (KiB) 53776

[startup+522.749 s]

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

/proc/loadavg: 2.01 2.02 2.09 3/80 24971
/proc/meminfo: memFree=1843160/2055888 swapFree=4096564/4096564
[pid=24953] ppid=24951 vsize=14840 CPUtime=1.08
/proc/24953/stat : 24953 (sugar) S 24951 24953 24685 0 -1 4194304 1571 11791 0 2 4 1 94 9 16 0 1 0 29346583 15196160 1085 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 206852632722 0 0 4224 16386 18446744071563651996 0 0 17 1 0 0
/proc/24953/statm: 3710 1085 373 3 0 809 0
[pid=24971] ppid=24953 vsize=52612 CPUtime=1121.74
/proc/24971/stat : 24971 (minisat) R 24953 24953 24685 0 -1 0 12663 0 0 0 112162 12 0 0 25 0 1 0 29346698 53874688 12303 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/24971/statm: 13153 12303 52 112 0 13037 0
Current children cumulated CPU time (s) 1122.82
Current children cumulated vsize (KiB) 67452

[startup+1183.25 s]
/proc/loadavg: 2.00 2.02 2.08 3/80 24971
/proc/meminfo: memFree=1839960/2055888 swapFree=4096564/4096564
[pid=24953] ppid=24951 vsize=14840 CPUtime=1.08
/proc/24953/stat : 24953 (sugar) S 24951 24953 24685 0 -1 4194304 1571 11791 0 2 4 1 94 9 16 0 1 0 29346583 15196160 1085 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 206852632722 0 0 4224 16386 18446744071563651996 0 0 17 1 0 0
/proc/24953/statm: 3710 1085 373 3 0 809 0
[pid=24971] ppid=24953 vsize=53656 CPUtime=1181.77
/proc/24971/stat : 24971 (minisat) R 24953 24953 24685 0 -1 0 12911 0 0 0 118165 12 0 0 25 0 1 0 29346698 54943744 12551 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/24971/statm: 13414 12551 52 112 0 13298 0
Current children cumulated CPU time (s) 1182.85
Current children cumulated vsize (KiB) 68496

[startup+1243.31 s]
/proc/loadavg: 2.00 2.01 2.07 3/80 24971
/proc/meminfo: memFree=1838488/2055888 swapFree=4096564/4096564
[pid=24953] ppid=24951 vsize=14840 CPUtime=1.08
/proc/24953/stat : 24953 (sugar) S 24951 24953 24685 0 -1 4194304 1571 11791 0 2 4 1 94 9 16 0 1 0 29346583 15196160 1085 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 206852632722 0 0 4224 16386 18446744071563651996 0 0 17 1 0 0
/proc/24953/statm: 3710 1085 373 3 0 809 0
[pid=24971] ppid=24953 vsize=54012 CPUtime=1241.81
/proc/24971/stat : 24971 (minisat) R 24953 24953 24685 0 -1 0 13007 0 0 0 124169 12 0 0 25 0 1 0 29346698 55308288 12647 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/24971/statm: 13503 12647 52 112 0 13387 0
Current children cumulated CPU time (s) 1242.89
Current children cumulated vsize (KiB) 68852

[startup+1303.36 s]
/proc/loadavg: 2.00 2.01 2.07 3/80 24971
/proc/meminfo: memFree=1837912/2055888 swapFree=4096564/4096564
[pid=24953] ppid=24951 vsize=14840 CPUtime=1.08
/proc/24953/stat : 24953 (sugar) S 24951 24953 24685 0 -1 4194304 1571 11791 0 2 4 1 94 9 16 0 1 0 29346583 15196160 1085 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 206852632722 0 0 4224 16386 18446744071563651996 0 0 17 1 0 0
/proc/24953/statm: 3710 1085 373 3 0 809 0
[pid=24971] ppid=24953 vsize=54612 CPUtime=1301.84
/proc/24971/stat : 24971 (minisat) R 24953 24953 24685 0 -1 0 13117 0 0 0 130172 12 0 0 25 0 1 0 29346698 55922688 12757 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/24971/statm: 13653 12757 52 112 0 13537 0
Current children cumulated CPU time (s) 1302.92
Current children cumulated vsize (KiB) 69452

[startup+1363.41 s]
/proc/loadavg: 2.00 2.00 2.06 3/80 24971
/proc/meminfo: memFree=1837016/2055888 swapFree=4096564/4096564
[pid=24953] ppid=24951 vsize=14840 CPUtime=1.08
/proc/24953/stat : 24953 (sugar) S 24951 24953 24685 0 -1 4194304 1571 11791 0 2 4 1 94 9 16 0 1 0 29346583 15196160 1085 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 206852632722 0 0 4224 16386 18446744071563651996 0 0 17 1 0 0
/proc/24953/statm: 3710 1085 373 3 0 809 0
[pid=24971] ppid=24953 vsize=54988 CPUtime=1361.87
/proc/24971/stat : 24971 (minisat) R 24953 24953 24685 0 -1 0 13224 0 0 0 136175 12 0 0 25 0 1 0 29346698 56307712 12864 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/24971/statm: 13747 12864 52 112 0 13631 0
Current children cumulated CPU time (s) 1362.95
Current children cumulated vsize (KiB) 69828

[startup+1423.46 s]
/proc/loadavg: 2.00 2.00 2.06 3/80 24971
/proc/meminfo: memFree=1836312/2055888 swapFree=4096564/4096564
[pid=24953] ppid=24951 vsize=14840 CPUtime=1.08
/proc/24953/stat : 24953 (sugar) S 24951 24953 24685 0 -1 4194304 1571 11791 0 2 4 1 94 9 16 0 1 0 29346583 15196160 1085 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 206852632722 0 0 4224 16386 18446744071563651996 0 0 17 1 0 0
/proc/24953/statm: 3710 1085 373 3 0 809 0
[pid=24971] ppid=24953 vsize=55152 CPUtime=1421.91
/proc/24971/stat : 24971 (minisat) R 24953 24953 24685 0 -1 0 13259 0 0 0 142179 12 0 0 25 0 1 0 29346698 56475648 12899 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/24971/statm: 13788 12899 52 112 0 13672 0
Current children cumulated CPU time (s) 1422.99
Current children cumulated vsize (KiB) 69992

[startup+1483.5 s]
/proc/loadavg: 2.00 2.00 2.05 3/80 24971
/proc/meminfo: memFree=1835160/2055888 swapFree=4096564/4096564
[pid=24953] ppid=24951 vsize=14840 CPUtime=1.08
/proc/24953/stat : 24953 (sugar) S 24951 24953 24685 0 -1 4194304 1571 11791 0 2 4 1 94 9 16 0 1 0 29346583 15196160 1085 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 206852632722 0 0 4224 16386 18446744071563651996 0 0 17 1 0 0
/proc/24953/statm: 3710 1085 373 3 0 809 0
[pid=24971] ppid=24953 vsize=55692 CPUtime=1481.94
/proc/24971/stat : 24971 (minisat) R 24953 24953 24685 0 -1 0 13352 0 0 0 148182 12 0 0 25 0 1 0 29346698 57028608 12992 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/24971/statm: 13923 12992 52 112 0 13807 0
Current children cumulated CPU time (s) 1483.02
Current children cumulated vsize (KiB) 70532

[startup+1543.55 s]
/proc/loadavg: 2.00 2.00 2.04 3/80 24971
/proc/meminfo: memFree=1832856/2055888 swapFree=4096564/4096564
[pid=24953] ppid=24951 vsize=14840 CPUtime=1.08
/proc/24953/stat : 24953 (sugar) S 24951 24953 24685 0 -1 4194304 1571 11791 0 2 4 1 94 9 16 0 1 0 29346583 15196160 1085 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 206852632722 0 0 4224 16386 18446744071563651996 0 0 17 1 0 0
/proc/24953/statm: 3710 1085 373 3 0 809 0
[pid=24971] ppid=24953 vsize=57848 CPUtime=1541.97
/proc/24971/stat : 24971 (minisat) R 24953 24953 24685 0 -1 0 13917 0 0 0 154184 13 0 0 25 0 1 0 29346698 59236352 13557 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/24971/statm: 14462 13557 52 112 0 14346 0
Current children cumulated CPU time (s) 1543.05
Current children cumulated vsize (KiB) 72688

[startup+1603.6 s]
/proc/loadavg: 2.00 2.00 2.04 3/80 24971
/proc/meminfo: memFree=1831192/2055888 swapFree=4096564/4096564
[pid=24953] ppid=24951 vsize=14840 CPUtime=1.08
/proc/24953/stat : 24953 (sugar) S 24951 24953 24685 0 -1 4194304 1571 11791 0 2 4 1 94 9 16 0 1 0 29346583 15196160 1085 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 206852632722 0 0 4224 16386 18446744071563651996 0 0 17 1 0 0
/proc/24953/statm: 3710 1085 373 3 0 809 0
[pid=24971] ppid=24953 vsize=59280 CPUtime=1602
/proc/24971/stat : 24971 (minisat) R 24953 24953 24685 0 -1 0 14235 0 0 0 160187 13 0 0 25 0 1 0 29346698 60702720 13875 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/24971/statm: 14820 13875 52 112 0 14704 0
Current children cumulated CPU time (s) 1603.08
Current children cumulated vsize (KiB) 74120

[startup+1663.65 s]
/proc/loadavg: 2.00 2.00 2.03 3/80 24971
/proc/meminfo: memFree=1830488/2055888 swapFree=4096564/4096564
[pid=24953] ppid=24951 vsize=14840 CPUtime=1.08
/proc/24953/stat : 24953 (sugar) S 24951 24953 24685 0 -1 4194304 1571 11791 0 2 4 1 94 9 16 0 1 0 29346583 15196160 1085 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 206852632722 0 0 4224 16386 18446744071563651996 0 0 17 1 0 0
/proc/24953/statm: 3710 1085 373 3 0 809 0
[pid=24971] ppid=24953 vsize=59816 CPUtime=1662.04
/proc/24971/stat : 24971 (minisat) R 24953 24953 24685 0 -1 0 14342 0 0 0 166191 13 0 0 25 0 1 0 29346698 61251584 13982 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/24971/statm: 14954 13982 52 112 0 14838 0
Current children cumulated CPU time (s) 1663.12
Current children cumulated vsize (KiB) 74656

[startup+1723.7 s]
/proc/loadavg: 2.00 2.00 2.03 3/80 24971
/proc/meminfo: memFree=1829592/2055888 swapFree=4096564/4096564
[pid=24953] ppid=24951 vsize=14840 CPUtime=1.08
/proc/24953/stat : 24953 (sugar) S 24951 24953 24685 0 -1 4194304 1571 11791 0 2 4 1 94 9 16 0 1 0 29346583 15196160 1085 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 206852632722 0 0 4224 16386 18446744071563651996 0 0 17 1 0 0
/proc/24953/statm: 3710 1085 373 3 0 809 0
[pid=24971] ppid=24953 vsize=60492 CPUtime=1722.07
/proc/24971/stat : 24971 (minisat) R 24953 24953 24685 0 -1 0 14496 0 0 0 172194 13 0 0 25 0 1 0 29346698 61943808 14136 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/24971/statm: 15123 14136 52 112 0 15007 0
Current children cumulated CPU time (s) 1723.15
Current children cumulated vsize (KiB) 75332

[startup+1783.74 s]
/proc/loadavg: 2.00 2.00 2.02 3/80 24971
/proc/meminfo: memFree=1828760/2055888 swapFree=4096564/4096564
[pid=24953] ppid=24951 vsize=14840 CPUtime=1.08
/proc/24953/stat : 24953 (sugar) S 24951 24953 24685 0 -1 4194304 1571 11791 0 2 4 1 94 9 16 0 1 0 29346583 15196160 1085 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 206852632722 0 0 4224 16386 18446744071563651996 0 0 17 1 0 0
/proc/24953/statm: 3710 1085 373 3 0 809 0
[pid=24971] ppid=24953 vsize=61404 CPUtime=1782.11
/proc/24971/stat : 24971 (minisat) R 24953 24953 24685 0 -1 0 14694 0 0 0 178197 14 0 0 25 0 1 0 29346698 62877696 14334 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/24971/statm: 15351 14334 52 112 0 15235 0
Current children cumulated CPU time (s) 1783.19
Current children cumulated vsize (KiB) 76244



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.68 s]
/proc/loadavg: 2.00 2.00 2.02 3/87 25035
/proc/meminfo: memFree=1774552/2055888 swapFree=4096564/4096564
[pid=24953] ppid=24951 vsize=14840 CPUtime=1.08
/proc/24953/stat : 24953 (sugar) S 24951 24953 24685 0 -1 4194304 1571 11791 0 2 4 1 94 9 16 0 1 0 29346583 15196160 1085 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 206852632722 0 0 4224 16386 18446744071563651996 0 0 17 1 0 0
/proc/24953/statm: 3710 1085 373 3 0 809 0
[pid=24971] ppid=24953 vsize=61404 CPUtime=1798.99
/proc/24971/stat : 24971 (minisat) R 24953 24953 24685 0 -1 0 14696 0 0 0 179885 14 0 0 25 0 1 0 29346698 62877696 14336 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/24971/statm: 15351 14336 52 112 0 15235 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 76244

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

Child status: 1

!!! problem with CPU time !!!
wait4(...,&childrusage) returns 24953 and gives childrusage.ru_utime.tv_sec=0 childrusage.ru_utime.tv_usec=989849 childrusage.ru_stime.tv_sec=0 childrusage.ru_stime.tv_usec=101984
CPU time returned by wait4() is 1.09183
while last known CPU time is 1800.08

Solver probably didn't/couldn't wait for its children
Using last known CPU time as value...

Real time (s): 1801.7
CPU time (s): 1800.08
CPU user time (s): 1799.83
CPU system time (s): 0.25
CPU usage (%): 99.9101
Max. virtual memory (cumulated for all children) (KiB): 820872

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.989849
system time used= 0.101984
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 13448
page faults= 2
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1280
involuntary context switches= 1181

runsolver used 1.91371 s user time and 4.55831 s system time

The end

Launcher Data (download as text)

Begin job on node76 on Mon Jan 29 18:04:43 UTC 2007


IDJOB= 198488
IDBENCH= 3558
IDSOLVER= 86
FILE ID= node76/198488-1170093882

PBS_JOBID= 3689639

Free space on /tmp= 66650 MiB

SOLVER NAME= sugar 0.40
BENCH NAME= HOME/pub/bench/CPAI06/pigeons/pigeons-45.xml
COMMAND LINE= /tmp/evaluation/198488-1170093882/solver /tmp/evaluation/198488-1170093882 /tmp/evaluation/198488-1170093882/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node76/watcher-198488-1170093882 -o ROOT/results/node76/solver-198488-1170093882 -C 1800 -M 900  /tmp/evaluation/198488-1170093882/solver /tmp/evaluation/198488-1170093882 /tmp/evaluation/198488-1170093882/unknown.xml

META MD5SUM SOLVER= 0a27e717dfe98d83d9802fe0eea45073
MD5SUM BENCH=  c22220f0066a10d534b4ab30e1dfa583

RANDOM SEED= 63085795

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.219
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	: 6006.18
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.219
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	: 5999.41
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055888 kB
MemFree:       1914816 kB
Buffers:         12328 kB
Cached:          55604 kB
SwapCached:          0 kB
Active:          58868 kB
Inactive:        38028 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055888 kB
LowFree:       1914816 kB
SwapTotal:     4096564 kB
SwapFree:      4096564 kB
Dirty:            2060 kB
Writeback:           0 kB
Mapped:          40156 kB
Slab:            29912 kB
Committed_AS:   420672 kB
PageTables:       1812 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264388 kB
VmallocChunk: 536606243 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66649 MiB



End job on node76 on Mon Jan 29 18:34:45 UTC 2007