Trace number 204278

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
CSPtoSAT+minisat 0.3? (TO) 1800.04 1808.49

General information on the benchmark

NamejobShop/jobShop-e0ddr1/
e0ddr1-10-by-5-3.xml
MD5SUMe1bd95f32daac3037b0684e39e147fe9
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.043992
SatisfiableYES
(Un)Satisfiability was provedYES
Number of variables50
Number of constraints265
Maximum constraint arity2
Maximum domain size114
Number of constraints which are defined in extension0
Number of constraints which are defined in intension265
Global constraints used (with number of constraints)

Solver Data (download as text)

0.01	c This is CSPtoSAT+minisat version 0.3
0.01	c (c) 2006 roussel@cril.univ-artois.fr
0.01	
0.01	c This solver internally uses a modified version of MiniSat2 version 061112
0.01	c MiniSat -- Copyright (c) 2003-2006, Niklas Een, Niklas Sorensson
0.01	
0.01	c parsing...
0.04	c ...done
0.04	c #SATvar=16162 #SATclauses=32170 #CSPpredicates=265

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/node21/watcher-204278-1168057832 -o ROOT/results/node21/solver-204278-1168057832 -C 1800 -M 900 /tmp/evaluation/204278-1168057832/CSPtoSAT+minisat /tmp/evaluation/204278-1168057832/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: 1.96 1.98 1.99 6/86 17415
/proc/meminfo: memFree=1174680/2055920 swapFree=4192812/4192956
[pid=17414] ppid=17412 vsize=9304 CPUtime=0.02
/proc/17414/stat : 17414 (CSPtoSAT+minisa) R 17412 17414 14559 0 -1 4194304 1394 0 0 0 2 0 0 0 18 0 1 0 154177704 9527296 1360 18446744073709551615 134512640 134728504 4294956624 18446744073709551615 134602634 0 0 4096 0 0 0 0 17 1 0 0
/proc/17414/statm: 2326 1360 704 52 0 694 0

[startup+0.103925 s]
/proc/loadavg: 1.96 1.98 1.99 6/86 17415
/proc/meminfo: memFree=1174680/2055920 swapFree=4192812/4192956
[pid=17414] ppid=17412 vsize=9140 CPUtime=0.09
/proc/17414/stat : 17414 (CSPtoSAT+minisa) R 17412 17414 14559 0 -1 4194304 1419 0 0 0 9 0 0 0 18 0 1 0 154177704 9359360 1361 18446744073709551615 134512640 134728504 4294956624 18446744073709551615 134678509 0 0 4096 0 0 0 0 17 1 0 0
/proc/17414/statm: 2285 1361 721 52 0 653 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9140

[startup+0.512001 s]
/proc/loadavg: 1.96 1.98 1.99 6/86 17415
/proc/meminfo: memFree=1174680/2055920 swapFree=4192812/4192956
[pid=17414] ppid=17412 vsize=9272 CPUtime=0.5
/proc/17414/stat : 17414 (CSPtoSAT+minisa) R 17412 17414 14559 0 -1 4194304 1436 0 0 0 50 0 0 0 22 0 1 0 154177704 9494528 1378 18446744073709551615 134512640 134728504 4294956624 18446744073709551615 134678509 0 0 4096 0 0 0 0 17 1 0 0
/proc/17414/statm: 2318 1378 721 52 0 686 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 9272

[startup+1.33316 s]
/proc/loadavg: 1.97 1.98 1.99 4/86 17415
/proc/meminfo: memFree=1171928/2055920 swapFree=4192812/4192956
[pid=17414] ppid=17412 vsize=9464 CPUtime=1.31
/proc/17414/stat : 17414 (CSPtoSAT+minisa) R 17412 17414 14559 0 -1 4194304 1467 0 0 0 131 0 0 0 25 0 1 0 154177704 9691136 1409 18446744073709551615 134512640 134728504 4294956624 18446744073709551615 134680549 0 0 4096 0 0 0 0 17 1 0 0
/proc/17414/statm: 2366 1409 721 52 0 734 0
Current children cumulated CPU time (s) 1.31
Current children cumulated vsize (KiB) 9464

