Trace number 2079800

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
pcs-restart 0.3.2SAT 154.463 155.451

DiagnosticValue
ASSIGNMENTS55975

General information on the benchmark

Namecsp/rand-3-20-20/
normalized-rand-3-20-20-60-632-8_ext.xml
MD5SUM2ea3ac7b3ed3c8fe9f3d0af7f245b0df
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark5.82211
Satisfiable
(Un)Satisfiability was proved
Number of variables20
Number of constraints58
Maximum constraint arity3
Maximum domain size20
Number of constraints which are defined in extension58
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data

0.00/0.02	c small-domain mode
0.00/0.04	c Seed is 1302051205
0.00/0.04	c Constructing HOME/instance-2079800-1247717070.xml  with 58 constraints
0.37/0.45	c Solving 55975 backtracks 18 restarts
154.40/155.44	s SATISFIABLE
154.40/155.44	c V0=0, V1=6, V2=2, V3=19, V4=17, V5=14, V6=5, V7=5, V8=1, V9=11, V10=1, V11=12, V12=2, V13=5, V14=0, V15=5, V16=16, V17=0, V18=2, V19=15, 
154.40/155.44	v 0 6 2 19 17 14 5 5 1 11 1 12 2 5 0 5 16 0 2 15 
154.40/155.44	d ASSIGNMENTS 55975

Verifier Data

OK

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2079800-1247717070/watcher-2079800-1247717070 -o /tmp/evaluation-result-2079800-1247717070/solver-2079800-1247717070 -C 1800 -W 2000 -M 900 HOME/pcssolve -s 1302051205 HOME/instance-2079800-1247717070.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2000 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


[startup+0 s]
/proc/loadavg: 1.97 1.98 1.99 4/72 20695
/proc/meminfo: memFree=1757040/2055920 swapFree=4192812/4192956
[pid=20695] ppid=20693 vsize=18576 CPUtime=0
/proc/20695/stat : 20695 (runsolver) R 20693 20695 19964 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 58773666 19021824 284 996147200 4194304 4302564 548682068496 18446744073709551615 217871609127 0 0 4096 24578 0 0 0 17 1 0 0
/proc/20695/statm: 4644 284 249 26 0 2626 0

[startup+0.0670389 s]
/proc/loadavg: 1.97 1.98 1.99 4/72 20695
/proc/meminfo: memFree=1757040/2055920 swapFree=4192812/4192956
[pid=20695] ppid=20693 vsize=4808 CPUtime=0.04
/proc/20695/stat : 20695 (pcs.small) R 20693 20695 19964 0 -1 4194304 887 822 0 0 3 0 1 0 18 0 1 0 58773666 4923392 496 996147200 134512640 135095119 4294956304 18446744073709551615 134739383 0 0 4096 0 0 0 0 17 1 0 0
/proc/20695/statm: 1202 496 375 142 0 156 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 4808

[startup+0.10104 s]
/proc/loadavg: 1.97 1.98 1.99 4/72 20695
/proc/meminfo: memFree=1757040/2055920 swapFree=4192812/4192956
[pid=20695] ppid=20693 vsize=5340 CPUtime=0.07
/proc/20695/stat : 20695 (pcs.small) R 20693 20695 19964 0 -1 4194304 950 822 0 0 6 0 1 0 18 0 1 0 58773666 5468160 559 996147200 134512640 135095119 4294956304 18446744073709551615 13057670 0 0 4096 0 0 0 0 17 1 0 0
/proc/20695/statm: 1335 559 375 142 0 289 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 5340

[startup+0.301065 s]
/proc/loadavg: 1.97 1.98 1.99 4/72 20695
/proc/meminfo: memFree=1757040/2055920 swapFree=4192812/4192956
[pid=20695] ppid=20693 vsize=8048 CPUtime=0.27
/proc/20695/stat : 20695 (pcs.small) R 20693 20695 19964 0 -1 4194304 1289 822 0 0 26 0 1 0 19 0 1 0 58773666 8241152 898 996147200 134512640 135095119 4294956304 18446744073709551615 134739360 0 0 4096 0 0 0 0 17 1 0 0
/proc/20695/statm: 2012 898 375 142 0 966 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 8048

[startup+0.701114 s]
/proc/loadavg: 1.97 1.98 1.99 4/72 20695
/proc/meminfo: memFree=1757040/2055920 swapFree=4192812/4192956
[pid=20695] ppid=20693 vsize=10232 CPUtime=0.68
/proc/20695/stat : 20695 (pcs.small) R 20693 20695 19964 0 -1 4194304 1572 822 0 0 66 1 1 0 23 0 1 0 58773666 10477568 1181 996147200 134512640 135095119 4294956304 18446744073709551615 134918196 0 0 4096 0 0 0 0 17 1 0 0
/proc/20695/statm: 2558 1181 389 142 0 1512 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 10232