[startup+2.97047 s]
/proc/loadavg: 1.97 1.98 1.99 4/86 17415
/proc/meminfo: memFree=1171800/2055920 swapFree=4192812/4192956
[pid=17414] ppid=17412 vsize=9464 CPUtime=2.94
/proc/17414/stat : 17414 (CSPtoSAT+minisa) R 17412 17414 14559 0 -1 4194304 1495 0 0 0 294 0 0 0 25 0 1 0 154177704 9691136 1437 18446744073709551615 134512640 134728504 4294956624 18446744073709551615 134680549 0 0 4096 0 0 0 0 17 1 0 0
/proc/17414/statm: 2366 1437 721 52 0 734 0
Current children cumulated CPU time (s) 2.94
Current children cumulated vsize (KiB) 9464

[startup+6.25609 s]
/proc/loadavg: 1.97 1.98 1.99 3/86 17415
/proc/meminfo: memFree=1171416/2055920 swapFree=4192812/4192956
[pid=17414] ppid=17412 vsize=9864 CPUtime=6.21
/proc/17414/stat : 17414 (CSPtoSAT+minisa) R 17412 17414 14559 0 -1 4194304 1566 0 0 0 621 0 0 0 25 0 1 0 154177704 10100736 1508 18446744073709551615 134512640 134728504 4294956624 18446744073709551615 134665637 0 0 4096 0 0 0 0 17 1 0 0
/proc/17414/statm: 2466 1508 721 52 0 834 0
Current children cumulated CPU time (s) 6.21
Current children cumulated vsize (KiB) 9864

[startup+12.7183 s]
/proc/loadavg: 1.97 1.98 1.99 3/86 17415
/proc/meminfo: memFree=1170904/2055920 swapFree=4192812/4192956
[pid=17414] ppid=17412 vsize=10272 CPUtime=12.64
/proc/17414/stat : 17414 (CSPtoSAT+minisa) R 17412 17414 14559 0 -1 4194304 1686 0 0 0 1264 0 0 0 25 0 1 0 154177704 10518528 1628 18446744073709551615 134512640 134728504 4294956624 18446744073709551615 134678254 0 0 4096 0 0 0 0 17 1 0 0
/proc/17414/statm: 2568 1628 721 52 0 936 0
Current children cumulated CPU time (s) 12.64
Current children cumulated vsize (KiB) 10272

[startup+25.5417 s]
/proc/loadavg: 1.97 1.98 1.99 3/86 17415
/proc/meminfo: memFree=1170008/2055920 swapFree=4192812/4192956
[pid=17414] ppid=17412 vsize=11240 CPUtime=25.41
/proc/17414/stat : 17414 (CSPtoSAT+minisa) R 17412 17414 14559 0 -1 4194304 1927 0 0 0 2540 1 0 0 25 0 1 0 154177704 11509760 1869 18446744073709551615 134512640 134728504 4294956624 18446744073709551615 8873595 0 0 4096 0 0 0 0 17 1 0 0
/proc/17414/statm: 2810 1869 721 52 0 1178 0
Current children cumulated CPU time (s) 25.41
Current children cumulated vsize (KiB) 11240

[startup+51.1846 s]
/proc/loadavg: 1.98 1.98 1.99 3/86 17415
/proc/meminfo: memFree=1169560/2055920 swapFree=4192812/4192956
[pid=17414] ppid=17412 vsize=11636 CPUtime=50.92
/proc/17414/stat : 17414 (CSPtoSAT+minisa) R 17412 17414 14559 0 -1 4194304 2013 0 0 0 5091 1 0 0 25 0 1 0 154177704 11915264 1955 18446744073709551615 134512640 134728504 4294956624 18446744073709551615 134687525 0 0 4096 0 0 0 0 17 1 0 0
/proc/17414/statm: 2909 1955 721 52 0 1277 0
Current children cumulated CPU time (s) 50.92
Current children cumulated vsize (KiB) 11636

[startup+102.469 s]
/proc/loadavg: 1.99 1.98 1.99 3/86 17415
/proc/meminfo: memFree=1169304/2055920 swapFree=4192812/4192956
[pid=17414] ppid=17412 vsize=11768 CPUtime=101.97
/proc/17414/stat : 17414 (CSPtoSAT+minisa) R 17412 17414 14559 0 -1 4194304 2058 0 0 0 10195 2 0 0 25 0 1 0 154177704 12050432 2000 18446744073709551615 134512640 134728504 4294956624 18446744073709551615 134687525 0 0 4096 0 0 0 0 17 1 0 0
/proc/17414/statm: 2942 2000 721 52 0 1310 0
Current children cumulated CPU time (s) 101.97
Current children cumulated vsize (KiB) 11768

[startup+162.477 s]
/proc/loadavg: 1.99 1.98 1.99 3/86 17415
/proc/meminfo: memFree=1169176/2055920 swapFree=4192812/4192956
[pid=17414] ppid=17412 vsize=11980 CPUtime=161.69
/proc/17414/stat : 17414 (CSPtoSAT+minisa) R 17412 17414 14559 0 -1 4194304 2087 0 0 0 16167 2 0 0 25 0 1 0 154177704 12267520 2029 18446744073709551615 134512640 134728504 4294956624 18446744073709551615 134687423 0 0 4096 0 0 0 0 17 1 0 0
/proc/17414/statm: 2995 2029 721 52 0 1363 0
Current children cumulated CPU time (s) 161.69
Current children cumulated vsize (KiB) 11980

[startup+222.483 s]
/proc/loadavg: 1.99 1.98 1.99 3/86 17415
/proc/meminfo: memFree=1169048/2055920 swapFree=4192812/4192956
[pid=17414] ppid=17412 vsize=11980 CPUtime=221.4
/proc/17414/stat : 17414 (CSPtoSAT+minisa) R 17412 17414 14559 0 -1 4194304 2101 0 0 0 22138 2 0 0 25 0 1 0 154177704 12267520 2043 18446744073709551615 134512640 134728504 4294956624 18446744073709551615 134687525 0 0 4096 0 0 0 0 17 1 0 0
/proc/17414/statm: 2995 2043 721 52 0 1363 0
Current children cumulated CPU time (s) 221.4
Current children cumulated vsize (KiB) 11980

[startup+282.49 s]
/proc/loadavg: 2.12 2.02 2.00 3/86 17415
/proc/meminfo: memFree=1168984/2055920 swapFree=4192812/4192956
[pid=17414] ppid=17412 vsize=11980 CPUtime=281.12
/proc/17414/stat : 17414 (CSPtoSAT+minisa) R 17412 17414 14559 0 -1 4194304 2113 0 0 0 28109 3 0 0 25 0 1 0 154177704 12267520 2055 18446744073709551615 134512640 134728504 4294956624 18446744073709551615 134687281 0 0 4096 0 0 0 0 17 1 0 0
/proc/17414/statm: 2995 2055 721 52 0 1363 0
Current children cumulated CPU time (s) 281.12
Current children cumulated vsize (KiB) 11980

[startup+342.503 s]
/proc/loadavg: 2.04 2.01 2.00 3/86 17415
/proc/meminfo: memFree=1168920/2055920 swapFree=4192812/4192956
[pid=17414] ppid=17412 vsize=12112 CPUtime=340.85
/proc/17414/stat : 17414 (CSPtoSAT+minisa) R 17412 17414 14559 0 -1 4194304 2122 0 0 0 34081 4 0 0 25 0 1 0 154177704 12402688 2064 18446744073709551615 134512640 134728504 4294956624 18446744073709551615 134687525 0 0 4096 0 0 0 0 17 1 0 0
/proc/17414/statm: 3028 2064 721 52 0 1396 0
Current children cumulated CPU time (s) 340.85
Current children cumulated vsize (KiB) 12112

[startup+402.512 s]
/proc/loadavg: 2.01 2.00 2.00 3/86 17415
/proc/meminfo: memFree=1168856/2055920 swapFree=4192812/4192956
[pid=17414] ppid=17412 vsize=12112 CPUtime=400.57
/proc/17414/stat : 17414 (CSPtoSAT+minisa) R 17412 17414 14559 0 -1 4194304 2131 0 0 0 40053 4 0 0 25 0 1 0 154177704 12402688 2073 18446744073709551615 134512640 134728504 4294956624 18446744073709551615 134687525 0 0 4096 0 0 0 0 17 1 0 0
/proc/17414/statm: 3028 2073 721 52 0 1396 0
Current children cumulated CPU time (s) 400.57
Current children cumulated vsize (KiB) 12112