[startup+1.50121 s]
/proc/loadavg: 1.97 1.98 1.99 3/73 20701
/proc/meminfo: memFree=1753704/2055920 swapFree=4192812/4192956
[pid=20695] ppid=20693 vsize=10232 CPUtime=1.48
/proc/20695/stat : 20695 (pcs.small) R 20693 20695 19964 0 -1 4194304 1580 822 0 0 146 1 1 0 25 0 1 0 58773666 10477568 1189 996147200 134512640 135095119 4294956304 18446744073709551615 134926997 0 0 4096 0 0 0 0 17 1 0 0
/proc/20695/statm: 2558 1189 389 142 0 1512 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 10232

[startup+3.10139 s]
/proc/loadavg: 1.97 1.98 1.99 3/73 20701
/proc/meminfo: memFree=1753384/2055920 swapFree=4192812/4192956
[pid=20695] ppid=20693 vsize=10364 CPUtime=3.07
/proc/20695/stat : 20695 (pcs.small) R 20693 20695 19964 0 -1 4194304 1617 822 0 0 305 1 1 0 25 0 1 0 58773666 10612736 1226 996147200 134512640 135095119 4294956304 18446744073709551615 134927008 0 0 4096 0 0 0 0 17 1 0 0
/proc/20695/statm: 2591 1226 389 142 0 1545 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 10364

[startup+6.30157 s]
/proc/loadavg: 1.97 1.98 1.99 3/73 20701
/proc/meminfo: memFree=1752808/2055920 swapFree=4192812/4192956
[pid=20695] ppid=20693 vsize=10364 CPUtime=5.35
/proc/20695/stat : 20695 (pcs.small) R 20693 20695 19964 0 -1 4194304 1643 822 0 0 533 1 1 0 25 0 1 0 58773666 10612736 1252 996147200 134512640 135095119 4294956304 18446744073709551615 134918139 0 0 4096 0 0 0 0 17 1 0 0
/proc/20695/statm: 2591 1252 389 142 0 1545 0
Current children cumulated CPU time (s) 5.35
Current children cumulated vsize (KiB) 10364

[startup+12.7013 s]
/proc/loadavg: 1.97 1.98 1.99 3/73 20701
/proc/meminfo: memFree=1751656/2055920 swapFree=4192812/4192956
[pid=20695] ppid=20693 vsize=10880 CPUtime=11.74
/proc/20695/stat : 20695 (pcs.small) R 20693 20695 19964 0 -1 4194304 1861 822 0 0 1172 1 1 0 25 0 1 0 58773666 11141120 1372 996147200 134512640 135095119 4294956304 18446744073709551615 134918148 0 0 4096 0 0 0 0 17 1 0 0
/proc/20695/statm: 2720 1372 389 142 0 1674 0
Current children cumulated CPU time (s) 11.74
Current children cumulated vsize (KiB) 10880

[startup+25.5018 s]
/proc/loadavg: 1.98 1.98 1.99 3/73 20701
/proc/meminfo: memFree=1746536/2055920 swapFree=4192812/4192956
[pid=20695] ppid=20693 vsize=11776 CPUtime=24.53
/proc/20695/stat : 20695 (pcs.small) R 20693 20695 19964 0 -1 4194304 2379 822 0 0 2451 1 1 0 25 0 1 0 58773666 12058624 1663 996147200 134512640 135095119 4294956304 18446744073709551615 134918215 0 0 4096 0 0 0 0 17 1 0 0
/proc/20695/statm: 2944 1663 389 142 0 1898 0
Current children cumulated CPU time (s) 24.53
Current children cumulated vsize (KiB) 11776

[startup+51.1007 s]
/proc/loadavg: 1.98 1.98 1.99 3/73 20701
/proc/meminfo: memFree=1743720/2055920 swapFree=4192812/4192956
[pid=20695] ppid=20693 vsize=13444 CPUtime=50.12
/proc/20695/stat : 20695 (pcs.small) R 20693 20695 19964 0 -1 4194304 3297 822 0 0 5009 2 1 0 25 0 1 0 58773666 13766656 2195 996147200 134512640 135095119 4294956304 18446744073709551615 134926985 0 0 4096 0 0 0 0 17 1 0 0
/proc/20695/statm: 3361 2195 389 142 0 2315 0
Current children cumulated CPU time (s) 50.12
Current children cumulated vsize (KiB) 13444