[startup+462.519 s]
/proc/loadavg: 2.00 2.00 2.00 3/86 17415
/proc/meminfo: memFree=1168792/2055920 swapFree=4192812/4192956
[pid=17414] ppid=17412 vsize=12112 CPUtime=460.29
/proc/17414/stat : 17414 (CSPtoSAT+minisa) R 17412 17414 14559 0 -1 4194304 2137 0 0 0 46025 4 0 0 25 0 1 0 154177704 12402688 2079 18446744073709551615 134512640 134728504 4294956624 18446744073709551615 134687503 0 0 4096 0 0 0 0 17 1 0 0
/proc/17414/statm: 3028 2079 721 52 0 1396 0
Current children cumulated CPU time (s) 460.29
Current children cumulated vsize (KiB) 12112

[startup+522.531 s]
/proc/loadavg: 2.00 2.00 2.00 3/86 17415
/proc/meminfo: memFree=1168728/2055920 swapFree=4192812/4192956
[pid=17414] ppid=17412 vsize=12112 CPUtime=520.02
/proc/17414/stat : 17414 (CSPtoSAT+minisa) R 17412 17414 14559 0 -1 4194304 2143 0 0 0 51997 5 0 0 25 0 1 0 154177704 12402688 2085 18446744073709551615 134512640 134728504 4294956624 18446744073709551615 134687525 0 0 4096 0 0 0 0 17 1 0 0
/proc/17414/statm: 3028 2085 721 52 0 1396 0
Current children cumulated CPU time (s) 520.02
Current children cumulated vsize (KiB) 12112

[startup+582.537 s]
/proc/loadavg: 2.00 2.00 2.00 3/86 17415
/proc/meminfo: memFree=1168728/2055920 swapFree=4192812/4192956
[pid=17414] ppid=17412 vsize=12244 CPUtime=579.73
/proc/17414/stat : 17414 (CSPtoSAT+minisa) R 17412 17414 14559 0 -1 4194304 2150 0 0 0 57967 6 0 0 25 0 1 0 154177704 12537856 2092 18446744073709551615 134512640 134728504 4294956624 18446744073709551615 134687525 0 0 4096 0 0 0 0 17 1 0 0
/proc/17414/statm: 3061 2092 721 52 0 1429 0
Current children cumulated CPU time (s) 579.73
Current children cumulated vsize (KiB) 12244

[startup+642.544 s]
/proc/loadavg: 2.00 2.00 2.00 3/86 17415
/proc/meminfo: memFree=1168664/2055920 swapFree=4192812/4192956
[pid=17414] ppid=17412 vsize=12244 CPUtime=639.45
/proc/17414/stat : 17414 (CSPtoSAT+minisa) R 17412 17414 14559 0 -1 4194304 2155 0 0 0 63939 6 0 0 25 0 1 0 154177704 12537856 2097 18446744073709551615 134512640 134728504 4294956624 18446744073709551615 134687525 0 0 4096 0 0 0 0 17 1 0 0
/proc/17414/statm: 3061 2097 721 52 0 1429 0
Current children cumulated CPU time (s) 639.45
Current children cumulated vsize (KiB) 12244

[startup+702.553 s]
/proc/loadavg: 2.00 2.00 2.00 3/86 17415
/proc/meminfo: memFree=1168600/2055920 swapFree=4192812/4192956
[pid=17414] ppid=17412 vsize=12244 CPUtime=699.18
/proc/17414/stat : 17414 (CSPtoSAT+minisa) R 17412 17414 14559 0 -1 4194304 2161 0 0 0 69911 7 0 0 25 0 1 0 154177704 12537856 2103 18446744073709551615 134512640 134728504 4294956624 18446744073709551615 134687395 0 0 4096 0 0 0 0 17 1 0 0
/proc/17414/statm: 3061 2103 721 52 0 1429 0
Current children cumulated CPU time (s) 699.18
Current children cumulated vsize (KiB) 12244

[startup+762.562 s]
/proc/loadavg: 2.00 2.00 2.00 3/86 17415
/proc/meminfo: memFree=1168536/2055920 swapFree=4192812/4192956
[pid=17414] ppid=17412 vsize=12244 CPUtime=758.89
/proc/17414/stat : 17414 (CSPtoSAT+minisa) R 17412 17414 14559 0 -1 4194304 2167 0 0 0 75882 7 0 0 25 0 1 0 154177704 12537856 2109 18446744073709551615 134512640 134728504 4294956624 18446744073709551615 134668878 0 0 4096 0 0 0 0 17 1 0 0
/proc/17414/statm: 3061 2109 721 52 0 1429 0
Current children cumulated CPU time (s) 758.89
Current children cumulated vsize (KiB) 12244

[startup+822.568 s]
/proc/loadavg: 2.00 2.00 2.00 3/86 17415
/proc/meminfo: memFree=1168536/2055920 swapFree=4192812/4192956
[pid=17414] ppid=17412 vsize=12244 CPUtime=818.62
/proc/17414/stat : 17414 (CSPtoSAT+minisa) R 17412 17414 14559 0 -1 4194304 2171 0 0 0 81854 8 0 0 25 0 1 0 154177704 12537856 2113 18446744073709551615 134512640 134728504 4294956624 18446744073709551615 134687525 0 0 4096 0 0 0 0 17 1 0 0
/proc/17414/statm: 3061 2113 721 52 0 1429 0
Current children cumulated CPU time (s) 818.62
Current children cumulated vsize (KiB) 12244

[startup+882.573 s]
/proc/loadavg: 2.00 2.00 2.00 3/86 17415
/proc/meminfo: memFree=1168472/2055920 swapFree=4192812/4192956
[pid=17414] ppid=17412 vsize=12244 CPUtime=878.33
/proc/17414/stat : 17414 (CSPtoSAT+minisa) R 17412 17414 14559 0 -1 4194304 2177 0 0 0 87825 8 0 0 25 0 1 0 154177704 12537856 2119 18446744073709551615 134512640 134728504 4294956624 18446744073709551615 134687660 0 0 4096 0 0 0 0 17 1 0 0
/proc/17414/statm: 3061 2119 721 52 0 1429 0
Current children cumulated CPU time (s) 878.33
Current children cumulated vsize (KiB) 12244

[startup+942.605 s]
/proc/loadavg: 2.00 2.00 2.00 3/86 17415
/proc/meminfo: memFree=1168408/2055920 swapFree=4192812/4192956
[pid=17414] ppid=17412 vsize=12244 CPUtime=938.07
/proc/17414/stat : 17414 (CSPtoSAT+minisa) R 17412 17414 14559 0 -1 4194304 2181 0 0 0 93799 8 0 0 25 0 1 0 154177704 12537856 2123 18446744073709551615 134512640 134728504 4294956624 18446744073709551615 134687525 0 0 4096 0 0 0 0 17 1 0 0
/proc/17414/statm: 3061 2123 721 52 0 1429 0
Current children cumulated CPU time (s) 938.07
Current children cumulated vsize (KiB) 12244

[startup+1002.61 s]
/proc/loadavg: 2.00 2.00 2.00 3/86 17415
/proc/meminfo: memFree=1168408/2055920 swapFree=4192812/4192956
[pid=17414] ppid=17412 vsize=12376 CPUtime=997.8
/proc/17414/stat : 17414 (CSPtoSAT+minisa) R 17412 17414 14559 0 -1 4194304 2185 0 0 0 99771 9 0 0 25 0 1 0 154177704 12673024 2127 18446744073709551615 134512640 134728504 4294956624 18446744073709551615 134668774 0 0 4096 0 0 0 0 17 1 0 0
/proc/17414/statm: 3094 2127 721 52 0 1462 0
Current children cumulated CPU time (s) 997.8
Current children cumulated vsize (KiB) 12376