[startup+102.306 s]
/proc/loadavg: 1.99 1.98 1.99 3/73 20701
/proc/meminfo: memFree=1736168/2055920 swapFree=4192812/4192956
[pid=20695] ppid=20693 vsize=18360 CPUtime=101.32
/proc/20695/stat : 20695 (pcs.small) R 20693 20695 19964 0 -1 4194304 5227 822 0 0 10128 3 1 0 25 0 1 0 58773666 18800640 3322 996147200 134512640 135095119 4294956304 18446744073709551615 134589601 0 0 4096 0 0 0 0 17 1 0 0
/proc/20695/statm: 4590 3322 389 142 0 3544 0
Current children cumulated CPU time (s) 101.32
Current children cumulated vsize (KiB) 18360

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

[startup+127.902 s]
/proc/loadavg: 1.99 1.98 1.99 3/73 20701
/proc/meminfo: memFree=1732456/2055920 swapFree=4192812/4192956
[pid=20695] ppid=20693 vsize=19016 CPUtime=126.9
/proc/20695/stat : 20695 (pcs.small) R 20693 20695 19964 0 -1 4194304 5634 822 0 0 12686 3 1 0 25 0 1 0 58773666 19472384 3729 996147200 134512640 135095119 4294956304 18446744073709551615 134918271 0 0 4096 0 0 0 0 17 1 0 0
/proc/20695/statm: 4754 3729 389 142 0 3708 0
Current children cumulated CPU time (s) 126.9
Current children cumulated vsize (KiB) 19016

[startup+140.701 s]
/proc/loadavg: 1.99 1.98 1.99 3/73 20701
/proc/meminfo: memFree=1730344/2055920 swapFree=4192812/4192956
[pid=20695] ppid=20693 vsize=19544 CPUtime=139.7
/proc/20695/stat : 20695 (pcs.small) R 20693 20695 19964 0 -1 4194304 5897 822 0 0 13966 3 1 0 25 0 1 0 58773666 20013056 3992 996147200 134512640 135095119 4294956304 18446744073709551615 134918238 0 0 4096 0 0 0 0 17 1 0 0
/proc/20695/statm: 4886 3992 389 142 0 3840 0
Current children cumulated CPU time (s) 139.7
Current children cumulated vsize (KiB) 19544

[startup+147.102 s]
/proc/loadavg: 1.99 1.98 1.99 3/73 20701
/proc/meminfo: memFree=1729512/2055920 swapFree=4192812/4192956
[pid=20695] ppid=20693 vsize=19804 CPUtime=146.1
/proc/20695/stat : 20695 (pcs.small) R 20693 20695 19964 0 -1 4194304 6017 822 0 0 14606 3 1 0 25 0 1 0 58773666 20279296 4112 996147200 134512640 135095119 4294956304 18446744073709551615 134582516 0 0 4096 0 0 0 0 17 1 0 0
/proc/20695/statm: 4951 4112 389 142 0 3905 0
Current children cumulated CPU time (s) 146.1
Current children cumulated vsize (KiB) 19804

[startup+150.301 s]
/proc/loadavg: 1.99 1.98 1.99 3/73 20701
/proc/meminfo: memFree=1728936/2055920 swapFree=4192812/4192956
[pid=20695] ppid=20693 vsize=19936 CPUtime=149.3
/proc/20695/stat : 20695 (pcs.small) R 20693 20695 19964 0 -1 4194304 6071 822 0 0 14926 3 1 0 25 0 1 0 58773666 20414464 4166 996147200 134512640 135095119 4294956304 18446744073709551615 134927054 0 0 4096 0 0 0 0 17 1 0 0
/proc/20695/statm: 4984 4166 389 142 0 3938 0
Current children cumulated CPU time (s) 149.3
Current children cumulated vsize (KiB) 19936

[startup+153.502 s]
/proc/loadavg: 1.99 1.98 1.99 3/73 20701
/proc/meminfo: memFree=1728488/2055920 swapFree=4192812/4192956
[pid=20695] ppid=20693 vsize=20064 CPUtime=152.5
/proc/20695/stat : 20695 (pcs.small) R 20693 20695 19964 0 -1 4194304 6126 822 0 0 15246 3 1 0 25 0 1 0 58773666 20545536 4221 996147200 134512640 135095119 4294956304 18446744073709551615 134918196 0 0 4096 0 0 0 0 17 1 0 0
/proc/20695/statm: 5016 4221 389 142 0 3970 0
Current children cumulated CPU time (s) 152.5
Current children cumulated vsize (KiB) 20064