[startup+1062.62 s]
/proc/loadavg: 2.06 2.02 2.00 3/86 17415
/proc/meminfo: memFree=1168344/2055920 swapFree=4192812/4192956
[pid=17414] ppid=17412 vsize=12376 CPUtime=1057.51
/proc/17414/stat : 17414 (CSPtoSAT+minisa) R 17412 17414 14559 0 -1 4194304 2188 0 0 0 105742 9 0 0 25 0 1 0 154177704 12673024 2130 18446744073709551615 134512640 134728504 4294956624 18446744073709551615 134687512 0 0 4096 0 0 0 0 17 1 0 0
/proc/17414/statm: 3094 2130 721 52 0 1462 0
Current children cumulated CPU time (s) 1057.51
Current children cumulated vsize (KiB) 12376

[startup+1122.63 s]
/proc/loadavg: 2.02 2.01 2.00 3/86 17415
/proc/meminfo: memFree=1168344/2055920 swapFree=4192812/4192956
[pid=17414] ppid=17412 vsize=12376 CPUtime=1117.24
/proc/17414/stat : 17414 (CSPtoSAT+minisa) R 17412 17414 14559 0 -1 4194304 2193 0 0 0 111714 10 0 0 25 0 1 0 154177704 12673024 2135 18446744073709551615 134512640 134728504 4294956624 18446744073709551615 134687525 0 0 4096 0 0 0 0 17 1 0 0
/proc/17414/statm: 3094 2135 721 52 0 1462 0
Current children cumulated CPU time (s) 1117.24
Current children cumulated vsize (KiB) 12376

[startup+1182.64 s]
/proc/loadavg: 2.01 2.00 2.00 3/86 17415
/proc/meminfo: memFree=1168280/2055920 swapFree=4192812/4192956
[pid=17414] ppid=17412 vsize=12376 CPUtime=1176.95
/proc/17414/stat : 17414 (CSPtoSAT+minisa) R 17412 17414 14559 0 -1 4194304 2197 0 0 0 117685 10 0 0 25 0 1 0 154177704 12673024 2139 18446744073709551615 134512640 134728504 4294956624 18446744073709551615 134680549 0 0 4096 0 0 0 0 17 1 0 0
/proc/17414/statm: 3094 2139 721 52 0 1462 0
Current children cumulated CPU time (s) 1176.95
Current children cumulated vsize (KiB) 12376

[startup+1242.64 s]
/proc/loadavg: 2.00 2.00 2.00 3/86 17415
/proc/meminfo: memFree=1168216/2055920 swapFree=4192812/4192956
[pid=17414] ppid=17412 vsize=12376 CPUtime=1236.68
/proc/17414/stat : 17414 (CSPtoSAT+minisa) R 17412 17414 14559 0 -1 4194304 2201 0 0 0 123657 11 0 0 25 0 1 0 154177704 12673024 2143 18446744073709551615 134512640 134728504 4294956624 18446744073709551615 134687525 0 0 4096 0 0 0 0 17 1 0 0
/proc/17414/statm: 3094 2143 721 52 0 1462 0
Current children cumulated CPU time (s) 1236.68
Current children cumulated vsize (KiB) 12376

[startup+1302.64 s]
/proc/loadavg: 2.00 2.00 2.00 3/86 17415
/proc/meminfo: memFree=1168216/2055920 swapFree=4192812/4192956
[pid=17414] ppid=17412 vsize=12376 CPUtime=1296.38
/proc/17414/stat : 17414 (CSPtoSAT+minisa) R 17412 17414 14559 0 -1 4194304 2205 0 0 0 129627 11 0 0 25 0 1 0 154177704 12673024 2147 18446744073709551615 134512640 134728504 4294956624 18446744073709551615 134668774 0 0 4096 0 0 0 0 17 1 0 0
/proc/17414/statm: 3094 2147 721 52 0 1462 0
Current children cumulated CPU time (s) 1296.38
Current children cumulated vsize (KiB) 12376

[startup+1362.65 s]
/proc/loadavg: 2.00 2.00 2.00 3/86 17415
/proc/meminfo: memFree=1168152/2055920 swapFree=4192812/4192956
[pid=17414] ppid=17412 vsize=12376 CPUtime=1356.11
/proc/17414/stat : 17414 (CSPtoSAT+minisa) R 17412 17414 14559 0 -1 4194304 2209 0 0 0 135599 12 0 0 25 0 1 0 154177704 12673024 2151 18446744073709551615 134512640 134728504 4294956624 18446744073709551615 134687525 0 0 4096 0 0 0 0 17 1 0 0
/proc/17414/statm: 3094 2151 721 52 0 1462 0
Current children cumulated CPU time (s) 1356.11
Current children cumulated vsize (KiB) 12376

[startup+1422.66 s]
/proc/loadavg: 2.09 2.03 2.01 3/86 17415
/proc/meminfo: memFree=1168152/2055920 swapFree=4192812/4192956
[pid=17414] ppid=17412 vsize=12376 CPUtime=1415.82
/proc/17414/stat : 17414 (CSPtoSAT+minisa) R 17412 17414 14559 0 -1 4194304 2213 0 0 0 141570 12 0 0 25 0 1 0 154177704 12673024 2155 18446744073709551615 134512640 134728504 4294956624 18446744073709551615 134687525 0 0 4096 0 0 0 0 17 1 0 0
/proc/17414/statm: 3094 2155 721 52 0 1462 0
Current children cumulated CPU time (s) 1415.82
Current children cumulated vsize (KiB) 12376

[startup+1482.66 s]
/proc/loadavg: 2.03 2.02 2.00 3/86 17415
/proc/meminfo: memFree=1168088/2055920 swapFree=4192812/4192956
[pid=17414] ppid=17412 vsize=12376 CPUtime=1475.55
/proc/17414/stat : 17414 (CSPtoSAT+minisa) R 17412 17414 14559 0 -1 4194304 2217 0 0 0 147542 13 0 0 25 0 1 0 154177704 12673024 2159 18446744073709551615 134512640 134728504 4294956624 18446744073709551615 134668774 0 0 4096 0 0 0 0 17 1 0 0
/proc/17414/statm: 3094 2159 721 52 0 1462 0
Current children cumulated CPU time (s) 1475.55
Current children cumulated vsize (KiB) 12376

[startup+1542.67 s]
/proc/loadavg: 2.01 2.02 2.00 3/86 17415
/proc/meminfo: memFree=1168088/2055920 swapFree=4192812/4192956
[pid=17414] ppid=17412 vsize=12508 CPUtime=1535.26
/proc/17414/stat : 17414 (CSPtoSAT+minisa) R 17412 17414 14559 0 -1 4194304 2220 0 0 0 153513 13 0 0 25 0 1 0 154177704 12808192 2162 18446744073709551615 134512640 134728504 4294956624 18446744073709551615 134687525 0 0 4096 0 0 0 0 17 1 0 0
/proc/17414/statm: 3127 2162 721 52 0 1495 0
Current children cumulated CPU time (s) 1535.26
Current children cumulated vsize (KiB) 12508

[startup+1602.68 s]
/proc/loadavg: 2.00 2.01 2.00 3/86 17415
/proc/meminfo: memFree=1168024/2055920 swapFree=4192812/4192956
[pid=17414] ppid=17412 vsize=12508 CPUtime=1594.99
/proc/17414/stat : 17414 (CSPtoSAT+minisa) R 17412 17414 14559 0 -1 4194304 2224 0 0 0 159485 14 0 0 25 0 1 0 154177704 12808192 2166 18446744073709551615 134512640 134728504 4294956624 18446744073709551615 134687503 0 0 4096 0 0 0 0 17 1 0 0
/proc/17414/statm: 3127 2166 721 52 0 1495 0
Current children cumulated CPU time (s) 1594.99
Current children cumulated vsize (KiB) 12508

[startup+1662.69 s]
/proc/loadavg: 2.00 2.00 2.00 3/86 17415
/proc/meminfo: memFree=1168024/2055920 swapFree=4192812/4192956
[pid=17414] ppid=17412 vsize=12508 CPUtime=1654.7
/proc/17414/stat : 17414 (CSPtoSAT+minisa) R 17412 17414 14559 0 -1 4194304 2227 0 0 0 165456 14 0 0 25 0 1 0 154177704 12808192 2169 18446744073709551615 134512640 134728504 4294956624 18446744073709551615 134687525 0 0 4096 0 0 0 0 17 1 0 0
/proc/17414/statm: 3127 2169 721 52 0 1495 0
Current children cumulated CPU time (s) 1654.7
Current children cumulated vsize (KiB) 12508