[startup+154.302 s]
/proc/loadavg: 1.99 1.98 1.99 3/73 20701
/proc/meminfo: memFree=1728296/2055920 swapFree=4192812/4192956
[pid=20695] ppid=20693 vsize=20064 CPUtime=153.3
/proc/20695/stat : 20695 (pcs.small) R 20693 20695 19964 0 -1 4194304 6140 822 0 0 15326 3 1 0 25 0 1 0 58773666 20545536 4235 996147200 134512640 135095119 4294956304 18446744073709551615 134918126 0 0 4096 0 0 0 0 17 1 0 0
/proc/20695/statm: 5016 4235 389 142 0 3970 0
Current children cumulated CPU time (s) 153.3
Current children cumulated vsize (KiB) 20064

[startup+155.106 s]
/proc/loadavg: 1.99 1.98 1.99 3/73 20701
/proc/meminfo: memFree=1728104/2055920 swapFree=4192812/4192956
[pid=20695] ppid=20693 vsize=20064 CPUtime=154.1
/proc/20695/stat : 20695 (pcs.small) R 20693 20695 19964 0 -1 4194304 6155 822 0 0 15406 3 1 0 25 0 1 0 58773666 20545536 4250 996147200 134512640 135095119 4294956304 18446744073709551615 134918224 0 0 4096 0 0 0 0 17 1 0 0
/proc/20695/statm: 5016 4250 389 142 0 3970 0
Current children cumulated CPU time (s) 154.1
Current children cumulated vsize (KiB) 20064

[startup+155.302 s]
/proc/loadavg: 1.99 1.98 1.99 3/73 20701
/proc/meminfo: memFree=1728104/2055920 swapFree=4192812/4192956
[pid=20695] ppid=20693 vsize=20064 CPUtime=154.3
/proc/20695/stat : 20695 (pcs.small) R 20693 20695 19964 0 -1 4194304 6158 822 0 0 15426 3 1 0 25 0 1 0 58773666 20545536 4253 996147200 134512640 135095119 4294956304 18446744073709551615 134918175 0 0 4096 0 0 0 0 17 1 0 0
/proc/20695/statm: 5016 4253 389 142 0 3970 0
Current children cumulated CPU time (s) 154.3
Current children cumulated vsize (KiB) 20064

[startup+155.402 s]
/proc/loadavg: 1.99 1.98 1.99 3/73 20701
/proc/meminfo: memFree=1728104/2055920 swapFree=4192812/4192956
[pid=20695] ppid=20693 vsize=20064 CPUtime=154.4
/proc/20695/stat : 20695 (pcs.small) R 20693 20695 19964 0 -1 4194304 6159 822 0 0 15436 3 1 0 25 0 1 0 58773666 20545536 4254 996147200 134512640 135095119 4294956304 18446744073709551615 134911130 0 0 4096 0 0 0 0 17 1 0 0
/proc/20695/statm: 5016 4254 389 142 0 3970 0
Current children cumulated CPU time (s) 154.4
Current children cumulated vsize (KiB) 20064

Child status: 0
Real time (s): 155.451
CPU time (s): 154.463
CPU user time (s): 154.418
CPU system time (s): 0.044993
CPU usage (%): 99.3638
Max. virtual memory (cumulated for all children) (KiB): 20064

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 154.418
system time used= 0.044993
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 6985
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= 22
involuntary context switches= 225

runsolver used 0.19197 second user time and 0.384941 second system time

The end

Launcher Data

Begin job on node28 at 2009-07-16 06:04:30
IDJOB=2079800
IDBENCH=56960
IDSOLVER=734
FILE ID=node28/2079800-1247717070
PBS_JOBID= 9521462
Free space on /tmp= 66008 MiB

SOLVER NAME= pcs-restart 0.2.restart
BENCH NAME= CPAI08/csp/rand-3-20-20/normalized-rand-3-20-20-60-632-8_ext.xml
COMMAND LINE= HOME/pcssolve -s RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2079800-1247717070/watcher-2079800-1247717070 -o /tmp/evaluation-result-2079800-1247717070/solver-2079800-1247717070 -C 1800 -W 2000 -M 900  HOME/pcssolve -s 1302051205 HOME/instance-2079800-1247717070.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB
MAX NB THREAD= 0

MD5SUM BENCH= 2ea3ac7b3ed3c8fe9f3d0af7f245b0df
RANDOM SEED=1302051205

node28.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.230
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.230
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:       1757520 kB
Buffers:         39064 kB
Cached:         161808 kB
SwapCached:          0 kB
Active:         108340 kB
Inactive:       127412 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1757520 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2972 kB
Writeback:           0 kB
Mapped:          46316 kB
Slab:            47912 kB
Committed_AS:   583372 kB
PageTables:       1816 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66004 MiB
End job on node28 at 2009-07-16 06:07:06