[startup+1722.7 s]
/proc/loadavg: 2.00 2.00 2.00 3/86 17415
/proc/meminfo: memFree=1167960/2055920 swapFree=4192812/4192956
[pid=17414] ppid=17412 vsize=12508 CPUtime=1714.42
/proc/17414/stat : 17414 (CSPtoSAT+minisa) R 17412 17414 14559 0 -1 4194304 2231 0 0 0 171427 15 0 0 25 0 1 0 154177704 12808192 2173 18446744073709551615 134512640 134728504 4294956624 18446744073709551615 134687525 0 0 4096 0 0 0 0 17 1 0 0
/proc/17414/statm: 3127 2173 721 52 0 1495 0
Current children cumulated CPU time (s) 1714.42
Current children cumulated vsize (KiB) 12508

[startup+1782.77 s]
/proc/loadavg: 1.66 1.92 1.97 2/78 17430
/proc/meminfo: memFree=1181472/2055920 swapFree=4192812/4192956
[pid=17414] ppid=17412 vsize=12508 CPUtime=1774.32
/proc/17414/stat : 17414 (CSPtoSAT+minisa) R 17412 17414 14559 0 -1 4194304 2235 0 0 0 177416 16 0 0 25 0 1 0 154177704 12808192 2177 18446744073709551615 134512640 134728504 4294956624 18446744073709551615 134687525 0 0 4096 0 0 0 0 17 1 0 0
/proc/17414/statm: 3127 2177 721 52 0 1495 0
Current children cumulated CPU time (s) 1774.32
Current children cumulated vsize (KiB) 12508



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1808.48 s]
/proc/loadavg: 1.43 1.84 1.95 2/78 17430
/proc/meminfo: memFree=1181536/2055920 swapFree=4192812/4192956
[pid=17414] ppid=17412 vsize=12508 CPUtime=1800.03
/proc/17414/stat : 17414 (CSPtoSAT+minisa) R 17412 17414 14559 0 -1 4194304 2236 0 0 0 179987 16 0 0 25 0 1 0 154177704 12808192 2178 18446744073709551615 134512640 134728504 4294956624 18446744073709551615 134687525 0 0 4096 0 0 0 0 17 1 0 0
/proc/17414/statm: 3127 2178 721 52 0 1495 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 12508

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1808.49
CPU time (s): 1800.04
CPU user time (s): 1799.87
CPU system time (s): 0.163975
CPU usage (%): 99.5326
Max. virtual memory (cumulated for all children) (KiB): 12508

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.87
system time used= 0.163975
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2236
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= 10
involuntary context switches= 55232

runsolver used 1.69274 s user time and 4.72928 s system time

The end

Launcher Data (download as text)

Begin job on node21 on Sat Jan  6 04:30:32 UTC 2007


IDJOB= 204278
IDBENCH= 4011
FILE ID= node21/204278-1168057832

PBS_JOBID= 3475451

Free space on /tmp= 66545 MiB

BENCH NAME= HOME/pub/bench/CPAI06/jobShop/jobShop-e0ddr1/e0ddr1-10-by-5-3.xml
COMMAND LINE= /tmp/evaluation/204278-1168057832/CSPtoSAT+minisat /tmp/evaluation/204278-1168057832/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node21/watcher-204278-1168057832 -o ROOT/results/node21/solver-204278-1168057832 -C 1800 -M 900  /tmp/evaluation/204278-1168057832/CSPtoSAT+minisat /tmp/evaluation/204278-1168057832/unknown.xml

META MD5SUM SOLVER= 0ab327eaa5be249b47b2f4b19927f0b0
MD5SUM BENCH=  e1bd95f32daac3037b0684e39e147fe9

RANDOM SEED= 714671120

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.261
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.261
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:       1175096 kB
Buffers:         49740 kB
Cached:         679628 kB
SwapCached:          0 kB
Active:         174808 kB
Inactive:       623372 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1175096 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1640 kB
Writeback:           0 kB
Mapped:          91240 kB
Slab:            67636 kB
Committed_AS:  2887036 kB
PageTables:       2120 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= 66546 MiB



End job on node21 on Sat Jan  6 05:00:40 UTC 2007